1 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4 careful enough. Detect the uid-change all within the main loop.
6 2008-02-14 Stefan Monnier <monnier@pastel.home>
8 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
10 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12 * hilit-chg.el (highlight-save-buffer-state): New macro.
13 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14 (hilit-chg-clear): Use it to preserve the modified-p flag.
15 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
19 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
21 2008-02-12 Juri Linkov <juri@jurta.org>
23 * startup.el (fancy-startup-screen, normal-splash-screen):
24 Set default-directory to command-line-default-directory.
26 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
27 after reading the desktop.
29 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
31 * font-lock.el (font-lock-set-defaults): Unset previously set variables
34 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
36 * uniquify.el (uniquify-buffer-base-name): New function.
37 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
39 * desktop.el (uniquify-managed): Don't defvar.
40 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
41 `uniquify-managed'. Return also the buffer's base name.
42 (desktop-save): When saving the buffer info, filter out the base name,
43 and save it as buffer name if the buffer is managed by uniquify.
45 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
47 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
48 Index: line, don't search backward for the previous one.
50 2008-02-10
\e,AF
\e(Bvar Arnfj
\e,Av
\e(Br
\e,Ap
\e(B Bjarmason <avar@cpan.org> (tiny change)
52 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
53 from gnus-button-url-regexp.
55 2008-02-09 Eli Zaretskii <eliz@gnu.org>
57 * progmodes/compile.el (compilation-next-error): Doc fix.
58 (compilation-find-file): Doc fix.
60 2008-02-09 Glenn Morris <rgm@gnu.org>
62 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
63 Add obsolete aliases to the old names.
65 2008-02-08 Richard Stallman <rms@gnu.org>
67 * net/net-utils.el (ifconfig): Rename from ipconfig.
68 (ipconfig): Alias to ifconfig.
69 (ifconfig-program): Rename from ipconfig-program.
70 (ifconfig-program-options): Rename from ipconfig-program-options.
72 2008-02-08 Glenn Morris <rgm@gnu.org>
74 * custom.el (custom-theme-set-variables): Sort symbols that are
75 dependencies before symbols that depend on them.
76 (custom-enabled-themes): Set after custom-theme-directory.
78 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
80 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
82 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
84 * progmodes/verilog-mode.el (verilog-declaration-core-re):
85 Add port directions by themselves, with no qualification, as base
86 item of a declaration.
87 (verilog-pretty-declarations): Add new flag that inhibits printing
88 to the message buffer.
89 (verilog-pretty-expr): Add new flag that inhibits printing to the
90 message buffer. Improve handling of the many types of expression
92 (verilog-just-one-space): Don't print an empty message.
93 (verilog-get-lineup-indent): Rework to support the better handling
94 of expression lineup for verilog-pretty-expr.
95 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
96 (verilog-mode-version, verilog-mode-release-date): Update.
98 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
100 * subr.el (cancel-change-group): Don't move point.
102 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
104 Sync with Tramp 2.0.57.
106 * net/tramp.el (tramp-handle-make-auto-save-file-name)
107 (tramp-completion-dissect-file-name, tramp-find-executable):
108 Use `mapc' instead of `mapcar'.
109 (tramp-open-connection-setup-interactive-shell): Send only single
110 prompt setting commands, in order to avoid double-prompt.
112 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
115 * net/trampver.el: Update release number.
117 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
119 * progmodes/etags.el (next-file): Improve revert message.
121 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
123 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
124 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
125 of today, the most recent libpng is 1.2.24).
127 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
129 * vc.el (vc-update): Fix bug: Specify branch tip as
130 vc-checkout REVISION. Reported by Dan Nicolaescu.
132 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
134 * simple.el (reindent-then-newline-and-indent): Be careful about the
135 unusual case where indent-according-to-mode moves point.
137 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
139 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
140 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
141 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
142 (verilog-sk-state-machine): Quote all calls to
143 "auxiliary skeleton"s to prevent infloops.
145 2008-01-31 Jason Rumney <jasonr@gnu.org>
147 * w32-fns.el: Partially revert 2007-11-10 change.
149 2008-01-31 Martin Rudalics <rudalics@gmx.at>
151 * mail/rmail.el (rmail-highlight): Fix specification.
152 Reported by pod <pod@herald.ox.ac.uk>.
154 2008-01-31 Jason Rumney <jasonr@gnu.org>
156 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
158 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
160 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
161 (gdb-var-set-format-handler): New function.
162 (gdb-var-set-format): Use it.
164 2008-01-29 Alan Mackenzie <acm@muc.de>
166 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
167 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
168 @catch, @synchronized, @throw.
170 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
171 from this regexp; part of same fix as next change to cc-engine.el.
173 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
174 Anchor the "{" of a template function correctly on "template", not the
177 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
179 2008-01-29 Richard Stallman <rms@gnu.org>
181 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
184 * files.el (hack-local-variables): Don't query about fake variables.
186 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
188 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
189 gdb-cpp-define-alist-program if file is nil (currently only
190 " *partial-output-...").
192 2008-01-27 Alan Mackenzie <acm@muc.de>
194 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
197 2008-01-27 Richard Stallman <rms@gnu.org>
199 * allout.el: Many doc fixes.
200 (allout-encrypt-string): Fix error message.
202 2008-01-26 Alan Mackenzie <acm@muc.de>
204 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
205 arglist-cont-nonempty.
207 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
208 for a brace with syntax arglist-cont-nonempty.
210 * progmodes/cc-styles.el (c-style-alist): Add elements for
211 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
214 2008-01-26 Alan Mackenzie <acm@muc.de>
216 * progmodes/cc-defs.el (c-save-buffer-state):
217 Bind buffer-file-name and buffer-file-truename to nil, to prevent
218 primitives generating "buffer is read only" messages.
220 2008-01-26 Eli Zaretskii <eliz@gnu.org>
222 * progmodes/etags.el (tags-query-replace): Doc fix.
224 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
226 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
227 that the filename end is found even when the filename is empty.
228 Fixes error and spurious newlines when marking files for deletion.
230 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
232 * allout.el (allout-unload-function): New function.
234 2008-01-25 Sven Joachim <svenjoac@gmx.de>
236 * view.el (kill-buffer-if-not-modified): Don't pass t to
239 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
241 * allout.el (allout-prefix-data): Doc fix.
242 (allout-show-current-subtree): Reflow docstring.
243 (allout-use-mode-specific-leader, allout-use-hanging-indents)
244 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
245 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
246 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
247 (allout-copy-topic-as-kill, allout-listify-exposed)
248 (allout-process-exposed, allout-encrypted-key-info)
249 (allout-update-passphrase-mnemonic-aids)
250 (allout-next-topic-pending-encryption)
251 (allout-tests-globally-true): Fix typos in docstrings.
253 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
255 * vc.el (vc-version-diff): Make sure we shrink the right window.
257 2008-01-23 Jason Rumney <jasonr@gnu.org>
259 * lpr.el (printer-name): Do not set on MS Windows.
261 2008-01-20 Glenn Morris <rgm@gnu.org>
263 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
266 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
268 * progmodes/python.el (python-imports): Default to "None".
270 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
272 * progmodes/sh-script.el (sh-basic-offset):
273 * progmodes/cc-vars.el (c-syntactic-indentation)
274 (c-syntactic-indentation-in-macros): Mark as safe.
276 2008-01-18 Richard Stallman <rms@gnu.org>
278 * icomplete.el (icomplete-get-keys):
279 Look up KEYS using all maps in proper buffer.
281 2008-01-16 Alan Mackenzie <acm@muc.de>
283 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
284 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
286 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
288 * frame.el (display-mm-height, display-mm-width):
289 * whitespace.el (whitespace-check-leading-whitespace)
290 (whitespace-check-trailing-whitespace)
291 (whitespace-check-spacetab-whitespace)
292 (whitespace-check-indent-whitespace)
293 (whitespace-check-ateol-whitespace):
294 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
296 2008-01-16 Glenn Morris <rgm@gnu.org>
298 * comint.el (comint-regexp-arg): Fix no-input case.
300 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
302 * calendar/icalendar.el (icalendar-export-file)
303 (icalendar-import-file): Restore significant trailing whitespace
304 in `interactive' prompts.
306 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
308 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
309 after-save-hook so that it is not called multiple times.
311 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
313 2008-01-15 Glenn Morris <rgm@gnu.org>
315 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
317 2008-01-14 Alan Mackenzie <acm@muc.de>
319 * progmodes/cc-vars.el (c-constant-symbol): New function which
320 supersedes c-const-symbol. During a customize-.. call it enables
321 an element of (e.g.) c-hanging-braces alist to have its name
322 displayed, even when the default value of c-h-b etc. doesn't
323 include the elemnt. Replace uses of the old function by the new.
325 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
326 obscure non-working fragment ":value c-".
328 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
329 call inside a struct being recognised as a K&R argument.
331 2008-01-14 Jason Rumney <jasonr@gnu.org>
333 * image.el (image-type): Use image-type-from-file-name (from trunk
334 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
336 2008-01-12 Glenn Morris <rgm@gnu.org>
338 * woman.el (woman-parse-numeric-arg): Change handling of `==':
339 can be interned without a function definition.
341 2008-01-12 Eli Zaretskii <eliz@gnu.org>
343 * view.el (view-file-other-window, view-file-other-frame):
344 Don't kill the buffer if it is modified. Doc fixes.
345 (kill-buffer-if-not-modified): New function.
346 (view-file): Don't kill the buffer if it is modified.
348 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
349 (ebrowse-view/find-file-and-search-pattern):
350 Call view-file-other-window instead of ebrowse-view-file-other-window.
351 (ebrowse-view-file-other-frame): Don't call
352 current-window-configuration. Fix second argument in the call to
353 view-mode-enter. Doc fix.
355 2008-01-11 Richard Stallman <rms@gnu.org>
357 * subr.el (atomic-change-group): Prevent undo list truncation.
359 2008-01-11 Martin Rudalics <rudalics@gmx.at>
361 * cus-start.el (all): Add missing version entries.
363 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
365 * files.el (safe-local-eval-forms):
366 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
368 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
370 * comint.el (comint-insert-input): Set point first.
372 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
373 session doesn't hang because gdb-pending-triggers is non-nil.
374 (gdb-frame-handler): Use buffer-file-name instead of
375 buffer-name in case of duplicate file names.
377 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
379 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
380 C-M-e and C-M-h for emacs, they work by default.
381 (verilog-emacs-features): Remove.
382 (verilog-setup-dual-comments, verilog-populate-syntax-table):
383 Remove. Move syntax table initialization ...
384 (verilog-mode-syntax-table): ... here.
385 (verilog-mode): Don't initialize the syntax table here.
386 (verilog-mark-defun): Only do something useful for XEmacs, emacs
389 2008-01-10 Glenn Morris <rgm@gnu.org>
391 * shell.el (shell-dirtrack-verbose, shell-mode)
392 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
393 (dirtrack-toggle, dirtrack-mode): No longer alias to
396 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
398 * international/mule-cmds.el (select-safe-coding-system):
399 When a buffer is modified, cancel the writing.
401 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
403 * progmodes/verilog-mode.el (verilog-booleanp): New function for
404 backward compatibility. Replace all uses of booleanp with
407 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
409 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
411 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
413 * progmodes/verilog-mode.el (top-level): Fix spacing.
414 (verilog-mode-version, verilog-mode-release-date): Update version
416 (verilog-mode-release-emacs): New variable.
417 (compile-command, reporter-prompt-for-summary-p): Define for byte
419 (verilog-startup-message-lines)
420 (verilog-startup-message-displayed)
421 (verilog-display-startup-message): Remove.
422 (verilog-highlight-p1800-keywords): Improve docstring.
423 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
424 (vector-skip-list): Only defvar at compile time.
425 (verilog-highlight-translate-off, verilog-indent-level)
426 (verilog-indent-level-module, verilog-indent-level-declaration)
427 (verilog-indent-declaration-macros, verilog-indent-lists)
428 (verilog-indent-level-behavioral)
429 (verilog-indent-level-directive, verilog-cexp-indent)
430 (verilog-case-indent, verilog-auto-newline)
431 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
432 (verilog-tab-to-comment, verilog-indent-begin-after-if)
433 (verilog-align-ifelse, verilog-minimum-comment-distance)
434 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
435 (verilog-auto-endcomments, verilog-auto-read-includes)
436 (verilog-auto-star-expand, verilog-auto-star-save)
437 (verilog-library-flags, verilog-library-directories)
438 (verilog-library-files, verilog-library-extensions)
439 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
440 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
441 (verilog-assignment-delay, verilog-auto-inst-vector)
442 (verilog-auto-inst-template-numbers)
443 (verilog-auto-input-ignore-regexp)
444 (verilog-auto-inout-ignore-regexp)
445 (verilog-auto-output-ignore-regexp)
446 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
447 Add safe-local-variable properties.
448 (verilog-statement-menu, verilog-company)
449 (verilog-re-search-forward, verilog-re-search-backward)
450 (verilog-error-regexp-add, verilog-end-block-re)
451 (verilog-emacs-features, verilog-populate-syntax-table)
452 (verilog-setup-dual-comments, verilog-type-font-keywords)
453 (verilog-inside-comment-p, electric-verilog-backward-sexp)
454 (verilog-backward-sexp, verilog-forward-sexp)
455 (verilog-font-lock-init, verilog-mode)
456 (electric-verilog-terminate-line, electric-verilog-semi)
457 (electric-verilog-tab, verilog-insert-1, )
458 (verilog-insert-indices, verilog-generate-numbers)
459 (verilog-comment-region, verilog-label-be)
460 (verilog-beg-of-statement, verilog-in-case-region-p)
461 (verilog-in-struct-region-p, verilog-in-generate-region-p)
462 (verilog-in-fork-region-p, verilog-backward-case-item)
463 (verilog-set-auto-endcomments, verilog-get-expr)
464 (verilog-expand-vector-internal, verilog-surelint-off)
465 (verilog-batch-execute-func, verilog-calculate-indent)
466 (verilog-calc-1, verilog-calculate-indent-directive)
467 (verilog-leap-to-head, verilog-continued-line)
468 (verilog-backward-token, verilog-backward-syntactic-ws)
469 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
470 (verilog-forward-ws&directives, verilog-at-constraint-p)
471 (verilog-skip-backward-comments, verilog-indent-line-relative)
472 (verilog-do-indent, verilog-indent-comment)
473 (verilog-more-comment, verilog-pretty-declarations)
474 (verilog-pretty-expr, verilog-just-one-space)
475 (verilog-indent-declaration, verilog-get-completion-decl)
476 (verilog-goto-defun, verilog-showscopes, verilog-header)
477 (verilog-signals-combine-bus, verilog-read-decls)
478 (verilog-read-always-signals-recurse, verilog-read-instants)
479 (verilog-read-auto-template, verilog-set-define)
480 (verilog-read-defines, verilog-read-signals, verilog-getopt)
481 (verilog-is-number, verilog-expand-dirnames)
482 (verilog-modi-lookup, verilog-modi-cache-results)
483 (verilog-insert-one-definition, verilog-make-width-expression)
484 (verilog-delete-autos-lined, verilog-auto-save-check)
485 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
486 (verilog-auto-inst-param, verilog-auto-reg)
487 (verilog-auto-reg-input, verilog-auto-wire, )
488 (verilog-auto-output, verilog-auto-output-every)
489 (verilog-auto-input, verilog-auto-inout)
490 (verilog-auto-inout-module, verilog-auto-sense)
491 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
492 (verilog-auto-ascii-enum, verilog-auto)
493 (verilog-sk-define-signal, verilog-mode-mouse-map)
494 (verilog-load-file-at-mouse, verilog-load-file-at-point)
495 (verilog-library-files): Cleanup spacing of )'s they should not be
496 on unique lines. Fix checkdoc warnings.
498 2008-01-09 Glenn Morris <rgm@gnu.org>
500 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
503 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
505 * ps-print.el: Some face attributes (like :strike-through) was not
506 being recognised. Reported by Leo <sdl.web@gmail.com>.
507 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
508 (ps-screen-to-bit-face): Fix code.
510 2008-01-08 Kevin Ryde <user42@zip.com.au>
512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
513 For perl, allow "during global destruction" at end.
515 2008-01-08 Glenn Morris <rgm@gnu.org>
517 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
520 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
522 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
524 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
525 quotes in case of spaces, e.g. STL containers (not pretty).
527 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
529 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
531 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
533 * progmodes/gdb-ui.el (gud-gdb-command-name):
534 Explain "--annotate=3" option is necessary for the Graphical Interface.
536 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
538 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
540 2008-01-07 Glenn Morris <rgm@gnu.org>
542 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
544 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
546 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
549 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
551 * ffap.el (ffap-read-file-or-url): Let-bind
552 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
554 2008-01-05 Sven Joachim <svenjoac@gmx.de>
556 * vc-bzr.el: Fix typo in header.
558 2008-01-05 Eli Zaretskii <eliz@gnu.org>
560 * Makefile.in (custom-deps, finder-data): Depend on autoloads
561 instead of loaddefs.el.
563 2008-01-05 Glenn Morris <rgm@gnu.org>
565 * progmodes/verilog-mode.el: Replace all instances of
566 string-to-int with string-to-number, insert-string with insert,
567 and read-input with read-string.
568 (top-level): No need to require imenu, reporter, dinotrace, vc,
569 font-lock when compiling. Always require compile. Relegate remaining
570 compatibility cruft to XEmacs. Don't require font-lock.
571 (verilog-version): Remove superfluous concat.
572 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
574 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
575 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
576 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
577 (verilog-startup-message-displayed): These are variables, not constants.
578 (verilog-batch-execute-func, verilog-auto-inst)
579 (verilog-auto-inst-param): Use mapc rather than mapcar.
580 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
582 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
583 (verilog-modi-get-outputs, verilog-modi-get-inouts)
584 (verilog-modi-get-inputs, verilog-modi-get-wires)
585 (verilog-modi-get-regs, verilog-modi-get-assigns)
586 (verilog-modi-get-consts, verilog-modi-get-gparams)
587 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
588 (verilog-modi-get-sub-inputs): Move inline functions earlier in
590 (sigs-in, sigs-out): Don't declare multiple times.
591 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
593 (verilog-auto): Call dinotrace-unannotate-all only if bound.
594 (verilog-module-inside-filename-p): No need to wrap fboundp test
596 (reporter-submit-bug-report): Autoload it.
597 (verilog-mark-defun): Call zmacs-activate-region only if bound.
598 (verilog-font-customize): Call customize-apropos only if bound.
599 (verilog-getopt-flags, verilog-auto-reeval-locals):
600 Use make-local-variable rather than make-variable-buffer-local.
601 (verilog-company, verilog-project, verilog-modi-cache-list):
602 Move make-variable-buffer-local calls to top-level.
603 (font-lock-defaults-alist): Don't define it.
604 (verilog-need-fld): Remove.
605 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
606 (verilog-mode): Only call make-local-hook on XEmacs.
607 Set font-lock-defaults rather than using verilog-font-lock-init.
609 * progmodes/verilog-mode.el (top-level): Don't require compile.
610 (compilation-error-regexp-alist, compilation-last-buffer):
612 (verilog-insert-1): New function.
613 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
614 Use verilog-insert-1.
615 (verilog-surelint-off): Use next-error-last-buffer if bound.
616 Check compile buffer is live.
618 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
620 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
621 gets inserted out-of-order.
623 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
625 * vc-bzr.el: Copyright and version headers update.
626 Remove some outdated comments through the whole file.
627 (vc-bzr-program-args): Remove because unused.
628 (vc-bzr-log-switches): New customization option.
629 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
630 use `vc-bzr-program-args'.
631 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
632 `vc-find-root' (patch by Andreas Hoenen).
633 (vc-bzr-status): Update regex to match latest Bzr output.
634 Remove redundant test.
635 (vc-bzr-init-version): New function.
636 (vc-bzr-unregister): Must not delete file.
637 (vc-bzr-find-version): New function.
638 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
639 a non-empty string, otherwise take head revision.
640 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
641 (vc-bzr-diff): Simpler build of the revision spec string.
642 (vc-annotate-convert-time, vc-bzr-annotate-difference):
643 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
644 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
645 (vc-bzr-dired-state-info): Only provide custom strings for
646 overloaded VC state 'edited; otherwise fallback to
647 `vc-default-dired-state-info'.
649 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
651 * vc-git.el (vc-git-dir-state):
652 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
654 2008-01-04 Richard Stallman <rms@gnu.org>
656 * delsel.el (delete-selection-mode): Doc fix.
658 2008-01-04 Glenn Morris <rgm@gnu.org>
660 * version.el (emacs-copyright): Update to 2008.
662 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
664 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
665 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
667 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
668 of watch expressions (only works fully with GDB 6.7 or later).
670 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
672 * time-stamp.el (time-stamp-time-zone):
673 * whitespace.el (whitespace-check-buffer-leading)
674 (whitespace-check-buffer-trailing)
675 (whitespace-check-buffer-indent)
676 (whitespace-check-buffer-spacetab)
677 (whitespace-check-buffer-ateol):
678 * progmodes/sh-script.el (sh-indentation):
679 * textmodes/ispell.el (ispell-local-pdict):
680 Add safe-local-variable properties.
682 2007-12-31 Richard Stallman <rms@gnu.org>
684 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
685 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
687 (custom-group-value-create): Pass two args to custom-add-parent-links.
689 2007-12-29 Richard Stallman <rms@gnu.org>
691 * font-lock.el (font-lock-prepend-text-property)
692 (font-lock-append-text-property): Canonicalize the face and
693 font-lock-face properties.
695 * faces.el (facep): Doc fix.
697 * startup.el (fancy-startup-tail, fancy-about-text)
698 (fancy-startup-text): Regularize format of face property.
700 * facemenu.el (list-colors-print): Use :background and :foreground
701 instead of background-color and foreground-color.
703 2007-12-29 Drew Adams <drew.adams@oracle.com>
705 * cus-edit.el (custom-add-parent-links):
706 Fill the "Parent documentation" text.
708 2007-12-29 Eli Zaretskii <eliz@gnu.org>
710 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
711 MS-Windows and MS-DOS.
712 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
714 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
716 * progmodes/grep.el (rgrep): Fix last change.
718 2007-12-27 Richard Stallman <rms@gnu.org>
720 * progmodes/compile.el (compilation-start): Set initial visible
721 point properly even when compilation buffer already current.
723 2007-12-26 Richard Stallman <rms@gnu.org>
725 * files.el (conf-mode-maybe): New function.
726 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
728 2007-12-26 Martin Rudalics <rudalics@gmx.at>
730 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
732 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
734 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
736 2007-12-25 Richard Stallman <rms@gnu.org>
738 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
739 so they never do EOF.
741 2007-12-23 Richard Stallman <rms@gnu.org>
743 * dired-aux.el: Load dired.el at run time too.
745 * faces.el (copy-face): Create the new face explicitly if it
746 does not exist already.
748 2007-12-23 Andreas Schwab <schwab@suse.de>
750 * files.el (switch-to-buffer-other-frame): Return the buffer
753 2007-12-23 Juri Linkov <juri@jurta.org>
755 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
756 item to about-emacs instead of display-splash-screen.
758 2007-12-22 Eli Zaretskii <eliz@gnu.org>
760 * simple.el (minibuffer-history, shell-command-history)
761 (set-variable-value-history):
762 * replace.el (regexp-history):
763 * international/mule-cmds.el (input-method-history):
764 * files.el (file-name-history): Add reference to history-length in
767 2007-12-22 Richard Stallman <rms@gnu.org>
769 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
771 2007-12-21 Jason Rumney <jasonr@gnu.org>
773 * find-dired.el (find-name-arg): New custom variable.
774 (find-name-dired): Use it.
775 (find-dired-find-program): Remove.
776 (find-dired): Use find-program.
777 (find-grep-dired): Use grep-program.
779 * progmodes/grep.el (rgrep): Use find-name-arg.
781 2007-12-21 Martin Rudalics <rudalics@gmx.at>
783 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
784 specifier from format-string. Reported by Ye Wenbin.
786 2007-12-19 Martin Rudalics <rudalics@gmx.at>
788 * cus-start.el: Use correct group name for members of mode-line group.
790 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
792 * progmodes/cc-vars.el (defcustom-c-stylevar):
793 Revert to pre-2007-12-12 version.
795 2007-12-15 Richard Stallman <rms@gnu.org>
797 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
799 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
802 * startup.el (fancy-splash-help-echo): Var deleted.
803 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
804 (fancy-about-screen): Don't display fancy-splash-help-echo.
806 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
808 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
810 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
812 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
814 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
816 (add-submenu): Only define for XEmacs.
817 (verilog-regexp-words): Revert previous change, keep the other
820 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
822 * progmodes/perl-mode.el (perl-continued-statement-offset)
823 (perl-continued-brace-offset, perl-brace-offset)
824 (perl-brace-imaginary-offset, perl-label-offset):
825 * progmodes/cperl-mode.el (cperl-brace-offset)
826 (cperl-continued-brace-offset, cperl-label-offset)
827 (cperl-continued-statement-offset)
828 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
829 Add safe-local-variable properties.
831 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
833 * progmodes/verilog-mode.el (verilog-mode-map)
834 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
835 (verilog-colorize-include-files): Use only overlay functions so
836 that it can work on both emacs and XEmacs.
837 (set-extent-keymap): Remove unused defun.
838 (verilog-kill-existing-comment, verilog-insert-date)
839 (verilog-insert-year): Rename in order not to pollute the global
840 namespace from kill-existing-comment, insert-date and
841 insert-year, respectively.
842 (verilog-set-auto-endcomments, verilog-header): Update callers.
844 * files.el (auto-mode-alist): Recognize verilog files.
846 * progmodes/verilog-mode.el (verilog-string-replace-matches)
847 (verilog-string-remove-spaces, verilog-re-search-forward)
848 (verilog-re-search-backward, verilog-re-search-forward-quick)
849 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
850 (verilog-get-end-of-line, verilog-within-string): Move definitions
851 before first use. No code changes.
853 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
855 * progmodes/verilog-mode.el (verilog-mode-version)
856 (verilog-mode-release-date): Don't use expanding keywords.
857 (provide): Move to the end of file.
858 (fboundp): Don't check if eval-when-compile is bound, it is used
859 later in the file without checking.
860 (when, unless): Copy definitions from subr.el.
861 (char-before, defcustom, defface, customize-group)
862 (verilog-batch-error-wrapper): Don't use old style backquotes.
863 (verilog-regexp-opt): Avoid using the cl function case.
864 (verilog-regexp-words): Remove duplicated definition.
865 (verilog-mode-abbrev-table): Remove, duplicate.
866 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
867 Declare and initialize in one step.
868 (verilog-declaration-prefix-re, verilog-declaration-re)
869 (verilog-end-of-statement, verilog-indent-declaration)
870 (verilog-get-lineup-indent): Remove trailing whitespace.
871 (verilog-mode): Fix autoload cookie.
872 Set beginning-of-defun-function and end-of-defun-function.
873 Use when instead of if.
874 (verilog-emacs-features, verilog-auto-ascii-enum)
875 (verilog-insert-indices): Escape braces in doc strings.
877 2007-12-08 Michael McNamara <mac@verilog.com>
878 Wilson Snyder <wsnyder@wsnyder.org>
880 * progmodes/verilog-mode.el: New file.
882 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
884 * international/latexenc.el (latexenc-find-file-coding-system):
885 If both coding-system-for-write and buffer-file-coding-system of
886 latex-main-file are nil, use `undecided'.
888 2007-12-06 Jason Rumney <jasonr@gnu.org>
890 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
892 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
894 * ido.el (ido-save-history): Use emacs-mule coding system
895 instead of utf-8 to save filenames (it's safer in Emacs 22).
896 Set the `coding' local variable on the first line of the file.
898 2007-12-04 Karl Fogel <kfogel@red-bean.com>
900 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
901 coding system. This ports revisions 1.40 and 1.41 over to the
902 EMACS_22_BASE branch, but with the right coding system for Emacs
903 22 to reliably record filenames. Suggested by Eli Zaretskii.
905 2007-12-01 Richard Stallman <rms@gnu.org>
907 * wid-edit.el (widget-type): Doc fix.
909 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
911 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
913 2007-12-01 Alexandre Julliard <julliard@winehq.org>
915 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
917 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
919 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
920 Don't match "sub { (...) ... }".
922 2007-11-29 Richard Stallman <rms@gnu.org>
924 * international/mule-cmds.el (toggle-input-method-active): New var.
925 (toggle-input-method): Bind toggle-input-method-active to t.
926 Error if it was already non-nil.
928 2007-11-29 Glenn Morris <rgm@gnu.org>
930 * calendar/time-date.el (with-decoded-time-value): Doc fix.
932 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
934 * calendar/time-date.el (encode-time-value): Doc fix.
936 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
938 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
940 2007-11-24 Kenichi Handa <handa@m17n.org>
942 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
944 2007-11-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
946 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
948 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
950 * textmodes/paragraphs.el (forward-sentence): Doc fix.
951 Reported by Drew Adams <drew.adams@oracle.com>.
953 2007-11-20 Glenn Morris <rgm@gnu.org>
955 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
956 for compatibility with Emacs 23.
958 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
960 * replace.el (map-query-replace-regexp): Doc fix (revert part of
961 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
963 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
965 * progmodes/gdb-ui.el: Update commentary.
967 2007-11-16 Eli Zaretskii <eliz@gnu.org>
969 * international/mule-cmds.el (set-locale-environment):
970 Set default-file-name-coding-system _after_ keyboard and terminal
971 coding systems. This fixes last change.
973 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
974 one space after "Subject:".
976 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
978 * subr.el (make-variable-frame-local):
979 Fix typo in obsolescence declaration.
981 2007-11-16 Glenn Morris <rgm@gnu.org>
983 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
985 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
987 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
988 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
989 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
991 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
993 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
994 in order to determine if there's a conflict.
996 2007-11-16 Juri Linkov <juri@jurta.org>
998 * man.el (Man-heading-regexp): Add 0-9.
999 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1001 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1003 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1004 Fix typo in docstring.
1006 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1007 (cua-highlight-region-shift-only): Doc fix.
1009 2007-11-15 Richard Stallman <rms@gnu.org>
1011 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1013 * reposition.el (reposition-window):
1014 Binding C-M-l moved to bindings.el.
1016 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1018 * add-log.el (add-change-log-entry-other-window):
1019 Key binding C-x 4 a moved to bindings.el.
1021 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1024 * filecache.el: Minibuffer map bindings moved to bindings.el.
1026 2007-11-14 Jason Rumney <jasonr@gnu.org>
1028 * international/mule-cmds.el (set-locale-environment):
1029 Set default-file-name-coding-system from system defaults on Windows.
1031 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1033 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1034 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1035 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1036 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1038 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1039 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1040 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1042 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1044 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1045 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1046 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1047 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1048 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1049 Rewrite in active voice.
1051 2007-11-10 Juri Linkov <juri@jurta.org>
1053 * startup.el: Backport startup screen related changes from the trunk.
1054 (initialization): Change group to `environment'.
1055 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1056 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1057 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1058 (initial-scratch-message): Fix docstring.
1059 (startup-screen-inhibit-startup-screen)
1060 (pure-space-overflow-message): New variables.
1061 (command-line): Rename `inhibit-startup-message' to
1062 `inhibit-startup-screen'.
1063 (initial-scratch-message): Doc fix.
1064 (fancy-splash-text): Remove variable.
1065 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1067 (fancy-splash-delay, fancy-splash-max-time)
1068 (fancy-current-text, fancy-splash-stop-time)
1069 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1071 (fancy-splash-insert): Use help-echo from the 3rd element of the
1072 link specification list, or "Follow this link" if it's nil. Doc fix.
1073 Allow functions for face and link specs.
1074 (fancy-splash-tail): Remove function.
1075 (fancy-startup-tail): New function.
1076 (fancy-splash-default-action, fancy-splash-special-event-action)
1077 (fancy-splash-screens): Remove functions.
1078 (fancy-about-screen): New function.
1079 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1080 Fix docstring. Use argument `startup' to conditionally display
1081 different texts for Startup and About screens. Don't display Help
1082 commands on the About screen. Remove `unwind-protect' `sit-for'
1083 delay and `kill-buffer' after it.
1084 (normal-mouse-startup-screen, normal-splash-screen)
1085 (normal-no-mouse-startup-screen): New functions.
1086 (startup-echo-area-message): Change text of the echo area.
1087 (display-splash-screen): Remove function.
1088 (display-startup-screen, display-about-screen): New functions.
1089 (about-emacs): Make alias to `display-about-screen'.
1090 (display-splash-screen): Make alias to `display-startup-screen'.
1091 (command-line-1): Rename `inhibit-startup-message' to
1092 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
1093 started with command line options "-f", "-funcall", "-e", "-eval",
1094 "-execute", "-insert", "-find-file", "-file", "-visit".
1095 Inhibit startup screen when Emacs is started with a file name only
1096 on tty (i.e. don't inhibit it when started with a file name like
1097 "emacs FILE..." on a window system).
1098 Comment out unused code for coping with the old sit-for behavior.
1099 If file-count > 0, then display the concise version in another
1100 window, otherwise display full version in the same window.
1101 * loadup.el: Add `button'. Move up `startup'.
1102 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1103 * version.el (emacs-copyright): Add emacs-copyright.
1104 * menu-bar.el (menu-bar-help-menu):
1105 Move "About Emacs" and "About GNU" to the end of the Help menu.
1106 Move "Emacs Psychotherapist" after "Send Bug Report...".
1107 Move "External Packages" after "Find Emacs Packages".
1109 2007-11-10 Jason Rumney <jasonr@gnu.org>
1111 * w32-fns.el: Sync charset names with setup-default-fontset.
1112 Append "-1" where second part missing.
1114 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1116 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1118 * ido.el (ido-save-history): Write the history file in UTF-8,
1119 and add `coding' file-local variable.
1121 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1123 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1124 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1125 (iso-iso2duden-trans-tab): Add docstring.
1127 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1129 * faces.el (face-normalize-spec): Remove function.
1130 (frame-set-background-mode): Undo last change.
1132 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1134 * files.el (enable-local-variables): Doc fix.
1136 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1138 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1139 match dir like "a...b".
1141 2007-11-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
1143 * eshell/esh-mode.el (eshell-output-filter):
1144 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1145 Use `with-current-buffer'.
1147 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1149 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1151 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1153 * net/tls.el: Require rx when compiling.
1154 (tls-end-of-info): New variable.
1155 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1158 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1160 * simple.el (bad-packages-alist): Anchor semantic regexp.
1162 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1164 * files.el (hack-local-variables): Fix membership tests to avoid
1165 treating all variables as safe if `enable-local-variables' is
1166 set to :safe (CVE-2007-5795).
1168 2007-11-02 Glenn Morris <rgm@gnu.org>
1170 * progmodes/etags.el (tags-table-mode): Disable undo.
1172 * simple.el (bad-packages-alist): Revert previous change.
1174 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1176 * printing.el (printing): Fix :version, printing.el was included
1178 (pr-path-style, pr-path-alist, pr-txt-name)
1179 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1180 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1181 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1182 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1183 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1184 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1185 (pr-setting-database, pr-visible-entry-list)
1186 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1187 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1190 2007-11-01 Glenn Morris <rgm@gnu.org>
1192 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1194 * mail/footnote.el (footnote-numeric-regexp)
1195 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1196 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1197 Match multi-character footnotes.
1199 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1200 (nroff-indent-line-function): New function.
1201 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1204 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1206 * net/tramp.el (tramp-open-connection-telnet)
1207 (tramp-open-connection-rsh, tramp-open-connection-su)
1208 (tramp-open-connection-multi): Set $LC_ALL to "C".
1210 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1212 * dired-aux.el (dired-copy-file-recursive):
1213 Preserve directory permissions.
1215 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1217 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1218 (whitespace-unload-function): New-style unload function. When run,
1219 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1220 to stop the old hook from messing with the unloading.
1222 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1224 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1226 * emacs-lisp/find-func.el (find-library): Use library at
1227 point as default interactive argument.
1229 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1231 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1232 (elp-unset-master, elp-results): Fix typos.
1233 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1236 * msb.el (msb--many-menus): Remove variable.
1237 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1238 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1239 (msb--toggle-menu-type): Fix typos in docstrings.
1241 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1242 (shadow-insert-var): Doc fixes.
1243 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1245 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1247 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1249 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1250 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1251 Fix typos in autoload docstrings.
1253 * loadhist.el (unload-feature): Remove redundant check.
1255 2007-10-30 Richard Stallman <rms@gnu.org>
1257 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1259 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1261 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1262 (gdb-var-update-handler-1): Use it.
1264 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1266 * loadhist.el (unload-feature): Remove erroneous check for the
1267 FEATURE-unload-function variable; check the existence of the
1268 function (that's what the docstring says, and it makes more sense).
1270 * follow.el (follow-unload-function): Add docstring.
1271 (follow-unload-function): Remove variable.
1273 * server.el (server-unload-function): Remove variable.
1274 (server-unload-function): Unbind `server-edit' from `C-x #'.
1276 * uniquify.el (uniquify-unload-function): Add docstring.
1277 (uniquify-unload-function): Remove variable.
1279 * ses.el (ses-unload-function): New function.
1281 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1283 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1284 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1286 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1287 before use to avoid a warning in packages that require uniquify.
1288 (uniquify-unload-function): New function and var.
1290 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1292 * loadhist.el (unload-feature-special-hooks):
1293 Add `delete-frame-functions'.
1295 * server.el (server-unload-function): Rename from `server-unload-hook'
1296 and adapt to new `unload-feature' functionality. Remove hook from
1297 `kill-buffer-hook' buffer-locally.
1298 (server-unload-hook): Remove.
1299 (server-unload-function): New var; replaces `server-unload-hook'.
1301 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1303 * desktop.el (uniquify-managed): Pacify byte compiler.
1304 (desktop-buffer-info): If the buffer name is managed by uniquify,
1305 save the base name, not the uniquified one.
1306 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1307 name in case of conflict.
1309 2007-10-26 Glenn Morris <rgm@gnu.org>
1311 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1312 safe-local-variable property.
1314 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1316 * net/browse-url.el (browse-url-browser-function): Delete grail.
1317 (browse-url-grail): Function and variable deleted.
1318 (browse-url-browser-function): Delete IXI Mosaic.
1319 (browse-url-default-browser): Don't try IXI Mosaic.
1320 (browse-url-iximosaic): Function deleted.
1321 (browse-url-browser-function): Delete MMM.
1322 (browse-url-default-browser): Don't try MMM.
1323 (browse-url-mmm): Function deleted.
1325 2007-10-25 Glenn Morris <rgm@gnu.org>
1327 * progmodes/f90.el (f90-indented-comment-re)
1328 (f90-directive-comment-re, f90-break-delimiters):
1329 * progmodes/fortran.el (fortran-comment-line-start-skip)
1330 (fortran-directive-re):
1331 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1332 as safe if they are strings.
1334 2007-10-25 Richard Stallman <rms@gnu.org>
1336 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1338 2007-10-24 Richard Stallman <rms@gnu.org>
1340 * savehist.el (savehist-save): Omit unreadable elements.
1342 * loadhist.el (unload-function-defs-list): Renamed from
1343 unload-function-features-list.
1344 (unload-feature-special-hooks, unload-feature): Doc fixes.
1346 * indent.el (indent-to-left-margin): If point's in the indentation,
1347 move to the end of the indentation.
1349 * cus-edit.el (customize-changed-options): Make arg optional.
1351 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1353 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1355 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1357 * textmodes/css-mode.el: Require CL.
1358 (comment-continue): Declare.
1360 * subr.el (make-variable-frame-localizable): Remove.
1361 (make-variable-frame-local): Mark obsolete.
1363 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1365 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1366 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1368 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1370 * comint.el (comint-password-prompt-regexp):
1371 Handle `[sudo] password'-style prompt.
1373 2007-10-23 Glenn Morris <rgm@gnu.org>
1375 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1376 (f90-type-indent, f90-program-indent)
1377 (f90-continuation-indent, f90-comment-region)
1378 (f90-beginning-ampersand, f90-smart-end)
1379 (f90-break-before-delimiters, f90-auto-keyword-case)
1380 (f90-leave-line-no, f90-mode-hook):
1381 Give an appropriate safe-local-variable property.
1382 (f90-font-lock-keywords-2): Fix `go to' regexp.
1384 * progmodes/fortran.el (fortran-tab-mode-default)
1385 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1386 (fortran-structure-indent, fortran-continuation-indent)
1387 (fortran-comment-indent, fortran-comment-line-extra-indent)
1388 (fortran-comment-line-start)
1389 (fortran-minimum-statement-indent-fixed)
1390 (fortran-minimum-statement-indent-tab)
1391 (fortran-comment-indent-char, fortran-line-number-indent)
1392 (fortran-check-all-num-for-matching-do)
1393 (fortran-blink-matching-if, fortran-continuation-string)
1394 (fortran-comment-region, fortran-electric-line-number)
1395 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1396 (fortran-analyze-depth, fortran-break-before-delimiters):
1397 Give an appropriate safe-local-variable property.
1399 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1401 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1402 of the subdirs is unreadable.
1404 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1406 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1407 Use window-full-width-p.
1409 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1411 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1412 (tpu-edt-off): Use it.
1413 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1414 the global-map before adding it to global-map.
1416 * menu-bar.el (global-buffers-menu-map): New var.
1417 (global-map, menu-bar-update-buffers): Use it.
1418 * msb.el (msb-menu-bar-update-buffers): Use it.
1419 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1420 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1421 Use with-current-buffer.
1423 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1425 * hexl.el (hexl-menu): New major mode menu.
1427 2007-10-20 Glenn Morris <rgm@gnu.org>
1429 * progmodes/f90.el (f90-font-lock-keywords-2)
1430 (f90-looking-at-type-like): Fix regexp typos.
1432 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1434 * bs.el (bs-mode): Add mode name (accidentally left out
1435 in the 2007-10-16 change).
1437 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1439 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1440 (bs-mode): Set mode-class property to special.
1442 * follow.el (follow-unload-function): New function.
1444 * loadhist.el (unload-function-features-list):
1445 Rename from `unload-hook-features-list'.
1446 (unload-hook-features-list): Add as obsolete alias.
1447 (unload-feature): Use `unload-function-features-list'
1448 and new FEATURE-unload-function.
1450 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1452 * loadhist.el (unload-feature-special-hooks):
1453 Update list of special hooks.
1455 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1456 (adaptive-fill-function): Doc fix. Remove * from docstring.
1458 2007-10-18 Glenn Morris <rgm@gnu.org>
1460 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1462 2007-10-17 Aaron Hawley <aaronh@garden.org>
1464 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1465 position is not saved.
1467 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1469 * longlines.el (longlines-wrap-follows-window-size): Integer value
1470 specifies wrapping margin.
1471 (longlines-mode, longlines-window-change-function):
1472 Set window-specific wrapping margin based on the above.
1474 2007-10-17 John Wiegley <johnw@newartisans.com>
1476 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1478 2007-10-17 Glenn Morris <rgm@gnu.org>
1480 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1481 Tweak regexp to avoid stack overflow.
1483 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1485 * simple.el (reindent-then-newline-and-indent): Don't assume that
1486 indent-according-to-mode preserves point.
1488 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1490 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1491 (bs--restore-window-config): Keep the selected frame.
1492 (bs--track-window-changes, bs--remove-hooks): New functions.
1493 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1494 (bs--show-with-configuration): Revert 2006-11-09 change.
1495 Don't reuse window unless it is visible on the selected frame.
1496 Restore window configuration (possibly in a different frame)
1497 before creating any window.
1499 2007-10-16 Richard Stallman <rms@gnu.org>
1501 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1502 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1503 (ad-is-advised, ad-get-advice-info-field)
1504 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1506 2007-10-16 Glenn Morris <rgm@gnu.org>
1508 * simple.el (blink-matching-open): Don't report false errors with
1509 the `$' syntax class.
1511 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1513 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1514 (filesets-ormap, filesets-sort-case-sensitive-flag)
1515 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1516 Fix typos in docstrings.
1517 (filesets-data-get-name, filesets-data-get-data)
1518 (filesets-data-set, filesets-cmd-query-replace-getargs)
1519 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1521 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1523 * term/mac-win.el: Don't require url when compiling, as url-type is
1526 2007-10-14 Glenn Morris <rgm@gnu.org>
1528 * progmodes/etags.el (select-tags-table): Disable undo in the
1529 `*Tags Table List*' buffer.
1531 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1533 * dired.el (dired-warn-writable): New face.
1534 (dired-warn-writable-face): New variable.
1535 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1536 of dired-warning-face, for group- and world-writable files.
1538 2007-10-13 Glenn Morris <rgm@gnu.org>
1540 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1541 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1542 Add doc string, and an explicit COUNT argument.
1543 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1544 `inc' to search functions.
1546 2007-10-13 John W. Eaton <jwe@octave.org>
1548 * progmodes/octave-mod.el (octave-looking-at-kw)
1549 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1551 (octave-in-defun-p, calculate-octave-indent)
1552 (octave-blink-matching-block-open, octave-beginning-of-defun)
1553 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1554 to search for regexps that contain case-sensitive keywords.
1555 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1556 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1558 2007-10-13 Richard Stallman <rms@gnu.org>
1560 * files.el (directory-abbrev-alist): Doc fix.
1562 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1564 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1566 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1568 * frame.el (set-frame-configuration): Assign name parameter only
1569 if it has been set explicitly before.
1571 * window.el (handle-select-window): Revert part of 2007-10-06
1572 change setting the input focus.
1574 2007-10-12 Glenn Morris <rgm@gnu.org>
1576 * cus-edit.el (custom-variable-menu, custom-face-menu)
1577 (custom-group-menu): Check init-file-user rather than
1578 user-init-file, in case cus-edit is loaded by site-run-file.
1580 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1582 * follow.el (follow-stop-intercept-process-output):
1583 Use `follow-call-process-filter' rather than `process-filter'.
1585 2007-10-11 Tom Tromey <tromey@redhat.com>
1587 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1590 2007-10-10 Richard Stallman <rms@gnu.org>
1592 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1595 * faces.el (face-font-selection-order): Doc fix.
1597 * loadhist.el (unload-feature): Doc fix.
1599 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1601 * ps-print.el: Fix the usage of :foreground and :background face
1602 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1603 (ps-print-version): New version 6.7.6.
1604 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1606 (ps-face-foreground-color-p, ps-face-background-color-p)
1607 (ps-face-color-p): New inline funs.
1609 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1611 * follow.el: Change all instances of "Follow Mode" to "Follow
1612 mode" in docstrings and messages.
1614 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1616 * faces.el (face-font-selection-order): Doc fix.
1618 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1619 (follow-mode-off-hook): Mark as obsolete.
1621 2007-10-08 Richard Stallman <rms@gnu.org>
1623 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1624 (edebug-install-custom-print, edebug-reset-print-funcs)
1625 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1627 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1628 (edebug-format, edebug-message): Define directly as aliases.
1630 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1632 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1634 2007-10-07 Glenn Morris <rgm@gnu.org>
1636 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1639 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1641 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1642 (tramp-completion-mode-p): Revert change from 2007-09-24.
1643 Checking for `return' etc as last character is not sufficient, for
1644 example in dired-mode when entering <g> (revert-buffer) or
1647 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1649 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1650 select-window or select-frame events.
1651 (handle-select-window): When autoselecting window set input
1654 * frame.el (focus-follows-mouse): Moved to frame.c.
1655 * cus-start.el (all): Add focus-follows-mouse.
1657 2007-10-05 Chris Moore <dooglus@gmail.com>
1659 * server.el (server-kill-new-buffers): Doc fix.
1661 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1663 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1664 activate font-locking in the *buffer-selection* buffer.
1665 (bs-show-sorted): Doc fix.
1667 * bs.el (bs--get-marked-string, bs--get-modified-string)
1668 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1669 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1670 (bs--format-aux): Doc fix.
1672 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1674 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1676 2007-10-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1678 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1680 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1682 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1683 (gud-gdb): New function for old M-x gdb (text command mode).
1684 (gud-gdb-command-name, gdb): Move to...
1686 * progmodes/gdb-ui.el: ...here and adapt doc string.
1687 (gud-gdba-command-name, gdba): Delete.
1689 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1691 * bs.el: Don't defvar `font-lock-verbose'.
1692 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1693 (bs--get-file-name): Fix typos in docstrings.
1694 (bs--show-header): Use `dolist' instead of `mapcar'.
1695 (bs-mode): Set `show-trailing-whitespace' to nil.
1696 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1697 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1700 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1702 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1704 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1706 * progmodes/gud.el (gdb): Make graphical mode the default and
1707 switch to text command mode if appropriate, i.e., reverse previous
1709 (gud-gdb-marker-filter): Adapt for above change.
1711 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1712 gud-minor-mode and gud-marker-filter.
1713 (gdb-fullname-regexp): New variable.
1714 (gud-gdba-marker-filter): Use it to switch to text command
1715 mode if appropriate.
1717 2007-10-02 Richard Stallman <rms@gnu.org>
1719 * frame.el (cursor-in-non-selected-windows): Doc fix.
1721 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1723 * progmodes/gud.el (gud-display-line): Find source buffer even when
1724 GUD buffer has its own frame.
1726 2007-10-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1728 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1730 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1732 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1734 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1736 * allout.el (allout-before-change-handler): Replace got-char by
1739 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1741 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1742 Used to try and automatically enabled smerge-mode in the presence of
1743 conflicts and to call `svn resolved' when the conflicts are gone.
1744 (vc-svn-parse-status): Remember the svn-specific status.
1746 * newcomment.el (comment-choose-indent): New function extracted
1747 from comment-indent. Improve the alignment algorithm.
1748 (comment-indent): Use it.
1750 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1752 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1753 (eldoc-message-commands, eldoc-current-idle-delay):
1754 Fix typos in docstrings.
1756 * progmodes/python.el (python-eldoc-function): Doc fix.
1758 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1760 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1761 menu-bar-apropos-menu. All users changed.
1762 (menu-bar-help-menu): Change menu symbols to better match the text
1763 displayed by the menu.
1765 2007-09-25 Glenn Morris <rgm@gnu.org>
1767 * view.el (view-search-no-match-lines): Add a doc string.
1768 Rewrite to simplify and work better.
1770 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1772 * net/tramp.el (tramp-completion-mode-p): Rename from
1773 `tramp-completion-mode'. Revert logic, check `return', `newline'
1774 and such alike. Packages like Icicles tend to use other completion
1775 characters but `tab' and `space' only.
1776 (top): Require cl.el, when `copy-tree' is not available otherwise.
1778 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1781 2007-09-24 Ville Skytt
\e,Ad
\e(B <scop@xemacs.org> (tiny change)
1783 * net/tramp-vc.el (tramp-vc-user-login-name):
1784 Use `vc-find-version' instead of `process-file' to check whether we
1785 have a new enough vc that doesn't need the defadvice.
1787 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1789 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1792 2007-09-23 Glenn Morris <rgm@gnu.org>
1794 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1796 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1798 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1800 * log-view.el (log-view-mode-map): Likewise.
1802 * diff-mode.el (diff-mode-shared-map): Likewise.
1804 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1806 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1807 add inferior-octave-directory-tracker to the buffer-local value
1808 of comint-input-filter-functions.
1810 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1812 * files.el (file-name-sans-versions): Also allow `A-Z'.
1814 * vc.el: Mention all supported VC backends.
1816 2007-09-22 Richard Stallman <rms@gnu.org>
1818 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1819 neighbouring buttons.
1821 2007-09-22 Andreas Schwab <schwab@suse.de>
1823 * files.el (file-name-sans-versions): Also allow `_'.
1825 2007-09-22 Glenn Morris <rgm@gnu.org>
1827 * eshell/esh-mode.el (eshell-output-filter-functions):
1828 Add eshell-postoutput-scroll-to-bottom.
1830 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1832 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1834 * log-view.el (log-view-mode-map, log-view-mode-menu):
1835 Bind log-view-annotate-version.
1836 (log-view-beginning-of-defun, log-view-end-of-defun)
1837 (log-view-annotate-version): New functions.
1838 (log-view-mode): Use log-view-beginning-of-defun and
1839 log-view-end-of-defun.
1841 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1843 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1845 2007-09-21 Kevin Ryde <user42@zip.com.au>
1847 * international/mule.el (sgml-html-meta-auto-coding-function):
1848 Bind `case-fold-search' to t.
1850 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1852 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1853 neighbouring buttons.
1855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1856 Recognize gcc's use of "note" for informational messages.
1858 2007-09-20 Glenn Morris <rgm@gnu.org>
1860 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1861 motion functions, rather than hard-coding "\n\n".
1862 (tex-validate-region): Check for eobp, to speed up.
1863 (tex-next-unmatched-end): Doc fix.
1865 2007-09-19 Glenn Morris <rgm@gnu.org>
1867 * textmodes/tex-mode.el (tex-terminate-paragraph):
1868 Use backward-paragraph.
1870 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1872 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1873 (css-mode): Update correspondingly.
1875 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1877 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1879 * vc-hooks.el (vc-menu-entry): New var.
1880 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1881 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1882 (vc-menu-map): Declare and initialize in one step.
1884 * menu-bar.el (vc-menu-map): Don't setup any more.
1885 Instead, just create the proper spot in the menu.
1887 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1888 Stefan Monnier <monnier@iro.umontreal.ca>
1890 * vc.el: Document new VC operation `extra-menu'.
1892 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1894 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1896 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1897 Signed-off-by, Acked-by and Merge.
1899 2007-09-17 Glenn Morris <rgm@gnu.org>
1901 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1902 filename from `--file-line-error', if it is available.
1904 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1906 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1907 TeX `--file-line-error' format.
1909 2007-09-17 Glenn Morris <rgm@gnu.org>
1911 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1912 handling the case where the region is not in `tex-main-file'.
1913 (tex-region-1): Delete.
1914 (tex-region-header): New function, doing the header part of the
1917 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1919 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1921 2007-09-16 Drew Adams <drew.adams@oracle.com>
1923 * cus-edit.el (custom-face-edit-activate): Doc fix.
1925 2007-09-16 Glenn Morris <rgm@gnu.org>
1927 * textmodes/tex-mode.el (tex-region): Handle the case where the
1928 region is not in `tex-main-file'. Move the old code that applies
1930 (tex-region-1): ...to this new function.
1932 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1934 * simple.el (blink-matching-open): Don't display message when no
1935 paren is found within blink-matching-paren-distance characters.
1936 Don't search prompt in blink-matching-paren-distance nil case.
1938 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1940 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1942 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1944 * vc-mtn.el: New file.
1946 * vc-hooks.el (vc-handled-backends): Add Mtn.
1948 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1950 * files.el (find-file, find-file-other-window)
1951 (find-file-other-frame, find-file-existing, find-file-read-only)
1952 (find-file-read-only-other-window)
1953 (find-file-read-only-other-frame)
1954 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1956 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1958 * man.el (Man-default-man-entry): At end of line, continue looking
1959 to the next line for possible end of hyphenated command.
1961 2007-09-13 Chris Moore <dooglus@gmail.com>
1963 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1964 the command being edited.
1966 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1968 * progmodes/gud.el (gdb-ready): New variable.
1969 (gdb): Set it to nil. Set gud-running to nil here...
1970 (gud-common-init): ...instead of here.
1972 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1973 Use gdb-ready. Discard input until GDB is ready to accept it.
1975 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1977 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1980 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1982 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1983 make it show up with eight colors.
1985 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1987 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1988 diffs are concatenated with no intervening line.
1990 2007-09-10 Dave Love <fx@gnu.org>
1992 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1993 (python-font-lock-keywords): Update to the 2.5 version of the language.
1994 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1995 (python-backspace): Only behave funny in code.
1996 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1997 (inferior-python-mode): Add PDB prompt regexp.
1998 (python-fill-paragraph): Refine the fenced-string regexp.
1999 (python-find-imports): Handle imports spanning several lines.
2000 (python-mode): Add `class' to hideshow support.
2002 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2004 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2005 add-log-buffer-file-name-function rather than bind buffer-file-name,
2006 so we dont end up calling change-log-mode in *cvs* when `fi' is the
2007 ChangeLog file itself.
2009 * outline.el (outline-flag-region): Use front-advance.
2011 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
2013 * progmodes/cperl-mode.el: Merge upstream 5.23.
2014 (cperl-where-am-i): Remove function.
2015 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2016 (cperl-sniff-for-indent): De-invert [string] and [comment].
2017 When looking for label, skip s:m:y:tr.
2018 (cperl-indent-line): Likewise.
2019 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2020 (cperl-windowed-init): Wrong `ps-print' handling.
2021 Both thanks to Chong Yidong.
2022 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2023 (cperl-find-pods-heres): If the second part of s()[] is missing,
2024 don't try to highlight delimiters...
2026 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2028 * progmodes/compile.el (compilation-get-file-structure): Complete last
2029 change by also using spec-directory in the puthash.
2031 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
2033 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2034 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2035 (vc-bzr-status): Fix shadowing of variable 'status'.
2036 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2037 Use `expand-file-name' instead of `concat'.
2038 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2039 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2041 2007-09-05 Jason Rumney <jasonr@gnu.org>
2043 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2045 2007-09-02 Richard Stallman <rms@gnu.org>
2047 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2048 Add `safe-local-variable' property.
2049 (lisp-body-indent): Likewise.
2051 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2053 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2056 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2057 (x-gtk-map-stock): New function.
2059 2007-09-02 Glenn Morris <rgm@gnu.org>
2061 * comint.el (comint-mode): Don't set scroll-conservatively.
2063 * eshell/em-unix.el (eshell/time): Stringify and flatten the
2064 non-command arguments.
2066 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2068 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2069 Fix bug: Don't expand top-level file name more than once.
2070 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2072 2007-09-01 Richard Stallman <rms@gnu.org>
2074 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2077 2007-08-30 Richard Stallman <rms@gnu.org>
2079 * speedbar.el (speedbar-frame-reposition-smartly)
2080 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2081 (speedbar-check-vc): Don't use dframe-xemacsp.
2083 2007-08-30 Martin Rudalics <rudalics@gmx.at>
2085 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2087 2007-08-29 Martin Rudalics <rudalics@gmx.at>
2089 * repeat.el (repeat): Use last-repeatable-command instead of
2090 real-last-command. Run pre- and post-command hooks for
2091 self-insertion. Update doc-string.
2093 2007-08-28 Glenn Morris <rgm@gnu.org>
2095 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2097 2007-08-27 Alexandre Julliard <julliard@winehq.org>
2099 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2101 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2102 (vc-git-create-repo): Fix invalid command.
2104 2007-08-27 Richard Stallman <rms@gnu.org>
2106 * textmodes/flyspell.el (flyspell-mode):
2107 Catch errors in flyspell-mode-on.
2109 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2111 * progmodes/modula2.el (m2-definition, m2-module):
2112 Don't use previous-line. Reported by T. V. Raman.
2114 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2116 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2117 argument to tool-bar-mode call.
2119 2007-08-27 Glenn Morris <rgm@gnu.org>
2121 * diff-mode.el (diff-find-file-name): Only accept regular files,
2122 to rule out /dev/null, directories, etc.
2124 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2126 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2127 safe-local-variable setting.
2128 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2130 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2132 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2133 of buffers in uniquify-managed.
2135 * simple.el (invisible-p): Rename from text-invisible-p.
2138 2007-08-25 Alan Mackenzie <acm@muc.de>
2140 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2141 new language variable.
2143 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2144 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2145 "extern" etc., rather than BOI. Fix addition of spurious
2146 syntactic-symbol 'defun-block-intro, replacing it with
2149 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2151 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2152 Don't behave differently when executed via M-x. Add doc string.
2154 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2156 * files.el (backup-buffer-copy): Don't wrap delete in
2157 condition-case, only try to delete if file exists.
2159 2007-08-24 Glenn Morris <rgm@gnu.org>
2161 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2163 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2165 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2166 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2167 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2168 (cperl-etags-goto-tag-location): Use new style backquotes.
2170 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2171 (dynamic-completion-table): Use it it.
2173 * net/browse-url.el: Remove spurious * in custom docstrings.
2174 (browse-url-filename-alist): Use new-style backquote.
2176 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2177 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2179 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2180 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2182 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2184 * net/socks.el (socks-username/password-auth-filter):
2185 Remove unused vars `state' and `desired-len'.
2186 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2187 (socks-wait-for-state-change): Use new-style backquotes.
2189 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2191 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2192 backquotes after each `read' rather than once per buffer.
2194 * dframe.el: Remove spurious * in custom docstrings.
2195 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2196 (dframe-xemacs20p): Remove, inline at the sole use point.
2197 (defface): Don't defvar the face, don't use old-style backquote.
2198 (defcustom): Don't use old-style backquote.
2199 (dframe-frame-parameter, dframe-mouse-event-p):
2200 Make it obvious that it's always defined.
2201 (dframe-popup-kludge): New function to replace
2202 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2203 (dframe-frame-mode, dframe-set-timer-internal)
2204 (dframe-mouse-set-point): Remove use of with-no-warnings from
2205 XEmacs-specific code.
2206 (dframe-set-timer-internal): Fix very old bug with
2207 post-command-idle-hook.
2209 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2211 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2213 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2215 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2217 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2218 safe-local-variable.
2220 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2222 * net/browse-url.el (browse-url-emacs): New function.
2224 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2226 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2227 warning if the file uses old style backquotes.
2229 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2230 (byte-recompile-directory, byte-compile-file)
2231 (byte-compile-from-buffer): Use with-current-buffer.
2233 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2234 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2235 (line-move-1, line-move-finish, line-move-to-column)
2236 (move-end-of-line, move-beginning-of-line): Use new name.
2238 2007-08-22 Glenn Morris <rgm@gnu.org>
2240 * files.el (backup-buffer-copy): Check backup directory is
2241 writable, to avoid infloop deleting old backup.
2243 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2244 movemail related variables.
2245 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2246 will now be set before this is called.
2248 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2250 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2252 * progmodes/ada-mode.el: Fix up comment style in header.
2253 (ada-check-emacs-version): Remove.
2254 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2255 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2256 to try and quieten the byte-compiler.
2257 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2259 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2261 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2263 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2264 extracted from `eval-last-sexp-1'.
2265 (eval-last-sexp-1): Call `preceding-sexp'.
2267 2007-08-19 Glenn Morris <rgm@gnu.org>
2269 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2270 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2271 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2272 shadow files messing up the compilation.
2274 2007-08-18 Glenn Morris <rgm@gnu.org>
2276 * progmodes/scheme.el (scheme-mode-variables):
2277 Set font-lock-comment-start-skip.
2279 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2281 * progmodes/ada-mode.el (ada-create-syntax-table):
2282 Move set-syntax-table from here to ...
2283 (ada-mode): ... here. Don't change global value of comment-multi-line.
2284 Call new function ada-initialize-syntax-table-properties.
2285 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2286 (ada-deactivate-properties, ada-initialize-properties):
2287 Replace by new functions ...
2288 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2289 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2290 properties uniformly, independently from whether font-lock-mode
2291 is enabled or not. Handle read-only buffers and do not change
2292 undo-list when setting syntax-table properties.
2293 (ada-after-change-function): Use ada-set-syntax-table-properties.
2295 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2297 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2298 (cperl-find-pods-heres): Fix an error when typing expressions like
2301 2007-08-17 Glenn Morris <rgm@gnu.org>
2303 * progmodes/compile.el (compilation-get-file-structure): Make use
2304 of the directory part when checking for an existing entry, to
2305 handle files with same basename in different directories.
2307 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2309 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2310 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2311 (ps-paragraph-spacing): Docstring fix.
2313 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2315 * smerge-mode.el (smerge-resolve): New arg `safe'.
2316 (smerge-resolve-all, smerge-batch-resolve): New function.
2317 (smerge-refine): Make sure `diff' returns the expected result.
2318 (smerge-parsep-re): New const.
2319 (smerge-mode): Use it to adjust paragraph-separate.
2321 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2322 Correctly match / regexp matchers as first char on a line when
2323 fontifying only that line.
2325 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2327 2007-08-16 Glenn Morris <rgm@gnu.org>
2329 * ps-print.el (ps-font-size): Doc fix.
2331 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2333 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2334 (vc-bzr-registered): Don't redundantly protect against
2335 file-error. Actually use the format-specific code.
2336 (vc-bzr-buffer-nonblank-p): Remove.
2337 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2339 2007-08-15 Glenn Morris <rgm@gnu.org>
2341 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2342 sloppier, for the sake of GNU Mailman.
2343 (rmail-digest-rfc1153): Initialize `result' correctly.
2345 2007-08-14 Glenn Morris <rgm@gnu.org>
2347 * simple.el (bad-packages-alist): New constant.
2348 (bad-package-check): New function. Together, these two add
2349 elements to `after-load-alist' to check for problematic external
2351 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2353 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2355 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2356 optional quotes around files in NEED-UPDATE . REMOVED case.
2358 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2359 (ada-treat-cmd-string): Improve error message.
2360 (ada-do-file-completion): Call `ada-require-project-file', so
2361 project variables are set properly.
2362 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2363 (ada-gnatfind-buffer-name): New constant.
2364 (ada-find-any-references): Use new constant. Set buffer name
2365 properly in compilation-start. Toggle read-only properly.
2366 (ada-find-in-src-path): Fix spelling error in docstring.
2368 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2371 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2373 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2375 2007-08-12 Richard Stallman <rms@gnu.org>
2377 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2378 (cvs-execute-single-file): Use new name split-string-and-unquote.
2379 (cvs-header-msg): Use new name combine-and-quote-strings.
2381 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2383 * progmodes/gud.el (gud-common-init): Use new name
2384 split-string-and-unquote.
2386 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2389 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2390 combine-and-quote-strings and split-string-and-unquote.
2392 * subr.el (combine-and-quote-strings): Rename from strings->string.
2393 (split-string-and-unquote): Rename from string->strings.
2395 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2397 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2398 to buffer-local settings.
2400 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2401 (backquote-process): Add internal arg `level'. Use the two to
2402 correctly handle nested backquotes.
2404 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2406 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2407 (vc-bzr-state-words): Add "kind changed" state word.
2408 (vc-bzr-status): New function. Return Bzr idea of file status,
2409 which is different from VC's.
2410 (vc-bzr-state): Use vc-bzr-status.
2411 (vc-workfile-unchanged-p): Use vc-bzr-status.
2412 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2413 (vc-dired-state): Process "kind changed" state word.
2415 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2417 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2419 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2420 Move from vc-default-find-file-not-found-hook.
2422 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2424 * url/url-auth.el (url-basic-auth): When prompting for username
2425 and password, default to the username and password in the URL.
2427 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2429 * man.el: Remove spurious * in docstrings.
2430 Merge defvars and toplevel setq-defaults.
2431 (Man-highlight-references0): Limit=nil rather than point-max.
2432 (Man-mode-map): Move initialization into the declaration.
2433 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2434 (Man-view-header-file): Use expand-file-name rather than concat.
2435 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2437 * man.el (Man-next-section): Make sure we do not move backward.
2439 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2441 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2442 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2443 ps-print-color-p is neither nil nor black-white. Reported by Christian
2444 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2446 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2448 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2450 2007-08-08 Andreas Schwab <schwab@suse.de>
2452 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2453 self-insert-command, not self-insert.
2455 2007-08-08 Glenn Morris <rgm@gnu.org>
2457 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2459 * Replace `iff' in doc-strings and comments.
2461 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2462 rather than just `-'.
2464 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2466 * dired.el (dired-pop-to-buffer):
2467 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2468 * calendar/calendar.el (generate-calendar-window):
2469 * progmodes/compile.el (compilation-set-window-height):
2470 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2471 Use window-full-width-p instead of comparing frame-width and
2474 * progmodes/compile.el (compilation-find-buffer): Remove extra
2475 argument in call to compilation-buffer-internal-p.
2477 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2479 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2480 parameters IDENTIFICATION and CONNECTED.
2481 (tramp-handle-insert-file-contents): VISIT must be handled after
2482 insertion of the local copy. Reported by Peter Gordon
2483 <peter@pg-consultants.com>.
2484 (tramp-file-name-handler): No special handling for
2485 `expand-file-name'. But for `file-name-as-directory'.
2486 (tramp-find-shell, tramp-open-connection-telnet)
2487 (tramp-open-connection-rsh, tramp-open-connection-su)
2488 (tramp-open-connection-multi)
2489 (tramp-open-connection-setup-interactive-shell): Guard against
2490 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2491 <steve@sxemacs.org>.
2492 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2495 * net/trampver.el: Update release number.
2497 2007-08-07 Tom Tromey <tromey@redhat.com>
2499 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2500 Add safe-local-variable property.
2502 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2504 * image-mode.el (image-toggle-display): Use image-refresh.
2506 * longlines.el (longlines-decoded): New variable.
2507 (longlines-mode): Avoid encoding or decoding the buffer twice.
2509 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2511 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2513 (vc-bzr-command): Remove redundant setting of process-connection-type.
2514 (vc-bzr-admin-checkout-format-file): Add autoload.
2515 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2516 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2517 (vc-bzr-registered): Compare dirstate format tag with known good
2518 value, abort parsing if match fails. Warn user in docstring.
2519 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2520 See bzrlib/branch.py in Bzr sources.
2521 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2522 (vc-bzr-shell-command): Remove in favor of
2523 vc-bzr-command-discarding-stderr.
2524 (vc-bzr-command-discarding-stderr): New function.
2526 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2528 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2529 program, and return nil
2530 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2531 (vc-bzr-state): Look for path names relative to the repository
2532 root after status keyword.
2533 (vc-bzr-file-name-relative): New function.
2534 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2536 (vc-bzr-admin-dirname, ...-checkout-format-file)
2537 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2538 files that we now parse directly for speed.
2539 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2540 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2541 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2542 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2543 Bzr warnings, so we must discard it.
2544 (vc-bzr-workfile-version): Speedup counting lines from
2545 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2546 if that file doesn't exist.
2547 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2548 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2549 (not ".bzr"!) to `vc-directory-exclusion-list'
2550 (vc-bzr-shell-command): New function.
2552 2007-08-06 Tom Tromey <tromey@redhat.com>
2554 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2555 (diff-fixup-modifs): Typo in docstring.
2557 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2559 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2561 (tpu-edt-off): Disable relevant pieces of advice.
2563 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2564 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2565 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2566 redefining the function.
2567 (tpu-set-scroll-margins): Activate the pieces of advice.
2569 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2571 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2574 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2576 * help.el (resize-temp-buffer-window): Use window-full-width-p
2577 instead of comparing frame-width and window-width.
2579 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2581 * term.el: Honor term-default-fg-color and term-default-bg-color
2582 settings when modifying term-current-face.
2583 (term-default-fg-color, term-default-bg-color): Initialize from
2584 default term-current-face.
2585 (term-mode, term-reset-terminal): Set term-current-face with
2586 term-default-fg-color and term-default-bg-color.
2587 (term-handle-colors-array): term-current-face has term-default-fg-color
2588 and term-default-bg-color after reset escape sequence.
2589 (term-handle-colors-array): Set term-current-color with
2590 term-default-fg/bg-color instead of ansi-term-color-vector when the
2591 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2593 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2595 * files.el (set-auto-mode): Handle also remote files wrt
2598 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2599 remote identification.
2601 2007-08-04 Glenn Morris <rgm@gnu.org>
2603 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2604 zero, not nil, when the library is first loaded. Check for a file
2605 that has been modified on disk.
2607 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2608 Remove duplicate defvar preventing initialization.
2609 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2611 2007-08-03 Miles Bader <miles@gnu.org>
2613 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2614 backend names for new backends to `Git', `Hg', and `Bzr'.
2615 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2617 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2619 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2620 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2622 2007-08-03 Glenn Morris <rgm@gnu.org>
2624 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2626 2007-08-02 Richard Stallman <rms@gnu.org>
2628 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2629 to update deleted flag.
2631 * cus-edit.el (customize-apropos, customize-apropos-options)
2632 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2634 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2636 * startup.el (fancy-splash-head, startup-echo-area-message):
2637 Change message text.
2639 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2640 All callers use line-move.
2642 * progmodes/compile.el (compilation-find-buffer): Return current
2643 buffer immediately if suitable.
2644 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2646 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2648 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2649 Make it more discriminating and more useful.
2650 (vc-bzr-root-dir): Use new name.
2651 (vc-bzr-registered): Use new name and look at the dirstate file to
2652 determine if it's registered or not without running `bzr'.
2654 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2656 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2658 2007-07-31 Drew Adams <drew.adams@oracle.com>
2660 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2661 Fix parent groups link.
2663 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2665 * faces.el (face-normalize-spec): New function.
2666 (frame-set-background-mode): Normalize face-spec before calling
2669 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2671 * vc-bzr.el: New file (copied from the trunk).
2673 * vc-hooks.el (vc-handled-backends): Add BZR.
2674 (vc-find-file-hook): Failsafe if the backend's `registered'
2677 * server.el (server-window): Add switch-to-buffer-other-frame option.
2679 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2681 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2682 (vc-git-revision-completion-table): Enable.
2684 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2686 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2688 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2689 (vc-hg-registered): Set the vc-state property.
2691 * diff-mode.el (diff-mode-menu): New entries.
2693 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2695 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2696 (diff-file-kill): Use it.
2697 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2698 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2699 Use it so they find the hunk even when we're in the file header.
2701 * vc.el: Add new VC operation `revision-completion-table'.
2702 (vc-default-revision-completion-table): New function.
2703 (vc-version-diff, vc-version-other-window): Use it to provide
2704 completion of revision names if the backend provides it.
2706 * vc-arch.el (vc-arch--version-completion-table)
2707 (vc-arch-revision-completion-table): New functions to provide
2708 completion of revision names.
2710 * vc-cvs.el: Require CL.
2711 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2712 New functions to provide completion of revision names.
2714 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2716 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2717 (copyright-fix-years, copyright): Correctly handle the case where
2718 copyright-limit is nil.
2720 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2722 * progmodes/python.el (run-python): Fix path separator under w32.
2724 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2726 * vc-git.el: New File.
2728 2007-07-28 Alan Mackenzie <acm@muc.de>
2730 Fix problem with modes derived from CC Mode:
2731 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2733 (c-init-language-vars-for): Remove call to above macro.
2734 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2736 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2738 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2740 * net/trampver.el: Fix the `coding' cookie.
2742 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2744 * add-log.el (change-log-redate): Remove (not needed anymore and
2745 doesn't appear to work).
2747 2007-07-25 Glenn Morris <rgm@gnu.org>
2749 * Relicense all FSF files to GPLv3 or later.
2751 * COPYING: Switch to GPLv3.
2753 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2755 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2756 Replace it with another one which disables undo before calling
2757 erase-buffer and then turns it back on if needed.
2759 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2761 * ps-print.el: Problem with foreground and background color when
2762 printing a buffer with and without faces. Reported by Christian
2763 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2764 (ps-print-version): New version 6.7.5.
2765 (ps-default-fg): Change default value to nil, so black color is used
2766 when a face does not specify a foreground color.
2767 (ps-default-bg): Change default value to nil, so white color is used
2768 for background color.
2769 (ps-begin-job): Fix code.
2771 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2773 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2775 2007-07-24 Alan Mackenzie <acm@muc.de>
2777 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2778 Initialise byte-compile-unresolved-functions before rather than
2779 after a compilation.
2780 (byte-compile-unresolved-functions): Amplify doc string.
2782 2007-07-24 Glenn Morris <rgm@gnu.org>
2784 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2785 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2786 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2787 (cal-tex-cursor-week, cal-tex-cursor-week2)
2788 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2789 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2790 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2791 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2793 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2795 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2797 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2799 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2800 underlying file is uptodate.
2802 2007-07-23 Richard Stallman <rms@gnu.org>
2804 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2806 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2808 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2809 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2810 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2811 different possible cases for \'.
2812 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2814 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2815 `file' from which to start the search and fix case where `file' is the
2816 current directory and the root as well.
2818 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2819 name for buffer-file-name if it refers to a directory.
2821 2007-07-22 Jason Rumney <jasonr@gnu.org>
2823 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2824 for input to cmdproxy on all versions of Windows.
2825 Use dos line ends for input to plink.
2827 * comint.el (comint-simple-send): Concat newline before sending.
2828 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2830 2007-07-22 Juri Linkov <juri@jurta.org>
2832 * isearch.el (isearch-edit-string): Save old point and
2833 isearch-other-end to old-point and old-other-end before reading
2834 the search string from minibuffer. After exiting minibuffer set
2835 point to old-other-end if point and the search direction is the
2836 same as before reading the search string.
2837 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2838 to isearch-other-end. Instead of isearch-search-and-update call
2839 three functions isearch-search, isearch-push-state and isearch-update.
2841 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2843 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2844 destroying an existing buffer.
2846 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2848 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2850 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2852 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2854 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2855 file in a way that does not interfere with recentf.
2857 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2859 * image-dired.el (image-dired-sane-db-file): New func.
2860 (image-dired-write-tags, image-dired-remove-tag)
2861 (image-dired-list-tags, image-dired-write-comments)
2862 (image-dired-get-comment, image-dired-mark-tagged-files)
2863 (image-dired-create-gallery-lists): Call new func.
2864 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2866 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2868 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2869 (vc-hg-dir-state): Fix loop.
2870 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2871 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2872 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2873 (vc-hg-revert): Likewise.
2874 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2876 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2878 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2879 case of alignment under a constant symbol, find and consider
2880 the sexp actually at indentation to be the "last sexp".
2882 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2884 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2885 (install): Use them to copy all *.el files before *.elc.
2886 (clean): Don't delete *~.
2888 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2890 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2892 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2894 * vc-hg.el (vc-hg-registered): Replace if with when.
2895 (vc-hg-state): Deal with nonexistent files.
2897 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2899 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2900 (follow-delete-other-windows-and-split, follow-recenter)
2901 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2902 (follow-redisplay, follow-estimate-first-window-start)
2903 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2904 Fix typos in docstrings.
2906 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2908 * bookmark.el (bookmark-show-all-annotations):
2909 Make sure each inserted annotation ends with newline.
2911 (bookmark-maybe-sort-alist): Don't modify
2912 bookmark-alist. Instead, if not sorting, simply return it.
2913 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2914 for its return value, not for its side effect.
2916 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2918 * vc.el: Add more info about the vc-registered function.
2920 2007-07-16 David Kastrup <dak@gnu.org>
2922 * emacs-lisp/advice.el (defadvice): Doc fix.
2924 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2926 * subr.el (when, unless): Doc fix.
2928 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2930 * vc-hg.el (vc-hg-state): Handle removed files.
2931 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2932 (vc-hg-checkout): Re-enable.
2934 2007-07-15 Richard Stallman <rms@gnu.org>
2936 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2938 * tutorial.el (tutorial--find-changed-keys):
2939 Handle C-x specially like ESC.
2941 2007-07-15 Roland McGrath <roland@frob.com>
2943 * add-log.el (add-change-log-entry): Check add-log-full-name
2944 and add-log-mailing-address later, after change-log-mode-hook.
2946 2007-07-15 Richard Stallman <rms@gnu.org>
2948 * isearch.el (isearch-mode, isearch-done):
2949 Delete unintended code in previous change.
2951 * ps-print.el (ps-default-bg): Change to White.
2953 2007-07-15 Aaron Hawley <aaronh@garden.org>
2955 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2957 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2959 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2960 when handling the terminating event.
2962 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2964 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2966 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2968 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2969 (install): Use them to copy all *.el files before *.elc.
2971 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2973 * replace.el (match): Use yellow1 instead of yellow.
2975 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2977 * pcvs-info.el (cvs-unknown): Likewise.
2979 2007-07-12 Davis Herring <herring@lanl.gov>
2981 * desktop.el (desktop-buffer-info, desktop-save):
2982 Use `desktop-dirname' instead of `dirname'.
2984 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2986 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2988 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2990 2007-07-10 Richard Stallman <rms@gnu.org>
2992 * emacs-lisp/lisp-mode.el (eval-defun):
2993 Explain special handling of `defface'.
2995 2007-07-09 Richard Stallman <rms@gnu.org>
2997 * isearch.el (isearch-edit-string): Call to isearch-push-state
3000 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3002 * cus-start.el (file-coding-system-alist): Fix custom type.
3004 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
3006 * longlines.el (longlines-wrap-region): Avoid marking buffer as
3008 (longlines-auto-wrap, longlines-window-change-function):
3009 Remove unnecessary calls to set-buffer-modified-p.
3011 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3013 * vc.el (vc-default-log-view-mode): New function.
3014 (vc-print-log): Add new `log-view-mode' VC operation.
3016 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
3018 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3019 Rename and move to...
3021 * subr.el (strings->string, string->strings): ...here.
3023 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3024 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3026 * progmodes/gud.el (gud-common-init): Call string->strings instead
3029 2007-07-07 Eli Zaretskii <eliz@gnu.org>
3031 * term/w32-win.el (menu-bar-open): New function.
3034 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3036 * log-view.el (log-view-mode-menu): New menu.
3038 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3040 * vc-hg.el: New file.
3042 2007-07-06 Andreas Schwab <schwab@suse.de>
3044 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3045 dynamic bindings around the evaluation of the expression.
3046 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3048 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3050 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3053 2007-07-02 Martin Rudalics <rudalics@gmx.at>
3055 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3057 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3058 event is not a cons cell. Do not unread drag-mouse-1 events.
3059 Select right window in check whether space was stolen from
3062 2007-07-01 Richard Stallman <rms@gnu.org>
3064 * files.el (find-file-visit-truename): Fix safe-local-variable value.
3066 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
3068 * generic-x.el (generic-define-mswindows-modes)
3069 (generic-define-unix-modes, apache-log-generic-mode)
3070 (bat-generic-mode-keymap, java-manifest-generic-mode)
3071 (show-tabs-generic-mode): Fix typos in docstrings.
3073 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3075 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3076 replace-regexp-in-string.
3078 2007-06-28 Andreas Schwab <schwab@suse.de>
3080 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3083 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
3085 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3086 the speedbar frame if nil; that deletes the current frame or
3087 causes an error if it is the only frame.
3088 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3090 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
3092 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3093 directory where the desktop file was found, as the docstring says.
3094 (desktop-kill): Use `read-directory-name'.
3096 * desktop.el (desktop-load-locked-desktop): New option.
3097 (desktop-read): Use it.
3098 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3101 2007-06-24 Davis Herring <herring@lanl.gov>
3103 * desktop.el (desktop-save-mode-off): New function.
3104 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3105 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3106 (desktop-claim-lock, desktop-release-lock): New functions.
3107 (desktop-kill): Tell `desktop-save' that this is the last save.
3108 Release the lock afterwards.
3109 (desktop-buffer-info): New function.
3110 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3111 says to. Detect conflicts, and manage the lock.
3112 (desktop-read): Detect conflicts. Manage the lock.
3114 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3116 * ls-lisp.el (insert-directory): If an invalid regexp error is
3117 thrown, try using FILE as a literal file name, not a wildcard.
3118 Check for FILE as an existing file, not just a directory.
3120 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3122 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3123 `header-line-format' when reentering ruler mode.
3125 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3127 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3128 FILE exists as a directory.
3130 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3132 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3133 (vera-font-lock-match-item): Fix doc string.
3134 (vera-in-comment-p): Remove unused function.
3135 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3137 (vera-forward-syntactic-ws): Fix argument order.
3138 (vera-prepare-search): Use `with-syntax-table'.
3139 (vera-indent-line): Fix doc string.
3140 (vera-electric-tab): Fix doc string.
3141 (vera-expand-abbrev): Define alias instead of using `fset'.
3142 (vera-comment-uncomment-region): Use `comment-start-skip'.
3144 2007-06-20 Reto Zimmermann <reto@gnu.org>
3146 * progmodes/vera-mode.el: New file.
3148 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3150 * ido.el (ido-find-file-in-dir): Don't signal an error for
3153 2007-06-18 Alan Mackenzie <acm@muc.de>
3155 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3156 When removing lines, also remove the \n. Correction of patch of
3159 2007-06-17 Glenn Morris <rgm@gnu.org>
3161 * lpr.el (lpr-page-header-switches): Move %s to separate element
3162 for correct quoting. Doc fix.
3164 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3166 * term/xterm.el (terminal-init-xterm): Escape parens in character
3169 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3171 * scroll-lock.el (scroll-lock-mode): Doc fix.
3173 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3175 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3176 half-activated, forcefully activate it completely.
3178 2007-06-11 Richard Stallman <rms@gnu.org>
3180 * cus-edit.el (custom-variable-type): Doc fix.
3182 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3184 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3186 2007-06-09 Davis Herring <herring@lanl.gov>
3188 * desktop.el (desktop-minor-mode-table): Doc fix.
3190 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3192 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3193 (image-next-line, image-previous-line, image-scroll-up)
3194 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3196 (image-mode-map): Remap motion commands.
3197 (image-mode-text-map): New keymap for viewing images as text.
3198 (image-mode): Use image-mode-map.
3199 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3201 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3203 Sync with Tramp 2.0.56.
3208 * net/tramp-util.el:
3210 Don't load cl.el, because that pollutes the namespace. Replace cl
3211 macros by their implementations where necessary. Requested by
3212 Richard Stallman <rms@gnu.org>.
3214 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3216 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3217 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3218 (tramp-file-name-p, tramp-file-name-multi-method)
3219 (tramp-file-name-method, tramp-file-name-user)
3220 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3221 replacing defstruct `tramp-file-name'.
3222 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3223 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3224 Apply `vector' instead of `make-tramp-file-name'.
3225 (tramp-handle-make-auto-save-file-name):
3226 Apply `tramp-temporary-file-directory' for compatibility reasons.
3227 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3229 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3232 2007-06-07 David Kastrup <dak@gnu.org>
3234 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3235 Change default to `top'.
3237 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3239 * dired.el (dired-mode-map): Remove spurious separator.
3241 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3243 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3245 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3246 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3248 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3250 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3251 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3253 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3255 * progmodes/ebrowse.el (ebrowse-member-table):
3256 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3258 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3260 * pgg.el (pgg-sign-region, pgg-sign):
3261 * ses.el (ses-call-printer):
3262 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3263 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3265 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3267 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3268 (tar-get-descriptor): Handle type 55, an extended pax header.
3270 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3272 * textmodes/css-mode.el: New file.
3274 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3276 * net/socks.el: New file, taken from w3 repository.
3277 (top): Update Copyright. Don't load cl.el.
3278 (all): Replace `case' by `cond', `string-to-int' by
3279 `string-to-number', and `process-kill-without-query' by
3280 `set-process-query-on-exit-flag'.
3281 (socks-char-int): Remove defalias and all occurrences.
3283 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3285 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3286 (sort-coding-systems, search-unencodable-char): Doc fixes.
3287 (coding-system-change-eol-conversion, set-default-coding-systems)
3288 (prefer-coding-system, find-multibyte-characters, princ-list)
3289 (leim-list-entry-regexp, set-input-method, locale-language-names)
3290 (input-method-exit-on-first-char, exit-language-environment-hook)
3291 (locale-charset-language-names): Fix typos in docstrings.
3293 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3295 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3296 `switch-to-buffer' has returned succesfully.
3297 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3298 window is dedicated (it could iconify the frame).
3300 2007-06-05 Glenn Morris <rgm@gnu.org>
3302 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3304 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3306 * files.el (auto-mode-alist): Add lower-priority match for names
3309 2007-06-04 Andreas Schwab <schwab@suse.de>
3311 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3313 2007-06-04 Davis Herring <herring@lanl.gov>
3315 * calendar/timeclock.el: Update version number.
3316 (timeclock-modeline-display): Mention timeclock-use-display-time
3317 in explanatory message.
3318 (timeclock-log): Suppress warnings when finding the log.
3319 Don't check for a nil project twice. Run hooks after killing the
3320 buffer (if applicable).
3321 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3322 was geometric). All uses changed.
3323 (timeclock-generate-report): Support prefix argument.
3325 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3327 * man.el (Man-next-section): Don't consider the last line of the
3328 page as being part of any section.
3330 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3332 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3333 modified flag of buffer. Use `inhibit-modification-hooks'.
3335 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3337 * mail/mail-extr.el (mail-extract-address-components):
3338 Recognize non-ASCII characters except for NBSP as words.
3340 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3342 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3344 2007-06-04 Michael Olson <mwolson@gnu.org>
3346 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3347 died and we are trying to send a signal to it.
3349 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3351 * emacs-lisp/easy-mmode.el (define-minor-mode)
3352 (easy-mmode-define-navigation): Fix typos in docstrings.
3354 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3355 Fix typos in docstrings.
3356 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3357 (compilation-finish-function): Fix typo in obsolescence declaration.
3359 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3361 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3363 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3364 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3366 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3368 * longlines.el (longlines-mode): Make longlines-auto-wrap
3369 buffer-local. Add hooks unconditionally.
3370 (longlines-auto-wrap): Toggle wrapping.
3371 (longlines-after-change-function)
3372 (longlines-post-command-function): Check longlines-auto-wrap.
3374 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3376 * Version 22.1 released.
3378 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3380 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3383 2007-05-31 Richard Stallman <rms@gnu.org>
3385 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3387 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3389 * textmodes/table.el (table--point-entered-cell-function)
3390 (table--point-left-cell-function):
3391 Bind `inhibit-point-motion-hooks' to t.
3393 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3395 * emacs-lisp/rx.el (rx): Doc fix.
3397 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3399 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3401 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3403 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3404 as the end of the ChangeLog paragraph when it ends without a line
3407 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3409 * textmodes/fill.el (canonically-space-region): Make the second arg
3410 a marker if it's not already the case.
3412 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3413 (xterm-mouse-event): Use it.
3415 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3417 * vc-hooks.el (vc-find-root): Fix file attribute test.
3419 2007-05-24 Richard Stallman <rms@gnu.org>
3421 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3422 Don't let opoint be nil.
3423 (flyspell-emacs-popup): Explicit error if no dialogs.
3425 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3427 * tar-mode.el (tar-file-name-handler): New function.
3428 (tar-extract): Bind file-name-handler-alist to it to force
3429 find-buffer-file-type-coding-system behave as if the file being
3430 extracted existed. Use last-coding-system-used to force
3431 buffer-file-coding-system to what decode-coding-region actually
3432 used to decode the file.
3434 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3436 * progmodes/compile.el (compilation-handle-exit):
3437 `compilation-finish-function' may change the current buffer.
3439 2007-05-22 Richard Stallman <rms@gnu.org>
3441 * files.el (set-auto-mode): Doc fix.
3443 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3445 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3447 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3449 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3450 (rcirc-print): Handle `window-width'.
3451 (rcirc-buffer-maximum-lines): Doc fix.
3453 2007-05-19 Kevin Ryde <user42@zip.com.au>
3455 * info.el (Info-fontify-node): Match https also.
3457 2007-05-18 Richard Stallman <rms@gnu.org>
3459 * simple.el (push-mark): Doc fix.
3461 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3463 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3465 (tpu-original-global-map): Delete variable.
3466 (tpu-control-keys-map): New keymap variable.
3467 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3468 setting keymapping directly.
3469 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3471 (tpu-edt-on): Activate the tpu-global-map.
3472 (tpu-edt-off): Deactivate the tpu-global-map.
3474 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3476 * textmodes/ispell.el (ispell-get-word): Return markers
3477 for start and end positions.
3478 (ispell-word): Assume END is a marker.
3480 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3482 * ps-print.el: Use default color when foreground or background color
3483 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3484 (ps-print-version): New version 6.7.4.
3485 (ps-rgb-color): New argument. Use default color when color is
3487 (ps-begin-job): Fix code.
3489 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3491 * textmodes/ispell.el (ispell-start-process): Defend against bad
3494 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3496 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3498 2007-05-16 Richard Stallman <rms@gnu.org>
3500 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3502 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3504 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3505 Move the *ml, Postscript, and XmCD entries to the fallback part.
3507 * files.el (magic-fallback-mode-alist):
3508 Rename from file-start-mode-alist.
3510 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3512 * progmodes/compile.el (compilation-handle-exit): Quote first
3513 argument of `run-hook-with-args'.
3515 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3517 * buff-menu.el (Buffer-menu-sort-column):
3518 * dabbrev.el (dabbrev-upcase-means-case-search):
3519 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3520 * info.el (Info-current-subfile):
3521 * ls-lisp.el (ls-lisp-verbosity):
3522 * msb.el (msb-menu-cond):
3523 * pcvs.el (cvs-dired-use-hook):
3524 * simple.el (set-mark-command-repeat-pop):
3525 * time.el (display-time-24hr-format, display-time-mail-file):
3528 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3529 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3531 * view.el (view-inhibit-help-message): Fix typo in docstring.
3532 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3534 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3536 * mail/rmail.el (rmail-convert-to-babyl-format):
3537 Check content-transfer-encoding _last_, because we need its position
3538 in base64-header-field-end.
3540 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3542 * files.el (mode-require-final-newline, require-final-newline)
3543 (enable-local-variables, enable-local-eval): Doc fixes.
3545 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3547 * progmodes/python.el (python-font-lock-keywords)
3548 (python-open-block-statement-p, python-mode): Add support for the new
3551 2007-05-10 Richard Stallman <rms@gnu.org>
3553 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3554 (iso-cvt-write-only): Likewise.
3556 * emacs-lisp/easy-mmode.el (define-minor-mode):
3557 Fix generated doc string.
3559 * startup.el (fancy-splash-text): Add URL of guided tour.
3560 Adjust horizontal and vertical whitespace.
3562 * progmodes/compile.el (compilation-handle-exit):
3563 Use run-hook-with-args to run compilation-finish-functions.
3565 * files.el (file-start-mode-alist): New variable.
3566 (magic-mode-regexp-match-limit): Doc fix.
3567 (set-auto-mode): Handle file-start-mode-alist.
3568 A little cleanup of structure.
3570 2007-05-10 Davis Herring <herring@lanl.gov>
3572 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3573 workday specifications.
3574 (timeclock-log): Don't kill the log buffer if it already existed.
3576 2007-05-08 Richard Stallman <rms@gnu.org>
3578 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3579 Don't include non-self-insert commands in the exception for `-'.
3581 2007-05-08 David Reitter <david.reitter@gmail.com>
3583 * progmodes/python.el (python-guess-indent): Check non-nullness
3584 before comparing indent against the 2..8 interval.
3586 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3588 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3591 2007-05-06 Richard Stallman <rms@gnu.org>
3593 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3595 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3597 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3600 2007-05-01 Romain Francoise <romain@orebokech.com>
3602 * dired-x.el: Revert 2007-04-06 change.
3604 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3606 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3607 don't put stop on toolbar.
3609 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3611 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3613 2007-04-29 Richard Stallman <rms@gnu.org>
3615 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3617 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3619 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3622 2007-04-28 Richard Stallman <rms@gnu.org>
3624 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3626 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3628 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3630 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3632 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3633 instead of $(lisp)/mh-e.
3635 * textmodes/fill.el (fill-paragraph): Doc fix.
3637 2007-04-28 Glenn Morris <rgm@gnu.org>
3639 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3640 (image-dired-cmd-create-temp-image-options): Replace option
3641 +profile "*" with -strip.
3643 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3645 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3646 Use window-start and window-end.
3648 2007-04-26 Glenn Morris <rgm@gnu.org>
3650 * progmodes/python.el: Restore file pending consideration of legal
3653 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3655 * locate.el (locate-in-alternate-database): Doc fix.
3657 2007-04-26 Glenn Morris <rgm@gnu.org>
3659 * button.el (button): Use underline if supported, else fall back
3662 2007-04-25 Richard Stallman <rms@gnu.org>
3664 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3666 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3668 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3669 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3671 (idlwave-current-routine): Don't push mark.
3673 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3675 * image-dired.el (image-dired-display-image): Derive image-type from
3676 filename rather than assuming jpeg, in case no resizing was needed.
3678 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3680 * custom.el (defface): Doc fix.
3682 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3684 * progmodes/python.el: Remove due to unclear legal issues.
3686 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3688 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3689 Don't re-query for each cleared BP.
3690 (idlwave-shell-clear-bp): Optionally skip BP query.
3691 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3692 of set-window-buffer, which incorrectly moves displayed region.
3694 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3696 * calc/calc.el (calc-bug-address): Update maintainer's address.
3697 * calc/*: Update maintainer's address.
3699 2007-04-23 Richard Stallman <rms@gnu.org>
3701 * simple.el (set-mark-command-repeat-pop): Doc fix.
3702 Put in `editing-basics' group.
3704 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3706 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3708 (Info-mode-line-node-keymap): Bind mouse commands to
3709 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3711 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3713 * locate.el (locate-local-prompt): New var.
3714 (locate-prompt-for-command): Doc fix.
3715 (locate-prompt-for-search-string): New function.
3716 (locate): New optional arg. Make locate-local-prompt
3717 buffer-local. Use locate-prompt-for-search-string.
3718 (locate-with-filter): New optional arg.
3719 Use locate-prompt-for-search-string.
3720 (locate-update): Bind locate-prompt-for-command.
3722 2007-04-23 Glenn Morris <rgm@gnu.org>
3724 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3726 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3728 * button.el (button): Inherit from link face on a tty.
3730 2007-04-23 Glenn Morris <rgm@gnu.org>
3732 * button.el (button): Use color for this face on a tty.
3734 * files.el (magic-mode-alist): Allow for carriage-returns in
3735 html-mode and sgml-mode entries.
3737 2007-04-22 Richard Stallman <rms@gnu.org>
3739 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3740 Improve doc string of generated command.
3742 * subr.el (read-number): Catch errors.
3744 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3746 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3748 * image-dired.el: Rename from thumbnails.el. All instances of
3749 "thumbnails" replaced with "image-dired".
3751 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3754 2007-04-22 Kim F. Storm <storm@cua.dk>
3756 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3757 Don't use kill-line.
3759 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3761 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3764 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3766 * dired.el: Rename "tumme" to "thumbnails".
3768 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3769 replaced with "thumbnails".
3771 2007-04-22 Glenn Morris <rgm@gnu.org>
3773 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3774 and give it the risky-local-variable property.
3776 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3779 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3781 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3782 Use delete-region instead of kill-line.
3784 2007-04-21 Alan Mackenzie <acm@muc.de>
3786 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3787 `kill-region' by `delete-region'.
3789 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3791 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3792 instead of kill-region.
3794 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3795 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3796 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3799 * progmodes/vhdl-mode.el (vhdl-template-type)
3800 (vhdl-template-record, vhdl-template-nature)
3801 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3802 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3803 Use delete-region instead of kill-word and kill-line.
3805 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3807 * dired-x.el (dired-virtual-mode): Doc fix.
3809 2007-04-21 Richard Stallman <rms@gnu.org>
3811 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3813 * subr.el (read-number): Doc fix.
3815 * simple.el (pop-to-mark-command): Display message "mark popped"
3816 if point does not move.
3817 (set-mark-command): Doc fix.
3819 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3821 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3822 (locate-local-filter, locate-local-search): New vars.
3823 (locate): Make variables local.
3824 (locate-update): Bind locate-buffer-name. Call locate using
3825 locate-local-filter and locate-local-search.
3827 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3829 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3830 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3831 (hi-lock-mode): Update docstring.
3833 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3835 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3836 fill-nobreak-predicate when the break is past fill-column.
3838 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3840 * locate.el (locate): Output from shell-command should go in the
3841 current buffer rather than *Shell Command Output*.
3843 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3845 * paren.el (show-paren-function): Fix last fix.
3847 2007-04-19 Kevin Ryde <user42@zip.com.au>
3849 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3850 (archive-lzh-summarize): Add optional start arg for where to start
3851 looking at the archive.
3852 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3854 * international/mule.el (auto-coding-alist): no-conversion for .exe
3857 2007-04-19 Alan Mackenzie <acm@muc.de>
3859 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3860 function return type contains "struct", "union", etc.
3861 c-end-of-defun goes too far forward.
3863 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3865 * paren.el (show-paren-function): Reset window-start to avoid
3868 2007-04-19 Glenn Morris <rgm@gnu.org>
3870 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3872 2007-04-18 Glenn Morris <rgm@gnu.org>
3874 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3876 (diary-list-entries): Only switch to diary-mode from
3877 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3878 diary-mode set header-line-format, in case of any customization.
3880 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3882 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3883 is less than the length of parse-time-syntax.
3885 2007-04-17 David Kastrup <dak@gnu.org>
3887 * replace.el (query-replace-regexp-eval): Deprecate.
3889 2007-04-17 Alan Mackenzie <acm@muc.de>
3891 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3892 point too close to EOB, leave point at EOB rather than last `}'.
3894 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3896 * textmodes/bibtex.el (bibtex-include-OPTkey)
3897 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3900 2007-04-17 Glenn Morris <rgm@gnu.org>
3902 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3903 be encoded, fall back to current year.
3905 2007-04-14 Kevin Ryde <user42@zip.com.au>
3907 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3908 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3911 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3913 * progmodes/python.el (python-end-of-block): Avoid looping forever
3914 if python-next-statement fails.
3916 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3918 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3920 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3922 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3923 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3925 2007-04-15 Jay Belanger <belanger@truman.edu>
3927 * calc/calc.el (calc-version): New function.
3928 (calc-trail-mode): Shorten the title.
3930 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3932 * mail/footnote.el (footnote-style): Clarify docstring to state
3933 that customizing this only applies to future footnotes.
3935 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3937 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3938 (bibtex-make-field): Check that INIT is a string. Use functionp.
3940 2007-04-14 Glenn Morris <rgm@gnu.org>
3942 * complete.el (PC-goto-end): New buffer-local variable.
3943 (PC-do-completion-end): Make buffer-local.
3944 (partial-completion-mode) <choose-completion-string-functions>:
3945 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3946 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3947 doc string. Set PC-goto-end for choose-completion.
3948 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3951 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3952 arg to bibtex-make-field.
3953 (bibtex-make-field): Add optional fourth arg NODELIM.
3954 Insert delimiters around INIT unless this arg is non-nil.
3956 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3958 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3959 global map isn't modified.
3961 2007-04-14 Glenn Morris <rgm@gnu.org>
3963 * calendar/appt.el (appt-disp-window): Do not split small windows.
3964 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3966 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3968 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3972 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3974 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3976 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3977 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3978 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3979 (term-pager-help): Fix typos in docstrings.
3981 * wid-edit.el (widget-documentation): Fix typo in docstring.
3983 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3984 Fix typos in error messages.
3986 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3988 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3989 window marked as dedicated.
3991 * mail/footnote.el (footnote-latin-string): New variable.
3992 (footnote-latin-regexp): Redefine as regexp alternative.
3993 (Footnote-latin): Use footnote-latin-string instead of
3994 footnote-latin-regexp.
3996 2007-04-13 Glenn Morris <rgm@gnu.org>
3998 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4001 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
4003 * outline.el (outline-get-next-sibling): Clarify docstring.
4004 (outline-get-last-sibling): Handle case where we are at the first
4005 heading. Clarify docstring.
4007 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4009 * progmodes/gud.el (gud-minor-mode-map): Make go button same
4010 length as stop button to lessen flicker.
4011 (jdb): Add gud-print.
4012 (gud-find-expr): Jdb prints the expression with the value, so
4013 don't insert it in the output.
4015 2007-04-11 Jason Rumney <jasonr@gnu.org>
4017 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4018 case hex. Do not try to decode non-hex letters.
4020 2007-04-11 Markus Triska <markus.triska@gmx.at>
4022 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4023 (byte-optimize-backward-word): Remove (move to bytecomp.el).
4024 (byte-optimize-form-code-walker): Evaluate pure function calls if
4026 (byte-optimize-all-constp): New function.
4028 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4029 Improve numeric argument case.
4030 (byte-compile-backward-char, byte-compile-backward-word):
4031 New functions, performing rewriting previously done in byte-opt.el.
4032 Fix their "Fixme" item (restriction to numeric arguments).
4034 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4036 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4038 (after-init-hook): Don't quote lambda.
4039 (desktop-first-buffer): Don't wrap it in eval-when-compile.
4040 (desktop-internal-v2s): Remove unused var `el'.
4041 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4042 desktop-restore-file-buffer.
4043 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4044 desktop-create-buffer.
4046 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
4048 * woman.el (woman-decode-buffer): Postpone macro-set check...
4049 (woman-decode-region): ...to here.
4051 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4053 * startup.el (tty-handle-args): Use %S to log ARGS.
4055 2007-04-10 Glenn Morris <rgm@gnu.org>
4057 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4058 it is obsolete and has no effect.
4060 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4063 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4064 obsolete function make-local-hook.
4066 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4067 start to quieten byte-compiler.
4069 2007-04-10 Markus Triska <markus.triska@gmx.at>
4071 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4072 to bytecomp.el as byte-compile-char-before).
4073 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4074 New function (modified replacement for byte-optimize-char-before in
4077 2007-04-09 Alan Mackenzie <acm@muc.de>
4079 * startup.el (inhibit-splash-screen): Emphatically state that it
4080 can't be set in site-start.el.
4082 2007-04-09 Masatake YAMATO <jet@gyve.org>
4084 * progmodes/cc-subword.el (c-capitalize-subword): More closely
4085 mimic the behavior of `capitalize-word'. Do not move point with a
4086 negative argument. Based on tiny change by Paul Curry.
4088 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
4090 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4091 Don't move point if ARG is negative.
4093 2007-04-09 Alan Mackenzie <acm@muc.de>
4095 Changes to make `narrow-to-defun' and `mark-defun' work properly
4098 * progmodes/cc-defs.el (c-beginning-of-defun-1):
4099 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4100 Bind beginning/end-of-defun-function to nil around calls to
4101 beginning/end-of-defun.
4103 * progmodes/cc-langs.el (beginning-of-defun-function)
4104 (end-of-defun-function): New c-lang-setvar's.
4106 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4107 (setq arg 1))" to enable non-interactive call.
4109 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4111 * simple.el (set-mark-command): Doc fix.
4113 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4115 * progmodes/gud.el (gdb): Restore existing session if user
4116 tries to start a second one in graphical mode.
4118 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4120 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4122 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4124 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4125 Add binding for C-M-SPC.
4127 2007-04-08 Richard Stallman <rms@gnu.org>
4129 * pcomplete.el (pcomplete-read-event): One single definition,
4132 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4134 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4135 byte-compiler warning "value unused".
4137 2007-04-08 Andreas Schwab <schwab@suse.de>
4139 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4141 2007-04-07 Glenn Morris <rgm@gnu.org>
4143 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4144 Autoload these functions.
4145 (diary-date-forms): Add a custom :set form.
4147 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4149 (diary-font-lock-keywords): New function with old code for
4150 initialization of variable of same name.
4152 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4154 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4155 clean-up: only insert space when on identifier, etc.
4157 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4159 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4161 * net/tls.el (open-tls-stream): Properly handle case where there
4162 is no associated buffer.
4164 2007-04-07 Glenn Morris <rgm@gnu.org>
4166 * ffap.el (ffap-file-at-point): Lower the priority of the
4167 ffap-ftp-sans-slash-regexp check.
4169 2007-04-06 Alan Mackenzie <acm@muc.de>
4171 Fix fontification of labels, and other things with ":".
4173 * progmodes/cc-engine.el (c-forward-label): The function now
4174 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4177 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4178 new return code from c-forward-label, fontifying tokens properly.
4179 Add some general comments throughout the file.
4181 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4183 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4184 Revert 2006-01-27 change.
4186 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4188 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4190 * desktop.el (desktop-create-buffer, desktop-save):
4191 Revert 2004-11-12 change for lack of copyright papers.
4193 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4194 (dired-guess-default): Respect case.
4196 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4198 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4199 was originally checked in as byte-optimize-concat on 1997-11-02.
4201 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4202 1995-05-19 doc changes.
4204 2007-04-06 Kim F. Storm <storm@cua.dk>
4206 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4207 (unload-feature): Update interactive spec accordingly.
4209 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4211 2007-04-06 John Paul Wallington <jpw@pobox.com>
4213 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4214 capture. Restore the table in the same buffer.
4216 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4218 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4220 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4223 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4225 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4226 for low-color displays.
4228 2007-04-05 Glenn Morris <rgm@gnu.org>
4230 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4231 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4232 Seed random number generator on loading.
4234 * emacs-lisp/authors.el (top-level): Provide self.
4236 * play/animate.el (top-level): Provide self.
4238 2007-04-04 Alan Mackenzie <acm@muc.de>
4240 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4241 to mention c-syntactic-indentation.
4243 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4245 * subr.el (with-case-table): New macro.
4247 * international/mule.el (ascii-case-table): New var.
4249 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4252 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4254 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4256 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4257 of the window if we're outside it e.g menu-bar.
4259 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4260 window if we're outside it e.g menu-bar.
4262 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4264 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4265 decode base-64 encoded body if its content-type is something other
4266 than text/* or message/*.
4268 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4270 * simple.el (activate-mark-hook): Fix typo in docstring.
4272 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4274 * tmm.el (tmm-c-prompt): Initialize.
4275 (tmm-menubar): Deal with extended menu-items at top level.
4276 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4277 (tmm-prompt): Handle visibility of top level menu-items.
4279 * progmodes/gud.el (gud-menu-map): Simplify.
4280 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4283 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4285 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4287 * comint.el (comint-send-input): Widen the buffer first.
4289 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4291 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4293 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4294 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4296 * newcomment.el (comment-search-forward): Discard comment starters
4299 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4301 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4303 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4305 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4308 * button.el (previous-button): Rewrite to account for adjacent buttons.
4310 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4312 * progmodes/idlwave.el (idlwave-auto-fill):
4313 Revert paragraph-separate change.
4315 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4316 Simplify module calc.
4317 (idlwave-shell-set-bp-in-module): Compute module.
4319 2007-03-31 Glenn Morris <rgm@gnu.org>
4321 * emacs-lisp/timer.el (run-at-time): Doc fix.
4323 * emacs-lisp/warnings.el (display-warning): If we create the
4324 buffer displaying the warning, disable undo there.
4326 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4328 * net/tramp.el (tramp-register-file-name-handler)
4329 (tramp-register-completion-file-name-handler): New defsubst,
4330 derived from `tramp-register-file-name-handlers'. The split is
4331 necessary because Tramp's file name handlers must be registered at
4332 different startup places.
4334 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4336 * progmodes/hideshow.el (turn-off-hideshow): New function.
4337 (hs-minor-mode): Use it instead of a lambda expression in
4338 change-major-mode-hook.
4340 2007-03-31 David Kastrup <dak@gnu.org>
4342 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4343 corresponding to MANPATH_MAP entries.
4344 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4345 (woman-parse-man.conf): Use more discriminating man.conf name.
4346 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4347 (woman-manpath): Doc fix and type fix.
4348 (woman-cached-data): Check for MANPATH_MAP entries.
4349 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4351 2007-03-31 Stuart Herring <herring@lanl.gov>
4353 * emacs-lisp/sregex.el (sregexq): Doc fix.
4355 2007-03-31 Markus Triska <markus.triska@gmx.at>
4357 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4359 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4361 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4364 2007-03-30 Alan Mackenzie <acm@muc.de>
4366 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4368 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4370 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4371 Use it, passed in explicitly, instead of from the dynamic binding.
4372 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4374 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4376 * simple.el (blink-matching-open): When in minibuffer, don't
4377 search for a match inside the prompt.
4379 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4381 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4382 (tmm-prompt): Don't make the mouse user select the first menu
4385 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4387 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4388 SIGUSR1 and SIGUSR2.
4390 2007-03-29 Kim F. Storm <storm@cua.dk>
4392 * ido.el (ido-read-internal): When reading file or dir, only override
4393 minibuffer-local-filename-completion-map, otherwise only override
4394 minibuffer-local-completion-map.
4396 2007-03-29 Glenn Morris <rgm@gnu.org>
4398 * complete.el (partial-completion-mode): Set PC-do-completion-end
4400 (PC-lisp-complete-symbol): Create and use a marker at `end',
4401 rather than using point-marker.
4403 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4405 * simple.el (next-error-highlight): Doc fix.
4406 (compose-mail): Revert 2007-03-19 change.
4408 2007-03-28 Richard Stallman <rms@gnu.org>
4410 * emacs-lisp/edebug.el (edebug-display): Don't go to
4411 edebug-outside-buffer if it is dead.
4413 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4415 * view.el (view-mode): Fix typos in docstring.
4417 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4419 * recentf.el (recentf-save-file): Add a custom :set function.
4421 2007-03-28 Glenn Morris <rgm@gnu.org>
4423 * complete.el (PC-do-completion-end): New variable.
4424 (partial-completion-mode) <choose-completion-string-functions>:
4425 Use PC-do-completion-end in the non-minibuffer case to replace the
4426 correct amount of text.
4427 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4428 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4429 to deal with improvements inserted after point.
4431 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4433 * button.el (make-text-button): Add explicit `button' property.
4434 (default-button): Don't put a `button' property on it.
4436 * progmodes/python.el (python-mode): Skip comments when parsing.
4438 * vc-arch.el (vc-with-current-file-buffer): New macro.
4439 (vc-arch-file-source-p): Use it to avoid infloop.
4441 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4443 * emacs-lisp/lisp.el (lisp-complete-symbol):
4444 Fix call to get-buffer-window to find windows in other frames.
4446 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4448 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4449 Fix calls to get-buffer-window to find windows in other frames.
4450 Reported by David Hansen <david.hansen@gmx.net>.
4452 2007-03-27 Kevin Ryde <user42@zip.com.au>
4454 * info.el (Info-display-images-node): On a text-only terminal,
4455 show the "text" or "alt" parts of the image blobs.
4457 2007-03-27 Glenn Morris <rgm@gnu.org>
4459 * complete.el (PC-do-completion): Compute completion-base-size in
4460 the non-filename case, rather than setting to nil.
4461 (PC-lisp-complete-end): New variable.
4462 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4463 original end in a series of consecutive invocations.
4465 * calendar/calendar.el (calendar-mode-hook): Declare it.
4467 * calendar/diary-lib.el (diary-live-p): Do not check for
4468 diary-selective-display.
4470 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4472 * replace.el (occur-next-error): *Occur* might not be displayed in the
4473 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4475 2007-03-26 Richard Stallman <rms@gnu.org>
4477 * textmodes/flyspell.el (flyspell-large-region):
4478 Use ispell-call-process-region.
4480 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4482 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4483 Use prin1 instead of princ.
4485 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4487 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4488 Merge in X resources before global face.
4490 * progmodes/compile.el (compilation-start): Save compilation-directory
4491 rather than default-directory as local var.
4492 (compilation-directory): Mark as safe local var.
4494 * files.el: Don't mark default-directory as a safe local var.
4496 2007-03-25 Alan Mackenzie <acm@muc.de>
4498 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4499 * progmodes/cc-engine.el: Fix typo.
4501 2007-03-25 Juri Linkov <juri@jurta.org>
4503 * compare-w.el (compare-windows): Rename customization group
4504 `compare-w' to `compare-windows'.
4505 (compare-windows-whitespace, compare-ignore-whitespace)
4506 (compare-ignore-case, compare-windows-sync)
4507 (compare-windows-sync-string-size, compare-windows-recenter)
4508 (compare-windows-highlight, compare-windows): Change group name in
4509 the `group' tag from `compare-w' to `compare-windows'.
4510 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4512 2007-03-24 Markus Triska <markus.triska@gmx.at>
4514 * expand.el: Change example to always enable abbrev-mode,
4515 and remove redundant `function'.
4516 (expand-abbrev-hook): Add autoload cookie.
4518 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4520 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4521 (testcover-mark-all, testcover-unmark-all): Add prompts to
4524 2007-03-24 Jason Rumney <jasonr@gnu.org>
4526 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4527 Use file size in bytes for auto-revert-tail-pos not characters.
4529 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4531 * vc-rcs.el (vc-rcs-annotate-command):
4532 Set text property :vc-annotate-prefix on the annotation text.
4533 (vc-rcs-annotate-time): Instead of searching for ": ",
4534 search for end of text propertized with :vc-annotate-prefix.
4536 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4538 * whitespace.el (top level): Remove calls putting
4539 permanent-local nil property since these are no-ops.
4541 * man.el (Man-support-local-filenames): Assure that
4542 default-directory exists when doing call-process.
4544 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4546 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4547 Fix omission bug: Use m4-program-options to construct shell command.
4549 2007-03-23 David Kastrup <dak@gnu.org>
4551 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4552 Use `mapcar' rather than `mapcan' to silence compiler warning.
4554 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4556 * textmodes/reftex.el, textmodes/reftex-vars.el,
4557 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4558 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4559 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4560 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4561 * textmodes/reftex-auc.el: Add maintainer address.
4563 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4565 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4566 Make sure that `global-font-lock-mode' does not turn on font-lock
4569 2007-03-21 Kim F. Storm <storm@cua.dk>
4571 * xt-mouse.el (xt-mouse-epoch): New variable.
4572 (xterm-mouse-event): Use float-time.
4574 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4576 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4579 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4581 * complete.el (read-file-name-internal): Don't add the final > if the
4582 completion is not finished (re-application of this patch, which was
4583 accidentally undone by Eli).
4585 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4587 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4588 clicks in describe-key and describe-key-briefly advice a little better.
4590 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4592 * server.el (server-process-filter): Cancel any pending isearch.
4594 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4596 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4597 (icalendar--get-unfolded-buffer): Define actual arguments rather
4598 than just using &rest. Check replace-in-string is fbound.
4599 (icalendar-import-buffer): Doc fix.
4600 (icalendar--convert-ical-to-diary): Set diary-file.
4601 Check diary-file before inserting final newline.
4602 (icalendar--add-diary-entry): Return diary-file.
4604 2007-03-21 Glenn Morris <rgm@gnu.org>
4606 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4607 (diary-display-hook): Add custom :set function.
4609 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4610 Add custom :set function.
4611 (diary-header-line-format): Doc fix.
4612 (diary-set-maybe-redraw): New function.
4613 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4614 (diary-list-entries): Always run diary-mode.
4616 2007-03-20 Kenichi Handa <handa@m17n.org>
4618 * international/quail.el (quail-setup-completion-buf): Make the
4619 completion buffer read-only.
4620 (quail-completion): Adjusted for the above change. Leave the
4623 2007-03-20 David Kastrup <dak@gnu.org>
4625 * files.el (magic-mode-alist): Require literal "%!PS" string for
4626 magic postscript file detection.
4628 2007-03-20 Richard Stallman <rms@gnu.org>
4630 * textmodes/ispell.el (ispell-call-process): New function.
4631 Defends against bad `default-directory.'
4632 (ispell-check-version, ispell-find-aspell-dictionaries)
4633 (ispell-get-aspell-config-value, lookup-words): Call it.
4634 (ispell-call-process-region): New function.
4635 (ispell-send-string): Call it.
4637 2007-03-20 Andreas Schwab <schwab@suse.de>
4639 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4640 (finder-data): Likewise.
4641 (autoloads): Likewise.
4643 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4645 * files.el (basic-save-buffer): Do not set visited filename when
4646 the corresponding directory does not exist or the specified
4647 filename is that of an existing directory.
4649 2007-03-20 Glenn Morris <rgm@gnu.org>
4651 * calendar/diary-lib.el (diary-live-p): New function.
4652 (number-of-diary-entries): Add a :set function to redisplay diary
4655 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4657 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4658 from client program, mev, to compute mouse event.
4660 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4662 * faces.el (momentary): Face removed; unused due to reversion of
4663 2007-01-04 changes by Kevin Rodgers.
4665 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4666 Suggested by Johan Bockg
\e,Ae
\e(Brd.
4668 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4670 * font-lock.el (lisp-font-lock-keywords-1):
4671 Highlight define-globalized-minor-mode as a keyword.
4673 2007-03-19 Kim F. Storm <storm@cua.dk>
4675 * calc/calc-forms.el (math-std-daylight-savings)
4676 (math-std-daylight-savings-old): Doc fix.
4678 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4680 * progmodes/python.el (python-default-template): Doc fix.
4681 (python-buffer): Fix typo in docstring.
4683 * isearchb.el (isearchb-follow-char):
4684 * subr.el (def-edebug-spec): Fix typo in docstring.
4686 2007-03-19 Richard Stallman <rms@gnu.org>
4688 * files.el (default-directory): Mark safe.
4689 (basic-save-buffer-2): Put proper dir name in error message.
4691 * simple.el (compose-mail): Run switch-function after
4692 setting up the mail buffer.
4694 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4696 2007-03-18 Jay Belanger <belanger@truman.edu>
4698 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4699 (math-std-daylight-savings-new): Rename from
4700 `math-std-daylight-savings'.
4701 (math-std-daylight-savings-old): Rename from old value of
4702 `math-std-daylight-savings'.
4703 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4704 `math-std-daylight-savings-old' depending on the year.
4706 2007-03-18 Detlev Zundel <dzu@gnu.org>
4708 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4709 zero-width regexps as invalid but rather at least count them correctly.
4711 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4713 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4714 don't wait more if there is output available to process.
4716 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4718 * progmodes/compile.el (compilation-find-file): Revert change
4719 from 2006-07-18 to allow completion of directory names.
4720 Reported by John Carter <john.carter@tait.co.nz>.
4722 2007-03-18 Kim F. Storm <storm@cua.dk>
4724 * subr.el (when, unless): Doc fix.
4726 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4728 * net/tls.el (tls-program): Doc fix.
4730 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4732 * autorevert.el (auto-revert-tail-handler):
4733 Call after-revert-hook.
4735 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4737 * simple.el (switch-to-completions): No error if search for \n\n fails.
4739 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4741 * simple.el (line-move-1):
4742 Respect `inhibit-line-move-field-capture' property.
4744 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4746 * comint.el (comint-arguments): Mark backslash-escaped chars.
4747 (comint-delim-arg): Don't treat them as delimiters.
4749 2007-03-12 Kim F. Storm <storm@cua.dk>
4750 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4752 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4754 * tempo.el (tempo-insert): Deal with 'r> if it appears
4755 specified with a prompt argument.
4757 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4759 * textmodes/org.el (org-set-font-lock-defaults):
4760 Handle narrow table columns correctly.
4762 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4764 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4765 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4766 Return to use of the -no-properties variants. There was
4767 consensus on emacs-devel that the speed of these variants was
4768 prefered since we are usually parsing files (from the internet
4769 or on disk) instead of XML created in Emacs.
4771 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4772 Add customize option.
4774 2007-03-12 Glenn Morris <rgm@gnu.org>
4776 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4777 North American rule. Replace "daylight savings" with "daylight
4780 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4781 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4782 "daylight saving" in text.
4784 * woman.el (woman-change-fonts): Tweak previous change by using
4785 woman-request-regexp rather than "^\\.".
4787 * startup.el (command-line-1): Make insertion of
4788 initial-scratch-message not depend on scratch being selected.
4790 2007-03-11 Juri Linkov <juri@jurta.org>
4792 * replace.el (match): Use yellow background on light-bg terminals.
4794 2007-03-11 Richard Stallman <rms@gnu.org>
4796 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4797 Correctly compute line number.
4799 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4801 * type-break.el (type-break-get-previous-count):
4802 Repeat previous change here.
4804 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4806 * progmodes/grep.el (grep-find-ignored-directories):
4807 Add .git and .bzr to list.
4809 2007-03-11 Andreas Schwab <schwab@suse.de>
4811 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4813 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4815 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4817 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4819 * faces.el (face-set-after-frame-default): Recalculate face
4820 customizations after applying X resources.
4822 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4824 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4825 (rcirc-keepalive-seconds): Remove variable.
4826 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4827 (rcirc-process, rcirc-user-disconnect): New variables.
4828 (rcirc-connect): Initalize new variables.
4829 (rcirc-keepalive): Don't send keepalive pings before connection
4831 (rcirc-sentinel): Do mark all channels with activity when
4832 connection is dropped. Run hook with process buffer local.
4833 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4834 (rcirc-buffer-process): Return value of rcirc-process if
4835 rcirc-server-buffer is nil.
4836 (rcirc-server-name): Return the reported server name.
4837 (rcirc-update-prompt): Simplify computation of the server name.
4838 (rcirc-format-response-string): Likewise.
4839 (rcirc-handler-001): Mark server as connected, record the reported
4840 server name, and schedule a timeout.
4841 (rcirc-track-nick): Add a spec for the tty class.
4842 (rcirc-user-non-nick): Remove function.
4843 (rcirc-nick-prefix-chars): Add variable.
4844 (rcirc-user-nick): Use above variable.
4846 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4848 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4849 Bind deactivate-mark to nil.
4851 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4853 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4854 that buffer contents get erased during completion.
4856 2007-03-10 Glenn Morris <rgm@gnu.org>
4858 * woman.el (woman-change-fonts): Add a hack to deal with
4859 font-escape followed by "." at start of a line.
4860 (woman2-IP): Add a hack to deal with consecutive requests.
4861 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4863 2007-03-10 Alan Mackenzie <acm@muc.de>
4865 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4867 2007-03-09 Richard Stallman <rms@gnu.org>
4869 * abbrev.el (abbrev): Add `provide'.
4871 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4873 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4875 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4877 * complete.el (PC-try-completion): New function.
4878 (PC-do-completion, read-file-name-internal): Use it instead of
4881 2007-03-08 Alan Mackenzie <acm@muc.de>
4883 Remove stale tokens from `c-found-types' cache.
4885 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4886 (c-unfind-coalesced-tokens, c-before-change): New functions.
4887 (c-maybe-stale-found-type): New variable.
4889 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4890 (c-trim-found-types): New functions.
4892 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4894 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4895 (debug-ignored-errors): Add entry from smerge-match-conflict.
4897 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4899 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4900 special help topics for keywords.
4901 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4902 etc. Assistant command.
4904 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4906 * replace.el (occur-engine): Move buffer-undo-list binding...
4907 (occur-1): ...to here.
4909 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4911 * simple.el (minibuffer-completing-symbol): New var.
4912 (eval-expression): Use it.
4913 (completion-setup-function): Don't bind completion-base-size when
4914 completing a symbol in the minibuffer.
4916 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4918 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4919 tries to start a second session in graphical mode.
4921 2007-03-07 Miles Bader <miles@gnu.org>
4923 * international/isearch-x.el
4924 (isearch-process-search-multibyte-characters):
4925 Strip text-properties from PROMPT to avoid an error from read-string.
4927 2007-03-07 Kim F. Storm <storm@cua.dk>
4929 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4930 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4932 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4934 * complete.el (PC-do-completion): Delete duplicates in the list of
4935 possible completions.
4937 2007-03-07 Glenn Morris <rgm@gnu.org>
4939 * ses.el (ses-mode): Doc fix.
4941 2007-03-06 Kim F. Storm <storm@cua.dk>
4943 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4945 2007-03-06 Kenichi Handa <handa@m17n.org>
4947 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4949 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4951 * simple.el (completion-setup-function): Improve last fix so it doesn't
4952 set it to a relative directory name either.
4954 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4956 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4958 2007-03-05 Richard Stallman <rms@gnu.org>
4960 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4962 * files.el (find-file-noselect): No error if file no longer exists.
4963 Display a message and avoid other questions.
4965 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4967 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4968 as not to use an invisible window and to create a window if none exist.
4970 * progmodes/python.el (python-send-command): Restart proc if necessary.
4971 (python-proc): Simplify.
4973 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4975 * pcomplete.el (pcomplete-show-completions): Search all frames for
4978 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4980 * cus-edit.el (customize-save-variable): Clear customized-value
4981 property (saved values are now put in theme-value property).
4982 (customize-set-variable): Doc fix.
4984 * complete.el (PC-do-completion): If completion-ignore-case is
4985 non-nil, replace field with completion string before exiting.
4987 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4989 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4990 Append its extension to the resulting temporary file name.
4991 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4993 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4994 (tramp-smb-handle-write-region): Apply it.
4996 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4998 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4999 Redo previous change.
5001 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5003 * diff-mode.el (diff-mode): Doc fix.
5005 2007-03-05 Kenichi Handa <handa@m17n.org>
5007 * international/characters.el: Set category `l' (latin)
5008 for more characters.
5010 2007-03-04 Kim F. Storm <storm@cua.dk>
5012 * emacs-lisp/authors.el (authors-aliases): Add alias.
5014 2007-03-04 Glenn Morris <rgm@gnu.org>
5016 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5017 all when switching major mode.
5018 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5019 (hs-block-start-mdata-select, hs-block-end-regexp)
5020 (hs-forward-sexp-func, hs-adjust-block-beginning):
5021 Do not make these variables permanent-local.
5023 2007-03-04 Richard Stallman <rms@gnu.org>
5025 * progmodes/cperl-mode.el (cperl-mode):
5026 Modify cperl-compilation-error-regexp-alist by appending.
5028 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5029 (edebug-mode): Add the hook.
5030 (edebug-recursive-edit): Remove the hook on exiting.
5032 * type-break.el (type-break-get-previous-time):
5033 Handle end-of-file errors specially
5034 so they don't get reported wrong in .emacs.
5036 * startup.el (fancy-splash-text): Clarify text.
5038 * simple.el (beginning-of-buffer, end-of-buffer):
5039 Avoid treating plain C-u like numeric arg.
5041 * simple.el (completion-setup-function): Don't set
5042 default-directory to nil.
5044 * shell.el (shell-dirstack-query): Doc fix.
5046 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5047 Don't select the window -- pass it to primitives instead.
5049 * faces.el (minibuffer-prompt): Use medium blue by default.
5051 2007-03-04 David Kastrup <dak@gnu.org>
5053 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5054 Preserve 16 as default value for "seconds" when customizing.
5056 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
5058 * textmodes/org.el (org-self-insert-command)
5059 (orgtbl-self-insert-command, org-delete-char)
5060 (org-delete-backward-char): Set the `flyspell-delayed' property.
5062 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
5064 * international/mule.el (find-auto-coding): Don't search for
5065 line-ending characters past the end of the tail.
5067 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
5069 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5070 Jump to the line where new score has been uploaded.
5072 * play/tetris.el (tetris-move-bottom, tetris-move-left)
5073 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5074 Do nothing when the game is paused.
5076 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
5078 * textmodes/org.el (org-set-tags): Prevent slipping of point
5081 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5083 * isearch.el (isearch-message-prefix):
5084 Use minibuffer-prompt-properties.
5086 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5088 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5089 (ps-setup): Print which Emacsen is running ps-print package.
5091 2007-03-01 Stuart Herring <herring@lanl.gov>
5093 * files.el (set-auto-mode-0): Use `indirect-function'.
5094 (hack-one-local-variable): Don't reapply current major mode.
5096 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5098 * progmodes/python.el (python-quote-syntax): Don't bother with
5099 syntax-ppss-context.
5100 (python-fill-paragraph): Make sure that fenced-string delimiters that
5101 stand on their own line stay there.
5103 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5105 * replace.el (perform-replace): Propertize message.
5107 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5109 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5112 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5114 * net/tramp.el (tramp-file-name-handler): Revert last change.
5116 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5118 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5119 Correct doc strings.
5121 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5123 * replace.el (perform-replace): Undo forward-char immediately if
5124 non-adjacent search fails.
5126 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5128 * version.el (emacs-major-version, emacs-minor-version):
5129 string-to-int -> string-to-number.
5131 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5133 * help.el (where-is): Fail gracefully when not passed a command.
5135 2007-02-28 Stuart Herring <herring@lanl.gov>
5137 * find-lisp.el (find-lisp-default-directory-predicate):
5138 Fix bug: Do symlink check on expanded filename.
5140 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5142 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5143 changes during replacement.
5144 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5146 2007-02-28 Lars Hansen <larsh@soem.dk>
5148 * desktop.el: Delete header line listing me as maintainer.
5150 2007-02-28 Glenn Morris <rgm@gnu.org>
5152 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5155 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5157 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5158 hooks to avoid confusion when combining after-change calls.
5160 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5162 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5163 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5164 (allout-distinctive-bullets-string): Add info about bullet conventions.
5165 (allout-mode): Add info about distinctive vs plain bullets.
5167 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5169 * textmodes/org.el (org-archive-subtree): Quote variable name.
5170 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5172 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5174 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5175 (gud-bashdb-command-name, bashdb): Remove.
5176 (gud, gud-menu-map): Remove references to bash/bashdb.
5178 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5180 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5181 keyword for Python 2.5.
5183 2007-02-26 Romain Francoise <romain@orebokech.com>
5185 * net/net-utils.el (whois-server-tld): Update server for .org.
5186 (whois-server-list): Add whois.publicinterestregistry.net.
5187 (whois-guess-server): Fix formatting in docstring.
5189 2007-02-26 Kim F. Storm <storm@cua.dk>
5191 * mouse.el (mouse-show-mark): Run hooks and perform command
5192 remapping for mouse-region-delete-keys.
5194 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5196 * font-core.el (font-lock-mode): Doc fix.
5198 2007-02-25 Kim F. Storm <storm@cua.dk>
5200 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5201 Add selected buffer to buffer-name-history.
5202 (ido-file-internal): Set this-command to fallback command.
5203 Add file names to file-name-history.
5205 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5206 Apply minibuffer-prompt-properties.
5208 2007-02-25 Andreas Schwab <schwab@suse.de>
5210 * files.el (hack-one-local-variable-eval-safep): Correct handling
5211 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
5213 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5215 * textmodes/org.el (org-table-overlay-coordinates)
5216 (org-table-toggle-coordinate-overlays): New functions.
5217 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5219 (org-startup-with-deadline-check): Remove option.
5220 (org-mode): Remove deadline check on startup.
5221 (org-table-limit-column-width): Remove option.
5222 (org-table-formula-numbers-only): Remove option.
5223 (org-link-style, org-link-format): Remove options.
5224 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5225 (org-export-ascii-show-new-buffer)
5226 (org-export-html-show-new-buffer): Remove options.
5227 (org-activate-links): Remove camel option.
5228 (org-file-link-context-use-camel-case): Remove option.
5229 (org-camel-regexp): Remove variable.
5230 (org-activate-camels): Remove function.
5231 (org-store-link): Remove Camel stuff.
5232 (org-make-org-heading-camel): Remove function.
5233 (org-open-at-point): Remove camel stuff.
5234 (org-link-search): Remove camel stuff.
5235 (org-camel-to-words): Function removed.
5236 (org-get-agenda-file-buffer): Make sure we prepare the base
5237 buffers, not any indirect buffers.
5238 (org-sort-entries): Sort top-level when not on a headline, and no
5240 (org-in-regexp): New function.
5241 (org-search-not-self): Rename from `org-search-not-link'.
5242 (org-open-link-marker): New variable.
5243 (org-open-at-point): Set `org-open-link-marker'.
5244 (org-print-icalendar-entries): Fixe bug with excluding DONE
5245 entries from the exported list.
5246 (org-edit-formula-lisp-indent): New command.
5247 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5248 (orgtbl-to-latex, orgtbl-insert-radio-table)
5249 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5250 (orgtbl-radio-table-templates): New option.
5251 (org-store-link-props):
5252 (org-remember-templates): More possibilities to insert info
5254 (org-remember-apply-template): Make use of the extended
5255 template capabilities.
5256 (org-remember-redo-template): New command.
5257 (org-upgrade-old-links)
5258 (org-table-modify-formulas, org-table-replace-in-formulas)
5259 (org-table-find-dataline)
5260 (org-table-get-vertical-vector): Remove functions.
5261 (org-table-remove-rectangle-highlight)
5262 (org-time-stamp-format, org-toggle-log-option)
5263 (org-table-highlight-rectangle)
5264 (org-table-iterate, org-table-make-reference):
5265 (org-translate-time, org-tree-to-indirect-buffer)
5266 (org-table-field-info, org-table-fix-formulas)
5267 (org-table-force-dataline, org-table-get-descriptor-line)
5268 (org-table-get-range)
5269 (org-skip-comments, org-sort)
5270 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5271 (org-table-current-dline, org-table-current-field-formula)
5272 (org-table-edit-backward-field)
5273 (org-table-edit-formulas-post-command)
5274 (org-table-edit-line-down, org-table-edit-line-up)
5275 (org-agenda-archive)
5276 (org-agenda-clock-cancel)
5277 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5278 (org-agenda-open-link, org-agenda-show-new-time)
5279 (org-agenda-skip-subtree-when-regexp-matches)
5280 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5281 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5282 (org-do-sort, org-file-image-p, org-find-overlays)
5283 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5284 (org-highlight-until-next-command, org-isearch-end)
5285 (org-match-any-p, org-next-link, org-previous-link):
5286 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5287 (org-rewrite-old-row-references)
5288 (org-isearch-post-command)
5289 (org-table-edit-move, org-table-edit-next-field)
5290 (org-table-edit-scroll, org-table-edit-scroll-down)
5291 (org-set-frame-title, org-show-reference)
5292 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5293 (org-show-variable): Remove command.
5294 (org-add-log-maybe): New arguments STATE, FINDPOS
5295 (org-table-sort-lines): Rewrite from scratch.
5296 (org-link-search): New argument AVOID-POS.
5297 (org-print-icalendar-entries): Remove argument CATEGORY.
5298 (org-run-agenda-series): Remove argument WONDOW.
5299 (org-next-link, org-previous-link): New commands.
5300 (org-agenda-date-format): New option.
5301 (org-table-iterate): New command.
5302 (org-table-modify-formulas)
5303 (org-table-replace-in-formulas): Remove functions.
5304 (org-table-fix-formulas): New function.
5305 (org-table-insert-column, org-table-delete-column)
5306 (org-table-move-column): Use `org-table-fix-formulas'.
5307 (org-follow-gnus-link): Patch from Bastien/Leo.
5308 (org-table-current-field-formula): New function.
5309 (org-file-image-p): New function.
5310 (org-agenda-show-new-time): New function.
5311 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5312 (org-with-remote-undo): New macro.
5313 (org-agenda-undo): New command.
5314 (org-verify-change-for-undo): New function.
5315 (org-time-stamp-format): New function.
5316 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5318 (org-match-any-p): New function.
5319 (org-make-tags-matcher): Handle regular expressions for tag and
5321 (org-read-date): Accept "+N" as input for a date relative to the
5323 (org-remove-subtree-entries-from-agenda): New function.
5324 (org-agenda-archive, org-agenda-kill):
5325 Use `org-remove-subtree-entries-from-agenda'.
5326 (org-do-sort, org-sort-entries): New functions.
5327 (org-sort): New command.
5328 (org-table-sort-lines): Use `org-do-sort'.
5329 (org-fix-decoded-time): New function.
5330 (org-table-number-regexp): Require 0x... to identify as number
5332 (org-startup-options): New keywords for note taking.
5333 (org-upgrade-old-links): Remove function.
5334 (org-get-repeat): New function.
5335 (org-show-context): Also show siblings on current level.
5336 (org-show-siblings): New function.
5337 (org-isearch-end, org-isearch-post-command): New functions.
5338 (org-show-siblings): New option.
5339 (org-show-context): Use `org-show-siblings'.
5340 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5341 to be bound, because user may just use elisp.
5343 2007-02-24 Kim F. Storm <storm@cua.dk>
5345 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5346 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5348 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5350 * startup.el (command-line): Also check if the abbrev file is readable.
5352 2007-02-24 John Paul Wallington <jpw@pobox.com>
5354 * net/tls.el (tls-certtool-program): Fix custom type.
5356 * mail/feedmail.el (feedmail-message-id-generator)
5357 (feedmail-date-generator): Fix custom types.
5359 * mail/rmail.el (rmail-message-filter): Fix custom type.
5361 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5363 * startup.el (command-line): If simple.el cannot be found, proceed
5364 with a warning message.
5366 2007-02-24 Kenichi Handa <handa@m17n.org>
5368 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5369 case that BEG is a string.
5371 2007-02-24 Chris Moore <dooglus@gmail.com>
5373 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5374 * pgg-pgp.el (pgg-pgp-encrypt-region):
5375 * pgg-gpg.el (pgg-gpg-encrypt-region):
5376 Check pgg-encrypt-for-me if no other recipients.
5378 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5380 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5382 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5383 shell-quote-argument.
5385 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5387 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5388 from the comint buffer instead of the temporary one.
5390 2007-02-23 David Reitter <david.reitter@gmail.com>
5392 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5393 storing it in recentf-exclude.
5395 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5397 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5400 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5402 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5403 commands, for restart.
5404 (idlwave-shell-current-module): Fix handling of module name by type.
5405 (idlwave-shell-break-in): Update type handling.
5406 (idlwave-shell-bp-get): Encode type in BP structure.
5407 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5408 (idlwave-shell-module-source-query): Query routine info based on type.
5409 Fix path parsing for non-compiled files.
5410 (idlwave-shell-module-source-filter): Don't signal error in filter
5412 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5415 2007-02-22 Kim F. Storm <storm@cua.dk>
5417 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5418 (editable-field): Document need to put some text before the %v
5419 escape in :format string.
5421 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5423 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5424 (vc-svn-use-edit): Remove unused config var.
5425 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5427 * outline.el (hide-sublevels): Keep empty last line, if available.
5429 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5430 rather than the corresponding unicode char, to make the code
5433 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5435 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5436 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5437 (speedbar-item-info-tag-helper): Doc fixes.
5439 2007-02-19 Kenichi Handa <handa@m17n.org>
5441 * international/mule-cmds.el (locale-language-names):
5442 Map "eo" to "Esperanto".
5444 * language/european.el ("Esperanto"): New language environment.
5446 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5448 * simple.el (kill-line): Doc fix.
5450 2007-02-17 Kim F. Storm <storm@cua.dk>
5452 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5453 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5454 (bindat--unpack-group, bindat--pack-group):
5455 Handle vectors with optional element type.
5457 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5459 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5460 if PASSPHRASE is given.
5462 2007-02-17 Chris Moore <dooglus@gmail.com>
5464 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5465 Recognize backups of bz2 compressed files.
5467 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5469 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5470 to nil to speed up lookup of the symbol in index nodes.
5472 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5474 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5475 Add indentation for the constants of Lisp.
5477 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5479 * ps-print.el: Use (defvar <foo>) where applicable.
5480 (ps-print-emacs-type): Remove.
5481 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5482 (ps-frame-parameter): Align its call-convention with frame-parameter.
5483 (ps-begin-job): Adjust calls to it appropriately.
5484 (ps-setup): Don't print ps-print-emacs-type.
5485 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5486 Define in such a way that it's obvious that it's defined.
5487 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5488 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5489 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5491 2007-02-15 Alan Mackenzie <acm@muc.de>
5493 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5494 an empty one-line C-style comment, post-position point properly.
5496 2007-02-15 Chris Moore <dooglus@gmail.com>
5498 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5499 (isearch-lazy-highlight-new-loop): Bind it.
5500 (isearch-lazy-highlight-search): Use it.
5502 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5504 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5506 * font-lock.el (font-lock-extend-region-wholelines):
5507 Only return non-nil if the region has really been changed.
5508 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5510 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5512 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5513 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5514 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5516 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5518 * faces.el (color-values): Revert changes to docstring from
5519 2007-01-31 and 2000-09-07.
5521 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5522 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5523 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5524 (ispell-help): Fix typos in docstring and output message.
5526 2007-02-14 Kim F. Storm <storm@cua.dk>
5528 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5529 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5530 (grep): Fix lgrep reference.
5532 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5533 (standard-display-underline): Use make-glyph-code.
5535 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5537 * international/latin1-disp.el (latin1-display-char):
5538 Use make-glyph-code.
5540 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5542 * ehelp.el (with-electric-help, electric-help-exit)
5543 (electric-help-retain): Doc fixes.
5545 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5546 (byte-compile-file): Doc fixes.
5548 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5550 * term/mac-win.el: Change all uses of
5551 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5552 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5553 (mac-ae-get-url): Call select-frame-set-input-focus.
5554 (mac-dnd-handle-drag-n-drop-event): Don't call
5555 select-frame-set-input-focus.
5557 2007-02-13 Kenichi Handa <handa@m17n.org>
5559 * international/characters.el: Fix documentation of category `a'.
5561 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5563 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5565 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5567 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5568 (tramp-get-remote-ln): Handle error case.
5569 Reported by Chris Moore <dooglus@gmail.com>.
5571 2007-02-11 Kim F. Storm <storm@cua.dk>
5573 * bindings.el (ctl-x-map): Remove register compatibility bindings
5574 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5576 2007-02-11 Richard Stallman <rms@gnu.org>
5578 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5581 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5582 condition -- don't fail to stop at endpos.
5584 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5586 * textmodes/org.el (org-agenda-get-todos)
5587 (org-agenda-get-timestamps, org-agenda-get-closed)
5588 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5589 (org-agenda-get-blocks, org-format-agenda-item)
5590 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5591 from `category' to `org-category'.
5593 2007-02-11 Kenichi Handa <handa@m17n.org>
5595 * international/titdic-cnv.el (titdic-convert): Force files be written
5596 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5597 (miscdic-convert): Force files be written with Unix-like eol format.
5599 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5601 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5603 * calculator.el (calculator-prompt): Doc fix.
5604 (calculator-mode-map): Fix typo in menu entry.
5606 2007-02-10 Jay Belanger <belanger@truman.edu>
5608 * calculator.el (calculator): Do more extensive checking for when
5609 3 lines should be used for the calculator.
5611 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5613 * info-look.el (info-lookup-make-completions):
5614 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5617 * info.el (Info-fontify-maximum-menu-size): Document the effect
5619 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5620 non-nil before using it as size.
5622 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5624 * subr.el (insert-for-yank-1): Prevent read-only properties from
5625 interfering with text property operations.
5627 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5629 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5630 (image-type-auto-detected-p): Fail if another match is found in
5633 * files.el (magic-mode-alist): Call image-mode instead of
5634 image-mode-maybe for autodetected images.
5636 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5638 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5639 Fix typos in docstrings.
5640 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5642 2007-02-09 Kim F. Storm <storm@cua.dk>
5644 * emacs-lisp/float-sup.el: Remove obsolete comment.
5646 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5648 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5650 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5652 * simple.el: Revert previous change, at request of RMS:
5653 (fundamental-mode-hook): Remove.
5654 (fundamental-mode): Run after-change-major-mode-hooks manually,
5655 and don't run the now-nonexistent fundamental-mode-hook.
5657 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5659 * simple.el (fundamental-mode-hook): Declare new hook.
5660 (fundamental-mode): Run the new dedicated hook, and don't run
5661 after-change-major-mode-hooks manually anymore.
5663 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5665 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5666 added columns of chars. Remove support for the "no-meta-info" format.
5667 Prompted by Romain Francoise <romain@orebokech.com>.
5669 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5671 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5672 (gdb-mouse-until, gdb-mouse-jump): Use it.
5674 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5676 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5677 work when there is just an assembler buffer (no source buffer).
5679 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5681 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5682 just because the diff was produced using "-p" (--show-c-function).
5684 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5686 * faces.el (frame-set-background-mode): Use `color-values' and
5687 `display-color-p', not `x-color-values' and `x-display-color-p'.
5688 (face-valid-attribute-values): Use `defined-colors' instead of
5691 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5693 * ps-print.el: The ps-print commands without face printing should not
5694 print background color. Reported by Leo <sdl.web@gmail.com>.
5695 (ps-print-version): New version 6.7.3.
5696 (ps-begin-job): New arg. Fix ps-default-background and
5697 ps-default-foreground initialization.
5698 (ps-face-attributes): Fix doc string.
5699 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5701 * printing.el: Fix ps-print link.
5703 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5705 * faces.el (face-set-after-frame-default): Compile attributes to
5706 be set by frame parameters before merging in X resources.
5708 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5710 * simple.el (blink-matching-paren-dont-ignore-comments):
5711 (blink-matching-paren-on-screen): Doc fixes.
5713 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5715 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5717 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5719 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5720 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5721 entries like `defun'. Return nil.
5723 2007-02-05 Kim F. Storm <storm@cua.dk>
5725 * ido.el: Doc fixes.
5727 2007-02-04 David Kastrup <dak@gnu.org>
5729 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5730 `mpuz-allow-double-multiplicator' is non-zero, and correct
5731 calculation of `min'.
5733 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5735 * wid-edit.el (widget-default-create): Insert new text at the
5736 :from marker _after_ the marker, not before it.
5738 2007-02-04 Alan Mackenzie <acm@muc.de>
5740 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5741 containing it is re-indented.
5743 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5745 * net/newsticker.el (newsticker--insert-image): Update docstring,
5746 and insert the image directly.
5747 (newsticker--buffer-redraw): Update docstring.
5749 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5750 Rename from define-global-minor-mode.
5752 * progmodes/cwarn.el (global-cwarn-mode):
5753 * emacs-lisp/autoload.el (make-autoload):
5754 * hi-lock.el (global-hi-lock-mode):
5755 * font-core.el (global-font-lock-mode): All callers changed.
5757 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5759 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5760 Don't copy @ignore lines into menu descriptions.
5761 (texinfo-multi-file-update): Goto the @node line before attempting
5762 to pluck the node name.
5763 (texinfo-multiple-files-update): Reverse the optional arguments'
5764 order, as per the doc string and the `interactive' form.
5766 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5768 * image-mode.el: Use autoload to avoid overriding disabled setting
5771 2007-02-03 Alan Mackenzie <acm@muc.de>
5773 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5774 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5775 adjacent paren groups).
5777 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5779 * progmodes/ebnf2ps.el: Doc fixes.
5780 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5782 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5784 * dired-x.el (dired-do-relsymlink): Add reference to
5785 dired-do-symlink. Add an autoload cookie.
5787 * dired-aux.el (dired-do-symlink): Add reference to
5788 dired-do-relsymlink.
5790 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5792 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5793 <left-fringe mouse-3>: New bindings.
5795 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5797 * net/newsticker.el (newsticker-version): Changed to "1.10".
5798 (newsticker--set-customvar): Doc string.
5799 (newsticker-new-item-face): Doc string.
5800 (newsticker-mode): Initialize `invisibility-spec' with t.
5801 (newsticker-mode-map): Added
5802 `newsticker-mark-all-items-at-point-as-read'.
5803 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5804 (newsticker-w3m-show-inline-images): Do not call
5806 (newsticker--buffer-after-w3m-insert-image): New advice for
5807 w3m-insert-image to cache images.
5808 (newsticker-next-item-same-feed): New.
5809 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5810 (newsticker-mark-all-items-of-feed-as-read): New.
5811 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5812 (newsticker-mark-item-at-point-as-read): Doc string.
5813 (newsticker-mark-item-at-point-as-read): Use new functions.
5814 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5815 `newsticker-mark-item-at-point-as-read'.
5816 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5817 (newsticker--sentinel): Yet another xml-parser workaround.
5818 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5820 (newsticker--buffer-do-insert-text): Fix.
5821 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5822 (newsticker--buffer-make-item-completely-visible):
5823 `switch-to-buffer' not necessary.
5825 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5827 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5828 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5829 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5830 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5831 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5833 2007-02-02 Kenichi Handa <handa@m17n.org>
5835 * international/quail.el (quail-show-key): Fix an error message.
5837 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5839 * faces.el (set-face-underline-p, modify-face): Rename arg
5840 UNDERLINE-P to UNDERLINE (it is not a flag).
5842 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5844 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5845 when adding gdb-speedbar-update to gdb-input-queue.
5847 2007-02-01 Kenichi Handa <handa@m17n.org>
5849 * international/quail.el (quail-show-key): Signal an error if the
5850 current input method is not using Quail.
5852 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5854 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5855 Trim leading whitespace in sysvar names.
5857 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5859 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5861 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5863 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5865 2007-01-31 Romain Francoise <romain@orebokech.com>
5867 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5868 previous change to this file.
5870 2007-01-31 Jason Rumney <jasonr@gnu.org>
5872 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5875 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5876 interfering with attempt to set major mode from modified
5879 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5881 * faces.el (color-values): Doc fix.
5882 (face-differs-from-default-p): Don't check :foreground twice.
5884 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5886 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5888 2007-01-31 Kenichi Handa <handa@m17n.org>
5890 * international/quail.el (quail-store-decode-map-key): Store a
5891 translated character too.
5892 (quail-char-equal-p): New function.
5893 (quail-find-key1): Check character equality by quail-char-equal-p.
5894 (quail-decode-map-generated): New variable.
5895 (quail-find-key): Check quail-decode-map-generated and re-generate
5896 a decode map if necessary.
5898 2007-01-30 Richard Stallman <rms@gnu.org>
5900 * tutorial.el (tutorial--detailed-help): Make the list of
5901 changed keys look nicer.
5903 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5905 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5906 (gdb-var-delete): Use it.
5907 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5910 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5912 * files.el (get-free-disk-space): Return nil for remote directories.
5914 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5917 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5919 * type-break.el (type-break-catch-up-event): New function.
5920 (type-break-demo-hanoi, type-break-demo-life)
5921 (type-break-demo-boring): Use it.
5923 * image-mode.el (image-mode): Don't automatically view as image.
5924 (image-toggle-display): Add `disabled' property.
5926 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5928 * isearchb.el (isearchb-iswitchb):
5929 * ps-print.el (ps-build-face-reference):
5930 * emacs-lisp/shadow.el (list-load-path-shadows):
5931 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5932 * international/mule.el (find-auto-coding):
5933 * mail/supercite.el (sc-attrib-selection-list):
5934 * progmodes/cc-defs.el (c-emacs-features):
5935 * progmodes/cc-vars.el (c-offsets-alist):
5936 * progmodes/flymake.el
5937 (flymake-init-create-temp-source-and-master-buffer-copy):
5938 Fix typos in docstrings (some suggested by Chris Moore).
5940 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5941 (vhdl-get-library-unit, vhdl-corresponding-begin)
5942 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5943 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5944 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5945 (vhdl-font-lock-match-item): Fix typos in docstrings.
5946 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5947 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5948 (vhdl-speedbar-insert-project-hierarchy):
5949 Improve argument/docstring consistency.
5951 2007-01-29 Kenichi Handa <handa@m17n.org>
5953 * international/titdic-cnv.el (py-converter): Fix previous change.
5955 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5957 * jka-compr.el (jka-compr-partial-uncompress)
5958 (jka-compr-call-process): Rebind default-directory if it is
5959 invalid. Suggested by Chris Moore.
5961 * comint.el (comint-insert-input): Handle situation where the
5962 selected buffer is not the clicked buffer.
5964 2007-01-29 Kenichi Handa <handa@m17n.org>
5966 * international/ja-dic-cnv.el (skkdic-convert):
5967 Add byte-compile-disable-print-circle:t at the head.
5969 * international/titdic-cnv.el (tit-process-header):
5970 Add byte-compile-disable-print-circle:t at the head.
5971 (miscdic-convert): Likewise.
5972 (py-converter): Skip the header comments.
5974 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5976 (byte-compile-output-file-form): Bing print-circle to nil if
5977 byte-compile-output-file-form is not nil.
5978 (byte-compile-output-docform): Likewise.
5980 2007-01-28 Kim F. Storm <storm@cua.dk>
5982 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5983 Declare earlier to avoid byte compiler warnings.
5985 2007-01-28 Markus Triska <markus.triska@gmx.at>
5987 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5989 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5991 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5992 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5993 when calling update-game-score program. Remove unnecessary
5996 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5998 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
6000 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6001 avoid compiler warning.
6002 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6003 might have values other than "true" or "false".
6005 2007-01-28 Richard Stallman <rms@gnu.org>
6007 * textmodes/fill.el (fill-paragraph-function): Doc fix.
6008 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6010 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6012 * image.el (image-type-header-regexps): Make GIF regex more specific.
6014 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6015 Don't check `backspace'.
6016 (tutorial--find-changed-keys): Look up bindings in a temp buffer
6017 in Fundamental mode.
6019 * startup.el (fancy-splash-text, normal-splash-screen):
6022 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6023 when inserting in buffer.
6025 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6028 2007-01-27 Richard Stallman <rms@gnu.org>
6030 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6032 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
6034 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6035 enum/union/struct/class definition.
6036 Revert change to call `forward-sexp' multiple times.
6038 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6040 * files.el (hack-local-variables-confirm): Don't keep trying to
6041 read an event from an empty kbd macro.
6043 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6045 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6047 2007-01-27 Ben North <ben@redfrontdoor.org>
6049 * outline.el (outline-promote, outline-demote): Doc fix. Rename
6050 the arg CHILDREN -> WHICH.
6052 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
6054 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6055 default-directory to a sane value when calling start-process.
6057 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6059 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6060 (ls-lisp-format-time-list): Doc fix. Mention
6061 ls-lisp-use-localized-time-format.
6062 (ls-lisp-format-time): Use ls-lisp-format-time-list if
6063 ls-lisp-use-localized-time-format is non-nil, even if a valid
6066 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
6068 * jka-compr.el (jka-compr-shell): Doc fix.
6070 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6072 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6074 * ps-print.ps: Fix background height.
6075 (ps-print-version): New version 6.7.2.
6077 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6079 * makefile.w32-in (finder-data, custom-deps): Depend on
6080 $(lisp)/loaddefs.el.
6082 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6084 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6086 2007-01-24 Miles Bader <miles@gnu.org>
6088 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6089 (byte-compile-output-docform): Bind `print-circle' to t.
6091 2007-01-24 Kenichi Handa <handa@m17n.org>
6093 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6094 file name of the original SKK dictionary file.
6096 2007-01-24 Kim F. Storm <storm@cua.dk>
6098 * ido.el (ido-initial-position): New variable.
6099 (ido-read-internal): Set it if default item is specified.
6100 (ido-minibuffer-setup): Position cursor accordingly if set.
6101 (ido-edit-input): C-e moves to end of input if not already there.
6102 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6103 Don't switch to buffer mode if repeating C-b at start of input.
6104 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6105 input; else it moves to start of input.
6106 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6107 not at end of input, delete rest of input, rather than normal op.
6109 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6111 * emulation/viper-keym.el (viper-insert-basic-map):
6112 Delete binding for S-TAB.
6114 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6115 of message. Activate mark.
6116 (ediff-activate-mark): Set transient-mark-mode to t.
6118 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6120 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6122 * help-fns.el (describe-variable): Don't suppress display of
6123 buffer local value when the value is "large".
6125 2007-01-22 Kim F. Storm <storm@cua.dk>
6127 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6128 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6129 (ido-tidy): Use ido-active.
6131 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6133 * hexl.el (hexl-mode-exit): Add missing quote.
6135 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6137 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6138 (mac-ae-keyboard-modifiers): New function.
6139 (mac-handle-toolbar-switch-mode): Use it.
6140 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6141 if keyboard modifiers on drop contain option key.
6142 (mac-dnd-drop-data): Add optional argument `action'.
6143 (special-event-map): Remove binding for M-drag-n-drop.
6145 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6147 * add-log.el (add-log-current-defun): Use CC Mode functions to
6148 find the beginning and end of a defun.
6150 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6152 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6153 (gdb-var-create-handler): Handle value field in GDB output of
6155 (gdb-max-frames): New variable.
6156 (gdb-stack-buffer, gdb-frames-select): Use it.
6157 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6159 (gdb-get-frame-number): Simplify.
6161 2007-01-21 Glenn Morris <rgm@gnu.org>
6163 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6166 2007-01-21 Alan Mackenzie <acm@muc.de>
6168 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6169 handling of K&R stuff.
6171 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6173 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6175 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6177 * ps-print.el: Handle frame parameters (background and/or foreground
6178 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6179 (ps-print-version): New version 6.7.1.
6180 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6181 (ps-frame-parameter): New fun.
6182 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6183 Fix doc and customization.
6184 (ps-begin-job): Get frame parameters (background and/or foreground
6186 (ps-do-despool): Ensure ps-printer-name has a valid value.
6188 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6190 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6191 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6192 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6195 2007-01-20 Alan Mackenzie <acm@muc.de>
6197 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6198 much more rigorous analysis of putative K&R regions.
6200 2007-01-20 Alan Mackenzie <acm@muc.de>
6202 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6205 2007-01-20 Alan Mackenzie <acm@muc.de>
6207 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6208 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6209 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6210 * progmodes/cc-vars.el: Add my name.
6212 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6214 * files.el (find-alternate-file): Revert query message to Emacs 21
6217 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6219 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6220 the doc string how to use personal abbrevs without electric
6223 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6225 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6226 Fixed cursor position when toggle abbreviated display.
6228 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6230 * t-mouse.el: Update copyright following assignment by
6233 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6235 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6236 (type-break-demo-boring): Call read-event instead of read-char.
6238 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6240 * progmodes/compile.el: Add handling for makepplog.
6242 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6244 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6245 aspell dictionaries are initialized when called non-interactively.
6247 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6249 * progmodes/compile.el (compilation-loop): New arg limit.
6250 Handle case where the first error is at point-min.
6251 (compilation-next-error): New arg to compilation-loop call.
6253 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6255 * info.el (Info-default-dirs): Change default info dir to
6258 * paths.el (Info-default-directory-list): Ditto.
6260 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6262 * hexl.el (hexl-before-revert-hook): New function.
6263 (hexl-mode): Use it.
6264 (hexl-after-revert-hook): Just call hexl-mode.
6265 (hexl-mode-exit): Remove before-revert-hook.
6267 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6269 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6271 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6273 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6274 by "-" in francais7 otherchars entry.
6275 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6278 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6280 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6281 path. Rewrite function in `cond' style for readability.
6283 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6284 (The path shortening, that is, not the rearrangement.)
6286 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6288 * term/mac-win.el (mac-ae-quit-application): New function.
6289 (mac-apple-event-map): Bind "quit application" Apple event to it.
6291 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6293 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6294 than the program's output.
6296 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6298 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6299 (kmacro-start-macro-or-insert-counter)
6300 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6301 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6303 * longlines.el (longlines-show-hard-newlines):
6304 * ruler-mode.el (ruler-mode-ruler):
6305 * emulation/keypad.el (keypad-setup):
6306 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6307 Fix typo in docstring.
6309 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6311 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6312 Remove redirect character ">".
6314 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6316 * replace.el (perform-replace): Remove leftover code.
6318 2007-01-12 Richard Stallman <rms@gnu.org>
6320 * replace.el (perform-replace): Don't clear NODENT when computing
6321 the replacement string.
6323 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6325 * net/tramp.el (tramp-handle-file-local-copy):
6326 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6327 <christopher.ian.moore@gmail.com>.
6329 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6331 * diff-mode.el (diff-sanity-check-context-hunk-half)
6332 (diff-sanity-check-hunk): New functions.
6333 (diff-find-source-location): Use'em to check the hunks are well-formed.
6335 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6336 activate undo when undo is not active.
6337 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6339 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6341 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6342 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6343 (ffap-url-at-point): Use char-classes rather than "a-z".
6345 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6347 * ediff-init.el (ediff-autostore-merges):
6348 * textmodes/fill.el (fill-region): Doc fix.
6350 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6352 * server.el (server-ensure-safe-dir): UIDs may be floats.
6354 2007-01-10 Richard Stallman <rms@gnu.org>
6356 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6357 around calls to directory-files.
6359 * subr.el (momentary-string-display): Use save-excursion.
6361 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6362 argument, but read it as `X' does.
6364 2007-01-09 Juri Linkov <juri@jurta.org>
6366 * info.el (Info-fontify-node): Don't hide node names of index entries.
6368 * faces.el (momentary): Change :group to basic-faces where all
6369 basic faces belong to. Add :version.
6371 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6373 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6374 keybinding is found.
6375 (tutorial--find-changed-keys): Never treat null keybinding as a
6378 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6380 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6382 2007-01-09 Kenichi Handa <handa@m17n.org>
6384 * international/mule-cmds.el
6385 (select-safe-coding-system-interactively): Fix message.
6387 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6389 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6390 (tramp-process-actions): Add optional parameter TIMEOUT.
6391 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6392 (tramp-open-connection-su): Add timeout of 60".
6394 2007-01-09 Richard Stallman <rms@gnu.org>
6396 * progmodes/compile.el (compile): Doc fix.
6398 2007-01-09 Markus Triska <markus.triska@gmx.at>
6400 * tumme.el (tumme-display-thumb): Doc fix.
6402 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6404 * battery.el (battery-search-for-one-match-in-files):
6405 * bindings.el (mode-line-minor-mode-help):
6406 * x-dnd.el (x-dnd-types-alist):
6407 * calendar/icalendar.el (icalendar-import-buffer):
6408 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6410 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6412 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6414 * replace.el (replace-regexp): Fix typo in docstring.
6416 2007-01-07 Alan Mackenzie <acm@muc.de>
6418 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6419 Amend doc-string and comments.
6421 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6423 * files.el (abbreviate-file-name): Doc fix.
6425 2007-01-06 Markus Triska <triska@gmx.at>
6427 * subr.el (split-string): Remove spurious ")" from doc string.
6429 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6431 * textmodes/table.el (table--warn-incompatibility):
6432 Use display-warning instead of momentary-string-display.
6434 2007-01-05 Richard Stallman <rms@gnu.org>
6436 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6438 * simple.el (backward-kill-word): Doc fix.
6440 2007-01-05 Romain Francoise <romain@orebokech.com>
6442 * international/mule.el (sgml-html-meta-auto-coding-function):
6443 Ensure that the buffer contains a HTML document.
6445 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6447 * faces.el (momentary): Move here ...
6448 * subr.el (momentary): ... from here.
6450 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6452 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6453 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6454 large structures/arrays.
6456 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6458 * files.el (find-file-noselect-1, set-visited-file-name):
6459 Allow backup-enable-predicate to be nil.
6461 2007-01-04 Andreas Schwab <schwab@suse.de>
6463 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6466 2007-01-03 Richard Stallman <rms@gnu.org>
6468 * woman.el (woman-decode-buffer): Clarify error message.
6470 2007-01-03 Alan Mackenzie <acm@muc.de>
6472 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6474 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6476 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6478 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6480 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6482 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6484 * emulation/viper.el (viper-custom-file-name, viper-mode):
6485 Fix typos in docstrings.
6487 * subr.el (momentary-string-display): After moving point, set POS
6488 variable to it to avoid later errors once the buffer is modified.
6491 2007-01-02 Alan Mackenzie <acm@muc.de>
6493 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6494 check that the "*/" is present before trying to manipulate it.
6496 2007-01-02 Richard Stallman <rms@gnu.org>
6498 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6500 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6501 Fix format of value.
6503 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6504 Change messages accordingly.
6505 (customize-customized): Now alias.
6507 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6509 * files.el (version-control): Doc fix.
6511 2007-01-01 Alan Mackenzie <acm@muc.de>
6513 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6514 Check the format of c-state-cache is valid for an optimisation before
6517 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6518 are at a statement within a macro". Other changes so that only
6519 the first continuation line in a macro gets the symbol
6520 `cpp-define-intro', the others getting `statement', or whatever.
6522 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6523 a string, preserve whitespace. Add a backslash only when also in
6526 * progmodes/cc-defs.el: Correct typos.
6528 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6529 new line after an escaped EOL in a string.
6531 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6532 label when it directly follows "else", "do", ....
6534 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6535 angle brackets (as seen in "explicit specialisations" of C++
6538 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6541 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6542 when the comment ender looks like "=========*/" and is alone on
6545 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6546 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6549 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6550 c-\(beginning\|end\)-of-defun by default.
6552 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6553 New line-up function, for the DEFUN macro in the Emacs C sources.
6554 Only used in "gnu" style.
6556 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6559 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6560 clean-up comment-close-slash also to work when there's a comment
6561 terminator on the line.
6562 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6563 these for large arg - only take account of top level {..}, except
6564 for initial and final adjustments. M-- C-M-[ae] now go to the
6565 right defuns when the starting point is between defuns. They use
6566 the four new functions:
6567 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6568 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6569 support c-\(beginning\|end\)-of-defun.
6571 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6572 expressions more rigorously, to exclude bit-field specifiers from
6573 being classed as labels.
6574 (c-forward-label): When analyzing a ":" within a macro, be careful
6575 about using c-forward-syntactic-ws at the macro beginning.
6576 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6577 stmt boundary, check for "operator=", etc.
6579 * progmodes/cc-mode.el (c-postprocess-file-styles):
6580 Bind inhibit-read-only to t, around the call to
6581 c-remove-any-local-eval-or-mode-variables, so that it works on a
6584 * progmodes/cc-defs.el (c-version): Update the version number to
6587 2007-01-01 Richard Stallman <rms@gnu.org>
6589 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6590 only if we restored isearch-window-configuration.
6592 2006-12-31 Romain Francoise <romain@orebokech.com>
6594 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6596 2006-12-31 Kim F. Storm <storm@cua.dk>
6598 * files.el (auto-mode-case-fold): New defcustom.
6599 (set-auto-mode): If non-nil, perform second case-sensitive pass
6600 through auto-mode-alist if first pass failed.
6602 2006-12-30 Richard Stallman <rms@gnu.org>
6604 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6606 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6608 * allout.el (allout-encrypt-string): Handle symmetric-key
6609 passphrase caching but leave keypair caching to pgg.
6611 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6613 Sync with Tramp 2.0.55.
6615 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6616 `integerp'. `char-equal' could fail else in case of negative
6617 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6618 (top): Check for `font-lock-add-keywords' before calling; it
6619 doesn't exist under XEmacs.
6620 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6621 (tramp-completion-mode): Remove clause (not
6622 tramp-unified-filenames), because the function is called in other
6623 context too, where this check results in wrong results in the
6624 XEmacs case on Windows.
6625 (tramp-touch): UTC handling is not possible for XEmacs.
6627 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6629 * scroll-bar.el (previous-scroll-bar-mode): New variable
6630 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6631 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6633 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6635 2006-12-30 Richard Stallman <rms@gnu.org>
6637 * files.el (make-backup-file-name-1): Precompute abs name
6638 but don't lose the relative name.
6640 * international/mule-cmds.el (select-safe-coding-system-interactively):
6643 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6645 * files.el (backup-buffer): Show entire backup file name in msg.
6647 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6649 * image.el (image-type-header-regexps, image-type-from-data)
6650 (image-type-from-buffer, image-type-from-file-header):
6651 Revert changes from 2006-12-26.
6652 (image-type-auto-detectable): New variable.
6653 (image-type-auto-detected-p): New function.
6655 * files.el (magic-mode-alist): Detect image files with
6656 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6658 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6660 * dired.el (dired-sort-other): Move test for dired-mode...
6661 (dired-sort-set-modeline): ...to here.
6663 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6665 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6666 change. Suggested by Stefan Monnier.
6668 2006-12-29 Kim F. Storm <storm@cua.dk>
6670 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6671 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6673 2006-12-27 Kim F. Storm <storm@cua.dk>
6675 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6676 so it doesn't accidentally match an fsf.org mail address.
6677 (authors-renamed-files-alist): Add tcover-*.el.
6679 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6681 * vc-arch.el (vc-arch-find-version): New function.
6683 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6684 composed of arbitrary characters (even /) in some systems.
6686 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6688 * international/mule-cmds.el (select-safe-coding-system-interactively):
6689 Improve the message in the *Warning* buffer.
6691 2006-12-27 Kim F. Storm <storm@cua.dk>
6693 * ido.el (ido-set-matches-1): Fix last change. If default item is
6694 current buffer, it is ok to be first.
6696 2006-12-27 Kenichi Handa <handa@m17n.org>
6698 * international/mule-cmds.el (select-safe-coding-system-interactively):
6699 Use face `link' for problematic chars.
6701 2006-12-27 Kenichi Handa <handa@m17n.org>
6703 * international/mule-cmds.el (select-safe-coding-system-interactively):
6704 Improve the message in *Warning* buffer.
6706 2006-12-27 Kim F. Storm <storm@cua.dk>
6708 * ido.el (ido-set-matches-1): Never put current buffer first if
6709 there are other matches.
6711 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6713 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6715 (gdb-var-delete): Handle duplicate names. Print message for non
6717 (gdb-partial-output-name): Start buffer name with a space.
6718 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6721 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6723 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6724 last footnote when `footnote-spaced-footnotes' is nil.
6726 2006-12-26 Richard Stallman <rms@gnu.org>
6728 * cus-edit.el (custom-browse-sort-alphabetically)
6729 (custom-buffer-sort-alphabetically)
6730 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6732 * image.el (image-type-header-regexps): Change element format
6733 to include third item NOT-ALWAYS.
6734 (image-type-from-data): Handle new format.
6735 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6736 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6738 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6740 * add-log.el (add-log-current-defun): Call `forward-sexp'
6741 multiple times to pick a member function name defined as
6742 part of nested classes/namespaces.
6744 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6746 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6747 which keymap should be used to change menu. It does not affect any
6750 2006-12-26 Richard Stallman <rms@gnu.org>
6752 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6753 rather than for being in a minibuffer window.
6755 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6757 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6758 locale-coding-system.
6759 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6762 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6764 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6765 (sql-mode-syntax-table): Disable double quoted strings.
6766 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6768 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6770 * startup.el (fancy-splash-last-input-event): New variable.
6771 (fancy-splash-special-event-action): New function.
6772 (fancy-splash-screens): Temporarily bind special events to it.
6773 Execute command for saved special event before exiting from
6776 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6778 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6779 Use mac-unread-string.
6781 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6783 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6784 an optimized comment regexp if `comment-start-skip' uses a ^.
6785 * bs.el (bs--up): Remove interactive spec.
6787 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6789 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6790 Suggested by James Cloos.
6792 2006-12-24 Kevin Ryde <user42@zip.com.au>
6794 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6796 (calendar-dst-ends): Default to first Sunday in November.
6798 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6800 * allout.el (allout-encrypt-string): Inhibit use of agent within
6801 body of let form where encryption happens. Acknowledge non-use of
6802 gpg-agent in docstring.
6803 (allout-toggle-subtree-encryption): Acknowledge non-use of
6804 gpg-agent in docstring.
6806 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6808 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6810 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6812 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6813 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6815 * emulation/viper-cmd.el (viper-post-command-sentinel):
6816 Protect against errors in hooks.
6817 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6818 actually modify buffer; ignore errors if occur.
6820 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6822 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6823 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6826 2006-12-23 Richard Stallman <rms@gnu.org>
6828 * simple.el (delete-horizontal-space): Doc fix.
6830 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6832 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6833 explicitly in a recursive Make, not implicitly through prerequisites,
6834 since the latter is wrong under parallel builds.
6836 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6838 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6840 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6842 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6845 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6847 * outline.el (outline-next-visible-heading): Fix the case with a
6848 header at end-of-file with no final newline.
6850 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6852 * indent.el (tab-always-indent): Doc fix.
6854 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6856 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6857 (Info-fontify-node): Do fontify indices.
6859 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6860 to the Emacs Lisp reference manual.
6861 (tutorial--tab-map): Remove. All callers changed.
6862 (tutorial--find-changed-keys): New elt QUIET, used to...
6863 (tutorial--display-changes): ...ensure that warning messages are
6864 only issued once per changed key.
6865 (tutorial--remove-remarks): Delete unused code-path.
6866 (lang-strings): Remove extraneous formatting.
6867 (tutorial--save-tutorial): Prompt before saving tutorial state.
6869 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6871 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6872 Replace '?\ ' by '?\s' throughout.
6873 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6874 `help' custom group.
6875 (tutorial--key-description): New function.
6876 (tutorial--display-changes): Remove redundant arg. Scan for all
6877 key sequences to avoid false matches. Cleanup.
6878 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6879 reduce homedir pollution.
6880 (help-with-tutorial): Call tutorial--display-changes with no arg.
6882 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6884 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6886 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6888 * net/tramp.el (tramp-default-method): We still need to check for
6889 `executable-find', because it is not bound under Emacs 20.
6890 (tramp-handle-file-name-completion)
6891 (tramp-completion-handle-file-name-completion): Handle optional
6892 parameter PREDICATE.
6893 (tramp-find-default-method): Add code for default values.
6895 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6897 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6898 make gud-go send "continue".
6900 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6902 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6903 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6905 2006-12-19 Kim F. Storm <storm@cua.dk>
6907 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6908 instead of global-map.
6910 * files.el (magic-mode-alist): Allow matching file type by
6911 calling a function at bob. Check for image types by calling
6912 image-type-from-buffer. Suggested by Juanma Barranquero.
6913 (set-auto-mode): Do it.
6915 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6917 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6918 Remove "ControlMaster" option from the other `scp*' methods.
6919 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6921 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6923 * textmodes/org.el (org-mode): Show context after isearch.
6924 (org-show-siblings): New function.
6925 (org-show-context): Use `org-show-siblings'.
6927 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6929 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6930 Use syntax-ppss-toplevel-pos.
6932 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6934 * textmodes/org.el (org-current-line): Make sure that lines are
6935 counted from beginning of buffer.
6936 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6937 lines are counted from beginning of buffer.
6939 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6941 * info.el (Info-build-node-completions): Signal error if tag-table
6942 marker is not found.
6944 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6946 2006-12-17 Alan Mackenzie <acm@muc.de>
6948 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6949 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6950 Based on code by Martin Rudalics.
6952 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6953 open-paren-in-column-0-is-defun-start to nil any more.
6955 2006-12-17 Richard Stallman <rms@gnu.org>
6957 * simple.el (delete-horizontal-space): Use prefix arg.
6959 * help-fns.el (describe-variable): Improve blank separator lines.
6961 * files.el (magic-mode-alist): Mark as risky.
6963 * files.el (make-backup-file-name-1):
6964 Expand backup-directory explicitly.
6966 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6968 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6969 check whether package password.el is loaded, or Pageant is running.
6971 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6973 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6974 (icalendar--rris): First try Emacs, then XEmacs.
6975 (icalendar--convert-ical-to-diary): Doc fix.
6976 Insert newline at end of target file.
6978 2006-12-17 Kim F. Storm <storm@cua.dk>
6980 * outline.el (outline-isearch-open-invisible-function): New defvar.
6981 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6982 overlay property instead of outline-isearch-open-invisible.
6984 2006-12-16 Kim F. Storm <storm@cua.dk>
6986 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6987 if ido-directory-too-big is set on entry.
6988 (ido-toggle-ignore, ido-completion-help): Print message while
6989 reading big directory.
6991 2006-12-15 Richard Stallman <rms@gnu.org>
6993 * shell.el (shell): Doc fix.
6995 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6997 * emulation/edt.el (edt-xserver):
6998 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6999 to fix a problem on Cygwin.
7002 * emulation/edt-mapper.el
7003 * emulation/edt-lk201.el
7004 * emulation/edt-pc.el
7005 * emulation/edt-vt100.el: Update maintainer's email address.
7007 2006-12-15 Simon Marshall <simon@gnu.org>
7009 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7011 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7013 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7014 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7015 instead of mac-atsu-font-table.
7016 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7018 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
7020 * align.el (align-match-tex-pattern): Fix a rare bug which
7023 2006-12-14 Richard Stallman <rms@gnu.org>
7025 * startup.el (use-fancy-splash-screens-p): Use frame-height
7026 instead of window-height. Pass frame to image-size.
7028 2006-12-13 Kenichi Handa <handa@m17n.org>
7030 * international/mule-cmds.el (set-locale-environment):
7031 Set default-sendmail-coding-system too.
7033 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
7035 * progmodes/idlw-help.el: Fix copyright notice.
7037 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7039 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7041 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7043 * subr.el (unread-command-char): Reformat obsolescence info.
7045 2006-12-11 Richard Stallman <rms@gnu.org>
7047 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7048 about calls to cl-struct-setf-expander.
7050 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7052 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7053 (ediff-combination-pattern): Fix typo in docstring.
7055 * textmodes/refer.el (refer-find-entry): Doc fix.
7056 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7057 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7058 Fix tipos in docstrings.
7060 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7062 2006-12-10 Kim F. Storm <storm@cua.dk>
7064 * ido.el (ido-init-completion-maps): Remap backward-kill-word
7065 instead of binding M-backspace.
7067 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
7069 * replace.el (replace-match-data, replace-match-maybe-edit):
7070 * calc/calc-aent.el (calc-eval-error):
7071 * emulation/vi.el (vi-char-argument):
7072 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7073 (c-vsemi-status-unknown-p-fn): Doc fixes.
7075 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7077 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7078 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
7080 2006-12-10 Masatake YAMATO <jet@gyve.org>
7082 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7084 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
7086 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7088 * man.el (Man-xref-button-action): New function. If the
7089 `Man-target-string' button property is a function, assume it
7090 accepts a position argument.
7091 (Man-abstract-xref-man-page): Use it.
7092 (Man-default-man-entry): New optional arg POS.
7094 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7095 symlink arrows read-only and non-rear-sticky.
7097 2006-12-09 Martin Rudalics <rudalics@gmx.at>
7099 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7100 (wdired-search-and-rename): Simplify code.
7101 (wdired-preprocess-files, wdired-preprocess-perms): Make
7102 read-only property of preceding character rear-nonsticky to
7103 avoid that it can be modified. Put old-name and old-link
7104 properties on character preceding name and replace
7105 put-text-property by add-text-properties.
7106 (wdired-get-filename, wdired-get-previous-link): Get old-name
7107 and old-link properties from character preceding name and
7109 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7110 (wdired-perms-to-number): Make local-map property
7111 rear-nonsticky to avoid that text following permissions may be
7112 modified. Use add-text-properties instead of put-text-property
7113 when changing a permission bit.
7114 (wdired-change-to-dired-mode): Remove stickiness properties.
7116 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7118 * international/mule-cmds.el (register-input-method): Doc fix.
7120 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7122 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7124 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7126 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7127 Force buffer local defs evaluation on local variables loading.
7128 (flyspell-mode-on, flyspell-mode-off): Use it in
7129 `hack-local-variables-hook'.
7131 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7133 * emacs-lisp/find-func.el (find-variable): Doc fix.
7135 * help-fns.el (variable-at-point): Doc fix.
7137 * w32-fns.el (w32-append-code-lines): New function.
7139 2006-12-09 Romain Francoise <romain@orebokech.com>
7141 * comint.el (comint-insert-input): Delete obsolete comment.
7143 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7145 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7146 current frame, in case we're connected to several displays.
7148 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7150 * frame.el (other-frame): Doc fix.
7151 (set-frame-parameter): Fix typo in docstring.
7153 2006-12-07 Kim F. Storm <storm@cua.dk>
7155 * info.el (Info-index): Strip leading colon from topic.
7157 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7159 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7162 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7164 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7165 Trim out spurious class inheritance "None" entries.
7167 2006-12-05 Kim F. Storm <storm@cua.dk>
7169 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7170 (cua-paste-pop): Rework last change for
7171 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7172 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7173 text inserted by the last M-y command.
7175 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7177 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7178 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7180 * shell.el (shell): Search the start file in ~/.emacs.d as
7181 `init_SHELLNAME.sh' instead.
7183 2006-12-05 Glenn Morris <rgm@gnu.org>
7185 * progmodes/cperl-mode.el (cperl-mode)
7186 * progmodes/f90.el (f90-mode-abbrev-table)
7187 * progmodes/fortran.el (fortran-mode-abbrev-table)
7188 * progmodes/octave-mod.el (octave-abbrev-table)
7189 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7190 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7192 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7193 clear abbrev table, else saved abbrevs will not be restored.
7195 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7197 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7198 the call to `make-obsolete-variable', not in the docstring.
7200 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7202 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7204 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7206 * progmodes/ebnf-abn.el:
7207 * progmodes/ebnf-bnf.el:
7208 * progmodes/ebnf-dtd.el:
7209 * progmodes/ebnf-ebx.el:
7210 * progmodes/ebnf-iso.el:
7211 * progmodes/ebnf-otz.el:
7212 * progmodes/ebnf-yac.el:
7213 * progmodes/ebnf2ps.el:
7218 * ps-print.el: Remove 'Time-stamp' comment mark.
7220 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7221 'easy-menu-add-item' when called in Emacs 21 or higher.
7223 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7225 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7226 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7228 2006-12-04 Kim F. Storm <storm@cua.dk>
7230 * bindings.el (global-map): Bind [signal t] to ignore, to have
7231 user signals ignored by default.
7233 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7235 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7236 Unicode data file pointed to by `describe-char-unicodedata-file'.
7238 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7240 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7241 O(n^2) regexp-search by anchoring the search.
7243 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7245 * whitespace.el (whitespace-cleanup-internal): Use current
7246 argument for recursive call.
7248 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7250 * net/tramp.el (tramp-methods): Add "ControlPath" and
7251 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7252 Andreas Schwab <schwab@suse.de>.
7253 (tramp-do-copy-or-rename-file-out-of-band)
7254 (tramp-open-connection-rsh): Compute format spec for ?t.
7255 (tramp-process-actions): Trace command parameters.
7257 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7259 * simple.el (toggle-truncate-lines): Clarify doc string.
7261 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7262 (gdb-speedbar-expand-node): Use it.
7264 2006-12-04 Richard Stallman <rms@gnu.org>
7266 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7268 * dired.el (dired-revert): Turn off dired-after-readin-hook
7269 around call to dired-readin.
7271 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7272 to echo area messages.
7273 <indicate-empty-lines, case-fold-search>:
7274 Add "globally" to Help string.
7275 <case-fold-search>: MESSAGE arg need not say "globally".
7276 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7278 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7280 * outline.el (outline-end-of-subtree): Don't leave an empty
7281 line hidden as we would a real next heading.
7283 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7285 * allout.el (allout-ascend): Add an optional argument to preserve
7286 original position of point when unsuccessful. Also, fix a
7288 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7289 work again, using allout-ascend's new option.
7290 (allout-setup-mode-map): Extract from allout-mode to initialize
7291 allout-mode-map. Call it on file load, so the mode docstring
7292 substitutions work even if allout mode has not yet been invoked.
7293 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7294 customizations since the map was last processed. Also, refine the
7295 docstring so it's ship-shape for release.
7296 (allout-default-layout, allout-beginning-of-line-cycles)
7297 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7298 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7299 (allout-version, allout-layout, allout-infer-body-reindent)
7300 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7301 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7302 (allout-previous-heading, allout-goto-prefix-doublechecked)
7303 (allout-current-bullet-pos, allout-next-sibling-leap)
7304 (allout-pre-command-business, allout-encrypted-type-prefix)
7305 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7306 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7307 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7308 (allout-old-expose-topic, allout-listify-exposed)
7309 (allout-process-exposed, allout-latex-verb-quote)
7310 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7311 (allout-toggle-current-subtree-encryption)
7312 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7313 Remove extraneous open-paren and close paren string escapes.
7315 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7317 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7318 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7319 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7320 Fix typos in docstrings.
7322 2006-12-03 Glenn Morris <rgm@gnu.org>
7324 * progmodes/cc-align.el
7325 * progmodes/cc-awk.el
7326 * progmodes/cc-cmds.el
7327 * progmodes/cc-compat.el
7328 * progmodes/cc-defs.el
7329 * progmodes/cc-engine.el
7330 * progmodes/cc-langs.el
7331 * progmodes/cc-menus.el
7332 * progmodes/cc-mode.el
7333 * progmodes/cc-styles.el
7334 * progmodes/cc-vars.el
7335 * progmodes/vhdl-mode.el: Fix Copyright format.
7337 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7339 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7342 2006-12-02 Kim F. Storm <storm@cua.dk>
7344 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7345 (cua-repeat-replace-region): Make M-v more robust.
7346 (cua-paste-pop-rotate-temporarily): New defcustom.
7347 (cua-paste-pop): Use it.
7348 (cua-auto-mark-last-change): New defcustom.
7349 (cua-pop-to-last-change): New helper function.
7350 (cua-set-mark): Use them.
7352 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7354 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7355 mini-buffer message.
7357 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7359 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7361 2006-12-01 Ben North <ben@redfrontdoor.org>
7363 * paren.el: Fix the highlight overlay extension when the user types a
7364 sequence of char very fast just before the open parenthesis.
7366 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7368 * ps-mule.el: Eliminate Emacs 20 compatibility.
7370 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7371 (ps-print-version): New version 6.7.
7372 (ps-print-quote): Replace '?\ ' by '?\s'.
7374 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7376 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7377 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7378 (hexl-end-of-1k-page): Doc fixes.
7379 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7380 Fix typos in docstrings.
7382 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7384 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7385 locally, i.e. without using file name handlers.
7386 (ido-read-internal): Allow mono letter host names, avoiding the
7387 `c:' problem by testing if the file exists locally.
7388 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7390 2006-11-30 Masatake YAMATO <jet@gyve.org>
7392 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7393 to avoid bytecomp warnings.
7394 (hexl-mode-old-ruler-function): New variable.
7395 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7396 and `hl-line-range-function' after `require' hl-line.
7397 Then bind `hl-line-range-function' and `hl-line-face'.
7398 Don't require frame. Don't use `with-no-warnings'.
7399 (hexl-activate-ruler): Store the original value of
7400 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7401 (hexl-mode-exit): Restore the original value of
7402 `ruler-mode-ruler-function'.
7404 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7406 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7407 (hexl-mode-old-hl-line-face): New variable.
7408 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7409 line when exit from the hexl-mode.
7411 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7413 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7416 * international/fontset.el (create-fontset-from-ascii-font)
7417 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7418 (fontset-name-p): Fix typo in docstring.
7420 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7422 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7424 * ps-bdf.el: Fix maintainer email.
7426 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7429 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7431 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7434 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7436 * progmodes/idlwave.el (idlwave-auto-fill):
7437 Remove paragraph-start let to prevent auto-fill giving up.
7439 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7441 * vt100-led.el (led-state): Fix typo in previous change.
7443 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7445 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7446 Fix interactive spec of the functions getting defined to make them
7449 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7451 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7453 2006-11-28 Kim F. Storm <storm@cua.dk>
7455 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7456 icomplete-mode is enabled.
7458 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7460 * textmodes/org.el (require): Require gnus-sum during compilation
7461 to avoid problem with a macro call.
7463 2006-11-28 Glenn Morris <rgm@gnu.org>
7465 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7467 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7468 (fortran-window-create-momentarily): Do not need string-to-char.
7470 2006-11-28 Richard Stallman <rms@gnu.org>
7472 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7473 Replace incorrect use of assoc-default with a loop.
7475 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7477 * simple.el (next-error-find-buffer): Improve messages.
7479 * files.el (revert-buffer): Special error message if file
7480 is now not readable.
7482 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7483 constructed commands.
7485 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7488 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7490 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7492 * server.el: Remove spurious * in docstrings.
7493 (server-process-filter): Exit from recursive editing before processing
7496 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7498 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7499 line so hidden blocks will be correctly identified.
7501 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7503 * ledit.el (ledit-save-defun, ledit-mode):
7504 * resume.el (resume-emacs-args-buffer):
7505 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7506 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7507 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7508 (command-send-input, command-kill-line):
7509 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7511 * autoarg.el (autoarg-kp-mode): Doc fix.
7513 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7514 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7515 (check-emacs-lock): Doc fix. Simplify.
7517 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7518 (iimage-mode-buffer): Fix typos in docstring.
7520 * misc.el (zap-up-to-char): Doc fix.
7522 * time-stamp.el: Fix comment and obsolescence string for old
7523 functions. Use `dolist' instead of `while'.
7525 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7527 * disp-table.el (standard-display-8bit, standard-display-default):
7528 * ebuff-menu.el (electric-buffer-list):
7529 * ehelp.el (electric-help-command-loop):
7530 * font-core.el (font-lock-mode):
7531 * help-macro.el (make-help-screen):
7532 * help.el (describe-minor-mode-completion-table-for-indicator)
7533 (lookup-minor-mode-from-indicator):
7534 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7535 * info-look.el (info-lookup-guess-custom-symbol):
7536 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7537 * longlines.el (longlines-wrap-line):
7538 * macros.el (insert-kbd-macro):
7539 * menu-bar.el (menu-bar-update-buffers):
7540 * misc.el (copy-from-above-command):
7541 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7542 * newcomment.el (comment-indent):
7543 * novice.el (disabled-command-function):
7544 * sort.el (sort-fields-syntax-table):
7545 * subr.el (momentary-string-display):
7546 * tar-mode.el (tar-header-block-summarize)
7547 (tar-clear-modification-flags):
7548 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7549 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7550 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7551 (te-delete-char, te-down-vertically-or-scroll):
7552 * time-stamp.el (time-stamp-string-preprocess):
7553 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7555 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7557 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7560 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7561 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7563 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7565 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7567 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7569 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7570 (ada-compile-goto-error): Adapt to new argument profile of
7571 compilation-goto-locus in Emacs 22. Don't check if the various
7572 compile functions are defined; we already do "(require 'compile)".
7574 2006-11-26 Kim F. Storm <storm@cua.dk>
7576 * kmacro.el: Fix commentary.
7578 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7580 * progmodes/gud.el (gdb): Explain how to run in text command mode
7581 more clearly. Say in error message that multiple debugging
7582 requires restarting GDB.
7584 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7586 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7588 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7590 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7591 (flymake-popup-menu): Use it instead of posn-at-point.
7593 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7595 * progmodes/cc-vars.el (c-backslash-column):
7596 Mention c-backslash-max-column in documentation for c-backslash-column.
7598 2006-11-24 Lars Hansen <larsh@soem.dk>
7600 * net/tramp.el (tramp-default-method): Under Windows, change from
7602 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7603 (tramp-actions-copy-out-of-band):
7604 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7605 (tramp-action-out-of-band): Move "Permission denied" handling to
7606 tramp-action-copy-failed.
7607 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7610 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7612 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7613 strings to a single string. Quote `errors-file-name'.
7614 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7615 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7616 Adjust calls. Use `shell-quote-argument'.
7618 * international/mule.el (load-with-code-conversion)
7619 (with-category-table): Use with-current-buffer.
7620 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7622 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7624 * mail/smtpmail.el (smtpmail-send-it):
7625 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7626 MIME header for the message encoding.
7627 Bind coding-system-for-write around the call to mail-do-fcc.
7628 Use smtpmail-code-conv-from to encode queued mail messages.
7630 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7632 * tabify.el (tabify-regexp): Doc fix.
7634 * net/rcirc.el (rcirc-buffer-maximum-lines):
7635 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7637 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7638 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7639 Fix typos in output messages.
7640 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7642 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7644 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7646 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7648 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7650 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7651 Remove condition-case.
7653 2006-11-23 Glenn Morris <rgm@gnu.org>
7655 * progmodes/f90.el (f90-comment-indent): Do not move point in
7658 2006-11-21 Romain Francoise <romain@orebokech.com>
7660 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7661 from library name (reverts change of 2005-10-25).
7663 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7665 * tutorial.el (tutorial--default-keys): Add newline and
7666 delete-backward-char bindings.
7667 (tutorial--detailed-help): Save excursion when finding keys.
7668 Correct warning string for M-x FOO case.
7669 (tutorial--display-changes): Print special keys in tutorial style.
7670 Tweak search regexp for changed keys.
7672 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7674 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7677 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7679 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7680 are new to the list at IANA. Also added irc, mms, mmsh.
7682 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7684 * progmodes/idlw-help.el (idlwave-html-help-location):
7685 Fail gracefully for missing help packages.
7686 (idlwave-help-assistant-open-link): Open full links.
7687 (idlwave-help-assistant-help-with-topic): Direct help link.
7689 * progmodes/idlwave.el (idlwave-mode):
7690 Set add-log-current-defun-function.
7691 (idlwave-current-routine-fullname): Add, to support add-log.
7692 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7693 to reflect improvements to xml-parse-file.
7694 (idlwave-mode-menu-def): New binding for help-with-topic.
7696 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7697 Handle extra newlines and spaces.
7698 (idlwave-shell-mode-map): Add help-with-topic.
7700 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7702 * tutorial.el (tutorial-warning-face): New face.
7703 (tutorial--detailed-help, tutorial--display-changes): Use it.
7704 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7705 Improve search pattern for occurrences of changed keys.
7707 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7709 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7710 (x-select-text): Set it.
7711 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7712 when checking for newness.
7714 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7716 * subr.el (posn-image):
7717 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7719 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7721 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7723 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7724 Exceptions to the rule "add a space between an identifier and an
7725 opening parenthesis". Defaulted to the `#define' problem of cpp.
7726 (glasses-parenthesis-exception-p): New. Check if the region is an
7727 exception regarding to that.
7728 (glasses-make-readable): Use it.
7729 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7730 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7732 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7734 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7736 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7738 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7740 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7741 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7743 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7745 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7746 conditions for function or variable bindings.
7748 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7750 * progmodes/compile.el (compilation-start): Ditto.
7752 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7754 * net/tramp.el (top): cl and custom are always required.
7756 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7758 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7759 cut-buffers with next-selection-coding-system if not nil.
7761 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7763 * textmodes/org.el (org-fix-decoded-time): New function.
7764 (org-display-custom-time): Use `org-fix-decoded-time'.
7766 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7768 * menu-bar.el (menu-bar-games-menu): Remove yow.
7770 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7772 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7773 (org-detach-overlay): Rename from `org-detatch-overlay'.
7774 (org-table-convert-region): Insert space after column separator.
7775 (org-agenda-kill): New command.
7776 (org-metaleft): Call `org-outdent-item' on bullets.
7777 (org-metaright): Call `org-indent-item' on bullets.
7778 (org-timestamp-change): Set `org-last-changed-timestamp'.
7779 (org-current-line): Make sure (bolp) returns correct result.
7780 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7782 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7784 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7786 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7788 * mouse.el (global-map): Change 2006-08-16 fix to call
7789 mouse-yank-at-click explicitly, since mouse events are not carried
7790 over into keyboard macros.
7792 2006-11-16 Kim F. Storm <storm@cua.dk>
7794 * ido.el (ido-file-internal): Use current buffer's file name as default
7795 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7797 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7799 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7800 (allout-inhibit-aberrance-doublecheck): Rename from
7801 allout-during-yank-processing. All callers changed.
7802 (allout-ascend): Provide for unusual case where some topic after
7803 the first in file is at lower depth than the first.
7804 (allout-shift-in): Ensure the offspring of the new containing
7806 (allout-encrypt-string): Preserve the coding-system of the text,
7807 according to that of the containing buffer.
7808 (allout-toggle-subtree-encryption): When the text being encrypted
7809 requires a different coding system, offer to preserve the coding
7810 system using a file local var.
7812 2006-11-15 Simon Marshall <simon@gnu.org>
7814 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7815 to recognise "T t()" as a function declaration, rather than a
7816 variable instantiation, iff at the top-level or inside a class
7817 declaration. Suggested by Feng Li <fengli@gmail.com>.
7819 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7821 * progmodes/ada-xref.el (ada-parse-prj-file):
7822 Don't delete project buffer; user may want to edit it.
7823 (ada-xref-set-project-field, ada-xref-current-project-file)
7824 (ada-xref-current-project, ada-show-current-project)
7825 (ada-set-main-compile-application): New functions.
7826 (ada-xref-get-project-field, ada-require-project-file):
7827 Normalize use of ada-prj-default-project-file.
7828 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7829 Normalize use of ada-require-project-file.
7830 (ada-prj-find-prj-file): Improve doc string, comments.
7832 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7833 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7834 (ada-create-menu): Add ada-set-main-compile-application,
7835 ada-show-current-main, ada-show-current-project.
7837 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7839 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7840 (inferior-python-mode): Use it.
7842 2006-11-14 Andreas Schwab <schwab@suse.de>
7844 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7846 2006-11-13 Kim F. Storm <storm@cua.dk>
7848 * ido.el (ido-copy-current-word): C-o copies region if active.
7850 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7852 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7854 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7856 * ediff.el (ediff-revision):
7857 * files.el (set-visited-file-name):
7858 * mail/rmailout.el (rmail-output-body-to-file):
7859 Use `format', not `message', in `y-or-n-p' call.
7861 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7863 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7864 (org-metaright): Call `org-indent-item' on bullets.
7865 (org-timestamp-change): Set `org-last-changed-timestamp'.
7866 (org-current-line): Make sure (bolp) returns correct result.
7867 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7869 2006-11-12 Richard Stallman <rms@gnu.org>
7871 * language/european.el (turkish-case-conversion-enable)
7872 (turkish-case-conversion-disable): New functions.
7873 ("Turkish" lang env): Use them.
7875 * international/characters.el (case table):
7876 Do nothing special for i and I.
7878 * subr.el (remove-overlays): Fix last change.
7880 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7881 for visiting the custom file.
7883 2006-11-12 Markus Triska <triska@gmx.at>
7885 * play/handwrite.el (handwrite): Also process lines not ending
7886 with newline. Replace some position-fiddling with different
7887 logic. Improve performance.
7889 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7891 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7892 replacing deleted variable `ada-check-switch'.
7893 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7894 (ada-xref-project-files): Improve doc string.
7895 (ada-find-executable): New function.
7896 (ada-initialize-runtime-library): Use `ada-find-executable'.
7897 (ada-xref-set-default-prj-values): In compile commands, don't need
7898 `ada-cd-command'; `compile' does that more portably.
7899 Use ada-prj-default-check-cmd.
7900 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7901 properties if not specified in project file.
7902 (ada-goto-declaration): Display useful message for new error
7903 'error-file-not-found.
7904 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7905 'error-file-not-found.
7906 (ada-get-all-references): Match latest ali syntax. Signal new
7907 error 'error-file-not-found.
7908 (ada-find-in-ali): Match latest ali syntax.
7909 (ada-make-filename-from-adaname): Handle different semantics of
7910 gnatkr in GNAT 3.15p vs later.
7912 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7913 ada-procedure-start-regexp.
7914 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7916 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7918 (ada-language-version): Rename ada05 -> ada2005.
7919 (ada-align-region-separate): Add `eval-when-compile'.
7920 (ada-name-regexp): Remove unneeded escapes in regexp character
7922 (ada-compile-goto-error-file-linenr-re): New constant.
7923 (ada-matching-start-re): Handle additional cases `declare',
7924 `procedure', `function'.
7925 (ada-compile-goto-error): Handle "... at line nn".
7926 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7927 Delete support for old versions of `align'.
7928 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7929 (ada-check-defun-name): Simplify handling of `declare'.
7930 (ada-goto-matching-start): Handle nested `begin ... end'.
7931 Handle `declare', `protected', `procedure', `function'.
7932 (ada-create-menu): Presence of arm95 is not conditional on using
7935 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7937 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7938 nil in the *RE-Builder* buffer (it causes spurious error messages).
7940 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7941 been set to t, respect it.
7943 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7945 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7946 Delete commented out code for old Emacs versions. Autoloading of
7947 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7948 (ada-mode-version): Bump version number.
7949 (ada-95-string-keywords, ada-2005-string-keywords)
7950 (ada-2005-keywords, ada-name-regexp): New constant.
7951 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7952 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7953 (ada-package-start-regexp): Support private packages, include package
7954 name (for ada-set-point-accordingly).
7955 (ada-next-procedure, ada-previous-procedure)
7956 (ada-which-function-are-we-in): Match changes to
7957 ada-procedure-start-regexp.
7958 (ada-make-body): Make non-interactive; not a user function.
7959 (ada-make-subprogram-body): Improve doc string.
7961 2006-11-11 Romain Francoise <romain@orebokech.com>
7963 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7964 `compilation-error-regexp-alist' buffer-local, since we changed
7965 `compilation-error-regexp-alist-alist' locally.
7967 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7969 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7970 to the value of `server-raise-frame'.
7972 2006-11-11 Glenn Morris <rgm@gnu.org>
7974 * ido.el (ido-enable-prefix)
7975 * ses.el (ses-call-printer-return)
7976 * net/tramp.el (tramp-unified-filenames)
7977 * progmodes/cc-align.el (c-lineup-string-cont)
7978 * progmodes/compile.el (compilation-directory-matcher)
7979 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7980 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7981 (vhdl-clock-rising-edge)
7982 * textmodes/org.el (org-export-with-timestamps)
7983 (org-export-remove-timestamps-from-toc)
7984 (org-export-with-tags): Improve previous doc fixes.
7986 2006-11-11 Richard Stallman <rms@gnu.org>
7988 * textmodes/flyspell.el (flyspell-mode-map):
7989 Bind C-c $ instead of M-RET.
7991 2006-11-10 Simon Marshall <simon@gnu.org>
7993 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7994 fontification for "case" and "default" keywords.
7996 2006-11-10 Andreas Schwab <schwab@suse.de>
7998 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7999 Avoid starting sentence with "nil".
8001 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8003 * server.el (server-raise-frame): New option.
8004 (server-switch-buffer): Use it.
8006 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
8008 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8011 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8013 * textmodes/org.el (org-show-hierarchy-above)
8014 (org-show-following-heading): Fix typo in default value.
8015 (org-scan-tags): Make the search case-sensitive.
8016 (org-tags-sparse-tree): Don't overrule
8017 `org-show-following-heading' and `org-show-hierarchy-above'.
8018 (org-reveal): New command.
8019 (org-show-context): Rename from `org-show-hierarchy-above'.
8020 (org-fast-tag-selection-single-key): New option.
8021 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8022 (org-tags-overlay): New variable.
8023 (org-agenda-todo-ignore-deadlines): New option.
8024 ("session"): Add circular data structure `org-mark-ring' to
8025 exceptions list in session.el.
8026 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8028 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8029 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8030 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8031 (org-finalize-agenda): Activate bracket links in agenda.
8032 (org-at-timestamp-p, org-at-date-range-p): Additional argument
8034 (org-show-hierarchy-above, org-show-following-heading):
8035 List values allowed for fine-tuned configuration.
8036 (org-show-hierarchy-above): New argument CONTEXT, use the
8037 fine-tuned settings in `org-show-hierarchy-above' and
8038 `org-show-following-heading'.
8039 (org-display-custom-time): New function.
8040 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8041 (org-display-custom-times, org-time-stamp-custom-formats):
8042 (org-maybe-intangible): New macro.
8043 (org-activate-bracket-links, org-hide-wide-columns):
8044 Use `org-maybe-intangible'.
8045 (org-open-file): Use `shell-quote-argument'.
8046 (org-display-internal-link-with-indirect-buffer): New option.
8047 (org-file-remote-p): Get regexp from list.
8048 (org-link-expand-abbrev): New function.
8049 (org-link-abbrev-alist): New option.
8050 (org-open-at-point, org-cleaned-string-for-export):
8051 Call `org-link-expand-abbrev'.
8052 (org-timeline, org-agenda-list, org-todo-list)
8053 (org-tags-view): Remove the KEEP-MODES argument.
8054 (org-finalize-agenda-hook): New hook.
8055 (org-get-alist-option): New function.
8056 (org-follow-timestamp-link): New function.
8057 (org-open-at-point): Call `org-follow-timestamp-link'.
8058 (org-log-note-marker, org-log-note-purpose)
8059 (org-log-note-window-configuration): New variables.
8060 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8061 (org-log-note-headings): New option.
8062 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8063 (org-store-link): Support for dired-mode.
8064 (org-open-file): Substitute environment variables into filename.
8065 (org-last): New defsubst.
8066 (org-agenda-re-align-tags): New function.
8067 (org-agenda-align-tags-to-column): New option.
8068 (org-agenda-timeline): Group removed.
8069 (org-prepare-agenda, org-prepare-agenda-buffers)
8070 (org-run-agenda-series, org-timeline, org-agenda-list)
8071 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8072 the text property inticating the agenda type.
8073 (org-agenda-post-command-hook): Get agenda type from text property
8075 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
8076 and obey `org-agenda-overriding-arguments'.
8077 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8078 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8079 (org-agenda-week-view, org-agenda-day-view):
8080 Use `org-agenda-overriding-arguments' to make updating work with
8081 multi-block agendas.
8082 (org-agenda-prefix-format): Allow different formats for the
8083 different agenda entry types.
8084 (org-timeline-prefix-format): Option removed, use
8085 `org-agenda-prefix-format' instead.
8086 (org-prepare-agenda): New function.
8087 (org-select-timeline-window): Option removed, use
8088 `org-select-agenda-window' instead.
8089 (org-respect-restriction): Variable removed.
8090 (org-cmp-tag): New function.
8091 (org-agenda-sorting-strategy, org-entries-lessp):
8092 Implement sorting by last tag.
8093 (org-complete): Better completion in in-buffer option lines.
8094 (org-in-item-p): New function.
8095 (org-org-menu): Add entries for checkboxes.
8096 (org-cycle): Extra brouping in outline-regexp, because it is used
8097 in a search with "^" prepended.
8098 (org-provide-checkbox-statistics): New option.
8099 (org-set-font-lock-defaults): Highlight checkbox statistics.
8100 (org-update-checkbox-count-maybe)
8101 (org-get-checkbox-statistics-face): New functions.
8102 (org-update-checkbox-count): New command.
8103 (org-insert-item, org-toggle-checkbox):
8104 Call `org-update-checkbox-count-maybe'.
8105 (org-export-as-html): XEmacs compatibility for coding system.
8106 (org-force-cycle-archived): New command.
8107 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8109 (org-fix-position-after-promote): If the line contains only a todo
8110 keyword, add a final space.
8111 (org-promote-subtree, org-demote-subtree):
8112 Call `org-fix-position-after-promote'.
8114 2006-11-10 Glenn Morris <rgm@gnu.org>
8116 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8118 (calendar-dst-check-each-year-flag): New customizable variable.
8119 (calendar-dst-find-data): New function, extracted from
8120 calendar-current-time-zone.
8121 (calendar-current-time-zone): Use calendar-dst-find-data.
8122 (calendar-dst-transition-cache): New variable.
8123 (calendar-dst-find-startend, calendar-dst-starts)
8124 (calendar-dst-ends): New functions.
8125 (calendar-daylight-savings-starts)
8126 (calendar-daylight-savings-ends): Change value to use
8127 calendar-dst-starts, calendar-dst-ends; respectively.
8129 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8131 * ido.el (ido-enable-prefix)
8132 * ses.el (ses-call-printer-return)
8133 * net/tramp.el (tramp-unified-filenames)
8134 * progmodes/cc-align.el (c-lineup-string-cont)
8135 * progmodes/compile.el (compilation-directory-matcher)
8136 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8137 * progmodes/gdb-ui.el (gdb-many-windows)
8138 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8139 (vhdl-clock-rising-edge)
8140 * textmodes/org.el (org-export-with-timestamps)
8141 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8142 (org-read-date): Doc fix (Nil -> nil).
8144 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8146 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8147 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8149 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8151 * bs.el (bs--window-for-buffer): Remove.
8152 (bs--show-with-configuration): Use `get-window-with-predicate'
8153 instead of `bs--window-for-buffer'.
8155 2006-11-10 Kenichi Handa <handa@m17n.org>
8157 * files.el (revert-buffer): Fix previous change.
8159 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8161 * bs.el (bs--redisplay): Fix typo in docstring.
8162 (bs--window-config-coming-from): Make frame-local.
8163 (bs--restore-window-config): New function.
8164 (bs-kill, bs-select, bs-select-other-window)
8165 (bs-select-other-frame): Use it.
8166 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8167 (bs--show-with-configuration): Save the window configuration as a
8168 frame local var, and only if *buffer-selection* is not already
8169 visible on this frame.
8171 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8173 * vc-svn.el (vc-svn-admin-directory): New var.
8174 (vc-svn-registered, vc-svn-responsible-p)
8175 (vc-svn-repository-hostname): Use it.
8176 Suggested by arit93@yahoo.com.
8178 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8180 * ldefs-boot.el: Regenerate.
8182 2006-11-08 Alan Mackenzie <acm@muc.de>
8184 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8185 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8186 for least nested open-paren.
8188 2006-11-08 Romain Francoise <romain@orebokech.com>
8190 * subr.el (remove-overlays): Fix typo in last change.
8192 2006-11-08 Richard Stallman <rms@gnu.org>
8194 * subr.el (remove-overlays): Call overlay-recenter.
8196 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8198 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8199 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8201 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8204 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8206 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8207 (ido-max-dir-file-cache, ido-decorations)
8208 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8209 (ido-magic-backward-char, ido-enter-dired)
8210 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8211 (ido-list-directory, ido-first-match, ido-only-match)
8212 (ido-subdir, ido-indicator): Fix typos in docstrings.
8213 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8214 (ido-read-internal): Fix typo in error message.
8216 2006-11-08 Kenichi Handa <handa@m17n.org>
8218 * international/mule-cmds.el (set-default-coding-systems):
8219 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8221 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8223 * makefile.w32-in (setwins): Remove.
8224 (WINS_ALMOST): New macro.
8226 (autoloads): Don't extract autoloads from files in obsolete/.
8228 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8230 * whitespace.el (whitespace-buffer): Call remove-overlays after
8231 overlay-recenter for performance. Suggested by Martin Rudalics.
8233 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8235 * net/tramp.el (tramp-default-method): scp is the default method.
8237 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8239 * server.el (server-start): Save also the Emacs pid in the server file.
8241 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8243 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8244 point when displaying a bibtex cross reference in the echo area.
8246 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8248 * international/mule.el (make-char): Fix typo in docstring.
8249 (load-with-code-conversion, charsetp): Doc fixes.
8251 * international/ja-dic-cnv.el (skkdic-convert):
8252 * cus-edit.el (hook): Fix typo in docstring.
8254 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8256 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8257 (custom-mode-link-map): New variable.
8258 (custom-group-link, custom-manual): Use follow-link.
8260 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8262 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8263 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8265 2006-11-06 Richard Stallman <rms@gnu.org>
8267 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8268 New function broken out of flyspell-correct-word.
8269 (flyspell-mode-map): Bind it to M-RET.
8270 (flyspell-correct-word): Call it.
8272 * textmodes/fill.el (fill-minibuffer-function): New function.
8273 (fill-paragraph): Bind fill-paragraph-function to
8274 fill-minibuffer-function.
8276 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8277 so that they aren't undefined.
8279 * dired.el (dired-readin): Locally bind file-name-coding-system.
8281 * bindings.el: Shorten and clarify usual mode line mouse help string.
8283 * Makefile.in (autoloads): Don't include `obsolete'.
8285 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8287 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8288 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8289 Printing menu if it's not initialized.
8290 (pr-menu-bind): Act on menu-bar-file-menu directly.
8292 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8294 * help.el (view-emacs-news): Fix typo in error message.
8296 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8298 * shadowfile.el (shadow-define-regexp-group)
8299 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8300 (shadow-read-files): Fix typo in message.
8301 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8302 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8303 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8304 (shadow-file-match): Fix typos in docstrings.
8306 * terminal.el (terminal-emulator): Fix typo in message.
8308 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8310 * emacs-lisp/lselect.el (x-kill-primary-selection)
8311 (x-delete-primary-selection, x-copy-primary-selection):
8312 Fix typos in error messages.
8314 * emulation/edt-mapper.el: Fix typo in interactive message.
8316 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8318 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8319 (ispell-help): Fix typos in docstrings.
8320 (ispell-help): Fix typo in output message.
8322 * allout.el (allout-adjust-file-variable)
8323 (allout-passphrase-verifier-string)
8324 (allout-passphrase-hint-string)
8325 (allout-toggle-current-subtree-encryption):
8326 * apropos.el (apropos-synonyms):
8327 * cus-edit.el (hook):
8328 * emacs-lock.el (emacs-lock-from-exiting):
8329 * follow.el (follow-avoid-tail-recenter-p):
8330 * hexl.el (hexl-mode):
8331 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8332 * mouse.el (mouse-set-font):
8333 * resume.el (resume-emacs-args-file):
8334 * rfn-eshadow.el (file-name-shadow-tty-properties):
8335 * t-mouse.el (t-mouse-process, t-mouse-mode):
8336 * emacs-lisp/cust-print.el (custom-print-install)
8337 (custom-print-uninstall, custom-format):
8338 * emacs-lisp/shadow.el (list-load-path-shadows):
8339 * emulation/tpu-edt.el (tpu-help-text)
8340 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8341 (tpu-reset-control-keys):
8342 * emulation/vip.el (vip-emacs-local-map)
8343 (vip-change-mode-to-emacs):
8344 * emulation/viper.el (viper-mode, viper-set-hooks)
8345 (viper-major-mode-modifier-list):
8346 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8347 * emulation/viper-keym.el (viper-emacs-kbd-map)
8349 * mail/feedmail.el (feedmail-queue-reminder)
8350 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8351 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8352 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8353 (feedmail-sender-line, feedmail-force-binary-write)
8354 (feedmail-from-line, feedmail-deduce-envelope-from)
8355 (feedmail-x-mailer-line, feedmail-message-id-generator)
8356 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8357 (feedmail-enable-spray, feedmail-spray-this-address)
8358 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8359 (feedmail-queue-runner-confirm-global)
8360 (feedmail-ask-before-queue-prompt)
8361 (feedmail-ask-before-queue-reprompt)
8362 (feedmail-prompt-before-queue-standard-alist)
8363 (feedmail-prompt-before-queue-user-alist)
8364 (feedmail-prompt-before-queue-help-supplement)
8365 (feedmail-queue-use-send-time-for-message-id)
8366 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8367 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8368 (feedmail-mail-send-hook-queued)
8369 (feedmail-confirm-addresses-hook-example)
8370 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8371 (feedmail-queue-runner-mode-setter)
8372 (feedmail-queue-alternative-mail-header-separator)
8373 (feedmail-queue-runner-message-sender)
8374 (feedmail-buffer-eating-function, feedmail-binmail-template)
8375 (feedmail-run-the-queue-no-prompts)
8376 (feedmail-run-the-queue-global-prompt)
8377 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8378 (feedmail-envelope-deducer, feedmail-fiddle-date)
8379 (feedmail-default-message-id-generator)
8380 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8381 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8382 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8384 * play/dunnet.el (dun-help):
8385 * play/handwrite.el (handwrite):
8386 * play/hanoi.el (hanoi-unix-64):
8387 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8388 * textmodes/enriched.el (fixed):
8389 * textmodes/org.el (org-file-apps)
8390 (org-emphasis-regexp-components, org-emphasis-alist):
8391 * textmodes/texinfmt.el (batch-texinfo-format):
8392 Fix typos in docstrings.
8394 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8396 * loadhist.el (read-feature): Don't complete features not loaded
8397 from a file (which make `unload-feature' to fail).
8399 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8401 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8403 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8405 * startup.el (command-line-1): Kill emacs if the last frame is
8406 deleted while evaluating the command-line arguments.
8408 2006-11-05 Richard Stallman <rms@gnu.org>
8410 * startup.el (init-file-had-error): Add doc string.
8411 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8412 Use fixed-width font for keyboard key descriptions.
8414 * cus-edit.el (custom-save-all): Error if saving in .emacs
8415 and it had an error when loaded.
8417 * dired-aux.el (dired-copy-file-recursive): Catch errors
8418 from recursive copies in the loop, around the recursive call.
8420 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8422 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8423 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8424 `/proc/acpi/thermal_zone/*'.
8425 (battery-search-for-one-match-in-files): New. Search a regexp in
8426 the content of some files.
8428 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8430 * window.el (mouse-autoselect-window-now): Remove variable.
8431 (mouse-autoselect-window-state): New variable.
8432 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8433 (mouse-autoselect-window-select, handle-select-window):
8434 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8435 Suspend delayed autoselection during menu or popup dialog.
8437 * info-look.el (info-lookup-guess-custom-symbol): New function
8438 for retrieving symbol at point in custom buffers.
8439 (top level) <info-lookup-maybe-add-help>: Add backquote and
8440 comma to ignored characters in regexps of help specifications
8441 for emacs-lisp-mode and lisp-interaction-mode. This permits
8442 looking up symbols in `...' and after a comma. Add help
8443 specifications for custom-mode and help-mode.
8445 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8447 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8448 Don't encode body if RAW is non-nil, or if the old encoding is
8449 identical to the new encoding, or if the body contains only
8450 eight-bit-* characters.
8452 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8454 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8455 (faces-sample-overlay): Remove variable.
8456 (describe-face): Insert sample text in the face being described.
8458 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8460 * whitespace.el (whitespace-indent-regexp): Make this match any
8461 multiples of eight spaces near the beginning of a line.
8462 (whitespace-buffer): Use `remove-overlays' instead of
8463 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8464 speed up overlay handling.
8465 (whitespace-buffer-leading, whitespace-buffer-trailing):
8466 Make these functions highlight the text removed by
8467 `whitespace-buffer-leading-cleanup' and
8468 `whitespace-buffer-trailing-cleanup' respectively.
8469 (whitespace-buffer-search): Use `with-local-quit'.
8470 Move `format' out of loop to speed up scanning larger buffers.
8471 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8472 that function is never added to a hook.
8473 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8474 (whitespace-buffer-leading-cleanup)
8475 (whitespace-refresh-rescan-list): Fix docstrings.
8477 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8479 * allout.el (allout-during-yank-processing): Cue for inhibiting
8480 aberrance processing during yanks.
8481 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8482 the amount of yanked topics that can be aberrant.
8483 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8484 a function, and supplement with inihibition of doublechecking
8486 (allout-beginning-of-line, allout-next-heading)
8487 (allout-previous-heading, allout-goto-prefix-doublechecked)
8488 (allout-back-to-current-heading, allout-next-visible-heading)
8489 (allout-next-sibling): Use new allout-do-doublecheck function.
8490 (allout-next-sibling): Ensure we made progress when returning
8492 (allout-rebullet-heading): Preserve text property annotations
8493 indicating the text was hidden, if it was.
8494 (allout-kill-line): Remove any added was-hidden annotations.
8495 (allout-kill-topic): Remove any added was-hidden annotations.
8496 (allout-annotate-hidden): Inhibit adding was-hidden text
8497 properties to the undo list.
8498 (allout-deannotate-hidden): New function to remove was-hidden
8500 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8501 (allout-remove-exposure-annotation): Replace by
8502 allout-deannotate-hidden.
8503 (allout-yank-processing): Signal that yank processing is happening
8504 with allout-during-yank-processing. Also, wrap
8505 allout-unprotected's closer to the text changes, for easier
8506 debugging. We need to inhibit-field-text-motion explicitly, in
8507 lieu of the encompassing allout-unprotected.
8508 (outlineify-sticky): Adjust criteria for triggering new outline
8509 decorations to presence or absence of any topics, not just a topic
8510 at the beginning of the buffer.
8512 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8514 * bs.el (bs--show-all, bs--redisplay):
8515 * cus-edit.el (custom-unlispify-menu-entries)
8516 (custom-unlispify-tag-names, custom-prompt-variable):
8517 * expand.el (expand-pos):
8518 * speedbar.el (speedbar-generic-list-tag-p):
8519 * wid-edit.el (widget-image-enable):
8520 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8521 * emacs-lisp/find-func.el (find-function-noselect)
8522 (find-function, find-variable-noselect, find-variable)
8523 (find-definition-noselect, find-face-definition):
8524 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8525 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8526 * progmodes/ada-xref.el (ada-find-in-ali):
8527 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8528 * textmodes/org.el (org-copy-subtree):
8529 * textmodes/table.el (table--row-column-insertion-point-p):
8530 Use "non-nil" in docstrings.
8532 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8534 * sort.el (sort-columns): Set the field separator to tab; on
8535 NetBSD, sort complains if "\n" is used as field separator.
8537 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8539 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8541 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8543 * server.el (server-auth-key): Remove. Replace by a process-property.
8544 (server-start): Don't remove the file of the previous process, but
8545 instead clear out the place for the new file.
8546 (server-start): Set the :auth-key property.
8547 (server-process-filter): Use the :auth-key property.
8549 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8551 * textmodes/org.el (org-mode-map): No longer copy
8552 `outline-mode-map' explicitly - this is already done by
8553 `define-derived-mode'.
8555 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8557 * server.el (server-visit-files): Use `when'.
8558 (server-process-filter): When authentication fails, send error
8559 message to client. Wrap `process-send-region' in `ignore-errors'
8560 instead of `condition-case', and remove misleading comment.
8562 2006-11-01 Juri Linkov <juri@jurta.org>
8564 * simple.el (yank): Doc fix.
8566 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8568 * server.el: Try and fit within 80 columns.
8569 (server-start): Make the auth file unreadable by other users.
8571 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8573 * battery.el (battery-linux-proc-acpi): Prevent range error when
8574 `full-capacity' is 0.
8576 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8578 * faces.el (faces-sample-overlay): New defvar.
8579 (faces-sample-overlay): New function to show face sample text.
8580 (describe-face): Use it.
8582 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8584 * progmodes/ada-stmt.el: Change maintainer, apply
8585 whitespace-cleanup, checkdoc.
8586 (ada-func-or-proc-name): Add doc string.
8588 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8589 whitespace-cleanup, checkdoc. Minor improvements to many doc
8590 strings and comments.
8591 (ada-prj-display-page): Change buffer name to more accurately
8594 * progmodes/ada-xref.el: Change maintainer, apply
8595 whitespace-cleanup, checkdoc. Minor improvements to many doc
8596 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8597 (ada-compile-current): Don't add newlines to commands.
8599 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8601 * server.el: Add support for TCP sockets.
8602 (server-use-tcp, server-host, server-auth-dir): New options.
8603 (server-auth-key): New variable.
8604 (server-ensure-safe-dir): Create nonexistent parent dirs.
8605 Ignore Unix-style file modes on Windows.
8606 (server-start): Crete a TCP or Unix socket according to the value
8607 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8608 `server-auth-dir' directory.
8609 (server-process-filter): Delete process if authentication
8610 fails (which never happens for Unix sockets).
8612 2006-10-30 David Kastrup <dak@gnu.org>
8614 * subr.el (add-to-list): Don't continue checking if a match has
8617 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8619 * tutorial.el: Move defvars to avoid bytecomp warnings.
8620 (tutorial--find-changed-keys): Check if viper-current-state is
8621 bound before using it.
8622 (help-with-tutorial): Check if viper-tutorial is defined before
8625 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8627 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8629 * tutorial.el: New file.
8630 (help-with-tutorial): Move here from help-fns.el. Add help for
8631 rebound keys. Fix resume of tutorial.
8632 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8633 (tutorial--find-changed-keys, tutorial--display-changes)
8634 (tutorial--saved-dir, tutorial--saved-file)
8635 (tutorial--save-tutorial): New functions to support the changes in
8638 2006-10-30 Kenichi Handa <handa@m17n.org>
8640 * files.el (revert-buffer): If a unibyte buffer is being reverted
8641 with a coding system for multibyte, set buffer multibyte before
8642 calling insert-file-contents.
8644 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8646 * server.el (server-select-display): Use a dummy buffer to detect when
8647 the frame is later used.
8648 (server-select-display): New function.
8649 (server-process-filter): Use it to detect unused temp frames.
8651 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8653 * progmodes/ada-mode.el: Change maintainer, apply
8654 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8655 (ada-mode-version): New function.
8656 (ada-create-menu): Menu operations are available for all supported
8659 2006-10-29 Lars Hansen <larsh@soem.dk>
8661 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8662 Highlight as keyword.
8663 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8664 Don't call tramp-method-out-of-band-p for local files.
8665 (tramp-touch): Quote file name.
8667 2006-10-28 Glenn Morris <rgm@gnu.org>
8669 * calendar/calendar.el (cal-html-cursor-month)
8670 (cal-html-cursor-year): Add autoloads for this new package.
8671 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8673 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8675 * calendar/cal-html.el: New file.
8677 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8679 * emacs-lisp/authors.el (authors-aliases): Update.
8681 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8683 * version.el (emacs-version): Bump version number to 22.0.90.
8685 2006-10-26 John W. Eaton <jwe@octave.org>
8687 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8689 (inferior-octave-resync-dirs): Check to see whether Octave has
8690 built-in variables and set inferior-octave-has-built-in-variables.
8691 Check inferior-octave-has-built-in-variables to decide whether to
8692 send commands that set built-in variables or call functions to
8693 change Octave's behavior.
8694 Send "disp (pwd ())" to Octave instead of just "pwd".
8695 (inferior-octave-startup): Send "more off" to Octave instead of
8696 "page_screen_output = 0".
8698 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8700 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8703 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8705 * bindings.el (mode-line-mode-menu): Remove bindings for global
8706 minor modes (line/column number) as they are on the menubar.
8708 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8710 * term/w32-win.el (x-handle-name-switch): Doc fix.
8711 (w32-standard-fontset-spec): Fix typo in docstring.
8713 * midnight.el (midnight-buffer-display-time): Doc fix.
8714 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8716 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8718 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8720 * emulation/viper-ex.el (ex-read): Quote file argument.
8722 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8724 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8726 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8728 * textmodes/flyspell.el (flyspell-check-region-doublons):
8731 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8733 * bindings.el (mode-line-mode-menu): List global minor modes
8736 2006-10-23 Kim F. Storm <storm@cua.dk>
8738 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8739 (sit-for): If last command was a prefix arg, add the read-ahead
8740 event to unread-command-events as (t . EVENT) so it will be added
8741 to this-command-keys by read-key-sequence.
8743 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8745 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8746 whitespace when checking doublons.
8747 (flyspell-check-region-doublons): Fix doublon regexp.
8748 (flyspell-highlight-incorrect-region): Highlight doublons using
8749 flyspell-duplicate face.
8751 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8753 2006-10-22 John Wiegley <johnw@newartisans.com>
8755 * progmodes/python.el (python-use-skeletons): python-mode was
8756 auto-inserting templates (for those with abbrev-mode on), not only
8757 by default -- *but without a configuration variable to disable
8758 it*. This rendered python-mode completely useless for me, so I
8759 have added `python-use-skeletons', which is now off by default.
8761 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8763 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8764 font-lock-multiline is auto-local (it's not).
8765 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8766 initialized before calling cperl-init-faces.
8768 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8770 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8771 gdb-stack-position a value when there is no fringe.
8773 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8774 indicator if not visiting a file.
8776 2006-10-20 David Kastrup <dak@gnu.org>
8778 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8779 operation would still cause some window to collapse later.
8781 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8783 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8784 side-effect due to mixing various backends's file properties.
8786 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8787 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8788 Return `filename's status if applicable. Update callers.
8790 2006-10-19 Kenichi Handa <handa@m17n.org>
8792 * international/kkc.el (kkc-region): When a key sequence is not
8793 defined, append (this-single-command-raw-keys) to
8794 unread-input-method-events.
8796 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8798 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8800 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8802 * version.el (emacs-version): Use mac-carbon-version-string.
8804 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8806 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8808 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8810 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8811 the selection is not UTF-8.
8813 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8815 * progmodes/ada-mode.el (ada-83-string-keywords)
8816 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8817 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8818 (ada-looking-at-semi-private, ada-get-body-name):
8819 Fix typos in docstrings.
8820 (ada-create-case-exception, ada-create-case-exception-substring):
8821 Fix typos in error messages.
8822 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8824 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8826 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8827 to default-frame-alist if default-frame-alist already contains
8830 2006-10-18 Richard Stallman <rms@gnu.org>
8832 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8833 Non-interactive arg is the value, not the expression.
8835 * simple.el (read-expression-map): Just set it, no defvar.
8837 * subr.el (insert-for-yank-1): If last inserted char has
8838 properties, mark them as rear-nonsticky.
8840 * recentf.el (recentf-mode): Doc fix.
8842 * facemenu.el (facemenu-add-new-face): Defend against symbol
8843 that isn't a face name.
8845 * dired-aux.el (dired-do-copy): Doc fix.
8847 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8849 * simple.el (line-move-1): Ignore fields when moving to the
8850 beginning of line to avoid getting point stuck.
8852 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8854 * textmodes/flyspell.el (flyspell-word-search-backward):
8855 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8858 2006-10-16 Richard Stallman <rms@gnu.org>
8860 * help-fns.el (describe-function-1): Special case optimization
8861 for self-insert-command.
8863 2006-10-16 Kim F. Storm <storm@cua.dk>
8865 * ido.el (ido-reread-directory): Work in `dir' mode too.
8867 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8869 * textmodes/table.el: Require 'regexp-opt.
8871 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8873 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8874 Use shell-quote-argument.
8876 * shell.el (explicit-bash-args): Likewise.
8878 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8879 Use grep -E rather than egrep.
8881 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8883 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8885 2006-10-15 Kim F. Storm <storm@cua.dk>
8887 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8889 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8891 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8892 to protect whitespace and metacharacters from the shell.
8894 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8896 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8898 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8900 * subr.el (start-process-shell-command): Doc fix.
8902 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8904 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8905 the regexp for Maxima symbols.
8907 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8909 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8910 (vc-find-root): Don't walk higher up than ~.
8912 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8914 * international/utf-8.el (utf-translate-cjk-load-tables):
8915 Avoid clobbering last-coding-system-used during load.
8917 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8919 * textmodes/reftex-global.el (reftex-create-tags-file):
8920 Quote file arguments.
8922 2006-10-12 Richard Stallman <rms@gnu.org>
8924 * files.el (file-name-history): Add defvar.
8925 (save-some-buffers-action-alist): Improve description strings.
8927 2006-10-12 Andreas Schwab <schwab@suse.de>
8929 * files.el (auto-mode-alist): Match change log file name also with
8930 a dash before a numeric extension.
8932 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8934 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8936 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8938 After 5.1: Major edit. Summary of most visible changes:
8940 - Multiple <<HERE per line allowed.
8941 - Handles multiline subroutine declaration headers (with comments).
8942 (The exception is `cperl-etags' - but it is not used in the rest
8944 - Fontifies multiline my/our declarations (even with comments,
8945 and with legacy `font-lock').
8946 - Major speedup of syntaxification, both immediate and postponed
8947 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8948 huge real-life document I tested).
8949 - New bindings, edits to imenu.
8950 - "_" is made into word-char during fontification/syntaxification;
8951 some attempts to recognize non-word "_" during other operations too.
8952 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8953 - autoload some more perldoc-related stuff
8954 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8955 - Attempt to incorporate XEmacs edits which reached me.
8957 Fine-grained changelog:
8958 (cperl-hook-after-change): New configuration variable.
8959 (cperl-vc-sccs-header): Likewise.
8960 (cperl-vc-sccs-header): Likewise.
8961 (cperl-vc-header-alist): Default via two preceding variables.
8962 (cperl-invalid-face): Remove double quoting under XEmacs
8963 (still needed under 21.2).
8964 (cperl-tips): Update URLs for resources.
8965 (cperl-problems): Likewise.
8966 (cperl-praise): Mention new features.
8967 New C-c key bindings: for `cperl-find-bad-style',
8968 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8969 `cperl-perdoc', and `cperl-perldoc-at-point'.
8970 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8971 moved, new submenu of Tools with Ispell entries and narrowing.
8972 (cperl-after-sub-regexp): New defsubst.
8973 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8974 Allows heads up to head4.
8976 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8977 (paren-backwards-message): ??? Something for XEmacs???
8978 (cperl-mode): Never auto-switch abbrev-mode off.
8979 Try to allow '_' be non-word char.
8980 Do not use `font-lock-unfontify-region-function' on XEmacs.
8981 Reset syntax cache on mode start.
8982 Support multiline facification (even on legacy `font-lock').
8983 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8984 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8985 refuse to inform us whether the fontification is due to lazy
8986 calling or due to edit to a buffer, install our own hook
8987 (controlled by `cperl-hook-after-change').
8988 (cperl-electric-pod): =cut may have been recognized as start.
8989 (cperl-block-p): Move, updated for attributes.
8990 (cperl-calculate-indent): Try to allow '_' be non-word char
8991 Support subs with attributes.
8992 (cperl-where-am-i): Quiet (?) a warning.
8993 (cperl-cached-syntax-table): New function.
8994 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8995 (cperl-unwind-to-safe): Recognize `syntax-type' property
8996 changing in a middle of line.
8997 (cperl-find-sub-attrs): New function.
8998 (cperl-find-pods-heres): Allow many <<EOP per line.
8999 Allow subs with attributes.
9000 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9001 Recognize "extproc " (OS/2) case-folded and only at start.
9002 /x on s///x with empty replacement was not recognized.
9004 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9005 Allow subs with attributes, labels.
9006 Do not confuse "else::foo" with "else".
9007 Minor optimizations...
9008 (cperl-after-expr-p): Try to allow '_' be non-word char.
9009 (cperl-fill-paragraph): Try to detect a major bug in Emacs
9010 with `looking-at' inside `narrow' and bulk out if found.
9011 (cperl-imenu--create-perl-index): Updates for new
9012 `cperl-imenu--function-name-regexp-perl'.
9013 (cperl-outline-level): Likewise.
9014 (cperl-init-faces): Allow multiline subroutine headers
9015 and my/our declarations, and ones with comments.
9016 Allow subroutine attributes.
9017 (cperl-imenu-on-info): Better docstring.
9018 (cperl-etags): Rudimentary support for attributes.
9019 Support for packages and "package;".
9020 (cperl-add-tags-recurse-noxs): Better (?) docstring.
9021 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9022 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9023 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9024 (cperl-perldoc): Add autoload.
9025 (cperl-perldoc-at-point): Likewise.
9026 (cperl-here-doc-spell): New function.
9027 (cperl-pod-spell): Likewise.
9028 (cperl-map-pods-heres): Likewise.
9029 (cperl-get-here-doc-region): Likewise.
9030 (cperl-font-lock-fontify-region-function): Likewise (backward
9031 compatibility for legacy `font-lock').
9032 (cperl-font-lock-unfontify-region-function): Fix style.
9033 (cperl-fontify-syntaxically): Recognize and optimize away deferred
9034 calls with no-change. Governed by `cperl-hook-after-change'.
9035 (cperl-fontify-update): Recognize that syntaxification region
9036 can be larger than fontification one.
9037 XXXX we leave `cperl-postpone' property, so this is quadratic...
9038 (cperl-fontify-update-bad): Temporary placeholder until
9039 it is clear how to implement `cperl-fontify-update'.
9040 (cperl-time-fontification): New function.
9041 (attrib-group): New text attribute.
9042 (multiline): New value: `syntax-type' text attribute.
9045 (cperl-emulate-lazy-lock): New function.
9046 (cperl-fontify-syntaxically): Would skip large regions.
9047 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9048 Some globals were declared, but uninitialized.
9051 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9052 Copyright message updated.
9053 (cperl-init-faces): Work around a bug in `font-lock'. May slow
9054 facification down a bit.
9055 Misprint for my|our|local for old `font-lock'
9056 "our" was not fontified same as "my|local".
9057 Highlight variables after "my" etc even in
9058 a middle of an expression.
9059 Do not facify multiple variables after my etc
9060 unless parentheses are present.
9063 (cperl-fontify-syntaxically): after-change hook could reset.
9064 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9067 (cperl-init-faces): Allow highlighting of local ($/).
9068 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9069 (cperl-problems): Remove fixed problems.
9070 (cperl-find-pods-heres): Recognize #-comments in m##x too.
9071 Recognize charclasses (unless delimiter is \).
9072 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9073 (cperl-regexp-scan): Update docs.
9074 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9077 Major user visible changes:
9078 Recognition and fontification of character classes in RExen.
9079 Variable indentation of RExen according to groups.
9081 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9082 Fontify REx charclasses in variable-name face.
9083 Fontify POSIX charclasses in "type" face.
9084 Fontify unmatched "]" in function-name face.
9085 Mark first-char of HERE-doc as `front-sticky'.
9086 Reset `front-sticky' property when needed.
9087 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9088 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9089 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9090 constructs. Support `narrow'ed buffers.
9091 (cperl-praise): Remove a reservation.
9092 (cperl-make-indent): New function.
9093 (cperl-indent-for-comment): Use `cperl-make-indent'.
9094 (cperl-indent-line): Likewise.
9095 (cperl-lineup): Likewise.
9096 (cperl-beautify-regexp-piece): Likewise.
9097 (cperl-contract-level): Likewise.
9098 (cperl-toggle-set-debug-unwind): New function.
9099 New menu entry for this.
9100 (fill-paragraph-function): Use when `boundp'.
9101 (cperl-calculate-indent): Take into account groups when indenting RExen.
9102 (cperl-to-comment-or-eol): Recognize # which end a string.
9103 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9104 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9105 (cperl-fontify-syntaxically): More clear debugging message.
9106 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9107 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9108 Merge cosmetic changes from XEmacs.
9111 (cperl-1+): Move to before the first use.
9112 (cperl-1-): Likewise.
9116 This code may lock Emacs hard!!! Use at your own risk!
9118 (cperl-font-locking): New internal variable.
9119 (cperl-beginning-of-property): New function.
9120 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9121 instead of `previous-single-property-change'.
9122 (cperl-unwind-to-safe): Likewise.
9123 (cperl-after-expr-p): Likewise.
9124 (cperl-get-here-doc-region): Likewise.
9125 (cperl-font-lock-fontify-region-function): Likewise.
9126 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9128 Bound `next-single-property-change' via `point-max'.
9129 (cperl-unwind-to-safe): Bound likewise
9130 (cperl-font-lock-fontify-region-function): Likewise.
9131 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9132 Initialization of `cperl-font-lock-multiline-start' could be
9133 missed if the "main" fontification did not run due to the
9134 keyword being already fontified.
9135 (cperl-pod-spell): Return t from do-one-chunk function.
9136 (cperl-map-pods-heres): Stop when the worker returns nil.
9137 Call `cperl-update-syntaxification'.
9138 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9139 (cperl-get-here-doc-delim): Remove unused function.
9143 The possible lockup of Emacs (introduced in 5.10) fixed.
9145 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9146 (cperl-syntaxify-for-menu): New customization variable.
9147 (cperl-select-this-pod-or-here-doc): New function.
9148 (cperl-get-here-doc-region): Extra argument.
9149 Do not adjust pos by 1.
9152 (Perl/Tools): Selection of current POD or HERE-DOC section.
9153 (Debugging CPerl:) backtrace on fontification.
9156 (cperl-cached-syntax-table): Use `car-safe'.
9157 (cperl-forward-re): Remove spurious argument SET-ST.
9159 (cperl-forward-group-in-re): New function.
9160 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9161 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9164 (cperl-string-syntax-table): Make { and } not-grouping
9165 (Sometimes they ARE grouping in RExen, but matching them would only
9166 confuse in many situations when they are not)
9167 (beginning-of-buffer): Replace two occurrences with goto-char...
9168 (cperl-calculate-indent): `char-after' could be nil...
9169 (cperl-find-pods-heres): REx can start after "[" too.
9170 Hightlight (??{}) in RExen too.
9171 (cperl-maybe-white-and-comment-rex): New constant
9172 (cperl-white-and-comment-rex): Likewise.
9173 XXXX Not very efficient, but hard to make
9174 better while keeping 1 group.
9177 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9178 Likewise for 1 << identifier.
9181 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9182 Error-less condition-case could fail.
9183 (cperl-font-lock-fontify-region-function): Likewise.
9184 (cperl-init-faces): Likewise.
9187 (cperl-find-pods-heres): Support property REx-part2.
9188 (cperl-calculate-indent): Likewise.
9189 Don't special-case REx with non-empty 1st line.
9190 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9191 Invert highlighting of charclasses:
9192 now the envelop is highlighted.
9193 Highlight many others 0-length builtins.
9194 (cperl-praise): Mention indenting and highlight in RExen.
9197 (cperl-find-pods-heres): Highlight capturing parens in REx.
9200 (cperl-find-pods-heres): Highlight '|' for alternation
9201 Initialize `font-lock-warning-face' if not present.
9202 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9203 `font-lock-function-name-face'.
9204 (cperl-look-at-leading-count): Likewise.
9205 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9206 `font-lock-keyword-face' (needed for
9207 batch processing), etc...
9208 Use `font-lock-builtin-face' for builtin in REx
9209 Now `font-lock-variable-name-face'
9210 is used for interpolated variables
9211 Use "talking aliases" for faces inside REx
9212 Highlight parts of REx (except in charclasses)
9213 according to the syntax and/or semantic
9214 Syntax-mark a {}-part of (?{}) as "comment"
9215 (it was the ()-part)
9216 Better logic to distinguish what is what in REx
9217 (cperl-tips-faces): Document REx highlighting
9218 (cperl-praise): Mention REx syntax highlight etc.
9221 (cperl-find-sub-attrs): Would not always manage to print error message.
9222 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9225 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9226 Very minor optimization.
9227 `my-cperl-REx-modifiers-face' got quoted.
9228 Recognize "print $foo <<END" as HERE-doc.
9229 Put `REx-interpolated' text attribute if needed.
9230 (cperl-invert-if-unless-modifiers): New function.
9231 (cperl-backward-to-start-of-expr): Likewise.
9232 (cperl-forward-to-end-of-expr): Likewise.
9233 (cperl-invert-if-unless): Works in "the opposite way" too.
9234 Cursor position on return is on the switch-word.
9235 Indents comments better.
9236 (REx-interpolated): New text attribute.
9237 (cperl-next-interpolated-REx): New function.
9238 (cperl-next-interpolated-REx-0): Likewise.
9239 (cperl-next-interpolated-REx-1): Likewise.
9240 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9241 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9242 (cperl-praise): Mention finded interpolated RExen.
9245 (cperl-init-faces): Highlight %$foo, @$foo too.
9246 (cperl-short-docs): Better docs for system, exec.
9247 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9248 Would not find HERE-doc ended by EOF without NL.
9249 (cperl-short-docs): Correct not-doubled \-escapes.
9250 start block: Put some `defvar' for stuff gone from XEmacs.
9253 initial comment: Extend copyright, fix email address.
9254 (cperl-indent-comment-at-column-0): New customization variable.
9255 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9256 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9257 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9258 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9259 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9260 highlight $ in $foo too (UNTESTED).
9261 (cperl-set-style): Docstring missed some available styles.
9262 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9263 Change "Current" to "Memorize Current".
9264 (cperl-indent-wrt-brace): New customization variable; the default is
9265 as for pre-5.2 version.
9266 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9267 (cperl-style-alist): Likewise.
9268 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9269 and `cperl-extra-newline-before-brace' etc
9271 (cperl-indent-exp): Plans B and C to find continuation blocks even
9272 if `cperl-extra-newline-before-brace' is t.
9275 Improve some docstrings concerning indentation.
9276 (cperl-indent-rules-alist): New variable.
9277 (cperl-sniff-for-indent): New function name
9278 (separated from `cperl-calculate-indent').
9279 (cperl-calculate-indent): Separate the sniffer and the indenter;
9280 uses `cperl-sniff-for-indent' now.
9281 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9283 Support `comment-column' = 0.
9285 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9287 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9288 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9289 * longlines.el (longlines-window-change-function): Likewise.
9290 * simple.el (undo-ask-before-discard): Likewise.
9291 * wid-edit.el (widget-field-prompt-internal)
9292 (widget-documentation-link-p): Likewise.
9294 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9296 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9299 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9301 * newcomment.el (comment-valid-prefix-p): Make the check
9302 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9303 (comment-indent-new-line): Adjust call.
9305 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9307 * allout.el (allout-back-to-current-heading): Base on lower-level
9308 routines to get proper disqualification of aberrant topics.
9310 2006-10-09 Richard Stallman <rms@gnu.org>
9312 * textmodes/two-column.el (2C-two-columns): Doc fix.
9314 2006-10-09 Kim F. Storm <storm@cua.dk>
9316 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9319 2006-10-08 Richard Stallman <rms@gnu.org>
9321 * textmodes/two-column.el (2C-two-columns): Doc fix.
9323 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9325 * files.el: Mark `buffer-read-only' as safe-local-variable.
9327 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9329 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9330 Burp if GUD buffer has been killed.
9332 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9334 * completion.el (add-completions-from-c-buffer):
9335 Don't presume an error's second element is a string.
9336 Use looking-at rather than buffer-substring + member.
9338 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9340 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9341 `undecided', call find-coding-systems-region to find a proper
9342 non-trivial encoding.
9343 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9346 2006-10-07 Kevin Ryde <user42@zip.com.au>
9348 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9351 * strokes.el (defgroup strokes): Remove invalid url-link.
9353 2006-10-07 Magnus Henoch <mange@freemail.hu>
9355 * autoinsert.el (auto-insert-alist): Doc fix.
9357 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9359 * mouse-sel.el (mouse-insert-selection-internal):
9360 Use insert-for-yank, so that yank handlers are run.
9362 2006-10-07 Kim F. Storm <storm@cua.dk>
9364 * ido.el (ido-file-extension-aux): Fix comparison.
9366 2006-10-06 Kim F. Storm <storm@cua.dk>
9368 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9370 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9372 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9373 (ad-make-mapped-call): Use `let', not `let*'.
9375 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9377 * international/mule-cmds.el (coding-system-change-eol-conversion):
9378 Ensure the coding system is initialized before calling
9379 coding-system-eol-type.
9381 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9383 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9384 (org-activate-angle-links, org-activate-dates)
9385 (org-activate-target-links, org-activate-camels)
9386 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9387 textproperty keymaps from being active beyond the end of a line.
9388 (org-unfontify-region): Also remove `rear-nonsticky' property.
9390 2006-10-04 Kenichi Handa <handa@m17n.org>
9392 * international/code-pages.el (next): Table fixed.
9394 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9396 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9397 that it's been made unnecessary by removing narrowing.
9399 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9401 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9402 control flow a bit, simplify another bit, and add comments.
9404 2006-10-03 David Kastrup <dak@gnu.org>
9406 * help.el (describe-mode): For clicks on mode-line, use "@"
9407 interactive argument to get the major mode of the click instead of
9410 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9411 in order to better redirect mouse-2 clicks. Also allow default
9414 2006-10-03 Kim F. Storm <storm@cua.dk>
9416 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9417 (pushnew): Fix last change.
9419 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9421 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9422 Use the interactive spec of `eval-expression'.
9424 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9426 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9428 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9430 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9433 2006-10-02 Kenichi Handa <handa@m17n.org>
9435 * international/code-pages.el (iso-8859-6): Table fixed.
9437 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9439 * dired.el (dired-build-subdir-alist): Fix previous change.
9441 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9443 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9445 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9447 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9448 "define-button-type".
9450 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9451 they don't keep accumulating.
9453 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9455 * ffap.el (ffap-rfc-path): Change the address of the RFC
9456 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9458 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9460 * allout.el (allout-expose-topic): Rectify implementation of "+"
9461 spec, so that bodies are not exposed with headlines.
9463 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9465 * allout.el (allout-current-depth): Do aberrent check only at or
9466 below doublecheck depth.
9467 (allout-chart-subtree): Make it explicit that LEVELS being nil
9468 means unlimited depth. Drop undocumented support for LEVELS value
9469 t meaning unlimited depth. (This is consistent with
9470 allout-chart-to-reveal, but contrary to allout-show-children,
9471 which needs to use nil to default to depth of 1.)
9472 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9473 (allout-chart-to-reveal): Be explicit in docstring about meaning
9474 of nil LEVELS, and drop support for LEVELS value t.
9475 (allout-show-children): Translate the level spec used by this
9476 routine to that used by allout-chart-subtree and
9477 allout-chart-to-reveal.
9478 (allout-show-to-offshoot): Retry once when stuck, after opening
9479 subtree - improvements in discontinuity handling likely will
9482 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9484 * wid-edit.el (widget-button-click-moves-point): New variable.
9485 (widget-button-click): If widget-button-click-moves-point is
9486 non-nil, set point after performing the button action.
9488 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9490 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9492 * files.el (find-file-existing): Modify to not allow wildcards.
9494 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9496 * simple.el (undo-more): When undo information for the region is
9497 exhausted, say "No further undo information FOR REGION".
9499 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9501 * progmodes/sh-script.el (sh-prev-thing):
9502 Take `sh-leading-keywords' into account.
9504 2006-09-29 Glenn Morris <rgm@gnu.org>
9506 * custom.el (defcustom): Doc fix.
9508 * calendar/calendar.el (european-calendar-style):
9509 Call european-calendar or american-calendar as needed when set.
9510 (diary-view-entries, list-calendar-holidays): Move autoloads
9513 2006-09-29 Juri Linkov <juri@jurta.org>
9515 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9516 to nil if there is no previous property change.
9518 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9520 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9521 saving anything to be sure that `forward-sexp' behaves correctly.
9523 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9525 * simple.el (line-move-finish): Ignore field boundaries if the
9526 initial and final points have the same `field' property.
9528 2006-09-29 Kim F. Storm <storm@cua.dk>
9530 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9531 to t while calling ido-read-internal.
9533 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9535 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9536 (org-archive-subtree): Remove erraneous `]' from character list.
9538 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9540 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9541 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9542 markers for data-area and parameters-area.
9544 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9546 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9548 * font-lock.el (font-lock-after-change-function): Refontify next line
9549 as well if end is at BOL.
9550 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9551 only extend the region as much as needed.
9553 2006-09-28 Richard Stallman <rms@gnu.org>
9555 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9557 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9559 * international/mule.el (after-insert-file-set-coding):
9560 If VISIT, don't let set-buffer-multibyte make undo info.
9562 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9564 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9565 lines in base64-encoded authentication response.
9567 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9569 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9570 (ebnf-version): New version 4.3.
9571 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9572 (ebnf-prologue): Adjust PostScript programming.
9573 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9574 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9576 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9578 * jit-lock.el (jit-lock-force-redisplay): Rename from
9579 jit-lock-fontify-again, and undo the mistaken change I've just done.
9581 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9582 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9584 2006-09-26 Kenichi Handa <handa@m17n.org>
9586 * startup.el (display-splash-screen): Allow a prefix argument.
9588 2006-09-25 Jason Rumney <jasonr@gnu.org>
9590 * subr.el (shell-quote-argument): Use DOS logic for Windows
9591 shells with DOS semantics.
9593 2006-09-24 Richard Stallman <rms@gnu.org>
9595 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9596 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9597 to delete the overlay. Put it on pre-command-hook.
9599 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9601 * startup.el (fancy-splash-screens, normal-splash-screen):
9602 Call the splash buffer *About GNU Emacs*.
9604 * simple.el (next-error-highlight, next-error-highlight-no-select):
9606 (yank-excluded-properties): Add `fontified'.
9608 * font-lock.el (font-lock-compile-keywords): Allow value of
9609 syntax-begin-function to enable paren-column-0 highlighting.
9611 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9613 * dired.el (dired-build-subdir-alist): When file ends in colon,
9614 don't exit the loop, just disregard that file.
9616 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9618 * simple.el (line-move-finish): Handle corner case for fields in
9620 (line-move-1): Remove flawed test for that case.
9622 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9624 * icomplete.el (icomplete-simple-completing-p): Use the correct
9625 name for the new variable, `icomplete-with-completion-tables'.
9626 (file local variables): Remove superfluous setting.
9628 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9630 * calendar/appt.el (appt-check): Fix typo for appointments just
9633 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9635 * help.el (describe-key-briefly, describe-key): Don't expect an
9636 extra up event if a down-event is generated by a popup menu.
9638 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9640 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9641 local dictionary when changing the global dictionary.
9643 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9645 * icomplete.el (icomplete-with-completion-tables): List of
9646 specialized completion tables with which icomplete should
9647 operate. Include the new `internal-complete-buffer', so icomplete
9648 works with interactive buffer-selection.
9649 (icomplete-simple-completing-p): Add acceptance of specialized
9650 completion tables listed in icomplete-with-completion-tables.
9652 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9654 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9656 * startup.el (command-line): Use `custom-reevaluate-setting' for
9657 `focus-follows-mouse'.
9659 2006-09-22 Richard Stallman <rms@gnu.org>
9661 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9662 explain why Save is not available.
9664 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9666 * woman.el (woman0-so): Use `let*', not `let'.
9667 (woman-horizontal-line): Remove unbalanced parenthesis.
9669 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9671 * woman.el: Make sure all the end-of-region markers we use have
9672 a non-nil insertion-type.
9673 (woman0-so): Move things around so we can use copy-marker.
9674 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9676 (woman2-process-escapes): Check marker type.
9677 (woman-horizontal-line): Dispense with the use of a marker.
9679 2006-09-22 Jay Belanger <belanger@truman.edu>
9681 * calc/calc-lang.el: Add Greek letters to math-variable-table
9684 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9686 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9688 2006-09-22 Masatake YAMATO <jet@gyve.org>
9690 * add-log.el (add-log-current-defun): Use `forward-sexp'
9691 instead of `forward-word' to pick c++::symbol.
9692 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9694 2006-09-22 Kenichi Handa <handa@m17n.org>
9696 * bindings.el: Fix setting self-insert-command for multibyte
9697 characters in global-map.
9699 2006-09-21 David Kastrup <dak@gnu.org>
9701 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9704 2006-09-21 Kenichi Handa <handa@m17n.org>
9706 * language/european.el ("Latin-1"): Add windows-1252 to
9708 ("German"): Likewise.
9710 2006-09-21 Kim F. Storm <storm@cua.dk>
9712 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9713 Suggested by Miles Bader.
9715 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9716 instead of add-to-list in the simple case.
9718 2006-09-20 Kenichi Handa <handa@m17n.org>
9720 * isearch.el (isearch-process-search-char): Cancel the previous change.
9721 (isearch-search-string): New function.
9722 (isearch-search): Use isearch-search-string.
9723 (isearch-lazy-highlight-search): Likewise.
9725 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9727 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9728 string to become an option.
9730 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9732 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9734 2006-09-20 Kim F. Storm <storm@cua.dk>
9736 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9737 position t instead of trying both window-end and window-end - 1.
9739 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9741 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9744 2006-09-20 David Kastrup <dak@gnu.org>
9746 * mouse.el (mouse-posn-property): Improve doc string.
9747 (mouse-on-link-p): Change buffers for function calls on links.
9749 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9750 buffer is read-only.
9752 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9754 * allout.el (allout-unprotected): Let inhibit-read-only only when
9755 buffer-read-only isn't set.
9756 (allout-annotate-hidden): Enable topic annotation during copies even
9757 when the buffer is read-only, eg for topic copies. Ensure that the loop
9758 advances, even when the span extends beyond the deletion region.
9759 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9760 rather than allout-exposure-changed-hook, as a stronger assertion.
9761 (allout-keybindings-list): Add bindings for
9762 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9763 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9764 Copy wrappers for allout-kill-line and allout-kill-topic.
9765 (allout-listify-exposed): Position correctly to accumulate lines.
9767 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9769 * simple.el (line-move-1): Escape field boundaries occurring
9770 exactly at point. Update goal column if constrained to a field.
9771 (line-move-finish): Escape field boundaries occurring exactly at point.
9773 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9775 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9776 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9778 2006-09-19 Kim F. Storm <storm@cua.dk>
9780 * help.el (describe-key-briefly, describe-key): Simplify printing
9781 of descriptions by using format and %S. Fix "is undefined"
9782 messages to say "at that spot" for mouse events.
9784 * simple.el (line-move-partial): Optimize. Try window-line-height
9785 before posn-at-point to get vpos of current line.
9787 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9789 * emulation/viper.el: Bump up version/date of update to reflect the
9790 substantial changes done in August 2006.
9792 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9793 push-button are defined.
9795 * ediff-util.el (ediff-add-to-history): New function.
9797 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9799 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9801 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9802 Delete duplicate make-local-variable form.
9803 (conf-space-keywords): Add autoload cookie.
9804 Fix typo (`keywords', not `keyword').
9806 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9808 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9809 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9810 to x-gtk-use-old-file-dialog.
9812 2006-09-18 Richard Stallman <rms@gnu.org>
9814 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9815 that might come in during mouse tracking.
9817 2006-09-18 Kim F. Storm <storm@cua.dk>
9819 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9820 new window-line-height function. Further optimize by not calling
9821 pos-visible-in-window-p for window-end when window-line-height
9822 returns useful information.
9824 2006-09-16 Richard Stallman <rms@gnu.org>
9826 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9827 (conf-space-mode): Don't handle prefix arg.
9828 Delete conf-space-keywords-override code.
9830 (conf-space-keywords): New command.
9831 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9832 Delete conf-space-keywords-override code.
9833 (conf-space-keywords-alist): Doc fix.
9834 (conf-space-font-lock-keywords): Doc fix.
9835 (conf-space-keywords-override): Var deleted.
9837 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9839 * startup.el (fancy-splash-screens): Don't switch to the scratch
9840 buffer; it may not be the next buffer.
9842 2006-09-16 Romain Francoise <romain@orebokech.com>
9844 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9847 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9849 * progmodes/python.el (python-preoutput-filter):
9850 Fix arg order to string-match.
9852 2006-09-16 Richard Stallman <rms@gnu.org>
9854 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9855 font-lock-compile-keywords.
9857 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9858 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9860 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9862 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9864 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9865 and the data doesn't look like UTF8, send STRING instead.
9867 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
9869 * textmodes/flyspell.el (flyspell-check-region-doublons):
9870 New function to detect duplicated words.
9871 (flyspell-large-region): Use it.
9873 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9875 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9877 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9879 * help.el (describe-prefix-bindings): Use let, not let*.
9881 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9883 * allout.el (allout-regexp, allout-line-boundary-regexp)
9884 (allout-bob-regexp): Correct grouping and boundaries to fix
9885 backwards traversal.
9886 (allout-depth-specific-regexp, allout-depth-one-regexp):
9887 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9888 worse time in allout-ascend.
9889 (allout-doublecheck-at-and-shallower): Identify depth threshold
9890 below which topics are checked for and disqualified by containment
9892 (allout-hotspot-key-handler): Correctly handle multiple-key
9893 strokes. Remove some unused variables.
9894 (allout-mode-leaders): Clarify that mode-specific comment-start
9896 (set-allout-regexp): Correctly regexp-quote allout regexps to
9897 properly accept alternative header-leads and primary bullets with
9898 regexp-specific characters (eg, C "/*", mathematica "(*").
9899 Include new regular expressions among those configured.
9900 (allout-infer-header-lead-and-primary-bullet):
9901 Rename allout-infer-header-lead.
9902 (allout-recent-depth): Manifest as a variable as well as a function.
9903 (allout-prefix-data): Simplify into an inline instead of a macro,
9904 assuming current match data rather than being explicitly passed
9905 it. Establish allout-recent-depth value as well as
9906 allout-recent-prefix-beginning and allout-recent-prefix-end.
9907 (allout-aberrant-container-p): True when an item's immediate
9908 offspring discontinuously contained. Useful for disqualifying
9909 unintended topic prefixes, likely at low depths.
9910 (allout-goto-prefix-doublechecked): Elaborate version of
9911 allout-goto-prefix which disqualifies aberrant pseudo-items.
9912 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9913 get disqualification of aberrant containers.
9914 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9916 (allout-beginning-of-current-entry): Position at start of buffer
9917 when in container (depth 0) entry.
9918 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9919 (allout-current-bullet): Strip text properties.
9920 (allout-get-prefix-bullet): Use right match groups.
9921 (allout-beginning-of-line, allout-next-heading):
9922 Disqualify aberrant containers.
9923 (allout-previous-heading): Disqualify aberrant containers, and
9924 change to regular (rather than inline) function, to allow
9926 (allout-get-invisibility-overlay): Increment so progress is made
9927 when the first overlay is not the sought one.
9928 (allout-end-of-prefix): Disqualify aberrant containers.
9929 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9930 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9931 outline.el outlines) functional again. Change the primary bullet
9932 along with the header-lead - level 1 new-style bullets now work.
9933 Engage allout-before-change-handler in mainline Emacs, not just
9934 XEmacs, to do undo handling.
9935 (allout-before-change-handler): Expose undo changes occurring in
9936 hidden regions. Use allout-get-invisibility-overlay instead of
9937 reimplementing it inline.
9938 (allout-chart-subtree): Use start rather than end of prefix in
9939 charts. Use allout-recent-depth variable.
9940 (allout-chart-siblings): Disqualify aberrant topics.
9941 (allout-beginning-of-current-entry): Position correctly.
9942 (allout-ascend): Use new allout-depth-specific-regexp and
9943 allout-depth-one-regexp for linear instead of O(N^2) or worse
9945 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9946 reimplementing an algorithm.
9947 (allout-up-current-level): Depend on allout-ascend, rather than
9948 reimplementing an algorithm. Return to start-point if we fail.
9949 (allout-descend-to-depth): Use allout-recent-depth variable
9950 instead of function.
9951 (allout-next-sibling): On traversal of numerous intervening
9952 topics, resort to economical allout-next-sibling-leap.
9953 (allout-next-sibling-leap): Specialized version of
9954 allout-next-sibling that uses allout-ascend cleverly, to depend on
9955 a regexp search to leap large numbers of contained topics, rather
9956 than arbitrarily many one-by-one traversals.
9957 (allout-next-visible-heading): Disqualify aberrant topics.
9958 (allout-previous-visible-heading): Position consistently when
9960 (allout-forward-current-level): Base on allout-previous-sibling
9961 rather than (differently) reimplmenting the algorithm. Remove some
9963 (allout-solicit-alternate-bullet): Present default choice stripped
9965 (allout-rebullet-heading): Use bullet stripped of text properties.
9966 Register changes using allout-exposure-change-hook.
9967 Disregard aberrant topics.
9968 (allout-shift-in): With universal-argument, make topic a peer of
9969 it's former offspring. Simplify the code by separating out
9970 allout-shift-out functionality.
9971 (allout-shift-out): With universal-argument, make offspring peers
9972 of their former container, and its siblings. Implement the
9973 functionality here, rather than inappropriately muddling the
9974 implementation of allout-shift-in.
9975 (allout-rebullet-topic): Respect additional argument for new
9976 parent-child separation function.
9977 (allout-yank-processing): Use allout-ascend directly.
9978 (allout-show-entry): Disqualify aberrant topics.
9979 (allout-show-children): Handle discontinuous children gracefully,
9980 extending the depth being revealed to expose them and posting a
9981 message indicating the situation.
9982 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9983 Leave cursor in correct position.
9984 (allout-hide-current-subtree): Use allout-ascend directly.
9985 Disqualify aberrant topics.
9986 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9987 a way that the yanks can restore it, as used to happen.
9988 (allout-yank-processing): Restore exposure layout as recorded by
9989 allout-kill-*, as used to happen.
9990 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9991 for preseving and restoring exposure layout across kills.
9992 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9993 (allout-encrypt-string): Strip text properties.
9994 Rearranged order and outline-headings for some of the
9995 miscellaneous functions.
9996 (allout-resolve-xref): No need to quote the error name in the
9997 condition-case handler section.
9998 (allout-flatten): Classic recursive (and recursively intensive,
9999 without tail-recursion) list-flattener, needed by allout-shift-out
10000 when confronted with discontinuous children.
10002 2006-09-16 Jason Rumney <jasonr@gnu.org>
10004 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10006 (dnd-open-unc-file): Remove.
10007 (dnd-open-local-file): Mention in doc string that it also handles
10008 remote files if the system natively supports unc file-names.
10010 2006-09-15 Kim F. Storm <storm@cua.dk>
10012 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10013 all necessary information about the event before erasing *Help*.
10015 * simple.el (line-move-partial): Use window-line-visiblity to
10016 quickly check whether last line is partially visible, and only do
10017 the hard (and slow) part in that case.
10019 2006-09-15 Jay Belanger <belanger@truman.edu>
10021 * COPYING: Replace "Library Public License" by "Lesser Public
10022 License" throughout.
10024 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10026 * term/x-win.el (x-menu-bar-open): New function for F10.
10028 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
10030 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10031 Disallow filenames containing " -" to avoid confusion with libtool
10032 compilation messages. Suggested by Stefan Monnier.
10034 2006-09-15 David Kastrup <dak@gnu.org>
10036 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10037 instead of buffer position for `mouse-on-link-p'.
10039 * mouse.el (mouse-posn-property): New function looking up the
10040 properties at a click position in overlays and text properties in
10041 either buffer or strings.
10042 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10043 of both `follow-link' as well as `mouse-face' properties.
10044 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10047 * help.el (describe-key-briefly): When reading a down-event on
10048 mode lines or scroll bar, swallow the following up event, too.
10049 Use the new mouse sensitity of `key-binding' for lookup.
10050 (describe-key): The same here.
10052 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
10054 * play/life.el (life-patterns): Add a few more interesting patterns.
10055 (life-setup): Force `show-trailing-whitespace' to nil.
10057 2006-09-14 Richard Stallman <rms@gnu.org>
10059 * startup.el (fancy-splash-text): Change text to improve alignment.
10060 (fancy-splash-screens): Don't set non-standard tab width.
10061 Bind cursor-type temporarily, and make it easy to patch to
10062 preserve the splash buffer.
10063 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10064 (fancy-splash-screens): Display echo-area message explicitly.
10065 Don't set fancy-splash-help-echo.
10067 * simple.el (line-number-mode): Group mode-line instead of
10069 (column-number-mode, size-indication-mode): Likewise.
10071 * faces.el (mode-line-faces): Group mode-line instead of modeline.
10073 * time.el (display-time): Group mode-line instead of modeline.
10075 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
10077 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
10079 * startup.el (fancy-splash-text): Move editing instructions to
10081 (fancy-splash-head): Issue editing instructions.
10082 (fancy-splash-screens): Fixup whitespace.
10084 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10086 * bindings.el (mode-line-buffer-identification-keymap):
10087 Remove duplicate line.
10089 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10091 * ido.el (ido-ignore-item-p): Allow any kind of functions in
10094 2006-09-14 Kim F. Storm <storm@cua.dk>
10096 * jit-lock.el (jit-lock-fontify-again): New function.
10097 (jit-lock-fontify-now): Use it instead of lambda form.
10099 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
10101 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10102 (flyspell-auto-correct-word): Make ispell-filter local to these
10103 functions. Check that ispell-filter has new stuff before calling
10104 ispell-parse-output.
10106 2006-09-13 Kim F. Storm <storm@cua.dk>
10108 * simple.el (line-move-partial): Optimize.
10110 2006-09-13 Richard Stallman <rms@gnu.org>
10112 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10113 Delete spurious backquote.
10115 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10117 * net/rcirc.el (rcirc-print): Fix last change.
10119 2006-09-12 Jay Belanger <belanger@truman.edu>
10121 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10123 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10125 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10126 rcirc-show-maximum-output.
10127 (rcirc-mode): Remove window-scroll-function hook.
10128 (rcirc-scroll-to-bottom): Remove function.
10129 (rcirc-print): Recenter so point stays at the bottom of the window
10130 if point was already there.
10132 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10134 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10136 * progmodes/compile.el (compilation-start): Likewise.
10137 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10138 Don't use expand-file-name on invocation-directory, since this
10139 might mishandle special characters in invocation-directory.
10141 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10143 * pcvs-defs.el: Remove * in defcustom's docstrings.
10145 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10147 * progmodes/compile.el (compilation-directory-properties):
10148 Doc fix for help-echo.
10150 2006-09-12 Lars Hansen <larsh@soem.dk>
10152 * desktop.el (desktop-read): Add comment.
10154 2006-09-12 Kim F. Storm <storm@cua.dk>
10156 * simple.el (next-error-highlight, next-error-highlight-no-select):
10157 Fix spelling error.
10159 * subr.el (sit-for): Rework to use input-pending-p and cond.
10160 Return nil input is pending on entry also for SECONDS <= 0.
10161 (while-no-input): Use input-pending-p instead of sit-for.
10163 2006-09-11 Richard Stallman <rms@gnu.org>
10165 * simple.el (next-error-highlight, next-error-highlight-no-select):
10166 Fix custom type and doc strings.
10168 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10170 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10171 (diff-apply-hunk): Use it to ask for confirmation.
10173 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10175 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10177 2006-09-11 David Kastrup <dak@gnu.org>
10179 * help.el (string-key-binding, describe-key-briefly)
10180 (describe-key): Remove `string-key-binding' and its callers since
10181 `key-binding' already caters for the proper lookup now.
10183 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10185 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10186 (cfengine-mode): Use it. Fix \ syntax to be like /.
10188 * bindings.el (mode-line-buffer-identification-keymap):
10189 Move initialization into declaration.
10191 2006-09-10 Kim F. Storm <storm@cua.dk>
10193 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10194 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10195 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10196 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
10198 2006-09-10 Richard Stallman <rms@gnu.org>
10200 * dired-aux.el: Handle errors in recursive copy usefully.
10201 (dired-create-files-failures): New variable.
10202 (dired-copy-file): Remove condition-case.
10203 (dired-copy-file-recursive): Check for errors on all file
10204 operations, and add them to dired-create-files-failures.
10205 Check file file-date-erorr here too.
10206 (dired-create-files): Check dired-create-files-failures
10207 and report those errors too.
10209 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10211 * subr.el (add-to-list): New argument COMPARE-FN.
10213 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10215 * filecache.el (file-cache-add-directory)
10216 (file-cache-add-directory-list, file-cache-add-file)
10217 (file-cache-add-directory-using-find)
10218 (file-cache-add-directory-using-locate)
10219 (file-cache-add-directory-recursively): Add autoloads.
10221 2006-09-09 Richard Stallman <rms@gnu.org>
10223 * textmodes/conf-mode.el (conf-space-mode):
10224 Use hack-local-variables-hook instead of calling hack-local-variables.
10225 (conf-space-keywords-override): New variable.
10226 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10227 (conf-space-mode): Always make conf-space-keywords and
10228 conf-space-keywords-override local.
10229 Call conf-space-mode-internal directly as well as via hook.
10231 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10233 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10236 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10238 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10239 (python-send-string): Be slightly more careful about adding \n.
10241 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10242 kill it right away anyway.
10244 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10246 * international/codepage.el (cp850-decode-table): Fix a few codes.
10247 (cp858-decode-table): New variable.
10249 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10251 * net/ldap.el (ldap-search-internal): Doc fix.
10253 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10255 * play/life.el (life-display-generation): Test for input manually if
10256 `sleeptime' is negative or null.
10258 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10259 (print-region-1): Substitute `%s' with the page title.
10261 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10263 * locate.el (locate-current-search): New variable.
10264 (locate): Set buffer local value. Use current buffer if it is
10266 (locate-mode): Disable undo here.
10267 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10268 (locate-update): Use locate-current-search and locate-current-filter.
10270 2006-09-08 David Kastrup <dak@gnu.org>
10272 * desktop.el (desktop-read): When loading a desktop, disable
10273 saving it while the load progresses, and switch off a pending lazy
10274 load by calling `desktop-lazy-abort'.
10276 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10278 * window.el (mouse-autoselect-window-timer)
10279 (mouse-autoselect-window-position)
10280 (mouse-autoselect-window-window)
10281 (mouse-autoselect-window-now): New vars.
10282 (mouse-autoselect-window-cancel)
10283 (mouse-autoselect-window-select)
10284 (mouse-autoselect-window-start): New functions.
10285 (handle-select-window): Call `mouse-autoselect-window-start' when
10286 delayed window autoselection is enabled.
10288 * cus-start.el (mouse-autoselect-window): Handle delayed window
10291 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10292 commands after which it is allowed to print in the echo area.
10294 2006-09-08 Richard Stallman <rms@gnu.org>
10296 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10298 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10299 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10301 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10302 (cancel-timer-internal): Add doc string.
10303 (cancel-function-timers): Doc fix.
10304 (with-timeout-handler, timer-event-last*): Add doc strings.
10306 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10308 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10310 * dired.el (dired-log-summary): Add doc string.
10312 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10313 (custom-group-menu-create): Not here.
10315 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10317 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10319 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10321 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10322 (mac-apple-event-map): Define its handler.
10324 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10326 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10328 2006-09-07 Magnus Henoch <mange@freemail.hu>
10330 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10333 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10335 * info.el (Info-index): Bind completion-ignore-case.
10337 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10339 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10341 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10342 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10343 burp in dedicated windows.
10344 (inferior-prolog-self-insert-command): New command.
10345 (inferior-prolog-mode-map): Use it.
10347 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10349 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10351 * international/code-pages.el: Add cp858.
10353 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10355 * dnd.el: Fix bootstrapping.
10357 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10359 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10360 (dnd-open-remote-url): New function.
10361 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10364 2006-09-07 Jason Rumney <jasonr@gnu.org>
10366 * dnd.el (dnd-open-remote-file-function): New variable.
10367 (dnd-open-unc-file): New function.
10368 (dnd-open-file): Call dnd-open-remote-file-function if set.
10370 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10372 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10373 pgg-passphrase-coding-system rather than locale-coding-system.
10374 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10376 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10378 * progmodes/prolog.el: Remove * in docstrings.
10379 (prolog-program-name): Add SWI prolog.
10380 (prolog-mode-menu): New menu.
10381 (prolog-mode): Set comment-add.
10382 (prolog-indent-line): Simplify. Use indent-line-to.
10383 (inferior-prolog-buffer): New var.
10384 (inferior-prolog-run, inferior-prolog-process): New funs.
10385 (run-prolog, switch-to-prolog): Rewrite, using them.
10386 (prolog-consult-region): Use inferior-prolog-buffer.
10387 (inferior-prolog-load-file): New function.
10388 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10390 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10391 last word, if it's not the end of the paragraph.
10393 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10396 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10398 * frame.el (display-mm-dimensions-alist): New defcustom.
10399 (display-mm-height, display-mm-width): Use it.
10401 2006-09-06 Simon Josefsson <jas@extundo.com>
10403 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10405 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10407 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10408 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10411 2006-09-06 Kim F. Storm <storm@cua.dk>
10413 * simple.el (line-move-partial): New function to do vscrolling for
10414 partially visible images / tall lines. Rewrite based on code
10415 previously in line-move. Simplify backwards vscrolling.
10416 (line-move): Use it. Simplify.
10418 2006-09-05 Kim F. Storm <storm@cua.dk>
10420 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10422 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10424 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10425 Process the `gcc-include' after the `gnu' rule.
10427 2006-09-05 Kim F. Storm <storm@cua.dk>
10429 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10431 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10433 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10436 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10437 inhibit-redisplay; encode passphrase with locale-coding-system.
10439 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10441 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10443 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10445 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10446 (gdb-var-list-children-regexp): Make type field optional.
10448 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10449 e.g public, protected in C++.
10451 2006-09-04 John Paul Wallington <jpw@pobox.com>
10453 * simple.el (completion-show-help): New defcustom.
10454 (completion-setup-function): Heed it.
10456 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10458 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10460 2006-09-04 Richard Stallman <rms@gnu.org>
10462 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10463 (rsf-min-region-to-spam-list): Doc fix.
10464 (rsf-add-content-type-field): Doc fix.
10466 * simple.el (kill-region): Explicitly test there is a region.
10468 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10470 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10471 sendmail in several common directories.
10473 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10475 * paths.el (sendmail-program): Removed.
10477 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10479 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10480 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10481 http://article.gmane.org/gmane.emacs.gnus.general/50457
10483 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10485 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10486 mark after running the menu filter.
10488 2006-09-03 Juri Linkov <juri@jurta.org>
10490 * international/quail.el (quail-defrule-internal): Add a check
10491 if a key is a vector.
10493 2006-09-02 Juri Linkov <juri@jurta.org>
10495 * man.el (Man-topic-history): New variable.
10498 * woman.el (woman-topic-history): Change defvar to defvaralias
10499 for symbol `Man-topic-history'.
10501 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10502 `comint-last-output-start' is a marker by using `markerp' and
10503 check if it has a position by using `marker-position', and use
10504 this position for `goto-char'.
10506 * international/quail.el (quail-defrule-internal): Add missing
10507 `error' call for null key.
10509 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10511 * net/rcirc.el (rcirc-keywords): New variable.
10512 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10513 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10515 (rcirc-responses-no-activity): New function.
10516 (rcirc-handler-generic): Check for responses in above.
10517 (rcirc-process-command): Add ?: character to arguments of raw
10519 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10521 (rcirc-gray-toggle): Remove unused variable.
10522 (rcirc-print): Remove some tracking logic, which is moved into
10524 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10526 (rcirc-activity-string): Look for 'keyword in activity-types.
10527 (rcirc-window-configuration-change): Don't erase overlay-arrow
10529 (rcirc-add-or-remove): New function.
10530 (rcirc-cmd-ignore): Use it.
10531 (rcirc-message-leader): Remove unused function.
10532 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10533 (rcirc-add-face): New function.
10534 (rcirc-facify): Use rcirc-add-face.
10535 (rcirc-url-regexp): Add parens.
10536 (rcirc-map-regexp): Remove function.
10537 (rcirc-mangle-regexp): Remove function.
10538 (rcirc-markup-text-functions): New variable.
10539 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10540 (rcirc-markup-body-text, rcirc-markup-attributes)
10541 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10542 (rcirc-markup-bright-nicks): New markup handler functions.
10543 (rcirc-nick-in-message-full-line): New face.
10544 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10545 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10547 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10549 * cus-start.el (hscroll-margin, hscroll-step)
10550 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10551 (x-use-underline-position-properties): Change version to "22.1"
10552 since they will appear there for the first time.
10554 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10556 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10558 2006-08-31 Richard Stallman <rms@gnu.org>
10560 * cus-edit.el (custom-save-variables): Slight cleanup.
10561 (Custom-no-edit): Renamed from custom-no-edit.
10562 (Custom-newline): Renamed from custom-newline.
10563 (custom-mode-map): Use new names.
10565 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10566 about customization, rather than M-x customize, in the doc string
10567 made for the defcustom.
10569 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10571 2006-08-31 Romain Francoise <romain@orebokech.com>
10573 * dired-x.el (dired-guess-shell-alist-default): Update.
10575 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10577 * custom.el (custom-theme-set-variables): Autoload packages before
10578 sorting the variables.
10580 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10582 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10583 Convert events to chars if XEmacs.
10584 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10586 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10588 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10589 waiting for process.
10591 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10593 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10594 results in ASCII-only string, encode original one directly.
10596 2006-08-29 Romain Francoise <romain@orebokech.com>
10598 * startup.el (normal-splash-screen, fancy-splash-screens):
10599 Make buffer read-only and arrange to enter view mode if necessary.
10601 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10603 * hl-line.el (hl-line): New face.
10604 (hl-line-face): Use it.
10606 * image-mode.el (image-mode): Fix last fix.
10607 Suggested by Kim F. Storm.
10609 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10611 Sync with Tramp 2.0.54.
10613 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10614 of `=', because `tramp-get-remote-gid' might not always return an
10615 integer when expected.
10616 (tramp-register-file-name-handlers): `partial-completion-mode' is
10618 (tramp-time-diff): Don't use `floor', it might fail for large
10620 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10621 `tramp-auto-save-directory' if unset in order to guarantee unique
10622 auto-save file names.
10624 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10626 * image-mode.el (image-mode): Display image as text on a terminal.
10628 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10630 * progmodes/python.el (python-send-command): Simplify.
10631 (run-python): Don't generate a new buffer unless `new' was specified.
10632 Make sure we send `import emacs' to the proper process.
10634 * progmodes/python.el (python-send-command): Don't wait for the command
10635 to terminate. Don't fiddle with compilation-parsing-end.
10637 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10639 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10640 Insert commentary after first line summary.
10642 * woman.el (woman-follow): New function, based on `man-follow'.
10643 (woman-mode-map): Use it.
10645 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10646 since ibuffer-do-sort-by-recency does not define a sorter.
10648 2006-08-28 Kim F. Storm <storm@cua.dk>
10650 * find-dired.el (find-dired): Use shell-quote-argument to properly
10651 escape ( and ) args. Also use it on {} and ; args in default
10652 value of find-ls-option string.
10653 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10655 2006-08-27 Michael Olson <mwolson@gnu.org>
10657 * emacs-lisp/tq.el: Small grammar fix in comments.
10658 (tq-enqueue): Check for existence of queue rather than the
10659 head queue item's question, which was a no-op.
10660 (tq-filter, tq-process-buffer): Make sure the process buffer
10661 exists before making it the current buffer.
10663 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10665 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10666 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10667 (special-event-map): Apply 2006-08-16 change for x-win.el.
10669 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10671 * progmodes/python.el (python-send-receive): Wait in the
10672 process's buffer so as to check the right buffer-local variables.
10674 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10676 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10677 (defgroup checkdoc): Move to beginning.
10679 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10680 (python-preoutput-continuation): Remove.
10681 (python-preoutput-filter): Simplify correspondingly.
10682 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10683 Loop around to catch embedded _emacs_out output.
10684 (run-python): Send the import&print command on a single line.
10685 (python-send-command): Send command&print on a single line.
10686 (python-send-string): Only add double \n if needed.
10687 (python-send-receive): Loop until the result comes.
10688 (python-mode-running): Defvar it.
10689 (python-setup-brm): Remove unused var `menu'.
10690 Only bind py-mode-map and `features' around brm-init.
10691 (python-calculate-indentation): Remove unused var `point'.
10692 (python-beginning-of-defun): Remove unused var `def-line'.
10694 2006-08-25 Richard Stallman <rms@gnu.org>
10696 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10698 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10700 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10701 viper-vi-state-cursor-color.
10702 (viper-non-hook-settings): Don't set default
10703 mode-line-buffer-identification.
10705 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10707 (viper-set-cursor-color-according-to-state)
10708 (viper-get-saved-cursor-color-in-replace-mode)
10709 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10710 viper-emacs-state-cursor-color.
10712 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10713 (viper-undo): Use point if undo-beg-posn is nil.
10714 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10715 (viper-after-change-undo-hook): Don't use
10716 viper-emacs-state-cursor-color by default.
10717 (viper-undo): More sensible positioning after undo.
10719 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10720 (viper-emacs-state-cursor-color): Default to nil, since this feature
10721 doesn't work well yet.
10723 * ediff-mult.el (ediff-intersect-directories)
10724 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10725 always expand filenames.
10727 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10729 * tumme.el: Remove * in defcustoms's docstrings.
10731 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10733 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10734 Accept internal time format for SECS arg.
10735 (timer-relative-time): Doc fix.
10737 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10738 adapted from Martin Rudalics.
10739 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10740 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10741 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10744 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10746 * cus-start.el (all): Add `overline-margin' and
10747 `x-underline-at-descent-line'.
10749 2006-08-24 Kim F. Storm <storm@cua.dk>
10751 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10752 to mean "use find -exec"; nil now unambiguously means auto-detect.
10753 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10754 Use shell-quote-argument to build grep-find-command and
10755 grep-find-template.
10756 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10757 Reported by Tom Seddon.
10759 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10761 * startup.el (fancy-splash-head): Give instructions for dismissing
10762 the splash screen for default startup too.
10763 (display-startup-echo-area-message, fancy-splash-screens)
10764 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10765 all splash text at once and keep the splash buffer around.
10766 (command-line-1): Give display-startup-echo-area-message a t arg.
10768 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10770 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10771 gnus frame is selected.
10773 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10775 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10777 2006-08-22 Kim F. Storm <storm@cua.dk>
10779 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10780 Add suffix matching for subdirs.
10782 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10784 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10785 mouse-yank-at-point is non-nil.
10787 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10789 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10790 a bit wider and remove fringes to fit initial output on line.
10792 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10794 * frame.el (blink-cursor-end): Only ignore the error we care about.
10795 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10797 2006-08-21 Richard Stallman <rms@gnu.org>
10799 * whitespace.el (whitespace-cleanup): Doc fix.
10801 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10803 * net/rcirc.el (rcirc-show-maximum-output): New var.
10804 (rcirc-buffer-process): If no buffer argument is supplied, use
10806 (rcirc-complete-nick): Complete to the last completed nick first.
10807 (rcirc-mode): Preserve the value of `rcirc-urls' across
10808 connections. Setup scroll function.
10809 (rcirc-scroll-to-bottom): New function.
10810 (rcirc-print): Use nick syntax around regexp work.
10811 Notice dim-nicks speaking only if they say our nick.
10812 (rcirc-update-activity-string): Do not show the modeline indicator
10813 if there are no live rcirc processes.
10814 (rcirc-cmd-ignore): Ignore case.
10815 (rcirc-browse-url-at-point): Fix off-by-one error.
10817 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10819 * progmodes/python.el: Remove * in defcustom docstrings.
10820 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10821 (python-mode): Set tab-width and indent-tabs-mode.
10823 2006-08-20 Dave Love <fx@gnu.org>
10825 * progmodes/python.el: Update to Dave Love's latest version.
10826 (python-font-lock-keywords, python-mode): Don't use
10827 font-lock-syntax-table, but match symbol elements explicitly instead.
10828 (python-mode-map): Add help, and a few more key bindings.
10829 (python-skip-comments/blanks): Move out of comments as well.
10830 (python-continuation-line-p): Behave better with unbalanced parens.
10831 (python-blank-line-p): New fun.
10832 (python-open-block-statement-p): Don't use a heuristic.
10833 (python-outdent-p): Better handle blocks-in-the-same-line.
10834 (python-calculate-indentation): Misc improvements.
10835 (python-comment-indent): Remove.
10836 (python-block-pairs): New var.
10837 (python-first-word): New fun.
10838 (python-indentation-levels): Handle more common cases.
10839 (python-indent-line-1): Add `leave' argument.
10840 (python-indent-region): New fun.
10841 (python-skip-out): New fun.
10842 (python-beginning-of-statement, python-end-of-statement): Use it.
10843 (python-next-statement): Return correct count even at eob.
10844 (python-end-of-block): Fix paren-typo.
10845 (python-imenu-create-index): Add module variables.
10846 (run-python): Add `new' arg.
10847 Check we're at a prompt before returning.
10848 (python-send-command): Move to end of buffer.
10849 Wait for prompt to return.
10850 (python-set-proc): New fun.
10851 (python-imports): New var.
10852 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10853 (python-eldoc-function): Try to move out of arg list.
10854 (python-outline-level): Offset by 1.
10855 (python-find-imports): New fun.
10856 (python-symbol-completions): Use python-imports.
10857 (python-module-path, ffap-alist): Add support for ffap.
10858 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10859 (python-insert-*, python-default-template, python-expand-template):
10860 Add templates/skeletons.
10861 (python-setup-brm): Support for Bicycle Repair Man.
10862 (python-abbrev-syntax-table): New var.
10863 (python-abbrev-pc-hook, python-pea-hook): New funs.
10865 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10867 * frame.el (blink-cursor-start): Set timer first.
10868 (blink-cursor-end): Ignore timer cancelling errors.
10869 Suggested by Ken Manheimer.
10871 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10873 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10874 Add autoload cookie.
10876 2006-08-20 Richard Stallman <rms@gnu.org>
10878 * simple.el (line-number-at-pos): Doc fix.
10880 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10881 timer-activate-when-idle, so timer can run before Emacs becomes
10884 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10886 * whitespace.el (whitespace-cleanup-internal): New optional arg
10887 REGION-ONLY. If it's non-nil, modify the message to the user
10889 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10890 a non-nil argument.
10892 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
10894 * rect.el (spaces-string): Simplify and add doc string.
10896 2006-08-17 Romain Francoise <romain@orebokech.com>
10898 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10900 2006-08-17 Richard Stallman <rms@gnu.org>
10902 * compare-w.el (compare-windows): lambda's take an arg and pass
10903 it to compare-windows-skip-whitespace.
10905 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10907 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10910 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10912 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10915 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10917 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10918 (gdb-locals-watch-map-1): Suppress keymap first.
10919 (gdb-edit-locals-map-1): New variable.
10920 (gdb-edit-locals-value): New function.
10921 (gdb-stack-list-locals-handler): Use them.
10923 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10925 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10926 cursor would normally be drawn in the fringe.
10928 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10929 Reported by Martin Rudalics <rudalics@gmx.at>.
10931 2006-08-16 Richard Stallman <rms@gnu.org>
10933 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10934 (special-event-map): Process drag-n-drop events this way.
10936 * simple.el (move-beginning-of-line): Test whether fields
10937 would prevent motion back to line's first visible character.
10938 If so, stop where the fields would stop the motion.
10940 * newcomment.el (comment-indent): Fully update INDENT
10941 before checking to see if it will change the text.
10943 * cus-edit.el (custom-newline): New function.
10944 (custom-mode-map): Bind newline to custom-newline.
10946 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10947 into ignore-whitespace.
10948 Check each buffer for its skip-function.
10949 Handle compare-windows-skip-whitespace special-case test
10950 by returning t from default skip function.
10952 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10954 * textmodes/org.el (org-clock-special-range)
10955 (org-clock-update-time-maybe): New functions.
10956 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10958 (org-agenda-get-blocks): Allow multiple blocks per headline.
10959 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10960 (org-export-html-title-format)
10961 (org-export-html-toplevel-hlevel): New options.
10962 (org-export-language-setup): Add support for Czech.
10963 (org-mode, org-insert-todo-heading, org-find-visible)
10964 (org-find-invisible, org-invisible-p, org-invisible-p2)
10965 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10966 (org-show-subtree, org-show-entry, org-make-options-regexp):
10967 Remove compatibility support for old outline-mode.
10968 (org-check-occur-regexp): Funtion removed.
10969 (org-on-heading-p, org-back-to-heading): Made defalias.
10970 (org-set-local): New defsubst.
10971 (org-set-regexps-and-options, org-mode)
10972 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10973 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10974 (org-remember-apply-template, org-table-edit-field)
10975 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10976 (org-set-autofill-regexps): Use `org-set-local'.
10977 (org-table-eval-formula): Fix bug with parsing of display flags.
10979 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10981 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10982 frame with fringe arrow. Suggested by Simon Marshall
10983 <simon.marshall@misys.com>.
10984 (gdb-stack-position): New variable.
10985 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10986 (gdb-frames-mode): Set gdb-stack-position to nil.
10987 Add to overlay-arrow-variable-list
10988 (gdb-reset): Delete gdb-stack-position from above list.
10990 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10992 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10995 2006-08-13 Romain Francoise <romain@orebokech.com>
10997 * cus-theme.el (customize-create-theme)
10998 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11000 * filesets.el (filesets-add-buffer): Ditto.
11002 * pcvs.el (cvs-change-cvsroot): Ditto.
11004 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
11006 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11007 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11008 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11010 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11011 Only search till end of line.
11012 Add face to function names in case of no filename.
11013 Add face to variable names of watchpoints.
11015 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
11017 * cus-start.el <indent-tabs-mode>: Move to the `indent'
11018 customization group.
11020 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
11022 * allout.el (allout-prior-bindings, allout-added-bindings):
11023 Remove, after long deprecation.
11024 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11025 Add customization vars controlling allout-beginning-of-line and
11026 allout-end-of-line conveniences.
11027 (allout-header-prefix, allout-use-mode-specific-leader)
11028 (allout-use-mode-specific-leader, allout-mode-leaders):
11030 (allout-infer-header-lead): Change to be an alias for
11031 allout-infer-header-lead-and-primary-bullet.
11032 (allout-infer-header-lead-and-primary-bullet): New version of
11033 allout-infer-header-lead which assigns the primary bullet to the
11034 same as the header lead, when its being changed.
11035 (allout-infer-body-reindent): Apply regexp-quote instead of
11036 unconditionally prepending "\\", so that all literal
11037 allout-header-prefix and allout-primary-bullet strings are
11039 (allout-add-resumptions): Add optional qualifier for extending or
11040 appending to existing values, rather than replacing them.
11041 (allout-view-change-hook): Clarify docstring.
11042 (allout-exposure-change-hook): Take explicit arguments, via
11043 run-hook-with-args.
11044 (allout-structure-added-hook)
11045 (allout-structure-deleted-hook)
11046 (allout-structure-shifted-hook): New hooks analogous to
11047 allout-exposure-change-hook for other kinds of structural outline
11049 (allout-encryption-plaintext-sanitization-regexps): New encryption
11050 customization variable, by which cooperating modes can provde
11051 massage of the plaintext without actually being passed it.
11052 (allout-encryption-ciphertext-rejection-regexps)
11053 (allout-encryption-ciphertext-rejection-ceiling): New encryption
11054 customization variables, by which cooperating modes can prohibit
11055 rare but possible ciphertext patterns from fouling their
11056 operation, with actually being passed the ciphertext.
11057 (allout-mode): Run activation and deactivation hooks after the
11058 minor-mode variable has been toggled, to clarify the mode
11059 disposition. The new encryption ciphertext rejection variable is
11060 used to ensure that the ciphertext does not contain text that
11061 would be recognized as outline structural elements by allout.
11062 Substite allout-beginning-of-line and allout-end-of-line for
11063 conventionall beginning-of-line and end-of-line bindings.
11064 If allout-old-style-prefixes is non-nil, don't nullify it on mode
11066 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11067 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11068 (allout-chart-subtree): Implement new mode, charting only the
11069 visible items in the subtree, when new 'visible' parameter is non-nil.
11070 (allout-end-of-subtree): Properly handle the last item in the buffer.
11071 (allout-pre-command-business, allout-command-counter):
11072 Increment an advertised counter so that cooperating enhancements can
11073 track revisions of items.
11074 (allout-open-topic): Run allout-structure-added-hook with suitable
11076 (allout-shift-in): Run allout-structure-shifted-hook with suitable
11078 (allout-shift-out): Fix doubling for negative args and ensure call
11079 of allout-structure-shifted-hook by solely using allout-shift-in.
11080 (allout-kill-line, allout-kill-topic):
11081 Run allout-structure-deleted-hook with suitable arguments.
11082 (allout-yank-processing): Run allout-structure-added-hook with
11084 (allout-yank): Enclose activity in allout-unprotected.
11085 (allout-flag-region): Run allout-exposure-change-hook with
11086 suitable arguments, instead of making the callee infer the arguments.
11087 (allout-encrypt-string):
11088 Support allout-encryption-plaintext-sanitization-regexps,
11089 allout-encryption-ciphertext-rejection-regexps, and
11090 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
11091 en/de cryption mode in symmetric encryption failure message.
11092 (allout-obtain-passphrase): Use copy-sequence to get a distinct
11093 copy of the passphrase, and don't zero it or we'll corrupt the
11095 (allout-create-encryption-passphrase-verifier)
11096 (allout-verify-passphrase): Respect the new signature for
11097 allout-encrypt-string.
11098 (allout-get-configvar-values): Convenience for getting a
11099 configuration variable value and handling its absence gracefully.
11101 2006-08-11 Romain Francoise <romain@orebokech.com>
11103 * obsolete/zone-mode.el: Delete.
11105 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11107 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11109 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11111 * emacs-lisp/bindat.el (bindat-ip-to-string):
11112 Use `format-network-address' if possible.
11114 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11116 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11118 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11120 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11121 restore unread-command-events here.
11122 (edebug-display): Do it here, to detect sit-for interruptions.
11124 2006-08-10 Romain Francoise <romain@orebokech.com>
11126 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11127 (dns-mode-soa-auto-increment-serial): New user option.
11128 (dns-mode-soa-maybe-increment-serial): New function.
11129 (dns-mode): Add the latter to `write-contents-functions'.
11131 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11132 Delete autoload cookies.
11134 2006-08-10 John Wiegley <johnw@newartisans.com>
11136 * eshell/em-glob.el (eshell-glob-chars-list)
11137 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11139 2006-08-10 Richard Stallman <rms@gnu.org>
11141 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11142 (facemenu-set-face): Doc fix.
11143 (facemenu-listed-faces): Doc fix.
11145 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11147 * avoid.el (mouse-avoidance-animating-pointer): New var.
11148 (mouse-avoidance-nudge-mouse): Use it.
11149 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11150 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11151 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11152 Don't activate if currently animating. All callers changed.
11154 2006-08-09 John Wiegley <johnw@newartisans.com>
11156 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11157 variable, which causes timeclock to report elapsed time worked,
11158 instead of just work remaining.
11160 2006-08-09 Kenichi Handa <handa@m17n.org>
11162 * international/latexenc.el (latexenc-find-file-coding-system):
11163 Fix for the case that the 2nd element of arg-list is a cons.
11165 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11167 * info.el (Info-fontify-node): Handle preceding `in' for note
11168 reference hiding rules.
11170 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11172 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11173 mistake a closing " for an opening one.
11175 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11177 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11179 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11181 * complete.el (PC-do-completion): Filter out completions matching
11182 completion-ignored-extensions before checking whether there are
11183 multiple completions.
11184 Don't use `list' unnecessarily when building completion tables.
11186 2006-08-06 Richard Stallman <rms@gnu.org>
11188 * help.el (describe-mode): Make minor mode list more concise.
11190 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11192 * bindings.el: Give mode-line-format, mode-line-modes, and
11193 mode-line-position `standard-value' properties.
11195 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11197 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11198 "(file)node" instead of the file name.
11200 2006-08-05 Richard Stallman <rms@gnu.org>
11202 * faces.el (escape-glyph): Doc fix.
11204 2006-08-04 Kenichi Handa <handa@m17n.org>
11206 * international/mule-diag.el (describe-font): Improve docstring
11207 and error message. Use frame-parameter (not frame-parameters).
11209 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11211 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11212 Correctly mark the end-of-docstring char.
11214 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11216 * simple.el (line-move-to-column): Constrain move-to-column to
11219 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11221 * font-lock.el (font-lock-beg, font-lock-end)
11222 (font-lock-extend-region-functions): New vars.
11223 (font-lock-extend-region-multiline)
11224 (font-lock-extend-region-wholelines): New functions.
11225 (font-lock-default-fontify-region): Use them.
11226 (font-lock-extend-jit-lock-region-after-change): Only round up
11227 if font-lock-default-fontify-region will do it as well.
11229 * font-lock.el (font-lock-extend-after-change-region-function):
11230 Rename from font-lock-extend-region-function.
11231 (font-lock-extend-region): Remove by inlining at call sites.
11232 (font-lock-after-change-function): Don't needlessly round up to a whole
11234 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11235 the boundary conditions and the interactions between the various ways
11236 to extend the region.
11238 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11240 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11241 modification status when forcing the second redisplay.
11243 2006-08-03 Kim F. Storm <storm@cua.dk>
11245 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11247 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11249 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11250 doesn't look like a file name.
11252 * complete.el (PC-expand-many-files): Avoid signalling an error when
11253 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
11255 2006-08-02 Andreas Schwab <schwab@suse.de>
11257 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11259 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11261 * bindings.el (map): Make mode-line-buffer-identification-keymap
11262 before defining propertized-buffer-identification.
11264 2006-08-01 Richard Stallman <rms@gnu.org>
11266 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11268 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11270 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11272 (gdb-find-source-frame): New function.
11273 (menu): Add to menu bar.
11275 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11277 * font-core.el (font-lock-extend-region-function)
11278 (font-lock-extend-region): Move to font-lock.el.
11280 * font-lock.el (font-lock-extend-region-function)
11281 (font-lock-extend-region): Move from font-core.el. Simplify.
11283 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11285 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11286 (jit-lock-after-change-extend-region-functions): New hook.
11287 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11289 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11290 (font-lock-turn-on-thing-lock): Use it.
11292 * longlines.el (longlines-show-region): Make it work on read-only
11295 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11297 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11299 2006-07-31 Richard Stallman <rms@gnu.org>
11301 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11302 (vhdl-speedbar-display-projects): Update old obsolete
11303 speedbar variable names.
11305 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11307 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11308 (gdb-stopped): Use it.
11310 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11312 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11314 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11315 for load-history elements.
11317 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11319 * files.el (convert-standard-filename): For Cygwin, replace
11320 characters not allowed in Windows file names.
11321 (make-auto-save-file-name): Add Cygwin to the list of systems
11322 where the auto-save file name needs to be run through
11323 convert-standard-filename.
11325 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11327 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11329 2006-07-28 Richard Stallman <rms@gnu.org>
11331 * bindings.el (mode-line-frame-identification)
11332 (propertized-buffer-identification): Centralize the code
11333 to initialize the variable.
11335 * progmodes/grep.el (grep-default-command): Catch errors from
11336 wildcard-to-regexp.
11338 2006-07-29 Kim F. Storm <storm@cua.dk>
11340 * progmodes/grep.el (grep-tag-default): New function.
11341 (grep-default-command, grep-read-regexp): Use it.
11342 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11343 as default if nothing else applies.
11345 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11347 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11348 Throw error if buffer is not in Dired and Wdired mode, respectively.
11350 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11352 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11353 self-insert-command keys don't activate buttons.
11354 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11356 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11358 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11359 faces for enable character.
11361 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11363 * Makefile.in (recompile): Update comment to reflect change
11366 2006-07-27 Richard Stallman <rms@gnu.org>
11368 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11369 (customize-package-emacs-version): Change msg when pkg has no entry.
11370 (custom-no-edit): On a button, do like widget-button-press.
11372 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11374 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11377 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11379 * progmodes/which-func.el (which-function): Fix documentation/
11382 2006-07-26 Richard Stallman <rms@gnu.org>
11384 * textmodes/ispell.el (ispell-word): If we replace the word,
11385 move point to the end. Insert before deleting.
11387 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11389 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11392 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11394 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11395 when at first image.
11396 (tumme-forward-image): Add prefix argument. Add error when at last
11399 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11401 * tabify.el (tabify-regexp): Use more specific regexps.
11402 (tabify): Avoid modifying the buffer unnecessarily.
11404 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11406 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11407 (tumme-format-properties-string): Handle empty `buf'.
11408 (tumme-get-comment): Change variable names inside `let'.
11409 Add missing `let' variable that cause font-lock problems.
11410 (tumme-write-comments): Change variable names inside `let'.
11411 Add missing `let' variable that cause font-lock problems.
11412 (tumme-forward-image): Rename from `tumme-forward-char'.
11413 (tumme-backward-image): Rename from `tumme-backward-char'.
11415 2006-07-25 Masatake YAMATO <jet@gyve.org>
11417 * progmodes/ld-script.el (ld-script-keywords)
11418 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11421 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11423 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11424 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11425 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11426 for status indicator.
11428 2006-07-24 Richard Stallman <rms@gnu.org>
11430 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11432 * subr.el (dolist, dotimes): Use interned symbols for locals.
11433 (--dotimes-limit--, --dolist-tail--): New defvars.
11434 (looking-back): Doc fix.
11436 * replace.el (replace-match-string-symbols): Handle dotted lists.
11438 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11440 * tumme.el (tumme-write-tags): Add.
11441 (tumme-write-comments): Add.
11442 (tumme-tag-files): Change to use `tumme-write-tags'.
11443 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11444 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11445 (tumme-save-information-from-widgets): Change to use
11446 `tumme-write-comments' and `tumme-write-tags'.
11447 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11448 (tumme-write-tag): Remove.
11449 (tumme-write-comment): Remove.
11450 (tumme-display-previous-thumbnail-original): Remove empty line.
11451 (tumme-widget-list): Add punctuation.
11453 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11455 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11457 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11459 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11460 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11461 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
11463 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11465 * mouse.el (mouse-on-link-p): Doc fix.
11467 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11469 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11472 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11474 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11477 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11479 * textmodes/table.el: Add move-beginning-of-line and
11480 move-end-of-line to Point Motion Only Group.
11482 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11484 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11486 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11488 * startup.el (user-mail-address): Initialize from the `EMAIL'
11489 environment variable first. Document this.
11490 (command-line): Ditto.
11492 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11494 * help-mode.el (help-function-def, help-variable-def)
11495 (help-face-def): Print a message in the minibuffer.
11497 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11499 * term/xterm.el (terminal-init-xterm): Fix key bindings
11500 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11502 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11504 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11505 where `(nth 1 command)' is a cons cell. Doc fix.
11507 * textmodes/po.el (po-find-charset): Doc fix.
11509 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11511 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11512 (allout-beginning-of-current-line, allout-end-of-current-line)
11513 (allout-next-visible-heading, allout-open-topic)
11514 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11515 (allout-flag-current-subtree, allout-show-to-offshoot)
11516 (allout-hide-current-entry, allout-show-current-branches)
11517 (allout-hide-region-body, allout-old-expose-topic)
11518 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11519 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11520 containing `beginning-of-line' and `end-of-line' with
11521 `inhibit-field-text-motion' t.
11523 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11525 * frame.el (focus-follows-mouse): Document that it doesn't have
11526 any effect on MS-Windows.
11528 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11530 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11532 2006-07-20 Jay Belanger <belanger@truman.edu>
11534 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11536 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11538 (calc-alg-entry): Use `calc-alg-entry-history'.
11539 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11540 Remove reference to `calc-previous-alg-entry'.
11541 (calcAlg-edit, calcAlg-enter): Remove reference to
11542 `calc-previous-alg-entry'.
11543 (calcAlg-previous): Use `previous-history-element' instead of
11544 `calc-previous-alg-entry'.
11545 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11546 Change keybinding for `calcAlg-plus-minus', add keybindings for
11547 `previous-history-element' and `next-history-element'.
11549 * calc/calc-rewr.el (calc-match): Remove reference to
11550 `calc-previous-alg-entry'.
11552 * calc/calc-sel.el (calc-selection-history): New variable.
11553 (calc-enter-selection, calc-sel-mult-both-sides)
11554 (calc-sel-add-both-sides): Use `calc-selection-history'.
11556 * calc/calc-map.el (calc-get-operator-history): New variable.
11557 (calc-get-operator): Use `calc-get-operator-history'.
11559 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11560 (calc-curve-fit): Use `calc-curve-fit-history'.
11562 2006-07-20 Kenichi Handa <handa@m17n.org>
11564 * international/mule-cmds.el (select-safe-coding-system): Fix the
11565 way of deciding eol-type of the coding system.
11567 2006-07-20 Alan Mackenzie <acm@muc.de>
11569 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11570 (c-lang-setvar): New macro.
11571 (c-make-init-lang-vars-fun): Use the initialization forms in
11572 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11573 (comment-start, comment-end, comment-start-skip): Change these from
11574 c-lang-defvar's to c-lang-setvar's.
11576 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11577 which calls make-local-variable on the elements of
11578 c-emacs-variable-inits.
11579 (c-init-language-vars-for): Call this new macro.
11581 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11583 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11584 Try to rule out false positives due to time stamps.
11585 (compilation-mode-font-lock-keywords): Remove rules made redundant
11586 because of the above change. Add `segmentation fault' to the known and
11587 highlighted compilation termination messages.
11589 2006-07-19 Kim F. Storm <storm@cua.dk>
11591 * progmodes/grep.el (grep-find-ignored-directories):
11592 Add .svn and _darcs to list.
11594 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11596 * dired.el (dired-mode-map): Add key binding `C-te' for
11597 `tumme-dired-edit-comment-and-tags'.
11599 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11600 image display buffer is displayed before call to
11601 `tumme-display-image.
11602 (tumme-dired-display-image): Make sure image display buffer is
11603 displayed before call to `tumme-display-image.
11604 (tumme-mouse-display-image): Make sure image display buffer is
11605 displayed before call to `tumme-display-image.
11606 (tumme-widget-list): Add.
11607 (tumme-dired-edit-comment-and-tags): Add.
11608 (tumme-save-information-from-widgets): Add.
11610 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11612 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11614 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11616 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11617 Revert inadvertently installed patch hunk.
11619 * progmodes/compile.el (compilation-find-file): Handle the
11620 cases where the user selects a non-existent file.
11622 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11624 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11626 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11628 * subr.el (sit-for): Just sleep-for if noninteractive.
11630 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11632 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11634 * custom.el (custom-autoload): Add `noset' argument.
11635 (custom-push-theme): Don't autoload the variable, let callers do it.
11636 (custom-theme-set-variables): Autoload the variable if necessary.
11638 * cus-edit.el (custom-variable-state-set): If the variable was
11639 originally set outside custom, but to the same value as the default,
11640 consider it to be standard.
11642 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11643 file *before* telling Emacs to add the autoloads, in case it fails.
11645 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11646 Use `cond', push', and `dolist'.
11648 2006-07-17 Richard Stallman <rms@gnu.org>
11650 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11651 Add defvars to silence warnings.
11653 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11655 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11656 Don't highlight "Compiling file" messages as error.
11658 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11659 file already exists.
11661 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11663 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11664 entry, don't assign to free var; simply return the extracted filename.
11665 (ff-treat-as-special): Incorporate common preamble from callers.
11666 (ff-other-file-name, ff-find-the-other-file):
11667 Update call to ff-treat-as-special.
11669 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11671 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11673 * tumme.el (tumme-get-comment): Fix bug.
11675 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11677 * files.el: Remove spurious * in docstrings.
11679 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11681 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11683 (allout-beginning-of-current-line): Beware beginning of buffer.
11684 Also, a comment is simplified.
11685 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11686 when appropriate. (This fix enables use for other than
11687 bullet-hotspot operation.)
11688 (allout-hide-current-subtree): While escalating to sibling-close,
11689 make sure to situate on a topic.
11691 2006-07-14 Kim F. Storm <storm@cua.dk>
11693 * emulation/cua-base.el (cua-delete-selection)
11694 (cua-toggle-set-mark): New defcustoms.
11695 (cua-rectangle-modifier-key): Add `alt' modifier.
11696 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11697 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11698 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11700 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11702 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11704 * allout.el: Require 'cl during byte-compilation/interactive load,
11705 for the `assert' macro.
11706 (allout-mode-deactivate-hook): New hook, run when allout mode
11708 (allout-developer): New allout customization subgroup.
11709 (allout-run-unit-tests-on-load): New allout-developer
11710 customization variable, when true allout unit tests are run towards
11711 end of file load/eval.
11712 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11714 (allout-resumptions): Remove, to be replaced by...
11715 (allout-add-resumptions): Register variable settings to be
11716 reinstated by `allout-do-resumptions'. The settings are made
11717 buffer-local, but the locality/globality of the suspended setting
11718 is restored on resumption.
11719 (allout-do-resumptions): Reinstate all settings suspended using
11720 `allout-add-resumptions'.
11721 (allout-test-resumptions): Unit tests (and intermediate variables)
11723 (allout-tests-globally-unbound, allout-tests-globally-true)
11724 (allout-tests-locally-true): Intermediate variables for
11725 resumptions unit tests.
11726 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11727 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11728 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11729 instead of retired `allout-resumptions'. For hook functions, use
11730 `local' parameter so hook settings are created and removed as
11731 buffer-local settings. Revise (resumptions) setting
11732 auto-fill-function so it is set only if already active. (The
11733 related fill-function settings are all made in either case, so
11734 that activating auto-fill-mode activity will have the custom
11735 allout-mode behaviors (hanging indent on topics, if configured for it).
11736 Remove all allout-exposure-category overlays on mode deactivation.
11737 (allout-hotspot-key-handler): New function extracted from
11738 `allout-pre-command-business', so the functionality can be used
11739 for other purposes, eg as a binding in an overlay.
11740 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11741 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11742 customization variable.
11743 (allout-run-unit-tests): Run the (currently quite small)
11744 repertoire of unit tests. Called just before the provide iff user
11745 has customized `allout-run-unit-tests-on-load' non-nil.
11747 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
11749 * emacs-lisp/authors.el (authors-aliases): Update.
11751 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11753 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11754 gdb-source-window. Add dedicated argument.
11755 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11756 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11757 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11758 (gdb-display-locals-buffer): Use it.
11760 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11761 Set gdb-source-window.
11763 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11765 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11766 minor modes, redundant with the custom-autoload line above.
11768 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11770 * longlines.el (longlines-post-command-function): Handle open-line too.
11772 2006-07-12 Richard Stallman <rms@gnu.org>
11774 * progmodes/grep.el (grep-last-buffer): Doc fix.
11776 * info.el (Info-try-follow-nearest-node): Doc fix.
11778 * emacs-lisp/edebug.el (edebug-instrument-function):
11779 Err if find-function-noselect gives no position.
11781 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11782 If can't find definition, return nil for position.
11783 (find-function-do-it): Handle new return value
11784 of find-definition-noselect.
11785 (find-definition-noselect, find-variable-noselect): Doc fix.
11786 (find-function-noselect): Doc fix.
11788 * help-mode.el (help-variable-def): Handle find-variable-noselect
11789 returning no position.
11790 (help-function-def): Likewise for find-function-search-for-symbol.
11791 (help-face-def): Likewise.
11793 * help-fns.el (describe-variable): Handle find-variable-noselect
11794 returning no position.
11796 * files.el (locate-file-completion): Avoid duplicates in result.
11798 * cus-edit.el (custom-no-edit): New command.
11799 (custom-mode-map): Remap to custom-no-edit instead of
11800 using suppress-keymap.
11802 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11804 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11805 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11806 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11808 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11810 2006-07-11 Kim F. Storm <storm@cua.dk>
11812 * ido.el (ido-copy-current-file-name): Use buffer-name if
11813 buffer-file-name is nil.
11815 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11817 * simple.el (undo-ask-before-discard): Set to nil.
11819 * vc.el (vc-exec-after): Don't delete process manually.
11820 (vc-print-log): Run log-view-mode in process sentinel inside
11821 inhibit-read-only. Don't shrink window due to timing issues.
11823 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11824 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11826 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11829 Fix ambiguity introduced by last change.
11830 (compilation-find-file): Move save-excursion to where it may
11831 make sense. Fix a left over `find-file'.
11833 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11835 * textmodes/texinfmt.el (texinfo-format-separate-node):
11836 Insert a string before point, which fits documentation, not after.
11837 (texinfo-multitable-item): In a multitable row, insert any
11838 additional needed @tabs and spaces.
11840 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11842 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11843 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11844 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11845 instead of shell-command.
11846 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11847 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11848 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11849 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11850 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11851 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11853 2006-07-11 Kim F. Storm <storm@cua.dk>
11855 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11856 Remove special case for seconds < 0. Use (redisplay t) instead.
11858 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11860 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11861 avoid compilation error.
11863 * subr.el (sit-for): New function.
11865 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11867 2006-07-10 Richard Stallman <rms@gnu.org>
11869 * ldefs-boot.el (edebug): Update page.
11871 2006-07-10 Kim F. Storm <storm@cua.dk>
11873 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11874 to FOR-RELEASE and TODO.
11876 2006-07-10 Romain Francoise <romain@orebokech.com>
11878 * emacs-lisp/authors.el (authors-aliases): Update.
11880 2006-07-10 Alan Mackenzie <acm@muc.de>
11882 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11883 * cc-mode.el: Changes to eradicate eval-after-load.
11885 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11887 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11888 on non-char events.
11890 2006-07-09 Romain Francoise <romain@orebokech.com>
11892 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11893 Don't highlight start/end markers as compilation messages.
11895 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11898 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11900 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11902 2006-07-08 Richard Stallman <rms@gnu.org>
11904 * term/x-win.el (x-handle-display): Add doc string.
11906 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11908 * subr.el (def-edebug-spec): Move here.
11909 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11911 * imenu.el (imenu-choose-buffer-index): Doc fix.
11913 2006-07-08 Romain Francoise <romain@orebokech.com>
11915 * term/x-win.el (x-display-name): Fix typo.
11917 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11919 * hexl.el (hexl-find-file): Doc fix.
11921 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11923 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11925 * term/x-win.el (x-display-name): Doc fix.
11927 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11929 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11931 (fill-region-as-paragraph): Don't round up to a whole line.
11932 (fill-comment-paragraph): Don't include the code-before-the-comment
11933 when calling fill-region-as-paragraph.
11935 * international/mule.el (make-char): Remove redundancy.
11937 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11938 property may contain an anonymous function rather than a symbol.
11940 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11942 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11943 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11945 * dirtrack.el (dirtrack-default-directory-function): Remove.
11946 (dirtrack-directory-function): Use file-name-as-directory.
11947 (dirtrack-windows-directory-function): Simplify.
11948 (dirtrack-forward-slash, dirtrack-backward-slash)
11949 (dirtrack-replace-slash): Remove.
11950 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11951 (dirtrack): Fix wrong parenthesizing; use match-string.
11953 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11954 (inferior-octave-mode): Only change the buffer-local value of
11955 comint-dynamic-complete-functions.
11956 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11957 Move the initialization to the declaration.
11958 (inferior-octave-complete): Remove unused var `filter'.
11960 * shell.el (shell-mode): Only change the buffer-local value of
11961 comint-dynamic-complete-functions.
11963 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11965 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11966 entry is skipped because it has been scheduled.
11967 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11968 changing `:org-archived' and `:org-comment' properties.
11970 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11972 * server.el (server-select-display): Don't make the temp frame
11973 minibuffer-only, in case it's not a temp frame.
11974 (server-process-filter): Don't delete the temp frame if it's the
11975 only one we have on that display.
11977 * files.el (find-alternate-file): Doc fix.
11979 2006-07-05 Richard Stallman <rms@gnu.org>
11981 * files.el (abbreviate-file-name): Add save-match-data.
11983 2006-07-03 Richard Stallman <rms@gnu.org>
11985 * faces.el (read-face-name): Doc fix.
11987 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11989 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11991 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11993 * vc.el (vc-diff-internal): Fix prev change.
11995 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11997 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11998 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12000 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12002 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12003 fails if the symbol contains chars like ( or '.
12004 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12005 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12008 2006-07-04 Kenichi Handa <handa@m17n.org>
12010 * international/mule-cmds.el (set-language-info): If LANG-ENV is
12011 the current one, don't call set-language-environment, but call one
12012 of set-language-environment-XXX to make INFO effective now.
12013 (set-language-environment): Call set-language-environment-XXX
12014 functions instead of doing the various setups directly.
12015 (set-language-environment-coding-systems): Delete argument eol-type.
12016 (set-language-environment-input-method)
12017 (set-language-environment-nonascii-translation)
12018 (set-language-environment-charset)
12019 (set-language-environment-fontset)
12020 (set-language-environment-unibyte): New functions.
12022 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
12024 * locate.el (locate-update-when-revert): New option.
12025 (locate-update-path): New option (suggested by Michael Albinus).
12026 (locate-prompt-for-command): Whitespace change.
12027 (locate-update): No longer offer to update the locate database by
12028 default. Implement the two new options.
12030 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
12032 * tooltip.el: Move comment about track-mouse...
12034 * progmodes/gud.el: ...to here.
12036 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
12038 * facemenu.el (facemenu-listed-faces): New var.
12039 (facemenu-unlisted-faces): Variable deleted.
12040 (facemenu-add-new-face): Use facemenu-listed-faces.
12042 * emulation/viper-init.el, calendar/calendar.el:
12043 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12045 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
12047 * textmodes/org.el (org-mode): Remove no invalid settings for
12048 calc embedded mode.
12049 (org-mode-p): New defsubst.
12050 (org-save-all-org-buffers): New function.
12051 (org-first-headline-recenter): Enclose outline-regexp in group
12053 (org-set-tags): Keep single space after stars.
12055 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12057 * window.el (set-window-text-height): Only set window-min-height to
12058 1 if that's the requested size.
12060 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12061 (diff-unified->context, diff-context->unified)
12062 (diff-reverse-direction): Make sure the end marker stays at the end.
12063 (diff-mode): Add the keymap table at the end of docstring.
12064 Use lexical-let rather than constructing a closure manually.
12066 * files.el (find-file-noselect-1): Remove unused var assignment.
12067 (hack-local-variables-confirm): Print lists of strings as lists of
12068 strings rather than lists of symbols.
12069 (abbreviate-file-name, hack-local-variables-prop-line):
12071 (hack-one-local-variable): Move `make-local-variable' nearer its use.
12072 (recover-session-finish): Use line-end-position.
12074 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
12076 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12078 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
12080 * progmodes/make-mode.el (makefile-macroassign-regex):
12081 Accept preceding keyword.
12082 (makefile-gmake-statements): Reorganize, now that makepp has
12083 "override" and also handle forgotten "override define".
12084 (makefile-makepp-statements): Add new "global", "override export"
12085 and "override global".
12087 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
12089 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12090 (ada-compile-mouse-goto-error, ada-deactivate-properties)
12091 (ada-no-auto-case): Fix typos in docstrings.
12093 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
12095 * info.el (Info-find-node-2): Search for makeinfo version more
12098 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
12100 * textmodes/org.el (org-prepare-agenda-buffers):
12101 Use `invisible-OK' argument for `org-end-of-subtree'.
12102 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12103 (org-beginning-of-item): Fix bug in regular expression for white line.
12104 (org-export-as-html): Enforce space after bullet in plain list items.
12105 (org-set-autofill-regexps): Require space after plain list bullet
12106 for paragraph-start.
12107 (org-ts-regexp3): New constant.
12108 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12109 (org-timestamp-up-day, org-timestamp-down-day)
12110 (org-timestamp-change): Work with inactive timestamps.
12111 (org-ts-regexp1): Don't allow brackets in time stamps.
12113 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12115 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12116 for ignoring links.
12118 * faces.el (read-face-name): Use it.
12120 2006-06-28 Juri Linkov <juri@jurta.org>
12122 * buff-menu.el (list-buffers-noselect): Compare Info file
12123 with the string "dir" to detect Info directory.
12125 * complete.el (partial-completion-mode): In lambda for
12126 `choose-completion-string-functions' use full function signature
12127 with 4 args, and move point to the end of the minibuffer only if arg
12128 `mini-p' is non-nil.
12130 2006-06-28 John Paul Wallington <jpw@pobox.com>
12132 * ibuffer.el (ibuffer-mode): Doc fix.
12134 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12136 * textmodes/org.el (org-context): New contexts :item-bullet,
12137 :latex-fragment, :latex-preview.
12138 (org-overlays-at, org-overlay-start, org-overlay-end):
12139 New compatibility functions.
12140 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12141 exact regexp that will be used during export.
12142 (org-latex-regexps): New variable.
12143 (org-cdlatex-mode): Improve advice for `texmathp'.
12144 (turn-on-org-cdlatex): New function.
12146 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12148 * term/mac-win.el (mac-handle-font-selection): Change keys of
12149 mac-atsu-font-table from strings to numbers.
12150 (mac-ts-caret-position): Use also when cursor-type is nil.
12151 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12152 Relax condition for using overlay strings.
12153 Use mac-ts-caret-position face when cursor-type is nil.
12155 2006-06-26 Kim F. Storm <storm@cua.dk>
12157 * help.el (view-emacs-news): Declare `res' in the right let* form.
12159 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12161 * net/rcompile.el (remote-compile): Replace ange-ftp based
12162 implementation by Tramp functions.
12163 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12165 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12167 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12169 * international/fontset.el (setup-default-fontset): Fix a typo in
12170 the "Oriya-Akruti" registry name.
12172 2006-06-23 Lars Hansen <larsh@soem.dk>
12174 * desktop.el (desktop-full-file-name): New function.
12175 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12176 (desktop-revert): Use it.
12177 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12178 (desktop-after-read-hook): Add option list-buffers.
12179 (desktop-locals-to-save): Add tab-width.
12180 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12183 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12185 * textmodes/org.el (org-cdlatex-mode-map)
12186 (org-cdlatex-texmathp-advice-is-done): New variables.
12187 (org-cdlatex-mode): New minor mode.
12188 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12189 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12190 (org-export-with-archived-trees): New option.
12191 (org-open-file): Remove the call to `convert-standard-filename'.
12192 (org-archive-tag, org-agenda-skip-archived-trees)
12193 (org-cycle-open-archived-trees)
12194 (org-sparse-tree-open-archived-trees): New options.
12195 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12196 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12198 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12199 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12200 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12201 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12202 Call `org-prepare-agenda-buffers'.
12203 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12204 (org-file-apps, org-file-apps-defaults-gnu)
12205 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12206 Handle remote files by forcing them to be opened in Emacs.
12208 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12210 * vc.el (vc-diff-knows-L): New variable.
12211 (vc-diff-internal): Use it to handle "diff" programs that don't
12212 understand -L. This works automatically, no user action is necessary.
12214 2006-06-23 Daniel Brockman <daniel@brockman.se>
12216 * net/rcirc.el (rcirc-default-user-full-name): Default to
12217 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12219 (rcirc-process-list): Check `buffer-live-p' before attempting to
12220 switch to a buffer.
12222 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12224 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12225 based on rcirc-coding-system-alist.
12227 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12229 * cus-edit.el (customize-apropos): A better error message.
12230 (top level) <debug-ignored-errors>: Extend and update the list of
12231 ignored error messages.
12233 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12235 * complete.el (PC-do-completion): Retain capitalization of user
12236 input, when possible, even if completion-ignore-case is set.
12238 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12240 * generic-x.el (bat-generic-mode): Support .cmd files.
12242 * dos-w32.el (top level): Use find-file-not-found-functions
12243 instead of the obsolete find-file-not-found-hooks.
12245 2006-06-22 Kim F. Storm <storm@cua.dk>
12247 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12248 to recognize mode name containing submodes, such as Grep/lw.
12250 2006-06-21 Kim F. Storm <storm@cua.dk>
12252 * simple.el (line-move-1): Check for move-end-of-line instead of
12253 end-of-line when setting temporary-goal-column.
12255 2006-06-21 Miles Bader <miles@gnu.org>
12257 * play/cookie1.el (cookie): Work properly when there's only one entry.
12259 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12261 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12262 (gdb-frame-handler): Generalize frame regexp for templates.
12264 2006-06-20 Glenn Morris <rgm@gnu.org>
12266 * calendar/appt.el (appt-display-format): Default value must be
12267 one of the customize options.
12269 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12271 * term/xterm.el (terminal-init-xterm): Update key availability info.
12274 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12276 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12278 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12279 whether or not a local variables list is defined.
12281 * msb.el (msb): Move `sit-for' hack here to handle both
12282 "mouse-down and drag" and "mouse-up and select" situations.
12283 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12285 2006-06-20 Kenichi Handa <handa@m17n.org>
12287 * international/characters.el (word-combining-categories):
12288 Add entries for 2-byte Han characters.
12290 2006-06-19 Richard Stallman <rms@gnu.org>
12292 * bindings.el (mode-line-format): Save some mode line space.
12294 * files.el (find-file-noselect): Improve the question wording.
12295 (basic-save-buffer-2): Mask UMASK against 666.
12297 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12298 (mouse-drag-vertical-line): Call it.
12300 * cus-edit.el (customize-option, customize-option-other-window):
12301 Error if SYMBOL is nil.
12303 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12305 * textmodes/org.el: Require noutline, also on XEmacs.
12306 (org-end-of-subtree): Return point.
12307 (org-dblock-start-re, org-dblock-end-re): New constants.
12308 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12309 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12310 (org-update-all-dblocks, org-find-dblock): New functions.
12311 (org-collect-clock-time-entries): New function.
12312 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12313 (org-fixup-indentation): Modify to deal correctly with lines
12314 starting with TAB. Only one argument DIFF now.
12315 (org-demote, org-promote): Call `org-fixup-indentation' with just
12316 one argument, DIFF.
12317 (org-mode): Don't mark buffer as modified when aligning tables.
12318 (org-clock-sum): Don't mark buffer modified when adding time sum
12320 (org-export-as-html): Add support for a link validation function.
12321 (org-archive-all-done): New function.
12322 (org-archive-subtree): New prefix argument. When set, archive all
12323 done subtrees in this buffer.
12324 (org-remove-clock-overlays)
12325 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12326 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12327 (org-put-clock-overlay): Don't swallow last headline character
12328 when displaying overlay.
12329 (org-store-link): Link to `image-mode' with just the file name.
12331 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12333 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12334 Use read-key-sequence.
12335 (viper-after-change-undo-hook): Misc enhancements.
12336 (viper-after-change-undo-hook): New hook.
12337 (viper-undo): Use viper-after-change-undo-hook.
12338 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12339 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12340 clicking on that widget/button.
12342 * emulation/viper.el (viper-mode): Allow a separate cursor color
12345 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12346 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12347 (ediff-set-actual-diff-options): New function.
12348 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12349 Use ediff-set-actual-diff-options.
12350 (ediff-extract-diffs): Catch errors.
12351 (ediff-whitespace): Add non-breakable space.
12352 (ediff-same-file-contents): Catch errors.
12354 * ediff-mult.el (ediff-collect-custom-diffs):
12355 Save coding-system-for-read.
12357 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12358 (ediff-vc-internal, ediff-vc-merge-internal):
12359 Use ediff-delete-version-file.
12360 (ediff-delete-version-file): New function.
12362 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12364 * ediff.el (ediff-directories, ediff-directory-revisions)
12365 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12366 (ediff-directories-internal, ediff-merge-directory-revisions)
12367 (ediff-merge-directory-revisions-with-ancestor)
12368 (ediff-directories3): Use read-directory-name.
12370 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12372 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12373 Remove superfluous part of regexp for brace matching which is handled
12374 by `scan-lists' call.
12376 2006-06-16 Richard Stallman <rms@gnu.org>
12378 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12380 * files.el (basic-save-buffer-2): For a new precious file,
12381 use the default modes in the return value.
12383 * facemenu.el (facemenu-color-alist): Doc fix.
12385 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12387 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12389 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12391 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12392 (mac-utxt-to-string): Use it.
12393 (mac-ts-update-active-input-area): Use mac-ae-number.
12395 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12397 * term.el (term-handle-scroll, term-delete-lines)
12398 (term-insert-lines): Fix off by one errors.
12400 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12402 * net/tramp.el (tramp-touch): Use UTC to express time.
12404 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12406 * mail/sendmail.el (mail-send): Search explicitly for
12407 mail-header-separator when checking for corrupted header lines.
12409 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12411 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12412 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12413 (gdb-init-1): Initialise them.
12414 (gdb-starting): Reset gdb-printing
12415 (gdb-starting): Save value of gud-overlay-arrow-position.
12416 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12417 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12418 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12419 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12421 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12423 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12425 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12427 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12428 (ldap-search-internal): Keep error messages, and a regexp fix.
12430 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12432 * files.el (hack-local-variables-confirm):
12433 Display string value using its printed representation.
12435 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12437 * server.el (server-edit): No-op if no server buffers exist.
12439 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12441 * textmodes/page-ext.el (pages-directory-for-addresses):
12442 Including `pages-directory-address-mode' in the function results
12443 in the message "Buffer in which pages were found is deleted".
12445 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12447 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12448 clocking functions.
12450 (org-agenda-clock-in, org-check-running-clock)
12451 (org-clock-out-if-current, org-remove-clock-overlays)
12452 (org-put-clock-overlay): New functions.
12453 (org-clock-marker, org-clock-file-total-minutes)
12454 (org-clock-overlays): New variables.
12455 (org-clock-display, org-clock-sum, org-clock-cancel)
12456 (org-clock-out, org-clock-in): New commands.
12457 (org-export): New function.
12458 (org-emph-re): New constant.
12459 (org-set-emph-re, org-do-emphasis-faces): New functions.
12460 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12461 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12462 (org-export-html-convert-emphasize): Use the configurable emphasis.
12463 (org-cleaned-string-for-export): Make multiline emphasis visible
12464 to the exporter. New optional argument PARAMETERS.
12465 (org-export-as-html): Specify :emph-multiline parameter to
12466 `org-cleaned-string-for-export'.
12468 2006-06-10 Richard Stallman <rms@gnu.org>
12470 * help.el (help-for-help-internal): Clean up help text.
12472 2006-06-10 Andreas Schwab <schwab@suse.de>
12474 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12477 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12479 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12481 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12482 spaces after the comment start.
12484 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12486 * play/pong.el (pong-init-buffer):
12487 Fill buffer with spaces instead of ^A.
12489 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12490 launched asynchronously, delete its process instead of being cool.
12491 (ispell-async-processp): Check for `delete-process' existence
12492 instead of `kill-process' one for consistency.
12494 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12496 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12497 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12498 in mode line at startup.
12500 2006-06-08 Kim F. Storm <storm@cua.dk>
12502 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12503 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12504 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12505 (ido-file-internal): Pass full file name to write-file.
12506 (ido-read-internal): Only pop stack elements automatically if they
12507 actually match an existing directory or file name.
12509 2006-06-07 Kenichi Handa <handa@m17n.org>
12511 * international/mule.el (find-auto-coding): Don't handle the short
12514 * files.el (hack-local-variables-prop-line)
12515 (hack-local-variables): Cancel the previous change.
12517 2006-06-06 Jesper Harder <harder@phys.au.dk>
12519 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12521 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12523 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12524 diff-default-read-only is non-nil.
12525 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12526 (diff-refine-hunk): Set inhibit-read-only to t.
12528 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12529 modifying the *Diff* buffer.
12530 (diff-process-filter): New filter function for diff process that
12531 sets inhibit-read-only to t when modifying the *Diff* buffer.
12533 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12535 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12536 insertion point and control the number of empty lines.
12537 (org-paste-subtree): Limit the number of empty lines at the end of
12539 (org-agenda): Use buffer name of current file for narrowing.
12540 (org-export-as-xml): Command removed.
12541 (org-export-xml-type): Option removed.
12542 (org-mode-map): Call `org-export-as-xoxo' directly.
12543 (org-get-indentation): New optional argument LINE.
12544 (org-fix-indentation, org-remove-tabs): New functions.
12545 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12546 correct indentation for headlines that are converted it items.
12547 (org-skip-comments): Remove table lines that contain narrowing
12548 cookies but no other non-empty fields.
12549 (org-set-tags): Allow groups of mutually exclusive tags.
12550 (org-cmp-time): Sort 24:21 before items without time.
12551 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12552 (org-open-at-point): Require double colon also for numbers.
12554 2006-06-06 Kim F. Storm <storm@cua.dk>
12556 * ido.el (ido-default-file-method, ido-default-buffer-method):
12557 Make choice values consistent with corresponding command names.
12558 (ido-visit-buffer): Update accordingly. Default to selected-window.
12560 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12562 * progmodes/gud.el (gud-running): Fix doc string.
12563 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12564 (gud-tooltip-modes): Add python-mode.
12565 (gud-tooltip-print-command): Add pdb. Remove perldb.
12567 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12569 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12572 2006-06-05 Richard Stallman <rms@gnu.org>
12574 * faces.el (defined-colors): Doc fix.
12576 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12578 * vc.el (vc-process-filter): Inhibit undo info collection around
12580 (vc-setup-buffer): Likewise for call to erase-buffer.
12581 (vc-do-command): Likewise for call to process-file.
12583 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12585 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12587 (gud-common-init): Other debuggers may trigger error.
12589 2006-06-05 Kenichi Handa <handa@m17n.org>
12591 * international/mule.el (find-auto-coding):
12592 Handle enable-character-translation in file header.
12594 2006-06-04 Kim F. Storm <storm@cua.dk>
12596 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12597 (authors-fixed-entries): Fix spelling.
12598 (authors-canonical-file-name): Don't report error for wildcards.
12600 * help.el (view-emacs-news): Rewrite to support new NEWS,
12601 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12602 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12603 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12605 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12607 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12608 exec constructs like `foo bar`.
12609 (sh-quoted-subshell): New helper function to search for a possibly
12610 nested subshell (like `` or $()) within a "" quoted string.
12611 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12612 (sh-apply-quoted-subshell): Flag quote characters inside a
12613 subshell, which is itself already in a quoted region, as
12614 punctuation, since this is the closest to what they actually are.
12615 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12616 sh-apply-quoted-subshell.
12617 (sh-font-lock-syntactic-face-function): Apply the new face for
12618 text inside `` instead of the old font-lock-string-face.
12620 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12622 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12623 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12624 (mac-bytes-to-text-range, mac-ae-text-range-array)
12625 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12626 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12627 (mac-ts-unicode-for-key-event): New functions.
12628 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12629 (mac-handle-font-selection): Use mac-ae-number.
12630 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12632 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12633 (mac-ts-converted-text, mac-ts-selected-converted-text)
12634 (mac-ts-block-fill-text, mac-ts-outline-text)
12635 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12636 (mac-ts-hilite-style-faces): New constant.
12637 (mac-apple-event-map): Bind text input events.
12638 (mac-dispatch-apple-event): Use command-execute instead of
12639 call-interactively.
12640 (global-map): Don't bind mac-apple-event.
12641 (special-event-map): Bind mac-apple-event.
12643 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12645 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12647 (emacs): Enclose the value of $(EMACS) in quotes.
12649 2006-06-02 Juri Linkov <juri@jurta.org>
12651 * international/mule.el (sgml-html-meta-auto-coding-function):
12652 Remove the condition `(search-forward "<html" size t)'.
12653 Replace `\"' with `[\"']?' in `re-search-forward'.
12655 2006-06-02 Kenichi Handa <handa@m17n.org>
12657 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12658 as well as `coding'.
12659 (hack-local-variables): Likewise.
12661 * international/mule.el (enable-character-translation):
12662 Put permanent-local and safe-local-variable properties.
12663 (find-auto-coding): Handle char-trans: tag.
12665 2006-06-02 Juri Linkov <juri@jurta.org>
12667 * international/mule.el (sgml-html-meta-auto-coding-function):
12668 Limit the search by the end of the HTML header (if any).
12670 2006-06-01 Richard Stallman <rms@gnu.org>
12672 * subr.el (with-current-buffer): Doc fix.
12674 2006-06-02 Masatake YAMATO <jet@gyve.org>
12676 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12677 Almost rewrite. Underlines over all lines of gcov output are too
12678 uncomfortable to read. Suggested by Dan Nicolaescu.
12680 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12682 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12684 * shell.el (shell-mode): Use shell-mode-map in docstring.
12686 * comint.el (comint-send-input): Do not add help-echo and
12687 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12689 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12691 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12693 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12695 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12696 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12697 look up the stack and pop up GUD buffer if necessary.
12698 (gdb-frames-select): Remove redundant call to gud-display-frame.
12699 (gdb-info-threads-custom): Keep point at start of buffer.
12700 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12702 2006-05-31 Juri Linkov <juri@jurta.org>
12704 * replace.el (query-replace-read-from, query-replace-read-to):
12705 Bind `history-add-new-input' to nil. Call `add-to-history'.
12707 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12709 * textmodes/table.el: Convert all HTML tags to lower case for
12710 XHTML compatibility.
12712 2006-05-31 Masatake YAMATO <jet@gyve.org>
12714 * progmodes/compile.el:
12715 (compilation-error-regexp-alist-alist::gcov-called-line):
12716 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12718 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12720 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12721 Revert inadvertent changes made with last commit.
12723 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12725 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12728 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12730 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12732 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12733 only matches in the right place.
12734 (org-upcoming-deadline): New face.
12735 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12736 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12737 and make it an option.
12738 (org-export-ascii-bullets): New option.
12739 (org-export-as-html): Many changes to emit valid XHTML.
12740 (org-par-open): New variable.
12741 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12742 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12743 (org-timeline): Pass `org-timeline-show-empty-dates' to
12744 `org-get-all-dates'. Interpret empty dates returned by
12745 `org-get-all-dates'.
12746 (org-get-all-dates): New argument EMPTY. Add dates without
12747 entries to the list, mark large ranges of empty dates.
12748 (org-point-in-group, org-context): New functions.
12750 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12752 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12754 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12755 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12756 to C-mouse-3 (for 2 button mice).
12757 (gdb-send): Do the right thing for C-d.
12759 * speedbar.el (speedbar-detach): Delete.
12760 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12762 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12764 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12766 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12770 Add makepp diagnostic.
12772 2006-05-29 Richard Stallman <rms@gnu.org>
12774 * window.el (fit-window-to-buffer): Doc fix.
12776 * help.el (temp-buffer-max-height): Doc fix.
12778 * subr.el (with-current-buffer): Doc fix.
12780 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12782 * term/x-win.el: Bind F10 to menu-bar-start if available.
12784 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12786 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12787 uses with a simple test.
12788 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12789 (term-send-raw-string, term-send-raw, term-mouse-paste)
12790 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12791 (term-handle-exit, term-read-input-ring)
12792 (term-previous-matching-input-string)
12793 (term-previous-matching-input-string-position)
12794 (term-previous-matching-input-from-input)
12795 (term-replace-by-expanded-history, term-send-input)
12796 (term-skip-prompt, term-bol, term-send-invisible)
12797 (term-kill-input, term-delchar-or-maybe-eof)
12798 (term-backward-matching-input, term-check-source)
12799 (term-proc-query, term-emulate-terminal)
12800 (term-handle-colors-array, term-process-pager, term-pager-line)
12801 (term-pager-bob, term-unwrap-line, term-word)
12802 (term-dynamic-complete-filename)
12803 (term-dynamic-complete-as-filename)
12804 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12807 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12809 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12810 during bootstrapping.
12812 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12813 Basically undo the change of 2006-05-26: use extra arguments instead of
12815 (ewoc-locate): Remove unused var `footer'.
12817 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12819 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12821 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12822 (generate-file-autoloads): Obey it. Return whether autoloads were
12823 added at point or not.
12824 (update-file-autoloads): Use this new return value.
12825 Remove redundant test for the presence of an autoload cookie.
12827 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12828 This one calls hack-local-variables.
12829 (generate-file-autoloads, update-file-autoloads): Use it.
12831 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12832 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12833 (bibtex-sort-entry-class-alist): Don't set the global value.
12834 (bibtex-init-sort-entry-class-alist): New fun.
12835 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12836 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12837 of bibtex-init-sort-entry-class.
12839 2006-05-28 Richard Stallman <rms@gnu.org>
12841 * subr.el (load-history-regexp): If FILE is relative, insist
12842 entire last name component must match it.
12843 (load-history-filename-element, load-history-regexp): Doc fixes.
12845 2006-05-29 Kim F. Storm <storm@cua.dk>
12847 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12848 `pos' and `raw-data' for clarity, as eval forms may access these.
12850 2006-05-28 Kim F. Storm <storm@cua.dk>
12852 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12854 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12856 * progmodes/make-mode.el (makefile-browser-map)
12857 (makefile-mode-syntax-table): Move initialization inside declaration.
12858 (makefile-fill-paragraph): Use the default comment-filling code.
12860 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12862 * replace.el (query-replace-defaults): New variable.
12863 (query-replace-read-from): Use `query-replace-defaults' for
12864 default value, instead of history list.
12865 (query-replace-read-to): Update `query-replace-defaults'.
12867 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12869 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12872 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12874 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12875 (tumme-show-all-from-dir): Add autoload.
12877 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12879 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12880 (tumme-remove-tag): Fix bug.
12882 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12884 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12885 FOOTER args. Update unique caller.
12886 (ewoc-delete): Compute last node once before looping.
12887 (ewoc--node-branch): Merge into unique caller.
12888 (ewoc--node): Don't define constructor make-ewoc--node for this
12890 (ewoc): Add member `hf-pp' to this structure.
12891 (ewoc--wrap): New func.
12892 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12893 header/footer pretty-printers. Save header/footer pretty-printer.
12894 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12896 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12898 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12900 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12901 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12902 Tag'. Change "Compare directories..." to "Change Directories...".
12903 Move tumme commands to Operate, Regexp and Immediate menus.
12904 Change "Add Comment" to "Add Image Comment". Change "Add Image
12905 Tag" to "Add Image Tags".
12907 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12908 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12909 `tumme-delete-tag'.
12911 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12913 * shell.el (shell-mode): Call shell-dirtrack-mode after
12914 list-buffers-directory is made a local variable, to avoid setting
12917 2006-05-26 Kevin Ryde <user42@zip.com.au>
12919 * info.el (Info-index-next): Use where-is-internal to report
12920 actual binding of Info-index-next, rather than hard-coded `,'.
12922 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12924 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12925 and "Find Command in Manual" to here.
12927 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12928 Info-current-file as the file name.
12930 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12932 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12933 overrides will now be done a different way.
12934 (ses-set-parameter): Reapply this function for undo.
12935 (ses-set-header-row): Reconstruct header row during undo.
12936 (ses-widen): New function.
12937 (ses-goto-data, ses-reconstruct-all): Use new function.
12938 (ses-command-hook): Widen buffer during undo, before unupdating
12940 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12941 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12942 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12943 formula hasn't been executed yet.
12945 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12947 * comint.el (comint-kill-whole-line): Rename arg to count.
12950 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12952 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12955 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12957 * simple.el (toggle-truncate-lines): Make arg optional for
12958 backward compatibility.
12960 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12962 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12963 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12964 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12965 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12966 (ewoc--adjust): Use ewoc--current-dll.
12967 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12969 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12971 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12972 compact error message.
12973 (org-tags-view): Refresh category table in each file.
12974 (org-table-justify-field-maybe): Remove superfluous arguments to
12976 (org-export-as-html): Insert "<p>" before postamble.
12977 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12979 2006-05-26 Kenichi Handa <handa@m17n.org>
12981 * textmodes/po.el (po-find-charset): Pay attention to the case
12982 FILENAME is a cons (NAME . BUFFER).
12983 (po-find-file-coding-system-guts): Likewise.
12985 * arc-mode.el (archive-set-buffer-as-visiting-file):
12986 Call find-operation-coding-system with (FILENAME . BUFFER).
12988 * tar-mode.el (tar-extract): Call find-operation-coding-system
12989 with (FILENAME . BUFFER).
12991 * international/mule.el (decode-coding-inserted-region):
12992 Call find-operation-coding-system with (FILENAME . BUFFER).
12994 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12996 * image-mode.el (image-toggle-display): Use buffer contents to
12997 generate image for a remote file.
12999 2006-05-25 Juri Linkov <juri@jurta.org>
13001 * replace.el (query-replace-read-from, query-replace-read-to):
13002 Remove 8th arg KEEP-ALL in read-from-minibuffer.
13004 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
13006 * whitespace.el (whitespace-cleanup): Change to cleanup
13007 region if one is active.
13008 * whitespace.el (whitespace-cleanup-internal): New internal method.
13010 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13012 * dired.el (dired-mode-map): Add help-echo strings to tumme
13013 commands. Bind `tumme-dired-display-image' to C-t i.
13015 * tumme.el (tumme-display-image): Change documentation string slightly.
13016 (tumme-dired-display-image): Add call to `display-buffer'.
13018 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13020 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13021 Signal error if RAW-DATA is a multibyte string.
13023 2006-05-24 Richard Stallman <rms@gnu.org>
13025 * subr.el (with-local-quit): When handling `quit' signal,
13026 make a chance for quit-flag to cause a quit.
13028 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13029 (ad-disable-advice): Add autoloads.
13031 * subr.el (read-passwd): Copy PROMPT before changing its properties.
13033 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13035 * dired.el (dired-mode-map): Change menu items for tumme as per
13036 suggestions in emacs-devel.
13038 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13040 * dired.el (dired-mode-map): Fix breakage.
13042 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13044 * tumme.el (tumme-display-dired-image): Rename to...
13045 (tumme-dired-display-image): ...this.
13046 (tumme-track-movement): Change default value to t.
13047 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13048 used from `tumme-next-line-and-display' and similar commands.
13050 * dired.el (dired-mode-map): Add Thumbnail submenu under the
13051 Immediate menu. Add some tumme commands there.
13053 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
13055 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13057 2006-05-24 Chong Yidong <cyd@mit.edu>
13059 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13060 menu entries that open submenus.
13062 2006-05-24 Alan Mackenzie <acm@muc.de>
13064 * startup.el (command-line): For names of preloaded files, don't
13065 append ".elc" (now done in Fload), and call file-truename on the
13068 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
13069 match ANY loaded file with the right name, not just those in
13070 load-path. Put a regexp matching the file name into
13071 after-load-alist, rather than the name itself.
13073 * subr.el (load-history-regexp, load-history-filename-element)
13074 (do-after-load-evaluation): New functions.
13076 * international/mule.el (load-with-code-conversion): Do the
13077 eval-after-load stuff by calling do-after-load-evaluation.
13079 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13081 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13082 has not been killed.
13084 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13086 * term/mac-win.el: Set idle timer to clean up expired Apple events.
13087 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13088 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13089 Optionally set error message in reply.
13091 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
13093 * textmodes/org.el (org-open-at-point): Use renamed variable
13094 `org-confirm-shell-link-function'.
13095 (org-confirm-shell-link-function): Rename from
13096 `org-confirm-shell-links'.
13097 (org-export-directory): New function.
13098 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13099 (org-export-icalendar): Use `org-export-directory'.
13100 (org-indent-item): Keep cursor position.
13101 (org-link-file-path-type): New option.
13102 (org-export-as-html): Fix bug with plain lists starting in
13104 (org-export-as-html): Remove deadline formatting, this happens
13105 now already in `org-html-handle-time-stamps'.
13106 (org-export-html-style): Deadline class removed.
13107 (org-insert-labeled-timestamps-at-point): New option.
13108 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13109 of `hide-sublevels 1', in case the first headline is not level 1.
13110 (org-overview, org-content): New fuction.
13111 (org-cycle-global-status, org-cycle-subtree-status): Make these
13112 variables buffer-local.
13113 (org-global-cycle): New command.
13114 (org-shifttab): Use `org-global-cycle'.
13115 (org-insert-heading, org-insert-item): Go to end of new
13116 headline/item after creating it.
13117 (org-export-visible): Rename from `org-export-copy-visible'.
13118 Now creates a temporary org-file and applies an exporting command
13120 (org-table-eval-formula): Support for lisp forms.
13121 (org-agenda-todo-ignore-scheduled): New option.
13122 (org-agenda-get-todos): Use new option
13123 `org-agenda-todo-ignore-scheduled'.
13124 (org-export-html-inline-images): New value `maybe'.
13125 (org-export-as-html): Inlining of images dependent on link description.
13126 (org-archive-subtree): Check for end-of-buffer before trying
13128 (org-agenda-follow-mode): New option.
13129 (org-export-with-tags, org-export-with-timestamps): New options.
13130 (org-html-handle-time-stamps): New function.
13131 (org-keyword-time-regexp): New variable.
13132 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13133 (org-agenda-todo-list-sublevels): New option.
13134 (org-html-level-start): When TITLE is nil, just close all levels.
13135 (org-parse-key-lines, org-parse-export-options): Remove functions,
13136 replaced by `org-infile-export-plist'.
13137 (org-combine-plists, org-infile-export-plist)
13138 (org-default-export-plist): New functions.
13139 (org-export-html-preamble, org-export-html-postamble)
13140 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13142 (org-export-publishing-directory): New option.
13143 (org-export-as-html, org-export-as-ascii): Use the new property
13144 lists for settings.
13145 (org-export-copy-visible, org-export-as-xoxo):
13146 Respect `org-export-publishing-directory'.
13147 (org-link-search, org-store-link, org-file-apps): Support for
13148 links to BibTeX database entries..
13149 (org-get-current-options, org-set-regexps-and-options):
13150 Implement logging as a startup option.
13151 (org-store-link): Make sure context string is never empty
13152 (org-insert-link): Use relative path when possible.
13153 (org-at-item-checklet-p): New function.
13154 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13155 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13156 (org-metaright, org-metaup, org-metadown, org-shiftup)
13157 (org-shiftdown, org-shiftright, org-shiftleft)
13158 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13159 Dispatch using `call-interactively'.
13160 (org-call-with-arg): New defsubst.
13161 (org-tag-alist, org-use-fast-tag-selection): New options.
13162 (org-complete): Use `org-tag-alist'.
13163 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13164 (org-next-item, org-previous-item): New commands.
13165 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13167 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13169 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13171 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13172 (ewoc-filter): Use `ewoc-delete'.
13174 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13176 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13178 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13179 Signal more user-friendly error messages.
13181 * complete.el (PC-do-completion): Undo the addition of implicit
13182 wildcards if they did not lead to finding any match.
13183 (read-file-name-internal): Don't add the final > if the completion is
13186 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13188 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13189 Quote safe-local-variable predicate.
13191 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13193 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13195 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13197 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13199 * progmodes/make-mode.el (makefile-special-targets-list)
13200 (makefile-macro-table, makefile-target-table): Mark as risky.
13201 (makefile-query-one-target-method): Make this the alias for the
13202 following variable.
13203 (makefile-query-one-target-method-function): Make this the real name.
13205 * textmodes/artist.el (artist-text-renderer): Make this the alias
13206 for the following variable.
13207 (artist-text-renderer-function): Make this the real name.
13209 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13210 the alias for the following variable.
13211 (flyspell-generic-check-word-predicate): Make this the real name.
13213 * textmodes/ispell.el (ispell-format-word): Make this the alias
13214 for the following variable.
13215 (ispell-format-word-function): Make this the real name.
13216 (ispell-message-text-end): Mark as risky.
13218 * skeleton.el (skeleton-transformation, skeleton-filter)
13219 (skeleton-pair-filter): Make these the aliases for the following
13221 (skeleton-transformation-function, skeleton-filter-function)
13222 (skeleton-pair-filter-function): Make these the real names.
13224 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13225 and skeleton-pair-filter-function.
13227 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13228 alias for the following variable.
13229 (sgml-transformation-function): Make this the real name.
13230 (sgml-tag-alist): Mark as risky.
13232 2006-05-21 Richard Stallman <rms@gnu.org>
13234 * simple.el (kill-region): Interactively, pass point, then mark.
13236 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13238 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13240 2006-05-21 Romain Francoise <romain@orebokech.com>
13242 * dired-x.el (dired-mode-map): Don't bind M-g.
13244 2006-05-20 Richard Stallman <rms@gnu.org>
13246 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13247 (dired-goto-file): Doc fix.
13249 2006-05-21 Kim F. Storm <storm@cua.dk>
13251 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13252 way to enable built-in cua-mode if user loads older CUA-mode package.
13254 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13255 if default-filename is specified.
13257 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13259 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13261 * info.el (info-apropos): Make sure current-file and current-node
13262 have non-nil values. Speed up by using add-to-list instead of
13265 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13267 * progmodes/make-mode.el (makefile-mode): Doc fix.
13269 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13271 * dired-aux.el (dired-do-shell-command): Doc fix.
13273 2006-05-20 Kevin Ryde <user42@zip.com.au>
13275 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13276 ``(custom-manual :tag "Foo" "(foo)Node")''.
13278 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13280 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13281 value is an integer.
13283 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13285 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13287 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13289 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13291 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13292 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13294 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13296 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13297 regexp for keywords.
13299 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13301 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13302 replace-regexp-in-string.
13304 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13305 encode, and escape file name on conversion to URL.
13307 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13309 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13310 Don't unescape URL.
13311 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13313 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13314 on conversion to URLs.
13316 * net/browse-url.el (browse-url-file-url): Encode file name on
13319 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13322 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13324 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13326 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13328 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13329 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13331 2006-05-19 Glenn Morris <rgm@gnu.org>
13333 * calendar/diary-lib.el (diary-bahai-date)
13334 (list-bahai-diary-entries, mark-bahai-diary-entries)
13335 (mark-bahai-calendar-date-pattern): Not interactive.
13336 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13337 (diary-entries-list): Change format of 4th element in each entry.
13338 (diary-list-entries): Use add-to-diary-list.
13339 (diary-goto-entry): Handle the case where the buffer visiting the
13340 diary has been killed.
13341 (fancy-diary-display): Add 'locator to button rather than 'marker.
13342 Only generate temp-face when there are marks to apply.
13343 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13344 (diary-fancy-date-pattern): New variable.
13345 (diary-time-regexp): Doc fix.
13346 (diary-anniversary, diary-time): New faces.
13347 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13348 diary-time-regexp. Add font-lock-multiline property where needed.
13349 Use new faces diary-anniversary and diary-time.
13350 (diary-fancy-font-lock-fontify-region-function): New function, to
13351 handle multiline font-lock pattern in fancy diary.
13352 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13353 (diary-font-lock-keywords): Tweak time regexp. Use new face
13356 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13358 * international/code-pages.el (mik): Table corrected.
13360 2006-05-18 Kim F. Storm <storm@cua.dk>
13362 * progmodes/grep.el (grep-find): Don't check grep-find-command
13363 before running command (breaks non-interactive usage).
13365 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13367 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13368 (ewoc--insert-new-node): Don't insert trailing newline.
13369 Instead, adjust successor nodes's start markers.
13370 (ewoc--refresh-node): Delete all text from current node's start
13371 marker to the next one's; adjust successor nodes's start markers.
13372 (ewoc--create): Doc fixes.
13373 (ewoc--refresh): Don't insert newline.
13374 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13375 * pcvs.el (cvs-make-cvs-buffer):
13376 Specify extra newline for ewoc's header and footer.
13377 (cvs-update-header): Update initial header recognition.
13378 Append newline to final header and footer values.
13379 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13381 2006-05-17 Richard Stallman <rms@gnu.org>
13383 * files.el (file-name-extension): Doc fix.
13385 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13387 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13388 we can explicitly enable/disable rather than toggle.
13389 (shell-mode): Use it.
13390 (shell-cd): Don't try to reproduce what `cd' does.
13392 2006-05-17 Kim F. Storm <storm@cua.dk>
13394 * ido.el (ido-read-internal): Use only nondirectory part of
13397 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13399 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13400 (ewoc-nth): Doc fix.
13402 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13404 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13406 * international/mule.el (auto-coding-alist): Add .lha to files
13407 read with no-conversion.
13409 * files.el (auto-mode-alist): Add .lha files to archive file
13412 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13413 Convert csize to integer when computing offsets within the
13414 compressed archive file.
13416 2006-05-16 Kim F. Storm <storm@cua.dk>
13418 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13419 with read-from-minibuffer.
13421 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13423 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13424 (byte-compile-warnings): Fix safe-local-variable property.
13426 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13428 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13429 (allout-stylish-prefixes, allout-numbered-bullet)
13430 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13431 predicates to qualify `safe-local-variable' property, when
13432 available, else use equivalent lambda.
13433 (allout-current-topic-collapsed-p): Do the right thing regarding
13434 trailing blank lines.
13436 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13438 * server.el (server-start): Only create a directory if needed.
13439 (server-edit, server-unload-hook): server-start => server-mode.
13440 (kill-emacs-hook): Cleanup upon exit.
13442 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13444 * hexl.el (hexlify-buffer): Encode process arguments manually.
13446 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13448 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13449 call to gdb-tooltip-print.
13451 2006-05-15 Romain Francoise <romain@orebokech.com>
13453 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13454 systems, default to "tar" since those systems probably have GNU tar.
13456 2006-05-14 Lars Hansen <larsh@soem.dk>
13458 * desktop.el (desktop-missing-file-warning): Fix docstring.
13459 (desktop-restore-file-buffer): Correct question asked on missing file.
13461 2006-05-14 Kim F. Storm <storm@cua.dk>
13463 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13464 Add CUA move property.
13466 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13468 * custom.el (custom-push-theme): Load the variable before checking
13469 its `standard-value'.
13471 2006-05-13 Lars Hansen <larsh@soem.dk>
13473 * desktop.el (desktop-save): Use with-temp-buffer.
13475 2006-05-12 Glenn Morris <rgm@gnu.org>
13477 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13478 * calendar/calendar.el (calendar-mode-map):
13479 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13480 * calendar/appt.el (appt-check, appt-make-list): Refer to
13481 diary-view-entries, diary-list-entries, diary-show-all-entries
13482 rather than obsolete aliases.
13484 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13486 * simple.el (line-move-finish): Avoid calling point motion hooks
13487 while processing intangibility.
13489 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13491 * term/xterm.el (terminal-init-xterm): Fix typo.
13493 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13495 * allout.el (allout-view-change-hook): Mark as being deprecated,
13496 to be replaced by `allout-exposure-change-hook'.
13497 (allout-exposure-change-hook): New, replacing
13498 `allout-view-change-hook'.
13499 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13500 in addition to `allout-view-change-hook'.
13501 (allout-show-bodies, allout-old-style-prefixes)
13502 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13503 lambda forms to prevent their showing up in variable help
13504 presentations as inscrutable byte-compiled code.
13505 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13506 Use string-or-null-p to qualify safe-local-variable values.
13507 (allout-reindent-bodies): Use memq to qualify matches against
13508 valid safe-local-variable values. Also, quote the lambda as above.
13509 (allout-use-mode-specific-leader): Add missing candidate-value
13510 symbols, use memq, and quote the lambda.
13511 (allout-overlay-interior-modification-handler): Remove unused
13512 variables `msg' and 'opened'.
13513 (allout-hidden-p): Constrain invisibility consideration to allout's
13514 invisibility spec, disregarding invisibility for other reasons.
13516 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13518 * files.el (version-control): Correct safe values.
13520 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13522 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13524 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13525 (ewoc--insert-new-node): New func.
13526 Update callers of deleted funcs to use it, instead.
13528 2006-05-11 Glenn Morris <rgm@gnu.org>
13530 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13531 obsolete alias `show-all-diary-entries'.
13532 (make-diary-entry): Not interactive.
13533 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13534 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13535 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13536 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13537 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13538 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13540 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
13542 * calendar/calendar.el (calendar-french-date-string)
13543 (calendar-mayan-date-string, calendar-chinese-date-string)
13544 (calendar-astro-date-string, calendar-iso-date-string)
13545 (calendar-islamic-date-string, calendar-bahai-date-string)
13546 (calendar-hebrew-date-string, calendar-coptic-date-string)
13547 (calendar-ethiopic-date-string, calendar-persian-date-string):
13548 These functions are not interactive.
13550 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13552 * files.el: Balance parentheses.
13554 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13556 * files.el, newcomment.el, outline.el, simple.el,
13557 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13558 * progmodes/cc-vars.el, progmodes/compile.el:
13559 Move `safe-local-variable' declarations to the respective files.
13561 * help-fns.el (describe-variable): Don't print safe-var if it is
13562 byte-code. Improve wording as suggested by Luc Teirlinck.
13564 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13566 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13567 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13568 Use a token for pending-triggers to ensure gdb-var-update
13569 gets called once per user input again for pre-GDB 6.4.
13570 (gdb-var-delete): Match on more complex expressions.
13571 (gdb-var-list-children-handler, gdb-var-create-handler):
13572 Use a token for consistency.
13574 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13576 * textmodes/org.el (org-read-date, org-goto-calendar)
13577 (org-agenda-goto-calendar):
13578 Bind `view-calendar-holidays-initially' to nil.
13580 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13582 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13583 Update all callers to do it there, instead.
13585 2006-05-10 Glenn Morris <rgm@gnu.org>
13587 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13588 prefix arg case, to avoid view-diary-entries-initially error.
13589 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13590 (calendar-date-is-legal-p): Handle dates with no day part.
13592 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13594 * comint.el (comint-insert-input): Just make it when
13595 comint-use-prompt regexp is nil (default) and with the mouse.
13596 (comint-copy-old-input): Reinstate from 2004-06-23.
13597 (comint-mode-map): Bind C-c C-m to it.
13599 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13601 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13602 Remove spurious move to point-max (new comint behavior fixes).
13604 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13605 compatibility function (Emacs 18/19).
13606 (idlwave-is-continuation-line): Always return point at start of
13607 previous non-blank continuation line.
13608 (keyword-parameters): Fix continued comment font-lock matcher.
13609 (idlwave-font-lock-fontify-region): Written, use as
13610 font-lock-fontify-region-function, to fix continued keyword
13611 fontification issues.
13613 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13615 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13616 (mac-service-selection, mac-service-open-file)
13617 (mac-service-open-selection, mac-service-mail-selection)
13618 (mac-service-mail-to, mac-service-insert-text): Rename from
13619 mac-services-*. All uses changed.
13620 (mac-apple-event-map): Rename event symbol `services' to `service'.
13622 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13624 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13625 (ewoc--node-enter-first, ewoc--node-enter-last)
13626 (ewoc--delete-node-internal): Merge funcs into unique callers.
13628 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13630 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13631 return value of read-from-minibuffer for empty input.
13633 2006-05-09 Miles Bader <miles@gnu.org>
13635 * comint.el (comint-insert-input): Remove redundant calls to setq
13638 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13640 * comint.el (comint-insert-input): Make it work when
13641 comint-use-prompt-regexp is t.
13643 2006-05-10 Miles Bader <miles@gnu.org>
13645 * subr.el (field-at-pos): New function.
13647 * comint.el (comint-insert-input): Use it.
13649 2006-05-09 Juri Linkov <juri@jurta.org>
13651 * battery.el (battery-linux-proc-acpi): Also try
13652 `/proc/acpi/thermal_zone/THR2/temperature'.
13654 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13655 for now unused lambda `string-or-null'.
13657 * add-log.el (change-log-default-name): Put `string-or-null-p'
13658 instead of lambda on `safe-local-variable' property.
13660 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13661 `region-end' instead of `mark' and `point'.
13662 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13663 Operate on region in Transient Mark mode when the mark is active.
13664 Use `region-beginning' and `region-end' instead of `mark' and
13666 (diff-hunk-text, diff-goto-source): Doc fix.
13668 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13669 face `mode-line-buffer-id' for mode-line buffer face instead of
13670 hard-coded `(:weight bold)'.
13672 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13673 buffer-undo-list to t (undo-ask is reproducible by visiting
13676 2006-05-09 Kim F. Storm <storm@cua.dk>
13678 * progmodes/grep.el (rgrep): Set default directory of *grep*
13679 buffer if we start M-x rgrep in the *grep* buffer and choose
13680 a different base directory.
13682 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13684 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13685 completion also when ido is loaded.
13687 2006-05-09 Masatake YAMATO <jet@gyve.org>
13689 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13690 "warning" and "import".
13691 (cpp-font-lock-keywords): Added "warning".
13693 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13695 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13697 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13699 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13700 pages at a time, if we signal the end, we should indeed reach that end.
13702 2006-05-08 David Reitter <david.reitter@gmail.com>
13704 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13705 output during execution of the body.
13707 2006-05-08 Kim F. Storm <storm@cua.dk>
13709 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13711 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13713 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13714 Use with-current-buffer.
13716 2006-05-07 Kim F. Storm <storm@cua.dk>
13718 * subr.el (add-to-history): Remove keep-dups arg.
13720 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13721 to nil around call to add-to-history.
13723 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13725 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13726 than after a buffer modification.
13728 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13730 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13732 (gud-watch): ...here so speedbar is raised for already watched
13734 (gdb-speedbar-refresh): Delete function.
13735 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13736 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13738 (gdb-var-evaluate-expression-handler)
13739 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13741 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13742 Update localized contents for all buffers except ignored modes.
13744 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13746 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13747 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13748 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13749 (mac-handle-font-panel-closed, mac-handle-font-selection):
13751 (mac-font-panel-mode): New minor mode.
13752 (mac-apple-event-map): Add bindings for toolbar toggle button and
13754 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13756 2006-05-07 John Paul Wallington <jpw@pobox.com>
13758 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13759 Avoid `regexp-opt'; simplify regexp for readability.
13761 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13763 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13764 * files.el (buffer-stale-function):
13765 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13766 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13767 links to the main manual, not to emacs-xtra.
13769 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13771 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13772 MacJapanese if text is ASCII-only.
13774 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13776 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13777 unless so nil isn't returned.
13778 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13780 2006-05-06 Kim F. Storm <storm@cua.dk>
13782 * subr.el (add-to-history): New function.
13784 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13785 (ediff-merge-files-with-ancestor):
13787 * isearch.el (isearch-update-ring):
13788 * server.el (server-visit-files):
13789 * progmodes/grep.el (lgrep, rgrep):
13790 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13791 * progmodes/xscheme.el (xscheme-insert-expression):
13792 Use add-to-history.
13794 * kmacro.el (kmacro-push-ring): Use add-to-history.
13795 (kmacro-ring-length): Remove unused defun.
13796 (kmacro-start-macro): Use kmacro-push-ring.
13798 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13800 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13801 directly instead of a lambda expression that calls it.
13803 2006-05-06 Kim F. Storm <storm@cua.dk>
13805 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13806 instead of compute-motion.
13808 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13810 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13813 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13815 * startup.el (command-line-1): Refer to "Pure Storage" on
13816 pure-space-overflow.
13818 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13820 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13821 provided faces once they all have been used up.
13823 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13825 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13826 reference to the Lisp manual to the warning about pure space
13829 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13831 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13832 argument to avoid the call to `ispell-internal-change-dictionary'
13834 (ispell-change-dictionary): Use this argument and call
13835 `ispell-internal-change-dictionary' after the possible change
13836 to `ispell-local-dictionary'.
13837 (ispell-internal-change-dictionary): Check for a change in
13838 personal dictionary use too.
13840 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13842 * startup.el (command-line): On MS-Windows, probe "~", not
13843 "~USER", for warning about non-existent home directory.
13845 * arc-mode.el (archive-l-e): New optional argument `float' means
13846 generate a float value.
13847 (archive-arc-summarize, archive-lzh-summarize)
13848 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13849 with 3rd argument non-nil when file's size is being computed.
13850 Format the file sizes with %8.0f instead of %8d.
13852 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13854 * cus-start.el (all): Add mac-dnd-known-types.
13856 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13857 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13858 (mac-TIFF-to-string): New functions.
13859 (x-get-selection, x-selection-value)
13860 (mac-select-convert-to-string): Use them.
13861 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13862 (mac-dnd-types-alist): New customization variable.
13863 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13864 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13865 (mac-dnd-handle-drag-n-drop-event): New functions.
13866 (mac-drag-n-drop): Remove function.
13867 (global-map): Bind drag-n-drop and M-drag-n-drop to
13868 mac-dnd-handle-drag-n-drop-event.
13870 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13872 * progmodes/perl-mode.el (perl-beginning-of-function):
13873 Skip anonymous subs.
13875 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13877 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13878 regexp-opt at run time.
13880 * term.el (term-handle-ansi-escape): Fix off by one error.
13882 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13884 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13885 (gdb-init-1, gdb-post-prompt): ...and references to it.
13886 (gdb-frame-handler): Strip directory name from filename if present.
13888 * progmodes/gud.el (gdb-force-update): Delete defvar
13889 (gud-speedbar-buttons): ...and references to it. Use window-start
13890 to try to keep positon in watch expression.
13892 2006-05-03 Richard Stallman <rms@gnu.org>
13894 * simple.el (next-history-element, previous-history-element): Doc fix.
13896 * isearch.el (isearch-update-ring): Doc fix.
13898 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13900 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13901 into consideration. Replace one arm ifs with whens.
13903 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13905 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13908 2006-05-02 Miles Bader <miles@gnu.org>
13910 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13912 2006-05-02 Jay Belanger <belanger@truman.edu>
13914 * calc/calc-embed.el (calc-override-minor-modes-map)
13915 (calc-override-minor-modes): New variables.
13916 (calc-do-embedded): Make sure that Calc keystrokes aren't
13917 overwritten by minor modes.
13919 2006-05-02 Chong Yidong <cyd@mit.edu>
13921 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13923 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13925 * startup.el (command-line-1): Refer to Lisp manual when
13926 pure-space-overflow occurs.
13928 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13929 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13930 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13931 (version-control): Don't use `t' for safe-local-variable declarations.
13933 2006-05-01 Richard Stallman <rms@gnu.org>
13935 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13936 M-r, M-R, M-A, M-SPC or M-DEL.
13937 (diff-mode-map): diff-refine-hunk now on C-c C-w
13938 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13940 * help-mode.el (help-mode): view-exit-action calls delete-window
13941 only when it is safe and possible.
13943 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13946 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13948 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13949 in the default tool-bar-map.
13951 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13953 * net/tramp.el (tramp-completion-file-name-handler-alist)
13954 (tramp-run-real-handler, tramp-completion-run-real-handler)
13955 (tramp-completion-handle-file-name-all-completions)
13956 (tramp-completion-handle-file-name-completion): Autoload them.
13957 (tramp-completion-handle-file-exists-p)
13958 (tramp-completion-handle-file-name-directory)
13959 (tramp-completion-handle-file-name-nondirectory)
13960 (tramp-completion-handle-expand-file-name): Remove them.
13961 (tramp-handle-file-name-directory): Return the real directory name.
13962 Returning "/" only doesn't need to be necessary any longer.
13963 (tramp-file-name-handler): Make special attention when in hostname
13965 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13966 (tramp-register-file-name-handlers):
13967 Register `tramp-completion-file-name-handler' only when
13968 `partial-completion-mode' is enabled.
13969 (tramp-completion-handle-file-name-all-completions):
13970 Delete directory part from results.
13971 (tramp-get-completion-methods, tramp-get-completion-user-host):
13972 Discard deleting "/", it doesn't work after the change of
13973 `tramp-handle-file-name-directory' above.
13975 2006-05-01 Kim F. Storm <storm@cua.dk>
13977 * progmodes/grep.el (grep-expand-template): Use save-match-data
13980 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13982 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13983 Use select-frame-set-input-focus instead of raise-frame.
13984 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13986 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13988 * progmodes/gud.el (gud-def): Add %c case.
13989 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13990 (gud-format-command): Make match case sensitive. Match on %F.
13992 2006-04-30 Glenn Morris <rgm@gnu.org>
13994 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13995 (cal-tex-preamble): Use cal-tex-preamble-extra.
13996 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13997 than alias `list-diary-entries'.
13999 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
14001 * help-fns.el (describe-variable): Add info about safe local variables.
14003 2006-04-29 Richard Stallman <rms@gnu.org>
14005 * bindings.el (mode-line-format): help-echo doc fixes.
14007 * net/tramp.el (tramp-file-name-handler-alist): Delete
14008 expand-file-name and other operations that can cause spurious loading.
14010 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14012 * files.el (safe-local-variable-p): Remove support for the special
14015 * textmodes/paragraphs.el (sentence-end-without-space):
14016 Fix safety predicate.
14017 (sentence-end-double-space, sentence-end-without-period)
14018 (paragraph-ignore-fill-prefix):
14019 * textmodes/fill.el (colon-double-space):
14020 * abbrev.el (abbrev-mode): Tighten the safety predicate.
14022 * subr.el (booleanp): New fun.
14024 * textmodes/reftex-vars.el (reftex-guess-label-type):
14025 Tighten the safety predicate.
14027 2006-04-28 Kim F. Storm <storm@cua.dk>
14029 * progmodes/grep.el (defgroup grep): Doc fix.
14030 (grep-auto-highlight): Remove.
14031 (grep-template): New defcustom.
14032 (grep-find-template): Rename from grep-tree-template.
14033 (grep-files-aliases): Rename from grep-tree-files-aliases.
14034 Remove "all" alias, add "l" alias.
14035 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14036 (grep-find-ignored-directories): New defcustom to replace
14037 grep-tree-ignore-CVS-directories, to facilitate ignoring
14038 subdirectories for multiple version control systems.
14039 (grep-mode-map): Add Recursive grep item to GREP menu.
14040 (grep-regexp-history, grep-files-history): New defvars.
14041 (grep-probe): New helper function.
14042 (grep-compute-defaults): Use it to simplify code.
14043 Adapt to name changes.
14044 Use `.' as base in grep-find-template rather than <D>.
14045 (grep): Remove superfluous highlight-regexp arg. Fix doc.
14046 Call grep-compute-defaults unconditionally.
14047 (grep-expand-keywords): New defconst.
14048 (grep-expand-template): Rename from grep-expand-command-macros.
14049 Simplify via grep-expand-keywords. Look at case-fold-search instead
14050 of grep-tree-ignore-case to add -i option.
14051 Bind case-fold-search to nil while matching keywords.
14052 (grep-tree-last-regexp, grep-tree-last-files): Remove.
14053 (grep-read-regexp, grep-read-files): New helper functions.
14054 (rgrep): Rename from grep-tree. Rework to use proper histories.
14055 Adapt to changes in defcustoms and functions above.
14056 (lgrep): New command, as grep, but using same interactive UI as rgrep.
14058 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
14060 * net/tramp.el (tramp-completion-file-name-handler):
14061 Disable Tramp's functionality while loading Tramp itself.
14062 (tramp-register-file-name-handlers): That's a defsubst now.
14063 Code from `tramp-repair-jka-compr' moved here. Apply it via
14065 (tramp-repair-jka-compr): Remove.
14067 2006-04-27 Jay Belanger <belanger@truman.edu>
14069 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14070 read expression when `math-read-big-expr' doesn't work.
14072 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
14074 * startup.el (command-line-1): Display warning when
14075 pure-space-overflow is non-nil.
14077 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14079 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14082 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14084 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14085 Return the URL or nil if none can be generated.
14087 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
14089 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14090 byte compiler warnings.
14091 (gud-basic-call, gud-find-expr): Let user select an expression
14092 for printing. Print expression as well as value in GUD buffer.
14094 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
14096 * allout.el: Remove local autoload declaration for
14097 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14098 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14099 (allout-plain-bullets-string, allout-distinctive-bullets-string)
14100 (allout-use-mode-specific-leader, allout-old-style-prefixes)
14101 (allout-stylish-prefixes, allout-numbered-bullet)
14102 (allout-file-xref-bullet, allout-presentation-padding)
14103 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14104 safe-local-variable with suitable value spec, and add autoload
14105 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14106 (move-beginning-of-line, move-end-of-line): Repair so these compat
14107 functions now actually resituate the point, when appropriate.
14109 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14111 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14113 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14114 (add-log-iso8601-time-string): Fix call to format-time-string.
14116 2006-04-26 Kim F. Storm <storm@cua.dk>
14118 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14120 2006-04-26 Masatake YAMATO <jet@gyve.org>
14122 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14123 Add support for "//" style comments. Remove `b' flag
14124 from ?* in `asm-mode-syntax-table'.
14126 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14128 * follow.el: Use (featurep 'xemacs) everywhere.
14129 (follow-mode): Use define-minor-mode.
14130 (follow-mode-map): Move initialization into the declaration.
14131 Use command remapping.
14132 (follow-emacs-version-xemacs-p): Remove.
14133 (follow-submit-feedback): Remove.
14135 * allout.el (allout-layout, allout-passphrase-verifier-string)
14136 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14138 * textmodes/reftex-vars.el (reftex-vref-is-default)
14139 (reftex-fref-is-default, reftex-guess-label-type):
14140 Tighten up a bit the safety predicate.
14142 * textmodes/paragraphs.el (sentence-end-double-space)
14143 (sentence-end-without-period, sentence-end-without-space)
14144 (page-delimiter, paragraph-ignore-fill-prefix):
14145 Tighten up a bit the safety predicate.
14147 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14149 * progmodes/python.el (python-continuation-line-p)
14150 (python-beginning-of-statement): syntax-ppss may return
14152 (python-mode): Don't forcefully enable font-lock.
14154 * time-stamp.el (time-stamp-start, time-stamp-end)
14155 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14157 * add-log.el: Remove spurious * in docstrings.
14158 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14159 (add-change-log-entry): Use it here, since it's not specific
14161 (add-log-iso8601-time-string): Don't use it here any more.
14162 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14164 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14166 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14168 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14169 (rcirc-toggle-low-priority): Doc fix.
14170 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14172 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14174 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14175 (rcirc-decode-coding-system): Use utf-8 as the default.
14176 (rcirc-multiline-minor-mode): Set the fill-column.
14177 (rcirc-format-response-string): Display bright and dim nicks.
14178 (rcirc-browse-url): Update interactive spec to fill ARG.
14179 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14180 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14182 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14184 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14185 case for @Article, etc.
14187 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14189 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14190 Added with autoload cookie.
14191 (tramp-unload-file-name-handlers): Rename from
14192 `tramp-unload-file-name-handler-alist'.
14194 2006-04-23 Romain Francoise <romain@orebokech.com>
14196 * comint.el (comint-match-partial-filename): Doc fix.
14198 2006-04-21 Glenn Morris <rgm@gnu.org>
14200 * calendar/cal-menu.el (calendar-mode-map): Refer to
14201 `diary-view-entries' rather than alias `view-diary-entries'.
14202 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14204 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14206 * progmodes/antlr-mode.el (antlr-default):
14207 * cus-edit.el (custom-documentation):
14208 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14211 2006-04-21 Kim F. Storm <storm@cua.dk>
14213 * image.el (image-type): New defun split out of create-image.
14214 (create-image): Use it.
14216 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14218 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14219 (org-open-at-point): Remove the "...done" message to keep output
14220 in the echo area visible.
14221 (org-export-as-xoxo): Fix call to `indent-region'.
14223 2006-04-21 Kevin Ryde <user42@zip.com.au>
14225 * international/mule.el (keyboard-coding-system): defcustom
14226 info-link fixes: "Specify Coding" has been split, keyboard now in
14227 "Terminal Coding", and "Single-Byte Character Support" is now
14230 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14232 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14233 Use font-lock-warning-face for any errors e.g. no stack.
14234 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14236 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14238 * progmodes/sh-script.el (sh-shell): Mark as safe.
14240 * newcomment.el (comment-start, comment-start-skip)
14241 (comment-end-skip, comment-end): Mark as safe.
14243 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14245 * textmodes/org.el (org-deadline-announce): Face removed.
14246 (org-level-faces, org-n-levels): Convert to constant.
14247 (org-compatible-face): New function.
14248 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14249 (org-level-5, org-level-6, org-level-7, org-level-8)
14250 (org-special-keyword, org-warning, org-headline-done, org-link)
14251 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14252 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14253 Face definition revised for better color tty support.
14254 (org-bold-re, org-italic-re, org-underline-re): New constants.
14255 (org-set-font-lock-defaults): Use the new constants.
14256 (org-agenda-highlight-todo): New function.
14257 (org-agenda-todo): Fix bug with point at end of line.
14258 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14259 Fontify TODO keywords.
14260 (org-insert-link): Preserve relative path in ../ links.
14261 (org-export-as-html): Convert links pointing to .org files into
14262 links that will work beteen the exported HTML files.
14263 (org-todo-list): Fix bug when arg=0.
14264 (org-insert-heading): More fine-tuning.
14266 2006-04-19 Romain Francoise <romain@orebokech.com>
14268 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14269 from `rmail-mime-charset-pattern'.
14271 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14273 * progmodes/python.el (python-mode): Fix typo.
14275 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14277 * comint.el (comint-previous-input): Don't clobber input line
14278 when moving off either end of the input history ring.
14279 (comint-delete-input): New function, used by
14280 `comint-previous-input' and others.
14281 (comint-previous-matching-input):
14282 Use `coming-delete-input'. Save the partial input if leaving the
14283 edit line. Goto point-max before deleting input to avoid
14284 partial input fragments hanging around.
14285 (comint-restore-input): New function, used by `comint-previous-input'.
14287 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14289 * imenu.el (imenu--index-alist): Balance parentheses.
14291 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14293 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14295 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14297 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14300 2006-04-18 Richard Stallman <rms@gnu.org>
14302 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14304 * imenu.el (imenu-create-index-function, imenu--index-alist)
14305 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14306 (imenu-default-create-index-function, imenu--generic-function):
14309 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14311 * help-mode.el (help-mode): Set view-exit-action to delete window.
14313 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14314 now works by passing nil as arg.
14316 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14318 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14319 (read-abbrev-file): Provide default when reading filename.
14321 * files.el (enable-local-variables): Allow :all as value.
14322 (hack-local-variables): Implement that value.
14323 (safe-local-variable-values, safe-local-eval-forms)
14324 (enable-local-variables): Mark as risky.
14325 (find-file-visit-truename, kept-old-versions): Mark safe.
14327 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14328 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14329 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14331 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14333 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14334 Use forward-line so as to get to BOL even in the presence of fields.
14335 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14337 (inferior-tcl): Tell tclsh to work in interactive mode.
14339 * complete.el (partial-completion-mode):
14340 Use 'choose-completion-string-functions to make sure that
14341 choose-completion fills the minibuffer properly.
14343 * complete.el (PC-old-read-file-name-internal): Remove.
14344 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14345 of read-file-name-internal.
14346 (partial-completion-mode): Enable/disable this advice.
14348 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14350 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14353 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14355 * textmodes/org.el (org-insert-heading): Insert heading before
14356 current if at beginning of line.
14357 (org-todo, org-date): New faces.
14358 (org-table-align): Make sure tooltip window contains full text.
14359 (org-no-properties): New defsubst.
14360 (org-set-font-lock-defaults): Use new faces.
14362 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14364 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14365 for root variables.
14367 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14368 (gdb-frame-address): Re-use to identify frame for watch expression.
14369 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14371 (gdb-init-1, gdb-source, gdb-post-prompt)
14372 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14373 (gdb-frame-handler): Get gdb-frame-address.
14375 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14377 Sync with Tramp 2.0.53.
14379 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14380 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
14381 (tramp-completion-file-name-handler): Add autoload cookie for
14382 adding to `file-name-handler-alist'.
14384 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14385 the prompt. If it returns earlier (when detecting an error
14386 message), the rest of the output will merge accidently with the
14387 output of the next command. Reported by M Jared Finder
14388 <jared@hpalace.com>.
14390 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14391 for `process-file', in order to let it work for older Emacsen too.
14393 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14395 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14396 (tex-font-lock-keywords-3): Use it.
14398 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14400 * newcomment.el (comment-add): New function.
14401 (comment-region-default, comment-dwim): Use it.
14403 2006-04-15 Michael Olson <mwolson@gnu.org>
14405 * emacs-lisp/tq.el: Improve comments.
14406 (tq-queue-head-question): New accessor function.
14407 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14408 Update for modified queue structure.
14409 (tq-queue-add): Accept `question' argument.
14410 (tq-queue-pop): If a question is pending, send it.
14411 (tq-enqueue): Accept new optional argument `delay-question'.
14412 If this is non-nil, and at least one other question is pending a
14413 response, queue the question rather than sending it immediately.
14415 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14417 * calendar/appt.el (appt-add): Check whether an appointment is
14418 already present in appt-time-msg-list. Simplify code.
14420 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14422 * progmodes/cc-langs.el (c-mode-menu):
14423 Don't presume c-subword-mode is bound.
14425 2006-04-13 Bill Wohler <wohler@newt.com>
14427 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14428 (customize-package-emacs-version): Use cdr instead of cadr now
14429 that alists use dotted pairs.
14431 * custom.el (defcustom): Fix docstring for :package-version.
14433 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14435 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14436 (tramp-handle-shell-command): Display output buffer only when
14437 `tramp-display-shell-command-buffer' is true.
14438 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14440 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14442 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14443 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14445 2006-04-13 Romain Francoise <romain@orebokech.com>
14447 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14448 leaving temporary .cvsignore buffers behind.
14450 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14452 * textmodes/org.el (org-set-regexps-and-options)
14453 (org-get-current-options): Better names for the startup folding
14456 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14458 * vc.el (vc-annotate): Arrange for point to end up at the same
14459 line number as in the original, but only when using a new buffer.
14461 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14463 * files.el (hack-one-local-variable-eval-safep):
14464 Recognize `edebug-form-spec' for `put', but only if it passes
14465 `edebug-basic-spec'. Generalize `put' handling.
14467 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14468 vetting file-local form specs.
14470 * allout.el (allout-layout): Autoload its `safe-local-variable'
14473 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14475 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14476 (org-agenda-mouse-1-follows-link)
14477 (org-mouse-1-follows-link): New options.
14478 (org-format-agenda-item): Fix bug if TAGS is nil.
14479 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14481 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14483 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14484 GDB 6.1+ gives full filename for "info sources" so use
14485 file-name-nondirectory.
14487 2006-04-12 Romain Francoise <romain@orebokech.com>
14489 * subr.el (read-passwd): Bind `message-log-max' to nil.
14491 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14493 * progmodes/perl-mode.el (perl-indent-new-calculate):
14494 Recompute parse-start after jumping backward by a whole sexp.
14496 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14498 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14499 window configuration.
14500 (vc-annotate-display-select): Select the buffer so that current-buffer
14501 (and selected-window) is the output buffer at the end of vc-annotate.
14503 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14505 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14506 8-color terminals, to use all of the colors in a sensible order.
14507 256-color terminals work well with the standard map.
14508 (vc-annotate-lines): Only strip the first color character if it
14509 is "#", to allow for terminal-style named colors.
14510 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14511 the correct buffer is scrolled.
14513 2006-04-11 Richard Stallman <rms@gnu.org>
14515 * emacs-lisp/bytecomp.el (byte-compile-file):
14516 Bind enable-local-variables to :safe, and make normal-mode obey it.
14518 * files.el (enable-local-variables): Allow value :safe.
14519 (normal-mode): Doc fix.
14520 (hack-local-variables): Implement enable-local-variables = :safe.
14521 (hack-local-variables-confirm): Don't prevent quitting.
14523 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14525 * loadhist.el (unload-feature): A bit of sanity check of
14526 load-history entries. Cancel timer-vars before unbinding them.
14528 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14529 quote special chars, and make the trick work on the hex part of the
14531 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14532 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14534 * startup.el (normal-splash-screen): Fix last change so we don't wait
14535 2 minutes if we don't show the splash screen.
14537 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14539 * textmodes/org.el (org-export-plain-list-max-depth)
14540 (org-table-spaces-around-separators)
14541 (org-radio-targets, org-activate-camels)
14542 (org-table-spaces-around-invisible-separators): Options removed.
14543 (org-time-stamp-rounding-minutes, org-remember-templates)
14544 (org-ellipsis, org-activate-links, org-descriptive-links):
14546 (org-remember-apply-template, org-current-time)
14547 (org-finish-edit-table-field)
14548 (org-link-unescape, org-link-escape)
14549 (org-string-width, org-table-clean-line, org-html-do-expand)
14550 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14551 (org-read-agenda-file-list): New functions.
14552 (org-table-edit-field)
14553 (org-table-create-or-convert-from-region): New commands
14554 (org-table-toggle-vline-visibility): Command removed.
14555 (org-table-convert-region): Made a command.
14556 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14557 Replace with the normal org- functions.
14558 (org-self-insert-command): Don't trigger realign unnecessarily
14559 when blanking a field that is not full.
14560 (org-mode): `Set buffer-invisibility-spec' for links.
14561 (org-activate-links2): Hide link part and only show descriptive
14563 (org-insert-link): Modify for new linking system.
14564 (org-store-link): Store description separately, for use by
14566 (org-table-align): Use `org-string-width'.
14567 (defgroup): Completely new group structure for custom variables.
14568 (org-agenda-files): Option: Single file name allowed. Function:
14569 Optional argument unrestrited means ignore any restricitons.
14570 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14571 trying to modify the menu. Use generalized access to
14572 `org-agenda-files.'
14573 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14574 (org-agenda-file-to-front, org-remove-file, org-diary)
14575 (org-tags-view, org-export-icalendar-all-agenda-files)
14576 (org-export-icalendar-combine-agenda-files): Use generalized
14577 access to `org-agenda-files'.
14578 (org-remember-handler): Correctly preserve heading if present.
14579 (org-table-insert-row, org-table-insert-hline): Deal with
14580 invisible characters.
14582 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14584 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14585 (vc-annotate-color-map): New 18 element constant
14586 value/saturation, rotating hue colormap, from red->blue.
14587 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14588 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14589 (vc-annotate): To avoid killing the required local variables,
14590 set them before the end of `with-output-to-temp-buffer', and
14591 after first switching to annotate-mode.
14592 (vc-annotate-warp-version): Add buffer argument in goto-line to
14593 ensure annotation, not source, is scrolled.
14595 2006-04-10 Bill Wohler <wohler@newt.com>
14597 * custom.el (defcustom, custom-handle-keyword):
14598 Add :package-version keyword.
14599 (custom-add-package-version): New function. Sets value of new
14600 property 'custom-package-version from :package-version keyword.
14601 (defcustom): Create Common Keywords section in docstring.
14602 (defface, defgroup): Replace definitions of a select few keywords
14603 with a reference to the Common Keywords in defcustom.
14604 (defcustom, defface, defgroup): Replace reference to Customization
14605 chapter in manual with hyperlink.
14607 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14608 (customize-changed-options): Add check for custom-package-version.
14609 (customize-package-emacs-version): New function to look up Emacs
14610 version corresponding to the given package version.
14612 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14613 defun name, in similar fashion to find-variable-regexp.
14615 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14617 * international/mule-cmds.el (set-locale-environment): Fix last
14618 change for when the locale's preferences don't specify any encoding.
14620 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14622 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14623 so the defined var/fun doesn't need to be quoted.
14625 2006-04-10 Richard Stallman <rms@gnu.org>
14627 * finder.el (finder-mode-map): Add n and p bindings.
14629 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14631 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14632 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14633 (gdb-setup-windows): Put something in source window if we can't find
14635 (gdb-frame-handler): Make it work again with just assembly.
14636 (gdb-data-list-register-values-handler): Make it work when there is
14639 2006-04-09 Richard Stallman <rms@gnu.org>
14641 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14642 specs while looking for charset.
14644 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14646 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14648 (lm-font-lock-keywords): Update appropriately.
14650 2006-04-10 Kim F. Storm <storm@cua.dk>
14652 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14653 it can also replace buffer-substring-no-properties.
14655 * emulation/cua-base.el (cua-delete-region, cua-paste)
14656 (cua-repeat-replace-region): Use filter-buffer-substring.
14658 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14659 (cua-cut-region-to-global-mark): Likewise.
14661 * emulation/cua-rect.el (cua--extract-rectangle)
14662 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14664 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14666 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14667 entry-type. Add field delimiters to numerical fields if they are
14670 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14672 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14673 string-const to return value.
14674 (bibtex-remove-delimiters): Use it.
14676 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14678 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14679 cl-byte-compile-compiler-macro unless it exists.
14681 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14683 * files.el (hack-local-variables-confirm) <offer-save>:
14684 Clarify message text. Suggested by Ralf Angeli.
14686 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14688 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14689 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14690 instead of `buffer-substring' and `delete-region'. (Most of the
14691 code actually copied from `kill-region'.)
14693 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14695 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14696 (rcirc-default-port): Rename from rcirc-port.
14697 (rcirc-default-nick): Rename from rcirc-nick.
14698 (rcirc-default-user-name): Rename from rcirc-user-name.
14699 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14700 (rcirc-low-priority-flag): New variable.
14701 (rcirc-decode-coding-system): New defcustom.
14702 (rcirc-encode-coding-system): New defcustom.
14703 (rcirc-coding-system-alist): New defcustom.
14704 (rcirc-multiline-major-mode): New defcustom.
14705 (rcirc-nick): New internal variable.
14706 (rcirc-process): Remove variable.
14707 (rcirc-server-buffer): New variable.
14708 (rcirc): Update to use rcirc-default-* variables above.
14709 (rcirc-connect): Do not add window-configuration-hook-here.
14710 (rcirc-server): New internal variable.
14711 (rcirc-connect): Do not send keepalive pings if
14712 rcirc-keepalive-seconds is nil.
14713 (with-rcirc-server-buffer): New macro.
14714 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14715 (rcirc-server-name): Rename from rcirc-server.
14716 (rcirc-buffer-process): New function.
14717 (rcirc-buffer-nick): New function.
14718 (rcirc-buffer-target): Remove function.
14719 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14721 (rcirc-mode-map): Change binding of C-c C-l to
14722 rcirc-toggle-low-priority.
14723 (rcirc-mode): Initialize coding system based on
14724 rcirc-coding-system-alist. New change-major-mode-hook to part the
14725 channel on a mode change. Make kill-buffer-hook buffer-local.
14726 (rcirc-change-major-mode-hook): New function.
14727 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14728 (rcirc-last-post-time): New variable.
14729 (rcirc-process-message): Store the last time user posted a message
14731 (rcirc-multiline-minor-mode): New mode.
14732 (rcirc-multiline-minor-mode-map): New mode map.
14733 (rcirc-edit-multiline): Put multiline-edit buffer in
14734 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14735 (rcirc-print): Ignore any line starting with an ignored nick.
14736 (rcirc-print): Decode using rcirc-decode-coding-system.
14737 (rcirc-track-minor-mode): Update global-mode-string when disabling
14739 (minor-mode-alist): Add LowPri indicator.
14740 (rcirc-toggle-low-priority): New function.
14741 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14742 next lowpriority buffer with activity.
14743 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14744 last time the user posted a message in to the target.
14745 (rcirc-update-activity-string): New formatting for low priority
14747 (rcirc-split-activity): New function.
14748 (rcirc-handler-PART, rcirc-handler-KICK)
14749 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14750 (rcirc-nick-away-alist): New variable.
14751 (rcirc-handler-301): New handler. Away messages are printed once
14754 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14756 * info.el (Info-follow-nearest-node): Doc fix.
14758 * international/mule-cmds.el (set-locale-environment): Make sure
14759 the coding-system preferred by the locale's language has the same
14760 EOL conversion type as the original buffer-file-coding-system.
14761 (locale-language-names): Add a few MS Windows language codes.
14763 2006-04-07 Richard Stallman <rms@gnu.org>
14765 * simple.el (eval-expression): Doc fix.
14767 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14768 (eval-defun): Doc fixes.
14770 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14772 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14774 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14776 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14777 GDB list command without argument for greater generality.
14779 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14781 * subr.el (string-or-null-p): New function.
14783 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14785 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14787 * files.el: Update comment about safe-local-variable declarations.
14789 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14791 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14794 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14795 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14797 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14800 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14801 version 6.0 (minimal changes). See idlwave.org.
14803 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14804 6.0 (minimal changes). See idlwave.org.
14806 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14808 2006-04-06 Romain Francoise <romain@orebokech.com>
14810 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14811 symmetric encryption features and a new asynchronous interface to
14812 GnuPG. This new version is version 1.4, plus whitespace changes.
14814 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14816 * files.el: Move some `safe-local-variable' declarations to the
14819 * textmodes/ispell.el (ispell-check-comments)
14820 (ispell-local-dictionary): Mark as safe.
14822 * abbrev.el (abbrev-mode): Mark as safe.
14824 * add-log.el (change-log-default-name): Mark as safe.
14826 * textmodes/reftex-vars.el (reftex-vref-is-default)
14827 (reftex-fref-is-default, reftex-level-indent)
14828 (reftex-guess-label-type): Mark as safe.
14830 * textmodes/fill.el (colon-double-space): Mark as safe.
14832 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14833 (sentence-end-double-space, sentence-end-without-period)
14834 (sentence-end-without-space, sentence-end, sentence-end-base)
14835 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14837 2006-04-06 Kim F. Storm <storm@cua.dk>
14839 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14840 the :set-after list.
14841 (ido-downcase-unc-hosts): New user option. Default on.
14842 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14843 when it is set, as regexps are now applied on the fly.
14844 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14845 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14846 on the fly, but only when ido-process-ignore-lists is set.
14847 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14848 Only downcase names if ido-downcase-unc-hosts is set.
14850 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14852 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14854 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14856 2006-04-05 Kim F. Storm <storm@cua.dk>
14858 * ido.el (ido-mode): Set after ido-unc-hosts and
14859 ido-ignore-unc-host-regexps.
14860 (ido-save-history): Save ido-unc-hosts-cache.
14861 (ido-load-history): Load ido-unc-hosts-cache.
14862 (ido-reread-directory): Refresh unc hosts cache in // dir.
14864 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14865 to nil while displaying slash screen.
14867 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14869 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14870 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14872 2006-04-05 Kenichi Handa <handa@m17n.org>
14874 * international/characters.el: Setup cases of Latin, Greek, and
14875 Cyrillic characters in CJK charsets.
14877 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14879 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14880 default-enable-multibyte-characters. This reverts the change from
14881 revision 6.17 which is no longer necessary because the passphrase
14882 is sent separately now. GnuPG messages are unreadable under
14883 multibyte locales with default-enable-multibyte-characters set to nil.
14885 2006-04-04 Andreas Schwab <schwab@suse.de>
14887 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14888 and `byte-compile-warnings' as `safe-local-variable'.
14890 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14892 * man.el (Man-mode-map): Restore the \r binding.
14893 (Man-abstract-xref-man-page): If Man-target-string is a function,
14895 (Man-highlight-references): Use Man-default-man-entry to get the
14896 target. Deal with xrefs too.
14897 (Man-highlight-references0): Don't call the target function.
14899 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14900 cannot deal with it.
14902 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14904 * pgg-gpg.el: Clean up process buffers every time gpg processes
14907 2006-04-04 Kenichi Handa <handa@m17n.org>
14909 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14911 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14912 Temporarily bind inhibit-field-text-motion to t.
14914 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14916 * startup.el (normal-splash-screen): Only set mode-line-format in the
14917 splash buffer, so as not to interfere when debugging the code.
14918 Ignore errors when switching buffer.
14920 2006-04-03 Romain Francoise <romain@orebokech.com>
14922 * dired.el (dired-dnd-protocol-alist): Fix typo.
14924 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14926 * savehist.el (savehist): Add :version.
14927 (savehist-ignored-variables): New variable.
14928 (savehist-minibuffer-hook): Don't save variables listed in
14929 `savehist-ignored-variables'.
14931 * dired.el (dired-dnd-protocol-alist): Mention that change does
14932 only apply to new buffers in doc string.
14934 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14936 * recentf.el (recentf-open-files-item): Include newline in button
14937 field, so opening a file will work, when the point is at the end
14938 of the file name. Allow, for example, to [i]search a file by
14939 extension and just push RET to open it.
14941 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14943 * pgg-gpg.el (pgg-gpg-process-filter)
14944 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14946 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14947 lines, temporary fix.
14949 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14951 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14953 2006-04-02 Richard Stallman <rms@gnu.org>
14955 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14957 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14959 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14962 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14963 (ibuffer-mode-header-map): New keymaps.
14964 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14965 and keybindings for column headers.
14966 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14969 2006-04-02 Drew Adams <drew.adams@oracle.com>
14971 * speedbar.el (speedbar-after-create-hook): Doc fix.
14973 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14975 * shell.el (shell-directory-tracker)
14976 (shell-dynamic-complete-command): Doc fixes.
14978 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14980 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14983 2006-04-01 Kim F. Storm <storm@cua.dk>
14985 * ido.el (ido-unc-hosts-cache): New defvar.
14986 (ido-unc-hosts): If value of defcustom is a function, call it to
14987 get list of UNC hosts. Add function-item choices to specify
14988 ido-unc-hosts-net-view or user function.
14989 (ido-ignore-unc-host-regexps): New defcustom.
14990 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14991 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14992 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14994 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14996 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14999 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
15001 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15002 (ido-max-work-file-list, ido-switch-buffer)
15003 (ido-read-file-name-as-directory-commands):
15004 Fix typos in docstrings.
15006 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15008 * term/mac-win.el (mac-system-coding-system): Define and use after
15009 Mac-specific coding systems are ready.
15011 2006-03-27 Romain Francoise <romain@orebokech.com>
15013 * net/rcirc.el (rcirc-connect): Add autoload cookie.
15015 * ldefs-boot.el: Update.
15017 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15019 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15020 passphrases when it is not needed.
15021 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15022 passphrase stuff from gpg, should only be necessary when you use
15023 gpg with a smartcard.
15025 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
15027 * comint.el (comint-dynamic-list-completions): Allow user to
15028 select *Completions* buffer.
15030 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
15032 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15034 2006-03-26 Andreas Schwab <schwab@suse.de>
15036 * progmodes/gud.el (gdb): Only complain about multiple debugging
15037 when the gdb process is still running.
15039 2006-03-25 Eli Zaretskii <eliz@gnu.org>
15041 * mail/rmail.el (tool-bar-map): Defvar it.
15042 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15043 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15045 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
15047 * help.el (print-help-return-message): Suggest to use
15048 display-buffer instead of switch-to-buffer-other-window to restore
15049 the previous window without selecting it.
15051 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15053 * frame.el (select-frame-by-name): Call x-focus-frame also when
15054 window-system is mac.
15056 * term/mac-win.el: Adjust Courier font specifications in
15057 x-fixed-font-alist.
15058 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15059 when directly encoding to UTF-16 in native byte order, no BOM.
15061 2006-03-25 Kim F. Storm <storm@cua.dk>
15063 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15064 (cua--init-keymaps): Use it instead of fixed C-return.
15065 (cua-mode): Set after it.
15067 * emulation/cua-rect.el (cua--init-rectangles):
15068 Use cua-rectangle-mark-key instead of fixed C-return.
15070 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
15072 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15074 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15076 2006-03-24 Romain Francoise <romain@orebokech.com>
15078 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15079 `display-buffer-other-frame'.
15081 2006-03-24 Kim F. Storm <storm@cua.dk>
15083 * apropos.el (apropos-synonyms): Add selection => region.
15085 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15087 * progmodes/gdb-ui.el (gdb-var-create-regexp)
15088 (gdb-var-list-children-regexp, gdb-var-update-regexp)
15089 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15090 (gdb-data-list-register-values-regexp)
15091 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15092 Future proof against new fields being added to MI output.
15093 (gdb-send): Don't treat backslashes for program input as
15095 (gdb-assembler-handler): Don't use window-start for this handler.
15096 (gdb-frame-handler): Don't change to hollow arrow if overlay
15097 arrow doesn't move to new frame.
15099 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15101 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15102 prevent compiler warnings.
15103 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15104 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15105 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15108 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15110 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15111 make-network-process, so we can use the same code in Gnus v5-10
15112 too and have this file fully synchronized with that release.
15114 2006-03-23 Romain Francoise <romain@orebokech.com>
15116 * ibuf-ext.el (ibuffer-read-filter-group-name):
15117 Use `ibuffer-generate-filter-groups' to make completion list match
15118 the filter groups that are really displayed in the Ibuffer buffer.
15119 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15121 2006-03-23 Kenichi Handa <handa@m17n.org>
15123 * international/mule-cmds.el (sort-coding-systems): Describe that
15124 the argument is modified in docstring.
15126 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15128 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15129 (pgg-gpg-update-agent): New function.
15130 (pgg-gpg-use-agent-p): New function.
15131 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15132 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15133 (pgg-gpg-sign-region): Use it.
15135 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15137 * cus-edit.el (custom-face-set): Call custom-push-theme before
15138 face-spec set so that `changed' theme is correctly saved.
15139 (custom-face-reset-standard): Reset to recalculated face rather
15142 * custom.el (custom-push-theme): Only save `changed' theme if the
15143 current face does not match the defface specs.
15145 2006-03-21 Simon Josefsson <jas@extundo.com>
15147 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15148 <wilde@sha-bang.de>.
15149 (pgg-gpg-use-agent): New variable.
15150 (pgg-gpg-process-region): Use it.
15151 (pgg-gpg-encrypt-region): Likewise.
15152 (pgg-gpg-encrypt-symmetric-region): Likewise.
15153 (pgg-gpg-decrypt-region): Likewise.
15154 (pgg-gpg-sign-region): Likewise.
15155 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15157 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15159 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15162 2006-03-21 Kim F. Storm <storm@cua.dk>
15164 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15165 fringe-indicator-alist instead of modifying global value.
15166 (gdb-frame-handler): Likewise.
15168 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15170 * diff-mode.el (diff-function): Make it inherit from diff-header
15171 instead of diff-context.
15173 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15175 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15176 change names in macro above for consistency.
15177 (gdb-frame-handler): Use hollow-right-triangle for all selected
15178 frames which except the innermost (where execution has stopped).
15179 (gdb-reset): Reset buffer-local values of overlay-arrow.
15181 2006-03-20 Richard Stallman <rms@gnu.org>
15183 * simple.el (set-mark-command): Doc fix.
15185 * files.el (display-buffer-other-frame): New command.
15186 (ctl-x-4-map): Bind C-x 5 C-o to it.
15188 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15190 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15191 rather than just defer-time, in case defer-time has been changed but
15192 the timer isn't running yet.
15193 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15195 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15197 * help-mode.el (help-follow-symbol): New function.
15198 Essentially identical to the old `help-follow', but do not let
15199 `push-button' do the work when on an xref.
15200 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15202 2006-03-19 Richard Stallman <rms@gnu.org>
15204 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15205 preceded by the word `program'.
15206 (help-follow-mouse, help-follow): Throw error if not on xref.
15207 Delete no longer used args.
15209 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15211 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15212 annotation ensure gud-overlay-arrow-position is redisplayed.
15214 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15216 * textmodes/bibtex.el (bibtex-include-OPTkey)
15217 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15218 (bibtex-autokey-name-case-convert)
15219 (bibtex-autokey-titleword-case-convert): Make these the aliases
15220 for the following two variables.
15221 (bibtex-autokey-name-case-convert-function)
15222 (bibtex-autokey-titleword-case-convert-function): Make these the
15224 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15225 bibtex-font-lock-crossref sublists.
15226 (bibtex-mode): Revert 2005-12-30 change (which made
15227 completion-ignore-case buffer-local).
15228 (bibtex-url): Simplify.
15230 2006-03-19 Kim F. Storm <storm@cua.dk>
15232 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15233 cursor property value to 2 (to align with C level change).
15235 2006-03-19 Bill Wohler <wohler@newt.com>
15237 * image.el (image-load-path-for-library): Shorten first line in
15240 2006-03-18 Richard Stallman <rms@gnu.org>
15242 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15244 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15246 * isearch.el (isearch-other-meta-char): Handle user bindings for
15247 shifted control characters.
15249 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15251 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15252 part that matches email addresses, file names, etc.
15254 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15256 * term/w32-win.el (mouse-set-font):
15257 Mention w32-list-proportional-fonts in the doc string.
15259 2006-03-18 Kim F. Storm <storm@cua.dk>
15261 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15262 (ido-unc-hosts): New user option to explicitly define list of know
15263 UNC-style hosts for completion.
15264 (ido-cache-unc-host-shares-time): New user option.
15265 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15266 New helper functions for UNC file-name support.
15267 (ido-may-cache-directory): Check for UNC host. Simplify.
15268 (ido-wash-history): Clean out old UNC hosts.
15269 (ido-nonreadable-directory-p): UNC hosts are always readable.
15270 (ido-directory-too-big-p): UNC hosts are never too big.
15271 (ido-set-current-directory): Handle UNC root path.
15272 (ido-file-name-all-completions): Complete UNC host names from
15273 ido-unc-hosts list. Cache UNC host shares.
15274 (ido-make-file-list-1): Don't filter UNC root.
15275 (ido-exhibit): Check for // in root directory, and switch to UNC
15276 mode by setting ido-current-directory to //.
15278 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15280 * cus-edit.el (customize-changed-options): Mention explicit
15281 version number as default in prompt.
15283 2006-03-17 Bill Wohler <wohler@newt.com>
15285 * image.el (image-load-path-for-library): Minor docstring fix.
15287 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15289 * textmodes/org.el (org-read-date): Include subgroup 5 into
15291 (org-popup-calendar-for-date-prompt): Fix customization type.
15293 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15295 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15296 (gdb-continuation): New variable.
15297 (gdb-send): Deal with continuation lines.
15299 * progmodes/gud.el (gud-gdb-complete-command)
15300 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15302 (gud-tooltip-mode): Use buffer-local value.
15304 2006-03-16 Kim F. Storm <storm@cua.dk>
15306 * ido.el (ido-edit-input): Use selected match, if any.
15308 2006-03-16 Bill Wohler <wohler@newt.com>
15310 * image.el (image-load-path-for-library): Prefer user's images in
15313 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15315 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15316 when checking for attempt to drag leftmost or rightmost scrollbar.
15318 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15320 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15321 (gdb-force-mode-line-update): New function.
15322 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15323 (gdb-exited): Use them.
15324 (gdb-signal): New function.
15325 (gdb-annotation-rules): Provide a rule for it.
15327 2006-03-16 Kenichi Handa <handa@m17n.org>
15329 * international/mule.el (auto-coding-regexp-alist): Add entries
15332 * sort.el (sort-build-lists): Temporarily bind
15333 inhibit-field-text-motion to t.
15335 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15337 * locate.el (locate-command, locate-make-command-line)
15338 (locate-fcodes-file, locate-update-command)
15339 (locate-prompt-for-command, locate, locate-with-filter)
15340 (locate-get-file-positions): Doc fixes.
15341 (locate-buffer-name, locate-header-face): Remove leading `*' in
15343 (locate-filter-output): Use `keep-lines' instead of its alias
15344 `delete-non-matching-lines'.
15345 (locate-get-filename, locate-get-dirname): Add introductory comment.
15346 (locate-find-directory-other-window): Give appropriate error
15347 message if used outside main listing.
15349 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15351 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15352 the new extend-region feature.
15353 (font-lock-after-change-function): Update correspondingly.
15354 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15355 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15357 2006-03-15 Bill Wohler <wohler@newt.com>
15359 * image.el (image-load-path-for-library): Fix example by not
15360 recommending that one binds image-load-path. Just defvar it to
15361 placate compiler and only use it if previously defined.
15363 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15365 * textmodes/org.el (org-insert-centered): Use `string-width' to
15366 make underlining work for wide characters.
15367 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15368 TAB to `org-cycle', to make sure that no binding in
15369 `outline-mode-map' can supercede it.
15371 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15373 * allout.el: Increment version to 2.2.1 in file commentary.
15375 (allout-version): Increment to 2.2.1.
15377 (allout-default-layout): New customization variable, used when the
15378 file lacks a specific allout-layout. Uses allout-layout-type for
15379 recursively nested definition.
15381 (allout-layout-type): Widget defining allout layouts, necessary for
15382 self-recursive definition.
15384 (allout-mode): Incorporate allout-default-layout as fallback for
15387 (allout-layout): Mark as 'safe-local-variable', and refer mention
15388 fallback to `allout-default-layout' in absence of a specified value.
15389 (allout-passphrase-verifier-string)
15390 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15392 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15394 (allout-get-encryption-passphrase-verifier): Use correct name of
15395 passphrase verifier in docstring.
15397 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15399 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15401 (gdb-find-watch-expression): Make it work for arrays too.
15402 Follow change to gdb-var-list.
15403 (gud-watch): Allow the user to enter variable name with a prexix
15404 arg. Create keybindings.
15405 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15406 (gdb-var-list-children-handler, gdb-var-update-handler)
15407 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15408 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15409 Follow change to gdb-var-list.
15410 (gdb-starting): Don't show the overlay arrows when program is running.
15412 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15415 2006-03-14 Bill Wohler <wohler@newt.com>
15417 * image.el (image-load-path-for-library): Pass value of path
15418 rather than symbol. Always return list of directories.
15419 Guarantee that image directory comes first.
15421 2006-03-14 Alan Mackenzie <acm@muc.de>
15423 * font-core.el (font-lock-extend-region\(-function\)?.):
15424 New function/variable.
15426 * font-lock.el (font-lock-after-change-function):
15427 Call font-lock-extend-region. Obey font-lock-lines-before.
15428 (font-lock-default-fontify-region): Remove reference to
15429 font-lock-lines-before.
15431 * jit-lock.el (jit-lock-after-change):
15432 Call font-lock-extend-region. Obey font-lock-lines-before.
15434 2006-03-14 David Ponce <david@dponce.com>
15436 * tree-widget.el (tree-widget-themes-load-path)
15437 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15439 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15441 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15442 (rcirc-print): Mark the start of text at the end of the prompt.
15443 (rcirc-track-minor-mode): Add autoload cookie.
15444 (rcirc-update-activity-string): Add space to front of mode-line
15447 2006-03-13 Miles Bader <miles@gnu.org>
15449 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15450 (rcirc-abbrev-nick): Remove function.
15451 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15453 2006-03-13 David Ponce <david@dponce.com>
15455 * tree-widget.el: Handle themes across all occurrences of the main
15456 themes sub-directory found in tree-widget-themes-load-path.
15457 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15458 (tree-widget--locate-sub-directory): Return all occurrences.
15459 (tree-widget-themes-path): New function.
15460 Replace tree-widget-themes-directory, and return a list of directories.
15461 (tree-widget-set-parent-theme)
15462 (tree-widget-lookup-image): Use it.
15464 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15466 * textmodes/org.el (org-link-search): Avoid self-matching of
15467 links, allow target text to be distributed over several lines.
15468 (org-search-not-link): New function.
15469 (org-set-regexps-and-options, org-get-current-options):
15470 New startup options.
15471 (org-export-as-html): Take odd-level setting from local variable.
15472 (org-fontify-emphasized-text): New option.
15473 (org-set-font-lock-defaults): Include emphasized text.
15474 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15475 (org-font-lock): Customize group renamed from `org-faces'.
15477 2006-03-13 John Paul Wallington <jpw@pobox.com>
15479 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15480 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15482 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15484 * cus-start.el (all): Delete :version keyword for members of the
15485 fringe group, since the entire group is new in 22.1.
15487 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15489 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15490 map if value is hexadecimal (an address).
15491 (gud-watch): Only search roots for existing watch expressions.
15492 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15493 prevent caching problems with speedbar-update-directory-contents.
15495 2006-03-12 Juri Linkov <juri@jurta.org>
15497 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15498 before comparing with `low' and `warn'.
15500 * info.el (Info-dir-remove-duplicates): Move point to the
15501 beginning of the current line after deleting the entries from
15502 redundant heading. Use marker for `limit' and compare it with
15503 point before calling `re-search-forward'.
15505 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15507 * simple.el (yank): Fix typo in docstring.
15509 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15511 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15512 messages, where "D" is the 6th character.
15514 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15516 * simple.el (yank): Fix last change.
15518 2006-03-11 David Ponce <david@dponce.com>
15520 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15521 before merging elements from the standard ispell-dictionary-alist.
15522 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15523 alist, and return the new alist.
15525 2006-03-11 Richard Stallman <rms@gnu.org>
15527 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15529 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15530 the way it is implemented is too unclean.
15532 * simple.el (kill-region, yank): Doc fix.
15534 * battery.el (battery-echo-area-format): Doc fix.
15535 (battery-mode-line-format): Likewise.
15536 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15537 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15539 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15541 * progmodes/octave-mod.el (octave-indent-for-comment):
15542 Behave according to do string.
15544 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15546 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15547 Be visible only if major mode is Mail Mode.
15549 * textmodes/flyspell.el (flyspell-external-point-words)
15550 (flyspell-process-localwords): Fix last changes.
15552 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15554 * calendar/holidays.el (list-holidays): Doc fix.
15556 * international/mule.el (auto-coding-alist): Add .odt
15557 (OpenOffice's open document) files.
15559 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15560 document) files. Mention in the doc string the need to sync with
15563 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15565 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15566 enable-local-variables is set to always query, or there is no
15569 2006-03-10 Bill Wohler <wohler@newt.com>
15571 * image.el (image-load-path-for-library): Merge at least three
15572 functions from Gnus and MH-E into this one function that can now
15575 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15577 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15578 gdb-remove-mouse-face and remove help-echo too.
15579 (gdb-enqueue-input): Correct conditional clause.
15581 2006-03-10 Glenn Morris <rgm@gnu.org>
15583 * calendar/calendar.el (calendar-holidays): Doc fix.
15584 * calendar/holidays.el (list-holidays): Doc fix.
15586 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15588 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15589 it gets called in gdb-prompt anyway.
15590 (gdb-use-separate-io-buffer): Only restore window arrangement for
15592 (gdb-enqueue-input): Make it harder to send GDB input when program
15594 (gdb-buffer-list): New variable.
15595 (gdb-remove-mouse-face): New function.
15596 (gdb-starting): Use it when GDB input won't get sent.
15598 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15600 * help.el (view-lossage): Remove trailing whitespace before
15603 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15605 * files.el (hack-local-variables-confirm):
15606 Set coding-system-for-read to nil before writing to .emacs.
15608 * arc-mode.el (archive-extract): Check if an existing buffer name
15609 comes from a different archive.
15611 * help.el (describe-key-briefly): If KEY is a down event, read and
15612 discard the up event.
15614 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15616 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15617 be edited and use font-lock-warning-face for any changes.
15619 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15620 (gdb-edit-value): Use it to report any errors.
15622 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15624 * help.el (describe-key): Remove leftover test code.
15626 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15628 * textmodes/org.el: Move defvars out of eval-when-compile.
15629 Use buffer-file-name variable.
15630 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15632 (org-level-faces): Remove startup dependency.
15633 (org-cycle, org-map-tree, org-scan-tags)
15634 (org-remember-handler): Don't call `outline-level' directly.
15635 (org-mhe-search-all-folders): New option.
15636 (org-mhe-get-message-folder-from-index)
15637 (org-mhe-get-message-folder): Fix indexing search.
15638 (org-format-agenda-item): Handle nil TAGS argument.
15639 (org-cleaned-string-for-export, org-activate-target-links)
15640 (org-make-target-link-regexp): Deal with empty radio target list.
15641 (org-tag): New face.
15642 (org-get-level-face): New function.
15643 (org-set-font-lock-defaults): Simplify setup for headlines.
15644 (org-complete): Pass common substring to `display-completion-list'.
15646 2006-03-06 David Ponce <david@dponce.com>
15648 * tree-widget.el: Update Commentary header.
15649 (tree-widget-theme-name): Ignore parent themes.
15650 (tree-widget-set-parent-theme): New function.
15651 (tree-widget-set-theme): Use it.
15652 (tree-widget-set-image-properties): Move definition. Does nothing
15653 if image properties have already been set.
15654 (tree-widget-image-properties): Move definition. Receive an image
15655 name. Set the :pointer property.
15656 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15657 Don't set the :pointer image property.
15658 (tree-widget-convert-widget): New function. Handle :dynargs
15659 compatibility here.
15660 (tree-widget): Use it to :convert-widget. Add the :expander-p
15661 predicate to control when the :expander function is entered.
15662 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15663 (tree-widget-value-create): Handle :expander-p. widget-apply
15665 (tree-widget-expander-p): New function. Default value of the
15666 :expander-p property.
15668 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15670 * help.el (describe-key): Properly handle the return value of
15671 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15672 remaps. Handle string and vector `follow-link' values.
15674 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15676 * complete.el (PC-expand-many-files): Try be more careful when parsing
15677 the shell's output.
15679 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15681 * outline.el (hide-sublevels): Provide better interactive default.
15683 2006-03-06 Kenichi Handa <handa@m17n.org>
15685 * international/fontset.el (create-fontset-from-fontset-spec):
15686 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15688 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15690 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15691 backslashes instead of one in regexp.
15692 (gud-tooltip-dereference): Add missing optional argument.
15694 2006-03-04 John Paul Wallington <jpw@pobox.com>
15696 * wdired.el (toplevel): Require `cl' at compile-time.
15698 2006-03-04 Andreas Schwab <schwab@suse.de>
15700 * server.el (server-process-filter): Handle errors during
15701 evaluation of the argument.
15703 2006-03-03 John Paul Wallington <jpw@pobox.com>
15705 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15706 escape parentheses at beginning of line.
15707 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15708 (t-mouse-mode): Remove period from end of error message.
15710 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15712 * textmodes/flyspell.el (flyspell-process-localwords):
15715 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15717 * cus-edit.el (custom-quote): Remove function, since it has been
15718 moved to custom.el.
15720 * font-lock.el (lisp-font-lock-keywords-2)
15721 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15722 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15723 they have no special meaning.
15725 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15726 indirect buffer gets killed before indirect buffer. Use dolist.
15728 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15730 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15731 value instead of a literal constant (1) on more pauses.
15733 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15735 * textmodes/flyspell.el (flyspell-external-point-words):
15738 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15740 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15743 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15745 * allout.el: Restablish intermediate missing comment header to
15746 preserve outline structure.
15747 (allout-beginning-of-current-entry): Skip invisible text.
15748 (allout-open-topic): Fix opening a topic at end-of-buffer.
15749 (allout-minor-mode): Move nearer to allout-mode function.
15751 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15753 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15755 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15757 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15760 * progmodes/gud.el (gud-speedbar-menu-items):
15761 Use buffer-local-value and add missing :visible keyword.
15763 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15765 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15767 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15768 must be `follow-link'.
15770 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15772 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15773 formatting: No nested anchors.
15774 (org-all-targets): Fix bug with XEmacs compatibility.
15775 (org-read-date): Add (require 'parse-time).
15776 (org-set-tags): Fix bug with extra inserted space.
15777 (org-export-html-style): Define a style class for targets.
15778 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15779 (org-hide-leading-stars): New option.
15780 (org-hide): New face.
15781 (org-set-font-lock-defaults): Allow to hide leading stars.
15782 (org-get-legal-level, org-tr-level): New functions.
15783 (org-odd-levels-only): New option.
15784 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15785 (org-demote, org-promote): Deal with double-star levels.
15786 (org-convert-to-odd-levels): New command.
15788 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15790 * speedbar.el (speedbar-update-localized-contents): Try to
15791 preserve window-start.
15792 (speedbar-update-directory-contents): Try to preserve window-start
15794 (speedbar-update-special-contents): Don't move back to start of window.
15796 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15797 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15799 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15800 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15801 instead of gdb-speedbar-timer-fn.
15803 2006-02-28 Jay Belanger <belanger@truman.edu>
15805 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15806 (math-compose-expr): Use latex option when calling
15807 `math-compose-tex-matrix' for latex mode.
15809 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15811 * speedbar.el: Re-instate comments about developing for speedbar
15812 [this is what info and gdb-ui use even if better methods exist now].
15814 * t-mouse.el: New file.
15815 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15816 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15817 (t-mouse-make-event-element): Use posn-at-x-y instead.
15818 (t-mouse-make-event): Deal with Fedora Core 3.
15819 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15820 (t-mouse-mouse-position-function): New function. Use it instead
15821 of advising mouse-position.
15822 (t-mouse-mode): New minor mode.
15823 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15825 2006-02-27 Glenn Morris <rgm@gnu.org>
15827 * calendar/calendar.el (calendar-holidays): Doc fix.
15829 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15831 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15832 Re-introduce the concept of a source window.
15833 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15834 consistency with get-buffer-create.
15835 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15836 (gdb-data-list-register-values-handler)
15837 (gdb-stack-list-locals-handler): Try to preserve window-start as
15838 well as window-point.
15839 (gdb-display-source-buffer): New function (old concept).
15840 (gdb-goto-breakpoint): Use it.
15842 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15843 for gdb-ui/gdb-mi (old concept).
15845 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15847 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15850 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15852 * textmodes/reftex-sel.el (reftex-select-label-map)
15853 (reftex-select-bib-map): Add `follow-mouse' binding.
15855 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15857 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15858 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15859 Give :set functions to provide automatic updating.
15860 Update docstring. Give compiler defvars early in the file
15861 and move the defcustoms to a later spot where all called functions
15863 (jka-compr-file-name-handler-entry): Doc fix.
15864 (jka-compr-compression-info-list--internal)
15865 (jka-compr-mode-alist-additions--internal)
15866 (jka-compr-load-suffixes--internal): New variables.
15867 (jka-compr-install): Set the three above variables.
15868 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15869 (jka-compr-update, jka-compr-set): New functions.
15870 (auto-compression-mode): Doc fix.
15872 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15873 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15874 Use jka-compr-compression-info-list--internal,
15875 jka-compr-mode-alist-additions--internal and
15876 jka-compr-load-suffixes--internal.
15878 * files.el (load-library):
15879 * loadhist.el (file-loadhist-lookup):
15880 * startup.el (command-line):
15881 * subr.el (locate-library):
15882 * emacs-lisp/autoload.el (update-directory-autoloads):
15883 * emacs-lisp/find-func.el (find-library-suffixes):
15884 Use `get-load-suffixes' instead of `load-suffixes'.
15886 * subr.el (locate-library):
15887 * emacs-lisp/find-func.el (find-library-name):
15888 Use `load-file-rep-suffixes' instead of '("").
15890 2006-02-26 Kim F. Storm <storm@cua.dk>
15892 * ido.el (ido-save-history, ido-load-history): Simplify.
15893 Don't use find-file-noselect to avoid interference from other modes.
15895 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15897 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15898 to use the default shell if filename is not available.
15899 Reported by Giorgos Keramidas.
15901 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15903 * progmodes/etags.el (tags-completion-table): Do completion from
15904 all the tables in the current list, as documented in the manual.
15906 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15908 * CC Mode Update to 5.31.3.
15910 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15912 * progmodes/cc-mode.el (c-postprocess-file-styles):
15913 Bind inhibit-read-only to t, around the call to
15914 c-remove-any-local-eval-or-mode-variables, so that it works on a
15917 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15919 * progmodes/cc-awk.el: Correct a typo.
15921 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15923 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15924 c-hungry-delete-backwards, at the request of RMS. Leave the old
15927 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15929 * progmodes/cc-mode.el: Correct a typo.
15931 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15933 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15935 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15937 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15938 brace-else-brace (error due to mbeg, mend being undefined).
15940 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15942 * progmodes/cc-mode.el: File Local variables: Solve the problem
15943 where both `mode' and c-file-offsets are specified: `mode' will
15944 overwrite c-f-o's settings:
15945 (c-remove-any-local-eval-or-mode-variables): New function.
15946 (c-postprocess-file-styles): Call the above new function, within
15947 c-tentative-buffer-change, to splat `mode' and `eval' before the
15948 second hack-local-variables.
15950 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15952 * progmodes/cc-mode.el:
15953 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15954 (c-after-change): Protect the match data with save-match-data.
15955 It was getting corrupted by c-after-change-check-<>-operators.
15957 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15958 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15959 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15961 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15962 with save-match-data. It was being corrupted when Font Lock was
15965 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15967 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15968 Mode and Subword Mode.
15970 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15971 real labels ("case 1:" or "foo:") from non-labels ("public:").
15972 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15973 coding; c-f-t-2 doesn't move over a token at EOB.
15975 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15977 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15978 (c-update-modeline): Concatenate the minor mode indicators
15979 directly onto mode-name, removing c-submode-indicators.
15980 Sometimes, c-s-i got separated from the mode name on the mode line.
15982 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15983 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15985 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15987 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15988 error message when there's an evaluation error to show whether
15989 it's loaded from source or not.
15990 (c-filter-ops): Make it available at runtime too to work when
15991 `c-make-init-lang-vars-fun' needs to evaluate from source.
15993 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15995 * help.el (help): Revert last part of 2006-02-23 change (deletion
15996 of the `provide' call).
15998 2006-02-23 Juri Linkov <juri@jurta.org>
16000 * compare-w.el (compare-windows-highlight): Add new value
16001 `persistent' and change :type from `boolean' to `choice'.
16002 (compare-windows-overlays1, compare-windows-overlays2):
16003 New internal variables.
16004 (compare-windows-highlight): If compare-windows-highlight is
16005 `persistent', add current overlays to compare-windows-overlays[12]
16006 instead of adding compare-windows-dehighlight to pre-command-hook.
16007 (compare-windows-dehighlight): Delete all overlays from
16008 compare-windows-overlays[12].
16010 * info.el (Info-search): Don't bind search-spaces-regexp to
16011 Info-search-whitespace-regexp in non-regexp isearch mode.
16013 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16015 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16017 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
16019 * textmodes/org.el (org-xemacs-p)
16020 (org-export-html-show-new-buffer, org-table-may-need-update)
16021 (org-insert-item, org-mhe-get-message-real-folder)
16022 (org-mhe-get-message-folder-from-index)
16023 (org-mhe-get-message-folder, org-mhe-get-message-num)
16024 (org-mhe-get-header, org-make-org-heading-search-string)
16025 (org-make-org-heading-camel, org-table-sort-lines)
16026 (org-format-org-table-html, org-format-table-table-html):
16027 Fix typos in docstrings.
16029 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
16031 * textmodes/org.el (org-cleaned-string-for-export)
16032 (org-solidify-link-text): New function.
16033 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16034 XEmacs, just to silence the compiler.
16035 (org-export-as-ascii, org-export-as-html-and-open):
16036 Use `org-cleaned-string-for-export' and create internal links.
16037 (org-follow-mhe-link): Require mh-e, use folder.
16039 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16041 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16043 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16044 gdb-debug-log-length.
16045 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
16046 it a real ring but...
16047 (gud-gdba-marker-filter): ...make it work like mark-ring.
16048 (gdb-enable-debug): Rename from gdb-enable-debug-log.
16049 (gdb-mouse-jump): New function. Add bindings.
16051 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16053 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16054 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16055 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16056 (gdb-debug-log-length): Customize it's length.
16057 (gud-watch, gdb-var-create-handler): Display function::var format
16058 but don't use to create variable object.
16059 (gdb-var-create-handler): Use message-box in place of message.
16060 (gdb-stopped): Call gdb-exited if signalled.
16062 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
16064 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16066 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16068 * textmodes/reftex.el (reftex-locate-file): Search all extensions
16069 if `reftex-try-all-extensions' is set.
16071 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16072 fail silently when there is no valid argument at point.
16073 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16074 `fail-silently' argument. From a patch by David Reiter.
16076 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16078 (org-mark-ring): New variable.
16079 (org-mark-ring-length): New option.
16080 (org-open-at-point, org-goto, org-open-file): Push old position
16081 onto the mark ring.
16082 (org-add-hook): New function.
16083 (org-export-table-remove-special-lines): New option.
16084 (org-skip-comments, org-format-org-table-html): Respect new
16085 option `org-export-table-remove-special-lines'.
16086 (org-open-file): Allow special command configuration for
16088 (org-file-apps): Fix bugs in customize type, added setting
16090 (org-activate-tags, org-format-agenda-item, org-complete)
16091 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16092 (org-get-tags, org-get-buffer-tags, org-open-at-point)
16093 (org-link-search, org-make-org-heading-search-string)
16094 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16095 (org-radio-targets, org-file-link-context-use-camel-case)
16096 (org-activate-camels): New options.
16097 (org-update-radio-target-regexp, org-all-targets)
16098 (org-make-target-link-regexp, org-activate-target-links):
16100 (org-make-org-heading-search-string): New function.
16101 (org-store-link, org-insert-link): Use new option
16102 `org-file-link-context-use-camel-case'.
16103 (org-activate-camels): Use new option `org-activate-camels'.
16104 (org-link-regexp): Add mhe prefix.
16105 (org-open-at-point, org-store-link): Support for mhe links.
16106 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16107 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16108 (org-mhe-get-header, org-follow-mhe-link): New functions.
16109 (org-remove-angle-brackets, org-add-angle-brackets):
16111 (org-bracket-link-regexp): New constant.
16112 (org-read-date): Fix bug that was rejecting all typed dates.
16113 (org-link-search): Make hierarchy above visible after a match.
16114 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16115 (org-store-link): Fix bug with link creation when cursor is in
16117 (org-open-at-point): Fix bug with matching a link.
16118 Fixed buggy argument sequence in call to `org-view-tags'.
16119 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16120 (org-prefix-has-tag): New variable.
16121 (org-format-agenda-item): Remove tags from headline
16123 (org-agenda-remove-tags-when-in-prefix): New option.
16125 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16127 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16128 Fix the regular expressions.
16130 2006-02-21 Richard M. Stallman <rms@gnu.org>
16132 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16133 if there's no other specific basis.
16135 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16136 as variables at all.
16137 (unsafep-variable): Rename arg; doc fix.
16139 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16141 * calendar/appt.el (diary-selective-display): Add defvar.
16143 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16145 * isearch.el (search-whitespace-regexp): Fix custom type.
16147 * help.el (describe-key-briefly): Compute interactive args
16148 in same was as before previous change.
16150 * files.el (enable-local-variables): Doc fix.
16152 2006-02-21 Kim F. Storm <storm@cua.dk>
16154 * fringe.el: Cleanup as file is now pre-loaded.
16155 (fringe-bitmaps): Initialize unconditionally.
16156 (fringe-mode, set-fringe-style): Remove autoload cookies.
16158 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16160 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16162 (fringe-cursor-alist): Use `horizontal-bar'.
16164 2006-02-20 Kim F. Storm <storm@cua.dk>
16166 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16167 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16169 * loadup.el: Load "fringe" on window systems.
16171 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16173 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16174 out of scope components.
16176 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16179 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16181 * custom.el (customize-mark-to-save, customize-mark-as-set):
16182 Load the symbol first.
16184 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16186 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16187 strech spec so it doesn't display as "^J" on the header line
16188 when `Buffer-menu-use-header-line' is t.
16190 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16192 * speedbar.el (speedbar-make-button): Keep text properties
16193 of string arguments if desired.
16195 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16198 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16201 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16203 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16204 to value of `read-file-name-completion-ignore-case'.
16206 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16208 * custom.el (customize-mark-as-set): Push to `user' theme.
16210 * cus-edit.el (custom-save-variables): Allow unthemed values.
16211 (customize-set-variable): Push setting to `user' theme.
16213 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16215 * progmodes/gud.el: Don't require font-lock as it's now
16216 automatically loaded.
16217 (gud-speedbar-buttons): Replace gdb-var-changed with
16220 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16222 (gdb-post-prompt): Use it.
16223 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16224 (gdb-var-update-handler, gdb-var-delete)
16225 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16226 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16227 gdb-force-update in gdb-post-prompt.
16228 (gdb-reset): Clear watch expressions from speedbar when quitting.
16230 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16232 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16233 (viper-change-state-to-vi, viper-change-state-to-emacs):
16234 Make aware of cursor coloring in the Emacs state.
16235 (viper-special-read-and-insert-char): Use read-char-exclusive.
16236 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16238 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16241 * emulation/viper-util.el (viper-save-cursor-color)
16242 (viper-get-saved-cursor-color-in-replace-mode)
16243 (viper-get-saved-cursor-color-in-insert-mode)
16244 (viper-restore-cursor-color): Make aware of the cursor color
16246 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16248 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16249 (ediff-ignore-case-option3, ediff-actual-diff-options)
16250 (ediff-actual-diff3-options): New variables to control case sensitivity.
16251 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16252 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16253 (ediff-toggle-ignore-case): New function.
16254 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16256 * ediff-help.el (ediff-long-help-message-narrow2)
16257 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16258 (ediff-long-help-message-word-mode): Add ignore-case command.
16259 (ediff-help-for-quick-help): Add ignore-case command.
16261 * ediff-merg.el: Move provide to the end.
16263 * ediff-ptch.el: Move provide to the end.
16265 * ediff-wind.el: Move provide to the end.
16267 * ediff-mult.el: Move provide to the end.
16268 (ediff-set-meta-overlay): Enable follow-link.
16270 * ediff.el: Move provide to the end.
16271 Break recursive load cycle in eval-when-compile.
16272 (ediff-patch-buffer): Better heuristics.
16274 * ediff-util.el: Move provide to the end.
16275 Break recursive load cycle in eval-when-compile.
16276 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16278 (ediff-submit-report): Pass the values of ediff-diff3-program,
16279 ediff-diff3-options.
16281 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16283 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16284 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16285 `' (for example, in the docstring of `windmove-default-keybindings').
16287 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16289 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16290 shadow face. Don't provide binding to edit variable when it is
16293 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16294 (gdb-var-update-handler): Detect out of scope variables with pre
16296 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16297 Reset status of variable objects to nil in update handlers.
16298 (gdb-var-update-handler-1): Detect when a variable object comes
16299 in scope. setcar on var changes gdb-var-list directly.
16301 2006-02-17 Juri Linkov <juri@jurta.org>
16303 * ffap.el (ffap) <defface>: Add explicit face declaration.
16304 (ffap-highlight): Use face `ffap' directly instead of checking
16307 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16308 `visible-ok' of `other-buffer' to find the right original buffer.
16310 * info.el (Info-search): Skip `Local Variables' node.
16312 2006-02-17 Juri Linkov <juri@jurta.org>
16314 * info.el (Info-find-file): Check for symbols `apropos', `history',
16315 `toc' in the input filename, and return these symbols as is.
16316 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16317 `history', `toc' instead of strings.
16318 (Info-set-mode-line): For non-string Info-current-file use the
16319 symbol's name inside **.
16320 (Info-isearch-push-state): Add quote before Info-current-file and
16322 (Info-isearch-pop-state): Use `equal' instead of `string='.
16323 (Info-extract-pointer, Info-following-node-name): Use
16324 `match-string-no-properties' instead of `match-string'.
16325 (Info-up): Check `old-file' for `stringp'.
16326 (Info-history): Use `equal' instead of `string-equal'.
16327 Check `file' for `stringp'.
16328 (Info-history): Use symbol `history' instead of string as first arg
16329 of `Info-find-node'.
16330 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16331 `toc' instead of string.
16332 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16333 instead of `buffer-substring', and `match-string-no-properties'
16334 instead of `match-string'.
16335 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16336 instead of strings.
16337 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16338 Use symbol `apropos' instead of string.
16339 (Info-copy-current-node-name): Check `Info-current-file' for
16340 `stringp' and construct a command with `Info-find-node' from it.
16341 (Info-fontify-node): Use `match-string-no-properties' instead of
16342 `match-string' and check file names for `stringp'.
16343 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16344 `history', `toc' instead of strings.
16346 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16348 * files.el: Rearrange functions and variables in the file local
16351 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16353 * files.el: Add truncate-lines, ispell-check-comments and
16354 ispell-local-dictionary as safe local variables.
16356 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16358 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16359 out of scope variables.
16360 (gud-speedbar-buttons): Use unless.
16362 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16363 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16364 (gdb-show-changed-values): Also use for out of scope variables.
16365 (gdb-var-update-handler-1): Note if variable goes out of scope.
16367 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16369 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16370 default to global variable values for unsupplied args.
16371 (rcirc-get-buffer-create): Fix bug with setting the target.
16372 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16373 test for rcirc-always-use-server-buffer-flag here.
16374 (rcirc-response-formats): Add %N, which is a facified nick. %n
16375 uses the default face. Change the ACTION format string. If the
16376 "nick" is the server, don't print anything for that field.
16378 (rcirc-target-buffer): Don't test
16379 rcirc-always-use-server-buffer-flag here.
16380 (rcirc-print): Squeeze extra spaces out of the text before message.
16381 (rcirc-put-nick-channel): Strip potential "@" char from nick
16382 before adding them to nick table.
16383 (rcirc-url-regexp): Improve to match address like "foo.com".
16385 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16387 * allout.el (allout-hidden-p): Move this defsubst before
16388 allout-overlay-interior-modification-handler, where it is first
16391 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16393 * allout.el: Use allout invisible-text overlays instead of
16394 selective display for concealed text. Also, lots of general
16395 cleanup, and improved compatibility code.
16397 (allout-version): Incremented, corrected, revised, and refined
16400 (provide 'allout): Moved to the bottom, added a require of overlay.
16402 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16404 (allout-write-file-hook-handler): Minimize delay.
16405 (count-trailing-whitespace-region): New function so
16406 auto-encryption of current topic can resituate cursor exactly.
16407 PGP/GPG encryption trims trailing whitespace from lines, which
16408 must be accounted for across encryption then decryption.
16410 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16411 just plain "\C-c", to avoid intruding on user's keybinding space.
16413 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16414 parameter, so user request to provide a new password is done.
16416 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16417 Refined mechanism for auto-filling behavior while in allout mode.
16419 (allout-mode): Explicitly specify the mode map in the docstring.
16420 Clarify provision for various write-file hook var names.
16421 Adjusted for invisible-text overlays instead of selective-display.
16423 (allout-depth): Really return 0 if not within any topic. This
16424 rectifies `allout-beginning-of-level' and sequence numbering
16425 errors that occur when cutting and pasting numbered topics.
16426 Changed from a in-line subst to a regular function, as well.
16428 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16430 (allout-end-of-subtree, allout-end-of-subtree)
16431 (allout-end-of-entry, allout-end-of-current-heading)
16432 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16433 (allout-show-children, allout-show-to-offshoot)
16434 (allout-hide-current-entry, allout-show-current-entry): Rectified
16435 handling of trailing blank lines between items.
16437 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16438 (allout-current-depth, allout-unprotected, allout-hidden-p)
16439 (allout-on-current-heading-p, allout-listify-exposed)
16440 (allout-chart-subtree, allout-goto-prefix)
16441 (allout-back-to-current-heading, allout-get-body-text)
16442 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16443 (allout-hide-region-body, allout-toggle-subtree-encryption)
16444 (allout-encrypt-string, allout-encrypted-key-info)
16445 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16446 (allout-file-vars-section-data): Adjusted for use with
16447 invisible-text overlays instead of selective-display.
16449 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16450 Reworked for use with invisible text overlays.
16452 (allout-current-topic-collapsed-p): New function.
16454 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16455 to know when to close the containing topic.
16457 (allout-pre-command-business, allout-post-command-business):
16458 Simplify undo-batching and dynamic isearch exposure.
16460 (allout-set-overlay-category): New for invisible-text overlays.
16461 Sets properties of allout-overlay-category, used by
16462 allout-flag-region to set invisible-text overlay properties.
16463 (allout-get-invisibility-overlay): Get the first qualifying
16464 invisibility overlay, so we can find the extent of it.
16465 (allout-back-to-visible-text): Get to just before the beginnining
16466 of the current invisibility overlay, if any.
16468 (allout-overlay-insert-in-front-handler)
16469 (allout-overlay-interior-modification-handler)
16470 (allout-before-change-handler, allout-isearch-end-handler): New
16471 functions to handle extraordinary actions affecting concealed
16474 (allout-flag-region): Use overlays instead of selective-display
16475 for invisible text - by inheritence from the properties of
16476 allout-overlay-category in mainline Emacs, and applied
16477 property-by-property in XEmacs, some recent versions of which
16478 don't inherit the properties from the category. Provisions to
16479 respond to concealed-text edits simplified drastically.
16481 (allout-isearch-rectification, allout-isearch-was-font-lock)
16482 (allout-isearch-expose, allout-enwrap-isearch)
16483 (allout-isearch-abort, allout-pre-was-isearching)
16484 (allout-isearch-prior-pos, allout-isearch-did-quit)
16485 (allout-isearch-dynamic-expose)
16486 (allout-hide-current-entry-completely): Functions deleted.
16488 (allout-undo-aggregation): Explicit undo aggregation no longer
16489 necessary due to transition away from selective-display.
16491 (set-allout-regexp, allout-up-current-level)
16492 (allout-next-visible-heading, allout-forward-current-level)
16493 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16494 (allout-kill-line, allout-yank-processing, allout-show-children)
16495 (allout-expose-topic, allout-old-expose-topic)
16496 (allout-listify-exposed, allout-insert-latex-header)
16497 (allout-toggle-subtree-encryption, allout-encrypt-string)
16498 (remove-from-invisibility-spec, allout-hide-current-subtree):
16499 Ditched unused variables.
16501 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16503 * textmodes/ispell.el (ispell-change-dictionary): Call
16504 ispell-buffer-local-dict instead of
16505 ispell-accept-buffer-local-defs.
16506 (ispell-local-dictionary-alist): Accept as valid any coding-system
16507 supported by Emacs.
16508 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16509 changed to iso-8859-3.
16511 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16513 * speedbar.el (speedbar-frame-width): Make an inline function
16514 instead of a macro. Use frame-width.
16515 (speedbar-try-completion, speedbar-update-contents)
16516 (speedbar-timer-fn): Use consp.
16517 (speedbar-update-localized-contents): Try to preserve point.
16519 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16520 (menu): Re-order menu items.
16521 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16523 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16524 (gdb-post-prompt): Speed things by not forcing update.
16526 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16528 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16529 press and perform default action if we get a mouse movement event.
16531 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16533 * calendar/icalendar.el (icalendar--get-event-property)
16534 (icalendar--get-event-property-attributes): Fix typos in
16537 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16540 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16542 * bs.el (bs-mode): Use `buffer-disable-undo'.
16543 (bs--get-file-name): Simplify.
16544 (bs-show-in-buffer): Mark the buffer as not modified.
16546 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16548 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16549 widget-button-click.
16551 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16552 (custom-mode): Update docstring.
16554 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16557 * files.el (hack-local-variables-confirm): Allow scrolling if the
16558 file variable list is too long. Kill temp buffer after use.
16560 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16562 * progmodes/gud.el (gdb): Improve doc string.
16563 (gdb-script-font-lock-keywords): Expand allowed character set.
16565 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16566 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16567 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16568 (gdb-separate-io-stop, gdb-separate-io-eof):
16569 Rename from gdb-inferior-* to gdb-separate-*.
16570 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16572 2006-02-14 Jay Belanger <belanger@truman.edu>
16574 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16575 expression is a symbol before checking that it is bound.
16577 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16578 test to see if equation can be solved.
16580 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16582 * wid-edit.el (widget-button-click): Use :pressed-face property
16583 for overlay face, if it exists.
16585 * cus-edit.el (custom-manual, custom-add-see-also)
16586 (custom-add-parent-links, custom-group-link): Add :pressed-face
16589 * files.el (hack-local-variables): Remove ignored variables before
16590 checking if any variables need setting.
16592 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16594 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16596 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16598 * help.el (where-is): Fix message for remapped commands.
16600 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16601 Fix typos in docstrings.
16603 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16605 * files.el (safe-local-variable-values): New option.
16606 (hack-local-variables-prop-line): Return a list of variable-value
16607 pairs if MODE-ONLY is non-nil.
16608 (hack-local-variables): Construct list of variable-value pairs,
16609 and apply or reject them in one go. Ask for confirmation if
16610 variables are not known safe.
16611 (hack-local-variables-confirm): Complete rewrite. Support
16612 `safe-local-variable-values'.
16613 (enable-local-variables): Update docstring to reflect new
16615 (ignored-local-variables): Ignore ignored-local-variables and
16616 safe-local-variable-values.
16617 (safe-local-variable-p): New function.
16618 (risky-local-variable-p): `safe-local-variable' property check
16619 moved to safe-local-variable-p.
16620 (hack-one-local-variable): Checks moved to hack-local-variables.
16622 (byte-compile-dynamic, c-basic-offset, c-file-style)
16623 (c-indent-level, comment-column, fill-column, fill-prefix)
16624 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16625 (no-update-autoloads, outline-regexp, page-delimiter)
16626 (paragraph-start, paragraph-separate, sentence-end)
16627 (sentence-end-double-space tab-width, version-control):
16628 Add `safe-local-variable' property.
16630 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16632 * icomplete.el, play/landmark.el: Change nonexistent
16633 `outline-layout' file variable to `allout-layout'.
16635 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16637 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16638 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16639 to gud-comint-buffer.
16640 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16641 gdb-ui.el for gdb-mi.el.
16642 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16643 registers buffer to gdb-get-changed-registers.
16644 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16645 deletion of catchpoints (throw and catch).
16646 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16647 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16648 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16649 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16650 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16652 2006-02-13 Jay Belanger <belanger@truman.edu>
16654 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16655 expression is a symbol before checking that it is bound.
16657 2006-02-13 Richard M. Stallman <rms@gnu.org>
16659 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16660 for the minibuffer too, but not if resize-mini-windows will interfere.
16662 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16663 inside `interactive' spec.
16664 (describe-key-briefly-internal, describe-key-internal):
16665 Functions merged back into their callers.
16667 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16669 * info.el (info-xref-visited): Inherit from info-xref too.
16670 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16671 when propertizing Info-current-file and Info-current-node.
16673 2006-02-13 Juri Linkov <juri@jurta.org>
16675 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16676 (tumme-thumb-name): Fix per-directory format.
16678 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16680 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16682 2006-02-12 Miles Bader <miles@gnu.org>
16684 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16686 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16688 * tumme.el: Remove history section. If someone needs the it, it
16689 can always be found in CVS.
16691 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16693 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16694 about the Thumbnail Managing Standard option.
16696 2006-02-12 Richard M. Stallman <rms@gnu.org>
16698 * subr.el (substitute-key-definition): Doc fix.
16700 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16702 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16704 * info.el (Info-mode): Doc fix.
16706 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16708 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16710 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16711 because on Solaris a POSIX compatible "id" is needed. Reported by
16712 Magnus Henoch <mange@freemail.hu>.
16714 2006-02-12 Juri Linkov <juri@jurta.org>
16716 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16717 (tumme) <defgroup>: Change :group to `multimedia'.
16718 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16720 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16722 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16723 and %y. Fix docstring.
16724 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16725 (tumme-cmd-create-standard-thumbnail-command): New user options.
16726 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16727 is `standard'. Fix docstring.
16728 (tumme-thumb-width, tumme-thumb-height): New user options.
16729 (tumme-external-viewer): Try to find various viewers.
16730 (tumme-get-thumbnail-image): Use `create-image' instead of
16731 constructing the `image' structure.
16732 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16734 (tumme-thumb-name): Add file name generation for standard storage.
16735 Simplify code for other storages.
16736 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16737 Add modification time %m and thumbnail-nq8 %q.
16738 Use `tumme-cmd-create-standard-thumbnail-command' if
16739 tumme-thumbnail-storage is `standard'.
16740 (tumme-dired-insert-marked-thumbs): New autoload command.
16741 (tumme-dired-after-readin-hook): New function.
16742 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16743 `tumme-thumb-size'.
16744 (tumme-display-image): Replace size-x %x and size-y %y with
16745 width %w and height %h.
16747 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16748 `tumme-dired-insert-marked-thumbs'.
16750 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16752 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16754 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16757 2006-02-12 Miles Bader <miles@gnu.org>
16759 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16761 (rcirc-abbrev-nick): New function.
16762 (rcirc-format-response-string): Rewrite to use the formats in
16763 `rcirc-response-formats' and expand escape sequences therein.
16764 A text-property `rcirc-text' is added over the actual response
16765 text to make easy to find inside the returned string.
16766 (rcirc-print): When filling, just look for the `rcirc-text'
16767 text-property to find the appropriate fill prefix, instead of
16768 using hardwired patterns.
16770 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16772 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16775 2006-02-11 Kim F. Storm <storm@cua.dk>
16777 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16778 Don't use insert-buffer; do insert-buffer-substring directly.
16779 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16781 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16783 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16784 with inhibit-read-only. Suggested by Stefan Monnier.
16785 (revert-buffer): Let insert-file-contents discard
16786 buffer-undo-list. Simplify code.
16787 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16789 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16791 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16793 * help.el (describe-key-briefly): Now a wrapper for
16794 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16795 to t. Populate yank-menu if empty.
16796 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16797 (describe-key): Now a wrapper for describe-key-internal. Bind
16798 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16799 (describe-key-internal): Renamed from describe-key.
16801 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16803 * progmodes/glasses.el (glasses-separator): Doc fix.
16804 (glasses-original-separator): New defcustom.
16805 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16807 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16809 * mwheel.el (mouse-wheel-up-event): Doc fix.
16811 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16813 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16814 (tumme-dir): New function. Copied from thumbs.el.
16816 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16818 * desktop.el (desktop-outvar): Fix typo.
16819 (desktop-save-buffer-p): Doc fix.
16821 * subr.el (substitute-key-definition): Fix typo.
16823 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16825 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16826 when window-system is mac.
16828 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16830 2006-02-10 Kim F. Storm <storm@cua.dk>
16832 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16833 indirect-function instead of using condition-case.
16835 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16837 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16838 less `colloquial'...
16840 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16842 * tumme.el: Add a couple of todo items.
16844 2006-02-09 Lars Hansen <larsh@soem.dk>
16846 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16847 (highlight-changes-mode): Don't change desktop-locals-to-save.
16849 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16851 * image-mode.el (image-toggle-display): Clear image cache if using
16854 2006-02-09 Masatake YAMATO <jet@gyve.org>
16856 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16857 a `dired-man' target.
16859 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16860 boundary of symbols.
16862 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16864 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16866 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16868 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16869 `mapcar'; return nil.
16871 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16873 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16876 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16878 * net/rcirc.el (rcirc-startup-channels-alist):
16879 Add irc.freenode.net and #emacs as defaults.
16880 (rcirc-ignore-all-activity-flag): Remove variable.
16881 (rcirc-authinfo): New variable.
16882 (rcirc-authinfo-filename): Remove variable.
16883 (rcirc-always-use-server-buffer-flag): New flag.
16884 (rcirc): M-x rcirc will automatically connect without prompting.
16885 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16886 connection in lisp.
16887 (rcirc-process-server-response-1): Remove everything but the nick
16888 portion of the sender so it doesn't need to be done everywhere
16889 else. Update related code.
16890 (global-map): Remove global keybindings.
16891 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16892 (rcirc-send-input): Split into several functions.
16893 (rcirc-process-input-line, rcirc-process-message)
16894 (rcirc-process-command): New functions.
16895 (rcirc-target-buffer): New function to determine where to route
16897 (rcirc-user-nick): Save match data.
16898 (rcirc-toggle-ignore-buffer-activity)
16899 (rcirc-update-activity-string): Remove global ignore functionality,
16900 which can be done now by toggling rcirc-track-minor-mode.
16901 (rcirc-track-minor-mode-map): New keymap.
16902 (rcirc-track-minor-mode): New minor-mode.
16903 (ignore): Make the ignore output nicer. Always print it when
16904 adding or removing nicks.
16905 (rcirc-url-regexp): Improve.
16906 (rcirc-mangle-text): Remove properties before using text in the
16908 (rcirc-authenticate): Authentication data comes from
16909 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16910 (rcirc-server-prefix): Inherit from rcirc-server.
16912 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16914 * Makefile.in (compile): Append "|| true" to the end of the `find'
16915 command, like compile-always does.
16917 2006-02-08 Sam Steingold <sds@gnu.org>
16919 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16920 output from a dead connection.
16922 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16924 * dired.el (dired-mode-map): Add more bindings for tumme.
16926 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16928 * wdired.el (wdired-mode-map): Use remap.
16929 (wdired-get-filename): Massage.
16930 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16931 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16932 `keymap' property rather than `local-map'.
16934 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16936 * tumme.el (tumme-get-thumbnail-image): New utility function.
16937 Suggested by from Chong Yidong.
16938 (tumme-dired-with-window-configuration): Rename from
16939 `tumme-dired'. Add code to save window configuration.
16940 (tumme-restore-window-configuration): New command to restore the
16941 window configuration that `tumme-dired-with-window-configuration'
16942 saves before it changes the window configuration.
16943 (tumme-show-all-from-dir): New command to display thumbnails for
16944 all files in a directory entered by the user, like M-x thumbs.
16945 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16947 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16948 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16949 Remove obsolete test function.
16951 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16953 * vc.el (small-temporary-file-directory): Remove defvar; there's
16954 a defcustom for it in files.el.
16956 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16957 Fix typo in message.
16958 (tumme-gallery-generate): Fix typo in `error' message.
16959 (tumme-display-window-height-correction)
16960 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16961 (tumme-line-up-interactive): Dox fixes.
16962 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16963 (tumme-restore-window-configuration, tumme-format-properties-string)
16964 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16965 Fix typos in docstrings.
16967 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16969 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16971 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16973 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16974 User should use hook if desired.
16976 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16977 buffer if necessary.
16978 (gdb-delete-frame-or-window): New function.
16979 (gdb-breakpoints-mode-map): Bind "q" to it.
16981 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16983 * textmodes/nroff-mode.el: Clean up name space.
16984 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16985 (nroff-mode): Obey the global setting of nroff-electric-mode.
16986 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16988 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16990 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16992 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16994 2006-02-06 Lars Hansen <larsh@soem.dk>
16996 * generic-x.el (etc-fstab-generic-mode): Add file system types
16997 cifs and usbdevfs. Allow special chars in file names.
16999 2006-02-05 Jay Belanger <belanger@truman.edu>
17001 Update copyright notices of the files in lisp/calc.
17003 2006-02-05 Romain Francoise <romain@orebokech.com>
17005 Update copyright notices of all files in the lisp/play directory.
17007 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
17009 * ldefs-boot.el: Regenerate.
17011 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17013 2006-02-05 Kim F. Storm <storm@cua.dk>
17015 * files.el (magic-mode-regexp-match-limit): New defvar.
17016 (set-auto-mode): Use it to limit magic-mode-alist matching.
17018 2006-02-04 Eli Zaretskii <eliz@gnu.org>
17020 * info.el (Info-index, Info-mode): Improve the description of the
17023 * ldefs-boot.el: Regenerate.
17025 2006-02-03 Werner Lemberg <wl@gnu.org>
17027 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17028 greedy to find the closing bracket in \*[...] and similar
17029 expressions. This is a first rough fix -- many additional
17030 refinements are necessary to make nroff mode really usable with groff.
17032 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
17034 * international/mule-cmds.el (set-locale-environment):
17035 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17038 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17040 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17041 archive are created in archive-tmpdir.
17043 2006-02-02 John Paul Wallington <jpw@pobox.com>
17045 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17046 (ibuffer-fontification-alist): Use it.
17047 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17048 to "* z" and the Ibuffer Mark menu.
17050 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17052 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17054 * textmodes/table.el (*table--cell-describe-mode)
17055 (*table--cell-describe-bindings): Undo last change since
17056 print-help-return-message is not obsoleted by anything at all.
17058 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
17060 * emulation/cua-base.el (cua-mode): Doc fix.
17062 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
17064 * dframe.el (dframe-handle-make-frame-visible)
17065 (dframe-handle-iconify-frame, dframe-get-focus)
17066 (dframe-select-attached-frame, dframe-power-click)
17067 (dframe-frame-mode): Fix typos in docstrings.
17069 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17070 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17071 Fix typos in docstrings.
17073 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17074 (hi-lock-face-buffer, hi-lock-font-lock-hook)
17075 (hi-lock-archaic-interface-message-used)
17076 (hi-lock-file-patterns-range): Fix typos in docstrings.
17078 * savehist.el (savehist-loaded, savehist-load, savehist-install)
17079 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17081 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17082 Fix typo in docstring.
17084 * net/newsticker.el (newsticker--decode-iso8601-date)
17085 (newsticker--set-customvar, newsticker--buffer-insert-item)
17086 (newsticker--do-run-auto-mark-filter)
17087 (newsticker--parse-generic-feed): Doc fixes.
17088 (newsticker--retrieval-timer-list, newsticker-url-list)
17089 (newsticker-hide-immortal-items-in-echo-area)
17090 (newsticker-hide-obsolete-items-in-echo-area)
17091 (newsticker-new-item-face, newsticker--enclosure)
17092 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17093 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17094 (newsticker--parse-generic-feed, newsticker--cache-contains)
17095 (newsticker--stat-num-items, newsticker-download-enclosures):
17096 Fix typos in docstrings.
17098 * net/rcirc.el (rcirc-debug): Doc fix.
17099 (rcirc-fill-column, rcirc-receive-message-hooks)
17100 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17101 (rcirc-mode, rcirc-generate-new-buffer-name)
17102 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17103 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17104 Fix typos in docstrings.
17105 (rcirc-print): "?\ " -> "?\s".
17106 (rcirc-cmd-join): Improve argument/docstring consistency.
17108 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17110 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17111 before narrow-to-region.
17113 2006-02-01 Richard M. Stallman <rms@gnu.org>
17115 * simple.el (move-beginning-of-line): Scan properly for invis change.
17117 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17119 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17121 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17122 change bit only when id-format is 'integer. Reported by Matt
17123 Hodges <M.P.Hodges@rl.ac.uk>.
17125 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17127 * hilit-chg.el (highlight-changes-initial-state)
17128 (highlight-changes-global-initial-state): Doc fixes.
17129 (highlight-changes-global-modes, global-highlight-changes):
17130 Fix typos in docstrings.
17132 2006-02-01 Kim F. Storm <storm@cua.dk>
17134 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17135 transient-mark-mode in doc string.
17137 2006-01-31 Richard M. Stallman <rms@gnu.org>
17139 * replace.el (multi-occur): Doc fix.
17140 (multi-occur-in-matching-buffers): Rename from
17141 multi-occur-by-filename-regexp. Prefix arg says match
17142 buffer names instead of file names.
17144 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17146 * bs.el: Allow non-default values of `bs-header-lines-length'.
17147 (bs--running-in-xemacs): Remove (not needed anymore).
17148 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17149 instead of `shrink-window', thus avoiding having to compute the
17150 height of the window.
17151 (bs--up): Wrap around even when there's no header.
17152 (bs--down): Use `forward-line' instead of `next-line'.
17154 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17156 * image-mode.el (image-toggle-display): Use file name if possible,
17157 instead of unnecessarily allocating a (possibly huge) lisp string.
17159 2006-01-30 John Paul Wallington <jpw@pobox.com>
17161 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17162 because the `assert' macro signals it at runtime.
17164 * emacs-lisp/cl.el (toplevel): Remove definition of
17165 `cl-assertion-failed' condition.
17167 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17169 * thumbs.el (thumbs-marked-list): Make buffer-local and
17171 (thumbs-insert-thumb): Make help-echo non-sticky.
17172 (thumbs-file-alist): Use eolp as check for (non)-image.
17174 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17176 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17177 (ediff-before-session-group-setup-hooks)
17178 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17179 Fix typos in docstrings.
17181 * window.el (bw-dir, bw-eqdir, balance-windows)
17182 (split-window-keep-point): Fix typos in docstrings.
17184 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17185 (org-quote-string, org-calendar-to-agenda-key)
17186 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17187 (org-show-following-heading, org-tags-column)
17188 (org-use-tag-inheritance, org, org-allow-space-in-links)
17189 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17190 (org-enable-table-editor, org-calc-default-modes)
17191 (org-table-allow-automatic-line-recalculation)
17192 (org-export-html-style, org-export-with-fixed-width)
17193 (org-export-with-sub-superscripts, org-special-keyword)
17194 (org-formula, org-time-grid, org-table-may-need-update)
17195 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17196 (org-goto-quit, org-get-indentation, org-end-of-item)
17197 (org-move-item-down, org-move-item-up)
17198 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17199 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17200 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17201 (org-agenda-log-mode, org-agenda-toggle-diary)
17202 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17203 (org-agenda-file-to-end, org-agenda-no-heading-message)
17204 (org-agenda-get-closed, org-format-agenda-item)
17205 (org-cmp-priority, org-cmp-category, org-cmp-time)
17206 (org-agenda-change-all-lines, org-agenda-diary-entry)
17207 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17208 (org-link-search, org-camel-to-words, org-open-file)
17209 (org-remember-handler, org-table-convert-region)
17210 (org-table-move-row-down, org-table-move-row-up)
17211 (org-table-copy-region, org-table-wrap-region)
17212 (org-table-toggle-vline-visibility)
17213 (org-table-get-vertical-vector, org-table-modify-formulas)
17214 (org-table-get-specials, org-recalc-commands)
17215 (org-table-rotate-recalc-marks, org-table-eval-formula)
17216 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17217 (org-level-color-stars-only, org-insert-heading):
17218 Fix typos in docstrings.
17219 (last-arg): Add defvar.
17221 * makefile.w32-in (WINS): Add erc.
17222 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17224 2006-01-29 Bill Wohler <wohler@newt.com>
17226 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17227 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17228 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17229 (mh-autoloads): Don't use comments on otherwise empty lines.
17231 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17233 * emulation/viper.el (viper-major-mode-modifier-list):
17234 Add insert-state and vi-state entries for erc-mode.
17235 (viper-go-away, viper-set-hooks): Add and remove
17236 viper-comint-mode-hook from erc-mode-hook as appropriate.
17238 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17240 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17242 * bs.el (bs--format-aux): Implement `middle' alignment as
17243 described in the docstring for `bs-attributes-list'.
17244 (bs--get-name): Simplify. Don't pad the buffer name.
17246 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17248 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17249 English aspell dictionary is installed, use the first entry of
17250 ispell-dictionary-alist-1.
17252 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17254 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17257 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17259 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17260 for `process-file', in order to let it work for older Emacsen too.
17262 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17264 * international/latexenc.el: Add a suitable `coding:' tag.
17265 (latexenc-find-file-coding-system): Undo last change.
17267 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17269 * international/latexenc.el (latexenc-find-file-coding-system):
17270 Make sure latexenc-main-file is a regular file and is readable.
17272 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17274 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17275 Pass FILE to vc-user-login-name.
17277 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17279 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17281 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17282 there are no more images to display.
17283 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17286 2006-01-26 Richard M. Stallman <rms@gnu.org>
17288 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17290 * wid-edit.el (advertised-widget-backward): New alias.
17291 (widget-keymap): Use advertised-widget-backward for S-TAB.
17293 * tumme.el: Correct the keywords.
17294 (tumme-dir-max-size): Use defvar.
17295 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17297 * simple.el (move-beginning-of-line): Take account of fields.
17298 (clone-indirect-buffer-other-window): Take args like
17299 clone-indirect-buffer, and work like it.
17301 * help-fns.el (describe-function): Don't pass `nil' as default.
17303 * files.el (risky-local-variable-p): Follow var aliases.
17305 * subr.el (lazy-completion-table): Doc fix.
17307 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17308 global binding of `line'.
17310 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17312 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17315 * vc.el (vc-default-dired-state-info): Pass FILE to
17316 vc-user-login-name.
17317 (vc-default-update-changelog): Don't use vc-user-login-name, we
17318 don't need it here.
17320 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17321 no longer necessary.
17323 2006-01-25 Kenichi Handa <handa@m17n.org>
17325 * international/mule.el (decode-char): Avoid the overhead of
17326 calling utf-lookup-subst-table-for-decode if
17327 utf-translate-cjk-mode is nil.
17328 (encode-char): Avoid the overhead of calling
17329 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17332 2006-01-22 Kenichi Handa <handa@m17n.org>
17334 * international/mule.el (make-subsidiary-coding-system): Reset
17335 `coding-system-define-form' property of subsidiaries to nil.
17336 Avoid duplicated entry in coding-system-alist.
17337 (make-coding-system): Avoid duplicated entry in
17338 coding-system-alist.
17339 (define-coding-system-alias): Likewise.
17341 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17343 * completion.el: Minor fixes in introductory comment.
17344 (completion-def-wrapper): Fix alist.
17346 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17348 * thumbs.el (thumbs-new-image-size): New function.
17349 (thumbs-increment-image-size-element)
17350 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17351 (thumbs-decrement-image-size): Delete.
17352 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17353 temp files and use to resize.
17354 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17355 Use increment argument to enlarge/shrink. Preserve point.
17356 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17357 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17358 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17359 (thumbs-mark, thumbs-unmark): Preserve point.
17360 (thumbs-modify-image): Keep old temp files and use to modify.
17361 Cleanup old temp files at load time. Preserve point.
17362 (thumbs-view-image-mode-map): Use new command names.
17364 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17366 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17368 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17369 the nastiest part of the cyclic dependency.
17370 (cal-menu-update): Use dotimes and calendar-increment-month.
17372 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17373 (calendar-week-start-day): Add an :initializer.
17374 (calendar-mode-map): Use suppress-keymap, and command remapping.
17375 (describe-calendar-mode): Setup xref-stack info for the back button.
17376 (calendar-star-date): Insert before delete.
17377 (calendar-set-mode-line): Add file-modified info if applicable.
17378 (calendar-increment-month): New function.
17380 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17382 * font-lock.el (lisp-font-lock-keywords-2):
17383 Recognize "& keywords" only at word boundaries.
17385 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17387 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17388 and permanent-local.
17389 (thumbs-max-image-number): New variable.
17390 (thumbs-do-thumbs-insertion): Use them.
17391 (thumbs-per-line): Change default to 4.
17392 (thumbs-marked-list): Rename from thumbs-markedL.
17393 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17394 (thumbs-rename-images): Use -list instead of L for internal variables.
17395 (thumbs-call-convert): Use call-process instead of shell-command.
17396 (thumbs-insert-thumb): Add filename as help-echo to each image.
17397 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17398 Give dir to thumbs-show-thumbs-list.
17399 (thumbs-show-thumbs-list): Set default-directory to that of images.
17400 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17401 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17402 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17403 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17405 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17407 * ses.el (ses-read-cell): Provide a default value.
17409 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17411 * term/w32-win.el (image-library-alist): Add additional names for
17414 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17416 * international/latexenc.el (latexenc-find-file-coding-system):
17417 Add file-regular-p check.
17419 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17421 * simple.el (clone-buffer): Don't show the new buffer in the same
17424 2006-01-23 Juri Linkov <juri@jurta.org>
17426 * faces.el (link, link-visited): New faces based on default values
17427 of `info-xref' and `info-xref-visited'.
17429 * info.el (info-xref): Inherit from `link'.
17430 (info-xref-visited): Inherit from `link-visited'.
17432 * cus-edit.el (custom-buffer-create-internal): Use widget type
17433 `custom-manual' instead of `info-link' and don't set properties
17434 `button-face' and `mouse-face' explicitly.
17435 (custom-browse-group-tag, custom-browse-variable-tag)
17436 (custom-browse-face-tag): Inherit from widget class
17437 `custom-group-link' instead of `push-button'.
17438 (custom-button-unraised): Inherit from `underline' face.
17439 (custom-link): Inherit from `link' face. Fix doc and group.
17440 (custom-add-parent-links, custom-group-value-create): Don't set
17441 properties `button-face' and `mouse-face' explicitly for
17442 `custom-group-link' widget.
17443 (custom-group-link): Add properties `button-face' and `mouse-face'
17444 to widget definition.
17445 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17446 editable-field's :keymap property.
17447 (custom-mode): Fix docstring: substitute keybindings for
17448 `widget-forward' and `widget-backward' from `widget-keymap',
17449 `widget-complete' from `custom-field-keymap', replace old
17450 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17452 * desktop.el (desktop-load-file): Check for `fboundp' before
17453 calling `symbol-function'.
17455 * simple.el (clone-buffer, clone-indirect-buffer)
17456 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17457 `read-string'. Fix prompts.
17459 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17461 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17463 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17465 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17467 * startup.el (inhibit-splash-screen, initial-scratch-message):
17470 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17472 Sync with Tramp 2.0.52.
17474 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17475 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17476 `tramp-unload-tramp' for checklist.
17478 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17479 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17480 (tramp-unload-file-name-handler-alist)
17481 (tramp-unload-tramp): New defuns.
17482 (tramp-advice-PC-expand-many-files): New defadvice.
17483 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17485 (tramp-handle-expand-file-name): Remove double slash.
17486 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17487 It doesn't matter, because it will be converted later on.
17488 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17489 implementation was just heuristic.
17490 (tramp-post-connection): Set uid and gid properties.
17491 (tramp-convert-file-attributes): Set file's gid change bit.
17492 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17493 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17494 in case of su(do)? methods. The home directory of the local user
17495 will be taken else.
17496 (tramp-open-connection-telnet)
17497 (tramp-open-connection-rsh, tramp-open-connection-su)
17498 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17499 local shell prompt could hurt. Reported by Romain Francoise
17500 <romain@orebokech.com>.
17501 (tramp-let-maybe): Add `edebug-form-spec' property.
17502 (tramp-handle-expand-file-name): Bind `default-directory' locally
17503 to "/" in order to avoid problems with UNC shares or Cygwin
17505 (tramp-md5-function): Fix typo in error message.
17507 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17509 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17510 for byte-compiler pacification.
17512 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17514 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17515 ID-FORMAT `string'. This allows us to get rid of
17516 `vc-user-login-name UID'.
17518 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17520 2006-01-22 John Paul Wallington <jpw@pobox.com>
17522 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17524 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17526 * emacs-lisp/find-func.el (find-definition-noselect)
17527 (find-variable-noselect): Search variables in C source code too.
17528 (find-function-C-source, find-function-noselect, find-function)
17529 (find-function-other-frame, find-variable-noselect, find-variable)
17530 (find-variable-other-frame, find-variable-at-point):
17533 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
17535 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17537 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17539 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17540 Default to disabling the "Save affix" question.
17542 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17544 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17545 the first arg to run-python.
17547 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17549 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17552 2006-01-20 Jay Belanger <belanger@truman.edu>
17554 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17557 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17558 the correct variable.
17560 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17562 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17563 link. Fixed buggy argument sequence in call to `org-view-tags'.
17564 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17565 (org-prefix-has-tag): New variable.
17566 (org-format-agenda-item): Remove tags from headline if
17568 (org-agenda-remove-tags-when-in-prefix): New option.
17569 (org-get-tags-at): New function.
17571 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17573 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17574 (thumbs-find-image): Move image name and number from buffer name
17575 to mode name. Set thumbs-buffer. Preserve point so that large
17576 images remain visible.
17577 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17579 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17581 (thumbs-next-image, thumbs-previous-image): Make them work.
17583 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17585 * cus-edit.el (custom-buffer-create-internal): State in the text above
17586 the whole buffer buttons that they do not operate on hidden items.
17587 (custom-face-menu): Use `custom-face-save' instead of
17588 `custom-face-save-command'.
17589 (custom-face-save-command): Make it an alias for `custom-face-save'
17590 and declare it obsolete.
17591 (custom-face-save): Doc fix.
17593 * dired.el (dired-no-confirm): Add quote.
17594 (dired-subdir-alist-pre-R): Add quote in
17595 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17597 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17599 * textmodes/table.el (table-mode-indicator): Typo in last change.
17601 2006-01-19 Richard M. Stallman <rms@gnu.org>
17603 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17604 Fixes bug reported in Nov 2005.
17606 * isearch.el (isearch-forward): Doc fix.
17608 * dired.el (dired-move-to-filename-regexp): Define as alias.
17609 (dired-no-confirm): Use defcustom.
17610 (dired-subdir-alist-pre-R): Put defvar at top level.
17612 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17614 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17617 * simple.el (set-mark-command): Doc fix.
17618 (clone-indirect-buffer-other-window):
17619 Read arg like clone-indirect-buffer.
17620 (move-beginning-of-line): Skip invisible newlines.
17622 2006-01-19 Masatake YAMATO <jet@gyve.org>
17624 * progmodes/cpp.el (cpp-edit-load): Make the order of
17625 listed conditions in a base C code buffer and its associate
17626 CPP Edit buffer the same.
17628 2006-01-19 Kenichi Handa <handa@m17n.org>
17630 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17631 (rmail-mime-feature): Likewise.
17632 (rmail-require-mime-maybe): Use display-warning to show a warning
17635 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17636 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17638 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17640 * array.el: Move defvars out of eval-when-compile.
17641 (array-make-template): Replace undeclared global var with a local one.
17642 (array-mode): Inline initialization functions.
17643 (array-init-local-variables, array-init-max-row)
17644 (array-init-max-column, array-init-columns-per-line)
17645 (array-init-field-width, array-init-rows-numbered)
17646 (array-init-line-length, array-init-lines-per-row): Remove.
17648 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17649 (doc-mode-map): Define explicitly.
17650 (doctor-txtype): Use mapc.
17652 * textmodes/table.el: Move defvars out of eval-when-compile.
17653 Remove harmful code meant to avoid byte-compiler warnings.
17654 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17655 specification that checks table-fixed-width-mode directly.
17656 (table-recognize-region, table-recognize-cell):
17657 Use restore-buffer-modified-p.
17658 (table-fixed-width-mode): Remove code that refreshes
17659 table-fixed-mode-indicator.
17660 (*table--cell-describe-bindings, *table--cell-describe-mode):
17661 Avoid obsolete name print-help-return-message.
17662 (table--test-cell-list): Don't use replace-regexp from elisp.
17663 (table--point-entered-cell-function, table--point-left-cell-function):
17664 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17666 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17667 that was after the end of file. Use buffer-file-name variable.
17668 (org-timestamp-change): Use with-current-buffer.
17669 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17670 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17673 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17674 (fortran-break-line): Remove unused var `opoint'.
17675 (fortran-abbrev-start): Obey help-event-list.
17677 2006-01-18 Jesper Harder <harder@phys.au.dk>
17679 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17681 2006-01-18 Masatake YAMATO <jet@gyve.org>
17683 * progmodes/make-mode.el (makefile-imake-mode): New mode
17684 derived from makefile-mode.
17685 (makefile-imake-mode-syntax-table): New syntax table
17686 derived from makefile-mode-syntax-table.
17687 (makefile-mode): Write about makefile-imake-mode in doc string.
17688 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17689 (makefile-imake-font-lock-keywords): New font lock keywords.
17691 * files.el (auto-mode-alist): Add Imakefile.
17693 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17695 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17696 loading the file rather than when turning on flyspell-mode.
17698 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17700 * cus-edit.el (customize-rogue): Minor doc fix.
17702 2006-01-17 Juri Linkov <juri@jurta.org>
17704 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17705 instead of the file at the mark as default if the file at the mark
17706 is the same as the file at point or if dired-dwim-target-directory
17707 is not the same as the current directory and the mark is not active.
17709 * log-view.el (log-view-minor-wrap): Use the same logic to get
17710 revisions as `log-view-diff'.
17712 * info.el (Info-revert-find-node): Check for Info-current-file
17713 before preserving new-history.
17715 * man.el (Man-heading-regexp): Add `/'.
17717 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17718 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17720 2006-01-16 Juri Linkov <juri@jurta.org>
17722 * faces.el (mode-line-faces): New defgroup.
17723 (mode-line-highlight): Move definition after new defgroup.
17724 (mode-line, mode-line-inactive, mode-line-highlight):
17725 Replace :group `modeline' with `mode-line-faces'.
17726 (mode-line-buffer-id): New face.
17727 (modeline-buffer-id): New face alias.
17728 (vertical-border): Remove :group `modeline'.
17730 * bindings.el (propertized-buffer-identification): Use face
17731 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17732 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17733 (mode-line-buffer-identification-keymap): For mouse-1 replace
17734 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17735 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17738 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17739 Buffer-menu-buffer. Doc fix.
17740 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17741 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17742 `Buffer-menu-buffer'.
17744 * info.el (Info-mode-line-node-keymap): New defvar.
17745 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17746 Propertize Info-current-node with `mode-line-buffer-id' and
17747 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17749 * time.el (display-time-mail-face): Replace :group `faces' with
17752 2006-01-16 Kenichi Handa <handa@m17n.org>
17754 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17756 * language/european.el (cp1252): New alias for windows-1252.
17758 * international/mule.el (autoload-coding-system): Prepare for EOL
17761 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17763 * term.el (term-raw-map): Add mapping for insert.
17764 (term-send-insert): New.
17765 (term-mode): Make variables local here instead of doing it in
17766 `term-emulate-terminal'.
17767 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17768 Scroll reverse needs to take into account the scroll region.
17769 Saving and restoring the cursor should save the color attributes too.
17770 (term-reset-terminal): Reset the scroll region.
17771 (term-handle-ansi-escape): Cursor up and down should take into
17772 account the scroll region.
17773 (term-set-scroll-region): Rename from `term-scroll-region'.
17774 Move to 0,0 after setting the region.
17775 (term-handle-scroll): Handle scroll up.
17776 (term-down): Fix off by one error.
17777 (term-delete-lines): Do not delete outside the scroll region.
17778 (term-insert-lines): Take into account the scroll region.
17780 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17782 * textmodes/ispell.el (ispell-internal-change-dictionary)
17783 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17784 (start, end): Move declaration outside of eval-when-compile.
17786 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17787 (flyspell-mode-on): Use it.
17789 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17790 ispell-kill-ispell-hook.
17792 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17794 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17795 (Custom-reset-saved): Do not ask for confirmation in single option
17798 2006-01-13 Richard M. Stallman <rms@gnu.org>
17800 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17802 2006-01-13 Romain Francoise <romain@orebokech.com>
17804 * add-log.el (add-change-log-entry, change-log-merge):
17805 Conditionally use `hard-newline'.
17807 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17809 * wid-edit.el (widget-field-end): If the overlay is no longer
17810 associated with a buffer, behave as if the overlay didn't exist.
17812 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17813 Make sure the links use the `custom-link' face.
17815 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17817 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17818 (ld-script-mode): Don't set indent-line-function since we don't
17821 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17823 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17825 (org-file-apps-defaults-gnu): Use mailcap as the default for
17826 selecting an application on a UNIX system.
17827 (org-agenda-show-tags): New command.
17828 (org-table-insert-hline): Keep cursor in current table line.
17829 (org-table-convert): Offset effect of modifying
17830 `org-table-insert-hline'.
17831 (org-format-agenda-item): New optional argument TAG.
17832 (org-compile-prefix-format): Handle %T format for the tag.
17833 (org-expand-wide-chars): New function.
17834 (org-table-insert-row, org-table-insert-hline):
17835 Use `org-expand-wide-chars'.
17836 (org-open-file): Fix bug in program launch.
17837 (org-get-time-of-day): Fix bug with times before 1am.
17838 (org-agenda-menu): Add tags commands.
17840 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17842 * textmodes/ispell.el (ispell-init-process): Include the used
17843 dictionary in ispell process start message.
17844 (ispell-internal-change-dictionary): When flyspell-mode is active
17845 and dictionary is changed, make sure ispell process is restarted
17846 and flyspell word cache cleared out for the current buffer.
17847 (ispell-change-dictionary): Make sure flyspell word cache is
17848 cleared out in all buffers with active flyspell mode when
17849 dictionary is globally changed.
17850 Call ispell-internal-change-dictionary after dictionary change.
17852 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17854 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17856 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17857 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17858 years. Fix small differences wrt Makefile.in.
17859 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17862 2006-01-12 Bill Wohler <wohler@newt.com>
17864 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17867 2006-01-12 Masatake YAMATO <jet@gyve.org>
17869 * progmodes/ld-script.el: Update copyright year.
17871 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17873 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17874 Don't add widget if setting undefined.
17876 2006-01-12 John Paul Wallington <jpw@pobox.com>
17878 * help-fns.el (describe-variable): Remove newlines from void
17881 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17883 * wdired.el (wdired-mode-map): Add help echo for
17884 wdired-abort-changes.
17886 * man.el (Man-file-name-regexp): Adjust for a list of files.
17888 2006-01-12 Masatake YAMATO <jet@gyve.org>
17890 * progmodes/ld-script.el (auto-mode-alist): Support
17891 suffix conventions used in netbsd and eCos.
17893 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17895 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17896 (custom-variable-menu, custom-face-menu, custom-group-menu)
17897 (Custom-mode-menu): Change names of menu items. (As discussed on
17899 (custom-face-menu): Add "Undo Edits" item.
17901 * startup.el (init-file-user): defcustom -> defvar.
17903 * tooltip.el (tooltip-mode): Doc fix.
17905 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17907 * reveal.el (reveal-post-command): window-buffer signals an error on
17908 dead windows rather than returning nil.
17909 (reveal-open-new-overlays): An overlay might die while we open others.
17911 2006-01-11 Bill Wohler <wohler@newt.com>
17913 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17914 phrasing in docstring.
17916 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17917 can give some systems gas. Add new file mh-buffers.el.
17919 2006-01-06 Masatake YAMATO <jet@gyve.org>
17921 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17922 C preprocessor forward ported from GNU Emacs 21.2.
17924 * progmodes/asm-mode.el (asm-font-lock-keywords):
17925 Use `cpp-font-lock-keywords'.
17927 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17929 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17930 of $ for "\\.ld[s]?".
17932 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17934 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17935 (tcl-indent-line): Return `noindent' if inside a string.
17937 * progmodes/flymake.el (flymake-split-string): Remove more than one
17938 empty string at beg/end of the result.
17939 (flymake-find-buildfile, flymake-find-possible-master-files):
17940 Use expand-file-name.
17941 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17942 since expand-file-name does it for us. Use directory-file-name.
17943 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17944 (flymake-ler-get-type, flymake-ler-get-text)
17945 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17946 (flymake-current-line-no): Remove spurious interactive spec.
17947 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17948 (flymake-check-include): Remove arg inc-path merged into inc-name.
17949 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17950 Arg regexp-list replaced by a simple regexp.
17951 (flymake-master-make-header-init, flymake-master-tex-init):
17952 Correspondingly replace regexp-list with a regexp. Fix regexp.
17954 2006-01-10 Simon Josefsson <jas@extundo.com>
17956 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17957 describing AUTH PLAIN fix.
17959 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17961 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17962 (report-emacs-bug): Don't record initial prompt text.
17963 Instead, add text properties to prompting text.
17964 (report-emacs-bug-hook): Delete prompting text.
17966 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17968 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17969 `dirs'. Adjust callers.
17971 2006-01-09 John Paul Wallington <jpw@gnu.org>
17973 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17975 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17977 * reveal.el (reveal-open-new-overlays): New extracted fun.
17978 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17979 using them. Simplify the code.
17980 (reveal-post-command): Use them. Fix up obsolete windows in
17983 * progmodes/flymake.el: Use `require' rather than autoload for
17985 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17986 Delete. Use file-relative-name instead.
17987 (flymake-get-syntax-check-program-args, flymake-perl-init):
17988 Simplify the resulting code.
17990 * log-view.el (log-view-file-re, log-view-message-re): Add support
17993 2006-01-09 Alex Schroeder <alex@gnu.org>
17995 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17996 identifiers sometimes added in square brackets at the beginning of
17999 2006-01-07 Richard M. Stallman <rms@gnu.org>
18001 * cus-edit.el (Custom-set, Custom-save): Doc fix.
18002 (Custom-reset-current, Custom-reset-saved): Change question text.
18003 (Custom-reset-standard): Likewise.
18004 (custom-variable-reset-saved): Doc fix.
18006 2006-01-07 Eli Zaretskii <eliz@gnu.org>
18008 * startup.el (init-file-user): Doc fix.
18010 2006-01-07 Alex Schroeder <alex@gnu.org>
18012 * mail/rmail.el (rmail-current-subject): New function.
18013 (rmail-current-subject-regexp): New function.
18014 (rmail-next-same-subject): Use it.
18016 * mail/rmailsum.el (rmail-summary-by-topic):
18017 Use rmail-current-subject and rmail-current-subject-regexp.
18018 (rmail-summary-next-same-subject): Ditto.
18020 * net/rcirc.el (rcirc-send-input): No longer check whether the
18021 process is open, since not all commands need an open process.
18022 (rcirc-send-string): Check whether the process is open before
18024 (rcirc-ignore-list): New option.
18025 (rcirc-ignore-list-automatic): New variable.
18026 (rcirc-print): Take rcirc-ignore-list into account.
18027 (rcirc-cmd-ignore): New command.
18028 (rcirc-ignore-update-automatic): New function.
18029 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18030 list if ignored nicks.
18031 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18033 2006-01-06 David Reitter <david.reitter@gmail.com>
18035 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18036 reflect the address to which the report will be sent.
18038 2006-01-06 Eli Zaretskii <eliz@gnu.org>
18040 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18041 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18043 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
18045 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18047 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18048 the doc string: "functoin" => "function".
18049 * ldefs-boot.el: Likewise.
18051 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18052 message text: "Duplicat" => "Duplicate".
18054 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
18056 * files.el (basic-save-buffer-2): If backing-up failed, reset
18057 buffer-backed-up to nil.
18059 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
18061 * progmodes/gud.el (gdb-script-skip-to-head)
18062 (gdb-script-calculate-indentation): Indent for breakpoint command
18065 2006-01-05 Bill Wohler <wohler@newt.com>
18067 * Makefile.in (compile-always): Add mh-autoloads dependency.
18068 (bootstrap): Remove mh-autoloads dependency, as compile dependency
18070 (updates): Remove mh-autoloads dependency, since it probably has
18071 already run recently (via recompile).
18073 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18075 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18076 argument `force' to disable the flyspell-last-buffer optimization.
18077 (flyspell-mode-on): Use it.
18079 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18080 flymake-simple-cleanup.
18081 (flymake-allowed-file-name-masks): Use this new default.
18082 All the functions are now called in the right buffer rather than
18083 passing the buffer as argument.
18084 (flymake-process-sentinel): Switch to buffer before calling cleanup.
18085 (flymake-parse-err-lines): Remove redundant buffer arg.
18086 (flymake-get-program-dir): Comment out unused function.
18087 (flymake-start-syntax-check, flymake-start-syntax-check-process):
18088 Remove redundant buffer argument.
18089 (flymake-get-real-file-name, flymake-simple-java-cleanup)
18090 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18092 2006-01-05 Richard M. Stallman <rms@gnu.org>
18094 * info.el (Info-find-node): Don't record previous node if have none.
18095 (info): Go to directory only if history is empty.
18097 * simple.el (mark): Doc fix.
18099 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18101 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18102 already of desired type.
18103 (mac-ae-list): Coerce parameter to "list" type.
18104 (mac-dispatch-apple-event): Replace cadr part of event with a
18105 dummy position so that event-start returns it.
18107 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18109 * textmodes/org.el (org-end-of-subtree): New function.
18110 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18111 Use `org-end-of-subtree'.
18112 (org-agenda, org-agenda-convert-date): Protect calls to
18113 `fit-window-to-buffer'.
18114 (org-tags-view): Force matching of sublevels when doing a
18115 todo-only search. Define the correct redo command, including the
18117 (org-agenda-redo): Display message.
18118 (org-check-for-org-mode): New function.
18119 (org-agenda-type): New variable.
18120 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18121 Set `org-agenda-type'.
18122 (org-agenda-check-type): New function.
18123 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18124 (org-agenda-week-view, org-agenda-day-view)
18125 (org-agenda-next-date-line, org-agenda-previous-date-line)
18126 (org-agenda-log-mode, org-agenda-toggle-diary)
18127 (org-agenda-toggle-time-grid, org-agenda-date-later)
18128 (org-agenda-date-prompt, org-agenda-diary-entry)
18129 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18130 (org-agenda-convert-date, org-agenda-menu):
18131 Use `org-agenda-check-type'.
18132 (org-make-overlay, org-delete-overlay)
18133 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18134 New compatibility functions.
18135 (org-calendar-select-mouse): New command.
18137 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18139 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18140 (Custom-reset-standard): Fix y-or-n-p messages.
18141 (custom-link): New face for links.
18142 (custom-buffer-create-internal, custom-manual): Use it.
18143 (custom-face-save): Push to theme-face before setting face spec.
18145 * wid-edit.el (widget-default-mouse-face-get): New function.
18146 (widget-specify-button): Handle mouse-face like button-face.
18148 * custom.el (load-theme): Clear old theme settings if reloading.
18150 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18152 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18153 "Erase Customization" button back to same position it occupies in
18154 the individual State menus.
18156 2006-01-04 Kim F. Storm <storm@cua.dk>
18158 * wid-edit.el (key-sequence): Rework widget to read key binding
18159 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18160 (widget-key-sequence-default-value): Default value for empty sequence.
18161 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18162 (widget-key-sequence-read-event): New command for C-q.
18163 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18164 (widget-key-sequence-value-to-external): New functions.
18166 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18168 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18169 Use expand-file-name.
18170 (flymake-delete-temp-directory): Use expand-file-name,
18171 file-name-directory, and directory-file-name.
18172 (flymake-strrchr): Delete.
18173 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18174 to the init-f function.
18175 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18176 (flymake-init-find-buildfile-dir)
18177 (flymake-init-create-temp-source-and-master-buffer-copy)
18178 (flymake-simple-make-init-impl, flymake-simple-make-init)
18179 (flymake-master-make-init, flymake-master-make-header-init)
18180 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18181 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18182 (flymake-xml-init): Remove corresponding redundant buffer argument.
18183 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18184 the default anyway. Clean up regexps.
18186 * progmodes/flymake.el (flymake-temp-source-file-name)
18187 (flymake-master-file-name, flymake-temp-master-file-name)
18188 (flymake-base-dir): New buffer-local vars.
18189 (flymake-buffer-data, flymake-get-buffer-value)
18190 (flymake-set-buffer-value): Replace those hash-tables by the new
18191 buffer-local vars. Update callers.
18193 * progmodes/flymake.el (flymake-check-start-time)
18194 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18195 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18196 Move definition, so we can remove redundant earlier declaration.
18197 (flymake-replace-regexp-in-string, flymake-split-string)
18198 (flymake-get-temp-dir): Use defalias.
18199 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18200 (flymake-xemacs-window-edges): Remove unused function.
18201 (flymake-get-point-pixel-pos): Move.
18202 (flymake-pid-to-names, flymake-reg-names)
18203 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18204 Replace by a simple list flymake-processes and by process-buffer.
18205 Update callers. Other than simplify the code, it uses buffers rather
18206 than buffer-names so it doesn't get confused by uniquify.
18207 (flymake-buffer-data): The global value should just be nil.
18209 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18210 Optimize the body of a defalias like any other code.
18212 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18213 Make sure we've setup font-lock's vars. It may influence which
18214 function we then call.
18215 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18216 here since it's too late anyway.
18218 2006-01-03 Romain Francoise <romain@orebokech.com>
18220 * startup.el (fancy-splash-tail, normal-splash-screen):
18221 Update copyright year.
18223 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18225 * mouse.el (mouse-drag-track): Rename, from
18226 `mouse-drag-region-1'. Includes optional argument required to
18227 enable post-drag event processing (e.g. delete region keys).
18228 Can be used without this argument to track a mouse region and operate
18229 on it as soon as the drag completes.
18230 (mouse-drag-region): Use `mouse-drag-track'.
18232 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18234 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18235 Move to `custom-buffer' group.
18237 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18238 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18239 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18240 (custom-theme-face-menu): New variables.
18241 (custom-theme-add-variable, custom-theme-variable-action)
18242 (custom-variable-reset-theme, custom-theme-delete-variable)
18243 (custom-face-reset-theme, custom-theme-face-action)
18244 (custom-theme-delete-face, custom-theme-merge-theme)
18245 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18247 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18249 * custom.el: Move Custom Themes commentary to start of theme code.
18250 (custom-known-themes): Rename `standard' theme to `changed'.
18251 (custom-push-theme): Caller no longer specifies what theme to use
18252 when doing `reset'---the setting is simply removed from the theme.
18253 Delete MODE from `theme-value' and `theme-settings' properties.
18254 (custom-declare-theme): Ignore &rest args since we don't use them.
18256 (custom-loaded-themes): Delete variable.
18257 (custom-theme-load-themes, custom-theme-loaded-p)
18258 (custom-theme-value): Delete functions.
18260 (custom-declare-theme): Signal error on invalid theme names.
18261 (provide-theme): custom-loaded-themes was deleted.
18262 (load-theme): Load the file unconditionally.
18263 (enable-theme): Call `load-theme' if theme is undefined.
18264 (custom-enabled-themes): Only update value for successful loads.
18265 (disable-theme): Complete from enabled themes when interactive.
18266 (custom-variable-theme-value): Calculate theme value directly.
18268 (custom-theme-reset-variables, custom-reset-variables): Mark as
18269 XEmacs compatibility functions. We don't actually use these.
18271 * cus-edit.el (custom-variable-state-set):
18272 Use custom-variable-theme-value instead of custom-theme-value.
18273 (custom-face-state-set): Rename `standard' theme to `changed'.
18274 (custom-save-variables, custom-save-faces): Delete unneeded
18275 references to custom-reset-variables.
18276 (custom-save-resets): Delete function.
18277 (custom-save-variables, custom-save-faces): MODE argument deleted.
18278 (custom-save-variables, custom-save-faces): Ignore theme values.
18280 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18281 compatibility function.
18283 2006-01-01 Richard M. Stallman <rms@gnu.org>
18285 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18286 (Custom-reset-current, Custom-reset-saved): Likewise.
18287 (Custom-reset-standard): Show message if aborted.
18288 (custom-mode): Doc fix, describing those commands.
18290 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18291 put on event-kind property.
18293 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18295 * custom.el (provide-theme): Ban `user' theme name.
18296 (custom-enabling-themes): New variable.
18297 (enable-theme): Don't enable user if custom-enabling-themes is t.
18298 (custom-enabled-themes): Make it a defcustom.
18299 (custom-theme-recalc-face): No-op if face is undefined.
18301 * cus-edit.el (custom-button-mouse): New variable.
18302 (custom-button-mouse): New face.
18303 (custom-raised-buttons, custom-mode): Use it.
18305 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18307 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18309 * progmodes/gud.el (gud-display-line): Support hl-line in the
18312 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18314 * mouse.el (mouse-drag-window-above): Verify that the found window
18315 overlaps with the given window in the horizontal dimension.
18317 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18319 * Makefile.in (cvs-update): New target.
18321 * makefile.w32-in (cvs-update): Ditto.
18323 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18325 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18326 (custom-new-theme-mode-map): New variable.
18328 2005-12-30 Richard M. Stallman <rms@gnu.org>
18330 * custom.el (custom-load-themes): Function deleted.
18332 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18333 (custom-save-variables): Don't delete or add custom-load-themes call.
18335 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18337 * cus-start.el: Add `visible-cursor'.
18339 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18340 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18341 (flymake-process-filter): Switch to buffer before calling it instead.
18342 (flymake-post-syntax-check, flymake-highlight-err-lines)
18343 (flymake-delete-own-overlays, flymake-parse-err-lines)
18344 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18345 (flymake-count-lines, flymake-parse-residual):
18346 Remove constant buffer argument.
18347 (flymake-start-syntax-check-for-current-buffer): Remove.
18348 Update callers to use flymake-start-syntax-check instead.
18349 (flymake-display-err-menu-for-current-line):
18350 Remove unused var `mouse-pos'.
18351 (flymake-restore-formatting): Comment out unused function.
18352 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18353 argument, use current-buffer instead. Update callers.
18355 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18357 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18358 buffer-local because choose-completion-delete-max-match requires
18359 that we set completion-ignore-case (i.e., binding via let is not
18361 (bibtex-complete): Always set completion-ignore-case and
18362 choose-completion-string-functions. The latter is needed because
18363 choose-completion-string-functions keeps its value if we quit the
18364 *Completions* buffer without requesting a completion.
18366 2005-12-30 Andreas Schwab <schwab@suse.de>
18368 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18370 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18372 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18374 2005-12-30 Juri Linkov <juri@jurta.org>
18376 * locate.el (locate-fcodes-file, locate-header-face)
18377 * progmodes/delphi.el (delphi-other-face)
18378 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18380 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18381 group `paren-showing-faces'.
18383 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18384 (goto-address): Fix docstring.
18386 * net/webjump.el (webjump-sample-sites): Update URLs.
18388 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18390 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18392 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18394 * font-lock.el (font-lock-compile-keywords): Signal an error when
18395 font-lock-set-defaults hasn't been called.
18397 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18399 * subr.el (noreturn, 1value): Doc fixes.
18401 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18403 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18404 that assoc-string returns nil.
18406 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18408 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18409 (bibtex-entry-type-str, bibtex-empty-field-re)
18410 (bibtex-search-backward-string, bibtex-preamble-prefix)
18411 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18412 (bibtex-any-valid-entry-type): New variable.
18413 (bibtex-parse-field-name): Simplify.
18414 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18415 (bibtex-preamble-prefix): Include left delimiter.
18416 (bibtex-search-forward-field, bibtex-search-backward-field):
18417 Allow unbounded search past entry boundaries (required by bibtex-pop).
18418 (bibtex-text-in-field-bounds): Use push.
18419 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18420 (bibtex-parse-preamble, bibtex-valid-entry)
18421 (bibtex-beginning-first-field): New functions.
18422 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18423 (bibtex-map-entries): Fix docstring.
18424 (bibtex-flash-head): New arg prompt. Simplify.
18425 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18426 (bibtex-insert-kill): Simplify. Always insert text past the
18427 current field or entry.
18428 (bibtex-format-entry): Use bibtex-parse-field.
18429 (bibtex-pop): Use bibtex-beginning-of-entry and
18430 bibtex-end-of-entry to initiate the search. Insert empty field if
18431 we found ourselves.
18432 (bibtex-print-help-message): New args field and comma.
18434 (bibtex-make-field): Use bibtex-beginning-of-entry.
18435 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18437 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18438 Handle preambles. Simplify code for thorough test.
18439 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18440 New arg comma. Handle entry heads.
18441 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18442 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18444 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18445 (bibtex-fill-field): Simplify.
18446 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18447 bibtex-parse-field.
18448 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18449 (bibtex-complete): Use bibtex-parse-preamble.
18451 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18453 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18454 Display name of expression instead of convenience variable.
18455 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18457 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18458 toggle-gud-tooltip-dereference.
18459 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18460 (gud-tooltip-tips): ...here when dereferencing.
18462 2005-12-28 Bill Wohler <wohler@newt.com>
18464 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18466 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18468 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18469 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18470 (vc-annotate-display-autoscale): Adjust call.
18471 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18472 Fix interactive spec.
18473 (vc-annotate-time-span): Remove.
18474 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18475 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18476 (vc-annotate-display-select): Use new name.
18478 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18479 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18480 Correct the construction of span entries. Simplify.
18481 (vc-annotate-display-select): Fix the nil case.
18482 (vc-annotate): Remove obsolete (and now broken) code.
18483 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18484 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18486 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18488 * subr.el (lazy-completion-table): Correct typo in docstring.
18490 * startup.el (command-line): Use `custom-reevaluate-setting' for
18491 `send-mail-function'.
18493 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18495 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18497 * mail/smtpmail.el (smtpmail-try-auth-methods):
18498 Send credentials together with "AUTH PLAIN" command.
18500 2005-12-27 Richard M. Stallman <rms@gnu.org>
18502 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18503 mouse-2, go back to previously selected window, so it's selected
18504 when mouse-2 command runs.
18506 2005-12-27 Juri Linkov <juri@jurta.org>
18508 * descr-text.el (describe-text-sexp): Use square brackets for
18509 button [Show] to distinguish it from the property value `show'.
18510 (describe-property-list): Use `insert-text-button' with
18511 `help-face' type instead of putting face in quotes, because button
18512 is not created automatically for a list of faces.
18513 (describe-text-properties-1): Put button-type value in quotes to
18514 distinguish from plain text "button".
18515 (describe-char): Display code point values in hex. Don't use
18516 `symbol-name' for `current-input-method' because it is a string.
18517 Use `insert-text-button' with `help-face' type instead of putting
18518 hardcoded face in quotes, because button is not created automatically.
18520 2005-12-27 Richard M. Stallman <rms@gnu.org>
18522 * progmodes/glasses.el (glasses-face): More specific custom type.
18524 * files.el (set-visited-file-name): Doc fix.
18526 * textmodes/flyspell.el (flyspell-external-point-words):
18527 Use local var buffer-scan-pos to advance scan for next misspelling.
18528 Advance it only after we find the misspelling.
18530 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18532 * textmodes/flyspell.el (flyspell-external-point-words):
18533 New criteria for finding the misspelling in the buffer.
18535 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18537 * help-mode.el (help-insert-string): Set help-xref-stack-item
18538 rather than call help-setup-xref.
18540 * descr-text.el (describe-char): Revert previous changes for
18541 optional buffer argument.
18543 2005-12-27 Juri Linkov <juri@jurta.org>
18545 * help-mode.el (help-insert-string): New function. Save buffer
18546 contents in cases where it is impossible to recompute the old contents.
18548 * descr-text.el (describe-char): Set help-xref-stack-item
18549 explicitly after buffer has been generated.
18551 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18553 * cus-start.el (all): Add x-gtk-show-hidden-files.
18555 2005-12-26 Richard M. Stallman <rms@gnu.org>
18557 * replace.el (perform-replace): Calculate match-again
18558 before skipping read-only matches.
18560 * paren.el (paren-showing-faces): New group.
18561 (show-paren-match, show-paren-mismatch): Move to that group.
18563 * button.el (button): Put into group `basic-faces'.
18565 * progmodes/make-mode.el: Remove faces from group `faces'.
18567 * apropos.el (apropos, apropos-value): Doc fix.
18568 (apropos-documentation): Doc fix.
18570 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18572 * subr.el (lazy-completion-table): Remove argument `args'.
18574 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18575 Don't use the `args' argument of lazy-completion-table.
18577 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18579 * descr-text.el (describe-char): Add optional argument for buffer.
18580 Set buffer appropriately. Call help-setup-xref.
18581 Suggested by Stefan Monnier.
18583 2005-12-26 Juri Linkov <juri@jurta.org>
18585 * descr-text.el: Require `help-fns' at runtime. Don't require
18586 `button' for byte compilation.
18587 (describe-text-widget): Add `help-echo' for first button.
18588 Use `help-info' for second.
18589 (describe-property-list): Use `help-argument-name' instead of `italic'.
18590 (describe-text-category): Add prompt to interactive spec.
18591 Call `help-setup-xref'.
18592 (describe-char): Use `help-character-set'. Add `help-echo' for
18593 code point. Use `help-input-method'. Remove superfluous insert.
18595 2005-12-25 Richard M. Stallman <rms@gnu.org>
18597 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18598 at point, in case of narrowing.
18600 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18602 * locate.el (locate-header-face): Allow nil in type.
18604 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18606 2005-12-25 Romain Francoise <romain@orebokech.com>
18608 * battery.el (battery-linux-proc-acpi): Also try
18609 `/proc/acpi/thermal_zone/THM0/temperature'.
18611 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18613 * custom.el (custom-push-theme): Fix docstring.
18615 * cus-edit.el (custom-variable-set, custom-variable-save)
18616 (custom-variable-save): Custom-quote widget values.
18617 (customize-save-variable): Fix custom-push-theme call.
18619 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18621 * w32-fns.el (w32-batch-update-autoloads): New function.
18623 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18624 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18625 from the command line.
18627 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18629 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18630 reset means to remove setting from theme entirely. Don't keep
18631 expanding theme-settings list; delete old entries if necessary.
18633 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18634 customization" button one line up.
18635 (custom-themed): New face.
18636 (custom-magic-alist): New value, THEMED, for theme settings.
18637 (custom-variable-state-set, custom-face-state-set):
18638 Check theme-value instead of saved-value.
18639 (custom-variable-reset-standard, custom-face-reset-standard):
18640 Remove theme setting entirely. Recalculate new values.
18641 (custom-variable-set, custom-variable-set)
18642 (custom-variable-reset-saved, custom-variable-reset-backup)
18643 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18644 (custom-variable-save): Fix typos.
18646 2005-12-23 Juri Linkov <juri@jurta.org>
18648 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18649 Add autoload cookies.
18650 (edebug-outside-d-c-i-n-s-w): New variable.
18651 (edebug-display, edebug-outside-excursion): Use it to save the
18652 original value of default-cursor-in-non-selected-windows.
18653 Set default-cursor-in-non-selected-windows to t while Edebug
18655 (edebug-mode, edebug-eval-mode): Doc fix.
18657 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18658 with `buffer-substring-no-properties' to remove common substring
18661 * info.el (info-other-window, info): Rename function argument
18662 `file' to `file-or-node'.
18663 (Info-complete-menu-item): Use local variable `complete-nodes' to
18664 keep the global value of `Info-complete-nodes' unchanged for
18665 subsequent completions.
18666 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18668 * simple.el (get-next-valid-buffer, last-buffer)
18669 (next-error-buffer-p, next-error-find-buffer)
18670 (minibuffer-history-sexp-flag): Doc fix.
18672 * savehist.el (savehist-mode-hook): Add `:group'.
18674 * log-view.el: Call autoload for vc-find-version.
18675 (log-view-current-file): Adjust subgroup numbers.
18676 (log-view-current-tag): Add `length'.
18678 2005-12-23 Richard M. Stallman <rms@gnu.org>
18680 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18682 2005-12-23 Juri Linkov <juri@jurta.org>
18684 * hi-lock.el (hi-lock-archaic-interface-message-used)
18685 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18686 (hi-lock-mode): Display "Hi" in the mode line only when
18687 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18688 (hi-lock-write-interactive-patterns):
18689 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18690 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18691 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18692 font-lock-add-keywords to t.
18694 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18696 * hi-lock.el (hi-lock-highlight-range): New variable.
18697 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18698 only if font-lock-fontified is non-nil. Remove overlays.
18699 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18700 font-lock-fontified is non-nil, otherwise use overlays (instead of
18702 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18704 (hi-lock-string-serialize): New function.
18706 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18708 * menu-bar.el (menu-find-file-existing): New function.
18709 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18711 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18713 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18715 * vc.el: Remove unnecessary leading * in docstrings.
18716 (vc-annotate-mode-map): Move initialization into declaration.
18717 (vc-static-header-alist): Nitpick on the regexp.
18718 (vc-default-init-version): New fun.
18719 (vc-register): Use it.
18720 (vc-insert-headers): Use dolist.
18721 (vc-annotate-get-backend): Remove unused function.
18722 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18723 (vc-annotate-mode): Remove corresponding call.
18724 (vc-annotate-car-last-cons): Simplify.
18725 (vc-annotate-buffers): Remove var.
18726 (vc-annotate-backend): Make it buffer-local.
18727 (vc-annotate): Move the interaction to the interactive spec.
18728 Add a `buf' argument.
18729 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18730 killing&creating a vc-annotate buffer, which is very disruptive when
18731 the buffers are shown in dedicated frames.
18733 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18735 * descr-text.el: Add FSF as maintainer.
18736 (describe-text-mode, describe-text-mode-map)
18737 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18739 (describe-text-widget, describe-text-sexp)
18740 (describe-property-list, describe-text-category)
18741 (describe-text-properties, describe-text-properties-1)
18742 (describe-char): Use help buttons instead of widgets.
18743 (describe-char-unicodedata-file): Make URL link in doc string.
18745 2005-12-22 Richard M. Stallman <rms@gnu.org>
18747 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18748 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18749 Don't include buttons that write a file when there's no file.
18750 (custom-variable-menu, custom-face-menu, custom-group-menu):
18751 Don't include commands that write a file when there's no file.
18752 (customize-browse): Reword the top-of-buffer help intro.
18753 (custom-buffer-create-internal): Fix previous change.
18754 (customize-changed-options-previous-release): Prev release is 21.1.
18755 (customize-changed-options): Doc fix.
18756 (customize-changed): New alias.
18757 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18758 Say "standard values".
18759 (Custom-reset-standard): Doc fix.
18760 (custom-face-reset-standard): Doc fix.
18762 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18764 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18765 even if font-lock-mode is non-nil since it may be t without having
18766 turned on font-lock-mode-internal.
18767 (font-lock-choose-keywords): Minor optimization.
18768 (font-lock-add-keywords, font-lock-remove-keywords)
18769 (font-lock-set-defaults): Don't call make-local-variable on a variable
18770 that we know to already be local.
18772 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18774 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18775 messages if in the minibuffer.
18777 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18779 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18780 (tex-mode-flyspell-verify, flyspell-get-word)
18781 (flyspell-external-point-words): Don't use point-min/max uselessly.
18783 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18784 by Kevin Rodgers. Instead, just hide the completions buffer if we
18785 don't need to show it.
18787 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18789 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18791 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18793 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18794 delete-windows-on with an inexistent buffer.
18796 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18798 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18799 Delete defcustom variable :tag names.
18801 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18803 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18804 (log-view-font-lock-keywords): Ajust subgroup numbers.
18805 (log-view-current-tag): Don't hard code the number of subgroups.
18807 2005-12-20 Juri Linkov <juri@jurta.org>
18809 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18810 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18812 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18813 (menu-bar-non-minibuffer-window-p): Instead of checking
18814 display-multi-frame-p, use selected-frame when menu-updating-frame
18817 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18819 * align.el (align-rules-list): Use [ \t] instead of \s-
18820 for column separators in text mode.
18822 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18824 * help-mode.el (help-customize-variable, help-customize-face):
18825 Don't pop help-xref-stack as help-follow no longer pushes
18828 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18830 * textmodes/org.el (org-agenda-custom-commands): New option.
18831 (org-agenda): Offer custom commands on splash screen.
18832 (org-make-tags-matcher): Parser for Boolean logic added.
18833 (org-agenda-set-tags): New command.
18834 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18835 (org-set-tags): Efficiency improvements.
18836 (org-auto-align-tags): New option.
18837 (org-todo, org-demote, org-promote): Realign tags.
18838 (org-tags-completion-function): Use also "&" and "|" as separators.
18839 (org-org-menu): Agenda commands simplified.
18841 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18843 * cus-edit.el (customize-apropos, customize-apropos-options):
18846 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18848 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18850 * longlines.el (longlines-mode): Wrap while widened.
18851 (longlines-decode-region, longlines-encode-region): Compute max
18854 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18856 * cus-edit.el (mac): New group.
18858 * cus-start.el (all): Add user options in macterm.c. Add test for
18859 Mac-related built-ins. Fix test for GTK-related built-ins.
18861 * term/mac-win.el (mac-handle-language-change)
18862 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18863 (mac-services-open-selection, mac-services-mail-selection)
18864 (mac-services-mail-to, mac-services-insert-text)
18865 (mac-dispatch-apple-event): Add docstrings.
18866 (x-get-selection, mac-select-convert-to-string): Select coding
18867 system from `utf-16be' and `utf-16le' using `byteorder'.
18869 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18871 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18872 a "list" (lambda ...) rather than a real completion list.
18874 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18875 lexical-let when encountering ((lambda (...) ...) ...).
18877 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18879 * progmodes/sh-script.el (sh-mode):
18880 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18881 * textmodes/picture.el (picture-mode): Update docstrings.
18883 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18885 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18886 commands enclosed in $(ARGQUOTE)s should not be split between two
18887 lines, as that will break with GNU Make >3.80, when sh.exe is used
18888 and arg quoting is with '..'.
18889 (autoloads): Don't break the quoted --eval expression between
18892 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18894 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18895 Capture error from printing circular structures.
18897 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18899 * wid-edit.el (widget-checkbox-action): Clear undo info.
18901 2005-12-16 Bill Wohler <wohler@newt.com>
18903 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18904 bar, not menubar in comment.
18906 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18908 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18909 After-change-functions should not clobber the match data.
18911 2005-12-16 Juri Linkov <juri@jurta.org>
18913 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18914 instead of `buffer-substring'.
18915 (completion-common-substring): Doc fix.
18916 (completion-setup-function): Use minibuffer-completion-contents
18917 instead of minibuffer-contents. Don't set common-string-length
18918 initially. Remove special handling of partial-completion-mode.
18919 Move computation of completion-base-size into one cond.
18920 Call completion-base-size-function in mainbuf. In computation of
18921 completion-base-size for file name completion don't move point to
18922 the end of the minibuffer. Move computation of common-string-length
18923 into one cond. Start putting faces only when common-string-length>=0.
18924 Add condition to put completions-common-part when
18925 common-string-length>0.
18927 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18928 place point at the first different character in the minibuffer
18929 even if this position is at the beginning of the minibuffer.
18931 * info.el (Info-read-node-name-1): In completion-base-size-function's
18932 lambda return 1 if common-substring or minibuffer-completion-contents
18933 starts with (, and 0 otherwise.
18935 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18936 Use `crm-current-element' for second arg of `display-completion-list'.
18938 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18940 * files.el (set-auto-mode): Look for an interpreter specified on
18941 the first line also if search for mode specification succeeded,
18942 but the mode is not known.
18944 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18946 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18947 (org-open-at-point): Implement tag searches as links.
18948 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18949 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18950 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18951 (org-agenda-dispatch): New commands.
18952 (org-use-tag-inheritance, org-tags-column): New options.
18953 (org-tab-follows-link, org-return-follows-link): New options.
18954 (org-tags): New customize group.
18955 (org-start-icalendar-file): Get local time zone.
18956 (org-tags-completion-function): New function.
18957 (org-set-font-lock-defaults): Make sure links will also be
18958 highlighted inside headlines.
18960 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18962 * term.el (term-emulate-terminal):
18963 Let term-handle-ansi-terminal-messages override what Bash says about
18964 its current directory.
18966 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
18968 * bindings.el (last-buffer): Move to simple.el.
18969 * simple.el (last-buffer): Move here.
18970 (get-next-valid-buffer): New function.
18971 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18972 (prev-buffer): Ditto. Rename to `previous-buffer'.
18974 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18975 * bindings.el (global-map): Ditto.
18977 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18979 * cus-edit.el: Introductory comment change.
18980 (custom-magic-alist): Change message string for the `rogue' state.
18982 2005-12-15 Richard M. Stallman <rms@gnu.org>
18984 * tooltip.el: Delete defcustom variable :tag names.
18986 * complete.el (partial-completion-mode): Doc fix.
18988 * textmodes/flyspell.el (flyspell-external-point-words):
18989 Use save-excursion to ensure we don't move backward in the
18990 search loop, not even one character.
18991 (flyspell-delete-all-overlays): Use remove-overlays directly.
18993 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18994 (ispell-start-process): Set that variable.
18995 Clear ispell-buffer-local-name.
18996 (ispell-internal-change-dictionary):
18997 Set ispell-current-dictionary after killing process.
18998 (ispell-buffer-local-dict):
18999 Don't set spell-personal-dictionary after killing process.
19000 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19001 (ispell-tex-skip-alists, ispell-html-skip-alists)
19002 (ispell-skip-region-alist): Mark as risky.
19004 * net/newsticker.el (newsticker--retrieval-timer-list)
19005 (newsticker--display-timer, newsticker-running-p)
19006 (newsticker-ticker-running-p): Definitions moved up.
19008 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
19010 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19012 2005-12-15 David Ponce <david@dponce.com>
19014 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19015 (recentf-edit-list, recentf-open-files): Signal an error when
19016 there is no recent file.
19018 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
19020 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19021 read-only except for texinfo-format-region evaluation.
19023 2005-12-14 Richard M. Stallman <rms@gnu.org>
19025 * vc.el (vc-default-previous-version, vc-default-next-version)
19026 (vc-do-command): Doc fixes.
19028 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19030 * textmodes/bibtex.el (bibtex-expand-strings)
19031 (bibtex-autokey-expand-string, bibtex-name-part)
19032 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19033 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19034 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19035 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19036 (bibtex-entry-postfix, bibtex-known-entry-type-re)
19037 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19038 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19039 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19040 (bibtex-beginning-of-last-entry): Remove.
19041 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
19042 message if comma is missing but buffer is read-only.
19043 (bibtex-parse-field-text): Handle whitespaces at the end of field
19044 text. Return 3-element list with beginning and end of field text
19046 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19047 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
19048 (bibtex-search-forward-field, bibtex-search-backward-field):
19049 Search always delimited by limits of entry. Use more efficient
19051 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19052 bibtex-end-of-name-in-field.
19053 (bibtex-text-in-field-bounds): Handle BibTeX strings when
19054 extracting the content of a field.
19055 (bibtex-text-in-field): Use search limits.
19056 (bibtex-parse-string-prefix): Handle empty string keys based on
19057 bibtex-string-empty-key.
19058 (bibtex-parse-string): Fix docstring.
19059 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19060 (bibtex-preamble-prefix, bibtex-strings): New functions.
19061 (bibtex-skip-to-valid-entry): Include preceding whitespace in
19062 BibTeX entries (consistent with other BibTeX functions).
19063 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19064 (bibtex-search-entry): Fix docstring. Simplify.
19065 (bibtex-flash-head, bibtex-complete-string-cleanup)
19066 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19067 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19068 (bibtex-parse-entry): New optional arg content.
19069 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19070 Use bibtex-text-in-field-bounds.
19071 (bibtex-print-help-message): Handle BibTeX strings and preambles.
19072 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19073 bibtex-parse-string-postfix.
19074 (bibtex-find-text-internal): New function.
19075 (bibtex-remove-delimiters): Use it.
19076 (bibtex-find-text): Use it. New optional arg help.
19077 (bibtex-complete): Handle BibTeX string and preamble entries.
19078 (bibtex-Preamble): Fix order of closing delimiters.
19080 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
19082 * vc.el (vc-default-revert): New fun.
19084 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19086 2005-12-14 Romain Francoise <romain@orebokech.com>
19088 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19089 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19090 (font-lock-remove-keywords): Likewise.
19092 2005-12-14 Juri Linkov <juri@jurta.org>
19094 * log-view.el (log-view-diff): Doc fix.
19096 * isearch.el (isearch-query-replace): Use (mark) instead of
19097 isearch-opoint if mark is active in transient-mark-mode.
19099 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
19101 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19103 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19105 * progmodes/cpp.el (cpp-face): New widget.
19106 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19108 2005-12-14 Juri Linkov <juri@jurta.org>
19110 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19111 around `erase-buffer' and `insert'.
19113 * descr-text.el (describe-text-properties): Replace buffer name
19114 "*Help-2*" with "*Help*<2>".
19115 (describe-char): Add functions print-help-return-message,
19116 toggle-read-only. Use help-setup-xref with nil to not store
19117 describe-char in help-xref-stack. Use help-make-xrefs to
19118 make [back] button.
19120 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19122 * wdired.el (wdired-old-point): New internal variable.
19123 (wdired-change-to-wdired-mode): Set it buffer-locally.
19124 (wdired-abort-changes): Restore point after aborting changes.
19126 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19128 * vc.el (vc-do-command): Add a new value t for okstatus.
19130 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19131 frame in case of errors.
19133 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19135 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19136 so it comes after "On the Left" in the menu.
19138 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19140 * cus-edit.el (customize-apropos, customize-apropos-options)
19141 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19143 2005-12-12 Bill Wohler <wohler@newt.com>
19145 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19146 non-writable Subversion-controlled files by saving window
19147 configuration before calling vc-do-command. vc-do-command calls
19148 pop-to-buffer on error which is unexpected during registration.
19150 2005-12-12 Jay Belanger <belanger@truman.edu>
19152 * calc/README: Update the summary of changes.
19154 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19156 * descr-text.el (describe-char): Rework last fix to solve the problem
19157 is the same way it's solved for everything else in that function
19158 (i.e. by extracting the info before setting up the *Help* buffer).
19160 2005-12-12 Kim F. Storm <storm@cua.dk>
19162 * subr.el (version-regexp-alist): Allow space as separator before
19163 non-numeric part, e.g. "1.0 alpha".
19164 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19166 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19168 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19169 Implement Logging and the keep-modes setting.
19170 (org-get-category): Make sure a string is returned.
19171 (org-log-done): New function.
19172 (org-log-done, org-closed-string): New options.
19174 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19176 * tooltip.el (tooltip-y-offset): Change default to 20.
19178 2005-12-12 Richard M. Stallman <rms@gnu.org>
19180 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19182 * frame.el (display-hourglass): Doc fix.
19184 * help.el (help-for-help-internal): Simplify entry for `a'.
19186 * info.el (Info-on-current-buffer): Doc fix.
19187 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19189 * startup.el (inhibit-splash-screen): Make this the real name.
19190 (inhibit-startup-message): Make this the alias.
19191 (command-line): Find only simple.el, and use its directory
19192 to fill in other preloaded files' names.
19193 (command-line): Deactivate the mark if deactivate-mark is set.
19195 * international/mule.el (load-with-code-conversion):
19196 Bind deactivate-mark.
19198 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19200 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19202 * cus-edit.el (customize-apropos): Avoid listing an option more
19203 than once under different aliases. No longer list user options
19204 that are not defined with defcustom (unless a prefix arg is given).
19206 (customize-apropos-options): Doc fix.
19208 2005-12-11 Juri Linkov <juri@jurta.org>
19210 * frame.el (set-background-color, set-foreground-color)
19211 (set-cursor-color, set-mouse-color, set-border-color):
19212 Add explicit prompts to read colors by `facemenu-read-color'.
19213 (show-trailing-whitespace, blink-cursor-delay)
19214 (blink-cursor-interval, display-hourglass, hourglass-delay):
19216 (display-hourglass, hourglass-delay): Doc fix.
19217 (cursor-in-non-selected-windows): Capitalize words in tag.
19219 * faces.el (frame-background-mode): Replace `choice-item' keywords
19220 with `const' to not make [default] button. Change default value tag
19221 from `default' to `automatic'. Doc fix.
19222 (trailing-whitespace) <defface>: Change group `whitespace' to
19223 `whitespace-faces'.
19225 2005-12-11 Richard M. Stallman <rms@gnu.org>
19227 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19229 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19231 * term/mac-win.el: Create keymap for mac-apple-event-map.
19233 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19235 * tooltip.el (tooltip-mode): Move to start of file so that it
19236 appears at top of customize buffer.
19238 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19239 Add the gud groupname.
19240 (gud-tooltip-mode): Add the tooltip groupname.
19241 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19242 avoid conflict with tooltip-use-echo-area.
19244 2005-12-10 Romain Francoise <romain@orebokech.com>
19246 * help.el (help-for-help-internal): Add `r' in doc string.
19248 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
19250 * align.el (align-regexp, align-highlight-rule):
19251 Use region-beginning and region-end instead of point and mark, so that
19252 repetition (with `repeat-complex-command') recomputes the region
19255 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19257 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19258 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19259 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19260 (balance-windows): Rewrite using the above new functions.
19262 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19264 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19265 react if global-hi-lock-mode seems intended.
19266 (global-hi-lock-mode): Renamed from hi-lock-mode.
19267 (hi-lock-archaic-interface-message-used)
19268 (hi-lock-archaic-interface-deduce): New variables.
19269 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19270 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19271 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19272 Replace hi-lock-buffer-mode with hi-lock-mode.
19274 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19276 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19277 completion list, even after a partial completion has been
19278 inserted in the current buffer. If there are more than 1
19279 completion, redisplay the *Completions* buffer; if the
19280 completion is unique, delete the *Completions* window.
19282 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19284 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19285 strings and long subject lines that were broken into multiple
19286 lines at arbitrary places. Handle subjects that have "Re: " in
19289 2005-12-10 John W. Eaton <jwe@octave.org>
19291 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19292 comments or strings if octave-auto-indent is nil.
19294 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19296 * term/mac-win.el: Require url when compiling.
19297 Call mac-process-deferred-apple-events after loading init files.
19298 (mac-apple-event-map): New defvar. Define event handlers in it.
19299 (core-event, internet-event): New Apple event class symbols.
19300 (open-application, reopen-application, open-documents)
19301 (print-documents, open-contents, quit-application)
19302 (application-died, show-preferences, autosave-now, get-url):
19303 New Apple event ID symbols.
19304 (about): New HICommand ID symbol.
19305 (mac-event-spec, mac-event-ae): New macros.
19306 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19307 (mac-ae-selection-range, mac-ae-text-for-search)
19308 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19309 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19310 and Services menu events are now defined in mac-apple-event-map.
19311 (mac-drag-n-drop): Remove selection range handling.
19313 2005-12-10 Kenichi Handa <handa@m17n.org>
19315 * simple.el (zap-to-char):
19316 * isearch.el (isearch-process-search-char): Translate CHAR by
19317 translation-table-for-input.
19319 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19321 * foldout.el (foldout-exit-fold): Properly hide subtree.
19323 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19325 * files.el (save-buffer):
19326 * international/ucs-tables.el (ucs-set-table-for-input):
19327 * mail/mail-extr.el (mail-extract-address-components):
19328 * mail/sendmail.el (mail-mode): Reformat doc string.
19330 2005-12-09 Juri Linkov <juri@jurta.org>
19332 * isearch.el (isearch-highlight): Change main overlay priority
19333 from 1 to 1001. Simplify.
19334 (isearch-lazy-highlight-update): Change lazy overlay priority
19337 * replace.el (replace-highlight): Change overlay priority from
19340 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19341 Change overlay priority from 1 to 1001. Reuse existing overlay.
19343 * compare-w.el (compare-windows-highlight): Change overlay
19344 priority from 1 to 1000.
19346 * menu-bar.el (menu-bar-edit-menu): Add listp around
19347 pending-undo-list to disable menu item "undo" when pending
19348 undo list is empty.
19350 * locate.el (locate): Disable undo in *Locate* buffer.
19352 2005-12-09 Kim F. Storm <storm@cua.dk>
19354 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19356 2005-12-09 David Ponce <david@dponce.com>
19358 * recentf.el: Improvement of the menu code.
19359 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19360 instead of menu hook.
19361 (recentf-show-menu, recentf-hide-menu): New functions.
19362 (recentf-menu-customization-changed, recentf-mode): Use them.
19363 (recentf-menu-action, recentf-max-menu-items)
19364 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19365 (recentf-arrange-by-rule-others)
19366 (recentf-arrange-by-rules-min-items)
19367 (recentf-arrange-by-rule-subfilter): Don't use
19368 `recentf-menu-customization-changed'.
19369 (recentf-arrange-rules): Likewise. Accept functions to compute
19371 (recentf-menu-filter): Likewise. Doc fix.
19372 (recentf-menu-value-shortcut): Doc fix.
19373 (recentf-dump-variable): Quote atom value.
19374 (recentf-make-menu-items): Update to use it as a menu filter.
19375 (recentf-match-rule): New function.
19376 (recentf-arrange-by-rule): Use it.
19377 (recentf-indirect-mode-rule): New function.
19378 (recentf-build-mode-rules): Use it.
19379 (recentf-dir-rule): New function.
19380 (recentf-arrange-by-dir): Use it.
19381 (recentf-filter-changer-current): Rename from
19382 `recentf-filter-changer-state'. All references updated.
19383 (recentf-filter-changer-alist): Update filter names.
19384 (recentf-filter-changer-select): New function.
19385 (recentf-filter-changer): Use it. Make a sub-menu from filters
19386 available in `recentf-filter-changer-alist'.
19387 (recentf-data-cache, recentf-clear-data)
19388 (recentf-update-menu): Remove. All references updated.
19389 (recentf-match-rule-p, recentf-build-dir-rules)
19390 (recentf-filter-changer-goto-next)
19391 (recentf-filter-changer-get-current)
19392 (recentf-filter-changer-get-next): Remove.
19394 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19396 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19397 buffer "Reset" button to "Reset to Current" for consistency with
19400 2005-12-08 John Paul Wallington <jpw@pobox.com>
19402 * ibuf-ext.el (define-ibuffer-filter filename):
19403 If `dired-directory' is a list then really use its car.
19405 2005-12-08 Kim F. Storm <storm@cua.dk>
19407 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19408 Fix indention of text on right side of replaced rectangle.
19410 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19412 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19413 No need to check gud-comint-buffer is bound.
19414 (gdb): Prevent multiple debugging when first session uses gdba.
19416 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19418 CC Mode update to 5.31.
19420 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19421 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19422 We might do this function properly in the future).
19424 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19425 New macros c-sentence-end and c-default-value-sentence end, to cope
19426 with Emacs 22's new function `sentence-end'.
19428 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19430 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19431 compat issue using `c-put-overlay' and `c-delete-overlay'.
19433 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19434 New compat macros to handle overlays/extents.
19436 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19438 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19439 (for GNU Emacs 20.4).
19441 * progmodes/cc-defs.el
19442 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19444 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19445 highlighting mechanism so it will work in XEmacs too.
19447 * progmodes/cc-defs.el: Insert c-int-to-char.
19449 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19450 call to the new macro c-int-to-char. This solves XEmacs's
19451 regarding characters as different from integers.
19453 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19455 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19456 New internal helper.
19458 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19459 construct to make the indirect face lookup work in XEmacs.
19461 (c-cpp-matchers): Append the negation char face to the existing
19462 fontification, so that the cpp face doesn't disappear.
19463 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19466 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19467 to map to `font-lock-negation-char-face' in emacsen where it exists.
19469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19471 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19473 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19474 Rename "c-subword-move-mode" as "c-subword-mode".
19476 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19477 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19479 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19481 * progmodes/cc-mode.el: Added autoload directive for
19482 `c-subword-move-mode' for use in older emacsen.
19484 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19486 * progmodes/cc-mode.el:
19487 (i): Insert a binding for C-c C-backspace into
19488 c-bind-special-erase-keys which works in TTYs.
19489 (ii): Make sure that when file styles are used, any explicitly
19490 given style variables take priority over those in the style.
19491 Do this by calling `hack-local-variables' a second time.
19493 * progmodes/cc-vars.el: Add language specific customization
19494 widgets for AWK to c-doc-comment-style, c-require-final-newline
19495 and c-default-style. Add a defcustom for awk-mode-hook.
19496 Give c-syntactic-element and c-syntactic-context doc-strings by
19497 directly setting their `variable-documentation' propery.
19498 This allows Emacs 22.1 to read these with C-h v.
19500 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19504 * progmodes/cc-fonts.el, cc-vars.el
19505 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19506 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19509 (c-doc-comment-style): Made GtkDoc default in C mode.
19511 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19512 and C-c C-<delete>.
19514 (c-bind-special-erase-keys): New function for use on
19515 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19517 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19518 <delete> key behavior in XEmacs according to `delete-forward-p'.
19519 C.f. `c-electric-delete'.
19521 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19523 * progmodes/cc-mode.el: Give c-hungry-backspace and
19524 c-hungry-delete-forward permanent key bindings.
19526 * progmodes/cc-cmds.el (c-electric-semi&comma):
19527 Bind c-syntactic-context for calls to "criteria functions", for
19528 consistency with other calls to user functions.
19530 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19531 `current-prefix-arg', since this might be the prefix arg to a
19532 command which calls c-indent-command as a function. Change the
19533 interactive spec from "p" to "P".
19535 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19536 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19537 was difficult to understand.
19539 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19541 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19542 first char of an identifier.
19544 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19547 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19549 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19550 auto-fill doesn't split a c-comment's last word from a hanging
19551 "*/" when a space is typed between them after fill-column.
19553 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19555 * progmodes/cc-styles.el (c-set-style)
19556 (c-setup-paragraph-variables): Abort the command if we're not in a
19559 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19560 with blank comment-prefix, and a blank line as the comment's
19563 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19565 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19566 Incorporate the patterns added in the Emacs development branch
19567 for the new Emacs 22 face `font-lock-negation-char-face'.
19569 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19570 of "red" since it stands out better in xterms and DOS terminals.
19572 * progmodes/cc-engine.el (c-literal-faces):
19573 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19577 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19578 forcibly enable c-electric-flag.
19580 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19581 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19582 after the comment-prefix of a C-style comment will close that comment.
19584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19586 * progmodes/cc-fonts.el (c-basic-matchers-before)
19587 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19590 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19593 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19594 (c-cpp-message-directives, c-cpp-include-directives)
19595 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19596 (c-cpp-expr-directives): Introduce new language constants to
19597 control cpp syntax in a cleaner way.
19599 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19601 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19603 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19604 (c-multiline-string-start-char): New language constants and
19605 variables to specify how newlines in string literals work.
19607 (c-font-lock-invalid-string): Use them.
19609 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19610 unbalanced close brace is entered. Optimization by avoiding going
19611 back over arbitrarily large blocks. Removed hints that this
19612 function only would be relevant/useful in AWK.
19614 (c-electric-brace): Indent syntactically after the cleanups since
19615 lineup functions might do it differently then.
19617 * progmodes/cc-engine.el, cc-langs.el
19618 (c-opt-op-identifier-prefix): New language constant and variable.
19620 (c-just-after-func-arglist-p, c-after-special-operator-id)
19621 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19623 * progmodes/cc-align.el, cc-engine.el
19624 (c-after-special-operator-id): New helper to handle C++ operator
19627 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19628 (c-guess-basic-syntax): Handle C++ operator identifiers in
19631 * progmodes/cc-langs.el (c-assignment-operators): Add the
19632 trigraph version of ^= too.
19634 * progmodes/cc-langs.el (c-assignment-operators): Add the
19635 trigraph version of |= in C++.
19637 * progmodes/cc-fonts.el (c-font-lock-declarators):
19638 Handle `c-decl-hangon-kwds' after the identifier name.
19640 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19641 whether an arglist is "nonempty", ignore a comment after the open
19642 paren if it isn't followed by a non-comment token on the same line.
19644 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19645 Enable heuristics below the point to cope with classes inside special
19646 brace lists in Pike.
19648 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19650 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19652 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19654 * progmodes/cc-guess.el (cc-guess-install): New function to
19655 install an already guessed style in another buffer.
19657 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19658 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19659 anyway if the change always is undone.
19661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19663 Implement togglable electricity:
19665 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19666 saying when it should be used.
19668 * progmodes/cc-engine.el: Add the new buffer-local variable,
19671 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19672 c-toggle-auto-newline.
19674 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19675 c-toggle-auto-newline. Remove the binding for
19676 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19677 c-toggle-electric-state.
19679 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19681 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19682 c-\(forward\|backward\)-subword.
19683 (c-update-modeline): Add the new modeline flag `l' for
19684 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19685 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19686 Make the old name an alias of the new name.
19687 (c-toggle-electric-state): New function.
19688 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19689 Adapt these functions to do electric things only when
19690 c-electric-flag is non-nil.
19691 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19692 new functions from c-electric-brace.
19693 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19694 mode, so that the tentative extra newline doesn't change the
19695 syntax of the following brace.
19696 (c-electric-brace): Restructure by extracting the above functions.
19697 Tidy up the coding somewhat.
19698 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19703 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19704 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19706 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19707 (c-submode-indicators): Change name from `c-auto-hungry-string'
19708 since it's now used to track another submode.
19710 (c-update-modeline): Convert to function and extended to check
19711 `c-subword-move-mode'.
19713 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19714 Convert to compat aliases for `c-forward-subword' and
19715 `c-backward-subword'.
19717 * progmodes/cc-subword.el: New functions and minor mode to handle
19718 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19720 (c-forward-subword, c-backward-subword, c-mark-subword)
19721 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19722 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19723 Functions corresponding to the standard word handling functions.
19725 (c-subword-move-mode): Minor mode that replaces all the standard
19726 word handling functions with their subword equivalences.
19728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19730 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19731 entry for one-liner-defun.
19733 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19734 name in its def-edebug-spec.
19736 * progmodes/cc-cmds.el (c-electric-brace): Make the
19737 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19738 compacts space before a comment, if this will make things fit on
19741 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19743 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19745 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19746 clean-up one-liner-defun.
19748 * progmodes/cc-styles.el: Add the new "awk" style.
19750 * progmodes/cc-vars.el: Add description of one-liner-defun to
19751 c-cleanup-list's doc-string. New user options,
19752 c-max-one-liner-length. In c-default-style, set the default style
19755 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19757 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19758 macros inside labels.
19760 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19761 `c-at-statement-start-p' and `c-at-expression-start-p'.
19763 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19764 error if the mark isn't set.
19766 * progmodes/cc-engine.el (c-guess-continued-construct)
19767 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19768 accurately detect functions inside functions.
19770 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19771 like `c-at-statement-start-p' that additionally recognizes commas
19772 and expression parentheses as delimiters.
19774 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19775 to avoid heuristics that doesn't work for unclosed blocks.
19776 (c-at-statement-start-p): New function.
19778 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19779 Objective-C directives, e.g. directives spanning lines should work
19780 reasonably well now.
19782 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19784 (c-forward-objc-directive): New function to move over any ObjC
19787 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19788 (c-basic-matchers-before): Use it.
19790 (c-font-lock-objc-iip-decl): Remove.
19792 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19793 in the template arglist recognition.
19795 * progmodes/cc-styles.el (c-style-alist): Fix several
19796 inconsistencies in the Whitesmith style.
19798 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19799 New lineup function to get lines after Whitesmith style blocks
19800 correctly indented.
19802 (c-lineup-whitesmith-in-block): Back out the compensation for
19803 opening parens since it's done using `add' lists in the style
19804 definition instead. Don't use the anchor position since it varies
19805 too much between the syntactic symbols. :P
19807 * progmodes/cc-vars.el (c-valid-offset): Update.
19809 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19810 lists where the offsets are combined according to several
19811 different methods: `first', `min', `max', and `add'.
19812 Report offset evaluation errors with `c-benign-error' so that some kind
19813 of reindentation still is done.
19815 * progmodes/cc-engine.el (c-guess-basic-syntax):
19816 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19819 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19820 situations for `arglist-cont-nonempty' and `arglist-close'.
19822 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19824 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19825 cc-bytecomp-boundp' in a number of places.
19827 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19828 macro related issue.
19830 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19832 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19833 list is now [asdf], a char class [:alpha:].
19834 Include code for char classes.
19835 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19836 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19838 Remove (nearly all of) the cruft associated with AWK Mode's former
19839 concept of "virtual semicolons":
19841 Adapt c-beginning-of-statement, c-end-of-statement (together with
19842 subfunctions) to use the new notion of "virtual semicolon" in
19843 place of the old awkward special handling for AWK. There remains
19844 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19845 * progmodes/cc-cmds.el:
19846 (c-ascertain-adjacent-literal): In the backwards direction, now
19847 recognises AWK regexp delimiters as string delimiters.
19848 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19849 check more rigorously for "end of macro".
19850 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19851 virtual semicolons;
19852 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19853 out the code for forward movement into ...
19854 (c-end-of-statement): Now contains the code for forward movement,
19855 adapted for virtual semicolons.
19857 * progmodes/cc-engine.el:
19858 (c-ws*-string-limit-regexp): New regexp.
19859 (c-forward-single-comment, c-backward-single-comment): Comment out
19860 the (now redundant) "special" AWK stuff.
19862 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19863 c-string-par-start, c-string-par-separate to be more like Text
19864 Mode than Fundamental Mode.
19866 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19868 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19869 to the fontified region so that fontification doesn't occur
19870 outside it (could happen e.g. when fontifying a line with an
19871 unfinished declaration).
19873 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19875 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19876 start of the file. ^L now separate sections of the file.
19877 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19878 (c-awk-one-line-possibly-open-string-re)
19879 (c-awk-regexp-one-line-possibly-open-char-class-re)
19880 (c-awk-one-line-possibly-open-regexp-re)
19881 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19882 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19884 Amend the concept of "virtual semicolons" (in the indentation
19885 engine) for languages like AWK, such that they are now
19886 conceptually attached to end of the last token of a statement, not
19887 the end of the line. (In AWK Mode, however, the pertinent text
19888 property is still physically set on the EOL.) Remove the specific
19889 tests for awk-mode, thus facilitating the introduction of other
19890 language modes where EOLs can end statements.
19891 (Note: The funtionality in cc-cmds.el, specifically
19892 c-beginning/end-of-statement has yet to be amended.)
19894 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19897 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19898 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19899 c-vsemi-status-unknown-p-fn (in a new page).
19901 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19902 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19903 numerous awkward forms like
19904 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19905 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19906 variable before-ws-ip, the place just after char-before-ip appears.
19908 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19911 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19913 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19914 `c-tentative-buffer-changes'.
19916 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19917 convert to macro to choose between Emacs and XEmacs at compile time.
19919 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19921 (c-tentative-buffer-changes): New macro to handle temporary buffer
19922 changes in a convenient way.
19924 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19925 for `c-tentative-buffer-changes'.
19927 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19928 the checks for paren sexps between the point and the keyword, to
19929 avoid some false alarms.
19931 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19932 Fixed a situation where an error could be thrown for unbalanced
19933 parens. Changed to make use of c-keyword-member' to avoid some
19934 repeated regexp matches.
19936 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19937 These language variable are no longer necessary.
19939 (c-block-stmt-kwds): New language constant used by
19940 c-looking-at-inexpr-block'.
19942 (c-guess-basic-syntax): Remove an optional check that looked at
19943 the existence of the now removed language variables.
19945 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19946 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19947 object instantiation expressions as declarations in some contexts.
19948 This bug only affected languages where the declarator can't be
19949 enclosed in parentheses.
19951 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19952 insert newlines before and after substatement braces.
19954 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19955 function declaration headers and the handling of C++ style member
19958 (c-just-after-func-arglist-p): Rewritten to use
19959 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19961 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19963 (c-guess-basic-syntax): Adapt case 5B for the new
19964 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19965 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19966 covers all cases now).
19968 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19972 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19973 c-string-par-start/separate c-sentence-end-with-esc-eol,
19974 initialised in c-setup-paragraph-variables, used in string
19975 scanning subroutines of c-beginning-of-statement.
19977 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19978 which precedes the newly inserted `{'.
19980 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19982 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19983 function for declaration level blocks. It should now cope with
19984 templates better and also be a lot more comprehensible.
19986 (c-looking-at-decl-block): The new function.
19988 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19991 (c-add-class-syntax, c-guess-continued-construct)
19992 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19994 (c-decl-block-key): Change to tell apart ambiguous and
19995 unambiguous keywords. Pike specials are now handled directly in
19998 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19999 New language constants and variables to make the backward skip in
20000 `c-looking-at-decl-block' as tight as possible.
20002 (c-nonsymbol-token-char-list): New language constant.
20004 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20005 find balanced template arglists backwards.
20007 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20008 making char classes for `c-syntactic-skip-backward'.
20010 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20011 16D - can't be a class-close at that point.
20013 * progmodes/cc-engine.el (c-guess-basic-syntax)
20014 (c-add-class-syntax): Don't narrow out the enclosing declaration
20015 level. This makes everything a lot easier, and it was actually
20016 only four small places that needed it to work. Some places that
20017 previously did `widen' are removed now, which has the effect that
20018 `c-guess-basic-syntax' never will look at things outside the
20019 current narrowment now. The anchor position for `topmost-intro'
20020 is affected by this, but it was so bogus it was basically useless
20021 before, and now it's equally bogus but in a slightly different way.
20023 (c-narrow-out-enclosing-class): Gone.
20025 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20026 the narrowed region.
20028 (c-least-enclosing-brace): Remove silly optional argument.
20030 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20031 the point could be left directly after an open paren when finding
20032 the beginning of the first decl in the block.
20034 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20035 Specify which submatch to use.
20037 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20039 (c-decl-start-re): No longer any need for special treatment of
20040 ObjC due to the above.
20042 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20043 presumably follows C in that regard.
20045 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20046 New language constants to specify operator tokens inside
20047 identifiers in a more high level way.
20049 (c-opt-identifier-prefix-key): New internal language constant.
20051 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20052 (c-identifier-start, c-identifier-key): Now completely calculated
20053 from other constants.
20055 (c-identifier-last-sym-match): Decommission since it's no longer used.
20057 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
20059 * progmodes/cc-engine.el (c-forward-name): Remove the
20060 optimization when c-identifier-key is equal to c-symbol-key since
20061 it doesn't work in byte compiled files. Don't record empty
20062 regions as identifiers.
20064 * progmodes/cc-langs.el (c-filter-ops): New helper function to
20065 simplify access to `c-operators' and its likes.
20067 (c-operator-list, c-all-op-syntax-tokens)
20068 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20069 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20070 (c-primary-expr-regexp, c-cast-parens): Use it.
20072 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20073 an explicit language in functions.
20075 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20076 variant of adornment.
20078 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20081 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20084 * progmodes/cc-engine.el (c-on-identifier)
20085 (c-simple-skip-symbol-backward): Small fix for handling "-"
20086 correctly in `skip-chars-backward'. Affected the operator lfun
20089 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20090 diagnostic message about precompiled language vars not being used.
20092 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20093 "__attribute__" is followed by a parenthesis.
20095 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20096 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20097 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20099 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20100 Internal cleanups to properly detect the declared identifiers in
20101 various declarations.
20103 (c-decl-start-kwds): New language constant to recognize
20104 declarations that can start anywhere. Used for class declarations
20107 (c-specifier-key, c-not-decl-init-keywords)
20108 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20109 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20111 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20112 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20113 handling of the compiler specific extension keywords into a new
20114 language constant `c-decl-hangon-kwds' that defines keyword
20115 clauses to be ignored in declarations.
20117 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20118 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20119 Necessary to stop at the declared identifier in e.g. IDL valuetype
20122 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20123 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20124 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20125 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20126 class and enum declarations as such and not as part of the type.
20128 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20129 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20131 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20132 declarations when there's some syntax error later on.
20134 (c-complex-decl-matchers): Did away with a reference to
20137 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20138 value - this variable is always dynamically bound.
20140 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20141 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20142 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20143 functions that might do hidden buffer changes: All such internal
20144 functions are now marked instead of those that don't.
20146 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20147 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20148 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20149 (c-literal-type): Allow these functions to make hidden buffer changes,
20150 so that they are free to use text property caching later on.
20152 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20153 (c-electric-brace, c-electric-slash, c-electric-star)
20154 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20155 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20156 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20157 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20158 with the changed semantics of the functions above.
20160 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20161 when macros occur in obscure places. Optimized the sexp movement
20164 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20166 Enhancements for c-beginning-of-statement to work in AWK Mode:
20168 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20169 (completed statement) with `}' (statement completed by closing
20170 brace or semicolon) and `$' (statement completed by EOL).
20172 (c-awk-virtual-semicolon-ends-prev-line-p)
20173 (c-awk-virtual-semicolon-ends-line-p)
20174 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20175 (c-awk-at-statement-end-p): New functions.
20177 * progmodes/cc-cmds.el: Simplify the structure of functions
20178 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20179 two functions and c-beginning-of-statement to handle AWK Mode.
20181 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20182 c-backward-single-comment for AWK mode. Attempt to clarify their
20185 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20187 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20189 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20190 label handling. Labels are now recognized in a uniform and more
20191 robust way, regardless of context. Text properties are put on all
20192 labels to recognize the following declarations better.
20193 Multiword labels are handled both in indentation and fontification for
20194 the benefit of language extensions like Qt. For consistency, keywords
20195 in labels are now fontified with the label face instead.
20196 That also applies to "case" and "default".
20198 (c-beginning-of-statement-1): Fix some bugs in the label
20199 handling. Disregard `c-nonlabel-token-key' in labels that begin
20200 with `c-label-kwds'.
20202 (c-find-decl-spots): Support that the callback adds more
20203 `c-decl-end' spots to find.
20205 (c-forward-decl-or-cast-1): Don't treat a list of plain
20206 identifiers followed by a colon as a declaration.
20208 (c-forward-label): New function to recognize labels.
20210 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20211 `c-forward-label'. Moved the label recognition cases (14 and 15)
20212 earlier since they aren't so context sensitive now. Handle labels
20213 on the top level gracefully. Moved access label recognition to
20214 the generic label case (CASE 15) - removed CASE 5E.
20216 (c-font-lock-declarations): Add recognition of labels in the
20217 same round since we need to handle labels in parallell with other
20218 declarations to recognize both accurately. It should also improve
20221 (c-simple-decl-matchers, c-basic-matchers-after):
20222 Move `c-font-lock-labels' so that it only is used on decoration level 2
20223 since `c-font-lock-declarations' handles it otherwise.
20225 (c-complex-decl-matchers): Remove the simplistic recognition of
20228 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20229 with labels earlier.
20231 (c-decl-start-re): New language variable to make
20232 `c-font-lock-declarations' stop for the special protection labels
20233 in Objective-C that start with `@'.
20235 (c-label-key): Remove since it's no longer used.
20237 (c-recognize-colon-labels, c-label-prefix-re): New language
20238 constants to support recognition of generic colon-terminated labels.
20240 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20241 are colon terminated labels.
20243 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20244 first argument starts with a special brace list.
20246 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20247 (c-font-lock-declarations): Break out the declaration and cast
20248 recognition from `c-font-lock-declarations' to a new function, so
20249 that it can be used in the indentation engine.
20251 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20252 up to the start of the literal. Fixed bug with the point on the
20253 wrong side of the search limit that could happen when the start
20254 position is inside a literal.
20256 * progmodes/cc-engine.el (c-parse-state)
20257 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20258 so that it's kept a little bit back to increase the hit rate.
20260 (c-parse-state): Change the macro handling and fixed some
20261 glitches. Macro context is checked more often than necessary now,
20262 but otoh less garbage conses are generated.
20264 * progmodes/cc-engine.el (c-parse-state)
20265 (c-invalidate-state-cache): Cache the last position where
20266 `c-state-cache' applies. This can speed up refontification quite
20267 a bit in blocks where there are many non-brace parens before the point.
20269 (c-state-cache-end): New variable for this.
20271 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20274 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20275 get close initial continue positions when the start position is
20276 inside a literal or macro. Do not call the callback for spots
20277 before the start position (which can happen e.g. for `c-decl-end'
20278 spots inside comments). Optimize better in special cases when the
20279 region is a single line inside a literal or macro (typically when
20280 the current line is refontified).
20282 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20283 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20284 entries from the paren state.
20286 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20287 special case for "else if" clauses.
20289 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20290 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20292 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20293 New language variable to recognize the gcc extension with statement
20294 blocks inside expressions.
20296 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20297 it somewhat more comprehensible. The argument AT-BLOCK-START is
20298 no longer used and hence removed.
20300 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20301 to `c-add-stmt-syntax'.
20303 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20304 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20305 This fixes bogus label recognition.
20307 * progmodes/cc-engine.el (c-add-type, c-check-type)
20308 (c-forward-name, c-forward-type): Improve storage of template
20309 types in `c-found-types' so that they can be recognized better.
20311 (c-syntactic-content): Add option to skip past nested parens.
20313 * progmodes/cc-engine.el (c-forward-name):
20314 Set `c-last-identifier-range' all the time. It's less work that way.
20315 Handle that there might not be an identifier to store in
20316 `c-last-identifier-range'.
20318 (c-forward-type): Handle that `c-last-identifier-range' might be
20319 nil from `c-forward-name'.
20321 * progmodes/cc-defs.el (c-safe-scan-lists)
20322 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20324 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20325 to work even if the form fails.
20327 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20328 down in a large file in one go.
20330 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20332 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20333 function which is like `c-lineup-math' but returns nil instead of
20334 `c-basic-offset' when it doesn't match.
20336 (c-lineup-math): Change to use `c-lineup-assignments'.
20338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20340 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20341 c-beginning-of-statement. New subfunctions
20342 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20346 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20347 hardcoded char classes whereever possible. Changed a couple of
20348 places to use skip by syntax instead of skip by char class.
20350 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20351 Fix a bug in the regexp that caused extreme backtracking.
20353 * progmodes/cc-langs.el (c-block-comment-starter)
20354 (c-block-comment-ender): New language constants to specify in a
20355 single place how block comments look.
20357 (c-comment-start-regexp, c-block-comment-start-regexp)
20358 (comment-start, comment-end, comment-start-skip)
20359 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20360 (c-syntactic-ws, c-nonempty-syntactic-ws)
20361 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20362 `c-line-comment-starter', `c-block-comment-starter' and
20363 `c-block-comment-ender'.
20365 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20366 New language constants to break up things a bit.
20368 (c-simple-ws): New language constant for simple whitespace.
20370 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20372 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20373 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20374 newlines. Allow and ignore nil elements in the list.
20376 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20378 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20379 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20381 * progmodes/cc-cmds.el: Tidy up the comments in
20382 c-beginning-of-statement and subfunctions.
20384 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20385 more flexible c-put-char-property and c-clear-char-properties.
20386 Add the author's email address.
20388 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20390 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20391 closing "*/" of a block comment.
20393 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20394 subfunctions) so that it works at BOB and EOB.
20396 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20397 c-beginning-of-statement, including new variable
20398 c-block-comment-start-regexp.
20400 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20402 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20403 symbols from `*-font-lock-extra-types' so that there's no need to
20404 use `regexp-opt' on those lists.
20406 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20407 `c-type-modifier-kwds' is empty.
20409 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20410 there are several strings on the same line.
20412 * progmodes/cc-engine.el (c-literal-limits): Remove the
20413 compatibility function for older emacsen. `c-literal-limits-fast'
20414 has now taken the place of this function.
20416 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20417 with older emacsen: We now require `pps-extended-state'.
20419 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20421 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20422 which obviates the need to hack sentence-end. This now handles
20423 escaped newlines in strings correctly. Correct minor bugs in
20424 c-move-over-sentence and in c-beginning-of-statement.
20426 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20427 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20428 that movement over macros and code are rigorously separated from
20429 eachother. Correct a few incidental bugs.
20431 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20432 Improve its doc-string. Improve the handling of certain specific cases.
20434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20436 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20437 (c-guess-basic-syntax): Change the way class-level labels are
20438 recognized; they can now contain essentially any symbols.
20440 (c-opt-extra-label-key): New language variable to cope with the
20441 special protection label syntax in Objective-C.
20443 (c-opt-access-key): Remove; this is now handled better by
20444 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20446 (c-complex-decl-matchers): Update to handle that
20447 `c-opt-access-key' no longer exists.
20449 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20450 improved label recognition in `c-beginning-of-statement-1'.
20452 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20453 Recognize bitfields better.
20455 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20456 Remove some cruft and fixed a bug that could cause it to go to a
20457 position further down.
20459 * progmodes/cc-langs.el, cc-engine.el
20460 (c-beginning-of-statement-1): Improve detection of labels in
20461 declaration contexts.
20463 (c-beginning-of-decl-1): Use it.
20465 (c-nonlabel-token-key): New language constant and variable needed
20466 by `c-beginning-of-statement-1'.
20468 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20469 manifested itself due to the correction in `c-forward-sexp'.
20471 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20472 Make these behave as documented when used at the buffer limits.
20474 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20475 (c-type-decl-end-used): Made this a language variable.
20477 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20478 correctly when `combine-after-change-calls' is used together with
20479 temporary narrowings.
20481 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20482 Report labels correctly when the start point is immediately after the
20485 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20486 Remove since it isn't used anymore.
20488 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20489 bracket arglists such as template parens in C++.
20491 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20492 in the last check-in. Some optimization.
20494 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20495 where it could stop at the same level in a preceding sexp when
20496 PAREN-LEVEL is set.
20498 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20499 text property lookup only when it's needed.
20501 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20502 Change the policy for paren marked angle brackets to be more
20503 persistent; once marked they remain marked even when they're found
20504 to be unbalanced in the searched region. This should keep the
20505 paren syntax around even when individual lines are refontified in
20506 multiline template arglists.
20508 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20509 to control markup so that incorrect angle bracket arglists aren't
20510 marked in contexts where the correct value for
20511 `c-disallow-comma-in-<>-arglists' isn't known.
20513 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20514 argument has become `c-parse-and-markup-<>-arglists'.
20516 (c-remove-<>-arglist-properties): Remove - no longer used.
20518 (c-after-change-check-<>-operators): New function used on
20519 `after-change-functions' to avoid that "<" and ">" characters that
20520 are part of longer operators have paren syntax.
20522 (c-<>-multichar-token-regexp): New language variable used by
20523 `c-after-change-check-<>-operators'.
20525 (c-after-change): Call `c-after-change-check-<>-operators'.
20527 (c-font-lock-<>-arglists): Use the context properties set by
20528 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20529 correctly to avoid doing invalid markup.
20531 (c-font-lock-declarations): Remove code that undoes the invalid
20532 markup done by `c-font-lock-<>-arglists'.
20534 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20535 after `c-font-lock-declarations'.
20537 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20538 Add paren-level feature.
20540 (c-guess-basic-syntax): Improve the anchor position for
20541 `template-args-cont' in nested template arglists. There's still
20542 much to be desired in this area, though.
20544 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20546 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20547 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20551 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20552 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20554 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20555 it doesn't work no longer are supported.
20557 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20558 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20559 requires support for the syntax-table' text property, which rules
20560 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20561 cruft associated with those versions.
20563 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20564 for the `syntax-table' text property, which rules out Emacs 19 and
20565 XEmacs < 21.4. Removed various compatibility cruft associated
20566 with those versions.
20568 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20569 support for the `syntax-table' text property.
20571 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20572 variable and use an extra quoted face name instead. All the
20573 emacsen flavors handle that correctly.
20575 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20576 (c-font-lock-declarators, c-font-lock-declarations)
20577 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20578 property to mark the items in in declarator lists to handle
20579 refontification inside multiline declarations better.
20581 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20582 construct like "a * b = c;" as a declaration.
20584 2005-12-08 Kim F. Storm <storm@cua.dk>
20586 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20587 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20588 select either meta, hyper, or super modifier for rectangle commands.
20589 (cua--rectangle-modifier-key): New defvar.
20590 (cua--M/H-key): Use it. Remove special case for `space'.
20591 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20592 on X, to meta otherwise. Always bind C-return to toggle
20593 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20595 * emulation/cua-rect.el (cua-help-for-rectangle):
20596 Use cua--rectangle-modifier-key. Handle super modifier too.
20597 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20598 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20600 * ido.el: Move Acknowledgements and History after Commentary.
20601 Minor changes to Commentary.
20603 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20604 keymap if cua--prefix-override-timer is `shift'.
20605 (cua--shift-control-prefix): New function; emulate "type prefix
20606 key twice" functionality to handle shifted prefix key override.
20607 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20609 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20611 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20613 * textmodes/org.el (org-insert-heading): Try to do items before
20615 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20616 (org-insert-item): New function.
20617 (org-renumber-ordered-list): Don't skip to higher level lists.
20619 2005-12-08 Juri Linkov <juri@jurta.org>
20621 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20623 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20625 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20627 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20628 the constructed function name fun-1.
20630 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20631 because such links don't lead to parent documentation.
20633 2005-12-08 Kenichi Handa <handa@m17n.org>
20635 * descr-text.el (describe-char): Use *Help-2* buffer if the
20636 current buffer is *Help*. Call describe-text-properties while
20637 setting the original buffer.
20639 2005-12-07 Bill Wohler <wohler@newt.com>
20641 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20642 and causes problems with non-MH users (such as Gnus users).
20644 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20646 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20647 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20648 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20649 command "info sources". Move calls to GDB command "list".
20650 (gdb-find-file-hook): Just use gdb-source-file-list.
20651 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20652 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20653 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20654 (gdb-data-list-register-values-handler): Use correct trigger name.
20656 2005-12-07 Kim F. Storm <storm@cua.dk>
20658 * ido.el (ido-completion-map): Rename from ido-mode-map.
20659 (ido-common-completion-map, ido-file-completion-map)
20660 (ido-file-dir-completion-map, ido-buffer-completion-map):
20661 Rename from ido-mode-....-map.
20662 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20663 (ido-setup-completion-map): Rename from ido-define-mode-map.
20664 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20665 to ido-completion-map.
20667 2005-12-07 Kenichi Handa <handa@m17n.org>
20669 * international/mule-cmds.el
20670 (set-display-table-and-terminal-coding-system): If the coding
20671 system specified in `unibyte-display' property is different from
20672 the arg coding-system, don't setup standard-display-table.
20674 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20676 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20677 that comments end at \n, regardless of selective-display.
20679 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20681 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20682 (gdb-version): New variables.
20683 (gdb-source-file-list, gdb-register-names)
20684 (gdb-changed-registers): New variables for use with GDB 6.4+.
20685 (gdb-ann3): Replace with...
20686 (gdb-init-1, gdb-init-2): ...two new functions.
20687 (gdba, gdb-prompt): Call gdb-init-1.
20688 (gdb-get-version): New function. Call gdb-init-2 from here.
20689 (gud-watch): Make it work with mouse events too.
20690 (gdb-post-prompt): Don't add to queue until GDB version is known.
20691 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20692 (gdb-locals-mode): Use gdb-version.
20693 (gdb-memory-format-map, gdb-memory-unit-map)
20694 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20695 (gdb-locals-font-lock-keywords-1)
20696 (gdb-locals-font-lock-keywords-2): New variables.
20697 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20698 (gdb-set-gud-minor-mode-existing-buffers-1)
20699 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20700 (gdb-var-update-1, gdb-var-update-handler-1)
20701 (gdb-data-list-register-values-handler)
20702 (gdb-data-list-register-values-custom)
20703 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20704 (gdb-stack-list-locals-handler, gdb-get-register-names):
20705 New functions for use with GDB 6.4+.
20706 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20707 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20708 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20709 (gdb-stack-list-locals-regexp)
20710 (gdb-data-list-register-names-regexp): New regexps for use with
20713 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20715 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20717 2005-12-06 Nozomu Ando <nand@mac.com>
20719 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20720 prompts work for AUTH PLAIN. Also reported by Steve Allan
20721 <seallan@verizon.net>.
20723 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
20725 * frame.el (set-frame-parameter): Add doc string.
20727 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20729 * textmodes/org.el (org-occur-highlights): New variable.
20730 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20731 (org-highlight-sparse-tree-matches): New option.
20732 (org-do-occur): New function.
20733 (org-get-heading): Make it work also at beginning of line.
20734 (org-category-table): New variable.
20735 (org-get-category-table, org-get-category)
20736 (org-camel-to-words, org-link-search): New functions.
20737 (org-select-this-todo-keyword): New variable.
20738 (org-todo-list): New command.
20739 (org-shiftright, org-shiftleft): New commands.
20740 (org-agenda-todo): Add prefix argument.
20741 (org-show-hierarchy-above): New option.
20742 (org-show-todo-tree): Numerical prefix creates tree for specific
20744 (org-outline-level): New function, to assign a level to plain
20746 (org-cycle-include-plain-lists): New option.
20747 (org-mode): Use `org-outline-level' as value of `outline-level'.
20748 (org-cycle): Temporarily switch `outline-regexp' if
20749 `org-cycle-include-plain-lists' is non-nil.
20750 (org-start-icalendar-file): Fix format bug.
20751 (org-agenda-get-day-entries): Create category table.
20752 (org-agenda-get-todos, org-agenda-get-timestamps)
20753 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20754 (org-agenda-get-blocks): Use `org-get-category'.
20755 (org-context-in-file-links): Rename from
20756 `org-line-numbers-in-file-links'.
20758 2005-12-06 Romain Francoise <romain@orebokech.com>
20760 * window.el (balance-windows): Delete extraneous third arg in call
20761 to `enlarge-window'.
20763 2005-12-06 Kenichi Handa <handa@m17n.org>
20765 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20767 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20769 * progmodes/gdb-ui.el (gdb-var-create-handler)
20770 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20771 (gdb-var-list-children-handler, gdb-var-update-handler):
20772 Current buffer is already gdb-partial-output-buffer, don't
20773 make it current again.
20775 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20777 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20778 (list-buffers-noselect): Use it.
20780 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20782 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20783 (mail-yank-ignored-headers): Use regexp-opt.
20784 (mail-mode-map): Move initialization into declaration.
20785 (mail-sent-via): Remove unused shadowed var `to-line'.
20786 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20787 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20788 (mail-do-fcc): Use dolist and push.
20789 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20790 (mail-yank-ignored-headers): Don't autoload.
20792 2005-12-05 Kenichi Handa <handa@m17n.org>
20794 * international/mule-cmds.el (set-language-info-internal): New fun.
20795 (set-language-info): Call set-language-info-internal to update
20796 language-info-alist. If LANG-ENV is the current one, call
20797 set-language-environment to make INFO effective now.
20798 (set-language-info-alist): Likewise.
20799 (locale-language-names): With locale "en", use English
20800 lang. env. but set the default codings to iso-8859-1.
20802 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20804 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20805 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20806 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20808 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20809 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20810 Create registers buffer if necessary. Echo new state in minibuffer.
20811 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20813 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20815 * info.el (Info-fontify-node): Match external links using
20816 non-directory part of filename.
20818 2005-12-04 Juri Linkov <juri@jurta.org>
20820 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20821 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20822 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20823 because there is no customization option for it.
20825 * font-lock.el (lisp-font-lock-keywords-1):
20826 Add define-global-minor-mode.
20828 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20830 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20831 properties on the constructed variable names.
20833 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20834 Put `definition-name' properties on the constructed function names
20835 next-sym and prev-sym.
20837 * emacs-lisp/find-func.el (find-function-regexp):
20838 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20839 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20840 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20841 and easy-menu-define.
20843 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20844 easy-mmode-define-global-mode and define-global-minor-mode.
20845 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20847 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20848 instead of easy-mmode-define-global-mode.
20850 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20851 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20853 * cus-edit.el (customize-group, customize-group-other-window):
20854 Filter out autoloaded options from the group completion list by
20855 using heuristics that autoloaded groups don't have `custom-autoload'
20856 property on their symbols (they have only `custom-loads').
20858 * simple.el (completion-setup-function): Put completions-common-part
20859 face on complete completion string too (i.e. completion string
20860 without completions-first-difference face).
20862 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20864 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20866 * view.el (view-mode): Doc fix.
20868 * disp-table.el (standard-display-european): Add to the warning
20869 message a reference to the doc string.
20871 * play/yow.el (apropos-zippy): Call print-help-return-message,
20872 similar to other Help and Apropos commands.
20874 * help.el (print-help-return-message): If pop-up-frames is
20875 non-nil, set up help-return-method to delete the help window and,
20876 possibly, its frame as well, and don't display message about
20877 scrolling the help window. Doc fix.
20878 (help-return-method): Doc fix.
20880 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20882 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20883 whereby names of length one or names starting with a
20884 symbol-constituent character would not be returned.
20886 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
20888 * subr.el (atomic-change-group): Add edebug and indentation spec.
20890 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20892 * completion.el (save-completions-file-name): Fix typo in last change.
20894 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20896 * info.el: Move back/forward history to the beginning of the tool bar.
20898 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20900 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20901 Add fset of allout-real-isearch-abort during compile to fix
20902 byte-compilation warnings.
20903 (allout-mode-p): Move definition of this macro above all uses, or
20904 byte compilation in barren Emacs (eg, during Emacs build) will
20905 lack the definition.
20906 (allout-mode): Move this variable above any uses, or byte
20907 compilation will fail.
20908 (allout-resolve-xref): Remove use of personal file-reference function.
20909 (allout-toggle-current-subtree-encryption): Do the current (ie,
20910 visible containing) topic, rather than nearest around point. Doc fix.
20911 (allout-toggle-subtree-encryption): New function, workhorse that
20912 works on nearest topic containing point.
20913 (allout-encrypt-string): Signal requirement for newer version of pgg.
20914 (allout-resumptions): Doc fix.
20916 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20918 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20920 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20922 * textmodes/flyspell.el (flyspell-external-point-words):
20923 Consider a misspelling as found in the string search if: (a) misspelling
20924 and found string lengths match, or (b) misspelling is found as
20925 element in a boundary-chars separated longer string, or (c)
20926 ispell-program-name is really ispell and misspelling is found as
20927 part of a TeX string. After successful match move beginning of
20928 search region to end of match. Warn about not found misspellings
20929 once the process is done.
20930 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20932 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20934 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20935 tool bar (removed inadvertently).
20937 2005-12-02 Juri Linkov <juri@jurta.org>
20939 * log-view.el (log-view-diff): Clarify doc string.
20941 2005-12-01 Bill Wohler <wohler@newt.com>
20943 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20944 triggers lm-verify errors.
20946 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20948 * simple.el (transient-mark-mode, line-number-mode)
20949 (column-number-mode, size-indication-mode): Remove `:require nil'.
20951 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20953 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20954 in the margin also.
20955 (gdb-breakpoints-mode-map): Use D instead of d for
20956 gdb-delete-breakpoint.
20957 (gdb-get-frame-number): Require a number to match on.
20958 (gdb-threads-mode-map): Add follow-link binding.
20960 2005-11-30 Jason Rumney <jasonr@gnu.org>
20962 * isearch.el (isearch-mode-map): Avoid exiting search on
20963 language-change event.
20965 2005-11-30 Romain Francoise <romain@orebokech.com>
20967 * speedbar.el (speedbar-default-position): New defcustom.
20968 (speedbar-frame-reposition-smartly): Use it.
20970 * dframe.el (dframe-reposition-frame-emacs): Fix position
20971 computation for `left' location.
20972 Update copyright year.
20974 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20976 * help.el (help-map): Move initialization into declaration.
20978 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20980 * help-fns.el (help-argument-name): Don't autoload.
20981 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20982 to be re-loaded when customizing the `help' group.
20984 2005-11-30 John Paul Wallington <jpw@gnu.org>
20986 * help-fns.el (describe-function-1): Fill arglist output.
20988 2005-11-30 Kim F. Storm <storm@cua.dk>
20990 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20991 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20992 after revert-buffer (or anything else which kills all local variables).
20994 * apropos.el (apropos-parse-pattern): Doc fix.
20995 Set apropos-regexp directly, rather than expecting callers to do so.
20996 (apropos-command, apropos, apropos-value, apropos-documentation):
20997 Simplify calls to apropos-parse-pattern.
20999 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21001 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21002 (hi-lock-face-phrase-buffer): Use hi-yellow face.
21003 (hi-lock-write-interactive-patterns): Use comment-region.
21005 * longlines.el (longlines-mode): Add mail-setup-hook.
21007 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21009 * simple.el (sendmail-user-agent-compose, next-line):
21010 Conditionally use hard-newline.
21012 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
21014 * international/latexenc.el (latex-inputenc-coding-alist):
21017 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21019 * help.el (describe-key-briefly, describe-key): Recognize default
21022 2005-11-29 Romain Francoise <romain@orebokech.com>
21024 * view.el (view-inhibit-help-message): New defcustom.
21025 (view-mode-enter): Use it.
21027 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
21029 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21030 Preserve user position.
21032 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
21034 * font-lock.el: Throw error if facemenu is not loaded to prevent
21035 accidental change of loading order in loadup.el. (Suggested by RMS.)
21037 * loadup.el: Add comment explaining why facemenu must be loaded
21040 2005-11-28 Jay Belanger <belanger@truman.edu>
21042 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21043 (calc-dispatch-map): Add more keys for `calc-same-interface'.
21045 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21047 * calc/calc-embed.el (calc-do-embedded): Update help message.
21049 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21051 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21053 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21055 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21056 called-interactively-p.
21057 (elp-profilable-p): Rename from elp-not-profilable-p.
21058 Invert result and take into account macros and autoloaded functions.
21059 (elp-instrument-function): Update call.
21060 (elp-instrument-package): Update call. Add completion.
21061 (elp-pack-number): Use match-string.
21062 (elp-results-jump-to-definition-by-mouse): Merge into
21063 elp-results-jump-to-definition and then remove.
21064 (elp-output-insert-symname): Make help echo text single-line.
21066 * replace.el (query-replace-map): Move initialization into declaration.
21067 (occur-engine): Use with-current-buffer.
21068 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21069 (occur-mode-mouse-goto): Replace with an alias.
21071 2005-11-28 Juri Linkov <juri@jurta.org>
21073 * simple.el (quoted-insert): Let-bind input-method-function to nil.
21075 * term/w32-win.el: Bind [S-tab] to [backtab].
21077 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21078 `Info-find-file' to t.
21080 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21081 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21082 and same-window-regexps.
21083 (occur-next-error): Don't move point for arg 0.
21085 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
21087 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21089 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21091 * log-edit.el (log-edit-changelog-use-first): New var.
21092 (log-edit-changelog-ours-p): Use it.
21093 (log-edit-insert-changelog): Set it with new arg `use-first'.
21094 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21095 (log-edit-hook): Add them to the list of suggested options.
21097 * textmodes/flyspell.el (flyspell-last-buffer): New var.
21098 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21100 (flyspell-mode-on): Use add-hook for after-change-functions.
21101 (flyspell-mode-off): Use remove-hook for after-change-functions.
21102 (flyspell-changes): Make it buffer-local.
21103 (flyspell-after-change-function): Make it non-interactive. Use push.
21104 (flyspell-post-command-hook): Check input-pending-p while processing
21105 the potentially long list of buffer changes.
21107 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
21109 * buff-menu.el (list-buffers-noselect): Display the selected
21110 frame's buffer list, not the global one.
21112 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21114 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21115 that (list last-input-event) works as in interactive spec.
21117 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21119 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21120 `facemenu-keymap' needs to be defined when font-lock is loaded.
21121 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21123 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21125 * completion.el: Remove useless leading * in defcustom docstrings.
21126 (save-completions-file-name): Use ~/.emacs.d if available.
21127 (completion-standard-syntax-table): Rename from
21128 cmpl-standard-syntax-table and fold initialization into declaration,
21129 thus removing cmpl-make-standard-completion-syntax-table.
21130 (completion-lisp-syntax-table, completion-c-syntax-table)
21131 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21132 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21133 (symbol-under-point, symbol-before-point)
21134 (symbol-under-or-before-point, symbol-before-point-for-complete)
21135 (add-completions-from-c-buffer): Use with-syntax-table.
21136 (make-completion): Don't return a list of completion entries.
21138 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21139 (completion-initialize): Rename from initialize-completions.
21140 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21141 (kill-emacs-save-completions): Collect stats here.
21142 (save-completions-to-file, load-completions-from-file):
21143 Use with-current-buffer.
21144 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21145 into a function. Move all calls to toplevel.
21146 (completion-lisp-mode-hook): New fun.
21147 (completion-c-mode-hook, completion-setup-fortran-mode):
21148 Set the syntax-table here. Use local-set-key.
21149 (completion-saved-bindings): New var.
21150 (dynamic-completion-mode): Make it into a proper minor mode.
21151 (load-completions-from-file): Remove unused var `num-uses'.
21153 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21154 constructor if it is explicitly overridden.
21156 * complete.el (PC-completion-as-file-name-predicate):
21157 Use minibuffer-completing-file-name.
21158 (partial-completion-mode): Use find-file-not-found-functions.
21159 (PC-lisp-complete-symbol): Use with-syntax-table.
21160 (PC-look-for-include-file): Remove dead setq.
21161 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21162 (PC-complete): Use with-current-buffer.
21164 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21165 escape single quotes.
21167 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21169 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21170 of `if' whose condition always returned nil. Doc fix.
21172 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21173 window's buffer the current buffer around the call to
21174 `list-buffers-noselect'. This is necessary to mark that buffer
21175 with a `.' in the Buffer Menu when called from Lisp, for instance
21176 by Auto Revert Mode.
21178 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21180 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21182 (gdb-pre-prompt): Make sure gdb-error is reset.
21184 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21185 with a child process, detect it.
21186 (gud-speedbar-buttons): Match regexp more carefully.
21188 2005-11-27 Richard M. Stallman <rms@gnu.org>
21190 * mouse.el (mouse-drag-move-window-bottom):
21191 Use adjust-window-trailing-edge.
21193 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21195 * simple.el (blink-matching-open): Ignore
21196 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21197 (blink-matching-paren-on-screen): Update docstring.
21199 * paren.el (show-paren-mode): No longer change
21200 `blink-matching-paren-on-screen'.
21202 2005-11-27 John Paul Wallington <jpw@pobox.com>
21204 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21205 (gdb-threads-select, gdb-edit-register-value):
21206 Use `posn-set-point' instead of `mouse-set-point' because the
21207 latter is not fbound when configured without X.
21209 2005-11-27 Kim F. Storm <storm@cua.dk>
21211 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21212 existing face when partially highlighting a TAB in a rectangle.
21214 2005-11-26 Kim F. Storm <storm@cua.dk>
21216 * ido.el (ido-mode-map): Doc fix.
21217 (ido-mode-common-map, ido-mode-file-map)
21218 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21219 (ido-define-mode-map): Rewrite. Select one of the new maps as
21220 parent for ido-mode-map instead of building from scratch.
21221 (ido-init-mode-maps): New defun to initialize new maps.
21222 (ido-mode): Call it.
21223 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21224 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21226 2005-11-26 John Paul Wallington <jpw@pobox.com>
21228 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21229 `mouse-set-point' because the latter is not fbound when configured
21232 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21234 * files.el (file-relative-name): Doc fix.
21236 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21238 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21239 non-empty string for secondary prompt PS2.
21241 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21243 * progmodes/compile.el (compilation-setup): Fix last change.
21245 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21247 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21248 (gdb-mouse-toggle-breakpoint-margin)
21249 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21250 Add gdb-server-prefix to keep out of command history.
21251 (gdb-edit-register-value): New function.
21252 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21253 (gdb-info-registers-custom): Use above map.
21255 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21257 * custom.el (enable-theme): Signal error if argument is not a
21258 theme. Don't recalculate a face if it's not loaded yet.
21260 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21261 the `user' theme is in effect.
21263 * info.el (Info-on-current-buffer): Record actual filename in
21264 Info-current-file, instead of t, or a fake filename if a non-file
21265 buffer. Make autoload.
21266 (Info-find-node, Info-revert-find-node): No need to check for
21267 Info-current-file nil.
21268 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21269 Info-current-file is now never `t'.
21270 (Info-fontify-node): Many simplifications due to Info-current-file
21271 always being valid. Use Info-find-file to find node filename.
21273 2005-11-25 David Kastrup <dak@gnu.org>
21275 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21276 new character, then delete" in order to preserve markers.
21278 2005-11-25 David Ponce <david@dponce.com>
21280 * recentf.el (recentf-arrange-by-rule): Handle a special
21281 `auto-mode-alist'-like "strip suffix" rule.
21282 (recentf-build-mode-rules): Handle second level auto-mode entries.
21284 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21286 * emulation/viper-keym.el (viper-ESC-key): Use different values
21287 in terminal and window modes.
21289 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21290 add jde-javadoc-checker-report-mode.
21292 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21294 * ediff.el (ediff-date): Change the date of last update.
21296 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21298 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21299 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21300 (hi-lock-mode): New global minor mode.
21301 (turn-on-hi-lock-if-enabled): New function.
21302 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21303 Change arguments to regexp and face instead of a font-lock pattern.
21304 Directly set face property, instead of refontifying.
21305 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21306 (hi-lock-find-patterns): Use line-number-at-pos.
21308 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21309 arguments for hi-lock-set-pattern.
21310 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21311 Call font-lock-fontify-buffer.
21312 (hi-lock-find-file-hook, hi-lock-current-line)
21313 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21315 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21318 * progmodes/compile.el (compilation-setup): Don't fiddle with
21319 font-lock-defaults.
21321 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21323 * progmodes/gdb-ui.el (gdb-var-create-handler)
21324 (gdb-var-list-children-handler): Find values for all variable
21325 objects. gud-speedbar-buttons decides whether to display them.
21327 2005-11-24 Romain Francoise <romain@orebokech.com>
21329 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21330 buffer name with a space.
21332 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21334 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21335 `org-export-local-list-max-depth'. Change default value to 3.
21336 (org-auto-renumber-ordered-lists)
21337 (org-plain-list-ordered-item-terminator): New options.
21338 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21339 (org-get-indentation, org-get-string-indentation)
21340 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21342 (org-move-item-down, org-move-item-up): New commands.
21343 (org-export-as-html): New classes for CSS support. Bug fix in
21344 regular expression detecting fixed-width regions. Respect
21345 `org-local-list-ordered-item-terminator'.
21346 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21348 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21349 New item moving functions.
21351 2005-11-24 Juri Linkov <juri@jurta.org>
21353 * isearch.el (isearch-repeat): With empty search ring set
21354 `isearch-error' to the error string instead of signaling error
21355 with the function `error'.
21357 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21359 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21361 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21363 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21365 (gdb-var-create-handler, gdb-var-list-children-handler):
21366 Don't match on "char **...".
21367 (gdb-var-update-handler): Find values for all variable objects.
21368 (gdb-info-frames-custom): Identify frames by leading "#".
21370 * progmodes/gud.el (gud-speedbar-menu-items): Add
21371 gdb-speedbar-auto-raise as radio button.
21372 (gud-speedbar-buttons): Raise speedbar if requested.
21373 Don't match on "char **...".
21374 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21377 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21379 * info.el (Info-fontify-node): Handle the case where
21380 Info-current-file is t.
21382 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21384 * simple.el (blink-matching-open): Fix off-by-one in last change.
21386 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21388 * term/mac-win.el: Don't change default directory.
21390 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21392 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21393 buffers correctly. (It used to throw an error in such buffers.)
21394 Make it ask for confirmation in group buffers and other Custom
21395 buffers containing more than one customization item.
21397 2005-11-22 John Paul Wallington <jpw@gnu.org>
21399 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21400 property on mail and url overlays.
21401 (goto-address-at-point): Use `posn-set-point' instead of
21402 `mouse-set-point' because the latter is not fbound when configured
21405 2005-11-22 Lars Hansen <larsh@soem.dk>
21407 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21408 (ls-lisp-classify, ls-lisp-format): Delete call to
21409 ls-lisp-parse-symlink.
21410 (ls-lisp-handle-switches): Handle symlinks to directories as
21411 directories when ls-lisp-dirs-first in non-nil.
21413 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21415 * startup.el (command-line): Make sure that loaddefs.el is handled
21416 correctly in load-history.
21418 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21420 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21421 (gdb-struct-string, gdb-array-string): New constants.
21422 (gdb-info-locals-handler): Use them.
21423 (gdb-reset): Reset gdb-var-list to nil.
21425 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21427 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21430 2005-11-21 Juri Linkov <juri@jurta.org>
21432 * custom.el (defcustom): Update link types in docstring.
21434 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21436 * custom.el (defgroup): Add doc-string-elt info.
21438 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21440 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21442 * newcomment.el (comment-enter-backward): Fix last fix.
21444 * simple.el (blink-matching-open):
21445 * paren.el (show-paren-function): Allow new paren-class info.
21447 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21449 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21450 handled automagically.
21452 2005-11-20 Andreas Schwab <schwab@suse.de>
21454 * descr-text.el (describe-char): When copying overlays put them
21455 over the full char description instead of just the first character
21458 2005-11-20 Juri Linkov <juri@jurta.org>
21460 * simple.el (what-cursor-position):
21461 * descr-text.el (describe-char): Use Lisp-readable syntax
21462 for octal and hex. Reorder decimal, octal and hex values.
21463 Remove excess whitespace in the output. Use `=' in `column='
21464 like in `point=' and `Hscroll='.
21466 * international/mule-cmds.el (encoded-string-description):
21467 Use Lisp-readable syntax for hex.
21469 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21471 * newcomment.el (comment-enter-backward): Handle the case where the
21472 comment is closed by EOB.
21474 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21476 * longlines.el (longlines-before-revert-hook)
21477 (longlines-after-revert-hook): New functions.
21478 (longlines-mode): Turn off longlines temporarily when reverting.
21479 Add a message-setup-hook.
21480 (longlines-decode-buffer): New function.
21481 (longlines-wrap-line): Preserve marker positions.
21483 2005-11-19 Andreas Schwab <schwab@suse.de>
21485 * emacs-lisp/shadow.el: Handle compressed files.
21487 2005-11-19 Romain Francoise <romain@orebokech.com>
21489 * net/browse-url.el (browse-url-default-browser): Signal an error
21490 if no usable browser can be found, rather than try to load w3.
21492 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21494 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21495 replacing existing properties.
21496 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21497 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21499 (rcirc-server-prefix, rcirc-server): New faces.
21500 (rcirc-url-regexp): Generate with rx macro.
21501 (rcirc-last-server-message-time): New variable.
21502 (rcirc-filter): Record time of last message.
21503 (rcirc-keepalive): Kill processes that did not send a message
21504 since the last ping.
21505 (rcirc-mode): Give rcirc-topic a local binding here.
21507 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21509 * subr.el (read-passwd): Fontify the prompt as we do with other
21512 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21514 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21515 binding buffer-read-only to nil.
21517 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21519 * complete.el (partial-completion-mode):
21520 Mention completion-auto-help in the doc string.
21522 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21525 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21527 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21528 digits, not 8, to avoid misalignment for files larger than 100MB.
21530 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21532 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21533 Mention "keyboard shortcuts" in the help text.
21535 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21537 * startup.el (fancy-splash-default-action): Discard only
21538 mouse-down and succeeding mouse-up events in the splash screen
21539 window so that drag-n-drop event can be processed.
21541 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21543 * longlines.el (longlines-mode): Add hacks for mail-mode and
21546 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21548 * textmodes/org.el (org-table-sort-lines): New command.
21549 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21550 (org-add-file): Command removed, use `org-agenda-file-to-front'
21552 (org-export-icalendar): Use `org-icalendar-combined-name'.
21553 (org-cycle-agenda-files, org-agenda-file-to-end)
21554 (org-agenda-file-to-front): New commands.
21555 (org-table-tab-jumps-over-hlines, org-export-html-style):
21557 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21558 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21560 (org-fill-paragraph): Call `org-table-align' in tables.
21561 (org-mode): Call `org-set-autofill-regexps'.
21562 (org-export-as-html): Support for local handformatted lists.
21563 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21564 (org-export-local-list-max-depth): New option.
21565 (org-html-expand): Use `org-html-protect'.
21567 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21569 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21571 (gdb): Move definition of gud-pp to...
21573 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21575 (gdb-find-watch-expression): New function.
21577 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21579 * faces.el (face-attribute, set-face-attribute): Mention existence
21580 of `:ignore-defface' setting in docstring.
21582 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21584 * simple.el (completion-setup-function): Fix last change.
21586 2005-11-17 John Paul Wallington <jpw@pobox.com>
21588 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21589 Use `posn-set-point' instead of `mouse-set-point' because the
21590 latter is not fbound when configured without X.
21592 * comint.el (comint-insert-input): Likewise.
21594 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21596 * simple.el (hard-newline): New variable.
21597 (sendmail-user-agent-compose, next-line): Use it.
21599 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21600 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21601 (mail-mail-reply-to, mail-mail-followup-to)
21602 (mail-position-on-field, mail-signature, mail-yank-original)
21603 (mail-attach-file): Likewise.
21605 * mail/mailheader.el (mail-header-format)
21606 (mail-header-format-function): Likewise.
21608 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21610 2005-11-17 Juri Linkov <juri@jurta.org>
21612 * font-lock.el (font-lock-faces): Rename this defgroup from
21613 `font-lock-highlighting-faces'.
21614 (font-lock-comment-face, font-lock-comment-delimiter-face)
21615 (font-lock-string-face, font-lock-doc-face)
21616 (font-lock-keyword-face, font-lock-builtin-face)
21617 (font-lock-function-name-face, font-lock-variable-name-face)
21618 (font-lock-type-face, font-lock-constant-face)
21619 (font-lock-warning-face, font-lock-negation-char-face)
21620 (font-lock-preprocessor-face)
21621 (font-lock-regexp-grouping-backslash)
21622 (font-lock-regexp-grouping-construct): Rename :group from
21623 `font-lock-highlighting-faces' to `font-lock-faces'.
21625 * cus-edit.el (lisp, c, tex):
21626 * progmodes/ada-mode.el (ada):
21627 * progmodes/asm-mode.el (asm):
21628 * progmodes/cperl-mode.el (cperl-faces):
21629 * progmodes/cpp.el (cpp):
21630 * progmodes/dcl-mode.el (dcl):
21631 * progmodes/f90.el (f90):
21632 * progmodes/fortran.el (fortran):
21633 * progmodes/icon.el (icon):
21634 * progmodes/idlwave.el (idlwave-misc):
21635 * progmodes/m4-mode.el (m4):
21636 * progmodes/make-mode.el (makefile):
21637 * progmodes/meta-mode.el (meta-font):
21638 * progmodes/modula2.el (modula2):
21639 * progmodes/octave-mod.el (octave):
21640 * progmodes/pascal.el (pascal):
21641 * progmodes/perl-mode.el (perl):
21642 * progmodes/prolog.el (prolog):
21643 * progmodes/ps-mode.el (PostScript-edit):
21644 * progmodes/scheme.el (scheme):
21645 * progmodes/sh-script.el (sh-script):
21646 * progmodes/simula.el (simula):
21647 * progmodes/tcl.el (tcl):
21648 * textmodes/nroff-mode.el (nroff):
21649 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21650 * textmodes/sgml-mode.el (sgml):
21651 * textmodes/texinfo.el (texinfo):
21652 Add :link (custom-group-link font-lock-faces) to defgroup.
21654 * hi-lock.el (hi-lock): Rename this defgroup from
21655 `hi-lock-interactive-text-highlighting'. Change parent group from
21656 `faces' to `font-lock'. Add link to the manual.
21657 (hi-lock-mode, hi-lock-file-patterns-range)
21658 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21659 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21660 (hi-lock-faces): Add :group `faces'.
21662 * cus-edit.el (custom-variable-prompt): Clarify the code.
21664 * faces.el (face-read-string): Set the default value arg of
21667 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21669 * rfn-eshadow.el (file-name-shadow-properties)
21670 (file-name-shadow-tty-properties, file-name-shadow-mode):
21671 Remove autoloads, because the file is now preloaded.
21673 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21675 * printing.el (easy-menu-intern): Don't define.
21676 (pr-get-symbol): Use easy-menu-intern only if defined.
21678 * simple.el (blink-matching-open): Simplify a bit.
21679 (completion-setup-function): Fix the case of partial-completion-mode
21680 when the minibuffer's contents start with "-".
21681 Obey completion-base-size-function even when
21682 minibuffer-completing-file-name is non-nil.
21684 2005-11-16 Richard M. Stallman <rms@gnu.org>
21686 * net/eudcb-ph.el (eudc-ph-open-session):
21687 Use set-process-query-on-exit-flag.
21689 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21691 * international/ucs-tables.el (ucs-set-table-for-input):
21692 Use make-local-variable, not make-variable-buffer-local.
21694 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21695 Improve warning message text.
21697 * savehist.el (savehist-save-hook): Add :group.
21699 * menu-bar.el (menu-bar-help-menu):
21700 Rename Find Extra Packages to External Packages.
21702 * cus-edit.el (Custom-reset-standard): Verify that
21703 :custom-standard-value prop exists before calling it.
21705 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21707 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21709 * wid-edit.el (color): Enclose %t in %{...%}.
21711 * cus-edit.el (face): Enclose %t in %{...%}.
21713 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21715 * savehist.el (savehist-mode-hook): Re-add the var.
21716 (savehist-mode): Use it.
21718 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21720 * textmodes/flyspell.el: Fix commenting convention.
21721 Remove unnecessary leading * in custom docstrings.
21722 (flyspell-emacs): Remove unused var.
21723 (flyspell-delete-region-overlays): Use remove-overlays.
21724 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21725 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21726 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21727 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21728 (make-flyspell-overlay): Don't locally reuse a global name.
21729 (flyspell-highlight-incorrect-region)
21730 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21731 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21732 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21733 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21734 Wrap calls to accept-process-output inside with-local-quit since it's
21735 often called from a post-command-hook.
21736 (flyspell-correct-word, flyspell-auto-correct-word):
21737 Use ispell-send-string.
21738 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21740 * calendar/diary-lib.el (diary-list-entries): Also hide the
21741 terminating newline.
21743 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21745 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21746 window-system, to allow fonts on tty.
21748 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21750 * progmodes/gud.el (gud-speedbar-item-info): New function.
21751 (gud-install-speedbar-variables): Use it to display data type
21752 of watch expression as a tooltip in speedbar.
21754 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21756 * font-core.el (global-font-lock-mode): Add :version keyword,
21757 because default was changed.
21759 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21761 * startup.el (command-line): Use `custom-reevaluate-setting' for
21762 `file-name-shadow-mode'.
21764 * loadup.el: Preload rfn-eshadow.
21766 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21767 Add :version keyword.
21768 (file-name-shadow-properties, file-name-shadow-tty-properties)
21769 (file-name-shadow): Add :version keyword.
21771 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21772 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21773 in the custom-group property of the symbol frames and the fringe
21774 group got no link to its parent group frames.
21777 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21779 * progmodes/gud.el (gud-stop-subjob): New function.
21780 (gud-menu-map, gud-tool-bar-map): Use it.
21782 2005-11-16 Kim F. Storm <storm@cua.dk>
21784 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21786 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21787 to a more useful/logical place.
21789 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21791 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21792 go buttons complementary.
21794 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21796 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21797 (rfn-eshadow-sifn-equal): New function.
21798 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21800 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21802 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21803 Quote `-' in string.
21805 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21806 rcirc-mode buffers come up in Emacs state.
21808 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21811 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21813 * term.el (term-termcap-format): Fix typos.
21814 (term-down): Fix the negative argument case.
21816 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21818 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21820 (gdb-ann3): New command gud-go.
21821 (menu): Accomodate gdb-mi.el.
21822 (gdb-assembler-custom): Make buffer of selected window current
21823 so that set-window-point works.
21825 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21826 buttons and include new ones.
21828 2005-11-16 Kim F. Storm <storm@cua.dk>
21830 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21831 (gud-menu-map): Use it.
21833 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21835 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21836 that works correctly for Custom and that does not override a user
21839 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21840 (help-xref-interned, help-follow): Make hyperlinks for variables
21841 that are unbound, but have a non-nil variable-documentation property.
21843 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21844 mode hook. (It conflicted with defcustoms for some mode hooks.)
21845 Use the `variable-documentation' property to give the mode hook a
21846 docstring and expand that docstring.
21848 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21850 * savehist.el (savehist-mode): Don't bother with
21851 `custom-set-minor-mode'.
21852 (savehist-coding-system): Check XEmacs version.
21853 (history-length): Declare also at run time.
21854 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21855 Don't set the customize state.
21856 (savehist-minibuffer-hook): Special case for when
21857 minibuffer-history-variable is equal to t.
21859 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21861 * files.el (write-file): Refresh VC status.
21863 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21864 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21865 than fundamental-mode to see if the mode was set.
21867 2005-11-14 Romain Francoise <romain@orebokech.com>
21869 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21870 dummy function in `eval-when-compile' to avoid compiler warning.
21871 Require `man' at compile time.
21873 2005-11-14 Jay Belanger <belanger@truman.edu>
21875 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21876 calcFunc-powerexpand.
21877 (math-write-out-power): Rename it to math-powerexpand; have it
21878 handle negative exponents.
21879 (calc-writeoutpower): Rename it to calc-powerexpand.
21881 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21882 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21884 Add calcFunc-ldiv to autoloads.
21886 * calc/calc-arith.el (calcFunc-ldiv): New function.
21888 * calc/calc.el (calc-left-divide): New function.
21890 2005-11-14 Juri Linkov <juri@jurta.org>
21892 * cus-edit.el (custom-variable-prompt): Set the default value arg
21893 of completing-read.
21895 * cus-dep.el (custom-make-dependencies): Reverse the list of
21896 found dependencies.
21898 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21900 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21901 Highlighting" entry, it is on by default now.
21902 (menu-bar-options-save): Do not save global-font-lock-mode.
21904 2005-11-13 Richard M. Stallman <rms@gnu.org>
21906 * textmodes/flyspell.el (flyspell-large-region):
21907 Call flyspell-accept-buffer-local-defs.
21909 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21911 * textmodes/flyspell.el (flyspell-notify-misspell):
21912 Fix misspelling of "Misspelling".
21913 (flyspell-process-localwords): New function.
21914 (flyspell-large-region): Call flyspell-process-localwords and
21915 flyspell-delete-region-overlays.
21916 (flyspell-delete-region-overlays): New function.
21917 (flyspell-delete-all-overlays): Call that.
21919 2005-11-13 Richard M. Stallman <rms@gnu.org>
21921 * help.el (help-for-help-internal): Improve doc of C-h a.
21922 (describe-key): Improve prompt; doc fix.
21924 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21926 * vc-svn.el (vc-svn-registered): Catch all errors.
21928 * cus-dep.el (custom-make-dependencies): Typo.
21930 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21932 * net/tramp-util.el (top): Fix compilation warning.
21934 2005-11-13 Kim F. Storm <storm@cua.dk>
21936 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21938 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21940 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21941 (gud-speedbar-buttons): Match on "const char *" too.
21943 * progmodes/gdb-ui.el (gdb-var-create-handler)
21944 (gdb-var-list-children-handler): Match on "const char *" too.
21945 (gdb-var-evaluate-expression-handler): Match on empty string.
21946 (gdb-var-update-handler): Only call
21947 gdb-var-evaluate-expression-handler when required.
21949 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21951 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21952 selected window. This still doesn't work for speedbar.
21953 (gud-speedbar-buttons): Handle string expressions properly.
21955 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21956 (gdb-var-create-handler): Handle string expressions properly.
21957 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21958 Handle string expressions properly. Move "type" field into regexp.
21960 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21962 * bookmark.el (bookmark-maybe-message): New function to reduce
21963 code duplication: invokes `message' iff baud-rate is high enough.
21964 (bookmark-write-file): Use above instead of an inline conditional.
21965 (bookmark-load): Same.
21967 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21969 * bookmark.el (bookmark-write-file): Don't visit the destination
21970 file, just write the data to it using write-region. This is
21971 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21972 change to avoid visiting the file in the first place.
21974 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21976 * hi-lock.el (hi-lock-mode): Set the default value of
21977 font-lock-defaults.
21979 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21981 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21982 arg to `file-attributes'.
21983 (find-lisp-format): The UID and GID can now be strings.
21985 2005-11-12 Kim F. Storm <storm@cua.dk>
21987 * help.el (help-map): Bind C-h d to apropos-documentation.
21989 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21990 when point is at end-of-buffer.
21992 * apropos.el (apropos-match-face): Doc fix.
21993 (apropos-sort-by-scores): Add new choice `verbose'.
21994 (apropos-documentation-sort-by-scores): New defcustom.
21995 (apropos-pattern): Now contains the pattern entered by the user.
21996 (apropos-pattern-quoted): New defvar.
21997 (apropos-regexp): New defvar, containing the regexp corresponding
21998 to apropos-pattern.
21999 (apropos-all-words-regexp): Rename from apropos-all-regexp.
22000 (apropos-read-pattern): New defun. Use it to read pattern arg in
22001 interactive calls; returns list of words for a word list, and
22002 string for a regexp.
22003 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
22004 parses a list of words or regexp as returned by apropos-read-pattern.
22005 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22006 (apropos-score-doc): Return a very high score if the string
22007 entered by the user matches literally.
22008 (apropos-variable): Doc fix. Use apropos-read-pattern.
22009 (apropos-command): Doc fix. Use apropos-read-pattern and
22010 apropos-parse-pattern. Call apropos-print with nosubst=t.
22011 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
22012 apropos-parse-pattern.
22013 (apropos-documentation): Doc fix. Use apropos-read-pattern and
22014 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
22015 apropos-documentation-sort-by-scores. Call apropos-print with
22017 (apropos-documentation-internal): Pass doc string through
22018 substitute-key-definition before adding text properties.
22019 Highlight substring matching literal user input if possible.
22020 (apropos-documentation-check-doc-file): Remove locals beg and end.
22021 Fix calculation of score (as added twice). Pass doc string through
22022 substitute-key-definition before adding text properties.
22023 (apropos-documentation-check-elc-file): Pass doc string through
22024 substitute-key-definition before adding text properties.
22025 Highlight substring matching literal user input if possible.
22026 (apropos-print): Add new arg NOSUBST; if set, command and variable
22027 doc strings have already been passed through substitute-key-definition.
22028 Add code to handle apropos-accumulator items without score element
22029 for backwards compatibility (e.g. with woman package).
22030 Only show scores if apropos-sort-by-scores is `verbose'.
22032 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22034 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22035 Add jka-compr-load-suffixes to load-suffixes.
22037 * jka-compr.el: Require jka-cmpr-hook.
22038 (jka-compr-info-compress-message, jka-compr-info-compress-program)
22039 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22040 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22041 (jka-compr-info-can-append, jka-compr-info-strip-extension)
22042 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22043 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
22044 (jka-compr-uninstall): Remove entries from
22045 jka-compr-added-to-file-coding-system-alist after they are used.
22046 (jka-compr-error): Remove unused var `curbuf'.
22047 (jka-compr-file-local-copy): Remove unused var `notfound'.
22049 2005-11-10 Romain Francoise <romain@orebokech.com>
22051 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22053 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
22055 * progmodes/gud.el (gud-menu-map): Move parentheses.
22056 (gdb): New command gud-pv.
22058 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22060 * tar-mode.el: Remove spurious or unnecessary leading stars
22062 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22063 (tar-parse-octal-integer-safe): Use mapc.
22064 (tar-header-block-summarize): Remove unused var `ck'.
22065 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22066 cleared before. Obey default-enable-multibyte-characters.
22067 Use mapconcat. Simplify setting of tar-header-offset.
22068 (tar-mode-map): Move initialization inside delcaration.
22069 (tar-flag-deleted): Use `abs'.
22070 (tar-expunge-internal): Remove unused var `line'.
22071 (tar-expunge-internal): Don't hardcode point-min==1.
22072 (tar-expunge): Widen while doing set-buffer-multibyte.
22073 (tar-rename-entry): Use file-name-coding-system.
22074 (tar-alter-one-field): Don't hardcode point-min==1.
22075 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22076 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
22078 2005-11-10 Masatake YAMATO <jet@gyve.org>
22080 * add-log.el (add-log-current-defun): Handle class::method
22081 notation of c++. Fix incorrect comment.
22083 2005-11-10 Alan Mackenzie <acm@muc.de>
22085 * help-fns.el (describe-variable): Make C-h v work when a variable
22086 has variable documentation yet is unbound.
22088 2005-11-10 Masatake YAMATO <jet@gyve.org>
22090 * man.el (Man-highlight-references): Set an empty
22091 string to `Man-arguments' if it is nil.
22092 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22094 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
22096 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22097 commenting conventions.
22099 * cus-dep.el (custom-make-dependencies): Simplify.
22100 Better follow the commenting conventions.
22102 2005-11-09 Richard M. Stallman <rms@gnu.org>
22104 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22105 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22107 (apropos-rewrite-regexp): Doc fix.
22108 (apropos-variable, apropos-command, apropos, apropos-value):
22109 Change prompt; carry through the argument renaming.
22111 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22113 * find-lisp.el: Require dired.
22114 (find-lisp-find-dired-internal): Do not call
22115 `abbreviate-file-name' on DIR.
22117 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22119 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22121 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22123 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22124 when using the speedbar.
22125 (gdb): New command gud-pp.
22126 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22128 2005-11-09 Juri Linkov <juri@jurta.org>
22130 * replace.el (occur-excluded-properties): New defcustom.
22131 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22133 2005-11-08 Jay Belanger <belanger@truman.edu>
22135 * calc/calc-units.el (math-convert-units): Replace any composite
22136 unit by its definition.
22138 2005-11-08 Lars Hansen <larsh@soem.dk>
22140 * emacs-lisp/autoload.el (update-directory-autoloads):
22141 Add obsolete function alias.
22143 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22145 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22146 comment-indent-function.
22147 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22149 * reveal.el (reveal-post-command): Rework the handling of
22150 reveal-open-spots, so as to be more reliable. There were several
22151 tricky corner cases where an open spot might be lost, or where
22152 a closed spot might end up on the list of open spots.
22153 Only reveal text that's ellipsised.
22155 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22157 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22159 2005-11-07 John Paul Wallington <jpw@gnu.org>
22161 * ibuffer.el (ibuffer): Search iconified frames too when
22162 getting Ibuffer buffer's window.
22164 2005-11-06 Richard M. Stallman <rms@gnu.org>
22166 * progmodes/compile.el (compilation-internal-error-properties):
22167 save-excursion around the computation of MARKER.
22169 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22171 * textmodes/flyspell.el (flyspell-external-point-words):
22172 flyspell-get-word returns a list, not just a string.
22174 2005-11-06 John Paul Wallington <jpw@pobox.com>
22176 * ibuffer.el (ibuffer): Search all visible frames when getting
22177 Ibuffer buffer's window.
22179 2005-11-07 Masatake YAMATO <jet@gyve.org>
22181 * man.el (Man-reference-regexp): Accept spaces between
22182 `Man-name-regexp' and `Man-section-regexp'.
22183 (Man-apropos-regexp): New variable.
22184 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22186 (Man-highlight-references, Man-highlight-references0):
22187 Handle the case when `Man-arguments' includes "-k".
22188 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22189 `TARGET'. `TARGET' can be a number, function or nil.
22191 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22193 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22194 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22195 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22196 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22197 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22198 (gdb-send-item): Use buffer-local-value and simplify.
22200 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22202 * startup.el (command-line): Use `custom-reevaluate-setting' for
22203 `global-font-lock-mode'.
22205 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22206 by default, except in batch mode or when the -D option is given.
22208 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22209 specified keyword args on to `define-minor-mode'. Update docstring.
22211 2005-11-05 Romain Francoise <romain@orebokech.com>
22213 * replace.el (occur-engine): Add marker at end of line, too.
22215 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22217 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22218 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22219 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22220 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22221 argument to all these routines, so the passphrase can be managed
22222 externally and passed in to the system.
22223 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22224 pgg-add-passphrase-to-cache function.
22226 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22227 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22228 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22229 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22230 argument to all these routines, so the passphrase can be managed
22231 externally and passed in to the system.
22232 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22235 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22237 * font-lock.el: Don't deal with font-lock-face-attributes here,
22240 * startup.el (command-line): ... here. Use face-spec-set instead
22241 of custom-declare-face.
22243 * faces.el (face-spec-set): Reset the face if spec is not nil.
22245 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22247 * newcomment.el (comment-region-internal): Box more tightly in the
22248 common case where there's no TAB in the boxed text.
22250 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22252 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22255 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22257 * net/newsticker.el: Commentary updated. Code formatting changed.
22258 (newsticker-version): Change to "1.9".
22259 (newsticker, newsticker-feed): Doc fix.
22260 (newsticker-url-list): Doc fix. Add option "Weekly".
22261 (newsticker-retrieval-interval): Add option "Weekly".
22262 (newsticker-headline-processing): Doc fix.
22263 (newsticker-auto-mark-filter): Remove.
22264 (newsticker-auto-mark-filter-list): New.
22265 (newsticker-layout, newsticker-sort-method): Doc fix.
22266 (newsticker-hide-old-items-in-newsticker-buffer)
22267 (newsticker-heading-format, newsticker-item-format)
22268 (newsticker-desc-format): Doc fix.
22269 (newsticker-show-all-rss-elements): Remove.
22270 (newsticker-show-all-news-elements): New.
22271 (newsticker-faces, newsticker-ticker): Doc fix.
22272 (remove-from-invisibility-spec): Code formatting.
22273 (newsticker--process-ids): New.
22274 (newsticker-mode): Doc fix.
22275 (newsticker-mode): Change mode-line-format.
22276 (newsticker-start): Remove debug output.
22277 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22278 (newsticker-w3m-show-inline-images): Code formatting.
22279 (newsticker-next-item): Call `force-mode-line-update'.
22280 (newsticker-previous-item): Call `force-mode-line-update'.
22281 (newsticker-next-feed): Call `force-mode-line-update'.
22282 (newsticker-previous-feed): Call `force-mode-line-update'.
22283 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22284 (newsticker-show-old-items): Do not show descs.
22285 (newsticker-hide-entry): Hide too much.
22286 (newsticker-hide-entry, newsticker-show-entry)
22287 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22288 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22289 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22290 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22291 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22292 (newsticker-get-news): Call `force-mode-line-update'.
22293 Collect process ids.
22294 (newsticker--sentinel): Change coding system handling.
22295 Move image retrieval to new functions newsticker--get-logo-url-*.
22296 Move feed parsing to new functions newsticker--parse-*.
22297 Update list of process ids.
22298 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22299 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22300 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22301 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22302 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22303 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22304 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22305 (newsticker--decode-coding-string): Remove.
22306 (newsticker--decode-numeric-entities): Check input. Format code.
22307 (newsticker--remove-whitespace): Check input.
22308 (newsticker--do-forget-preformatted): Doc fix.
22309 (newsticker--decode-rfc822-date): Allow for missing time.
22310 (newsticker--update-process-ids): New.
22311 (newsticker--image-sentinel): Change comment.
22312 (newsticker--image-read): Change error message.
22313 (newsticker--imenu-goto): Doc fix. Show headline title.
22314 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22315 (newsticker--buffer-do-insert-text): Clean whitespace in
22316 html-rendered headline title. Code formatting.
22317 Call `newsticker--buffer-print-extra-elements'.
22318 (newsticker--buffer-print-extra-element): Remove.
22319 (newsticker--buffer-print-extra-elements): New.
22320 (newsticker--buffer-do-print-extra-element): New.
22321 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22323 (newsticker--run-auto-mark-filter)
22324 (newsticker--do-run-auto-mark-filter):
22325 Use `newsticker-auto-mark-filter-list'.
22327 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22329 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22330 (rcirc-print): Force redisplay before running hooks. Do long
22331 buffer truncation after making new text read-only. Deal with nil
22332 text when decoding strings. If TARGET is nil, use either the
22333 currently selected buffer, if it is an rcirc buffer and of the
22334 same process or the process buffer.
22335 (rcirc-mode): Remove header-line. Recompute short buffer names.
22336 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22337 (rcirc-short-buffer-name): Add variable.
22338 (rcirc-kill-buffer-hook): Recompute short buffer names.
22339 Remove nick from private channel.
22340 (rcirc-send-input): Send command text to current-buffer.
22341 Don't clear overlay arrow here.
22342 (rcirc-short-buffer-name): Return a short buffer name.
22343 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22344 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22345 buffer-name abbreviations.
22346 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22347 Do not touch nick-table when killing a parted channel.
22348 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22349 Clear arrow from current buffer if it is now hidden.
22350 (rcirc-current-buffer): Add variable.
22351 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22352 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22353 Remove -face from names.
22354 (rcirc-update-activity-string): Print "DND" when globally ignoring
22356 (rcirc-ignore-buffer-activity-flag): Rename from
22357 rcirc-ignore-channel-activity.
22358 (rcirc-ignore-all-activity-flag): Doc fix.
22359 (rcirc-channels): Remove variable.
22360 (rcirc-kill-buffer-hook):
22361 (rcirc-get-buffer-create): Add nick to private channel.
22362 (rcirc-multiline-edit-submit): Remove tabs.
22363 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22365 (rcirc-remove-nick-channel): Bug fix.
22366 (rcirc-toggle-ignore-buffer-activity): Rename from
22367 rcirc-toggle-ignore-channel-activity.
22368 (rcirc-record-activity): Add buffers to the front of the list.
22369 (rcirc-update-activity): Remove killed buffers from list.
22370 (rcirc-process-server-response-1): Remove last argument if it is
22371 null before calling handler.
22372 (rcirc): Add "rcirc" defcustom prefix.
22373 (rcirc-prompt): Simplify default prompt.
22374 Use custom-initialize-default.
22375 (rcirc-private-chats): Remove variable.
22376 (rcirc-prompt): Change initialization.
22377 (rcirc-version): Remove function.
22378 (rcirc-id-string): Add constant.
22379 (rcirc-last-buffer): Remove variable.
22380 (rcirc-buffer-alist): Add variable.
22381 (rcirc-connect): Update variable setup.
22382 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22383 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22385 (rcirc-handler-generic): Trigger activity.
22386 (rcirc-send-message): Create the buffor of the target.
22387 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22388 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22389 (rcirc-multiline-edit-cancel): Remove function.
22390 (rcirc-set-last-buffer): Remove function.
22391 (rcirc-get-any-buffer): Add function.
22392 (rcirc-join-channels): Don't print /join text.
22393 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22395 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22396 (rcirc-handler-NOTICE): Recognize CTCP responses.
22397 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22398 constructing TOPIC string for buffers we are not JOINed.
22399 (rcirc-handler-CTCP-response): Add handler.
22400 (rcirc-multiline-edit-submit): Restore the window-configuration
22401 before adjusting point.
22402 (rcirc): Add customization group.
22403 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22404 (rcirc-user-full-name, rcirc-startup-channels-alist)
22405 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22406 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22407 (rcirc-input-ring-size, rcirc-read-only-flag)
22408 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22409 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22410 Change defvar to defcustom.
22411 (rcirc-update-prompt): Add optional ALL arg, which will update
22412 prompts in all rcirc buffers. Regexp quote replacement text.
22413 (rcirc-fill-column): Accept frame-width as a value.
22414 (rcirc-set-changed): Add function.
22415 (rcirc-next-active-buffer): Write more meaningful messages.
22416 (rcirc-faces): Add customization group.
22417 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22418 (rcirc-nick-in-message-face, rcirc-prompt-face)
22419 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22420 (with-rcirc-process-buffer): Move before first usage.
22421 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22422 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22423 (rcirc-debug): Rename from `rcirc-log'.
22424 (rcirc-format-response-string): Do not print `-' chars for a
22425 NOTICE with no sender. Simplify output of server responses.
22427 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22429 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22430 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22431 Make urls mouse and RET clickable.
22433 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22435 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22437 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22439 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22440 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22441 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22442 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22443 argument to all these routines, so the passphrase can be managed
22444 externally and passed in to the system.
22445 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22446 pgg-add-passphrase-to-cache function.
22448 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22449 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22450 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22451 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22452 argument to all these routines, so the passphrase can be managed
22453 externally and passed in to the system.
22454 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22457 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22459 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22460 from goto-address-url-regexp.
22462 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22464 * textmodes/org.el (org-read-date, org-goto-calendar)
22465 (org-recenter-calendar, org-agenda-goto-calendar):
22466 Temporarily clear `calendar-move-hook'.
22468 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22470 * ediff-merg.el (ediff-merge-region-is-non-clash):
22471 Return t, if not merging.
22473 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22474 have merge clashes.
22476 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22478 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22479 Undo previous change.
22481 * startup.el (command-line): Use `custom-reevaluate-setting' for
22482 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22483 tty-register-default-colors on Mac.
22485 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22487 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22488 (gdb-buffer-type): Make it automatically buffer local...
22489 (gdb-get-create-buffer): ...and set it accordingly.
22490 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22493 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22495 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22498 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22500 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22501 case GUD buffer is not visible.
22502 (gdb-goto-breakpoint): Try to force display in source buffer.
22503 (gdb-frame-gdb-buffer): Copy other similar functions.
22504 (gdb-restore-windows): Don't display source if not asked for.
22505 (gdb-assembler-buffer-name): Don't capitalise.
22507 2005-11-03 Richard M. Stallman <rms@gnu.org>
22509 * wid-edit.el (key-sequence): New widget type.
22511 * simple.el (set-mark-command-repeat-pop): New variable.
22512 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22513 if set-mark-command-repeat-pop is true.
22515 * info.el (Info-fontify-node): Don't display extra "see" if there
22516 already is one here.
22518 * mouse.el: Fix special handling of DEL after dragging a region:
22519 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22520 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22522 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22524 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22525 not to assume it pertains to an affix.
22527 * textmodes/flyspell.el (flyspell-post-command-hook):
22528 Bind deactivate-mark to prevent deactivation.
22530 2005-11-03 Lars Hansen <larsh@soem.dk>
22532 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22533 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22534 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22536 2005-11-03 Romain Francoise <romain@orebokech.com>
22538 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22539 Update copyright years.
22541 2005-11-03 Sam Steingold <sds@gnu.org>
22543 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22544 Use system-type instead of window-system because window-system is not
22545 correctly defined during loadup.
22547 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22549 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22550 (xml-parse-tag): Join strings separated by a comment properly.
22552 2005-11-02 Andreas Schwab <schwab@suse.de>
22554 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22556 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22558 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22559 (byte-optimize-pure-func): Quote the eval'd value.
22561 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22562 Rename from perl-font-lock-syntactic-face-function.
22563 Change the calling convention so it can be used as a font-lock MATCHER.
22564 Do the parse-partial-sexp loop outselves.
22565 (perl-font-lock-syntactic-keywords): Use it.
22566 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22568 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22570 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22571 disassembly buffer too.
22572 (gdb-exited): Remove overlay arrows when execution has finished.
22573 (gdb-info-frames-custom, gdb-info-threads-custom)
22574 (gdb-info-registers-custom): Don't add inappropriate text
22575 properties if inferior is not active.
22577 2005-11-02 Glenn Morris <rgm@gnu.org>
22579 * progmodes/fortran.el (fortran-blink-match):
22580 Use `blink-matching-delay'.
22582 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22584 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22586 2005-11-02 Lars Hansen <larsh@soem.dk>
22588 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22589 "Permission denied".
22591 2005-11-01 Richard M. Stallman <rms@gnu.org>
22593 * textmodes/flyspell.el (flyspell-external-point-words):
22594 Pass nil to flyspell-get-word.
22596 2005-11-02 Kim F. Storm <storm@cua.dk>
22598 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22599 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22601 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22603 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22604 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22605 (calendar-mouse-print-dates): Add optional `event' argument.
22606 Update interactive-spec.
22607 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22608 Use `calendar-event-to-date' instead of `event'.
22610 2005-11-02 Masatake YAMATO <jet@gyve.org>
22612 * progmodes/ld-script.el (ld-script-builtins):
22613 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22614 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22615 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22617 2005-11-01 Romain Francoise <romain@orebokech.com>
22619 * vc-sccs.el: Update copyright year.
22620 * ezimage.el: Likewise.
22622 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22624 * info.el (Info-fontify-node): Use `string-width' for fontifying
22627 2005-11-01 Juri Linkov <juri@jurta.org>
22629 * info.el (Info-fontify-node): Downcase node header keywords Node,
22630 Prev, Next, Up before comparison.
22631 (Info-history): Insert absolute directory name, and put invisible
22634 2005-11-01 Juri Linkov <juri@jurta.org>
22636 * info.el (Info-file-supports-index-cookies): New variable.
22637 (Info-find-node-2): Check makeinfo version for index cookie support.
22638 (Info-index-nodes): Search for nodes with index cookies only when
22639 Info-file-supports-index-cookies is t. Otherwise, search nodes
22640 with "Index" in the node name.
22641 (Info-index-node): Search index cookie in the current node only when
22642 Info-file-supports-index-cookies is t. Otherwise, check the word
22643 "Index" in the node name.
22644 (Info-find-emacs-command-nodes): Remove code that searches nodes
22645 with "Index" node name in the top menu.
22647 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22649 * progmodes/scheme.el (scheme-mode-variables): Use the default
22650 comment-indent-function.
22652 * faces.el (face-attribute): Handle the case where a face inherits from
22653 a non-existent face.
22655 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22656 for octal and hexa output, and merge the char into the paren.
22657 (kill-new): Use push.
22658 (copy-to-buffer): Use with-current-buffer.
22659 (completion-setup-function): Move code in loop to remove redundancy.
22660 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22661 those inherited from minibuffer-local-completion-map.
22663 * savehist.el (savehist-mode) <defcustom>:
22664 Use custom-set-minor-mode if available.
22665 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22666 and emit a message if applicable.
22668 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22670 * savehist.el: Sync up to version 19.
22671 (savehist-mode): New minor mode.
22672 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22673 (savehist-length): Remove (use history-length instead).
22674 (savehist-file-modes): Rename from savehist-modes.
22675 (savehist-save-hook, savehist-loaded): New vars.
22676 (savehist-load): Use savehist-mode. Try to smooth up transition from
22677 old format to new format.
22678 (savehist-install): Allow savehist-autosave-interval to be nil.
22679 (savehist-save): Run the new hook. Be more careful to only trim the
22681 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22682 (savehist-printable): Print into a buffer rather than char-by-char.
22684 2005-11-01 John Wiegley <johnw@newartisans.com>
22686 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22687 toggle-ignore keybinding (C-a). The author said it had been
22688 disabled much earlier due to a possible incompatibility, but after
22689 many months of usage I have encountered no problems (and it is a
22690 rather useful option, especially for switching to " *temp*").
22692 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22693 support for OS/X's AddressBook, by calling out to the open source
22694 program "contacts" (installable through Fink).
22696 * net/eudc.el (eudc-expand-inline): If the
22697 `eudc-multiple-match-handling-method' is set to `all', delete the
22698 query string before inserting the query result.
22700 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22701 flag, to prevent Eshell from using the system ls when
22702 `eshell-ls-insert-directory' is in used.
22703 (eshell-ls-insert-directory): Disable font-lock in directory
22704 buffer so that Eshell's own fontification is seen. This broke
22705 recently due to changes in font-lock, so this goes back to version
22708 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22710 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22711 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22712 (gdb-many-windows): Doc fix.
22714 2005-10-31 Romain Francoise <romain@orebokech.com>
22716 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22718 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22720 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22721 that global-font-lock-mode can be enabled by default.
22723 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22724 (font-lock-add-keywords, font-lock-remove-keywords)
22725 (font-lock-fontify-buffer): Remove autoload cookies.
22727 * jit-lock.el (jit-lock-register): Likewise.
22729 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22731 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22733 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22734 intact if there is no gud-comint-buffer.
22736 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22738 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22739 old prompt comint-prompt-read-only is t and GDB commands are
22740 issued from tool bar etc.
22742 2005-10-31 Masatake YAMATO <jet@gyve.org>
22744 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22746 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22748 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22749 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22751 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22753 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22754 starting at beginning of line. Fontification is messed up when
22755 `open-paren-in-column-0-is-defun-start' set to t.
22756 Reported by John Paul Wallington <jpw@pobox.com>.
22758 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22760 * comint.el (comint-send-input): Call `comint-update-fence' when
22761 `comint-process-echoes' and `comint-prompt-read-only' are both
22762 non-nil, to avoid leftover read-only newline.
22764 2005-10-30 Richard M. Stallman <rms@gnu.org>
22766 * textmodes/flyspell.el (flyspell-external-point-words):
22767 Detect when WORD can't be checked properly because
22768 flyspell-get-word finds just part of it, and move on.
22770 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22771 boundarychar for Polish.
22772 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22773 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22775 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22777 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22778 (gdb-registers-font-lock-keywords): Delete.
22779 (gdb-registers-mode): Don't fontify.
22780 (gdb-info-registers-custom): Use text properties instead as, in
22781 future, changed register values will use font-lock-warning-face.
22782 (gdb-local-font-lock-keywords): Rename to...
22783 (gdb-locals-font-lock-keywords): ...for consistency.
22785 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22787 * vc.el (vc-switch-backend): Better error message if the buffer is
22788 not visiting a file under version control.
22790 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22792 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22794 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22797 2005-10-29 Richard M. Stallman <rms@gnu.org>
22799 * replace.el (occur-mode-mouse-goto): Always go to other window.
22800 (occur-mode-goto-occurrence): Always switch in same window.
22802 * simple.el (undo): Display message at end, not at start.
22804 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22805 New arg REUSE-CELL.
22806 (cancel-timer-internal): New function.
22807 (timer-event-handler): Use cancel-timer-internal,
22808 and pass the cell it returns to timer-activate...
22810 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22811 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22812 (jit-lock-after-change): Test memory-full.
22814 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22816 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22817 part of the decoded armor to find the key-identifier.
22818 (pgg-gpg-lookup-key-owner): New function to return the
22819 human-readable identifier of a key owner.
22820 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22822 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22823 the key value) if we have a key and can match it against a secret
22824 key. Also, added a note pointing out fact that the prompt only
22825 indicates the first matching key.
22827 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22828 pgg-decrypt-region.
22829 (pgg-pending-timers): A new hash for tracking the passphrase cache
22830 timers, so that new ones supercede old ones.
22831 (pgg-add-passphrase-to-cache): Rename from
22832 `pgg-add-passphrase-cache' to reduce confusion (all callers
22833 changed). Modified to cancel old timers when new ones are added.
22834 (pgg-remove-passphrase-from-cache): Rename from
22835 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22836 changed). Modified to cancel old timers when their keys are
22837 removed from the cache.
22838 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22839 XEmacs, an indirection to delete-itimer.
22840 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22841 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22842 users can only check cache without risk of prompting. Correct bug in
22843 notruncate behavior.
22844 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22845 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22846 Add informative docstrings.
22847 (pgg-decrypt): Convey provided passphrase in subordinate call to
22848 pgg-decrypt-region.
22850 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22851 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22852 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22853 `passphrase' argument, so the passphrase can be managed externally
22854 and then passed in to the system.
22856 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22857 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22858 so the passphrase cache can be used reliably with identifiers
22859 besides a pgp packet's key id.
22861 * pgg-gpg.el (pgg-pgp-encrypt-region)
22862 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22863 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22864 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22865 argument to all these routines, so the passphrase can be managed
22866 externally and passed in to the system.
22868 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22869 `notruncate' argument, so the passphrase cache can be used
22870 reliably with identifiers besides a pgp packet's key id.
22872 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22874 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22875 symmetric encryption.
22876 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22877 encrypted session key.
22878 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22879 message ask for the passphrase in a proper way.
22881 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22882 New user commands for symmetric encryption.
22884 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22886 * textmodes/conf-mode.el (conf-assignment-sign)
22887 (conf-assignment-regexp): Fix docstrings.
22888 (conf-mode-initialize): New function.
22889 (conf-mode): Remove optional args. Use delay-mode-hooks to
22890 recognize recursive calls.
22891 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22892 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22893 (conf-xdefaults-mode): Use define-derived-mode and
22894 conf-mode-initialize.
22896 2005-10-29 Romain Francoise <romain@orebokech.com>
22898 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22900 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22902 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22903 part of the decoded armor to find the key-identifier.
22904 (pgg-gpg-lookup-key-owner): New function to return the
22905 human-readable identifier of a key owner.
22906 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22908 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22909 the key value) if we have a key and can match it against a secret
22910 key. Also, added a note pointing out fact that the prompt only
22911 indicates the first matching key.
22913 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22914 pgg-decrypt-region.
22915 (pgg-pending-timers): A new hash for tracking the passphrase cache
22916 timers, so that new ones supercede old ones.
22917 (pgg-add-passphrase-to-cache): Rename from
22918 `pgg-add-passphrase-cache' to reduce confusion (all callers
22919 changed). Modified to cancel old timers when new ones are added.
22920 (pgg-remove-passphrase-from-cache): Rename from
22921 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22922 changed). Modified to cancel old timers when their keys are
22923 removed from the cache.
22924 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22925 XEmacs, an indirection to delete-itimer.
22926 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22927 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22928 users can only check cache without risk of prompting. Correct bug in
22929 notruncate behavior.
22930 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22931 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22932 Add informative docstrings.
22933 (pgg-decrypt): Convey provided passphrase in subordinate call to
22934 pgg-decrypt-region.
22936 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22938 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22939 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22940 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22941 `passphrase' argument, so the passphrase can be managed externally
22942 and then passed in to the system.
22944 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22945 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22946 so the passphrase cache can be used reliably with identifiers
22947 besides a pgp packet's key id.
22949 * pgg-gpg.el (pgg-pgp-encrypt-region)
22950 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22951 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22952 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22953 argument to all these routines, so the passphrase can be managed
22954 externally and passed in to the system.
22956 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22957 `notruncate' argument, so the passphrase cache can be used
22958 reliably with identifiers besides a pgp packet's key id.
22960 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22962 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22963 symmetric encryption.
22964 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22965 encrypted session key.
22966 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22967 message ask for the passphrase in a proper way.
22969 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22970 New user commands for symmetric encryption.
22972 2005-10-28 Bill Wohler <wohler@newt.com>
22974 * help-mode.el (help-url): New button type. Calls browse-url.
22975 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22976 Similar to Info nodes: URL `url'.
22977 (help-make-xrefs): Create help-url buttons for
22978 help-xref-url-regexp matches.
22980 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22982 * tool-bar.el (tool-bar-add-item-from-menu)
22983 (tool-bar-local-item-from-menu): Fix doc strings.
22985 2005-10-28 Romain Francoise <romain@orebokech.com>
22987 * ldefs-boot.el: Update.
22989 * subr.el (locate-library): Move from help-fns.el.
22990 * help-fns.el (locate-library): Move to subr.el.
22992 2005-10-28 Richard M. Stallman <rms@gnu.org>
22994 * net/tramp.el (tramp-completion-mode): defvar moved up.
22996 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22998 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23000 * files.el (find-file-noselect): Use %d to format large file size.
23002 * bindings.el (mode-line-format): Add %e.
23004 * loadup.el ("facemenu"): Load unconditionally.
23005 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23006 ("x-dnd"): Load, when appropriate.
23008 * startup.el (command-line): Call before-init-hook earlier.
23009 Warn about some bad characters in -u user name.
23011 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23012 (flyspell-external-point-words): Error if misspelled word is not found.
23013 Set flyspell-large-region-beg at end of word.
23015 2005-10-28 Andreas Schwab <schwab@suse.de>
23017 * view.el (View-revert-buffer-scroll-page-forward):
23018 Use view-page-size-default.
23020 2005-10-28 Juri Linkov <juri@jurta.org>
23022 * international/quail.el (quail-get-current-str): Translate last
23023 raw character for deterministic input methods.
23025 2005-10-27 Jay Belanger <belanger@truman.edu>
23027 * calc/calc-ext.el: Add functions to autoloads.
23028 (math-identity-matrix-p, math-ident-row-p): New functions.
23030 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23031 multiplication by an identity matrix; don't turn multiplication by
23032 an inverse matrix into division.
23033 (math-div-symbol-fancy): Replace division by matrices with
23034 multiplication by inverse.
23036 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23038 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23039 (calc-writeoutpower): New functions.
23041 2005-10-27 Romain Francoise <romain@orebokech.com>
23043 * replace.el (occur-engine): Include colon in mouse-face highlight.
23045 * dired-x.el: Change Maintainer field.
23047 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
23049 * longlines.el (longlines-mode): Bind after-change-functions to
23050 nil during initial decoding and final encoding.
23052 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23054 * term.el (term-emulate-terminal, term-handle-colors-array)
23055 (term-handle-ansi-escape): Specify the terminfo capabilities
23058 2005-10-26 Richard M. Stallman <rms@gnu.org>
23060 * info.el (Info-fontify-node): Fix detection of sentence-break
23063 2005-10-26 Romain Francoise <romain@orebokech.com>
23065 * smerge-mode.el: Add `tools' to file keywords.
23067 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
23069 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23070 when the fringe is not available.
23072 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23073 (def-gdb-auto-update-trigger): Simplify construction.
23074 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23075 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23076 defined explicitly.
23077 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23078 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23079 defined explicitly.
23080 (gdb-info-locals-custom): Remove as it's a no-op.
23082 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
23084 * longlines.el (longlines-mode): Remove narrowing before
23085 performing the initial decoding or final encoding.
23087 2005-10-25 Romain Francoise <romain@orebokech.com>
23089 * emacs-lisp/find-func.el (find-library-name): Also strip
23090 extension if library name ends in .el, to take advantage of
23091 `find-library-suffixes'.
23093 2005-10-25 Richard M. Stallman <rms@gnu.org>
23095 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23097 2005-10-25 Juri Linkov <juri@jurta.org>
23099 * textmodes/texinfo.el (texinfo-mode): Change charset of one
23100 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23102 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23104 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23105 (blackbox-redefine-key): Add argument `map'.
23107 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23108 regions when moving the jit-lock-context-unfontify-pos boundary.
23110 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23112 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23114 2005-10-25 Masatake YAMATO <jet@gyve.org>
23116 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23118 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23120 * play/blackbox.el (blackbox-redefine-key): New function.
23121 (blackbox-mode-map): Use it to remap existing bindings for cursor
23122 motion instead of binding literal keys.
23124 2005-10-25 Glenn Morris <rgm@gnu.org>
23126 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23127 diary does not end in a newline. Do not assume a blank line at
23128 the start of the diary file.
23130 2005-10-25 Kenichi Handa <handa@m17n.org>
23132 * international/quail.el (quail-translate-key): If the input
23133 method is deterministic and failed to handle the last key, restart
23134 the key handling loop from an appropriate key.
23136 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23138 * vc.el (vc-dired-mode): Extend comment for binding of
23139 `directory-listing-before-filename-regexp'.
23141 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23143 * textmodes/texinfo.el (texinfo-mode):
23144 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23145 not to unnecessarily expose emacs-mule's internal char codes.
23147 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23149 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23150 Display hand pointer and help-echo on disabled icon too.
23151 (gdb-mouse-until): New function.
23152 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23154 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23156 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23157 with 2005-10-23 change to doctor.el.
23159 * finder.el (finder-mode-map): Add follow-link binding.
23161 2005-10-25 Kim F. Storm <storm@cua.dk>
23163 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23164 to gdb-mouse-toggle-breakpoint-fringe.
23165 (gdb-mouse-toggle-breakpoint-margin): Rename from
23166 gdb-mouse-toggle-breakpoint. Fix doc.
23167 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23168 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23169 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23170 string properties also for fringe breakpoint bitmaps.
23172 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23174 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23176 2005-10-25 Masatake YAMATO <jet@gyve.org>
23178 * simple.el (completion-common-substring):
23179 Use `completion-common-substring' prior to `completion-base-size'.
23181 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23183 * savehist.el: Require CL while compiling.
23184 (savehist-history-variables): Remove.
23185 (savehist-save-minibuffer-history, savehist-additional-variables)
23186 (savehist-minibuffer-history-variables): New vars.
23187 (savehist-save): Use them.
23188 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23189 (savehist-install): New fun, extracted from savehist-load.
23190 (savehist-load): Use them.
23192 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23194 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23195 a dummy doc-string-elt property.
23196 (defalias, defvaralias, define-category): Add a docstring property.
23198 * image.el (defimage):
23199 * widget.el (define-widget):
23200 * custom.el (defface, defcustom): Add `doc-string' declaration.
23202 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23203 (defadvice): Add `doc-string' declaration.
23205 * emacs-lisp/byte-run.el (macro-declaration-function):
23206 Handle `doc-string' declarations.
23207 (define-obsolete-function-alias, define-obsolete-variable-alias):
23208 Add `doc-string' declaration.
23210 2005-10-24 Kenichi Handa <handa@m17n.org>
23212 * international/utf-7.el (utf-7): Add autoload cookie.
23214 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23216 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23218 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23219 list of directories passed to batch-update-autoloads. Add "." to
23220 the list of the echoed directories.
23227 * pgg.el: Moved here from the gnus subdirectory.
23229 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23231 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23232 in case comint-prompt-read-only is set to t.
23234 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23235 in case comint-prompt-read-only is set to t.
23237 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23239 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23241 (icalendar-import-format): Handle CLASS, STATUS, URL.
23242 Rename `subject' to `summary'.
23243 (icalendar-import-format-summary): Rename from
23244 `icalendar-import-format-subject'.
23245 (icalendar-import-format-url, icalendar-import-format-status)
23246 (icalendar-import-format-class): New variables.
23247 (icalendar--rris): Take variable argument list.
23248 (icalendar--datestring-to-isodate): Remove unnecessary
23249 calendar-style check when converting dates with explicit month names.
23250 (icalendar-export-region): Change return type of conversion
23251 subroutines. Bury current buffer unless error occurred.
23252 (icalendar--convert-to-ical)
23253 (icalendar--parse-summary-and-rest): New functions.
23254 (icalendar--convert-ordinary-to-ical)
23255 (icalendar--convert-weekly-to-ical)
23256 (icalendar--convert-yearly-to-ical)
23257 (icalendar--convert-block-to-ical)
23258 (icalendar--convert-cyclic-to-ical)
23259 (icalendar--convert-anniversary-to-ical): Change return type.
23260 Strip trailing blanks from subject.
23261 (icalendar--convert-sexp-to-ical): Change return type.
23262 Strip trailing blanks from subject. Handle simple sexp
23263 entries as generated by icalendar.el.
23264 (icalendar--convert-float-to-ical)
23265 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23266 (icalendar-import-file): Doc fix.
23267 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23268 Correct call to icalendar--rris.
23269 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23271 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23273 2005-10-24 Romain Francoise <romain@orebokech.com>
23275 * server.el (server-sentinel): Set query-on-exit flag to nil on
23276 new client processes (it isn't inherited from the server process).
23278 * replace.el (occur-engine): Rearrange text properties.
23280 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23282 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23283 case-fold-search is nil.
23284 (debug-help-follow): Use help-xref-interned directly.
23286 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23288 * thumbs.el (thumbs-image-type): Add .pbm.
23290 2005-10-23 Richard M. Stallman <rms@gnu.org>
23292 * faces.el (inhibit-face-set-after-frame-default): New variable.
23293 (set-face-attribute): Bind it.
23294 (face-set-after-frame-default): Test it.
23296 * help-fns.el (describe-simplify-lib-file-name): New function.
23297 (describe-function-1, describe-variable): Use it.
23299 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23301 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23302 Eliminate nil as possible value.
23303 (tooltip-hide-delay): Reduce internal-border-width.
23305 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23306 (menu-bar-file-menu) <new-file>: Likewise.
23308 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23310 * international/mule.el (load-with-code-conversion):
23311 Pass full file name to `eval-buffer' unless preloading.
23313 * textmodes/flyspell.el (flyspell-large-region):
23314 Call ispell-check-version.
23316 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23317 Fix the make-variable-buffer-local call that was supposed
23318 to be for this variable.
23319 (ispell-aspell-supports-utf8): Doc fix.
23320 (ispell-find-aspell-dictionaries): Preserve elements of
23321 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23322 (ispell-aspell-find-dictionary): Return nil on error.
23324 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23325 (doctor-symptoms): Likewise.
23327 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23329 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23331 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23332 (custom-raised-buttons): Add :set spec.
23333 (custom-button-unraised, custom-button-pressed-unraised):
23334 New faces, so that custom-raised-buttons actually does something.
23335 (custom-mode): Use custom-button and custom-button-pressed.
23337 * wid-edit.el (widget-specify-button): Don't ignore
23338 widget-mouse-face on graphic terminals.
23339 (widget-move-and-invoke): Cleanup.
23341 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23343 * whitespace.el (whitespace-cleanup): Doc fix.
23345 2005-10-23 Romain Francoise <romain@orebokech.com>
23347 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23348 `eval-after-load' to avoid evaluating their result.
23350 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23352 * files.el (directory-listing-before-filename-regexp):
23353 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23355 * dired.el (dired-move-to-filename-regexp): Remove.
23356 All occurrences replaced by `directory-listing-before-filename-regexp'.
23358 * dired-x.el, locate.el, vc.el:
23359 Replace `dired-move-to-filename-regexp' by
23360 `directory-listing-before-filename-regexp'. In vc.el it is
23361 overwritten locally; maybe this can be handled in files.el too.
23363 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23364 replaced by `directory-listing-before-filename-regexp'.
23366 2005-10-23 Andreas Schwab <schwab@suse.de>
23368 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23369 and eval-next-after-load.
23371 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23373 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23376 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23378 * allout.el: Remove autoloads for mailcrypt and crypt++.
23379 Require pgg, pgg-gpg during compilation.
23380 (allout-version): Increment version number to 2.1, and use a literal
23381 rather than RCS Id.
23382 (allout-default-encryption-scheme): Remove.
23383 (allout-passphrase-verifier-handling)
23384 (allout-passphrase-verifier-string)
23385 (allout-file-passphrase-verifier-string)
23386 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23387 (allout-passphrase-hint-handling): Rename and simplify.
23388 (allout-init): Use `find-file-hook' if available, otherwise
23390 (allout-mode): Use `write-file-functions' if available, otherwise
23391 `local-write-file-hooks' and, instead of making auto-save-hook
23392 buffer local, make the write-file-hook activity contingent to
23394 (allout-mode): Use key-binding substitution in the docstring.
23395 (allout-kill-line): Spell-out kill ring data structure mutation
23396 instead of using byte-compiler-complaint-provoking `pop'.
23397 (allout-insert-listified): Use `insert' rather than `insert-string'
23398 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23399 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23400 (allout-encrypt-string): Totally revamped vis new underlying
23401 encryption facilities.
23402 (allout-mc-activate-passwd): Remove.
23403 (allout-obtain-passphrase): New, more or less replaces
23404 allout-mc-activate-passwd.
23405 (allout-encrypted-key-info): More or less replaces
23406 allout-encrypted-text-type.
23407 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23408 (my-mark-marker): Use `(featurep 'xemacs)'.
23410 2005-10-23 Lars Hansen <larsh@soem.dk>
23412 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23413 (byte-compile-file-form-defmumble, byte-compile-defun)
23414 (byte-compile-defmacro): Use it.
23415 (byte-compile-form): Don't call byte-compile-set-symbol-position
23416 when a byte-compile handler is called.
23418 2005-10-22 Romain Francoise <romain@orebokech.com>
23420 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23422 * subr.el (eval-after-load): Convert library name to an absolute
23423 file name using locate-library, since load-history no longer has
23424 library names in it.
23426 2005-10-22 Richard M. Stallman <rms@gnu.org>
23428 * files.el (make-temp-file): Move from subr.el.
23429 * subr.el (make-temp-file): Move to files.el.
23431 * window.el (get-buffer-window-list): Move from subr.el.
23432 * subr.el (get-buffer-window-list): Move to window.el.
23434 * image.el (image-load-path): Use eval-at-startup to initialize.
23436 * subr.el (eval-at-startup): New macro.
23438 * subr.el: Much rearrangement of functions and division
23439 into pages. No code changes.
23441 2005-10-22 Kenichi Handa <handa@m17n.org>
23443 * tar-mode.el (tar-extract): Be sure to call
23444 find-operation-coding-system if set-auto-coding doesn't find a
23447 2005-10-22 Kim F. Storm <storm@cua.dk>
23449 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23451 (image-type-file-name-regexps): New defconst.
23452 (image-type-from-data): Simplify loop.
23453 (image-type-from-buffer): New defun.
23454 (image-type-from-file-header): Use it instead of image-type-from-data.
23455 Use image-search-load-path instead of only looking in data-directory.
23456 (image-type-from-file-name): New defun.
23457 (image-search-load-path): Change `pathname' to `filename'.
23458 Make PATH arg optional, default to image-load-path.
23460 2005-10-21 Richard M. Stallman <rms@gnu.org>
23462 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23464 * textmodes/paragraphs.el (sentence-end-base): New variable.
23465 (sentence-end): Use sentence-end-base.
23467 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23469 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23470 property independently from the font-lock-multiline variable.
23472 2005-10-21 Richard M. Stallman <rms@gnu.org>
23474 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23476 * startup.el (command-line): Convert library names
23477 in `load-history' to absolute file names.
23479 * subr.el (symbol-file): Doc fix.
23481 * loadhist.el (file-loadhist-lookup): Call locate-library
23482 instead of find-library-name. Don't try converting
23483 abs file names to library names, since load-history no longer
23484 has library names in it.
23485 (file-dependents, file-provides, file-requires): Doc fixes.
23487 2005-10-21 Juri Linkov <juri@jurta.org>
23489 * progmodes/etags.el (tags-table-mode): New function.
23490 (tags-verify-table): Replace initialize-new-tags-table with
23493 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23495 (desktop-modes-not-to-save): Add tags-table-mode to the
23498 * info.el (Info-index-next): Add total number of index
23499 alternatives to the message.
23501 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23502 backward only space (instead of space and period) before looking
23505 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23506 Add the old variable value as 4th default-value arg of read-string.
23508 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23510 * cus-face.el (custom-declare-face): Make face from X resources
23513 * disp-table.el (standard-display-g1, standard-display-graphic):
23514 Refuse to use string glyphs also on Mac.
23515 (standard-display-european): Don't set terminal coding system also
23518 * frame.el (display-screens): Use x-display-screens also on Mac.
23520 2005-10-21 Romain Francoise <romain@orebokech.com>
23522 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23524 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23526 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23529 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23530 warning face on open-paren-in-column-0.
23532 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23533 boundary case. Fix typo.
23534 Suggested by Martin Rudalics <rudalics@gmx.at>.
23536 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23538 * textmodes/org.el (org-combined-agenda-icalendar-file)
23539 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23540 (org-export-icalendar-this-file)
23541 (org-export-icalendar-all-agenda-files)
23542 (org-export-icalendar-combine-agenda-files): New commands.
23543 (org-export-icalendar, org-print-icalendar-entries)
23544 (org-start-icalendar-file, org-finish-icalendar-file)
23545 (org-ical-ts-to-string): New functions.
23546 (org-read-date, org-goto-calendar)
23547 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23548 call to `calendar'.
23549 (orgtbl-setup): Remove the :keys arguments from the menu description.
23550 (org-after-save-iCalendar-file-hook): New variable.
23552 2005-10-21 Kenichi Handa <handa@m17n.org>
23554 * language/vietnamese.el (tcvn-5712): Make it an alias of
23555 vietnamese-tcvn coding-system.
23557 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23559 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23562 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23564 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23565 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23566 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23567 whose line is either continued or ends with a comment.
23569 2005-10-20 Romain Francoise <romain@orebokech.com>
23571 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23573 * replace.el (occur-engine): Add follow-link property.
23575 * font-core.el (font-lock-mode): Doc fix.
23577 2005-10-20 Richard M. Stallman <rms@gnu.org>
23579 * net/rcirc.el: New file.
23581 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23583 * term.el (term-term-name): Initialize to "eterm-color".
23585 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23587 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23588 for encryption functionality.
23589 Move allout customization subgroup from `editing' to `outlines' group.
23590 Fix commentary keywords to legitimate ones.
23591 Update author info (using my current email address, obscurified).
23592 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23593 (allout-encrypted-topic-p, allout-encrypted-text-type)
23594 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23595 (allout-situate-encryption-key-verifier)
23596 (allout-get-encryption-key-verifier, allout-verify-key)
23597 (allout-next-topic-pending-encryption)
23598 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23599 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23600 (outline-key-verifier-handling, outline-key-hint-handling)
23601 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23602 (allout-file-key-verifier-string, allout-encryption-scheme)
23603 (allout-key-verifier-string, allout-key-hint-string)
23604 (allout-after-save-decrypt): New variables.
23605 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23606 (allout-after-saves-handler): New hook functions.
23607 (allout-post-command-business): Do allout-after-save-decrypt.
23608 (allout-enable-file-variable-adjustment): Custom var to enable
23609 mechanism for adding and adjusting settings of Emacs file variables.
23610 (allout-adjust-file-variable, allout-file-vars-section-data):
23611 New functions, implement the mechanism.
23612 (outlineify-sticky): Use the file vars mechanism.
23613 (allout-inhibit-protection, allout-during-write-cue)
23614 (allout-override-protect, allout-before-change-protect): Remove.
23615 (allout-flag-region, allout-open-topic): Adjust read-only text.
23616 (allout-open-line-not-read-only): Add to facilitate read-only
23617 text based protection.
23618 (allout-kill-line): Revise to adjust read-only text, clue the
23619 user about the inhibition.
23620 (allout-unprotected): Use unwind-protect.
23621 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23622 topic deeper than the offspring depth of the previous topic -
23623 avoiding confusing "containment discontinuities".
23624 (allout-reindent-bodies): Fix retention of body relative hanging
23625 indent during promotion of collapsed bodies.
23626 (allout-open-topic): Make it easy to open new topic with same
23627 bullet as current topic - topic creation functions provided with
23628 any universal argument provokes now prompt for bullet, defaulting
23629 to the bullet of the previous topic.
23630 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23631 Plain bullet alternates `.' period and `,' comma only. All other
23632 bullets are relegated to special status (but customizable).
23633 (allout-end-of-entry): Rename from allout-end-of-current-entry
23634 since it actually operates w.r.t. most immediately containing
23635 entry, visible or not.
23636 (allout-hide-current-entry, allout-show-current-entry): Use the
23638 (allout-old-expose-topic): Solidify deprecation.
23639 (allout-end-of-subtree): Add so we can span concealed as well
23641 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23642 (allout-end-of-current-heading): Tweak to just respect the first line.
23643 (allout-get-body-text): Add.
23644 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23645 when invoked interactively.
23646 (allout-up-current-level): Use `interactive-p'.
23647 (allout-mode, allout-init): Miscellaneous docstring and
23648 operational refinements, as well as hookups of new encryption stuff.
23649 (allout-beginning-of-current-entry): Now works as advertised.
23650 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23651 (allout-isearch-rectification): Refine condition for isearching.
23652 (allout-isearch-abort, allout-enwrap-isearch)
23653 (allout-flag-region, my-region-active-p): Relocate some macros.
23654 (allout-title): Fallback title is (buffer-name), not
23655 non-existing (current-buffer-name).
23656 (subst-char-in-string): Define if absent (for some XEmacs versions).
23658 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23660 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23661 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23662 (mail-citation-prefix-regexp, mail-signature-file)
23663 (mail-default-headers, mail-bury-selects-summary)
23664 (mail-send-nonascii): Add autoload cookies.
23666 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23668 * frame.el (blink-cursor-mode): Add `mac' to the list of
23669 window-system's that support blinking cursor.
23671 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23673 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23675 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23677 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23678 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23679 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23681 2005-10-20 Kim F. Storm <storm@cua.dk>
23683 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23684 (ido-set-current-directory): Don't add / after final @.
23685 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23686 Explicitly handle ange-ftp completion oddities.
23687 (ido-make-file-list): Don't rotate list at tramp root to avoid
23688 triggering tramp file handler for expand-file-name via get-file-buffer.
23690 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23692 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23694 2005-10-19 Jay Belanger <belanger@truman.edu>
23696 * calc/calc-units.el (math-standard-units): Add units, adjust
23697 symbols and update values.
23698 (math-unit-prefixes): Add more prefixes.
23700 2005-10-19 Romain Francoise <romain@orebokech.com>
23702 * bookmark.el (bookmark-menu-heading): New face.
23703 (bookmark-bmenu-list): Use it.
23704 Don't fiddle with `baud-rate' at top-level.
23706 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23708 * image.el (create-image, find-image): Mention max-image-size in
23711 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23713 * savehist.el (savehist-load): Revert to checking XEmacs.
23715 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23716 Various docstring and line-width fixups.
23717 (conf-mode): Use cond.
23718 Set font-lock-defaults. Don't set comment-use-syntax.
23720 2005-10-18 David Ponce <david@dponce.com>
23722 * tree-widget.el (tree-widget-button-click): New function.
23723 (tree-widget-button-keymap): Use it.
23725 2005-10-18 Romain Francoise <romain@orebokech.com>
23727 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23728 (bookmark-bmenu-hide-filenames): Add follow-link property.
23729 Improve help-echo text.
23731 * ffap.el (find-file-at-point): Doc fix.
23733 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23735 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23737 2005-10-18 Masatake YAMATO <jet@gyve.org>
23739 Install to the CVS repository what I forgot to install in my
23740 2005-10-16 changes.
23742 * progmodes/python.el (python-complete-symbol): Pass the common
23743 prefix substring of completion to `display-completion-list'.
23745 * textmodes/org.el (org-complete): Ditto.
23747 2005-10-18 Masatake YAMATO <jet@gyve.org>
23749 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23751 * woman.el (WoMan-xref-man-page): New button type derived
23752 from `Man-abstract-xref-man-page'.
23753 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23755 * man.el (Man-abstract-xref-man-page): New button type.
23756 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23757 (Man-highlight-references): Add new optional argument `xref-man-type'.
23759 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23761 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23763 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23765 * cus-edit.el (Custom-move-and-invoke): Delete.
23766 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23768 * wid-edit.el (widget-move-and-invoke): New function, from
23769 Custom-move-and-invoke.
23771 2005-10-17 Bill Wohler <wohler@newt.com>
23773 Move all remaining images from lisp/toolbar to etc/images, move
23774 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23775 the low resolution images in their own directory (low-color).
23777 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23778 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23779 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23780 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23781 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23782 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23783 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23785 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23786 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23787 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23788 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23789 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23790 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23791 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23792 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23793 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23794 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23795 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23796 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23797 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23798 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23799 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23801 To conform with convention, replace the underscore (_) in the
23802 following image names with dash (-) or (/) as appropriate.
23804 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23805 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23806 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23807 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23808 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23809 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23810 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23811 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23812 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23813 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23814 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23815 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23816 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23817 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23818 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23820 * info.el (info-tool-bar-map): Replace underscores in image names
23823 * makefile.w32-in (WINS): Remove toolbar.
23825 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23827 * tool-bar.el: Move to lisp from toolbar. Now that
23828 toolbar is empty, it should be deleted when folks run "cvs up -P".
23830 2005-10-18 Jay Belanger <belanger@truman.edu>
23832 * calc/calc-store.el (calc-store-into): Get the proper variable name
23833 to display in message.
23835 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23837 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23838 expressions display in speedbar for all buffers when debugging.
23839 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23841 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23842 (speedbar-insert-button, speedbar-make-button):
23843 Use add-text-properties.
23844 (speedbar-update-localized-contents)
23845 (speedbar-update-directory-contents)
23846 (speedbar-update-special-contents): Use dolist.
23847 (speedbar-buffer-easymenu-definition): Add a menu separator.
23849 2005-10-17 Jason Rumney <jasonr@gnu.org>
23851 * makefile.w32-in: Use $(lisp) consistently.
23852 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23853 for shell specific generation of mh-autoloads.
23855 2005-10-17 Richard M. Stallman <rms@gnu.org>
23857 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23859 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23861 * jit-lock.el (jit-lock-fontify-now):
23862 Move jit-lock-context-unfontify-pos to avoid wasted work.
23864 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23866 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23867 `tramp-completion-mode' for checking if we are in completion mode.
23868 (tramp-completion-handle-file-name-all-completions): Reorder code
23869 in order to complete for file names only in case there are no
23870 method/user/host completions. This is necessary for cooperation
23871 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23873 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23875 * longlines.el (longlines-search-forward)
23876 (longlines-search-backward): Match any number of spaces.
23878 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23880 * diff-mode.el (diff-mode): Doc fix.
23882 2005-10-16 David Reitter <david.reitter@gmail.com>
23884 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23885 as default on darwin and windows systems.
23887 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23889 * arc-mode.el (archive-zip-extract): Doc fix.
23891 2005-10-16 Romain Francoise <romain@orebokech.com>
23893 * mouse.el (mouse-1-click-follows-link): Doc fix.
23895 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23897 * savehist.el: Don't require CL at runtime.
23898 (savehist-xemacs): Remove.
23899 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23900 (savehist-no-conversion): Use (featurep 'xemacs).
23901 (savehist-load): Check existence of start-itimer rather than XEmacs.
23903 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23906 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23908 * savehist.el: Newer version.
23909 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23910 (savehist-last-checksum, savehist-no-conversion): New vars.
23911 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23913 (savehist-load, savehist-save): Use them.
23914 (savehist-delimit): Remove.
23916 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23918 * progmodes/compile.el (compilation-goto-locus): Display the
23919 compilation buffer first and the source buffer second, in case they're
23920 in overlapping frames. Don't raise the compilation frame if it was the
23921 selected window upon entry. Pass the `other-window' arg to
23924 * info.el (Info-fontify-node): Use dolist.
23925 Change add-text-properties to put-text-property.
23927 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23929 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23932 2005-10-16 Masatake YAMATO <jet@gyve.org>
23934 * dabbrev.el (dabbrev-completion): Pass the common
23935 prefix substring of completion to `display-completion-list'.
23937 * filecache.el (file-cache-minibuffer-complete)
23938 (file-cache-complete): Ditto.
23940 * tempo.el (tempo-display-completions): Ditto.
23942 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23944 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23946 * eshell/em-hist.el (eshell-list-history): Ditto.
23948 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23950 * mail/mailalias.el (mail-complete): Ditto.
23952 * progmodes/etags.el (complete-tag): Ditto.
23954 * progmodes/make-mode.el (makefile-complete): Ditto.
23956 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23958 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23960 * progmodes/pascal.el (pascal-complete-word)
23961 (pascal-show-completions): Ditto.
23963 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23965 * simple.el (completion-common-substring): New variable.
23966 (completion-setup-function): Use `completion-common-substring'
23969 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23971 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23972 (x-get-selection, mac-select-convert-to-string): Convert from/to
23973 UTF-16 clipboard data as in native byte order, no BOM.
23975 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23977 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23978 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23979 (gud-sentinel): Use speedbar-frame to check for speedbar.
23981 2005-10-15 Richard M. Stallman <rms@gnu.org>
23983 * savehist.el: New file.
23985 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23987 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23988 Fix bug in \bf fontification.
23990 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23992 * pcvs.el (cvs-edit-log-files): New var.
23993 (cvs-mode-edit-log): New arg `file'.
23994 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23995 Instead force the use of the original file and nothing else.
23996 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23997 the cvs-minor-wrap-function is set.
23998 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24000 2005-10-14 Bill Wohler <wohler@newt.com>
24002 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24003 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24004 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24005 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24006 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24007 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24008 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24009 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24010 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24011 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24012 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24013 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24014 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24015 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24016 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24018 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24019 appropriately (for example, gud-break to gud/break).
24021 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
24023 * longlines.el (longlinges-search-function)
24024 (longlines-search-forward, longlines-search-backward): New functions.
24025 (longlines-mode): Set isearch-search-fun-function to
24026 longlinges-search-function.
24028 * mouse.el (mouse-drag-region-1): Handle the case where a
24029 double-click event is bound to an arbitrary function.
24031 2005-10-14 David Ponce <david@dponce.com>
24033 * recentf.el (recentf-track-opened-file)
24034 (recentf-track-closed-file, recentf-update-menu)
24035 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24036 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24037 mouse-1-click-follows-link.
24039 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24041 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24042 Gnome file-manager.png. Suggested by
24043 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24045 * toolbar/README: Add diropen.xpm.
24047 2005-10-13 Bill Wohler <wohler@newt.com>
24049 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24050 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
24052 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
24054 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24055 Don't waste the byte-compiler's time on constant data.
24057 2005-10-13 Kenichi Handa <handa@m17n.org>
24059 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24060 byte with `escape-glyph' face.
24062 * international/fontset.el (ccl-encode-unicode-font):
24063 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24064 Handle the case that ucs-mule-to-mule-unicode translates a character to
24065 ASCII (usually for IPA characters).
24067 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24069 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24070 Don't hide the underline of titles if font-lock-mode is disabled.
24072 2005-10-12 Bill Wohler <wohler@newt.com>
24074 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
24075 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24076 files in MH-E-SRC have been updated.
24077 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24079 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24081 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24082 (mixal-mode-syntax-table): Add \n as end-comment.
24083 (mixal-operation-codes-alist): Immediately initialize to full value.
24084 (mixal-add-operation-code): Remove.
24085 (mixal-describe-operation-code): Make the arg non-optional.
24086 Use the interactive spec instead.
24087 Use mixal-operation-codes-alist rather than mixal-operation-codes.
24088 (mixal-font-lock-keywords): Don't highlight comments here any more.
24089 (mixal-font-lock-syntactic-keywords): New var.
24090 (mixal-mode): Use it. Fix comment-start-skip.
24092 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24094 * startup.el (command-line-x-option-alist): -nb => -nbi.
24096 2005-10-12 Kim F. Storm <storm@cua.dk>
24098 * startup.el (fancy-splash-default-action): Discard mouse click in
24099 the splash screen window, as it has no sensible meaning in the
24100 next window to be selected. Fixes error reported by Jan D.
24102 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24104 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24106 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24108 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24109 Try to fix up minor layout issues like indentation, line break, etc...
24110 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24111 because it doesn't work.
24112 (mixal-operation-codes): Add some more codes.
24113 (mixal-font-lock-keywords): Process comments here.
24114 (mixal-mode): mixasm no longer needs -g option.
24116 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24118 * progmodes/sh-script.el (sh-tmp-file):
24119 Use mktemp -t. Finish support for es and rc shells.
24121 2005-10-11 Jay Belanger <belanger@truman.edu>
24123 * calc/calcalg2.el (calc-integral): With an argument, compute the
24126 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24128 * mouse.el (mouse-drag-region-1): Don't try to catch a
24129 double-click when doing follow-link (it's overridden anyway).
24131 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24133 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24134 (autoload-print-form-outbuf): Add docstring.
24136 2005-10-11 Juri Linkov <juri@jurta.org>
24138 * info.el (Info-mode-menu): Delete menu item "Edit".
24139 (Info-mode): Delete description of Info-edit from docstring,
24140 and rearrange descriptions of Info commands in the order
24141 they are documented in the Info manual.
24143 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24145 * calendar/appt.el (appt-check): Use diary-selective-display var.
24147 2005-10-10 Richard M. Stallman <rms@gnu.org>
24149 * net/newsticker.el (newsticker-start, newsticker-show-news):
24150 Add autoload cookies.
24152 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24154 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24156 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24158 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24160 2005-10-10 Jay Belanger <belanger@truman.edu>
24162 * calc/calc-arith.el (math-check-known-scalarp)
24163 (math-check-known-matrixp): Check the values of arguments that are
24165 (math-check-known-square-matrixp): New function.
24166 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24167 (math-super-types): Add sqmatrix type.
24169 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24170 mode name `square' to `sqmatrix'.
24172 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24173 mode name `square' to `sqmatrix'.
24175 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24177 * progmodes/etags.el (select-tags-table-mode): Don't use
24179 (tags-select-tags-table): Pass `button' to the action function.
24180 (select-tags-table): Place the side-info on button properties rather
24181 than in hidden text. Abbreviate file names.
24182 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24183 (select-tags-table-select): Add `button' argument.
24184 Get side-info from the button property rather than from hidden text.
24186 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24188 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24189 (gud-speedbar-buttons): Preserve point if possible.
24190 (gud-sentinel): Restore previous speedbar display type.
24192 * progmodes/gdb-ui.el (gdba): Improve diagram.
24193 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24194 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24195 Call get-buffer-window once.
24197 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24199 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24200 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24201 (pascal-indent-command): Remove unused var `ind'.
24202 (pascal-indent-case): Remove unused var `oldpos'.
24203 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24204 since it's now used as a proper minor mode map.
24205 (pascal-outline): Rename to pascal-outline-mode.
24206 (pascal-outline-mode): Use define-minor-mode.
24207 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24210 2005-10-10 Andreas Schwab <schwab@suse.de>
24212 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24213 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24215 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24216 outside source directory.
24218 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24220 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24222 (orgtbl-mode-map): Full keymap instead of sparse, because all
24223 `self-insert-command' keys are redefined in this map.
24224 (org-export-as-html): Specify charset for HTML file, by taking it
24225 from the coding system.
24227 2005-10-10 Kenichi Handa <handa@m17n.org>
24229 * textmodes/flyspell.el (flyspell-check-word-p):
24230 If unread-command-events is non-empty, don't call sit-for.
24232 2005-10-09 Richard M. Stallman <rms@gnu.org>
24234 * font-lock.el (font-lock-syntactic-keywords)
24235 (font-lock-keywords): Doc fixes.
24237 * textmodes/flyspell.el (flyspell-external-point-words):
24238 Simplify logic, and don't try to check for consecutive appearances
24239 of one incorrect word.
24241 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24243 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24246 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24247 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24248 (gud-expansion-speedbar-buttons): New function.
24249 (gud-speedbar-buttons): Check for gud-comint-buffer.
24251 2005-10-09 Bill Wohler <wohler@newt.com>
24253 * Makefile.in (updates): Add mh-loaddefs dependency.
24255 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24257 * speedbar.el (speedbar-file-key-map): Fix typo.
24259 2005-10-09 Daniel Brockman <daniel@brockman.se>
24261 * cus-start.el (line-spacing): Add custom spec.
24263 2005-10-09 Romain Francoise <romain@orebokech.com>
24265 * textmodes/ispell.el (ispell-check-version): Fix last change.
24267 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24269 * term/x-win.el: Remove -i, --icon-type from comment.
24271 * startup.el (command-line-x-option-alist): Remove options -i,
24272 -itype, --icon-type, added -nb, --no-bitmap-icon.
24274 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24276 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24277 instead of :active.
24279 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24281 * textmodes/ispell.el (ispell-check-version):
24282 Ignore hyphen, and all that follows, in aspell's version text.
24284 2005-10-08 Jay Belanger <belanger@truman.edu>
24286 * calc/calc-arith.el (math-known-square-matrixp): New function.
24287 (math-pow-fancy): Check for matrices before distributing exponent
24290 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24291 fullscreen keypad. Suggested by Luc Teirlinck.
24292 (calc-keypad-show-input): Add space for formatting.
24294 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24295 Add square matrix option.
24297 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24298 of checking calc-matrix-mode when deciding how to expand.
24300 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24302 2005-10-08 Lars Hansen <larsh@soem.dk>
24304 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24305 Add error handling.
24306 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24308 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24310 Sync with Tramp 2.0.51.
24312 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24313 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24314 Insert special handling for `last-coding-system-used', again
24315 it still seems to be necessary (unlike stated before).
24316 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24317 (tramp-password-prompt-regexp): There might be other words before
24318 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24319 (tramp-chunksize): Improve docstring.
24320 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24321 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24322 Christian Joergensen <bugs@razor.dk>.
24324 2005-10-07 Glenn Morris <rgm@gnu.org>
24326 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24327 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24330 2005-10-07 Romain Francoise <romain@orebokech.com>
24332 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24333 (ibuffer-do-shell-command-pipe-replace)
24334 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24335 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24336 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24337 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24338 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24339 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24340 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24341 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24342 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24343 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24344 Autoload file sans suffix.
24346 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24348 2005-10-07 David Ponce <david@dponce.com>
24350 * recentf.el (recentf-menu-open-all-flag): New option.
24351 (recentf-digit-shortcut-command-name): New function.
24352 (recentf--shortcuts-keymap): New variable.
24353 (recentf-menu-shortcuts): New variable.
24354 (recentf-make-menu-items): Initialize it. Replace the "More..."
24355 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24356 (recentf-menu-value-shortcut): New function.
24357 (recentf-make-menu-item): Use it. No more in-lined.
24358 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24359 (recentf-open-most-recent-file): Rename from
24360 `recentf-open-file-with-key'. Don't depend on key binding.
24361 (recentf-mode-map): New variable.
24362 (recentf-mode): Use it.
24364 2005-10-06 Bill Wohler <wohler@newt.com>
24366 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24368 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24369 (MH-E-SRC): New. Used by mh-autoloads.
24370 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24371 files in MH-E-SRC have been updated.
24372 (compile, recompile, bootstrap): Depend on mh-autoloads.
24374 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24376 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24377 gud-break and gud-remove icons when the fringe is not available.
24379 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24382 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24384 * play/zone.el (zone): Wrap body with save-window-excursion.
24386 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24388 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24389 Use the new `list-only' arg to diary-list-entries.
24391 * calendar/diary-lib.el: Use overlays rather than selective-display.
24392 (diary-selective-display): New var.
24393 (diary-header-line-format): Use it.
24394 (diary-list-entries): Add argument `list-only'.
24395 Put the buffer in diary-mode. Don't add \^M at beg and end.
24396 Replace \^M by invisible overlays.
24397 (diary-unhide-everything): Replace \^M by invisible overlays.
24398 (print-diary-entries): Look for overlays rather than \^M.
24399 Add a space to the temp buffer name.
24400 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24401 Put the buffer in diary-mode.
24402 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24403 (diary-anniversary): Make the year arg optional.
24404 (diary-time-regexp): New const.
24405 (diary-font-lock-keywords): Use it to accept a few more time formats.
24407 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24409 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24411 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24412 Fix bug introduced 2005-07-03: Use (car (last ...))
24413 to faithfully reproduce replaced artist-last.
24414 (artist-set-arrow-points-for-poly): Likewise.
24415 Suggested by Johan Bockg
\e,Ae
\e(Brd.
24417 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24419 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24420 * wid-edit.el (widget):
24421 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24422 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24424 2005-10-06 Kenichi Handa <handa@m17n.org>
24426 * international/mule-cmds.el (set-language-environment):
24427 Fix setting up of case-table for unibyte mode.
24429 * simple.el (what-cursor-position): If the character is displayed
24430 by some `display' text property, show that. Don't use
24431 single-key-description for eight-bit characters in multibyte mode.
24433 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24435 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24436 (gdb-ann3): Set it.
24437 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24438 (gdb-info-frames-custom): Use inverse-video for first five
24439 characters of selected frame only.
24440 (gdb-get-frame-number): Select frame even when point is on frame
24443 2005-10-06 Masatake YAMATO <jet@gyve.org>
24445 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24446 Put `font-lock-function-name-face'.
24447 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24448 and `font-lock-variable-name-face'
24449 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24450 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24451 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24452 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24453 (gdb-local-font-lock-keywords): New font lock keywords definition.
24454 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24455 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24456 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24458 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24460 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24461 (ediff-merge-region-is-non-clash-to-skip): Previously called
24462 ediff-merge-region-is-non-clash.
24464 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24465 Use insert-buffer-substring.
24467 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24468 selecting files to patch. Also bug fixes.
24470 * ediff-util.el (ediff-setup): Bug fix.
24471 (ediff-next-difference): Never skip clashes that differ in white
24474 * ediff-wind.el (ediff-setup-control-frame)
24475 (ediff-destroy-control-frame): Check the menubar feature.
24477 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24478 (viper-refresh-mode-line): Use make-local-variable to localize
24479 some vars instead of make-variable-buffer-local. Suggested by
24482 * emulation/viper-init.el (viper-make-variable-buffer-local):
24484 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24485 Use make-local-variable instead of make-variable-buffer-local.
24486 Suggested by Stefan Monnier.
24488 * emulation/viper.el (viper-mode): Don't use
24489 viper-make-variable-buffer-local.
24490 (viper-comint-mode-hook): Use make-local-variable on
24491 require-final-newline.
24492 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24494 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24496 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24497 also the second char of a comment-start sequence.
24498 (scheme-sexp-comment-syntax-table): New var.
24499 (lambda, define): Set their scheme-doc-string-elt property.
24500 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24501 Use lisp-font-lock-syntactic-face-function now that it properly
24502 handles |...| symbols.
24503 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24504 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24506 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24508 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24510 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24511 (lisp-doc-string-elt-property): New var.
24512 (lisp-font-lock-syntactic-face-function): Use it.
24513 Rewrite to recognize docstrings even for forms not at toplevel.
24515 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24516 annotation on the | part of #| rather than on the # part.
24517 (scheme-font-lock-syntactic-face-function): New function, to
24518 distinguish strings from |...| symbols.
24519 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24520 syntax-table so that #|...|# is properly highlighted.
24522 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24523 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24525 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24527 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24530 * emacs-lisp/eldoc.el: Move comments into docstrings.
24531 (eldoc-message-commands): Initialize in its declaration.
24532 Add move-beginning-of-line and move-end-of-line.
24533 (eldoc-add-command, eldoc-add-command-completions)
24534 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24536 * outline.el (outline-mark-subtree): Activate the mark.
24538 * calendar/appt.el (appt-time-regexp): New var.
24539 (appt-add, appt-make-list): Use it.
24540 (appt-convert-time): Clean up.
24542 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24543 Don't set any syntax-table property here.
24544 (tex-font-lock-verb): New function. Do it here.
24545 (tex-font-lock-syntactic-keywords): Use it.
24547 2005-10-04 Richard M. Stallman <rms@gnu.org>
24549 * wid-edit.el (widget-file-complete): Get the widget start point
24550 the right way. Default directory to `/' if file has none.
24552 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24554 * textmodes/flyspell.el (flyspell-mode-on):
24555 Call ispell-maybe-find-aspell-dictionaries.
24557 * textmodes/ispell.el (ispell-word, ispell-region):
24558 Call ispell-maybe-find-aspell-dictionaries.
24559 (ispell-accept-buffer-local-defs):
24560 Don't call ispell-maybe-find-aspell-dictionaries.
24562 2005-10-04 Richard M. Stallman <rms@gnu.org>
24564 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24566 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24568 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24569 instead of `fboundp' in order to allow for anonymous functions.
24571 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24573 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24574 case the user clicks on the link while another window is selected.
24575 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24577 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24579 (dframe-help-echo): Save point in case mouse tracking is off.
24581 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24583 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24585 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24587 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24588 not change the global value of those vars.
24590 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24591 make-local-variable which we do not need any more.
24593 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24595 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24596 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24597 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24598 (speedbar-path-line): Define obsolete aliases.
24599 (speedbar-line-directory): Doc fix.
24601 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24602 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24603 instead of speedbar-line-path.
24605 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24607 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24608 to nil if dropping on a window. Handle dropping on a minibuffer window
24609 like dropping on a non-window part of Emacs.
24611 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24613 * net/ange-ftp.el: Use with-current-buffer.
24614 (ange-ftp-insert-directory): Do not follow symlinks any more.
24616 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24617 Remove interactive spec.
24619 2005-10-03 Kim F. Storm <storm@cua.dk>
24621 * ido.el (ido-mode): Use custom-initialize-set.
24623 2005-10-02 Richard M. Stallman <rms@gnu.org>
24625 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24626 Use insert-buffer-substring.
24628 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24629 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24631 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24633 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24635 (ange-ftp-insert-directory): Fix up the search for the case where
24636 `file' is absolute.
24638 2005-10-02 Romain Francoise <romain@orebokech.com>
24640 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24642 2005-10-02 Andreas Schwab <schwab@suse.de>
24644 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24645 directory component in the session info.
24647 2005-10-01 Richard M. Stallman <rms@gnu.org>
24649 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24651 * simple.el (next-error-internal): New function.
24653 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24654 (compilation-start): Pass new arg to compilation-buffer-name.
24655 (compile-goto-error): Use next-error-internal.
24657 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24659 * speedbar.el: Remove RCS tag.
24660 (speedbar-check-read-only): Handle non-existent files.
24662 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24664 * info.el (Info-speedbar-hierarchy-buttons)
24665 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24667 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24669 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24670 Do not match newline.
24671 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24672 (bibtex-summary): Remove unnecessary save-excursion.
24673 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24675 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24677 * term/mac-win.el: Add charset info for "iso10646-1".
24678 Modify default fontset to use ATSUI-compatible fonts for some charsets
24681 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24683 * speedbar.el: Re-apply arch tag.
24684 (speedbar-version): Rename to version 1.0. Suggested by Eric
24686 Reapply two changes from Emacs CVS' version of speedbar lost
24688 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24689 (speedbar-frame-parameters): Improve customize type.
24691 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24693 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24694 (ange-ftp-file-directory-p): Fix the symlink case.
24695 (ange-ftp-insert-directory): When listing a single file, get a list of
24696 the parent buffer and extract the relevant line. Inspired from a patch
24697 by Katsumi Yamaoka <yamaoka@jpl.org>.
24698 (ange-ftp-file-name-sans-versions): Simplify.
24700 2005-09-30 Bill Wohler <wohler@newt.com>
24702 Move MH-E image files from toolbar and mail directories into
24705 * mail/reply2.*: Move to etc/images/mail/reply*.
24707 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24708 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24711 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24712 * toolbar/reply*: Move to etc/images/mail.
24714 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24716 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24718 * speedbar.el: New version 1.0pre3.
24720 Frame management code (including timer, and mouse click specifics)
24721 moved to dframe.el:
24722 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24723 (speedbar-timer): Removed. Use dframe-timer.
24724 (speedbar-close-frame): Removed. Use dframe-close-frame.
24725 (speedbar-activity-change-focus-flag): Removed. Use
24726 dframe-activity-change-focus-flag.
24727 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24728 dframe-update-speed.
24730 (speedbar-current-frame): New macro. Use this instead of the
24731 variable speedbar-frame.
24733 (speedbar-use-images, speedbar-expand-image-button-alist)
24734 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24736 (speedbar-find-image-on-load-path): Removed. Replaced by
24737 defezimage in ezimage.el.
24738 (speedbar-expand-image-button-alist): Removed. Replaced by
24739 ezimage-expand-image-button-alist in ezimage.el.
24741 (speedbar-ignored-directory-regexp)
24742 (speedbar-add-ignored-directory-regexp)
24743 (speedbar-ignored-directory-expressions)
24744 (speedbar-line-directory, speedbar-buffers-line-directory)
24745 (speedbar-directory-line, speedbar-buffers-line-directory):
24746 Renamed, replacing `path' with `directory'.
24748 (speedbar-create-directory, speedbar-expand-line-descendants)
24749 (speedbar-toggle-line-expansion)
24750 (speedbar-contract-line-descendants): New commands.
24752 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24753 (speedbar-use-tool-tips-flag): New options.
24755 (speedbar-check-read-only, speedbar-require-version)
24756 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24757 (speedbar-handle-delete-frame, speedbar-try-completion)
24758 (speedbar-update-localized-contents): New functions.
24760 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24761 (speedbar-object-read-only-indicator): New variables.
24763 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24766 (speedbar-separator-face): New face.
24768 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24769 (speedbar-ignored-modes): Add fundamental-mode.
24770 (speedbar-directory-unshown-regexp): Add . directories.
24772 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24773 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24774 `]' for full expand/close.
24775 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24777 (speedbar-check-vc): Support hidden files.
24778 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24779 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24780 state is nil, it is not checked out.
24782 (speedbar-line-text, speedbar-line-token): Support expand buttons
24784 (speedbar-refresh): Universal argument acts as power-click.
24785 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24786 that buffer to get variable values.
24788 And many other bugfixes.
24790 * dframe.el, ezimage.el, sb-image.el: New files.
24792 * sb-*.xpm: Remove files. New image files installed into
24793 etc/images/ezimage.
24795 2005-09-30 Kenichi Handa <handa@m17n.org>
24797 * ps-mule.el (ps-mule-show-warning): If a character is in
24798 ps-print-translation-table, don't treat it as non-printable.
24800 2005-09-30 David Ponce <david@dponce.com>
24802 * tree-widget.el (tree-widget-themes-load-path): New variable.
24803 (tree-widget-themes-directory): Doc fix.
24804 (tree-widget-image-formats) [Emacs]: Doc fix.
24805 (tree-widget--locate-sub-directory): New function.
24806 (tree-widget-themes-directory): Use it.
24808 * recentf.el (recentf-filename-handlers): Rename from
24809 `recentf-filename-handler'. Allow a list of functions.
24810 (recentf-menu-items-for-commands): Fix :help strings.
24811 (recentf-apply-filename-handlers): New function.
24812 (recentf-expand-file-name): Use it.
24813 (recentf-cleanup): Remove duplicates too.
24815 2005-09-29 Juri Linkov <juri@jurta.org>
24817 * faces.el: Rearrange face definitions to be in the same order as
24818 their face descriptions in "(emacs)Standard Faces".
24820 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24822 * tooltip.el (tooltip): Add group `basic-faces'.
24824 * buff-menu.el (Buffer-menu-buffer): Remove group
24825 `font-lock-highlighting-faces'.
24827 * progmodes/compile.el (compilation-error, compilation-warning)
24828 (compilation-info, compilation-line-number, compilation-column-number):
24829 Change group from `font-lock-highlighting-faces' to `compilation'.
24831 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24832 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24833 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24834 (vhdl-font-lock-reserved-words-face)
24835 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24836 `font-lock-highlighting-faces'.
24838 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24840 2005-09-28 Kim F. Storm <storm@cua.dk>
24842 * emulation/cua-base.el: Set CUA move property on additional commands:
24843 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24844 forward-sexp, backward-sexp, forward-list, backward-list.
24846 2005-09-28 Romain Francoise <romain@orebokech.com>
24848 * comint.el (comint-show-output): Really set point at the
24849 beginning of the output when not using `comint-use-prompt-regexp'.
24851 2005-09-27 Jay Belanger <belanger@truman.edu>
24853 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24856 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24858 * textmodes/org.el (org-table-sum): Fix format string.
24860 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24863 2005-09-26 Romain Francoise <romain@orebokech.com>
24865 * isearch.el (isearch-forward-regexp): Close doc string.
24867 2005-09-25 Richard M. Stallman <rms@gnu.org>
24869 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24871 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24873 * progmodes/compile.el (compilation-error-properties):
24874 When getting the file from the previous error message,
24875 correctly decode the new data format.
24877 * progmodes/cc-cmds.el (c-electric-paren):
24878 Call old-blink-paren only for close-paren.
24880 2005-09-24 Andreas Schwab <schwab@suse.de>
24882 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24885 2005-09-25 Romain Francoise <romain@orebokech.com>
24887 * dired-aux.el (dired-copy-file-recursive):
24888 * dired.el (dired-delete-file):
24889 * ediff-mult.el (ediff-dir-diff-copy-file):
24890 * ediff-util.el (ediff-test-save-region):
24891 * forms.el (forms-mode):
24892 * ido.el (ido-file-internal, ido-delete-file-at-head):
24893 * log-edit.el (log-edit-done):
24894 * ses.el (ses-yank-resize):
24895 * play/gomoku.el (gomoku-human-plays, gomoku)
24896 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24897 (gomoku-offer-a-draw):
24898 * play/landmark.el (lm-human-resigns, lm):
24899 * net/eudcb-ldap.el (eudc-ldap-check-base):
24900 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24901 * progmodes/ebrowse.el (ebrowse-find-pattern):
24902 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24903 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24904 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24906 * vc.el (vc-delete-file):
24907 * play/gomoku.el (gomoku-terminate-game, gomoku)
24908 (gomoku-prompt-for-move, gomoku-human-takes-back):
24909 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24910 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24912 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24914 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24915 color rxvt terminals by using the code xterm.el used to use before
24916 2005-04-09 in order to match the colors used by rxvt.
24918 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24920 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24921 colors rxvt-unicode terminals by using the same code as xterm.el.
24923 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24925 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24926 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24927 new symbol used for the tex-verbatim face.
24929 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24931 * woman.el (woman-file-name):
24932 * wid-edit.el (widget-file-prompt-value)
24933 (widget-coding-system-prompt-value):
24934 * w32-fns.el (set-w32-system-coding-system):
24935 * vc.el (vc-version-diff, vc-annotate):
24936 * textmodes/reftex-auc.el (reftex-arg-cite)
24937 (reftex-arg-index-tag):
24938 * textmodes/refer.el (refer-get-bib-files):
24939 * textmodes/artist.el (artist-figlet-choose-font):
24940 * terminal.el (terminal-emulator):
24941 * replace.el (occur-read-primary-args):
24942 * rect.el (string-rectangle, string-insert-rectangle):
24943 * ps-print.el (ps-print-preprint):
24944 * progmodes/pascal.el (pascal-goto-defun):
24945 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24946 * progmodes/compile.el (compilation-find-file):
24947 * printing.el (pr-interactive-n-up):
24948 * play/animate.el (animate-birthday-present):
24949 * net/rcompile.el (remote-compile):
24950 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24951 * mail/rmailsum.el (rmail-summary-search-backward)
24952 (rmail-summary-search):
24953 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24954 (rmail-output-read-file-name):
24955 * mail/rmail.el (rmail-search, rmail-search-backwards):
24956 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24957 * locate.el (locate):
24958 * international/quail.el (quail-show-keyboard-layout):
24959 * international/mule.el (set-buffer-file-coding-system)
24960 (revert-buffer-with-coding-system, set-file-name-coding-system)
24961 (set-terminal-coding-system, set-keyboard-coding-system)
24962 (set-next-selection-coding-system):
24963 * international/mule-diag.el (describe-coding-system)
24964 (describe-font, describe-fontset):
24965 * international/mule-cmds.el (universal-coding-system-argument)
24966 (search-unencodable-char, describe-input-method)
24967 (set-language-environment, describe-language-environment):
24968 * international/codepage.el (codepage-setup):
24969 * international/code-pages.el (codepage-setup):
24970 * info.el (Info-search, Info-follow-reference)
24971 (Info-search-backward):
24972 * emacs-lisp/advice.el (ad-read-advised-function)
24973 (ad-read-advice-class, ad-clear-cache, ad-activate)
24974 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24975 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24977 * ediff-util.el (ediff-toggle-regexp-match):
24978 * ediff-ptch.el (ediff-prompt-for-patch-file):
24979 * dired-aux.el (dired-diff):
24981 * cus-edit.el (custom-variable-prompt):
24982 * calendar/timeclock.el (timeclock-ask-for-project):
24983 * calc/calcalg3.el (calc-get-fit-variables):
24984 * calc/calc-store.el (calc-edit-variable)
24985 (calc-permanent-variable):
24986 * vc-mcvs.el (vc-mcvs-register):
24987 * shadowfile.el (shadow-define-literal-group):
24988 * woman.el (woman-file-name):
24989 * vc.el (vc-version-diff, vc-merge):
24990 * textmodes/reftex-index.el (reftex-index-complete-tag):
24991 * format.el (format-decode-buffer, format-decode-region):
24992 * emulation/viper-cmd.el (viper-read-string-with-history):
24993 * emacs-lisp/debug.el (cancel-debug-on-entry):
24994 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24995 * ediff.el (ediff-merge-revisions)
24996 (ediff-merge-revisions-with-ancestor, ediff-revision):
24997 * completion.el (interactive-completion-string-reader):
24998 * calc/calc-prog.el (calc-user-define-formula):
24999 Follow convention for reading with the minibuffer.
25001 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
25003 * progmodes/python.el (python-describe-symbol): Add globals() and
25004 locals() to the arguments of emacs.ehelp.
25006 2005-09-24 Magnus Henoch <mange@freemail.hu>
25008 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25009 New function, code extracted from ispell-valid-dictionary-list.
25010 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25013 2005-09-24 Eli Zaretskii <eliz@gnu.org>
25015 * subr.el (version-regexp-alist): Extend valid syntax for version
25016 strings: allow any of the characters -,_,+ to separate the
25017 alpha/beta/rc part from the version part. Doc fix.
25018 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
25020 2005-09-23 David Reitter <david.reitter@gmail.com>
25022 * mail/mailclient.el: New file.
25024 2005-09-23 Richard M. Stallman <rms@gnu.org>
25026 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25027 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25030 * progmodes/cc-mode.el (c-font-lock-init):
25031 Specify font-lock-lines-before.
25033 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
25035 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25038 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
25040 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25041 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
25042 of `remap' feature when available. Additional key bindings for
25043 better tty support.
25044 (org-mode-restart, org-force-self-insert): New commands.
25045 (org-time-stamp-inactive): New command.
25046 (org-remap): New function.
25047 (org-table-auto-blank-field, org-level-color-stars-only): New options.
25048 (org-enable-fixed-width-editor): Move to `org-structure'
25049 customization group.
25050 (org-self-insert-command, orgtbl-self-insert-command): Modify to
25051 blank field after field motion commands.
25053 2005-09-23 Kenichi Handa <handa@m17n.org>
25055 * international/mule-cmds.el (set-language-environment):
25056 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25057 have to call utf-translate-cjk-load-tables.
25059 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
25061 * mouse.el (mouse-move-drag-overlay): Fix last change.
25063 2005-09-22 David Ponce <david@dponce.com>
25065 * tree-widget.el (tree-widget-value-create): Fix previous change.
25067 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25069 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25071 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25073 * mouse.el (mouse-move-drag-overlay): New function.
25074 (mouse-drag-region-1): Use it.
25075 Try to simplify a bit the state handling. Handle clicks on links
25076 inside intangible areas.
25077 (mouse-save-then-kill): Minor simplification.
25078 (mouse-secondary-overlay): Make it always non-nil instead of
25079 recreating it each time.
25080 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25081 (mouse-kill-secondary, mouse-secondary-save-then-kill):
25082 Simplify accordingly.
25084 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25086 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25088 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
25090 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25091 (ediff-file-name-sans-prefix): Treat nil as an empty string.
25092 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25095 * ediff-util.el: Use insert-buffer-substring.
25097 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25099 * emulation/viper-cmd.el (viper-change-state): Don't move over the
25100 field boundaries in the minibuffer.
25101 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25102 (viper-minibuffer-post-command-hook): New hook.
25103 (viper-line): Don't move cursor at bolp.
25105 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25107 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25108 avoid compiler warnings.
25110 * emulation/viper-macs.el (ex-map): Better messages.
25112 * emulation/viper-utils.el (viper-beginning-of-field): New function.
25114 * emulation/viper.el: Replace make-variable-buffer-local with
25115 viper-make-variable-buffer-local everywhere, to avoid warnings.
25117 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25119 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25120 Delete unused var `old-selected-window'.
25121 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25122 (mouse-drag-secondary): Delete unused var `start-frame'.
25124 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25126 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25128 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25130 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25131 Re-indent within 80 columns. Use inhibit-read-only.
25133 2005-09-19 Romain Francoise <romain@orebokech.com>
25135 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25137 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25139 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25140 unconditionally, since the after-change-function already did it.
25142 2005-09-19 Miles Bader <miles@gnu.org>
25144 * net/newsticker.el: Get rid of CVS keyword.
25146 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25148 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25149 The prompt is formatted later.
25151 2005-09-19 David Ponce <david@dponce.com>
25153 * tree-widget.el (tree-widget-value-create): Save the converted
25156 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25158 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25159 variable `message'.
25161 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25163 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25164 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25165 <slawomir.nowaczyk.847@student.lu.se>.
25167 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25169 * image.el (image-load-path): Use symbol `data-directory' instead
25170 of its value, for backward compatibility with packages that bind
25171 it during `find-image'. Suggested by Katsumi Yamaoka.
25172 (image-search-load-path): Handle symbols whose values are strings.
25174 2005-09-18 Romain Francoise <romain@orebokech.com>
25176 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25177 with-current-buffer form in save-excursion.
25179 2005-09-18 Deepak Goel <deego@gnufans.org>
25181 * apropos.el (apropos-command): Fix `message' call: first arg
25182 should be a format spec. In this and all other cases that appear
25183 below and elsewhere in the source code, I made a change only when
25184 two conditions were satisfied: [1] I can think of a possibility
25185 that the arguments would cause an error, for example, the code in
25186 question relies on external variables such as filenames. [2] I
25187 was sure that the arg to `message' could not have been nil in the code.
25189 * textmodes/tildify.el (tildify-region): Ditto.
25191 * textmodes/reftex-index.el (reftex-index-change-entry)
25192 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25193 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25194 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25195 (org-priority, org-table-sum):
25196 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25197 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25198 (flyspell-word, flyspell-display-next-corrections):
25199 * textmodes/bibtex.el (bibtex-print-help-message):
25200 * textmodes/artist.el (artist-key-set-point-poly):
25201 * term/mac-win.el (mac-services-insert-text):
25202 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25203 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25204 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25205 (vhdl-compose-configuration):
25206 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25207 (sh-set-indent, sh-learn-line-indent):
25208 * progmodes/ps-mode.el (ps-mode-target-column):
25209 * progmodes/idlwave.el (idlwave-make-tags)
25210 (idlwave-scan-library-catalogs):
25211 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25212 * progmodes/gud.el (gud-jdb-analyze-source):
25213 * progmodes/flymake.el (flymake-log):
25214 * progmodes/ebnf2ps.el (ebnf-generate-region):
25215 * progmodes/cmacexp.el (c-macro-expansion):
25216 * progmodes/ada-xref.el (ada-treat-cmd-string):
25217 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25218 (ada-justified-indent-current, ada-batch-reformat):
25219 * play/zone.el (zone):
25220 * play/landmark.el (lm-move):
25221 * play/decipher.el (decipher-show-alphabet):
25222 * net/newsticker.el (newsticker--display-jump)
25223 (newsticker--display-scroll):
25224 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25225 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25226 * mail/feedmail.el (feedmail-dump-message-to-queue):
25227 * eshell/esh-proc.el (eshell-remove-process-entry):
25228 * emulation/ws-mode.el (ws-last-error):
25229 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25230 (viper-record-kbd-macro):
25231 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25232 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25233 * emacs-lisp/find-func.el (find-function-noselect):
25234 * calendar/timeclock.el (timeclock-status-string)
25235 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25236 (timeclock-when-to-leave-string):
25237 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25238 * calc/calc-units.el (calc-enter-units-table):
25239 * calc/calc-mode.el (calc-mode-record-mode):
25240 * woman.el (woman-mini-help):
25241 * wdired.el (wdired-change-to-wdired-mode):
25242 * vc.el (vc-retrieve-snapshot):
25243 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25244 * startup.el (display-startup-echo-area-message):
25245 * simple.el (set-goal-column):
25246 * ses.el (ses-command-hook, ses-recalculate-cell):
25247 * server.el (server-process-filter):
25248 * printing.el (pr-interface-txt-print, pr-interface-printify)
25250 * pcvs.el (cvs-help):
25251 * log-edit.el (log-edit, log-edit-mode-help):
25252 * iswitchb.el (iswitchb-possible-new-buffer):
25253 * isearch.el (isearch-edit-string):
25254 * image-mode.el (image-mode, image-minor-mode):
25255 * ibuf-macs.el (define-ibuffer-filter):
25256 * hi-lock.el (hi-lock-find-patterns):
25257 * files.el (toggle-read-only):
25258 * ediff-util.el (ediff-copy-diff)
25259 (ediff-write-merge-buffer-and-maybe-kill):
25260 * echistory.el (Electric-history-undefined):
25261 * dnd.el (dnd-insert-text):
25262 * dired-aux.el (dired-query):
25263 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25264 * bookmark.el (bookmark-bmenu-locate):
25265 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25266 Fix `message' calls to ensure first arg is a format string.
25267 The change was made only when these two conditions were satisfied:
25268 [1] when there is a possibility that the arguments would cause an error
25269 for example, if the code in question relies on external variables
25270 such as filenames, and
25271 [2] if the arg to `message' could not have been nil in the code.
25273 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25274 Not having a %s would be weird, though not technically wrong.
25276 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25278 * term/mac-win.el (mac-add-charset-info): Doc fix.
25280 2005-09-17 Romain Francoise <romain@orebokech.com>
25282 * shell.el (shell-resync-dirs): Handle echoing processes more
25283 reliably. Don't insert resync command if `comint-process-echoes'
25286 2005-09-17 Magnus Henoch <mange@freemail.hu>
25288 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25289 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25290 aspell versions >= 0.60.
25291 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25292 only if ispell-aspell-supports-utf8 is non-nil.
25294 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25296 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25297 buffer-local value to lisp-indent-function.
25299 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25301 * progmodes/glasses.el (glasses-make-readable): If
25302 glasses-separator differs from underscore, put appropriate
25303 overlays over underscore characters.
25304 (glasses-convert-to-unreadable): If glasses-separator differs from
25305 underscore, try to convert glasses-separator characters to
25308 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25310 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25311 Use with-syntax-table and dolist.
25313 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25315 * textmodes/reftex-auc.el:
25316 * textmodes/reftex-cite.el:
25317 * textmodes/reftex-dcr.el:
25318 * textmodes/reftex-global.el:
25319 * textmodes/reftex-parse.el:
25320 * textmodes/reftex-ref.el:
25321 * textmodes/reftex-sel.el:
25322 * textmodes/reftex-toc.el:
25323 * textmodes/reftex-vars.el:
25324 * textmodes/reftex.el: Small changes to remove compiler warnings.
25326 * textmodes/reftex-index.el: Likewise.
25327 (reftex-query-index-phrase): More efficient use of markers.
25329 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25331 * image.el (image-load-path): New variable.
25332 (image-search-load-path): New function.
25333 (find-image): Search for images in `image-load-path'.
25335 2005-09-15 Richard M. Stallman <rms@gnu.org>
25337 * follow.el: Change Maintainer field.
25339 2005-09-15 David Ponce <david@dponce.com>
25341 * recentf.el (recentf-save-file-modes): New option.
25342 (recentf-save-list): Use it.
25344 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25346 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25347 (mode-line-mule-info, mode-line-modified): Move bindings from
25348 mouse-3 to mouse-1.
25350 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25352 * simple.el (sendmail-user-agent-compose): Revert last change.
25354 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25356 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25357 Use with-current-buffer.
25358 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25359 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25360 (ange-ftp-insert-directory): Remove unused var `short'.
25361 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25363 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25364 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25366 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25367 (check-calendar-holidays, diary-list-entries): Autoload.
25368 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25369 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25371 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25372 which mistakenly removed a call to display-buffer.
25374 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25376 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25378 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25380 * progmodes/hideshow.el
25381 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25382 (hs-allow-nesting): New user var.
25383 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25384 (hs-hide-block-at-point): When nesting allowed,
25385 if there is already an overlay in place, delete it.
25386 (hs-safety-is-job-n): Delete func; remove call sites.
25387 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25388 (hs-overlay-at): New func.
25389 (hs-already-hidden-p, hs-show-block): Use it.
25390 (hs-hide-all): Don't pre-clean if nesting allowed.
25391 (hs-show-all): Temporarily disallow
25392 nesting around call to `hs-discard-overlays'.
25394 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25396 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25397 Delete unused local var.
25399 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25401 * help-fns.el (describe-categories): "?\ " -> "?\s".
25402 (help-do-arg-highlight): Recognize also ARG-n, as in
25403 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25405 * international/codepage.el (dos-unsupported-char-glyph):
25406 * net/newsticker.el (tool-bar-map, w3-mode-map)
25407 (w3m-minor-mode-map):
25408 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25410 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25412 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25414 * custom.el (custom-push-theme): Handle the case where a symbol is
25415 bound but face properties have not yet been assigned.
25417 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25418 Fix behavior if noerase is `t' and there is no mail buffer.
25420 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25421 if `continue' is nil, rather than signal an error.
25423 2005-09-12 Richard M. Stallman <rms@gnu.org>
25425 * font-lock.el (font-lock-keywords): Add autoload.
25427 * help-fns.el (describe-variable): Rearrange to put source link
25428 in a predictable place.
25430 * net/newsticker.el: New file.
25432 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25434 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25435 (calendar-basic-setup): Use the new nil arg.
25436 (number-of-diary-entries): Move to diary-lib.el.
25438 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25439 (diary-list-entries): Use with-syntax-table and dolist.
25440 Rename from list-diary-entries.
25441 Use number-of-diary-entries if `number' is nil.
25442 (diary, diary-view-entries): Use this new name and new nil arg value.
25443 (number-of-diary-entries): Move from calendar.el.
25444 (diary-unhide-everything): New function.
25445 (include-other-diary-files, fancy-diary-display)
25446 (diary-show-all-entries, make-diary-entry): Use it.
25447 (diary-mail-entries): Use buffer-string.
25448 (mark-diary-entries): Fix long standing paren typo.
25449 (diary-sexp-entry): Use count-lines.
25450 (make-diary-entry): Avoid `previous-line'.
25451 (diary-mode-map): New var.
25452 (diary-mode): Redraw cal after saving. Setup header-line.
25453 (fancy-diary-display-mode): Use local-set-key.
25455 * startup.el (command-line): Try calling various terminal-init-foo-bar
25456 functions by stripping hyphenated suffixes from $TERM.
25458 * files.el (normal-mode): Check boundness of font-lock-keywords.
25460 2005-09-12 Richard M. Stallman <rms@gnu.org>
25462 * progmodes/compile.el: Don't decide a file's directory
25463 until the user actually tries to go there.
25464 (compilation-next-error-function):
25465 Pass compilation-find-file the directory from the file-struct.
25466 (compilation-internal-error-properties): Separate local FILE-STRUCT
25467 from FILE. Doc the args better. Rename arg FMT to FMTS.
25468 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25469 Expand it, and if nil, use default-directory.
25470 (compilation-get-file-structure): Don't mix specified directory
25471 with default directory. Put specified directory into
25472 file-struct. Don't make the file name absolute.
25474 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25475 (compile-command): Add autoload.
25476 (compilation-disable-input): Add autoload.
25478 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25480 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25481 strings of the variables it can override.
25482 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25483 %Q and %q, for fully-qualified domain name and unqualified host name.
25485 2005-09-11 Kim F. Storm <storm@cua.dk>
25487 * emacs-lisp/authors.el (authors-aliases): Update list.
25488 (authors-fixed-entries): Update mldrag.el entry.
25490 2005-09-10 Alan Mackenzie <acm@muc.de>
25492 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25493 delimiter from the region narrowed to.
25495 2005-09-10 Magnus Henoch <mange@freemail.hu>
25497 * textmodes/ispell.el (ispell-check-version): Signal an error if
25498 aspell version is less than 0.60.
25500 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25502 * progmodes/octave-inf.el (inferior-octave-startup):
25503 Resync current dir at the end.
25505 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25507 * woman.el (woman-topic-at-point-default):
25508 Rename to woman-use-topic-at-point-default.
25509 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25510 (woman-file-name): Reflect renames above. Automatically use the
25511 word at point as topic if woman-use-topic-at-point is non-nil.
25512 Otherwise offer it as default but don't insert it in the
25513 minibuffer. Also use `test-completion' instead of `assoc' as
25514 suggested by Stefan Monnier.
25516 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25518 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25519 the attempt to do it over Tramp. This is not yet supported.
25521 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25523 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25524 (menu-bar-non-minibuffer-window-p): New functions.
25525 ("Split Window", "Save As..."): Use them.
25526 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25527 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25528 Use menu-bar-menu-frame-live-and-visible-p.
25529 ("Save Buffer", "Insert File", "Open Directory...")
25530 ("Open File...", "Visit New File..."):
25531 Use menu-bar-non-minibuffer-window-p.
25532 (kill-this-buffer-enabled-p, dired <menu-enable>):
25533 Use menu-bar-non-minibuffer-window-p.
25535 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25537 * cus-start.el (all): Don't complain about fringe-related
25538 built-ins if fringes are not supported. Ditto about
25539 selection-related built-ins. Fix the test for GTK-related built-ins.
25541 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25542 ("Postscript Print Buffer", "Print Region", "Save As...")
25543 ("Save", "Insert File...", "Open Directory...")
25544 ("Open File...", "Visit New File..."")
25545 ("Truncate Long Lines in this Buffer"): Don't look at
25546 menu-updating-frame if this display does not support multiple frames.
25548 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25550 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25552 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25554 * woman.el: Format- and whitespace-related changes.
25556 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25558 * woman.el: Fix my email address.
25560 2005-09-08 Richard M. Stallman <rms@gnu.org>
25562 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25563 (sh-mode): Locally set skeleton-pair-default-alist.
25565 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25567 * progmodes/flymake.el: Require `compile' unconditionally.
25569 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25571 * woman.el (woman-file-name): Provide a default, not initial input.
25573 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25575 * font-lock.el (font-lock-support-mode): Doc fix.
25577 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25579 2005-09-08 Richard M. Stallman <rms@gnu.org>
25581 * simple.el (blink-matching-open): Get rid of text props from
25582 the string shown in echo area. Don't permanently set point.
25583 Some rearrangements.
25585 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25587 * recentf.el (recentf-filename-handler): Add custom choice
25588 `abbreviate-file-name'.
25590 * msb.el (msb--very-many-menus): Fix typo.
25592 * disp-table.el (standard-display-european): Don't set
25593 enable-multibyte-characters to nil.
25595 2005-09-08 David Ponce <david@dponce.com>
25597 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25598 (recentf-expand-file-name): Doc fix.
25599 (recentf-dialog-mode-map): Define digit shortcuts.
25600 (recentf--files-with-key): New variable.
25601 (recentf-show-digit-shortcut-filter): New function.
25602 (recentf-open-files-items): New function.
25603 (recentf-open-files): Use it.
25604 (recentf-open-file-with-key): New command.
25606 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25608 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25609 Suggested by Kim F. Storm.
25610 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25611 (Buffer-menu-make-sort-button): Use global keymap.
25613 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25615 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25616 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25617 necessary any longer with the remapped command.
25618 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25619 formatting time only.
25621 * net/tramp.el (tramp-action-password)
25622 (tramp-multi-action-password): Compile the password prompt from
25623 `method', `user' and `host'. Sometimes it isn't obvious which
25624 password to enter, for example with remote files offered by
25625 recentf.el, or with multiple steps. Suggested by Robert Marshall
25626 <robert@chezmarshall.freeserve.co.uk>.
25628 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25630 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25631 Fix regexp for when "s///" is at the beginning of line.
25633 2005-09-07 Jay Belanger <belanger@truman.edu>
25635 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25636 when in matrix mode.
25638 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25640 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25641 non-anonymous functions.
25643 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25645 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25646 when using a header line. Otherwise, use mouse-1-click-follows-link.
25648 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25649 can't be moved; don't signal an error.
25651 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25653 * cus-theme.el (custom-theme-write-faces): Save the current face
25654 spec, not the defface spec.
25656 * custom.el (custom-known-themes): Clarify meaning of "standard".
25657 (custom-push-theme): Save old values in the standard theme.
25658 (disable-theme): Correct typo.
25659 (custom-face-theme-value): Deleted unused function.
25660 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25662 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25664 * progmodes/compile.el (compilation-goto-locus): Take into account
25665 iconified frames when determining whether the buffer is
25667 Don't reset window height if the window already existed.
25669 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25671 * custom.el (load-theme): Rename from require-theme.
25672 Add interactive spec.
25673 (enable-theme): Rename from custom-enable-theme.
25674 Add interactive spec.
25675 (disable-theme): Rename from custom-disable-theme.
25676 Add interactive spec.
25677 (custom-make-theme-feature): Doc fix.
25678 (custom-theme-directory): Doc fix.
25679 (provide-theme): Call enable-theme.
25681 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25683 * obsolete/lazy-lock.el (lazy-lock-mode):
25684 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25685 font-lock-mode if it's off. Print a warning instead.
25687 * progmodes/compile.el (compilation-start): Ignore errors if the
25688 process died before we get to send-eof.
25690 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25691 Undo last change. Enclosing the result in quotes broke things on Unix
25692 since tex-send-command passes it through shell-quote-argument.
25693 (tex-send-command): Pass `file' through convert-standard-filename
25695 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25696 info in a transcript.
25698 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25700 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25701 fix compilation warning. Reorder the key definitions to group
25702 together keys emitted by the current version of xterm.
25704 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25705 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25706 Reorder predicates to correct min-color usage.
25708 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25710 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25711 Kill local variables when longlines-mode is turned off.
25713 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25715 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25717 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25719 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25721 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25722 (font-lock-lines-before): Change default to being inactive.
25723 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25724 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25726 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25728 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25729 Deactivate temporarily advice if active (not needed for Emacs 22,
25730 but for backwards compatibility).
25731 (tramp-exists-file-name-handler): Rewrite. First implementation
25733 (tramp-advice-make-auto-save-file-name):
25734 Call `tramp-handle-make-auto-save-file-name' (again, just for
25735 backwards compatibility).
25737 2005-08-31 Reto Zimmermann <reto@gnu.org>
25739 * progmodes/vhdl-mode.el
25740 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25741 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25742 (vhdl-set-default-project): New function (easier setting of default).
25743 (vhdl-port-copy): Handle extended identifiers for generics.
25744 (vhdl-compiler-alist): Better description for error message regexp.
25745 (vhdl-make): Query for target, use previous as default.
25746 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25747 (vhdl-font-lock-keywords-2): Fix fontification for record
25749 (vhdl-speedbar-make-subpack-line): Add package body link.
25750 (vhdl-generate-makefile-1): Not include itself as dependency.
25751 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25752 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25753 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25754 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25755 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25756 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25757 (vhdl-import-project): Add string argument for `error'.
25758 (vhdl-compose-configuration)
25759 (vhdl-compose-configuration-architecture): Add configuration
25760 declaration generation.
25761 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25762 (vhdl-trailer-re): Add "record" keyword (better indentation).
25763 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25765 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25766 (vhdl-testbench-entity-file-name)
25767 (vhdl-testbench-architecture-file-name): Allow separate
25768 customization of testbench file names.
25769 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25770 (vhdl-get-visible-signals): Allow newline within alias declaration.
25771 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25772 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25773 (member-ignore-case): Alias for missing function in XEmacs.
25774 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25775 (vhdl-update-sensitivity-list): Ignore case on read signals.
25776 (vhdl-replace-string): Adjust case only for file names.
25777 (vhdl-update-sensitivity-list): Fix search for read signals.
25778 (vhdl-update-sensitivity-list): Exclude formal parameters.
25779 (vhdl-get-visible-signals): Include aliases of signals.
25780 (vhdl-get-visible-signals): Fix signal name searching.
25781 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25782 (vhdl-fixup-whitespace-region): Fix for character
25783 literals (e.g. `:').
25785 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25787 * ansi-color.el (comint-last-output-start):
25788 * bs.el (font-lock-verbose):
25789 * diff-mode.el (add-log-buffer-file-name-function):
25790 * dired-x.el (vm-folder-directory):
25791 * faces.el (help-xref-stack-item):
25792 * files.el (font-lock-keywords):
25793 * find-lisp.el (dired-buffers, dired-subdir-alist):
25794 * ido.el (cua-inhibit-cua-keys):
25795 * log-view.el (cvs-minor-wrap-function):
25796 * outline.el (font-lock-warning-face):
25797 * simple.el (compilation-current-error):
25798 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25799 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25800 * tooltip.el (comint-prompt-regexp):
25801 * w32-fns.el (explicit-shell-file-name):
25802 * term/mac-win.el (mac-charset-info-alist)
25803 (mac-services-selection, mac-system-script-code):
25804 * term/tty-colors.el (msdos-color-values):
25805 * term/w32-win.el (xlfd-regexp-registry-subnum):
25806 * term/x-win.el (x-keysym-table, x-selection-timeout)
25807 (x-session-id, x-session-previous-id):
25808 * textmodes/ispell.el (mail-yank-prefix):
25809 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25810 * textmodes/org.el (calc-embedded-close-formula)
25811 (calc-embedded-open-formula)
25812 (font-lock-unfontify-region-function):
25813 * textmodes/reftex-global.el (isearch-next-buffer-function)
25815 * textmodes/reftex.el (font-lock-keywords):
25816 * textmodes/tex-mode.el (font-lock-comment-face)
25817 (font-lock-doc-face):
25818 * textmodes/texinfo.el (outline-heading-alist):
25821 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25822 (artist-spray-chars, artist-mode-init, artist-replace-string)
25823 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25824 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25825 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25827 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25828 (conf-align-assignments): "?\ " -> "?\s".
25830 * textmodes/reftex-index.el (TeX-master): Add defvar.
25831 (reftex-index-phrases-marker): Move up defvar.
25833 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25834 (reftex-toc-include-labels-indicator)
25835 (reftex-toc-include-index-indicator)
25836 (reftex-toc-max-level-indicator): Move up declarations.
25838 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25839 of args to `tramp-run-real-handler', even if it's empty in this case.
25841 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25843 * dired.el (dired-move-to-filename-regexp): Add date format for
25844 Mac OS X 10.3 in East Asian locales.
25846 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25848 * files.el (make-auto-save-file-name): Add file name handler call
25851 * net/tramp.el (tramp-file-name-handler-alist)
25852 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25853 (tramp-handle-make-auto-save-file-name): Rename from
25854 `tramp-make-auto-save-file-name'.
25855 (tramp-exists-file-name-handler): New defun.
25856 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25857 `make-auto-save-file-name' is not a magic file name operation.
25859 2005-08-30 Richard M. Stallman <rms@gnu.org>
25861 * files.el (risky-local-variable-p):
25862 Match `-predicates' and `-commands.
25864 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25865 (custom-save-all): Visit the file if necessary;
25866 kill the buffer if we created it.
25867 (custom-save-delete): Don't visit file or kill buffer here.
25869 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25871 * textmodes/org.el (org-special-keyword): New face.
25872 (org-table-copy-down, org-table-eval-formula)
25873 (org-table-recalculate, org-init-section-numbers):
25874 Use `string-to-number' instead of `string-to-int'.
25875 (org-get-location): Use `insert-buffer-substring' instead of
25877 (org-modify-diary-entry-string): New function.
25878 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25879 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25880 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25882 (org-export-as-html): Handle QUOTE keyword.
25883 (org-quote-string): New option.
25884 (org-bookmark-jump-unhide): New function, used for
25885 `bookmark-after-jump-hook'.
25886 (org-diary-default-entry): Apply only when not called through
25889 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25891 * net/eudc.el (mode-popup-menu):
25892 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25893 * progmodes/ada-mode.el (compile-auto-highlight)
25894 (skeleton-further-elements):
25895 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25896 * progmodes/cmacexp.el (msdos-shells):
25897 * progmodes/compile.el (font-lock-extra-managed-props)
25898 (font-lock-keywords, font-lock-maximum-size)
25899 (font-lock-support-mode):
25900 * progmodes/grep.el (font-lock-lines-before):
25901 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25902 * progmodes/mixal-mode.el (compile-command):
25903 * progmodes/perl-mode.el (font-lock-comment-face)
25904 (font-lock-doc-face, font-lock-string-face):
25905 * progmodes/prolog.el (comint-prompt-regexp):
25906 * progmodes/sh-script.el (font-lock-comment-face)
25907 (font-lock-set-defaults, font-lock-string-face):
25908 * progmodes/sql.el (font-lock-keyword-face)
25909 (font-lock-set-defaults, font-lock-string-face):
25910 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25911 (itimer-version, lazy-lock-defer-contextually)
25912 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25915 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25916 (cperl-electric-keyword, cperl-electric-pod)
25917 (cperl-electric-backspace, cperl-forward-re)
25918 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25919 (vc-rcs-header, vc-sccs-header): Add defvars.
25921 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25922 (font-lock-syntactic-keywords, gud-find-expr-function):
25925 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25926 (gdb-frame-parameters): Declare before use.
25928 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25929 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25930 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25931 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25933 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25934 (idlwave-help-with-source): Use `insert-buffer-substring', not
25937 2005-08-29 Juri Linkov <juri@jurta.org>
25939 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25940 Put outline-back-to-heading function call inside save-excursion.
25942 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25944 * man.el (Man-init-defvars, Man-translate-references)
25945 (Man-support-local-filenames, Man-highlight-references):
25946 * progmodes/sql.el (sql-interactive-mode):
25947 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25949 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25950 (compilation-mode-font-lock-keywords): Add defvars.
25951 (checkdoc-interactive-loop): "?\ " -> "?\s".
25953 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25954 (font-lock-doc-face, font-lock-string-face)
25955 (font-lock-keywords-case-fold-search): Add defvars.
25956 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25958 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25959 Don't pass X and Y (they are ignored anyway).
25960 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25961 (mouse-delete-window): Make arguments optional.
25963 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25964 (caesar-translate-table, minor-modes, news-buffer-save)
25965 (news-group-name, news-minor-modes): Add defvars.
25967 * emacs-lisp/lselect.el (mouse-highlight-priority)
25968 (x-lost-selection-functions, zmacs-regions):
25969 * emacs-lisp/pp.el (font-lock-verbose):
25970 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25971 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25973 * emacs-lisp/tcover-unsafep.el (safe-functions):
25974 * international/mule-cmds.el (mac-system-coding-system)
25975 (mac-system-locale):
25976 * language/ethio-util.el (rmail-current-message)
25977 (rmail-message-vector):
25978 * language/thai-util.el (thai-auto-composition-mode):
25979 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25980 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25981 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25982 (vm-primary-inbox, vm-spool-files):
25983 * mail/rmail.el (deleted-head, font-lock-fontified)
25984 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25985 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25987 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25988 (rmail-summary-mode-map):
25989 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25990 (rmail-last-label, rmail-last-multi-labels)
25991 (rmail-summary-vector, rmail-total-messages):
25992 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25993 * mail/rmailsum.el (msgnum):
25994 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25995 (rmail-current-message):
25996 * obsolete/fast-lock.el (font-lock-face-list):
25997 * obsolete/rnewspost.el (mail-reply-buffer):
25998 * obsolete/scribe.el (compile-command):
25999 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26001 2005-08-28 John Paul Wallington <jpw@gnu.org>
26003 * ibuf-ext.el (ibuffer-auto-update-changed):
26004 Use `frame-or-buffer-changed-p' to check whether we need to update.
26005 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26006 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
26007 as a `frame-or-buffer-changed-p' state vector instead.
26009 2005-08-27 Romain Francoise <romain@orebokech.com>
26011 * textmodes/makeinfo.el (makeinfo-compile):
26012 Use `compilation-start'. Set `next-error-function' according to
26014 (makeinfo-next-error): New function.
26015 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26016 (makeinfo-buffer): Likewise.
26018 * progmodes/compile.el (compilation-start): Add autoload cookie.
26020 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26021 * textmodes/sgml-mode.el: Likewise.
26022 * progmodes/python.el: Likewise.
26024 2005-08-27 Eli Zaretskii <eliz@gnu.org>
26026 * simple.el (blink-matching-paren-distance): Document the meaning
26027 of nil value, and allow to customize to nil.
26029 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26030 command.com, not command.exe.
26032 2005-08-26 John Wiegley <johnw@newartisans.com>
26034 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26035 code around a bit so that an extraneous nil argument is not added
26036 to a command when no args are given.
26038 * eshell/esh-arg.el (eshell-parse-double-quote): If a
26039 double-quoted argument resolves to nil, return it as an empty
26040 string rather than as nil. This made it impossible to pass "" to
26041 a shell script as a null string argument.
26043 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
26045 * outline.el (outline-invent-heading): New fun.
26046 (outline-promote, outline-demote): Use it.
26047 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26048 (outline-end-of-subtree): Remove unused var `opoint'.
26050 2005-08-26 David Reitter <david.reitter@gmail.com>
26052 * menu-bar.el (truncate-lines, write-file, print-buffer)
26053 (ps-print-buffer-faces, ps-print-buffer, split-window):
26054 Disable menu items when the frame they refer to is invisible, or when
26055 they refer to a buffer and the minibuffer is selected.
26057 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
26059 * progmodes/flymake.el (flymake-highlight-err-lines):
26060 Use save-excursion around flymake-highlight-line to preserve point.
26062 2005-08-26 Eli Zaretskii <eliz@gnu.org>
26064 * progmodes/octave-mod.el: Change Author and Maintainer address.
26065 (octave-maintainer-address): Change Kurt's email address.
26066 * progmodes/octave-inf.el: Change Author and Maintainer address.
26067 * progmodes/octave-hlp.el: Change Author and Maintainer address.
26069 2005-08-26 Kim F. Storm <storm@cua.dk>
26071 * subr.el (version-list-<, version-list-<=, version-list-=):
26072 Rename from integer-list-*.
26073 (version-list-not-zero): Likewise. Fix while loop.
26074 (version=): Use version-list-= instead of string-equal.
26076 2005-08-26 Richard M. Stallman <rms@gnu.org>
26078 * outline.el (outline-promote): Try shortening the heading.
26079 As last resort, read the heading to use.
26080 (outline-demote): As last resort, read the heading to use.
26082 2005-08-26 Romain Francoise <romain@orebokech.com>
26084 * progmodes/compile.el (compilation-start): Doc fix.
26086 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26087 (antlr-font-lock-additional-keywords): Fix reference to
26088 `antlr-font-lock-literal-regexp' erroneously changed during the
26090 (antlr-run-tool): Use `compilation-start'.
26092 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26093 instead of the obsolete `compile-internal'.
26095 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
26097 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26098 (number, original-date):
26099 * calendar/cal-china.el (date):
26100 * calendar/cal-coptic.el (date):
26101 * calendar/cal-french.el (date):
26102 * calendar/cal-hebrew.el (date, entry, number, original-date):
26103 * calendar/cal-islam.el (date, number, original-date):
26104 * calendar/cal-iso.el (date):
26105 * calendar/cal-julian.el (date):
26106 * calendar/cal-mayan.el (date):
26107 * calendar/cal-menu.el (date, event):
26108 * calendar/cal-persia.el (date):
26109 * calendar/lunar.el (date):
26110 * calendar/solar.el (date): Add defvars.
26115 * obsolete/bg-mouse.el:
26116 * obsolete/sun-curs.el:
26117 * obsolete/swedish.el: Move the `defvar's to the top level.
26119 * smerge-mode.el (smerge-refined-change): Add :group.
26121 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26123 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26124 (smerge-keep-n): Remove props.
26125 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26126 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26127 now that it's done in smerge-keep-n.
26128 (smerge-refined-change): New face.
26129 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26130 (smerge-refine): New funs.
26131 (smerge-basic-map): Bind smerge-refine.
26133 2005-08-25 Juri Linkov <juri@jurta.org>
26135 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26136 compilation-process-setup-function and compilation-disable-input
26137 in grep-mode instead of let-bindings in grep.
26139 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26140 Delete "Automatic File De/compression" (auto-compression-mode).
26142 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26144 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26145 Silence warning about non-existent variable.
26147 2005-08-25 Richard M. Stallman <rms@gnu.org>
26149 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26150 Rename "Describe Key" to "Describe Key or Mouse Operation".
26152 * mail/mailalias.el (build-mail-aliases): Delete comments
26153 from the contents before processing them.
26155 * isearch.el (isearch-edit-string): Erase the Search prompt
26156 if user enters an empty string and there is no default.
26158 * comint.el (comint-file-name-prefix): Add autoload.
26160 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26162 * subr.el (play-sound): Rearrange to avoid warning.
26164 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26166 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26168 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26170 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26172 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26174 * custom.el (custom-theme-set-variables): Sort minor modes last.
26176 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26178 * subr.el (version-separator, version-regexp-alist): New vars used by
26179 version comparison funs.
26180 (integer-list-<, integer-list-=, integer-list-<=)
26181 (integer-list-not-zero): New funs for integer list comparison.
26182 (version-to-list, version=, version<, version<=): New funs for version
26185 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26187 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26188 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26189 time to silence the byte-compiler.
26191 * ibuffer.el (ibuffer-compile-make-eliding-form)
26192 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26193 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26194 so it's silly to get warnings for it).
26195 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26196 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26197 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26198 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26199 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26200 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26201 Defvar at compile time.
26202 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26203 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26204 Declare them before use.
26206 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26207 (info-xref-good, info-xref-bad): Defvar at compile time.
26209 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26210 Use `let*' instead of `let'.
26212 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26213 (*mouse-y*, menu, char): Defvar at compile time.
26214 (sc::menu): Declare it before use.
26215 (sc::pack-one-line): Use `let', not `let*'.
26217 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26218 (mail-send-hook): Defvar at compile time.
26220 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26221 Defvar at compile time.
26223 * term/sun-mouse.el (current-global-mousemap)
26224 (current-local-mousemap): Declare them before use.
26226 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26228 * bookmark.el (bookmark-after-jump-hook): New hook.
26229 (bookmark-jump): Run `bookmark-after-jump-hook'.
26231 2005-08-23 Juri Linkov <juri@jurta.org>
26233 * faces.el (minibuffer-prompt): Doc fix.
26235 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26237 * progmodes/xscheme.el: Trivial changes to silence warnings.
26238 (xscheme-previous-mode, xscheme-previous-process-state):
26240 (xscheme-last-input-end, xscheme-process-command-line)
26241 (xscheme-process-name, xscheme-buffer-name)
26242 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26243 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26244 (xscheme-control-g-synchronization-p)
26245 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26246 (default-xscheme-runlight, xscheme-runlight)
26247 (xscheme-runlight-string, xscheme-process-filter-state)
26248 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26249 Move to beginning of file.
26250 (scheme-interaction-mode-commands-alist)
26251 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26252 Declare them before use. Note: the initialization code for the
26253 variables has not been moved because it uses functions that reference
26255 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26256 (xscheme-prompt-for-expression-map): Declare them before use.
26257 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26259 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26261 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26263 2005-08-22 Juri Linkov <juri@jurta.org>
26265 * faces.el (set-face-underline): Delete this duplicate function
26266 and make an obsolete alias to set-face-underline-p.
26267 (set-face-underline-p): Use docstring of set-face-underline.
26268 (describe-face): Create hyperlink to parent face.
26270 * info.el (Info-insert-dir): Use save-excursion around
26271 insert-buffer-substring.
26272 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26273 (Info-escape-percent): Delete function.
26274 (Info-fontify-node): Replace Info-escape-percent by
26275 replace-regexp-in-string with REP arg set to lambda that
26276 duplicates `%' and preserves text properties.
26278 * progmodes/compile.el (compilation-disable-input): Doc fix.
26279 (define-compilation-mode): Doc fix and refill.
26280 (kill-compilation): Use `mode-name' in the error message.
26281 (compilation-find-file): Use `compilation-error' in the
26282 read-file-name's prompt.
26284 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26286 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26287 (smerge-auto-leave): Make undo re-enable the mode.
26288 (debug-ignored-errors): Add the user-error of impossible resolution.
26289 (smerge-resolve): Move things around a bit, in preparation for later.
26290 (smerge-diff): Don't fail if the buffer has no associated file.
26291 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26292 (smerge-conflict-overlay): New function.
26293 (smerge-match-conflict): Don't add text properties here.
26294 (smerge-find-conflict): Instead, add an overlay here.
26295 Also check for the case where we're inside a conflict already, so as to
26296 obviate the need for font-lock-multiline, which is unbearably slow with
26297 large conflicts and ciomplex font-lock patterns.
26298 (smerge-remove-props): Remove overlay rather than text-properties.
26299 (smerge-mode): Don't set font-lock-multiline.
26300 Remove overlays when turned off.
26302 2005-08-21 Kim F. Storm <storm@cua.dk>
26304 * ido.el (ido-ignore-item-p): Use save-match-data.
26305 Bind case-fold-search to ido-case-fold locally.
26307 2005-08-20 Richard M. Stallman <rms@gnu.org>
26309 * files.el (normal-mode): If font lock is on, turn it off and on.
26311 * subr.el (replace-regexp-in-string): Doc fix.
26313 * startup.el (command-line-1): Don't suppress startup screen
26314 due to existing processes.
26316 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26318 * progmodes/compile.el (compilation-disable-input): Default to nil.
26320 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26322 * progmodes/compile.el (compilation-disable-input): New defcustom.
26323 (compilation-start): If compilation-disable-input is non-nil, send
26324 EOF to the compilation process.
26326 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26328 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26329 Run the argument of tex-shell-cd-command through
26330 convert-standard-filename, to get the correct style of slashes on
26331 Windows, and enclose the result in quotes, in case the file name
26332 includes whitespace or other special characters.
26334 2005-08-19 Andreas Schwab <schwab@suse.de>
26336 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26339 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26341 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26343 2005-08-18 Kim F. Storm <storm@cua.dk>
26345 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26347 2005-08-18 Richard M. Stallman <rms@gnu.org>
26349 * scroll-lock.el: New file.
26351 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26353 * dired.el (dired-move-to-end-of-filename):
26354 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26356 2005-08-18 Kim F. Storm <storm@cua.dk>
26358 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26359 rather than toggle mode when custom value is nil.
26360 (ido-everywhere): Fix defun doc string.
26362 2005-08-17 Richard M. Stallman <rms@gnu.org>
26364 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26365 as tag instead of "Inviolable".
26367 2005-08-17 Kim F. Storm <storm@cua.dk>
26369 * windmove.el (windmove-coordinates-of-position): Remove.
26370 (windmove-coordinates-of-window-position): Remove.
26371 (windmove-reference-loc): Use posn-at-point instead.
26373 * subr.el (insert-for-yank-1): Doc fix.
26375 * ido.el (ido-enter-matching-directory): Rename from
26376 ido-enter-single-matching-directory. Change `slash' choice to
26377 `only'. Add `first' choice.
26378 (ido-exhibit): Adapt to above changes.
26380 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26382 * Makefile.in: Expand comment about building loaddefs.el.
26384 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26386 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26387 Comment use of defadvice.
26389 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26391 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26393 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26394 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26395 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26396 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26397 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26398 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26399 for backward compatibility for faces that did not appear in the
26400 previous Emacs release.
26402 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26404 2005-08-15 Kim F. Storm <storm@cua.dk>
26406 * emulation/cua-base.el (cua-delete-region): Return t if
26407 deleted region was non-empty.
26408 (cua-replace-region): Inhibit overwrite-mode for
26409 self-insert-command if replaced region was non-empty.
26410 (cua--explicit-region-start, cua--status-string): Make them
26411 buffer-local at top-level...
26412 (cua-mode): ...rather than when mode is enabled.
26414 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26416 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26417 Set t for Emacs 21, 22, and so on.
26419 2005-08-15 David Ponce <david@dponce.com>
26421 * tree-widget.el: Update Commentary header.
26422 (tree-widget-theme): Doc fix.
26423 (tree-widget-space-width): New option.
26424 (tree-widget-image-properties): Look up in the default theme too.
26425 (tree-widget--cursors): Only for images with arrow pointer shape.
26426 (tree-widget-lookup-image): Pointer shape is hand by default.
26427 (tree-widget-icon): Rename generic icon widget from
26428 `tree-widget-control'.
26429 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26430 derive from `tree-widget-icon'.
26431 (tree-widget-handle): Improve default look and feel of the text
26433 (tree-widget): Rename :*-control properties to :*-icon properties.
26434 Add :action and :help-echo properties.
26435 (tree-widget-after-toggle-functions): Move.
26436 (tree-widget-close-node, tree-widget-open-node): Remove.
26437 (tree-widget-before-create-icon-functions): New hook.
26438 (tree-widget-value-create): Update to allow customization of icons
26439 and nodes at run-time via that new hook.
26440 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26441 (tree-widget-icon-action, tree-widget-icon-help-echo)
26442 (tree-widget-action, tree-widget-help-echo): New functions.
26444 2005-08-15 Kim F. Storm <storm@cua.dk>
26446 * ido.el (ido-buffer-internal): Use with-no-warnings.
26447 (ido-make-merged-file-list): Use while-no-input.
26449 2005-08-15 Richard M. Stallman <rms@gnu.org>
26451 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26452 (flyspell-large-region): Fix doc and custom type.
26454 2005-08-14 Richard M. Stallman <rms@gnu.org>
26456 * files.el (interpreter-mode-alist): Doc fix.
26458 * mail/rmail.el (rmail-nonignored-headers): New variable.
26459 (rmail-clear-headers): Use it.
26460 (rmail-reply): Better handling of mail-followup-to header.
26462 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26463 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26464 don't try to refer to executable-font-lock-keywords.
26465 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26466 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26467 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26468 (sh-mode): Set comment-start-skip, local-abbrev-table,
26469 imenu-case-fold-search.
26470 (sh-set-shell): Don't set them here.
26471 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26472 Don't cache the results in the original alist; don't ever modify
26475 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26477 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26480 2005-08-15 Andreas Schwab <schwab@suse.de>
26482 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26484 * dired.el, info.el, mail/rmail.el: Revert last change.
26486 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26488 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26489 modification in `eval-after-load' form.
26490 * info.el: Likewise.
26491 * mail/rmail.el: Likewise.
26493 2005-08-14 Juri Linkov <juri@jurta.org>
26495 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26496 Remove highlighting of "Compilation started". Highlight only
26497 the word "finished" in "Compilation finished". Add highlighting
26498 of "interrupt", "killed", "terminated" and the exit code.
26499 (compilation-start): Add newline after header. Use exactly the
26500 same time stamp format as the finishing message.
26501 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26503 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26504 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26505 Add highlighting of "interrupt", "killed", "terminated".
26507 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26508 enabled and the current command is self-insert-command, call it
26509 explicitly with overwrite-mode bound to nil, to not allow it
26510 to delete the character after the selected region.
26512 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26514 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26515 move-end-of-line, end-of-line, and beginning-of-line to the list
26516 of commands after which the echo area is updated.
26518 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26520 * cus-edit.el (custom-save-all, custom-save-delete):
26521 Bind recentf-exclude to exclude custom-file.
26523 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26525 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26526 to go to the bottom of the mail message. Added to
26527 `rmail-summary-mode-map' with key "/".
26528 (rmail-summary-show-message): New (internal) function for use by
26529 both `rmail-summary-beginning/end-of-message'.
26530 (rmail-summary-beginning-of-message): Change to use
26531 rmail-summary-show-message.
26533 * mail/rmail.el (rmail-end-of-message): New command to go to the
26534 end of the current message. Added to `rmail-mode-map' with key "/".
26535 (rmail-beginning-of-message): Fix to work as documented.
26536 (rmail-mode): Change documentation.
26538 * progmodes/compile.el (compilation-start): Add the line
26539 "Compilation started" with compilation start time.
26540 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26542 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26544 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26547 2005-08-11 Richard M. Stallman <rms@gnu.org>
26549 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26551 * battery.el (battery-status-function): Don't use ignore-errors.
26553 2005-08-11 Lute Kamstra <lute@gnu.org>
26555 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26556 define-obsolete-variable-alias.
26558 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26560 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26561 (ange-ftp-send-cmd): Revert last change, and expand
26562 the comment explaining the problem.
26564 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26566 * ldefs-boot.el: Update.
26568 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26569 item to "Time, Load and Mail". Change help echo text.
26571 * time.el (display-time-use-mail-icon, display-time-format)
26572 (display-time-string-forms): Shorten first line of docstrings.
26574 2005-08-10 Lars Hansen <larsh@soem.dk>
26576 * desktop.el (desktop-buffer-mode-handlers):
26577 Make non-customizable. Add autoload cookie. Change initial value to
26578 nil; add elements in respective modules instead. Fix doc string.
26579 (desktop-load-file): New function.
26580 (desktop-minor-mode-handlers): New autoloaded variable.
26581 (desktop-create-buffer): Call minor mode handlers.
26582 Use desktop-load-file to load major and minor mode modules prior to
26583 checking for a handler.
26584 (desktop-save): Don't add nil to desktop-minor-modes for minor
26585 modes with nil function in desktop-minor-mode-table. Don't delete
26586 desktop file before rewriting it.
26587 (desktop-locals-to-save): Add autoload cookie. Don't make
26588 automatically buffer-local. Add variables column-number-mode,
26589 size-indication-mode, indent-tabs-mode,
26590 indicate-buffer-boundaries, indicate-empty-lines and
26591 show-trailing-whitespace.
26592 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26593 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26594 (desktop-clear-preserve-buffers-regexp): Delete.
26595 (desktop-clear-preserve-buffers): Update initial value and docstring.
26596 (desktop-save-buffer): Fix doc string.
26598 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26599 (hilit-chg-desktop-restore): New function.
26600 (highlight-changes-mode): Add highlight-changes-mode to
26601 desktop-locals-to-save.
26603 * dired.el: Add handler to desktop-buffer-mode-handlers.
26604 (dired-restore-desktop-buffer): Remove autoload cookie.
26605 (dired-mode): Add autoload cookie.
26607 * info.el: Add handler to desktop-buffer-mode-handlers.
26608 (Info-restore-desktop-buffer): Remove autoload cookie.
26609 (Info-mode): Add autoload cookie.
26611 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26612 (mh-restore-desktop-buffer): Remove autoload cookie.
26613 (mh-folder-mode): Add autoload cookie.
26615 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26616 (rmail-restore-desktop-buffer): Remove autoload cookie.
26618 2005-08-11 Masatake YAMATO <jet@gyve.org>
26620 * hexl.el (hexl-address-region):
26621 (hexl-ascii-region, hexl-font-lock-keywords):
26622 (hexl-highlight-line-range): Use the term "region"
26623 instead of "area" for consistency with the other symbols
26624 defined in hexl.el.
26626 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26628 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26629 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26630 out by Juri Linkov). Add `display-battery-mode'.
26632 2005-08-09 Juri Linkov <juri@jurta.org>
26634 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26635 Remove `-text' from face variable names.
26636 (compilation-error-file-name, compilation-warning-file-name)
26637 (compilation-info-file-name): Delete faces.
26638 (compilation-line-number, compilation-column-number):
26639 Remove face underlining.
26640 (compilation-message-face): Set to `underline' value by default.
26641 (compilation-error-face, compilation-warning-face)
26642 (compilation-info-face): Remove `-file-name' from face names.
26643 (compilation-error-text-face, compilation-warning-text-face)
26644 (compilation-info-text-face): Delete face variables.
26645 (compilation-text-face): Delete function.
26647 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26648 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26649 (grep-error-face): Set to `compilation-error' instead of
26650 `compilation-error-face' (which is redefined to `grep-hit-face' in
26652 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26653 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26655 * dired-aux.el (dired-do-query-replace-regexp):
26656 Use `query-replace-read-args'.
26658 * replace.el (query-replace-read-from, query-replace-read-to)
26659 (query-replace-read-args): Rename arg `string' to `prompt'.
26661 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26663 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26665 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26667 (ange-ftp-canonize-filename): Handle file names beginning with ~
26670 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26672 * textmodes/fill.el (canonically-space-region)
26673 (fill-context-prefix, fill-french-nobreak-p)
26674 (fill-delete-newlines, fill-comment-paragraph)
26675 (justify-current-line): "?\ " -> "?\s".
26677 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26679 * textmodes/fill.el (fill-nonuniform-paragraphs):
26680 Improve argument/docstring consistency.
26682 2005-08-09 Richard M. Stallman <rms@gnu.org>
26684 * textmodes/ispell.el (ispell-word): More fboundp checks.
26686 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26687 (find-file-noselect-1): Call it here, only if RAWFILE.
26688 (normal-mode): Always set some major mode.
26689 (save-some-buffers-action-alist): Change some explanation strings.
26690 (file-name-non-special): In the `quote' method, use unwind-protect.
26692 2005-08-09 Magnus Henoch <mange@freemail.hu>
26694 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26695 (ispell-have-aspell-dictionaries): New variable.
26696 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26697 (ispell-get-aspell-config-value): New function.
26698 (ispell-aspell-find-dictionary): New function.
26699 (ispell-aspell-add-aliases): New function.
26700 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26701 appropriate. Don't look for ispell dictionaries if we use aspell.
26702 (ispell-menu-map): Don't build a submenu of dictionaries.
26704 2005-08-09 Richard M. Stallman <rms@gnu.org>
26706 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26707 (sql-read-passwd): Use read-passwd.
26709 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26710 (idlwave-toolbar-is-possible): Add defvars.
26712 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26715 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26716 (idlwave-system-class-info, idlwave-executive-commands-alist):
26719 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26721 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26724 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26725 and content-type: headers.
26727 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26729 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26730 and rename some of them to be more self-explanatory.
26732 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26734 * startup.el (command-line-1): Implement -scriptload.
26736 * replace.el (occur-engine): Initial *Occur* output not undoable.
26738 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26739 and improve help strings.
26741 * isearch.el (isearch-repeat): When changing direction,
26742 mark search successful.
26744 * ediff-init.el: Use (featurep 'xemacs).
26746 * comint.el (send-invisible): Identify buffer, if not selected.
26748 * align.el: Delete autoload for c-guess-basic-syntax.
26750 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26752 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26753 Improve argument/docstring consistency. Doc fixes.
26754 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26755 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26756 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26757 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26758 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26759 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26760 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26761 Defvar at compile time.
26763 2005-08-09 Juri Linkov <juri@jurta.org>
26765 * info.el: Replace `info' with upper-case `Info' where appropriate.
26766 (info-title-1, info-title-2, info-title-3, info-title-4)
26767 (info-menu-header): Move up face definitions.
26768 (info-menu-star): Rename from `info-menu-5'.
26769 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26770 (Info-fontify-visited-nodes): Fix docstring.
26771 (Info-hide-note-references): Fix docstring.
26772 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26773 menu items in the same way as on cross-references.
26774 (info-apropos): Fix sorting order and formatting to be like in the
26775 stand-alone Info browser. Display error messages for 1 sec.
26776 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26777 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26779 (Info-insert-dir): Restore point after calling
26780 `insert-buffer-substring'.
26782 2005-08-08 Richard M. Stallman <rms@gnu.org>
26784 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26785 (recompute-lucid-menubar): Add defvars.
26787 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26789 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26791 * net/net-utils.el (run-dig): Rename from `dig'.
26793 * play/gametree.el (gametree-mode): Use make-local-variable,
26794 not make-variable-buffer-local.
26796 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26798 * ansi-color.el (ansi-color-make-extent)
26799 (ansi-color-set-extent-face): Use fboundp, not functionp.
26801 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26802 not make-variable-buffer-local.
26804 * bookmark.el (Info-current-file): Add defvar.
26805 (bookmark-jump-noselect): Use with-no-warnings.
26807 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26809 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26811 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26813 * find-file.el (ada-procedure-start-regexp)
26814 (ada-package-start-regexp): Add defvars.
26816 * info.el (Info-insert-dir): Use insert-buffer-substring.
26818 * xml.el (xml-att-def-re): Add defvar.
26820 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26821 calling convention.
26823 * subr.el (while-no-input): Return t if there is input.
26825 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26827 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26829 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26831 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26832 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26834 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26836 * cmuscheme.el (scheme-start-file): Replace reference to
26837 `user-emacs-directory' by "~/.emacs.d/".
26839 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26841 * info.el (Info-dir-remove-duplicates): Avoid case folding
26842 in loop; instead, keep downcased strings for comparison.
26843 Suggested by Helmut Eller.
26845 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26847 Sync with Tramp 2.0.50.
26849 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26850 XEmacs case; not necessary anymore.
26851 (tramp-user-regexp): Allow "@" as part of user name.
26852 (tramp-handle-set-visited-file-modtime)
26853 (tramp-handle-insert-file-contents)
26854 (tramp-handle-write-region): No special handling for
26855 `last-coding-system-used, because this is done in
26856 `tramp-accept-process-output' now.
26857 (tramp-accept-process-output): New defun.
26858 (tramp-process-one-action, tramp-process-one-multi-action)
26859 (tramp-wait-for-regexp, tramp-wait-for-output)
26860 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26861 Howells <dhowells@redhat.com>.
26862 (clear-visited-file-modtime): Defadvice removed. The check for
26863 unset buffer's modtime does not need to be based on
26864 `tramp-buffer-file-attributes'. Suggested by RMS.
26865 (tramp-message): Insert "\n" if not being at beginning of line.
26866 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26867 sequence with same logic.
26868 (tramp-completion-handle-expand-file-name): Discard call of
26869 `tramp-drop-volume-letter'. It is not necessary, and there have
26870 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26871 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26872 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26873 should always be visible.
26874 (tramp-handle-insert-directory, tramp-setup-complete)
26875 (tramp-set-process-query-on-exit-flag)
26876 (tramp-append-tramp-buffers): Pacify byte-compiler.
26877 (tramp-bug): Delete non-existing variables from list.
26878 Apply `tramp-load-report-modules' as pre-hook.
26879 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26880 `shell-prompt-pattern' because of non-7bit characters.
26881 Reported by Sebastian Luque <sluque@mun.ca>.
26882 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26883 (tramp-match-string-list): Remove function.
26884 (tramp-wait-for-regexp): Remove call of that function.
26885 Suggested by Kim F. Storm <storm@cua.dk>.
26886 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26887 instead of octal character code ?\600. The latter resulted in a
26888 syntax error with XEmacs.
26890 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26891 XEmacs case; not necessary anymore.
26892 (tramp-smb-handle-write-region): No special handling for
26893 `last-coding-system-used, because this is done in
26894 `tramp-accept-process-output' now.
26895 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26897 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26899 * wid-edit.el (widget-choice-value-create):
26900 Unconditionally respect user choice. Set :explicit-choice back to nil
26901 when no longer needed.
26902 (widget-choice-action): Unconditionally respect user choice.
26903 Eliminate :explicit-choice-value.
26905 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26907 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26908 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26909 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26910 running new function `toggle-indicate-empty-lines'.
26911 Rename "Customize" item to "Customize fringe".
26912 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26913 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26914 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26915 Delete "Empty lines only" item.
26916 (menu-bar-showhide-fringe-ind-customize): New function.
26917 (menu-bar-showhide-fringe-ind-mixed)
26918 (menu-bar-showhide-fringe-ind-box)
26919 (menu-bar-showhide-fringe-ind-right)
26920 (menu-bar-showhide-fringe-ind-left)
26921 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26922 instead of `fringe-indicators'.
26924 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26926 * emulation/viper.el (viper-emacs-state-mode-list):
26927 Add recentf-dialog-mode. Change the date of last update.
26929 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26931 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26932 (viper-exec-yank, viper-put-back): Don't display modification msg
26933 if in the minibuffer.
26935 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26936 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26937 Make variables frame local.
26939 * emulation/viper-util.el (viper-append-filter-alist):
26940 Use append instead of nconc.
26942 * emulation/viper.el (viper-vi-state-mode-list)
26943 (viper-emacs-state-mode-list): Move help-mode and
26944 completion-list-mode from the first list to the second.
26945 (viper-mode): Docstring.
26946 (viper-go-away, viper-non-hook-settings): Don't localize
26947 minor-mode-alist in newer Emacsen. Add advice to
26948 set-cursor-color. Don't bind "\C-c\\".
26950 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26952 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26953 (scheme-macro-expand-command): New user options.
26954 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26955 (scheme-form-at-point, scheme-start-file)
26956 (scheme-interactively-start-process): New functions.
26957 (scheme-get-process): New function, extracted from `scheme-proc'.
26958 (run-scheme): Call `scheme-start-file' to get start file, and pass
26959 it to `make-comint'.
26960 (switch-to-scheme, scheme-proc):
26961 Call `scheme-interactively-start-process' if no Scheme buffer/process
26964 2005-08-06 Juri Linkov <juri@jurta.org>
26966 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26967 Use `compilation-text-face', `compilation-info-text-face' and
26968 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26969 (compilation-error): New face.
26970 (compilation-error-file-name): Inherit from
26971 `compilation-error' instead of `font-lock-warning-face'.
26972 (compilation-warning-file-name): Inherit from
26973 `compilation-warning' instead of `font-lock-warning-face'.
26974 (compilation-info, compilation-error-file-name)
26975 (compilation-warning-file-name, compilation-info-file-name)
26976 (compilation-line-number, compilation-column-number): Doc fix.
26977 (compilation-error-text-face, compilation-warning-text-face)
26978 (compilation-info-text-face): New face variables.
26979 (compilation-line-face, compilation-column-face)
26980 (compilation-enter-directory-face)
26981 (compilation-leave-directory-face): Doc fix.
26982 (compilation-text-face): New function.
26984 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26985 instead of 1 to display binary file names as info file links.
26986 (grep-error-face): Use `compilation-error-face' instead of
26987 `font-lock-keyword-face'.
26988 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26989 and `compilation-warning-text-face' instead of
26990 `font-lock-keyword-face'. Use `compilation-error-text-face'
26991 instead of `grep-error-face'.
26993 2005-08-05 Kenichi Handa <handa@m17n.org>
26995 * international/code-pages.el: Add autoload cookies for all coding
26998 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
27000 * cus-start.el (all): Put undo.c where it alphabetically belongs.
27002 2005-08-04 Juri Linkov <juri@jurta.org>
27004 * progmodes/compile.el (compilation-mode-map):
27005 * progmodes/grep.el (grep-mode-map):
27006 Bind TAB to `compilation-next-error' and [backtab] to
27007 `compilation-previous-error'.
27009 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27010 matching line numbers, column numbers and their ranges with regexp
27011 matching only line numbers.
27012 (grep-context-face): New face variable.
27013 (grep-mode-font-lock-keywords): Use it.
27015 * faces.el (read-face-name): Delete duplicate faces.
27017 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
27019 * thumbs.el (thumbs-find-image): Don't make variables
27020 automatically buffer local.
27021 (thumbs-current-tmp-filename, thumbs-current-image-filename)
27022 (thumbs-image-num): Make automatically buffer local.
27023 (thumbs-show-thumbs-list): Use `make-local-variable', not
27024 `make-variable-buffer-local'.
27025 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27027 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27028 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27029 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27030 (bother, bye, canyou, chatlst, continue, deathlst, describe)
27031 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27032 (feelings-about, foullst, found, hello, history, howareyoulst)
27033 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27034 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27035 (neglst, obj, object, owner, please, problems, qlist)
27036 (random-adjective, relation, remlst, repetitive-shortness)
27037 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27038 (shortlst, something, sportslst, stallmanlst, states, subj)
27039 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27040 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27041 Defvar at compile time.
27043 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27044 not `make-variable-buffer-local'.
27046 2005-08-02 Kim F. Storm <storm@cua.dk>
27048 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27049 rectangle overlay in selected window.
27051 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
27053 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27054 instead of display group. Make `indicate-buffer-boundaries'
27055 customizable through Custom.
27057 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
27059 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27060 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27061 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27062 (gdb-put-string): Fix typos in docstrings.
27064 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
27066 Update copyright notices of files in progmodes directory for
27067 release of Emacs 22.1.
27069 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27071 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27072 Don't barf if the GUD buffer has been killed.
27074 2005-08-01 Kim F. Storm <storm@cua.dk>
27076 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27078 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
27080 * simple.el (next-error-follow-minor-mode):
27081 make-variable-buffer-local -> make-local-variable.
27083 * emacs-lisp/cl-extra.el: Require CL also when compiling.
27085 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27086 (byte-compile-form-make-variable-buffer-local): New functions to warn
27087 about misuses of make-variable-buffer-local where make-local-variable
27090 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
27092 * bs.el (bs-attributes-list): Doc fix.
27093 (bs): Update url-link.
27095 * desktop.el (desktop-save-buffer): Fix typos in docstring.
27096 (desktop-load-default): Simplify.
27098 * ibuffer.el (ibuffer-columnize-and-insert-list)
27099 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27100 (ibuffer-unmark-all, ibuffer-toggle-marks)
27101 (ibuffer-unmark-forward, ibuffer-unmark-backward)
27102 (ibuffer-compile-make-format-form, ibuffer-format-column)
27103 (ibuffer-current-buffers-with-marks)
27104 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27105 (ibuffer): Doc fix.
27106 (ibuffer-mode): Fix typo in docstring.
27107 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27108 with `define-obsolete-variable-alias'.
27109 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27111 2005-07-29 Kenichi Handa <handa@m17n.org>
27113 * international/mule-cmds.el (select-message-coding-system):
27114 Be sure to use LF for end-of-line. If no coding system is decided,
27115 return iso-8859-1-unix.
27117 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27119 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27120 (ange-ftp-pending-error-line): New vars.
27121 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27122 to handle the non-fatal no-route-to-host messages.
27123 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27125 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27127 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27128 (isearch-quote-char, isearch-printing-char)
27129 (isearch-text-char-description): "?\ " -> "?\s".
27130 (isearch-lazy-highlight-cleanup)
27131 (isearch-lazy-highlight-initial-delay)
27132 (isearch-lazy-highlight-interval)
27133 (isearch-lazy-highlight-max-at-a-time)
27134 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27135 Declare with define-obsolete-*-alias macros.
27136 (isearch-forward): Fix typo in docstring.
27137 (search-invisible, search-ring-yank-pointer)
27138 (regexp-search-ring-yank-pointer): Doc fixes.
27140 * recentf.el (recentf-menu-append-commands-p): Declare with
27141 `define-obsolete-variable-alias'.
27142 (recentf-max-saved-items, recentf-menu-filter)
27143 (recentf-arrange-by-rule-subfilter): Doc fixes.
27144 (recentf-menu-append-commands-flag)
27145 (recentf-initialize-file-name-history, recentf-expand-file-name)
27146 (recentf-clear-data): Fix typos in docstrings.
27148 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27150 * progmodes/gdb-ui.el: Smarten comments.
27151 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27153 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27155 * term/apollo.el (terminal-init-apollo): New function containing
27156 all former top level forms in the file.
27157 * term/bobcat.el (terminal-init-bobcat):
27158 * term/cygwin.el (terminal-init-cygwin):
27159 * term/iris-ansi.el (terminal-init-iris-ansi):
27160 * term/linux.el (terminal-init-linux):
27161 * term/news.el (terminal-init-news):
27162 * term/rxvt.el (terminal-init-rxvt):
27163 * term/sun.el (terminal-init-sun):
27164 * term/tvi970.el (terminal-init-tvi970):
27165 * term/vt100.el (terminal-init-vt100):
27166 * term/vt102.el (terminal-init-vt102):
27167 * term/vt125.el (terminal-init-vt125):
27168 * term/vt200.el (terminal-init-vt200):
27169 * term/vt201.el (terminal-init-vt201):
27170 * term/vt220.el (terminal-init-vt220):
27171 * term/vt240.el (terminal-init-vt240):
27172 * term/vt300.el (terminal-init-vt300):
27173 * term/vt320.el (terminal-init-vt320):
27174 * term/vt400.el (terminal-init-vt400):
27175 * term/vt420.el (terminal-init-vt420):
27176 * term/wyse50.el (terminal-init-wyse50):
27177 * term/xterm.el (terminal-init-xterm): Likewise.
27179 * term/README: Describe the terminal-init-* functionality.
27181 * startup.el (command-line): After loading the terminal initialization
27182 file call the corresponding terminal initialization function.
27184 2005-07-27 Kenichi Handa <handa@m17n.org>
27186 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27189 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27190 (ps-mule-composition-prologue): Fix for the case that
27191 RelativeCompose is false.
27193 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27195 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27197 * descr-text.el (describe-char): Handle the case where the list of
27198 chars is displayed in a separate frame.
27199 Be a bit more discriminating when looking for the char.
27201 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27203 * bookmark.el (bookmark-automatically-show-annotations)
27204 (bookmark-read-annotation-text-func): Doc fixes.
27205 (bookmark-save): Improve argument/docstring consistency.
27206 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27207 (bookmark-alist-from-buffer)
27208 (bookmark-upgrade-file-format-from-0)
27209 (bookmark-grok-file-format-version)
27210 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27211 (bookmark-read-annotation-mode)
27212 (bookmark-insert-current-bookmark, bookmark-jump)
27213 (bookmark-exit-hook): Fix typos in docstrings.
27214 (bookmark-exit-hooks): Define as obsolete alias.
27215 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27216 not `bookmark-exit-hooks'. Fix docstring.
27217 (bookmark-bmenu-select): "?\ " -> "?\s".
27219 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27221 * startup.el (command-line): Fix typo.
27223 2005-07-24 Richard M. Stallman <rms@gnu.org>
27225 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27226 not emacs-quick-startup.
27228 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27230 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27231 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27232 instead of `reb-with-current-window'.
27233 (reb-prev-match): Likewise. Also, don't move left if the search
27235 (reb-initialize-buffer): New function.
27236 (re-builder, reb-change-syntax): Use it.
27238 * man.el (Man-goto-page): Make second argument NOERROR optional.
27240 2005-07-23 Richard M. Stallman <rms@gnu.org>
27242 * man.el (Man-bgproc-sentinel): Check here for failure to find
27243 any man page in the output, and report the error here.
27244 (Man-arguments): Make it permanent local.
27245 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27246 (Man-mode): Pass t for NOERROR.
27248 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27249 (grep-mode-font-lock-keywords):
27250 Don't use compilation-...-face for messages that are not file names.
27252 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27253 Don't use compilation-...-face for messages that are not file names.
27255 2005-07-22 Juri Linkov <juri@jurta.org>
27257 * startup.el (normal-splash-screen): Update menu name.
27259 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27261 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27263 * term/xterm.el: Load term/rxvt if the terminal is actually an
27265 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27267 * term/rxvt.el (function-key-map): Use substitute-key-definition
27268 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27270 * term/cygwin.el: New file.
27272 2005-07-22 Kim F. Storm <storm@cua.dk>
27274 * image-file.el (insert-image-file, image-file-yank-handler):
27275 Fix last change to maintain a (unique) yank-handler on yanked images.
27277 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
27279 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27280 of the file size (as in "177B" for 177 bytes). This happens with
27281 "ls -lh" on FreeBSD.
27283 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27285 * hilit-chg.el (highlight-changes-global-initial-state)
27286 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27287 (hilit-chg-fixup, highlight-changes-mode):
27288 Fix typos in docstrings.
27289 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27292 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27294 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27295 mode function using `eval-after-load'.
27297 2005-07-21 Kim F. Storm <storm@cua.dk>
27299 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27300 included when reporting an Emacs crash, and tell about the DEBUG file.
27302 * image-file.el (insert-image-file): Add yank-handler.
27303 (image-file-yank-handler): Yank handler to make unique copies of
27304 images when they are yanked into a buffer next to each other.
27306 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27308 * comint.el (comint-use-prompt-regexp, comint-send-input)
27309 (comint-source-default, comint-extract-string)
27310 (comint-get-source, comint-word, comint-completion)
27311 (comint-source, comint-prompt-read-only, comint-update-fence):
27312 Fix typos in docstrings.
27313 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27314 Declare with define-obsolete-*-alias macros.
27315 (comint-previous-matching-input-from-input)
27316 (comint-next-matching-input-from-input)
27317 (comint-previous-matching-input, comint-next-matching-input)
27318 (comint-forward-matching-input):
27319 Improve argument/docstring consistency.
27321 * desktop.el (desktop-clear-preserve-buffers-regexp):
27322 Also preserve the *server* buffer.
27324 * simple.el (clone-indirect-buffer): Doc fix.
27325 (fixup-whitespace, just-one-space)
27326 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27327 (next-error, next-error-highlight)
27328 (next-error-highlight-no-select, next-error-last-buffer)
27329 (next-error-buffer-p, next-error-find-buffer, next-error)
27330 (previous-error, next-error-no-select, previous-error-no-select)
27331 (open-line, split-line, minibuffer-prompt-width, kill-new)
27332 (binary-overwrite-mode): Fix typos in docstrings.
27333 (set-fill-column): Fix typo in message.
27335 * skeleton.el (skeleton-proxy-new): Doc fix.
27337 * strokes.el (strokes-load-hook): Doc fix.
27338 (strokes-grid-resolution, strokes-get-grid-position)
27339 (strokes-renormalize-to-grid, strokes-read-stroke)
27340 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27341 (strokes-global-map): Fix typos in docstrings.
27342 (strokes-help): Doc fix. Fix help message and pass it through
27343 `substitute-command-keys'.
27345 * tempo.el (tempo-insert-prompt, tempo-interactive)
27346 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27347 (tempo-insert-string-functions, tempo-local-tags)
27348 (tempo-define-template, tempo-insert-template)
27349 (tempo-insert-prompt-compat, tempo-is-user-element)
27350 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27351 Fix typos in docstrings.
27353 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27354 (vcursor-key-bindings, vcursor-use-vcursor-map)
27355 (vcursor-find-window, vcursor-scroll-down)
27356 (vcursor-disable, vcursor-beginning-of-buffer)
27357 (vcursor-end-of-buffer): Fix typos in docstrings.
27358 (vcursor-relative-move, vcursor-get-char-count):
27359 Improve argument/docstring consistency.
27361 * version.el: "?\ " -> "?\s".
27363 * wid-edit.el (widget-default-create, widget-after-change)
27364 (widget-default-format-handler, widget-checklist-add-item)
27365 (widget-radio-add-item, widget-choose, widget-specify-secret)
27366 (widget-field-value-create, widget-field-value-get)
27367 (widget-editable-list-format-handler)
27368 (widget-editable-list-entry-create, widget-group-value-create)
27369 (widget-documentation-link-add)
27370 (widget-documentation-string-value-create): "?\ " -> "?\s".
27371 (widget-convert-text): Doc fix.
27372 (widget-narrow-to-field, widget-field-find)
27373 (widget-url-link-action, widget-emacs-library-link-action)
27374 (widget-color-notify): Fix typos in docstrings.
27376 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27377 (x-select-text, set-w32-system-coding-system)
27378 (w32-add-charset-info): Fix typos in docstrings.
27380 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27381 (cua-enable-cua-keys, cua-use-hyper-key)
27382 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27383 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27385 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27387 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27388 `defalias' instead of faking it.
27390 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27391 (eshell-ls-missing, eshell-ls-dired-initial-args)
27392 (eshell-ls-use-in-dired): Fix typos in docstrings.
27394 2005-07-20 Kim F. Storm <storm@cua.dk>
27396 * emulation/cua-base.el (cua-mode): Improve doc string.
27398 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27400 * abbrev.el (expand-region-abbrevs): Doc fix.
27401 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27402 Improve argument/docstring consistency.
27404 * arc-mode.el (archive-get-descr, archive-alternate-display):
27406 (archive-l-e): Improve argument/docstring consistency.
27407 (archive-tmpdir, archive-unixdate, archive-unixtime)
27408 (archive-chmod-entry): Fix typos in docstrings.
27409 (archive-unflag, archive-unflag-backwards)
27410 (archive-unmark-all-files): "?\ " -> "?\s".
27412 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27413 (Buffer-menu-not-modified, Buffer-menu-execute)
27414 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27415 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27417 * composite.el (compose-string, encode-composition-rule)
27418 (compose-last-chars): Fix typos in docstrings.
27420 * desktop.el (desktop-enable, desktop-basefilename):
27421 Declare with `define-obsolete-variable-alias'.
27422 (desktop-internal-v2s): Don't quote keywords.
27423 (desktop-clear): "?\ " -> "?\s".
27425 * dired.el (dired-align-file, dired-flag-backup-files)
27426 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27427 (dired-listing-switches, dired-ls-F-marks-symlinks)
27428 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27429 (dired-directory, dired-faces, dired, dired-revert)
27430 (dired-mode, dired-summary, dired-view-file)
27431 (dired-copy-filename-as-kill, dired-delete-file)
27432 (dired-no-confirm, dired-unmark-all-marks)
27433 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27434 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27435 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27436 Fix typos in message strings.
27438 * dired-x.el (virtual-dired): Declare with `defalias'.
27439 (dired-mark-unmarked-files, dired-local-variables-file)
27440 (dired-omit-here-always): Doc fix.
27441 (dired-omit-mode, dired-find-subdir)
27442 (dired-enable-local-variables, dired-clean-up-buffers-too)
27443 (dired-extra-startup, dired-mark-extension, dired-jump)
27444 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27445 (dired-smart-shell-command, dired-guess-shell-alist-user)
27446 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27447 (dired-x-bind-find-file, dired-x-submit-report):
27448 Fix typos in docstrings.
27449 (dired-mark-unmarked-files): "?\ " -> "?\s".
27451 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27453 * faces.el (describe-face): "?\ " -> "?\s".
27454 (read-all-face-attributes, read-face-font, modify-face)
27455 (face-attr-construct, italic): Fix typos in docstrings.
27456 (frame-update-face-colors): Declare with
27457 `define-obsolete-function-alias'.
27459 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27460 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27461 (magic-mode-alist, buffer-file-numbers-unique)
27462 (write-file-functions, get-free-disk-space):
27463 Fix typos in docstrings.
27464 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27465 (write-contents-hooks, write-file-hooks):
27466 Declare with `define-obsolete-variable-alias'.
27468 * forms-d2.el (arch-rj): Fix typo in docstrings.
27469 (arch-tocol): Likewise. "?\ " -> "?\s".
27471 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27472 Fix typo in docstring.
27473 (set-screen-width, set-screen-height): Delete redundant info in
27475 (new-frame, screen-height, screen-width): Declare with
27476 `define-obsolete-function-alias'.
27477 (delete-frame-hook, blink-cursor): Declare with
27478 `define-obsolete-variable-alias'.
27480 * paths.el (prune-directory-list): Fix typos in docstring.
27482 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27483 (cvs-prefix-get): Fix typos in docstrings.
27485 * ps-print.el (ps-extend-face-list, ps-extend-face)
27486 (ps-print-background-image): Fix typos in docstrings.
27487 (ps-default-fg, ps-default-bg): Doc fixes.
27489 * s-region.el (s-region-bind): Doc fix.
27490 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27492 * textmodes/org.el (org-table-formula-substitute-names)
27493 (org-table-get-vertical-vector): Doc fixes.
27494 (org-table-recalculate): Remove unused argument to `message'.
27496 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27498 * textmodes/org.el (org-table-column-names)
27499 (org-table-column-name-regexp)
27500 (org-table-named-field-locations): New variables.
27501 (org-archive-subtree): Protect `this-command' when calling
27502 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27504 (org-complete): Remove fixed-formula completion.
27505 (org-edit-formulas-map): New variable.
27506 (org-table-edit-formulas): New command.
27507 (org-finish-edit-formulas, org-abort-edit-formulas)
27508 (org-show-variable, org-table-get-vertical-vector): New functions.
27509 (org-table-maybe-eval-formula): Handle `:=' fields.
27510 (org-table-get-stored-formulas, org-table-store-formulas)
27511 (org-table-get-formula, org-table-modify-formulas)
27512 (org-table-replace-in-formulas): Handle named field formulas.
27513 (org-table-get-specials): Store locations of named fields.
27515 2005-07-19 Juri Linkov <juri@jurta.org>
27517 * progmodes/grep.el (grep-regexp-alist)
27518 (grep-mode-font-lock-keywords, grep-process-setup):
27519 Use default GNU grep match color "01;31m" instead of "01;41m".
27520 (grep-regexp-alist, grep-mode-font-lock-keywords):
27521 Use `\\[[0-9]*m' instead of `\\[00m'.
27522 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27523 sgr_start where its handling is more important. Use the real
27524 length of sgr_start instead of constant 8.
27525 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27526 specially. Delete all remaining escape sequences.
27527 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27528 (grep-regexp-alist): Make hyperlink only for binary file name
27529 instead of the whole line.
27530 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27531 (grep-mode): Add autoload.
27533 * emacs-lisp/find-func.el (find-function-regexp):
27534 Add `define-compilation-mode'.
27536 2005-07-19 Juri Linkov <juri@jurta.org>
27538 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27539 (compare-windows-sync-string-size, compare-windows-recenter)
27540 (compare-windows-highlight, compare-windows): Add version 22.1.
27541 (compare-windows) <defface>: Inherit from lazy-highlight instead
27542 of duplicating its default value.
27544 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27545 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27547 * descr-text.el (describe-char): Create link buttons for `charset'
27548 and `code point'. Add the current input method name with a link
27549 button to `to input' field. Print face names of display table
27550 characters in `The display table entry is displayed by' section
27551 instead of printing face-id in the `display' field.
27552 Guess hardcoded faces and create a link button for them.
27553 Skip empty fields when calculating max-width.
27554 Treat `widget-create' specially while inserting strings from the
27555 collected field list.
27556 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27558 * diff-mode.el (diff-file-header): Change foreground color from
27559 yellow to green on light backgrounds.
27560 (diff-context): Inherit from `shadow' only for color/grayscale
27561 with more than 88 colors.
27562 (diff-indicator-removed, diff-indicator-added)
27563 (diff-indicator-changed): New faces.
27564 (diff-font-lock-keywords): Use new faces. Regroup rules.
27565 Add "^---$" for `normal' diff format. Fontify `#' lines with
27566 font-lock-comment-delimiter-face and font-lock-comment-face.
27567 Add `#' to ^[^...] in the rule for `diff-context-face'.
27569 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27570 a button-like box. Inherit from `highlight' on low colors.
27571 (shadow): Use shades of gray only for color/grayscale with
27572 more than 88 colors. Use green for light backgrounds with
27573 8 colors, and yellow for dark backgrounds with 8 colors.
27575 * font-lock.el (font-lock-regexp-grouping-backslash):
27576 Don't inherit from escape-glyph (use bold for all cases).
27578 * info.el (info-xref-visited): Use light foreground color `violet'
27579 for dark backgrounds instead of dark color `magenta3'.
27580 (info-title-1): Use `yellow' color for dark backgrounds.
27582 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27583 too-light magenta2.
27585 * replace.el (match): Use slightly more light RoyalBlue3 instead
27586 of dark RoyalBlue4.
27588 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27590 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27592 * novice.el (disabled-command-hook): Declare it with
27593 `define-obsolete-variable-alias'.
27595 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27596 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27597 (desktop-load-default): Add release to obsolescence info.
27598 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27599 (desktop-append-buffer-args, desktop-read):
27600 Fix typos in docstrings.
27601 (desktop-kill): Fix typo in message.
27602 (desktop-save): Doc fix.
27604 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27606 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27607 (viper-envelop-ESC-key): Change the definition of fast
27608 keysequence so it'll work with keyboard macros.
27610 * ediff.el (ediff-patch-buffer): Change the docstring.
27612 2005-07-19 Kenichi Handa <handa@m17n.org>
27614 * international/mule-cmds.el (select-safe-coding-system): Try to
27615 use an auto-coding (if any) before anything else. If the found
27616 auto-coding is invalid, show a warning message.
27618 * international/mule.el (find-auto-coding): New function created
27619 by modifying the body of set-auto-coding.
27620 (set-auto-coding): Use find-auto-coding to find a coding.
27622 2005-07-18 Richard M. Stallman <rms@gnu.org>
27624 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27625 not isearch-mode-end-hook-error.
27626 (allout-before-change-protect): Fix error message.
27628 2005-07-18 Juri Linkov <juri@jurta.org>
27630 * allout.el (allout-mode):
27631 * calculator.el (calculator-copy):
27632 * custom.el (custom-known-themes):
27633 * dired.el (dired-desktop-buffer-misc-data)
27634 (dired-restore-desktop-buffer):
27635 * dired-x.el (dired-omit-marker-char):
27636 * files.el (basic-save-buffer):
27637 * font-core.el (font-lock-mode):
27638 * calendar/calendar.el (calendar-goto-hebrew-date)
27639 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27640 (calendar-goto-persian-date):
27641 * language/ethio-util.el (ethio-sera-to-fidel-region):
27642 * textmodes/picture.el (picture-mode):
27643 Delete duplicate duplicate words.
27645 2005-07-18 Juri Linkov <juri@jurta.org>
27647 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27649 (isearch-fallback): Don't call `isearch-process-search-char'.
27650 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27651 (isearch-process-search-char): Call `isearch-fallback' for regexp
27653 (isearch-return-char): Make obsolete with `make-obsolete' instead
27654 of simply documenting it as obsolete in the docstring.
27655 (isearch-fallback): Refill docstring.
27657 * international/isearch-x.el
27658 (isearch-process-search-multibyte-characters): Remove unneeded
27659 `concat'. Add intermediate values to `junk-hist' instead of
27660 `minibuffer-history'. Test the length of `str'.
27662 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27664 * allout.el (allout-resolve-xref): Fix typos in error strings.
27665 (allout-before-change-protect): Remove unneeded `concat'.
27667 * array.el (array-mode, array-reconfigure-rows)
27668 (untabify-backward): Fix typos in docstrings.
27669 (array-reconfigure-rows): Use `insert-buffer-substring', not
27672 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27673 * progmodes/ada-mode.el (ada-make-body):
27674 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27676 * dired.el (dired-log):
27677 * tar-mode.el (tar-subfile-save-buffer):
27678 * play/zone.el (zone-pgm-stress-destress):
27679 Use `insert-buffer-substring', not `insert-buffer'.
27681 2005-07-17 Simon Josefsson <jas@extundo.com>
27683 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27685 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27687 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27688 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27690 2005-07-17 Kim F. Storm <storm@cua.dk>
27692 * ido.el (dired-other-window): Add ido property.
27694 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27696 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27697 Fix typo in docstring.
27698 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27699 `insert-file-literally'.
27701 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27702 info and delete redundant message. Doc fix.
27703 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27704 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27706 2005-07-16 Richard M. Stallman <rms@gnu.org>
27708 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27709 (byte-compile-and): Use byte-compile-and-recursion.
27710 (byte-compile-or-recursion): New function.
27711 (byte-compile-or): Use that.
27712 (byte-compile-if): Guard the else-clause too.
27713 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27715 * isearch.el (isearch-mode-end-hook-quit): New variable.
27716 (isearch-done): Bind it.
27717 (isearch-mode-end-hook): Doc fix.
27719 * allout.el (allout-isearch-did-quit): Variable deleted.
27720 (allout-real-isearch-abort): Function name no longer used.
27721 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27722 (allout-isearch-rectification): isearch-mode always exists.
27723 Don't set allout-isearch-did-quit.
27724 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27725 allout-isearch-did-quit.
27726 (allout-enwrap-isearch): Just add the hook.
27727 (allout-isearch-abort): Function deleted.
27728 (allout-pre-command-business): Avoid warning.
27730 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27731 Correctly avoid warnings.
27732 (pascal-outline): Likewise.
27734 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27736 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27738 * play/tetris.el (tetris-mode): Avoid warning.
27740 * play/snake.el (snake-mode): Avoid warning.
27742 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27743 (gamegrid-set-display-table): Avoid warning.
27744 (gamegrid-set-timer): Likewise.
27745 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27746 (gamegrid-add-score-with-update-game-score-1): Take FILE
27748 (gamegrid-add-score-with-update-game-score): Pass that argument.
27749 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27751 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27753 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27754 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27756 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27759 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27760 (sc-ask): Avoid warnings.
27762 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27763 (eshell-hist-initialize): Use that var the natural way.
27765 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27767 * emacs-lisp/re-builder.el (reb-cook-regexp):
27768 Avoid warning calling lre-compile-string.
27769 (reb-color-display-p): Avoid warning.
27771 * calculator.el (calculator-last-input): Guard uses
27772 of event-key and key-press-event-p.
27773 (event-key, key-press-event-p): Delete definitions.
27775 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27776 (find-gc-source-directory, find-gc-subrs-callers)
27777 (find-gc-noreturn-list, find-gc-source-files)
27778 (find-gc-subrs-called): Vars renamed and defvar'd.
27780 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27781 (checkdoc-overlay-put, checkdoc-delete-overlay)
27782 (checkdoc-overlay-start, checkdoc-overlay-end)
27783 (checkdoc-mode-line-update, checkdoc-char=):
27784 Define such that compiler knows they are defined.
27785 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27786 (checkdoc-read-event): Delete. Use read-event directly.
27788 * whitespace.el (whitespace-make-overlay)
27789 (whitespace-overlay-put, whitespace-delete-overlay)
27790 (whitespace-overlay-start, whitespace-overlay-end):
27791 Define such that compiler knows they are defined.
27792 (whitespace): Move conditional inside.
27794 * tempo.el (tempo-insert-template): Suppress warning.
27796 * ediff-diff.el (longlines-mode): Add defvar.
27798 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27800 * server.el: Bind "C-x #" in a way that works even if C-x is
27801 redefined to a command key, not a prefix key.
27803 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27805 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27806 cl-make-type-test till execution time.
27808 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27810 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27811 arg ARG and use it.
27813 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27815 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27817 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27819 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27820 a defcustom with two :set or :type keywords.
27822 2005-07-15 Richard M. Stallman <rms@gnu.org>
27824 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27825 Don't give ^M comment-end syntax.
27827 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27829 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27830 Don't consider gdbmi (gdb-mi.el has its own update functions).
27831 (gdb-var-delete): Make it work for gdbmi as well.
27832 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27834 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27835 (gud-speedbar-menu-items): Correct logic for enabling items.
27837 2005-07-15 Kim F. Storm <storm@cua.dk>
27839 * ido.el: Fix commentary.
27840 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27841 Use with-no-warnings around ffap-guesser.
27842 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27843 Let bind minibuffer-completing-file-name to t.
27845 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27847 * startup.el (site-run-file, keyboard-type): Doc fixes.
27848 (command-line): Check for "--basic-display" argument; also for
27849 "--quick", not "--bare-bones" (which was renamed).
27850 (fancy-splash-text): Add missing item "Getting New Versions".
27851 (normal-splash-screen): Fix typos and improve consistency with
27852 `fancy-splash-text'. Update copyright year.
27854 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27855 valid binding for `help-char'.
27857 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27859 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27861 * term.el (term-mode): Disable cua-mode for term buffers.
27863 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27865 * add-log.el (add-log-mailing-address, change-log-merge):
27867 (change-log-get-method-definition): Fix typo in docstring.
27869 2005-07-14 Kim F. Storm <storm@cua.dk>
27871 * emulation/cua-base.el:
27872 (cua--pre-command-handler-1, cua--pre-command-handler)
27873 (cua--post-command-handler-1, cua--post-command-handler):
27874 Split in two. Check (buffer local) value of cua-mode.
27875 (cua-selection-mode): New command.
27877 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27879 * custom.el (custom-initialize-safe-set)
27880 (custom-initialize-safe-default): Doc fixes.
27882 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27883 and simplify :init-value again.
27885 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27886 and simplify :init-value again. Delete autoload.
27888 * startup.el (command-line): Use `custom-reevaluate-setting' again
27891 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27892 a defcustom with two :initialize keywords.
27894 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27896 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27897 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27898 (allout-post-command-business, allout-flag-region)
27899 (isearch-reenable-font-lock, allout-yank)
27900 (allout-insert-latex-header, allout-insert-latex-trailer)
27901 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27902 (allout-latex-verb-quote): Fix typos in docstrings.
27903 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27904 (allout-unprotected, allout-prefix-data):
27905 Improve argument/docstring consistency.
27906 (allout-chart-subtree): Fix argument spec.
27907 (allout-open-topic): Rename `use_sib_bullet' argument to
27908 `use-sib-bullet'. Doc fix.
27910 * whitespace.el (whitespace-check-buffer-leading)
27911 (whitespace-check-buffer-trailing)
27912 (whitespace-check-buffer-indent)
27913 (whitespace-check-buffer-spacetab)
27914 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27915 (whitespace-check-leading-whitespace)
27916 (whitespace-check-trailing-whitespace)
27917 (whitespace-check-spacetab-whitespace)
27918 (whitespace-check-indent-whitespace)
27919 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27920 (whitespace-modes): Fix typos in docstrings.
27921 (defgroup, defcustom): Doc fixes.
27923 * winner.el (winner-mode, winner-boring-buffers)
27924 (winner-pending-undo-ring): Doc fixes.
27925 (winner-ring): Remove unneeded `progn'.
27926 (winner-equal): `defsubst' it.
27927 (winner-redo): Fix message.
27929 2005-07-13 Kim F. Storm <storm@cua.dk>
27931 * simple.el (line-move-1): Always use vertical-motion to
27932 do the last (or only) line move to ensure some movement.
27933 Undo 2005-06-23 change--don't check for overlays.
27935 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27937 * term/mac-win.el (ccl-encode-mac-roman-font)
27938 (ccl-encode-mac-centraleurroman-font)
27939 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27940 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27941 Change charset-id boundary of dimension to ?\xef.
27942 (mac-char-fontspec-list): New constant.
27943 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27944 argument. Nil uses itself as family in font-spec. Previous
27945 behavior for nil is now provided by non-nil non-string argument.
27946 All callers changed. Add font-specs for Mac fonts to
27947 "fontset-default" unless iso8859-1 fonts are installed.
27949 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27951 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27952 a continuation line if the \ is preceded by SPC or TAB.
27953 (sh-get-indent-info): Simplify.
27954 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27955 Use with-current-buffer.
27957 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27958 when the matched text is empty.
27960 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27962 * startup.el (command-line): Revert to previous handling of
27963 tooltip-mode. Explain in comment why the complexity is needed.
27965 * tooltip.el (tooltip-mode): Revert to previous implementation of
27968 * frame.el (blink-cursor-mode): Revert to previous implementation
27969 of its defcustom. Update comment.
27971 2005-07-12 Lars Hansen <larsh@soem.dk>
27973 * desktop.el: Update e-mail address.
27975 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27977 * term/mac-win.el (mac-services-mail-selection)
27978 (mac-services-mail-to): New functions.
27979 (mac-application-menu-map): Bind them.
27981 2005-07-12 wulei <milton@wulei.net> (tiny change)
27983 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27985 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27987 * custom.el (custom-reevaluate-setting): Doc fix.
27989 2005-07-11 Jay Belanger <belanger@truman.edu>
27991 * calc/calc.el (calc-embedded-announce-formula-alist)
27992 (calc-embedded-open-close-plain-alist)
27993 (calc-embedded-open-close-mode-alist): Add checks for additional
27994 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27996 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27998 * custom.el (custom-enable-theme): Don't add theme to
27999 `custom-enabled-themes' with `push' because there is no
28000 setf-method for `delq'.
28002 2005-07-11 Richard M. Stallman <rms@gnu.org>
28004 * custom.el (custom-declare-variable): Doc fix.
28006 * dired-aux.el (dired-compare-directories): Remove "." and ".."
28009 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28010 Do nothing if edebug-active.
28012 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28013 (edebug-display): Do it here instead.
28015 2005-07-10 Richard M. Stallman <rms@gnu.org>
28017 * cus-face.el (custom-theme-set-faces): Make it work.
28018 (custom-reset-faces): Doc fix.
28019 (custom-theme-reset-internal-face, custom-theme-face-value):
28022 * custom.el (custom-push-theme): Maintain list of the settings
28023 of a given theme in its theme-settings property.
28024 Maintain position of old settings in the theme-value
28025 or theme-face property.
28026 (custom-enabled-themes): New variable.
28027 (custom-theme-enabled-p): New function.
28028 (provide-theme): Update custom-enabled-themes.
28029 Disable and reenable the `user' theme.
28030 (require-theme): Doc fix.
28031 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28032 (custom-theme-value, custom-theme-variable-value): Likewise.
28033 (custom-theme-reset-internal): Likewise.
28034 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28035 (custom-enable-theme, custom-disable-theme): New functions.
28036 (custom-variable-theme-value, custom-face-theme-value): Likewise.
28037 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28038 (custom-theme-reset-variables): Simplify.
28039 (deftheme, custom-declare-theme, custom-make-theme-feature):
28042 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
28044 * longlines.el (longlines-show-region)
28045 (longlines-unshow-hard-newlines): Recognize hard newlines by
28046 non-nil hard property, instead of t.
28048 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
28050 * emulation/viper-cmd.el (viper--key-maps): New variable.
28051 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28052 emulation-mode-map-alists.
28053 (viper-envelop-ESC-key): Use viper-subseq.
28054 (viper-search-forward/backward/next): Disable debug-on-error.
28056 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28057 (viper-ESC-key): New defcustoms.
28059 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28061 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28062 (viper-subseq): Copy of subseq from cl.el.
28064 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28065 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28067 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28069 * emulation/viper-init.el: Get rid of -face in face names.
28071 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28072 Make it work with longlines mode.
28074 * ediff-mult.el (ediff-meta-mode-hook): New variable.
28076 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28078 * ediff-init.el: Get rid of -face in face names.
28080 2005-07-10 Richard M. Stallman <rms@gnu.org>
28082 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28083 and with-timeout-unsuspend.
28085 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28086 and with-timeout-unsuspend.
28088 * emacs-lisp/timer.el (with-timeout-timers): New variable.
28089 (with-timeout): Bind that variable to record timers.
28090 (with-timeout-suspend, with-timeout-unsuspend): New functions.
28092 * emacs-lisp/debug.el (debug-help-follow): New function.
28093 (debugger-mode-map): Use that instead of help-follow.
28094 (debugger-setup-buffer): Use eval-buffer-list
28095 to handle eval-buffer frames.
28097 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
28099 * timezone.el (timezone-parse-date): Change first regexp
28100 so it will not mistakenly match dates with no time zone.
28102 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28104 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28106 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28108 * custom.el (custom-initialize-safe-set)
28109 (custom-initialize-safe-default): New functions.
28111 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28112 and simplify :init-value.
28114 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28115 and simplify :init-value. Delete obsolete comment.
28117 * startup.el (command-line): Use `custom-reevaluate-setting' to
28118 handle `tooltip-mode'. Delete obsolete comment.
28120 * files.el (set-visited-file-name): Avoid calling
28121 `file-name-nondirectory' with a nil argument.
28123 2005-07-09 Richard M. Stallman <rms@gnu.org>
28125 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28126 was called with nil for the buffer, handle the read position right.
28127 Handle read position for eval-region, too.
28129 2005-07-09 Juri Linkov <juri@jurta.org>
28131 * fringe.el (fringe-mode): Add period in docstring.
28132 (fringe-query-style): Build prompt depending on `all-frames' arg.
28134 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28135 to not create links to unrelated functions in the Help buffer.
28137 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28140 * simple.el (next-error-hook): New variable.
28141 (next-error): Use it. Doc fix.
28143 * textmodes/ispell.el (ispell-command-loop): Add current
28144 dictionary name and program name to mode-line-format.
28145 (ispell-region, ispell-process-line): Add current dictionary name
28146 and program name to messages.
28148 2005-07-08 Jay Belanger <belanger@truman.edu>
28150 * calc/calc.el (calc-embedded-announce-formula-alist)
28151 (calc-embedded-open-close-formula-alist)
28152 (calc-embedded-open-close-word-alist)
28153 (calc-embedded-open-close-plain-alist)
28154 (calc-embedded-open-close-new-formula-alist)
28155 (calc-embedded-open-close-mode-alist)
28156 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28157 (calc-embedded-mode-hook): New variables.
28159 * calc/calc-embed.el (calc-embedded-firsttime)
28160 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28162 (calc-do-embedded): Use calc-embedded-firsttime,
28163 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28164 determine whether or not to run hooks.
28165 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28166 calc-embedded-firsttime-formula appropriately.
28167 Set calc-embedded delimiter variables according to mode.
28169 2005-07-08 Richard M. Stallman <rms@gnu.org>
28171 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28172 Check for "emacs", etc., as entire symbol, not just as word.
28173 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28175 * files.el (set-visited-file-name): Report the error
28176 for "empty filename" earlier.
28177 (kill-some-buffers): Ignore buffers already dead.
28179 * fringe.el (fringe-mode): Doc fix.
28181 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28182 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28183 Use unwind-protect to ensure byte-compile-unresolved-functions
28186 * whitespace.el (whitespace-buffer-leading-cleanup):
28187 Simplify w/ skip-chars-forward.
28188 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28190 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28191 Unconditionally try to leave point at the same old place.
28193 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28195 * comint.el (comint-postoutput-scroll-to-bottom)
28196 (comint-show-maximum-output): Take scroll-margin into consideration.
28198 2005-07-08 Kim F. Storm <storm@cua.dk>
28200 * ido.el (ido-use-filename-at-point): New choice `guess'.
28201 (ido-file-internal): Try ffap-guesser if selected.
28203 * ido.el (ido-before-fallback-functions): New hook.
28204 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28205 (ido-read-file-name): Run it.
28207 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28209 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28210 strings rather than a list of symbols to the completion function.
28212 2005-07-07 Jay Belanger <belanger@truman.edu>
28214 * calc/calc-units.el (math-apply-units): Change the places in
28215 which units are simplified.
28217 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28219 * cus-edit.el (customize-option, customize-option-other-window):
28220 Make them handle aliases.
28222 * custom.el (custom-variable-p): Make it recursively follow
28223 aliases. Mention that in the docstring.
28225 2005-07-07 Richard M. Stallman <rms@gnu.org>
28227 * cus-start.el (exec-path): Use `directory' instead of `file'.
28230 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28232 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28233 when called non-interactively. Doc fix.
28235 2005-07-07 Lute Kamstra <lute@gnu.org>
28237 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28238 new address as well.
28240 2005-07-07 Kenichi Handa <handa@m17n.org>
28242 * international/mule.el (make-coding-system):
28243 Describe `ascii-incompatible' property in the docstring.
28244 (set-file-name-coding-system): Signal an error if coding-system is
28245 ascii-incompatible.
28246 (set-keyboard-coding-system): Likewise.
28248 * international/mule-cmds.el (set-default-coding-systems):
28249 Don't set default-file-name-coding-system and
28250 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28252 * international/utf-16.el: Declare that all UTF-16-based coding
28253 systems are ASCII-incompatible.
28255 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28257 * progmodes/gud.el: Require font-lock for displaying errors.
28260 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28262 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28263 values for the pattern lists which are `read'able but not
28264 `append'able (like symbols).
28266 2005-07-06 Richard M. Stallman <rms@gnu.org>
28268 * progmodes/flymake.el (flymake-float-time): Instead of
28269 with-no-warnings, test for XEmacs.
28270 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28273 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28275 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28277 2005-07-05 Lute Kamstra <lute@gnu.org>
28279 * battery.el: Add support for Darwin (with much debugging help
28280 from Samuel Lauber <sam124@operamail.com>).
28281 (battery-status-function, battery-echo-area-format)
28282 (battery-mode-line-format): Add support for pmset on Darwin.
28283 (battery-load-low, battery-load-critical): New user options.
28284 (battery-pmset): New function.
28286 2005-07-05 Lute Kamstra <lute@gnu.org>
28288 Update FSF's address in GPL notices.
28290 * textmodes/page-ext.el: Update FSF's address.
28292 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28294 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28295 filling from using prefix when filling a single-line docstring.
28297 * progmodes/flymake.el: Remove useless eval-when-compile.
28299 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28301 2005-07-04 Richard M. Stallman <rms@gnu.org>
28303 * textmodes/org.el (org-file-apps-defaults-gnu):
28304 Rename from org-file-apps-defaults-linux.
28305 (org-default-apps): Don't test system-type for `linux'.
28306 (org-file-apps): Doc fix.
28308 2005-07-04 David Ponce <david@dponce.com>
28310 * tree-widget.el: Improve header Commentary section.
28311 (tree-widget) [defgroup]
28312 (tree-widget-image-enable, tree-widget-themes-directory)
28313 (tree-widget-theme, tree-widget-image-properties-emacs)
28314 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28315 (tree-widget-image-formats, tree-widget-control)
28316 (tree-widget-empty-control, tree-widget-leaf-control
28317 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28318 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28319 (tree-widget-keep, tree-widget-after-toggle-functions)
28320 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28321 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28322 :help-echo message.
28323 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28324 (tree-widget-image-properties): Doc fix. Clearer implementation.
28325 (tree-widget--cursors): New constant.
28326 (tree-widget-lookup-image): New function split from
28327 `tree-widget-find-image'. Clearer implementation.
28328 (tree-widget-find-image): Use it.
28329 (tree-widget-button-keymap): Use `set-keymap-parent'.
28330 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28331 Define the sub-widgets here.
28332 (tree-widget-node): Check that :node is not a tree-widget.
28333 (tree-widget-get-super, tree-widget-open-control)
28334 (tree-widget-close-control, tree-widget-empty-control)
28335 (tree-widget-leaf-control, tree-widget-guide)
28336 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28337 (tree-widget-no-handle, tree-widget-value-delete)
28338 (tree-widget-map): Remove.
28339 (tree-widget-children-value-save): Doc fix. Simplified.
28340 (tree-widget-value-create): Update according to previous changes.
28342 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28344 * textmodes/org.el: Leading space replaced by TABS.
28345 (org-recalc-marks, org-table-rotate-recalc-marks)
28346 (org-table-get-specials): Treat "^" and "_" marks.
28347 (org-table-justify-field-maybe): Optional argument NEW.
28348 (org-table-eval-formula): Parsing of the format simplified.
28349 New modes C,I. Honor the %= parameter in the current table.
28350 Avoid unnecessary re-align by using the NEW argument to
28351 `org-table-justify-field-maybe'.
28352 (org-calc-default-modes): Default for date-format mimicks org-mode.
28353 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28355 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28357 * cus-face.el (custom-theme-set-faces): Make it handle face
28358 aliases whose alias declarations are pre- or autoloaded.
28360 2005-07-04 Juri Linkov <juri@jurta.org>
28362 * faces.el (read-face-name): Put the code for getting a face name
28363 from the buffer before adding the faces from the `face' property.
28364 Use `completing-read-multiple' instead of `completing-read'.
28365 Require `crm'. Add default value and post-process the returned
28368 * emacs-lisp/crm.el (crm-find-current-element)
28369 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28371 * emacs-lisp/lisp-mode.el (eval-defun-1):
28372 * emacs-lisp/edebug.el (edebug-eval-defun):
28373 Remove unnecessary quotes.
28375 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28377 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28378 (prolog-indent-level): Fix typo in docstring.
28380 * info.el (Info-history, Info-history-forward)
28381 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28383 * add-log.el (add-change-log-entry):
28384 * comint.el (comint-dynamic-list-input-ring)
28385 (comint-dynamic-list-completions):
28386 * dabbrev.el (dabbrev-expand):
28387 * delim-col.el (delimit-columns-rectangle-line):
28388 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28389 (diff-unified->context):
28390 * ediff-init.el (ediff-abbrev-jobname):
28391 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28392 (ediff-replace-session-activity-marker-in-meta-buffer):
28393 * info.el (Info-summary):
28394 * lpr.el (printify-region):
28395 * printing.el (pr-create-interface):
28396 * ps-print.el (ps-print-quote):
28397 * ses.el (ses-column-widths, ses-print-cell)
28398 (ses-adjust-print-width, ses-center):
28399 * shell.el (shell-file-name-quote-list):
28400 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28401 (strokes-fill-current-buffer-with-whitespace)
28402 (strokes-xpm-for-stroke, strokes-list-strokes)
28403 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28404 * term.el (term-dynamic-list-input-ring)
28405 (term-dynamic-list-completions):
28406 * calc/calc.el (math-format-stack-value):
28407 * emacs-lisp/edebug.el (edebug-display-freq-count):
28408 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28409 (delphi-new-comment-line):
28410 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28411 * progmodes/executable.el (executable-set-magic):
28412 * progmodes/python.el (inferior-python-mode):
28413 * progmodes/scheme.el (scheme-mode-syntax-table):
28414 * progmodes/sh-script.el (sh-maybe-here-document):
28415 * progmodes/sql.el (sql-copy-column):
28416 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28417 * textmodes/bibtex.el (bibtex-mode):
28418 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28419 (sgml-auto-attributes):
28420 * textmodes/table.el (table-insert, table-shorten-cell)
28421 (table--generate-source-scan-lines, table-delete-row)
28422 (*table--cell-delete-char, table--spacify-frame)
28423 (table--horizontally-shift-above-and-below)
28424 (table--cell-insert-char, table--cell-blank-str)
28425 (table--fill-region-strictly):
28426 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28427 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28429 * add-log.el (change-log):
28430 * apropos.el (apropos):
28431 * comint.el (comint-completion, comint-source):
28432 * dabbrev.el (dabbrev):
28433 * delim-col.el (columns):
28434 * diff-mode.el (diff-mode):
28435 * ediff.el (ediff):
28436 * ediff-diff.el (ediff-diff):
28437 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28438 * ediff-mult.el (ediff-mult):
28439 * ediff-ptch.el (ediff-ptch):
28440 * ediff-wind.el (ediff-window):
28441 * facemenu.el (facemenu):
28442 * indent.el (indent):
28444 * jka-cmpr-hook.el (compression, jka-compr):
28446 * outline.el (outlines):
28447 * pcmpl-cvs.el (pcmpl-cvs):
28448 * pcmpl-rpm.el (pcmpl-rpm):
28449 * printing.el (printing):
28450 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28451 (ps-print-vertical, ps-print-headers, ps-print-font)
28452 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28453 (ps-print-background, ps-print-printer, ps-print-page)
28454 (ps-print-miscellany):
28456 * shell.el (shell, shell-directories, shell-faces):
28457 * startup.el (initialization):
28458 * strokes.el (strokes):
28460 * uniquify.el (uniquify):
28461 * w32-vars.el (w32):
28462 * calc/calc.el (calc):
28463 * emacs-lisp/bytecomp.el (bytecomp):
28464 * emacs-lisp/cl-indent.el (lisp-indent):
28465 * emacs-lisp/edebug.el (edebug):
28466 * emacs-lisp/elp.el (elp):
28467 * emacs-lisp/testcover.el (testcover):
28468 * emacs-lisp/trace.el (trace):
28469 * emulation/viper-ex.el (viper-ex):
28470 * emulation/viper-mous.el (viper-mouse):
28471 * mail/mailalias.el (mailalias):
28472 * mail/supercite.el (supercite, supercite-frames)
28473 (supercite-attr, supercite-cite, supercite-hooks):
28474 * net/rcompile.el (remote-compile):
28475 * net/rlogin.el (rlogin):
28476 * obsolete/ooutline.el (outlines):
28477 * progmodes/delphi.el (delphi):
28478 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28479 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28480 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28481 (ebnf-optimization):
28482 * progmodes/etags.el (etags):
28483 * progmodes/executable.el (executable):
28484 * progmodes/idlwave.el (idlwave):
28485 * progmodes/pascal.el (pascal):
28486 * progmodes/prolog.el (prolog):
28487 * progmodes/python.el (python):
28488 * progmodes/scheme.el (scheme):
28489 * progmodes/sh-script.el (sh, sh-script):
28490 * progmodes/sql.el (SQL):
28491 * progmodes/tcl.el (tcl):
28492 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28493 * textmodes/enriched.el (enriched):
28494 * textmodes/makeinfo.el (makeinfo):
28495 * textmodes/sgml-mode.el (sgml):
28496 * textmodes/table.el (table-hooks):
28497 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28498 * textmodes/texinfo.el (texinfo):
28499 * textmodes/two-column.el (two-column):
28500 Finish `defgroup' description with period.
28502 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28503 * eshell/esh-var.el (eshell-var):
28504 * progmodes/vhdl-mode.el (vhdl-testbench):
28505 * textmodes/org.el (org): Fix typos in docstrings.
28507 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28510 * progmodes/flymake.el (flymake-find-file): Remove.
28511 (flymake-float-time): Use `with-no-warnings'.
28512 (flymake-check-start-time, flymake-check-was-interrupted)
28513 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28514 (flymake-new-err-info): `defvar' at compile time.
28516 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28518 * replace.el (occur-hook): Doc fix.
28519 (occur-1): Don't call `occur-hook' if there are no matches.
28521 2005-07-03 Richard M. Stallman <rms@gnu.org>
28523 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28524 global-map, save the same map.
28525 (global-map): Don't alter it at top level.
28526 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28527 Then alter it here instead.
28528 (tpu-edt-off): Set global-map to the saved one.
28530 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28531 All references simplified.
28532 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28533 (zmacs-regions): Add defvar.
28534 (repeat-complex-command-map): Everything about that deleted.
28536 * textmodes/artist.el (artist-key-is-drawing)
28537 (artist-key-endpoint1, artist-key-poly-point-list)
28538 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28539 (artist-key-compl-table, artist-rb-save-data)
28540 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28541 Don't put them in eval-when-compile.
28542 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28544 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28545 Use with-no-warnings.
28547 * net/browse-url.el (dos-windows-version): Add defvar.
28549 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28551 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28552 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28553 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28555 (rmail-summary-beginning-of-message): Use with-no-warnings.
28556 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28558 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28559 Use with-no-warnings.
28561 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28562 (c-mark-function): Add point-moving-unit property.
28563 (vi-goto-line): Use with-no-warnings.
28565 * emulation/edt.el (edt-last-copied-word): Add defvar.
28566 (zmacs-region-stays): Likewise.
28567 (edt-mark-section-wisely): Use c-mark-function for C.
28568 Use makr-defun for Fortran.
28569 (time-string): defvar deleted.
28570 (edt-display-the-time): Don't set time-string.
28572 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28574 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28575 Don't warn when name is not constant
28576 or for defining the group `emacs'.
28578 * tooltip.el (gud-tooltip-mode): Add defvar.
28580 * startup.el (default-frame-background-mode): Add defvar.
28582 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28584 * info.el (tool-bar-map): Add defvar.
28586 * dired.el (dnd-protocol-alist): Add defvar.
28588 * dired-aux.el (dired-query): Display question with answer, when
28591 * custom.el (custom-add-option): Doc fix.
28593 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28595 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28597 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28598 bogus name from the last change.
28600 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28602 * custom.el (custom-declare-variable): Fix typos in comment.
28603 (custom-known-themes): Doc fix.
28604 (custom-theme-directory): New defcustom.
28605 (require-theme): Make it check `custom-theme-directory'.
28607 * cus-theme.el (custom-new-theme-mode): New function.
28608 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28609 (custom-theme-description): Add compiler defvars.
28610 (customize-create-theme): Add doc to the "*New Custom Theme*"
28611 buffer. Use `custom-new-theme-mode'.
28612 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28613 and save it to the `custom-theme-directory'. Make this the
28614 default directory of the buffer.
28616 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28618 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28619 Fix unbalanced parentheses.
28621 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28623 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28624 into flymake-mode and delegate to flymake-mode.
28626 * find-file.el (ff-which-function-are-we-in): Clean up.
28628 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28630 * replace.el (occur-rename-buffer): Fix docstring.
28632 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28633 (edt-last-copied-word, edt-learn-macro-count)
28634 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28635 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28636 (time-string, zmacs-region-stays):
28637 * emulation/edt-mapper.el (edt-save-function-key-map)
28638 (EDT-key-name): `defvar' to silence the byte-compiler.
28640 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28642 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28643 font-lock-regexp-backslash. Doc fix.
28644 (font-lock-regexp-backslash-grouping-construct): Rename from
28645 font-lock-regexp-backslash-construct. Doc fix.
28646 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28647 grouping constructs.
28649 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28651 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28652 updating all the prerequisites.
28654 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28656 * textmodes/org.el (org-agenda-start-on-weekday)
28657 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28658 (org-agenda-use-time-grid, org-archive-location)
28659 (org-allow-space-in-links, org-usenet-links-prefer-google)
28660 (org-enable-table-editor, org-export-default-language)
28661 (org-export-html-show-new-buffer, org-fill-paragraph)
28662 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28663 (org-goto-quit, org-occur, org-eval-in-calendar)
28664 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28665 (org-agenda-diary-entry, org-remember-help)
28666 (org-table-convert-region, org-at-table-p)
28667 (org-table-move-row-down, org-table-move-row-up)
28668 (org-table-copy-region, org-table-toggle-vline-visibility)
28669 (org-table-get-stored-formulas, org-table-get-specials)
28670 (org-recalc-commands, org-table-eval-formula)
28671 (org-table-formula-substitute-names, orgtbl-make-binding)
28672 (org-format-org-table-html, org-format-table-table-html)
28673 (org-format-table-table-html-using-table-generate-source)
28674 (org-customize): Fix typos in docstrings.
28675 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28676 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28677 (org-back-to-heading): Doc fixes.
28678 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28679 (org-agenda-change-all-lines, org-get-header):
28680 Improve argument/docstring consistency.
28681 (orgtbl-error): Fix error message.
28683 * progmodes/flymake.el (flymake-find-possible-master-files)
28684 (flymake-master-file-compare, flymake-get-line-err-count)
28685 (flymake-highlight-line, flymake-gui-warnings-enabled):
28686 Fix typos in docstrings.
28687 (flymake-parse-line, flymake-get-project-include-dirs-function)
28688 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28690 (flymake-get-project-include-dirs-function)
28691 (flymake-make-err-menu-data):
28692 Improve argument/docstring consistency.
28694 2005-07-01 Lute Kamstra <lute@gnu.org>
28696 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28697 Catch errors with ignore-errors. Use temporary buffer.
28698 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28700 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28701 background color faces.
28702 (facemenu-set-foreground, facemenu-set-background):
28703 Use facemenu-set-face-from-menu.
28704 (facemenu-set-face-from-menu): Treat face names that start with
28705 "fg:" or "bg:" as special.
28706 (facemenu-add-new-color): Don't create faces. Simplify.
28708 2005-06-30 Richard M. Stallman <rms@gnu.org>
28710 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28711 (crm-find-current-element): Likewise.
28713 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
28715 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28717 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28719 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28720 (archive-mouse-extract): Make it an obsolete alias.
28721 (archive-mode-map): Don't use archive-mouse-extract any more.
28722 (archive-mode, archive-extract): write-contents-hooks ->
28723 write-contents-functions.
28724 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28726 (archive-rename-entry): Update the call.
28727 (archive-zip-summarize): Remove unused var `method'.
28728 (archive-lzh-summarize): Remove unused var `creator'.
28730 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28731 dedicated frame upon exit.
28733 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28734 (archive-zip-extract, archive-zip-expunge)
28735 (archive-zip-update, archive-zip-update-case): Use executable-find.
28736 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28737 Use restore-buffer-modified-p.
28738 (archive-extract, archive-add-new-member, archive-write-file-member):
28739 Use with-current-buffer.
28740 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28742 2005-06-30 Andreas Schwab <schwab@suse.de>
28744 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28746 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28748 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28750 2005-06-30 Juri Linkov <juri@jurta.org>
28752 * faces.el (vertical-border): Inherit from mode-line-inactive
28755 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28757 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28758 example, -NLINES in the `occur' docstring).
28760 * replace.el (occur-1): When no matches are found, do not set the
28761 `buffer-read-only' and modified flags for the occur buffer,
28762 because it is deleted.
28764 * emulation/cua-base.el (cua-check-pending-input)
28765 (cua-repeat-replace-region, cua-mode, cua-debug)
28766 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28767 Fix typos in docstrings.
28769 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28770 (cua-cut-region-to-global-mark)
28771 (cua--cut-rectangle-to-global-mark):
28772 Remove period from end of messages.
28774 * emulation/cua-rect.el (cua-do-rectangle-padding):
28775 Remove period from end of messages.
28776 (cua--rectangle-seq-format): Fix typo in docstring.
28777 (cua-sequence-rectangle, cua-fill-char-rectangle):
28778 Improve argument/docstring consistency.
28780 2005-06-29 Juri Linkov <juri@jurta.org>
28782 * faces.el (default-frame-background-mode): New internal variable.
28783 (frame-set-background-mode): Use it.
28785 * startup.el (normal-top-level): Set default-frame-background-mode
28786 instead of frame-background-mode. Before setting it, test for its
28787 nil value. Remove tests for frame-background-mode and frame
28788 parameter `reverse'. Add test for "unspecified-fg".
28790 * term/xterm.el (xterm-rxvt-set-background-mode):
28791 * term/rxvt.el (rxvt-set-background-mode):
28792 Set default-frame-background-mode instead of frame-background-mode.
28794 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28796 * simple.el (set-variable): Warn about obsolete user variables.
28798 * imenu.el (imenu--completion-buffer):
28799 * mouse.el (mouse-buffer-menu-alist):
28800 * msb.el (msb-invisible-buffer-p):
28801 * calendar/diary-lib.el (diary-header-line-format):
28802 * emacs-lisp/pp.el (pp-buffer):
28803 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28804 * textmodes/picture.el (picture-replace-match):
28805 Change space constants followed by a sexp to "?\s ".
28807 * play/decipher.el (decipher-loop-with-breaks):
28808 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28809 constants "protected" from end of line by a comment to "?\s".
28811 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28813 * font-lock.el (save-buffer-state): Use `declare'.
28815 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28816 reset the syntax-table to cperl-mode-syntax-table.
28817 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28818 "foo_print_bar" is not matched as a reserved keyword.
28820 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28822 * textmodes/org.el (orgtbl-setup): New function, for delayed
28823 setup for the orgtbl commands.
28824 (org-calc-default-modes): New option.
28825 (orgtbl-make-binding): Use `defun' to get better help display.
28826 (org-diary): Call `org-compile-prefix-format'.
28827 (org-table-formula-substitute-names): New function.
28828 (org-agenda-day-view, org-agenda-week-view): New commands.
28829 (org-agenda-toggle-week-view): Command removed.
28830 (org-tbl-menu): Split off from org-org-menu.
28831 (org-mode): Move removal of outline-mode menus to here.
28832 (org-table-formula-debug): New option.
28833 (org-table-insert-row): Keep first field if just "#" or "*".
28834 (org-mode): Paragraph regexps fixed.
28835 (org-table-recalculate-regexp): New constant.
28836 (org-table-justify-field-maybe): Avoid replace if not necessary.
28837 (org-copy-special, org-cut-special): Use `call-interactively'.
28838 (org-table-copy-region): Take region from `interactive' call.
28839 (org-trim): Return string even if no match.
28840 (org-formula): New face.
28841 (org-set-font-lock-defaults): No longer highlight "FIXME".
28842 But highlight formula-related fields in table.
28843 (org-table-p): Use regexp, not fontification.
28844 (org-table-align): Handle white space at end of line.
28845 (org-table-formula-evaluate-inline): New option.
28846 (org-mode): Auto-wrapping in comment lines turned off.
28847 (org-table-copy-down): Evaluate only in copied field, not in
28849 (org-table-current-formula): Variable removed.
28850 (org-table-store-formulas, org-table-get-stored-formulas)
28851 (org-table-modify-formulas, org-table-replace-in-formulas)
28852 (org-table-maybe-eval-formula): New functions.
28853 (org-table-get-formula): Modify to use stored formulas.
28854 (org-table-insert-column, org-table-delete-column)
28855 (org-table-move-column): Call `org-table-modify-formulas'.
28856 (org-complete): Add completion for keyword formulas.
28857 (orgtbl-mode): Pull orgtbl-mode-map to start of
28858 minor-mode-map-alist.
28860 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28862 * progmodes/python.el (python-check): Require `compile' before
28863 modifying its variables.
28865 * newcomment.el (comment-indent-default): Don't get fooled by an early
28868 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28870 * ps-print.el (ps-print-version): Fix version number.
28872 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28874 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28876 2005-06-28 Richard M. Stallman <rms@gnu.org>
28878 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28879 (flyspell-local-mouse-map): Declaration deleted.
28880 (flyspell-mouse-map): Bind only mouse-2.
28881 (flyspell-mode-map): Don't test flyspell-use-local-map.
28882 (flyspell-overlay-keymap-property-name): Var deleted.
28883 (flyspell-mode-on): Don't make local bindings for
28884 flyspell-mouse-map and flyspell-mode-map.
28885 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28887 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28889 * progmodes/compile.el (compilation-next-error-function):
28890 Don't switch buffers; operate on the current buffer.
28892 * progmodes/compile.el (compilation-error-file-name)
28893 (compilation-warning-file-name, compilation-info-file-name)
28894 (compilation-line-number, compilation-column-number): New faces.
28895 (compilation-error-face, compilation-warning-face)
28896 (compilation-info-face, compilation-line-face)
28897 (compilation-column-face): Use them.
28899 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28901 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28903 * bindings.el (global-map): Bind insertchar and its variants.
28905 2005-06-27 Richard M. Stallman <rms@gnu.org>
28907 * textmodes/artist.el (artist-text-overwrite)
28908 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28910 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28912 * ps-print.el: It was not working the page selection for printing.
28913 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28914 (ps-print-version): New version 6.6.7.
28915 (ps-end-sheet): New fun.
28916 (ps-header-sheet, ps-end-job): Call it.
28918 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28920 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28922 2005-06-27 Lute Kamstra <lute@gnu.org>
28924 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28925 background color faces.
28926 (facemenu-get-face): Delete function.
28927 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28928 (facemenu-add-new-color): Make second argument mandatory.
28929 Create the appropriate face and return it. Simplify.
28930 (facemenu-set-foreground, facemenu-set-background): Don't check if
28931 color is defined. Use return value of facemenu-add-new-color.
28933 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28935 * progmodes/gud.el (gud-filter): Add missing argument to
28936 with-selected-window.
28938 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28940 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28941 a :require to the defcustom.
28943 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28944 defcustoms corresponding to minor modes.
28946 2005-06-26 David Ponce <david@dponce.com>
28948 * recentf.el: Require tree-widget instead of wid-edit.
28949 (recentf-filename-handler): Fix widget :type.
28950 (recentf-cancel-dialog, recentf-open-more-files)
28951 (recentf-open-files-action): Doc fix.
28952 (recentf-dialog-goto-first): New function.
28953 (recentf-dialog-mode-map): Set parent keymap first.
28954 (recentf-dialog-mode): Define with define-derived-mode.
28955 Don't display continuation lines in dialogs.
28956 (recentf-edit-list): Rename from recentf-edit-selected-items.
28957 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28959 (recentf-edit-list-validate): New function.
28960 (recentf-edit-list): Update accordingly.
28961 (recentf-open-files-item-shift): Remove.
28962 (recentf-open-files-item): Convert menu elements into tree and
28963 link widgets. Don't create the widgets.
28964 (recentf-open-files): Update accordingly.
28965 (recentf-save-list): Untabify.
28967 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28969 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28970 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28971 partially contained in the active region. Do not take active
28972 region into account when called from Lisp, unless INTERACTIVE arg
28973 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28974 avoid trouble with fields. Make marker point nowhere when no
28975 longer used. Always return nil. Doc fix.
28976 (flush-lines): Add INTERACTIVE arg. Do not take active region
28977 into account when called from Lisp, unless INTERACTIVE arg is
28978 non-nil. Use `forward-line' instead of `beginning-of-line' to
28979 avoid trouble with fields. Make marker point nowhere when no
28980 longer used. Always return nil. Doc fix.
28981 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28982 interchangeable. Do not take active region into account when
28983 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28984 message in echo area when called from Lisp, unless INTERACTIVE arg
28985 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28986 Return the number of matches. Doc fix.
28988 (perform-replace): Make comment follow double space convention for
28989 the sake of `outline-minor-mode'.
28991 * faces.el (facep): Doc fix.
28993 2005-06-25 Richard M. Stallman <rms@gnu.org>
28995 * facemenu.el (facemenu-enable-faces-p): New function.
28996 (facemenu-background-menu, facemenu-foreground-menu)
28997 (facemenu-face-menu): Add menu-enable property.
28999 * jka-compr.el (jka-compr-insert-file-contents):
29000 Special handling if cannot find the uncompression program.
29002 * cus-face.el (custom-face-attributes): Add autoload.
29004 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29005 Bind comment-indent-function locally.
29007 * window.el (save-selected-window): Use save-current-buffer.
29009 * subr.el (with-selected-window): Use save-current-buffer.
29011 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29012 and with-current-buffer.
29014 2005-06-24 Richard M. Stallman <rms@gnu.org>
29016 * simple.el (line-move-1): Fix previous change.
29018 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
29020 * replace.el (occur-1): Set `buffer-read-only' and the
29021 buffer-modified flag before running `occur-hook' to protect
29022 against unintentional buffer switches that can lead to data loss.
29024 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
29026 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29027 (gud-gdb-marker-filter): Use font-lock-warning-face for any
29030 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29032 (gdb-var-create-handler): Put name of expression in quotes.
29034 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
29036 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29037 elements of RING in order, and without bogus nil elements.
29039 2005-06-23 Richard M. Stallman <rms@gnu.org>
29041 * simple.el (set-variable): Args renamed; doc fix.
29042 (line-move-1): When there are overlays around, use vertical-motion.
29044 * faces.el (escape-glyph): Use brown against light background.
29045 (nobreak-space): Rename from no-break-space.
29046 Fix previous change.
29048 * dired-aux.el (dired-do-copy): Fix arg prompt.
29050 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29052 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
29054 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29055 rather than "Distributor".
29057 2005-06-23 Lute Kamstra <lute@gnu.org>
29059 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29060 (debug-on-entry): Use it. New interactive declaration that uses
29061 function-called-at-point.
29063 2005-06-23 Kim F. Storm <storm@cua.dk>
29065 * subr.el (save-match-data): Add comment about using evaporate arg
29068 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
29070 * cus-edit.el (customize-face)
29071 (customize-face-other-window): Handle face aliases.
29073 * faces.el (face-documentation, set-face-attribute)
29074 (face-spec-set): Handle face aliases.
29076 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
29078 * help-mode.el (help-make-xrefs): If a symbol representing a face
29079 name is not followed by the word "face", it could still be a
29080 function or variable name, so don't bypass other checks.
29082 2005-06-22 Juri Linkov <juri@jurta.org>
29084 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29085 Replace aliased functions with calls where second arg `inherit' is t.
29087 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
29089 * progmodes/gdb-ui.el (gdb-error): New variable.
29090 (gdb-error): New function.
29091 (gdb-annotation-rules): Act on error-begin and error annotations.
29092 (gdb-concat-output): Use font-lock-warning-face for errors.
29094 2005-06-22 Miles Bader <miles@gnu.org>
29096 * bindings.el (propertized-buffer-identification): Use renamed
29097 `Buffer-menu-buffer' face.
29099 * faces.el (vertical-border): Rename from `vertical-divider'.
29100 (escape-glyph): Change dark-background color back to `cyan'.
29102 2005-06-21 Juri Linkov <juri@jurta.org>
29104 * faces.el (face-user-default-spec): Try getting `customized-face'
29105 prior to `saved-face'.
29106 (frame-background-mode): Refill docstring.
29108 * emacs-lisp/lisp-mode.el (eval-defun-1):
29109 * emacs-lisp/edebug.el (edebug-eval-defun):
29110 Set `saved-face' temporarily to nil before calling form.
29111 Set `customized-face' to the new spec after that.
29113 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29115 * subr.el (1value, lambda, key-substitution-in-progress):
29118 * autoinsert.el (auto-insert-alist):
29119 * ses.el (ses-call-printer):
29120 * subr.el (noreturn):
29121 * emacs-lisp/lisp.el (check-parens):
29122 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29123 * net/browse-url.el (browse-url-mosaic):
29124 * progmodes/cc-defs.el (c-safe-scan-lists):
29125 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29126 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29127 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29128 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29129 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29130 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29132 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29134 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29136 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29138 * calendar/appt.el (appt-make-list): Activate the package, if
29139 not already active (for backwards compatibility).
29141 2005-06-20 Kim F. Storm <storm@cua.dk>
29143 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29145 2005-06-20 Miles Bader <miles@gnu.org>
29147 * faces.el (vertical-divider): New face.
29149 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29151 * simple.el (kill-whole-line): Doc fix.
29152 (next-error-buffer-p, next-error-find-buffer)
29153 (clone-indirect-buffer): Fix typos in docstrings.
29154 (comment-line-break-function): Doc fix: don't say variable
29155 is automatically buffer-local (it isn't).
29157 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29159 * net/tramp-ftp.el (top):
29160 * net/tramp-smb.el (top):
29161 * net/tramp-util.el (top):
29162 * net/tramp-uu.el (top):
29163 * net/tramp-vc.el (top):
29164 * net/tramp.el (top): Revert copyright years back to original
29165 ones. Tramp has a life outside GNU Emacs.
29167 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29169 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29171 2005-06-18 Juri Linkov <juri@jurta.org>
29173 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29174 end of first regexp to limit the match to the position between
29175 line number and source line with same separator character as used
29176 between file name and line number. In the second regexp limit
29177 mouse-face area to file name and line number by adding new group
29178 for them and referring it in HYPERLINK arg.
29179 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29180 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29181 previous line where grep markers may be already removed.
29183 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29185 * progmodes/ps-mode.el: Update version and maintainer's email address.
29187 2005-06-18 Steve Youngs <steve@xemacs.org>
29189 * net/browse-url.el (browse-url-browser-function)
29190 (browse-url-default-browser): Add firefox.
29191 (browse-url-firefox-program, browse-url-firefox-arguments)
29192 (browse-url-firefox-startup-arguments)
29193 (browse-url-firefox-new-window-is-tab): New defcustoms.
29194 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29196 2005-06-17 Richard M. Stallman <rms@gnu.org>
29198 * startup.el (command-line): Warn if specified user name has
29201 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29202 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29204 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29207 * faces.el (underline): Try bold if terminal doesn't support underline.
29209 * mail/sendmail.el (mail-setup-with-from): New variable.
29210 (mail-insert-from-field): New function.
29211 (sendmail-send-it): Call it.
29212 (mail-setup): Optionally call it here.
29214 * term/linux.el: Call tty-no-underline.
29216 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29218 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29220 2005-06-17 Miles Bader <miles@gnu.org>
29222 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29223 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29224 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29225 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29226 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29227 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29228 Remove "-face" suffix from face names.
29229 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29230 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29231 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29232 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29233 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29234 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29235 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29236 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29237 New backward-compatibility aliases for renamed faces.
29238 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29239 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29240 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29241 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29242 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29243 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29244 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29245 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29246 Use renamed ediff faces.
29248 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29249 Remove "-face" suffix from face names.
29250 (eshell-test-ok-face, eshell-test-failed-face):
29251 New backward-compatibility aliases for renamed faces.
29252 (eshell-run-test): Use renamed eshell-test faces.
29254 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29256 (eshell-prompt-face): New backward-compatibility alias for renamed
29258 (eshell-emit-prompt): Use renamed eshell-prompt face.
29260 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29261 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29262 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29263 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29264 Remove "-face" suffix from face names.
29265 (eshell-ls-directory-face, eshell-ls-symlink-face)
29266 (eshell-ls-executable-face, eshell-ls-readonly-face)
29267 (eshell-ls-unreadable-face, eshell-ls-special-face)
29268 (eshell-ls-missing-face, eshell-ls-archive-face)
29269 (eshell-ls-backup-face, eshell-ls-product-face)
29270 (eshell-ls-clutter-face):
29271 New backward-compatibility aliases for renamed faces.
29272 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29274 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29275 Remove "-face" suffix from face name.
29276 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29277 instead of literal face.
29279 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29281 * emacs-lisp/warnings.el (display-warning, lwarn)
29282 (warning-minimum-log-level): Doc fixes.
29283 (warning-minimum-level, warning-minimum-log-level):
29284 Add :debug to :type choices.
29286 * progmodes/ada-mode.el (ada-format-paramlist)
29287 (ada-get-indent-case, ada-check-matching-start)
29288 (ada-check-defun-name, ada-goto-matching-decl-start)
29289 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29290 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29291 (ada-make-subprogram-body): Follow error conventions.
29292 (ada-case-exception-file, ada-indent-comment-as-code)
29293 (ada-indent-handle-comment-special, ada-indent-renames)
29294 (ada-indent-return, ada-search-directories-internal)
29295 (ada-tab-policy, ada-case-exception-substring)
29296 (ada-other-file-alist, ada-matching-start-re)
29297 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29298 (ada-imenu-generic-expression, ada-compile-goto-error)
29299 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29300 (ada-popup-menu, ada-add-extensions, ada-mode)
29301 (ada-region-selected, ada-create-case-exception)
29302 (ada-create-case-exception-substring, ada-after-keyword-p)
29303 (ada-activate-keys-for-case, ada-adjust-case-region)
29304 (ada-adjust-case-buffer, ada-format-paramlist)
29305 (ada-scan-paramlist, ada-insert-paramlist)
29306 (ada-indent-newline-indent)
29307 (ada-indent-newline-indent-conditional)
29308 (ada-justified-indent-current, ada-goto-previous-word)
29309 (ada-indent-current, ada-get-indent-open-paren)
29310 (ada-get-indent-paramlist, ada-get-indent-end)
29311 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29312 (ada-get-indent-block-start, ada-get-indent-subprog)
29313 (ada-get-indent-noindent, ada-get-indent-label)
29314 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29315 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29316 (ada-goto-stmt-end, ada-goto-next-word)
29317 (ada-check-matching-start, ada-check-defun-name)
29318 (ada-goto-matching-decl-start, ada-goto-matching-start)
29319 (ada-goto-matching-end, ada-search-ignore-string-comment)
29320 (ada-in-decl-p, ada-looking-at-semi-or)
29321 (ada-looking-at-semi-private, ada-in-paramlist-p)
29322 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29323 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29324 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29325 (ada-previous-package, ada-create-menu)
29326 (ada-fill-comment-paragraph-justify)
29327 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29328 (ada-other-file-name, ada-last-which-function-line)
29329 (ada-last-which-function-subprog, ada-which-function)
29330 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29331 (ada-gen-treat-proc, ada-check-emacs-version)
29332 (ada-continuation-indent, ada-align-region-separate):
29333 Fix typos in docstrings.
29334 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29336 2005-06-16 Lute Kamstra <lute@gnu.org>
29338 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29341 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29343 * comint.el (comint-replace-by-expanded-filename)
29344 (comint-prompt-regexp, comint-delimiter-argument-list)
29345 (comint-preinput-scroll-to-bottom):
29346 * info.el (Info-hide-cookies-node):
29347 * ls-lisp.el (ls-lisp-classify):
29348 * find-file.el (ff-search-directories, ff-special-constructs)
29349 (ff-find-other-file):
29350 * font-lock.el (font-lock-keywords):
29351 * shell.el (shell-prompt-pattern)
29352 (shell-dynamic-complete-functions, shell-mode)
29353 (shell-delimiter-argument-list):
29354 * term.el (term-replace-by-expanded-filename)
29355 (term-prompt-regexp, term-delimiter-argument-list):
29356 * woman.el (woman-ignore, woman0-if):
29357 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29358 * emacs-lisp/elint.el (elint-init-env):
29359 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29360 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29361 * language/ethio-util.el (ethio-tilde-escape)
29362 (ethio-use-three-dot-question):
29363 * net/zone-mode.el (zone-mode-load-time-setup):
29364 * progmodes/cc-align.el (c-lineup-argcont):
29365 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29366 * progmodes/cperl-mode.el (cperl-set-style-back):
29367 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29368 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29369 Fix spellings in docstrings.
29371 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29372 * progmodes/modula2.el (m2-for): Fix spellings.
29374 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29376 * simple.el (undo-more): Don't use `format' on `error' arguments.
29377 Improve argument/docstring consistency.
29378 (pending-undo-list): Doc fix.
29380 * smerge-mode.el (smerge-ensure-match):
29381 * emulation/vip.el (vip-ex):
29382 * net/zone-mode.el (zone-mode-update-serial):
29383 * progmodes/idlwave.el (idlwave-complete):
29384 * progmodes/vhdl-mode.el (vhdl-visit-file)
29385 (vhdl-compose-wire-components):
29386 Don't use `format' on `error' arguments.
29388 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29389 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29390 (tooltip-help-tips): Fix typos in docstrings.
29392 2005-06-16 David Ponce <david@dponce.com>
29394 * tree-widget.el (tree-widget-value-create): Simplify last change.
29396 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29398 * ido.el (ido-incomplete-regexp): New variable.
29399 (ido-set-matches-1): Handle invalid-regexp error and set
29400 ido-incomplete-regexp.
29401 (ido-incomplete-regexp): New face.
29402 (ido-completions): Use it.
29403 (ido-complete, ido-exit-minibuffer, ido-completions):
29404 Handle incomplete regexps.
29405 (ido-completions): Add check for complete match when entering a regexp.
29407 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29409 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29411 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29413 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29414 by field delimiters.
29416 2005-06-15 David Ponce <david@dponce.com>
29418 * tree-widget.el: eval-and-compile inlined functions so they will
29419 be available at run-time too.
29420 (tree-widget-super-format-handler)
29421 (tree-widget-format-handler): Remove.
29422 (tree-widget-value-create): Handle the :indent property.
29424 2005-06-15 Miles Bader <miles@gnu.org>
29426 * progmodes/which-func.el (which-func): Only inherit
29427 `font-lock-function-name-face' when that makes sense against the
29428 default mode-line face, otherwise set the face color explicitly.
29430 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29431 faces instead of (non-existent) variables.
29433 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29435 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29436 (iswitchb-get-matched-buffers): Likewise. Simplify.
29438 2005-06-14 Miles Bader <miles@gnu.org>
29440 * progmodes/ld-script.el (ld-script-location-counter):
29441 Remove "-face" suffix from face name.
29442 (ld-script-location-counter-face):
29443 New backward-compatibility alias for renamed face.
29444 (ld-script-location-counter-face): Use renamed face.
29446 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29447 (cperl-hash): Remove "-face" suffix from face names.
29448 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29449 New backward-compatibility aliases for renamed faces.
29450 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29451 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29453 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29455 (which-func-face): New backward-compatibility alias for renamed face.
29456 (which-func-format): Use renamed which-func face.
29458 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29459 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29460 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29462 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29463 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29464 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29465 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29466 (vhdl-speedbar-architecture-selected)
29467 (vhdl-speedbar-configuration-selected)
29468 (vhdl-speedbar-package-selected)
29469 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29471 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29473 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29474 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29475 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29477 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29479 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29480 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29481 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29482 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29483 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29484 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29486 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29488 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29489 (sh-heredoc-face): Use renamed sh-heredoc face.
29491 * progmodes/idlw-help.el (idlwave-help-link):
29492 Remove "-face" suffix from face name.
29493 (idlwave-help-link-face):
29494 New backward-compatibility alias for renamed face.
29495 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29497 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29498 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29499 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29500 New backward-compatibility aliases for renamed faces.
29501 (idlwave-shell-disabled-breakpoint-face)
29502 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29504 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29505 Remove "-face" suffix from face names.
29506 (flymake-errline-face, flymake-warnline-face):
29507 New backward-compatibility aliases for renamed faces.
29508 (flymake-highlight-line): Use renamed flymake faces.
29510 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29511 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29512 (ebrowse-member-class, ebrowse-progress):
29513 Remove "-face" suffix from face names.
29514 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29515 (ebrowse-file-name-face, ebrowse-default-face)
29516 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29517 (ebrowse-progress-face):
29518 New backward-compatibility aliases for renamed faces.
29519 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29520 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29521 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29522 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29524 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29526 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29527 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29529 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29530 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29531 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29532 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29533 backward-compatibility aliases for renamed faces.
29534 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29535 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29536 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29537 remove "font-lock-". Use renamed antlr-mode faces.
29538 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29539 literal face-names with face variable references.
29541 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29543 (Buffer-menu-buffer-face): New backward-compatibility alias for
29545 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29547 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29549 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29550 Eliminate "-face" suffix.
29551 (makefile-targets): Inherit from font-lock-function-name-face and
29552 eliminate "-face" suffix.
29553 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29554 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29555 actions, instead of prepending, to make it less visible.
29556 (makefile-previous-dependency, makefile-match-dependency):
29557 Don't match a target on a continuation line.
29559 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29561 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29563 * progmodes/gdb-ui.el (menu): Re-order menu items.
29564 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29566 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29567 Define in tooltip.el.
29568 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29569 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29570 gud-tooltip-echo-area.
29572 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29573 backward compatibility and make obsolete.
29574 (tooltip-help-tips): Use tooltip-use-echo-area.
29575 (tooltip-show-help-function): Rename to...
29576 (tooltip-show-help): ...this, because it is a function.
29577 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29579 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29581 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29582 (edebug-print-length, edebug-print-level, edebug-print-circle)
29583 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29584 (edebug-eval-print-last-sexp): Doc fixes.
29586 2005-06-14 Kim F. Storm <storm@cua.dk>
29588 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29589 as the coverage buffer/file/both may change.
29591 2005-06-14 Lute Kamstra <lute@gnu.org>
29593 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29594 and run-mode-hooks. Simplify.
29596 * mail/rmailedit.el (rmail-edit-mode):
29597 * progmodes/octave-inf.el (inferior-octave-mode):
29598 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29600 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29601 and run-mode-hooks.
29602 (recentf-edit-list, recentf-open-files): Don't call
29603 kill-all-local-variables directly.
29605 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29607 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29609 * emacs-lisp/byte-run.el (make-obsolete)
29610 (define-obsolete-function-alias): Rename arguments FUNCTION and
29611 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29612 (make-obsolete-variable, define-obsolete-variable-alias):
29613 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29616 * isearchb.el (isearchb-activate):
29617 * pcvs.el (cvs-mode):
29618 * ses.el (ses-load):
29619 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29620 * net/tramp.el (tramp-find-file-exists-command)
29621 (tramp-find-shell):
29622 * progmodes/ada-mode.el (ada-create-case-exception)
29623 (ada-create-case-exception-substring, ada-make-subprogram-body):
29624 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29625 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29626 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29627 * textmodes/org.el (org-promote, org-evaluate-time-range)
29628 (org-agenda-next-date-line, org-agenda-previous-date-line)
29629 (org-agenda-error, org-open-at-point, org-table-move-row)
29630 (org-format-table-table-html-using-table-generate-source)
29631 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29632 * textmodes/reftex.el (reftex-access-scan-info):
29633 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29634 (reftex-toc-promote-prepare): Follow error conventions.
29636 * diff-mode.el (diff-mode): Fix typo in docstring.
29638 * forms.el (forms--intuit-from-file): Fix reference to
29639 `forms-number-of-fields' in error message.
29640 (forms-print): Fix quoting in error message.
29642 * forms.el (forms-mode):
29643 * emulation/vi.el (vi-goto-insert-state):
29644 * progmodes/flymake.el (flymake-new-err-info)
29645 (flymake-start-syntax-check-for-current-buffer)
29646 (flymake-simple-cleanup):
29647 * eshell/esh-var.el (eshell/export):
29648 * progmodes/gud.el (xdb):
29649 * textmodes/flyspell.el (flyspell-incorrect-hook)
29650 (flyspell-maybe-correct-transposition)
29651 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29653 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29655 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29658 2005-06-13 Kim F. Storm <storm@cua.dk>
29660 * subr.el (add-to-ordered-list): New defun.
29662 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29663 add cua--keymap-alist to emulation-mode-map-alists.
29665 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29667 * subr.el (complete-in-turn): New macro.
29668 (dynamic-completion-table, lazy-completion-table): Add debug info.
29670 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29671 in preference to face aliases.
29673 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29674 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29675 Remove unused vars `start' and `firstline'.
29676 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29677 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29679 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29681 * cus-start.el (all): Don't complain about missing GTK-related
29682 variables, unless either `gtk' is boundp or this isn't a
29683 `windows-nt' build.
29685 2005-06-13 Lute Kamstra <lute@gnu.org>
29687 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29690 * ediff-mult.el (ediff-meta-mode):
29691 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29693 * ledit.el (ledit-mode): Use delay-mode-hooks.
29695 * woman.el (woman-mode-line-format): Delete constant.
29696 (woman-mode-map): Initialize it properly.
29697 (woman-mode): Set mode-class property to special.
29698 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29699 Set major-mode and mode-name. Don't set mode-line-format directly.
29700 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29702 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29703 string argument obsolete.
29705 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29707 * textmodes/org.el (org-CUA-compatible): New option.
29708 (org-disputed-keys): New variable.
29709 (org-key): New function.
29710 (orgtbl-make-binding): Add docstring to the created function.
29711 (org-mode): Set paragraph start/separate regexps.
29712 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29713 (org-archive-location, org-archive-mark-done)
29714 (org-archive-stamp-time): New options.
29715 (org-archive-subtree): New command.
29716 (org-fill-paragraph): New function.
29717 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29718 (org-fake-empty-table-line): Function removed.
29719 (org-format-org-table-html): Do not create empty table lines at
29720 separator lines. Improved table header treatment.
29721 (org-link-format): New option.
29722 (org-make-link): New function.
29723 (org-insert-link, org-store-link): Use org-make-link.
29724 (org-open-file): Quote file name for shell command, to allow
29725 spaces in file names.
29726 (org-link-regexp): Fix bug with mailto link.
29727 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29729 (org-export-as-html): Deal with the optional angles around a link.
29730 Better treatment of file: links.
29731 (org-open-at-point): Replace @{ and @} with < and >.
29732 (org-run-mode-hooks): Function removed.
29733 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29735 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29737 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29738 MI command -data-list-register-values.
29739 (gdb-post-prompt): Indent properly.
29741 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29743 * hilit-chg.el (highlight-changes-colors): Rename from
29744 `highlight-changes-colours'.
29745 (highlight-changes-colours): Keep as obsolete alias.
29746 (highlight-changes-face-list): Doc fix.
29747 (hilit-chg-make-list): Use `highlight-changes-colors'.
29749 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29751 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29752 defun-prompt-regexp.
29754 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29756 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29759 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29760 Don't use an old loaddefs.el, as in Makefile.in.
29762 2005-06-12 Lute Kamstra <lute@gnu.org>
29764 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29766 * man.el (Man-mode-map): Initialize it properly.
29767 (Man-mode): Set mode-class property to special.
29769 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29771 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29773 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29774 A newline is needed in the docstring there.
29776 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29779 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29781 * printing.el: Doc fix. The menubar is no more changed when printing
29782 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29783 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29784 (pr-version): New version number (6.8.4).
29785 (pr-menu-bind): New command.
29786 (pr-update-menus): Docstring and code fix.
29787 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29789 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29790 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29792 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29794 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29795 "Returns" to "return", document useful return values, etc.
29797 2005-06-11 Alan Mackenzie <acm@muc.de>
29799 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29800 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29801 (adaptive-file-function): Minor amendment to doc-string.
29803 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29805 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29806 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29807 Fix :type--it is `integer', not `string'.
29809 * faces.el (modeline-highlight): Rename from (the erroneous)
29810 `modeline-higilight'.
29812 2005-06-11 Lute Kamstra <lute@gnu.org>
29814 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29815 lisp-interaction-mode-map but make it the parent.
29816 (edebug-eval-mode): Use define-derived-mode.
29818 2005-06-11 Andreas Schwab <schwab@suse.de>
29820 * bindings.el: Add binding of `ESC functionkey' for every
29822 * hexl.el (hexl-mode-map): Likewise.
29824 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29826 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29827 [msft]: update regexp for newer msft compilers.
29829 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29831 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29832 ATTLIST portions of included DTDs.
29833 (xml-parse-dtd): Eliminate use of inefficient match-data.
29835 2005-06-10 Miles Bader <miles@gnu.org>
29837 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29838 (mpuz-text): Remove "-face" suffix from face names.
29839 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29840 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29841 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29843 * play/gomoku.el (gomoku-O, gomoku-X):
29844 Remove "-face" suffix from face names.
29845 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29846 New backward-compatibility aliases for renamed faces.
29847 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29849 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29851 * thumbs.el: Fixes for changes of 2005-06-09.
29852 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29854 (thumbs-thumbname): Remove directory separator from format string;
29855 `thumbs-thumbsdir' now returns a valid directory name.
29856 (thumbs-temp-dir): New defsubst.
29857 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29860 * cus-edit.el (minibuffer):
29861 * files.el (make-backup-file-name-function):
29862 * filesets.el (filesets-external-viewers):
29863 * hilit-chg.el (highlight-changes-colours)
29864 (highlight-changes-face-list, highlight-changes-rotate-faces):
29865 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29866 * kmacro.el (kmacro-call-macro):
29867 * log-edit.el (log-edit-changelog-full-paragraphs):
29868 * mouse.el (mouse-1-click-follows-link):
29869 * skeleton.el (skeleton-autowrap):
29870 * subr.el (insert-for-yank-1):
29871 * tempo.el (tempo-insert-region):
29872 * terminal.el (terminal-emulator):
29873 * time.el (display-time-mail-face):
29874 * vc.el (vc-annotate):
29875 * vcursor.el (vcursor-copy-line):
29876 * woman.el (woman-bold-headings, woman-ignore)
29877 (woman-default-faces, woman-monochrome-faces):
29878 * calendar/todo-mode.el (todo-insert-threshold):
29879 * emulation/pc-select.el (pc-select-selection-keys-only)
29880 (pc-selection-mode):
29881 * emulation/vip.el (vip-find-char-forward):
29882 * emulation/viper-cmd.el (viper-find-char-forward):
29883 * international/mule-cmds.el
29884 (select-safe-coding-system-accept-default-p)
29885 (input-method-exit-on-invalid-key):
29886 * international/mule-diag.el (describe-coding-system):
29887 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29888 * net/browse-url.el (browse-url-xterm-program):
29889 * obsolete/lazy-lock.el (lazy-lock-mode):
29890 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29892 * progmodes/cpp.el (cpp-face-light-name-list)
29893 (cpp-face-dark-name-list):
29894 * progmodes/delphi.el (delphi-newline-always-indents):
29895 Fix spellings in docstrings.
29897 * ido.el (ido-mode, ido-file-extensions-order)
29898 (ido-default-file-method, ido-default-buffer-method)
29899 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29900 (ido-decorations, ido-read-file-name-as-directory-commands)
29901 (ido-read-file-name-non-ido, ido-work-directory-list)
29902 (ido-ignore-item-temp-list, ido-current-directory)
29903 (ido-magic-forward-char, ido-enter-find-file)
29904 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29905 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29907 2005-06-10 Lute Kamstra <lute@gnu.org>
29909 * play/dunnet.el (dun-mode): Use define-derived-mode.
29910 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29913 * play/doctor.el (doctor-mode-map): Remove defvar.
29914 (doctor-mode): Use define-derived-mode.
29916 * mail/mspools.el (mspools-mode):
29917 * net/eudc-hotlist.el (eudc-hotlist-mode):
29918 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29920 2005-06-10 Miles Bader <miles@gnu.org>
29922 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29923 Remove "-face" suffix from face names.
29924 (flyspell-incorrect-face, flyspell-duplicate-face):
29925 New backward-compatibility aliases for renamed faces.
29926 (flyspell-mode-on, make-flyspell-overlay)
29927 (flyspell-highlight-incorrect-region)
29928 (flyspell-highlight-duplicate-region)
29929 (flyspell-display-next-corrections)
29930 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29932 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29934 (texinfo-heading-face): New backward-compatibility alias for
29936 (texinfo-heading-face): Use renamed texinfo-heading face.
29938 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29939 suffix from face names.
29940 (tex-math-face, tex-verbatim-face):
29941 New backward-compatibility aliases for renamed faces.
29942 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29943 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29946 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29948 (table-cell-face): New backward-compatibility alias for renamed face.
29949 (table--put-cell-face-property, table--update-cell-face):
29950 Use renamed table-cell face.
29952 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29954 (sgml-namespace-face): New backward-compatibility alias for
29956 (sgml-namespace-face): Use renamed sgml-namespace face.
29958 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29959 (org-level-4, org-level-5, org-level-6, org-level-7)
29960 (org-level-8, org-warning, org-headline-done)
29961 (org-deadline-announce, org-scheduled-today)
29962 (org-scheduled-previously, org-link, org-done, org-table)
29963 (org-time-grid): Remove "-face" suffix from face names.
29964 (org-level-1-face, org-level-2-face, org-level-3-face)
29965 (org-level-4-face, org-level-5-face, org-level-6-face)
29966 (org-level-7-face, org-level-8-face, org-warning-face)
29967 (org-headline-done-face, org-deadline-announce-face)
29968 (org-scheduled-today-face, org-scheduled-previously-face)
29969 (org-link-face, org-done-face, org-table-face)
29970 (org-time-grid-face):
29971 New backward-compatibility aliases for renamed faces.
29972 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29973 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29974 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29975 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29977 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29978 (viper-minibuffer-emacs, viper-minibuffer-insert)
29979 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29980 (viper-search-face, viper-replace-overlay-face)
29981 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29982 (viper-minibuffer-vi-face):
29983 New backward-compatibility aliases for renamed faces.
29984 (viper-search-face, viper-replace-overlay-face)
29985 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29986 (viper-minibuffer-vi-face): Use renamed viper faces.
29988 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29989 Remove "-face" suffix from face names.
29990 (testcover-nohits-face, testcover-1value-face):
29991 New backward-compatibility aliases for renamed faces.
29992 (testcover-mark): Use renamed testcover faces.
29994 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29996 (diary-button-face): New backward-compatibility alias for renamed face.
29997 (diary-entry): Use renamed diary-button face.
29999 * calendar/calendar.el (diary, calendar-today, holiday)
30000 (mark-visible-calendar-date): Remove "-face" suffix from face names.
30001 (diary-face, calendar-today-face, holiday-face):
30002 New backward-compatibility aliases for renamed faces.
30003 (eval-after-load "facemenu", diary-entry-marker)
30004 (calendar-today-marker, calendar-holiday-marker, diary-face):
30005 Use renamed calendar faces.
30007 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30008 (compare-windows-face): New backward-compatibility alias for
30010 (compare-windows-highlight): Use renamed compare-windows face.
30012 * strokes.el (strokes-char): Remove "-face" suffix from face name.
30013 (strokes-char-face): New backward-compatibility alias for renamed face.
30014 (strokes-encode-buffer): Use renamed strokes-char face.
30016 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30017 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30018 Remove "-face" suffix from face names.
30019 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30020 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30021 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30022 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30023 Use renamed pcvs faces.
30024 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30025 * pcvs-defs.el (cvs-mode-map): Likewise.
30026 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30028 * info.el (info-title-1, info-title-2, info-title-3)
30029 (info-title-4): Remove "-face" suffix from and downcase face names.
30030 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30031 (Info-title-4-face):
30032 New backward-compatibility aliases for renamed faces.
30033 (Info-fontify-node): Use renamed info faces.
30035 * hilit-chg.el (highlight-changes, highlight-changes-delete):
30036 Remove "-face" suffix from face names.
30037 (highlight-changes-face, highlight-changes-delete-face):
30038 New backward-compatibility aliases for renamed faces.
30039 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30040 (hilit-chg-make-list): Use renamed highlight-changes faces.
30042 * generic-x.el (show-tabs-tab, show-tabs-space):
30043 Remove "-face" suffix from face names.
30044 (show-tabs-tab-face, show-tabs-space-face):
30045 New backward-compatibility aliases for renamed faces.
30046 (show-tabs-generic-mode-font-lock-defaults-1)
30047 (show-tabs-generic-mode-font-lock-defaults-2):
30048 Use renamed show-tabs faces.
30050 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30051 (smerge-markers): Remove "-face" suffix from face names.
30052 (smerge-mine-face, smerge-other-face, smerge-base-face)
30053 (smerge-markers-face):
30054 New backward-compatibility aliases for renamed faces.
30055 (smerge-mine-face, smerge-other-face, smerge-base-face)
30056 (smerge-markers-face): Use renamed smerge faces.
30058 * log-view.el (log-view-file, log-view-message): Remove "-face"
30059 suffix from face names.
30060 (log-view-file-face, log-view-message-face):
30061 New backward-compatibility aliases for renamed faces.
30062 (log-view-file-face, log-view-message-face): Use renamed log-view
30065 * paren.el (show-paren-match, show-paren-mismatch):
30066 Remove "-face" suffix from face names.
30067 (show-paren-match-face, show-paren-mismatch-face):
30068 New backward-compatibility aliases for renamed faces.
30069 (show-paren-function): Use renamed show-paren faces.
30071 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30072 (ruler-mode-margins, ruler-mode-fringes)
30073 (ruler-mode-column-number, ruler-mode-fill-column)
30074 (ruler-mode-comment-column, ruler-mode-goal-column)
30075 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30076 suffix from face names.
30077 (ruler-mode-default-face, ruler-mode-pad-face)
30078 (ruler-mode-margins-face, ruler-mode-fringes-face)
30079 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30080 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30081 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30082 New backward-compatibility aliases for renamed faces.
30083 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30084 (ruler-mode-column-number, ruler-mode-fill-column)
30085 (ruler-mode-comment-column, ruler-mode-goal-column)
30086 (ruler-mode-tab-stop, ruler-mode-current-column)
30087 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30090 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30092 (whitespace-highlight-the-space): Use renamed face.
30093 (whitespace-highlight-face): New backward-compatibility alias for
30096 * woman.el (woman-italic, woman-bold, woman-unknown)
30097 (woman-addition, woman-symbol-face):
30098 Remove "-face" suffix from face names.
30099 (woman-italic-face, woman-bold-face, woman-unknown-face)
30100 (woman-addition-face):
30101 New backward-compatibility aliases for renamed faces.
30102 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30103 (woman-decode-region, woman-replace-match)
30104 (woman-display-extended-fonts, woman-special-characters)
30105 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30106 Use renamed woman faces.
30108 * longlines.el (longlines-visible-face): Face removed.
30110 * diff-mode.el (diff-header, diff-file-header, diff-index)
30111 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30112 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30113 suffix from face names.
30114 (diff-header-face, diff-file-header-face, diff-index-face)
30115 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30116 (diff-changed-face, diff-function-face, diff-context-face)
30117 (diff-nonexistent-face): New backward-compatibility aliases for
30119 (diff-header-face, diff-file-header-face)
30120 (diff-index, diff-index-face, diff-hunk-header)
30121 (diff-hunk-header-face, diff-removed, diff-removed-face)
30122 (diff-added, diff-added-face, diff-changed-face, diff-function)
30123 (diff-function-face, diff-context-face, diff-nonexistent)
30124 (diff-nonexistent-face): Use renamed diff-mode faces.
30126 * progmodes/compile.el (compilation-warning-face)
30127 (compilation-info-face): Remove "-face" suffix from face names.
30128 (compilation-warning-face, compilation-info-face):
30129 New backward-compatibility aliases for renamed faces.
30130 (compilation-warning-face, compilation-info-face):
30131 Use renamed compilation faces.
30133 * add-log.el (change-log-date, change-log-name)
30134 (change-log-email, change-log-file, change-log-list)
30135 (change-log-conditionals, change-log-function)
30136 (change-log-acknowledgement): Remove "-face" suffix from face names.
30137 (change-log-date-face, change-log-name-face)
30138 (change-log-email-face, change-log-file-face)
30139 (change-log-list-face, change-log-conditionals-face)
30140 (change-log-function-face, change-log-acknowledgement-face):
30141 New backward-compatibility aliases for renamed faces.
30142 (change-log-font-lock-keywords): Use renamed change-log faces.
30144 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30145 (custom-set, custom-changed, custom-saved, custom-button)
30146 (custom-button-pressed, custom-documentation, custom-state)
30147 (custom-comment, custom-comment-tag, custom-variable-tag)
30148 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30149 (custom-group-tag): Remove "-face" suffix from face names.
30150 (custom-magic-alist, custom-magic-value-create)
30151 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30152 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30153 (custom-set-face, custom-changed-face, custom-saved-face)
30154 (custom-button-face, custom-button-pressed-face)
30155 (custom-documentation-face, custom-state-face)
30156 (custom-comment-face, custom-comment-tag-face)
30157 (custom-variable-tag-face, custom-variable-button-face)
30158 (custom-face-tag-face, custom-group-tag-face-1)
30159 (custom-group-tag-face):
30160 New backward-compatibility aliases for renamed faces.
30162 * wid-edit.el (widget-documentation, widget-button)
30163 (widget-field, widget-single-line-field, widget-inactive)
30164 (widget-button-pressed): "-face" suffix removed from face names.
30165 (widget-documentation-face, widget-button-face)
30166 (widget-field-face, widget-single-line-field-face)
30167 (widget-inactive-face, widget-button-pressed-face):
30168 New backward-compatibility aliases for renamed faces.
30169 (widget-documentation-face, widget-button-face)
30170 (widget-button-pressed-face, widget-specify-field)
30171 (widget-specify-inactive): Use renamed widget faces.
30173 2005-06-10 Kenichi Handa <handa@m17n.org>
30175 * term/x-win.el (x-clipboard-yank): Remove condition-case
30178 2005-06-11 Kenichi Handa <handa@m17n.org>
30180 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30181 date lines stricter.
30183 2005-06-10 Zhang Wei <id.brep@gmail.com>
30185 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30186 of x-get-selection.
30188 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30190 * comint.el (comint-mode, comint-snapshot-last-prompt):
30191 * frame.el (frame-current-scroll-bars):
30192 * term.el (term-mode, term-check-proc, term-input-sender)
30193 (term-simple-send, term-extract-string, term-word)
30194 (term-match-partial-filename):
30195 * window.el (window-current-scroll-bars):
30196 * emulation/cua-base.el (cua-normal-cursor-color)
30197 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30198 (cua-global-mark-cursor-color):
30199 * mail/undigest.el (rmail-forward-separator-regex):
30200 Fix typos in docstrings.
30202 * comint.el (comint-check-proc, make-comint-in-buffer)
30203 (comint-source-default): Doc fixes.
30205 * term.el (term-send-string): Improve argument/docstring consistency.
30207 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30209 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30210 call to `delete-region'.
30211 (comint-mode-hook): Do not enable Font Lock by default.
30213 2005-06-09 Lute Kamstra <lute@gnu.org>
30215 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30218 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30220 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30222 (debugger-step-through, debugger-continue, debugger-jump)
30223 (debugger-return-value): Set it when needed.
30224 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30225 Use inhibit-read-only.
30227 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30229 * window.el (shrink-window-if-larger-than-buffer)
30230 (window-size-fixed): Fix typo in docstring.
30232 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30233 thumbnails directory on loading.
30234 (thumbs-conversion-program): Use `eq' to check the system type,
30236 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30237 not "/tmp". Fix docstring.
30238 (thumbs-thumbsdir): New function to return the thumbnails
30239 directory, creating it if needed.
30240 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30241 (thumbs-temp-file): Delete variable and make it into a function.
30242 (thumbs-resize-image, thumbs-modify-image): Use it.
30243 (thumbs-kill-buffer): Simplify.
30244 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30245 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30248 2005-06-09 Kim F. Storm <storm@cua.dk>
30250 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30251 set-match-data to free markers in match-data.
30253 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30254 match-data to unchain markers in match-data.
30256 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30258 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30259 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30262 2005-06-08 Richard M. Stallman <rms@gnu.org>
30264 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30265 give the variable a doc string that doesn't say don't set it directly.
30267 * textmodes/ispell.el (ispell-check-version):
30268 Use match-string-no-properties.
30269 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30270 (ispell-buffer-local-words): Likewise.
30272 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30273 except on terminals with enough colors to really display it.
30274 (makefile-dependency-regex): Delete spurious `bb'.
30276 * faces.el (escape-glyph): Use blue once again in last case.
30277 (no-break-space): Redefine so that it isn't invisible on a tty.
30279 2005-06-08 Kim F. Storm <storm@cua.dk>
30281 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30282 also when reading directory name.
30284 2005-06-08 Lute Kamstra <lute@gnu.org>
30286 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30287 (flyspell-mode-line-string): Remove autoload cookie.
30288 (flyspell-mode): Remove defvar.
30290 2005-06-07 Lute Kamstra <lute@gnu.org>
30292 * textmodes/org.el (org-run-mode-hooks): New function.
30293 (org-agenda-mode): Use it.
30295 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30297 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30299 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30301 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30303 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30305 * font-lock.el (font-lock-add-keywords): Doc fix.
30307 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30309 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30310 (tex-compile-default): In the absence of any history, use the order in
30311 tex-compile-alist to choose the preferred command.
30312 (tex-compile-commands): Reorder a bit.
30314 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30315 (flyspell-incorrect-face, flyspell-duplicate-face):
30316 Use (X)Emacs-agnostic code.
30317 (flyspell-mode-map): Don't overwrite at each load. Remove code
30318 redundant with the subsequent add-minor-mode. Merge Emacs and
30320 (flyspell-word): Minor simplification.
30321 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30322 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30323 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30324 Merge the corresponding Emacs code.
30325 (flyspell-correct-word, flyspell-xemacs-popup):
30326 Use flyspell-do-correct.
30328 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30329 a dedicated window.
30331 * international/latexenc.el (latexenc-find-file-coding-system):
30332 Undo part of last patch, to turn off a compiler warning.
30334 2005-06-06 Juri Linkov <juri@jurta.org>
30336 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30337 Rename `tmm-inactive-face' to `tmm-inactive'.
30339 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30341 * iswitchb.el: Rename faces.
30343 2005-06-06 Kim F. Storm <storm@cua.dk>
30345 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30346 (cua-global-mark): Remove -face suffix from face names.
30348 * emulation/cua-gmrk.el (cua--init-global-mark):
30349 Remove cua-global-mark face setup.
30351 2005-06-06 Richard M. Stallman <rms@gnu.org>
30353 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30354 just like other allowed characters.
30355 (makefile-match-dependency): Exclude leading and training whitespace
30356 from the range of regexp subexp 1.
30357 (makefile-macroassign-regex): Don't try to match the body,
30358 just the name of the macro being defined.
30360 * info.el (Info-read-node-name-2): New function.
30361 (Info-read-node-name-1): Use that.
30362 Add a completion-base-size-function property.
30364 * simple.el (completion-setup-function): Look for
30365 completion-base-size-function property of minibuffer-completion-table.
30367 * files.el (locate-file-completion): Doc fix.
30369 * printing.el: Don't call pr-update-menus; user must do that.
30371 * emacs-lisp/debug.el (debugger-window): New variable.
30372 (debug): Use debugger-window if it is set and still alive.
30373 Record debugger-window for next entry.
30375 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30377 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
30379 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30380 (hack-one-local-variable, hack-local-variables)
30381 (hack-local-variables-prop-line): Pass that arg.
30383 2005-06-06 Kim F. Storm <storm@cua.dk>
30385 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30386 (ido-indicator): Remove -face suffix from face names.
30388 2005-06-06 Juri Linkov <juri@jurta.org>
30390 * font-lock.el (font-lock-regexp-backslash)
30391 (font-lock-regexp-backslash-construct): New faces.
30392 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30393 after `('. Add `while-no-input' to control structures.
30395 * faces.el (no-break-space, shadow): New faces.
30396 (escape-glyph): Use less loud colors pink2 and red4.
30398 * diff-mode.el (diff-context-face)
30399 * dired.el (dired-ignored)
30400 * rfn-eshadow.el (file-name-shadow)
30401 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30403 * info.el (Info-title-1-face): Use green instead of yellow because
30404 bold yellow is not readable on light backgrounds.
30406 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30407 before selecting the desired mode to not spend time fontifying
30410 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30412 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30413 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30415 * ps-print.el (ps-default-fg, ps-default-bg):
30416 Fix typos in docstrings.
30418 * isearchb.el (isearchb): Don't pass a spurious second argument to
30419 `iswitchb-completions'.
30421 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30423 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30425 (gdb-find-file-hook): Add doc string.
30427 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30428 C dereferenced pointer expression.
30429 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30431 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30433 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30434 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30435 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30436 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30437 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30438 Make background transparent.
30440 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30442 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30443 (font-lock-remove-keywords): Doc fix.
30444 (font-lock-mode-major-mode): Compiler defvar.
30445 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30447 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30448 (font-lock-mode): Update `font-lock-mode-major-mode'.
30449 (font-lock-set-defaults): Compiler defvar.
30450 (font-lock-default-function): Take `font-lock-mode-major-mode'
30453 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30454 keep track of which major mode it enabled the minor mode for.
30455 Use find-file-hook again. Update docstring.
30457 * simple.el (eval-expression-print-level)
30458 (eval-expression-print-length, eval-expression-debug-on-error):
30461 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30463 * iswitchb.el (iswitchb-single-match-face)
30464 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30465 (iswitchb-invalid-regexp-face): New faces.
30466 (iswitchb-completions): Use them.
30467 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30468 now marked as an obsolete alias.
30469 (iswitchb-read-buffer): Remove check for bound font variables.
30470 (iswitchb-invalid-regexp): New free variable.
30471 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30472 set iswitchb-invalid-regexp.
30473 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30475 (iswitchb-completions): Add check for complete match when entering
30477 (iswitchb-completions): Remove require-match argument.
30478 (iswitchb-exhibit): Fix caller.
30479 (iswitchb-common-match-inserted): New variable.
30480 (iswitchb-complete, iswitchb-completion-help): Use it.
30482 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30484 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30485 Use `url-http-debug' instead of `message'.
30487 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30489 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30490 as a callback argument.
30492 2005-06-04 Kim F. Storm <storm@cua.dk>
30494 * simple.el (line-move): Only call sit-for when moving backwards.
30496 * ido.el (ido-make-merged-file-list-1): New defun split from
30497 ido-make-merged-file-list.
30498 (ido-make-merged-file-list): Bind throw-on-input around call to
30499 ido-make-merged-file-list-1. Return input-pending-p if
30500 interrupted by more input available.
30501 (ido-read-internal): Handle input-pending-p return value from
30502 ido-make-merged-file-list.
30504 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30506 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30507 compatibility code.
30509 * international/latexenc.el (latexenc-find-file-coding-system):
30510 Don't inherit the EOL part of the coding-system from the
30511 tex-main buffer. Fit within 80 columns.
30513 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30515 * tmm.el (tmm-inactive-face): New face.
30516 (tmm-remove-inactive-mouse-face): New function.
30517 (tmm-prompt, tmm-add-one-shortcut)
30518 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30519 but not selectable.
30521 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30523 * faces.el (face-equal): Improve argument/docstring consistency.
30525 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30527 * progmodes/make-mode.el (makefile-targets-face)
30528 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30529 (makefile-bsdmake-dependency-regex)
30530 (makefile-makepp-rule-action-regex)
30531 (makefile-bsdmake-rule-action-regex): New constants.
30532 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30534 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30535 Allow (...) within `...' for makepp messages.
30537 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30539 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30541 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30542 "." files are deleted from all file lists before comparison.
30544 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30545 (viper-ESC-key): Made them customizable.
30547 * emulation/viper.el (viper-non-hook-settings):
30548 Fix the names of defadvices.
30550 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30552 * autorevert.el (auto-revert-buffers): Use save-match-data.
30554 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30556 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30557 menu items with a nil command binding.
30559 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30561 * emacs-lisp/cl-macs.el (defsetf):
30562 Improve argument/docstring consistency.
30564 * faces.el (list-faces-display): Improve the formatting by
30565 computing the maximum length required for any face-name (reworked
30566 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30567 (internal-find-face): Remove redundant info in docstring.
30569 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30571 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30572 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30573 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30574 (gdb-assembler-custom): Improve regexps.
30575 (def-gdb-auto-update-handler): Use window point to preserve point.
30577 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30579 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30581 2005-05-31 Jay Belanger <belanger@truman.edu>
30583 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30585 (calc-embedded-make-info): Have plain prefix argument select
30588 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30590 * faces.el (list-faces-display): Signal error if passed a regexp
30591 that matches no face name.
30593 * simple.el (filter-buffer-substring): Fix typo in docstring.
30595 2005-05-31 Richard M. Stallman <rms@gnu.org>
30597 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30598 (vhdl-emacs-21): Doc fix.
30599 (vhdl-mode): Unconditionally set comment-padding.
30600 (vhdl-fixup-whitespace-region): Insert spaces only where
30602 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30604 2005-05-30 John Wiegley <johnw@newartisans.com>
30606 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30607 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30608 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30609 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30610 `string-to-number'.
30612 2005-05-30 Jay Belanger <belanger@truman.edu>
30614 * calc/calc.el (calc-bug-address): Fix docstring.
30615 (calc-window-hook, calc-trail-window-hook): New variables.
30616 (calc-trail-display): Restore use of calc-trail-window-hook.
30617 (calc): Restore use of calc-window-hook.
30619 2005-05-31 Masatake YAMATO <jet@gyve.org>
30621 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30623 * help-fns.el (help-C-file-name): Add autoload mark for
30624 `find-function-noselect'.
30626 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30628 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30629 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30631 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30633 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30634 included diary buffer if it was not already being visited.
30635 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30637 * calendar/icalendar.el (top-level): Do not require appt.
30639 * mail/supercite.el (sc-select-attribution): Only use a list
30640 element from sc-attrib-selection-list if it returns a string.
30641 Reported by Davide G. M. Salvetti <salve@debian.org>.
30643 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30645 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30646 includes a hash value to improve its uniqueness, and has a ".jpg"
30647 extension. Also, it is now a valid filename on all systems.
30648 (thumbs-make-thumb): Use `let', not `let*'.
30649 (thumbs-show-thumbs-list): Check for JPEG availability.
30651 2005-05-30 Richard M. Stallman <rms@gnu.org>
30653 * filesets.el (filesets-menu-ensure-use-cached):
30654 Prevent warning when emacs-version>= is undefined.
30656 * printing.el (pr-interactive-n-up): Use string-to-number.
30658 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30660 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30661 Warn only when name to be defined is quoted.
30663 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30665 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30666 Make regexp more robust.
30667 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30668 Force regeneration of disassembly.
30670 2005-05-29 Jay Belanger <belanger@truman.edu>
30672 * calc/calc.el (calc-user-invocation): Check if
30673 calc-invocation-macro is non-nil.
30675 2005-05-29 Juri Linkov <juri@jurta.org>
30677 * add-log.el (change-log-font-lock-keywords):
30678 Add `+' to e-mail regexp to accept mail address with keywords.
30680 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30682 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30684 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30686 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30688 2005-05-29 Richard M. Stallman <rms@gnu.org>
30690 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30691 Undo the change that moves to end of the current word.
30693 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30695 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30696 Throw error when count <= 0 to ensure input is a number.
30697 (gdb-read-memory-custom): Pick up address from buffer.
30698 (gdb-memory-mode): Allow user to increment and decrement
30699 memory address from header line.
30701 2005-05-29 Richard M. Stallman <rms@gnu.org>
30703 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30704 (flyspell-auto-correct-previous-hook): Doc fix.
30706 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30707 Do nothing if memory is full.
30709 * font-lock.el (font-lock-fontify-syntactically-region):
30710 Pass t for GREEDY to looking-back.
30712 * saveplace.el (save-place-alist-to-file): Write the file
30713 using write-region.
30715 * subr.el (looking-back): New argument GREEDY.
30717 * progmodes/compile.el (compilation-start): Set the mode
30718 before inserting the initial text.
30720 * progmodes/which-func.el (which-func-update-1): Turn the mode
30721 off in case of error by setting which-func-mode.
30723 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30725 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30726 Narrow down to what's on the screen, and recenter overlays
30727 at the end of the next word.
30729 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30731 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30733 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30734 (flyspell-abbrev-p): Default to nil.
30735 (flyspell-use-global-abbrev-table-p): Doc fix.
30736 (flyspell-large-region): Allow nil as value.
30737 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30739 (mail-mode-flyspell-verify): More robust handling
30740 of `mail-header-separator'. More efficient signature detection.
30741 Allow for regexp metacharacters in message-header-separator.
30742 Adding `To' not to be checked in mail-mode-flyspell-verify.
30744 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30745 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30746 Bind flyspell-auto-correct-binding.
30748 (flyspell-mode-map): Likewise.
30749 (flyspell-mode): Doc fix.
30750 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30751 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30752 (flyspell-word-cache-result): New var, always local.
30753 (flyspell-check-pre-word-p): Doc fix.
30754 (flyspell-check-changed-word-p): Handle spc like newline.
30755 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30756 (flyspell-word-search-backward, flyspell-word-search-forward):
30758 (flyspell-word): Return t if nothing to check.
30759 When parsing TeX code, check for after } or \.
30760 Use flyspell-word-search-backward to find previous word.
30761 Return nil if duplicated word.
30762 For word already checked, return same value as last time.
30763 Set flyspell-word-cache-result after checking.
30764 Don't clobber the return value.
30765 (flyspell-get-word): Major rewrite.
30766 (flyspell-external-point-words): New locals pword, pcount.
30767 Fix size used in progress message.
30768 Find the proper corresponding word in flyspell-large-region-buffer.
30769 (flyspell-region): Check for flyspell-large-region = nil.
30770 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30771 (flyspell-auto-correct-word): Check that WORD is a cons.
30772 (flyspell-correct-word): Likewise.
30774 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30776 * progmodes/make-mode.el (makefile-rule-action-regex)
30777 (makefile-macroassign-regex, makefile-makepp-mode)
30778 (makefile-bsdmake-mode): Continuation lines may be empty.
30779 Reported by Joshua Varner.
30780 (makefile-makepp-font-lock-keywords): Add $(stem).
30782 2005-05-28 Karl Berry <karl@gnu.org>
30784 * textmodes/tex-mode.el: Now that tex-send-command calls
30785 shell-quote-argument (2005-03-31 change), remove all calls to
30786 shell-quote-argument; they all end up invoking tex-send-command.
30787 The double quoting loses on filenames with non-safe characters,
30788 such as "@". Reported by Frederik Fouvry.
30790 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30792 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30793 about preserving point.
30795 2005-05-27 Jay Belanger <belanger@truman.edu>
30797 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30800 * calc/calc-embed.el (calc-embed-arg): New variable.
30801 (calc-do-embedded-activate, calc-embedded-activate-formula)
30802 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30803 variable by new variable.
30804 (calc-embedded-make-info): Replace undeclared variable by new
30805 variable. When selecting region with positive prefix
30806 argument, use end of previous line instead of beginning of line.
30808 * calc/calc-aent.el (calc-arg-values): Declare it.
30810 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30813 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30815 * calc/calc.el (calc-alg-map): Declare it.
30817 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30819 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30821 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30822 (gdb-registers-buffer, toggle-gdb-all-registers):
30823 Toggle display of floating point registers.
30824 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30826 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30827 (toggle-gud-tooltip-dereference):
30828 Rename from gud-toggle-tooltip-dereference.
30830 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30832 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30834 2005-05-27 Jay Belanger <belanger@truman.edu>
30836 * calc/calc-prog.el (calc-kbd-report): Remove.
30837 (calc-kbd-query): Rewrite.
30839 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30841 * image.el (image-library-alist): Move to image.c.
30842 (image-type-available-p): Doc fix.
30844 2005-05-27 Lute Kamstra <lute@gnu.org>
30846 * calc/calc.el (calc):
30847 * outline.el (outline-1, outline-2, outline-3, outline-4)
30848 (outline-5, outline-6, outline-7, outline-8):
30849 * textmodes/dns-mode.el (dns-mode):
30850 * textmodes/sgml-mode.el (sgml-namespace-face):
30851 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30852 (tex-verbatim-face, tex-use-reftex):
30853 * textmodes/texinfo.el (texinfo-heading-face):
30854 Specify customization group.
30856 * longlines.el: Don't require easy-mmode.
30857 (longlines-visible-face): Specify customization group.
30859 2005-05-27 Kenichi Handa <handa@m17n.org>
30861 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30862 encoding table of windows-1251.
30864 * international/ucs-tables.el (ucs-set-table-for-input):
30865 If translation-table-for-input of a coding system is a symbol, get
30866 its translation-table property.
30868 * international/code-pages.el: Don't register a coding system into
30869 non-iso-charset-alist more than once.
30870 (cp-make-coding-system): Likewise.
30872 2005-05-26 John Wiegley <johnw@newartisans.com>
30874 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30875 `eshell-resume-eval' is wrapped in a list, it indicates that the
30876 command was run asynchronously. In that case, unwrap the value
30877 before checking the delimiter value.
30879 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30880 character before a space at the end of a line is \, assume the space
30881 is part of the last argument rather than a final argument separator.
30883 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30884 is in use, and the target is `t' or `nil' (which are the most common
30885 values), don't assume that the symbol target is a buffer.
30887 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30889 * calendar/calendar.el (calendar-mode-line-format):
30890 Use mode-line-highlight as mouse-face.
30892 * time.el (display-time-string-forms, display-time-update):
30893 Use mode-line-highlight as mouse-face.
30895 2005-05-26 Jay Belanger <belanger@truman.edu>
30897 * calc/calc.el (calc-language-alist): Remove extra defvar.
30899 2005-05-26 Lute Kamstra <lute@gnu.org>
30901 * arc-mode.el (archive-mode):
30902 * bookmark.el (bookmark-read-annotation-mode)
30903 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30905 * calc/calc-yank.el (calc-edit-mode):
30906 * calc/calc.el (calc-mode, calc-trail-mode):
30907 * calculator.el (calculator-mode):
30908 * chistory.el (command-history-mode):
30910 * cus-edit.el (custom-mode):
30911 * descr-text.el (describe-text-mode):
30912 * ebuff-menu.el (Electric-buffer-menu-mode):
30913 * ediff-util.el (ediff-mode):
30914 * emacs-lisp/re-builder.el (reb-mode):
30915 * emulation/vi.el (vi-mode-setup):
30916 * emulation/ws-mode.el (wordstar-mode):
30917 * eshell/esh-mode.el (eshell-mode):
30918 * forms.el (forms-mode):
30919 * help-mode.el (help-mode):
30920 * hexl.el (hexl-mode):
30921 * ibuffer.el (ibuffer-mode):
30922 * ielm.el (inferior-emacs-lisp-mode):
30923 * info.el (Info-mode, Info-edit-mode):
30924 * international/swedish.el:
30925 * ledit.el (ledit-from-lisp-mode):
30926 * locate.el (locate-mode):
30927 * mail/rmail.el (rmail-mode):
30928 * mail/rmailedit.el (rmail-edit-mode):
30929 * mail/rmailsum.el (rmail-summary-mode):
30930 * mail/supercite.el (sc-electric-mode):
30931 * net/eudc.el (eudc-mode):
30932 * net/quickurl.el (quickurl-list-mode):
30933 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30934 * obsolete/ooutline.el (outline-mode):
30935 * obsolete/options.el (Edit-options-mode):
30936 * obsolete/rnews.el (news-mode):
30937 * obsolete/rnewspost.el (news-reply-mode):
30938 * play/5x5.el (5x5-mode):
30939 * play/decipher.el (decipher-mode, decipher-stats-mode):
30940 * play/gomoku.el (gomoku-mode):
30941 * play/snake.el (snake-mode):
30942 * play/solitaire.el (solitaire-mode):
30943 * play/tetris.el (tetris-mode):
30944 * progmodes/ada-mode.el (ada-mode):
30945 * progmodes/antlr-mode.el (antlr-mode):
30946 * progmodes/autoconf.el (autoconf-mode):
30947 * progmodes/dcl-mode.el (dcl-mode):
30948 * progmodes/delphi.el (delphi-mode):
30949 * progmodes/ebrowse.el (ebrowse-tree-mode)
30950 (ebrowse-electric-list-mode, ebrowse-member-mode)
30951 (ebrowse-electric-position-mode):
30952 * progmodes/f90.el (f90-mode):
30953 * progmodes/fortran.el (fortran-mode):
30954 * progmodes/icon.el (icon-mode):
30955 * progmodes/idlw-help.el (idlwave-help-mode):
30956 * progmodes/idlw-shell.el (idlwave-shell-mode):
30957 * progmodes/idlwave.el (idlwave-mode):
30958 * progmodes/inf-lisp.el (inferior-lisp-mode):
30959 * progmodes/m4-mode.el (m4-mode):
30960 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30961 * progmodes/modula2.el (modula-2-mode):
30962 * progmodes/octave-inf.el (inferior-octave-mode):
30963 * progmodes/octave-mod.el (octave-mode):
30964 * progmodes/pascal.el (pascal-mode):
30965 * progmodes/sh-script.el (sh-mode):
30966 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30967 * progmodes/vhdl-mode.el (vhdl-mode):
30968 * progmodes/xscheme.el (scheme-interaction-mode):
30969 * replace.el (occur-mode):
30970 * ses.el (ses-mode):
30971 * simple.el (completion-list-mode):
30973 * speedbar.el (speedbar-mode):
30974 * term.el (term-mode):
30975 * terminal.el (terminal-edit-mode):
30976 * textmodes/reftex-index.el (reftex-index-mode)
30977 (reftex-index-phrases-mode):
30978 * textmodes/reftex-sel.el (reftex-select-label-mode)
30979 (reftex-select-bib-mode):
30980 * textmodes/reftex-toc.el (reftex-toc-mode):
30981 * wdired.el (wdired-change-to-wdired-mode):
30982 * wid-browse.el (widget-browse-mode):
30983 Use run-mode-hooks.
30985 * array.el (array-mode):
30986 * calendar/todo-mode.el (todo-mode):
30987 * man.el (Man-mode):
30988 * play/landmark.el (lm-mode):
30989 * play/mpuz.el (mpuz-mode):
30990 Use kill-all-local-variables and run-mode-hooks.
30992 * subr.el (delay-mode-hooks): Specify indentation.
30994 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30996 * xml.el (xml-substitute-special): Don't die for undefined xml
30999 2005-05-26 Jay Belanger <belanger@truman.edu>
31001 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31004 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
31006 * progmodes/gdb-ui.el (gdb-frame-address):
31007 Rename from gdb-current-address.
31008 (gdb-previous-frame-address): Rename from gdb-previous-address.
31009 (gdb-selected-frame): Rename from gdb-current-frame.
31010 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31011 (gdb-frame-number): Rename from gdb-current-stack-level.
31012 (gdb-ann3): Match new mode-name for disassembly buffer.
31013 Extend initialization of variables.
31014 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31015 (gdb-memory-mode): Use mouse-face in header line.
31016 (gdb-assembler-buffer-name): Call it disassembly and give frame
31018 (gdb-source-spec-regexp, gdb-assembler-custom)
31019 (gdb-invalidate-assembler, gdb-frame-handler):
31020 Make robust to leading zeroes in address format.
31022 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
31024 * textmodes/org.el (org-mode): Use `define-derived-mode' to
31026 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31028 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
31030 * log-edit.el (log-edit-changelog-entries): Distinguish between
31031 filenames like xfns.c and fns.c.
31033 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
31035 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31036 point after reverting.
31037 (Buffer-menu-make-sort-button): Handle the case where
31038 `Buffer-menu-use-header-line' is nil.
31040 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
31042 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31043 New funcs. In minibuffer-local-completion-map bind `]', `/'
31046 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
31048 * startup.el (normal-top-level): Allow modification of load-path while
31049 we're iterating over it.
31051 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
31053 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31054 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31055 (thumbs-resize-interactive, thumbs-insert-image)
31056 (thumbs-insert-thumb, thumbs-dired-show-marked)
31057 (thumbs-find-image-at-point, thumbs-delete-images)
31058 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31059 (thumbs-increment-image-size, thumbs-decrement-image-size):
31060 Fix typos in docstrings.
31062 2005-05-24 Andre Spiegel <spiegel@gnu.org>
31064 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31065 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31066 (cperl-mode): Use them.
31068 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
31070 * window.el (quit-window, shrink-window-if-larger-than-buffer):
31073 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
31075 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31076 Bind C-d to gdb-inferior-io-eof.
31078 * dired.el (dired-dnd-popup-notice): Use message-box.
31080 2005-05-23 Masatake YAMATO <jet@gyve.org>
31082 * bindings.el (mode-line-major-mode-keymap):
31083 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31085 * faces.el (mode-line-highlight): New face.
31087 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31090 * bindings.el (top-level, help-echo, mode-line-modified)
31091 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31094 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
31096 * progmodes/cc-engine.el (c-guess-basic-syntax):
31097 Remove spurious call to `zerop'.
31099 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31101 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31103 CC Mode update to 5.30.10:
31105 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31106 the point could go past the limit in decoration level 2, thereby
31107 causing errors during interactive fontification.
31109 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31110 bug when the file is evaluated interactively.
31112 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31113 declarations somewhat better in C++.
31115 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31116 New helper macro to make use of `run-mode-hooks'
31117 which has been added in Emacs 21.1.
31118 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31119 (awk-mode): Use it.
31120 (make-local-hook): Suppress warning about obsoleteness.
31122 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31123 (c-append-backslashes-forward, c-delete-backslashes-forward)
31124 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31125 Compensate for return value from `forward-line' when it has moved
31126 but not to a different line due to eob.
31128 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31129 `objc-method-intro' and `objc-method-args-cont'.
31131 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31133 CC Mode update to 5.30.10:
31135 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31136 address in the copyright statement. Incidentally, change "along with
31137 GNU Emacs" to "along with this program" where it occurs.
31139 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31140 autoload, so that it is interactive, hence can be found by M-x awk-mode
31141 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31142 <gmorris+emacs@ast.cam.ac.uk>.
31144 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31147 2005-05-23 Kevin Ryde <user42@zip.com.au>
31149 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31150 from c-parse-state, to avoid a lisp error (on bad code).
31152 2005-05-23 Lute Kamstra <lute@gnu.org>
31154 * subr.el (font-lock-defaults): Remove defvar as it's already
31155 defined in font-core.el.
31157 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31159 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31161 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31162 more general and work when GDB variable "print pretty" is on,
31163 as with Emacs, for example.
31165 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31167 * font-core.el: Update comment.
31169 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31170 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31172 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31174 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31176 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31177 and `yank-handler' in the doc strings.
31179 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31181 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31183 2005-05-22 Richard M. Stallman <rms@gnu.org>
31185 * help.el (describe-key): Move print-help-return-message call
31186 out of conditional.
31188 * progmodes/etags.el (list-tags): Use with-no-warnings.
31190 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31191 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31192 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31194 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31196 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31199 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31200 Use defvar, not defconst.
31202 * hexl.el (hexl-follow-line): Use with-no-warnings.
31204 * emulation/tpu-extras.el: Use write-file-functions instead of
31207 * dired.el (dired-font-lock-keywords): Fontify files with junk
31208 extensions even if marked by -F.
31210 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31212 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31213 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31214 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31215 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31216 (concatenate, list-length, get*, getf, cl-remprop):
31217 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31218 (etypecase, progv, lexical-let, lexical-let*)
31219 (multiple-value-bind, multiple-value-setq, shiftf):
31220 Improve argument/docstring consistency.
31222 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31224 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31226 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31229 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31230 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31232 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31234 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31235 already deleted variables: auto-fill-hook, blink-paren-hook,
31236 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31237 suspend-hooks, comment-indent-hook, meta-flag,
31238 before-change-function, after-change-function,
31239 font-lock-doc-string-face.
31241 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31243 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31245 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31247 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31248 rmail-dont-reply-to.
31250 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31252 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31253 literal blank when splitting new-header-values.
31255 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31257 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31258 string so that tmm doesn't create a completion entry for it.
31260 * textmodes/table.el (table-disable-menu): Ditto.
31262 2005-05-21 Richard M. Stallman <rms@gnu.org>
31264 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31266 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31268 * net/rcompile.el (remote-compile): Use compilation-start.
31270 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31272 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31274 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31275 Default to makefile-bsdmake-mode on BSD systems.
31277 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31278 REGEXP may also be a search function now. The part of doc-string
31279 for describing the structure was 95% identical to that of
31280 `imenu--generic-function'. Unify it there.
31282 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31283 Use function to find dependencies, because regexp alone is so complex,
31284 it easily goes into an endless loop.
31285 (makefile-makepp-mode): Also add submenu for Perl functions
31286 defined in the makefile.
31287 (makefile-bsdmake-mode): Special imenu-generic-expression no
31288 longer needed, due to function call.
31289 (makefile-match-dependency): Take BOUND into account when checking
31292 2005-05-20 Jay Belanger <belanger@truman.edu>
31294 * calc/calc-units.el (calc-invalidate-units-table):
31295 Use inhibit-read-only.
31296 (math-build-units-table-buffer): Use view-mode.
31298 2005-05-20 David Kastrup <dak@gnu.org>
31300 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31301 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31303 2005-05-20 Lute Kamstra <lute@gnu.org>
31305 * diff-mode.el (diff-header-face, diff-file-header-face)
31306 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31307 (diff-added-face, diff-changed-face, diff-function-face)
31308 (diff-context-face, diff-nonexistent-face): Put them in the
31309 diff-mode customization group.
31311 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31313 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31315 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31317 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31318 Minor regexp-optimization.
31320 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31322 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31323 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31324 (org-agenda-add-time-grid-maybe): New function.
31325 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31326 (org-table-create): `dotimes' instead of `mapcar'.
31327 (org-xor): Simplify implementation.
31328 (org-agenda): `inhibit-redisplay' turned on.
31329 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31330 a consistent line after a state change.
31331 (org-agenda-remove-times-when-in-prefix): New option.
31332 (org-prefix-has-time): New variable.
31333 (org-parse-time-string): Optional argument NODEFAULT.
31334 (org-format-agenda-item): Parse items for time-of-day
31335 specifications and move these into the prefix if possible.
31336 (org-agenda-priority): Get current heading, not previous heading
31337 during agenda remote editing.
31339 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31341 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31342 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31343 (remove-duplicates, delete-duplicates, substitute)
31344 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31345 (nsubstitute-if-not, find, find-if, find-if-not, position)
31346 (position-if, position-if-not, count, count-if, count-if-not)
31347 (mismatch, search, sort*, stable-sort, merge, member*)
31348 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31349 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31350 (intersection, nintersection, set-difference, nset-difference)
31351 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31352 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31353 (nsublis, tree-equal): Improve argument/docstring consistency.
31355 * subr.el (send-string, send-region): Remove obsolescence declaration.
31356 (window-dot, set-window-dot, read-input, show-buffer)
31357 (eval-current-buffer, string-to-int):
31358 Add release number to obsolescence declarations.
31360 2005-05-19 Kim F. Storm <storm@cua.dk>
31362 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31363 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31365 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31367 * faces.el (list-faces-display): Make back button respect optional
31370 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31372 * calculator.el (calculator-radix-grouping-mode)
31373 (calculator-radix-grouping-digits, calculator-displayer)
31374 (calculator-radix-grouping-separator, calculator-copy-displayer):
31375 * dabbrev.el (dabbrev-search-these-buffers-only):
31376 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31377 (diff-advance-after-apply-hunk, diff-mode-hook)
31378 (diff-minor-mode-prefix):
31379 * imenu.el (imenu-use-popup-menu):
31380 * jit-lock.el (jit-lock-context-time):
31381 * newcomment.el (comment-fill-column, comment-column)
31382 (comment-style, comment-padding, comment-multi-line)
31383 (comment-empty-lines, comment-auto-fill-only-comments):
31384 * reveal.el (reveal-around-mark):
31385 * uniquify.el (uniquify-buffer-name-style)
31386 (uniquify-after-kill-buffer-p)
31387 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31388 (uniquify-min-dir-content, uniquify-separator)
31389 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31390 * w32-vars.el (w32-fixed-font-alist):
31391 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31392 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31393 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31394 * progmodes/perl-mode.el (perl-indent-level)
31395 (perl-continued-statement-offset, perl-continued-brace-offset)
31396 (perl-brace-offset, perl-brace-imaginary-offset)
31397 (perl-label-offset, perl-indent-continued-arguments)
31398 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31399 * progmodes/tcl.el (tcl-indent-level)
31400 (tcl-continued-indent-level, tcl-auto-newline)
31401 (tcl-tab-always-indent, tcl-electric-hash-style)
31402 (tcl-help-directory-list, tcl-use-smart-word-finder)
31403 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31404 (inferior-tcl-source-command):
31405 * textmodes/fill.el (enable-kinsoku):
31406 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31407 * textmodes/table.el (table-yank-handler):
31408 Specify missing group (and type, if simple) in defcustom.
31410 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31412 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31414 2005-05-19 Richard M. Stallman <rms@gnu.org>
31416 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31418 * subr.el (event-basic-type): Don't get an error.
31419 (left-fringe-p): Function deleted.
31421 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31422 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31424 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31427 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31429 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31431 * emacs-lisp/bytecomp.el
31432 (byte-compile-file-form-custom-declare-variable):
31433 Call byte-compile-nogroup-warn if appropriate.
31435 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31436 (compilation-set-window): Don't call left-fringe-p; do it directly.
31438 2005-05-19 Jay Belanger <belanger@truman.edu>
31440 * calc/calc-graph.el (calc-graph-format-data): Make sure
31441 var-PlotRejects is bound before trying to check its value.
31443 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31445 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31446 definition of this variable from reftex-global.el to reftex.el,
31447 because it is needed in the menu.
31449 2005-05-19 Lute Kamstra <lute@gnu.org>
31451 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31452 years are fixed. Don't insert a space after a dash.
31454 2005-05-19 Kim F. Storm <storm@cua.dk>
31456 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31458 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31460 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31461 strings, because (eq ... ?\\) is fairly frequent.
31463 * progmodes/make-mode.el (makefile-add-this-line-targets):
31464 Simplify and integrate into `makefile-pickup-targets'.
31465 (makefile-add-this-line-macro): Simplify and integrate into
31466 `makefile-pickup-macros.
31467 (makefile-pickup-filenames-as-targets): Simplify.
31468 (makefile-previous-dependency, makefile-match-dependency):
31469 Don't stumble over `::'.
31471 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31473 * subr.el (post-command-idle-hook, post-command-idle-delay):
31474 Remove obsoletion of post-command-idle-hook and
31475 post-command-idle-delay.
31477 * faces.el (list-faces-display): Provide button when describe-face
31478 is called to take user back to the list of faces.
31480 * help-fns.el (describe-variable): Remove hyperlinks in a
31481 variable's value as these are quite frequently inappropriate.
31483 * follow.el (follow-submit-feedback, follow-mode):
31484 Remove references to post-command-idle-hook.
31486 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31488 * progmodes/make-mode.el (makefile-previous-dependency)
31489 (makefile-match-dependency): Check for := (and in bsd mode also
31490 !=) to give a better result, even when font-lock is not on.
31492 2005-05-18 Jay Belanger <belanger@truman.edu>
31494 * calc/calc-help.el (calc-s-prefix-help):
31495 Add `calc-copy-special-constant' to help string.
31497 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31499 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31501 2005-05-18 Jay Belanger <belanger@truman.edu>
31503 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31504 in linear factors are in proper order.
31506 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31508 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31509 Support for jurabib.
31511 * textmodes/reftex.el (featurep): Define aliases for overlay
31512 commands, for XEmacs compatibility, and use these aliases in
31513 overlay initializations.
31514 (reftex-highlight): Use `reftex-move-overlay'.
31515 (reftex-unhighlight): Use `reftex-delete-overlay'.
31516 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31517 (reftex-access-search-path): Use `reftex-uniquify' instead of
31520 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31521 `before-string' property modification enables for Emacs as well.
31522 (reftex-select-item): Use `reftex-delete-overlay'.
31523 (reftex-select-mark): Use `reftex-make-overlay' and
31524 `reftex-overlay-put'.
31525 (reftex-select-unmark): Use `reftex-delete-overlay' and
31526 `reftex-overlay-put'.
31528 2005-05-18 Lute Kamstra <lute@gnu.org>
31530 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31532 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31534 * add-log.el (add-change-log-entry):
31535 * array.el (array-make-template, array-reconfigure-rows)
31536 (array-init-max-row, array-init-max-column)
31537 (array-init-columns-per-line, array-init-field-width):
31538 * replace.el (replace-match-maybe-edit, perform-replace):
31539 * textmodes/spell.el (spell-region):
31540 Replace `read-input' by `read-string'.
31542 * forms.el (forms-mode):
31543 * finder.el (finder-compile-keywords):
31544 * shadowfile.el (shadow-read-files):
31545 Replace `eval-current-buffer' by `eval-buffer'.
31547 * terminal.el (te-pass-through):
31548 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31549 (ange-ftp-raw-send-cmd):
31550 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31551 (send-process-next-char, telnet-initial-filter, telnet):
31552 Replace `send-string' by `process-send-string'.
31554 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31555 (prolog-consult-region): Replace `send-string' by
31556 `process-send-string'; replace `send-region' by `process-send-region'.
31558 * progmodes/delphi.el (delphi-log-msg):
31559 Replace `set-window-dot' by `set-window-point'.
31561 * subr.el (window-dot, set-window-dot, read-input, send-string)
31562 (send-region, show-buffer, eval-current-buffer):
31563 Make really obsolete, as the comment says.
31565 2005-05-17 Kim F. Storm <storm@cua.dk>
31567 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31568 (cua--init-keymaps): Bind C-return instead of S-return to set
31571 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31572 instead of S-return to toggle/clear rectangle mark.
31574 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31576 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31577 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31578 Also fontify plain strings assigned to variables, mostly so that a
31579 colon has a face and is thus not taken as a dependency separator.
31580 (makefile-previous-dependency): Inline the new matcher, because it
31581 is too complex to work in both directions.
31582 (makefile-match-dependency): Eliminate `backward' arg (see above).
31583 Completely reimplemented so as to not sometimes go into an endless
31584 loop. It should also be more efficient, because first it only
31585 searches for `:', instead of applying the very complex regexp.
31586 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31587 to be fontified in one piece can be too long for JIT.
31588 Makefiles are never *that* big.
31590 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31592 * dired.el (dired-mode): Simplify.
31594 2005-05-17 Lute Kamstra <lute@gnu.org>
31596 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31597 defcustom for the mode hook variable.
31599 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31600 Emacs Lisp Reference Manual.
31602 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31604 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31606 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31607 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31609 * net/tramp-smb.el (tramp-smb-open-connection):
31610 Pass `tramp-chunksize' as fifth (required) argument.
31612 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31614 * font-lock.el (lisp-font-lock-keywords-1):
31615 Set `font-lock-negation-char-face' for [^...] char group.
31616 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31618 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31619 a var, and refine it to mask one more level of nested vars.
31620 (makefile-rule-action-regex): Turn it into a var, and refine it so
31621 it recognizes backslashed continuation lines as belonging to the
31623 (makefile-macroassign-regex): Refine it so it recognizes
31624 backslashed continuation lines as belonging to the same command.
31625 (makefile-var-use-regex): Don't look at the next char, because it
31626 might be the same one to be skipped by the initial [^$], leading
31627 to an overlooked variable use.
31628 (makefile-make-font-lock-keywords): Remove two parameters, which
31629 are now variables that some of the modes set locally.
31630 Handle dependency and rule action matching through functions, because
31631 regexps alone match too often. Dependency matching now comes
31632 last, so it can check, whether a colon already matched something else.
31633 (makefile-mode): Inform that font-lock improves makefile parsing
31635 (makefile-match-dependency, makefile-match-action): New functions.
31637 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31639 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31641 * align.el (align-regexp):
31642 * ansi-color.el (ansi-color-get-face):
31643 * array.el (array-reconfigure-rows, array-init-max-row)
31644 (array-init-max-column, array-init-columns-per-line)
31645 (array-init-field-width):
31646 * dired-aux.el (dired-trample-file-versions):
31647 * dired-x.el (dired-mark-sexp):
31648 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31649 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31650 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31651 * faces.el (face-read-integer):
31652 * files.el (backup-extract-version, insert-directory):
31653 * hexl.el (hexl-insert-decimal-char):
31654 * server.el (server-process-filter):
31655 * shell.el (shell-extract-num):
31656 * startup.el (command-line-1):
31657 * term.el (term-command-hook):
31658 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31659 (time-stamp-do-number):
31660 * time.el (display-time-update):
31661 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31662 (timezone-fix-time):
31663 * vms-patch.el (vms-suspend-resume-hook):
31664 * calendar/appt.el (appt-convert-time):
31665 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31666 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31667 * calendar/cal-islam.el (mark-islamic-diary-entries):
31668 * calendar/calendar.el (calendar-cursor-to-date)
31669 (calendar-star-date):
31670 * calendar/diary-lib.el (diary-attrtype-convert)
31671 (mark-diary-entries, diary-entry-time):
31672 * calendar/solar.el (solar-get-number):
31673 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31674 * emacs-lisp/re-builder.el (reb-display-subexp):
31675 * emulation/edt.el (edt-set-scroll-margins):
31676 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31677 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31678 (vip-get-ex-count):
31679 * emulation/viper-ex.el (viper-get-ex-token)
31680 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31681 * international/fontset.el (fontset-plain-name):
31682 * mail/feedmail.el (feedmail-look-at-queue-directory):
31683 * mail/mailalias.el (mail-get-names):
31684 * mail/rmail.el (rmail-convert-to-babyl-format):
31685 * mail/rmailsum.el (rmail-make-basic-summary-line)
31686 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31687 (rmail-summary-goto-msg):
31688 * mail/smtpmail.el (smtpmail-read-response):
31689 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31690 (ange-ftp-vms-add-file-entry):
31691 * play/gametree.el (gametree-looking-at-ply)
31692 (gametree-current-branch-score):
31693 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31694 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31695 * progmodes/cperl-mode.el (condition-case):
31696 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31697 (ebrowse-set-member-buffer-column-width)
31698 (ebrowse-select-1st-to-9nth):
31699 * progmodes/etags.el (etags-snarf-tag):
31700 * progmodes/flymake.el (flymake-parse-line):
31701 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31702 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31703 (idlwave-shell-menu-def):
31704 * progmodes/ps-mode.el (ps-run-goto-error):
31705 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31706 (vhdl-speedbar-contract-level):
31707 * term/mac-win.el (x-handle-numeric-switch):
31708 * term/sun-mouse.el (sun-get-frame-data):
31709 * term/w32-win.el (x-handle-numeric-switch):
31710 * term/x-win.el (x-handle-numeric-switch):
31711 * textmodes/ispell.el (ispell-parse-output):
31712 * textmodes/nroff-mode.el (nroff-outline-level):
31713 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31714 (reftex-bib-sort-year-reverse, reftex-format-citation):
31715 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31716 (reftex-section-number):
31717 * textmodes/texinfmt.el (texinfo-paragraphindent):
31718 Replace `string-to-int' by `string-to-number'.
31720 * international/latexenc.el: Add page marker to force the "Local
31721 Variables:" string out of the last page.
31723 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31725 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31726 tooltip-change-major-mode.
31727 (gud-tooltip-print-command): Remove case where gud-minor-mode
31728 is gdb ("--fullname").
31729 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31732 2005-05-16 Jay Belanger <belanger@truman.edu>
31734 * calc/calc-store.el (calc-copy-special-constant): New function.
31736 * calc/calc-ext.el (calc-init-extensions): Add binding for
31737 `calc-copy-special-constant'.
31739 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31740 for the `calc-copy-special-constant' command.
31742 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31744 * subr.el (left-fringe-p): New function.
31746 * progmodes/compile.el (compilation-setup): Set local value of
31747 overlay-arrow-string to "" always.
31748 (compilation-set-window): Left fringe then don't scroll.
31749 No left fringe then no arrow and scroll message to top.
31750 (compilation-context-lines): Adjust doc string accordingly.
31752 2005-05-16 Kim F. Storm <storm@cua.dk>
31754 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31755 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31756 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31757 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31758 (ido-read-file-name): Handle commands with ido property value
31759 equal to find-file as reading a file name, to allow C-d to enter dired.
31760 (ibuffer-find-file): Add ido property with value find-file.
31762 2005-05-15 Kim F. Storm <storm@cua.dk>
31764 * subr.el (open-network-stream-nowait): Remove.
31765 (open-network-stream-server): Remove.
31767 2005-05-15 Richard M. Stallman <rms@gnu.org>
31769 * faces.el (describe-face): Output a definition link button.
31771 * help-mode.el (help-face-def): New button type.
31773 * emacs-lisp/copyright.el (copyright-fix-years):
31774 Match properly if the first year is 2-digit.
31775 Don't mess up the whitespace after the years by filling.
31777 * dired-aux.el (dired-mark-confirm):
31778 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31780 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31781 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31782 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31784 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31785 Set font-lock-comment-start-skip.
31787 * font-lock.el (font-lock-comment-start-skip): New variable.
31788 (font-lock-comment-end-skip): New variable.
31789 (font-lock-fontify-syntactically-region): Use them if non-nil.
31791 2005-05-15 Jay Belanger <belanger@truman.edu>
31793 * calc/calc-store.el (calc-store-value): Return a string rather
31794 than display it as a message.
31795 Use calc-var-name for variable name.
31796 (calc-store-into): Add the result of calc-store-value to message.
31797 (calc-copy-variable): Add a message.
31798 (calc-store-exchange): Improve error messages.
31799 (calc-store-binary, calc-store-map): Don't reset the values of
31802 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31804 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31805 manual to docstring.
31807 * files.el (hack-local-variables-confirm): Add STRING argument.
31808 Make the function handle non file visiting buffers correctly.
31809 (hack-local-variables-prop-line, hack-local-variables)
31810 (hack-one-local-variable): Use STRING arg of
31811 `hack-local-variables-confirm'.
31813 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31815 Sync with Tramp 2.0.49.
31817 * net/tramp.el (tramp-handle-dired-call-process)
31818 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31819 because the contents of the Tramp buffer is changed before
31820 insertion (`expand-file' and alike).
31821 (tramp-handle-insert-directory): If `localname' has an empty
31822 nondirectory name, it must not be quoted.
31823 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31824 variable `tramp-chunksize'. Change callees.
31825 (tramp-open-connection-setup-interactive-shell): Check remote host
31826 for buggy `send-process-string' implementation.
31827 Set `tramp-chunksize' if found. Reported by Michael Kifer
31828 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31829 (tramp-handle-shell-command): `insert-buffer' cannot be used
31830 because the contents of the Tramp buffer is changed before
31831 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
31832 <frederic.bothamy@free.fr>.
31833 (tramp-set-auto-save): Actions should be done for Tramp file name
31834 handler only. Ange-FTP has its own auto-save mechanism.
31835 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31836 (tramp-set-auto-save-file-modes): Set file modes of
31837 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31838 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31839 (tramp-bug): Remove obsolete variable.
31840 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31841 for presence of `mml-mode'. Make it running for older Emacsen as well.
31843 2005-05-14 John Paul Wallington <jpw@pobox.com>
31845 * ibuf-ext.el (define-ibuffer-filter filename):
31846 If `dired-directory' is a list, use its car.
31848 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31850 * ibuffer.el (define-ibuffer-column filename):
31851 If `dired-directory' is a list, use its car.
31853 2005-05-14 Richard M. Stallman <rms@gnu.org>
31855 * subr.el (symbol-file): Doc fix.
31857 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31858 (byte-compile-form): Call byte-compile-nogroup-warn.
31859 (byte-compile-warning-types): Doc fix.
31861 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31863 * progmodes/cc-engine.el (c-literal-faces):
31864 Add font-lock-comment-delimiter-face.
31866 * net/net-utils.el (dig): Use with-no-warnings.
31868 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31869 (sc-recite-frame-alist, sc-default-cite-frame)
31870 (sc-default-uncite-frame, sc-default-recite-frame)
31871 (sc-attrib-selection-list, sc-rewrite-header-list):
31872 Mark as risky-local-variable.
31874 * international/ogonek.el (ogonek-jak, ogonek-how):
31875 Don't use beginning-of-buffer.
31877 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31879 * calendar/solar.el (solar-data-list): Move definition up.
31881 * dnd.el (dnd-protocol-alist): Add autoload.
31883 * progmodes/sh-script.el: Many doc usage fixes.
31884 (sh-indent-after-do): Change default to match common styles.
31886 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31888 * files.el (interpreter-mode-alist)
31889 (auto-mode-interpreter-regexp): Doc fixes.
31891 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31893 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31895 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31897 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31899 * dired.el (dired-mode): make-variable-buffer-local =>
31900 make-local-variable.
31902 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31904 * term/mac-win.el (mac-select-convert-to-string): Try coding
31905 systems in mac-script-code-coding-systems if specified one cannot
31906 encode string for `com.apple.traditional-mac-plain-text'.
31908 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31910 * progmodes/make-mode.el (makefile-targets-face)
31911 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31912 (makefile-dependency-regex): Fix it to not make the colon in
31913 $(var:a=b) special.
31914 (makefile-rule-action-regex): New regexp for highlighting embedded
31916 (makefile-macroassign-regex): Handle != for highlighting as
31917 embedded Shell strings.
31918 (makefile-var-use-regex): New const.
31919 (makefile-statements, makefile-automake-statements)
31920 (makefile-gmake-statements, makefile-makepp-statements)
31921 (makefile-bsdmake-statements): New consts.
31922 (makefile-make-font-lock-keywords): New function.
31923 (makefile-automake-font-lock-keywords)
31924 (makefile-gmake-font-lock-keywords)
31925 (makefile-makepp-font-lock-keywords)
31926 (makefile-bsdmake-font-lock-keywords): New consts.
31927 (makefile-mode-map): Add switchers between the various submodes.
31928 (makefile-mode): Document the availability of the variants.
31929 (makefile-automake-mode, makefile-gmake-mode)
31930 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31932 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31933 new variants of makefile-mode.
31935 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31937 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31940 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31942 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31943 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31945 * files.el (normal-mode): Extend the scope of the
31946 `enable-local-variables' binding to include the `set-auto-mode' call.
31947 (magic-mode-alist): Doc fix.
31949 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31951 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31952 font-lock-comment-face rather than copying its setting.
31954 2005-05-12 Andreas Schwab <schwab@suse.de>
31956 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31958 2005-05-12 Lute Kamstra <lute@gnu.org>
31960 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31961 defcustom for the mode hook variable. Delete the last argument.
31962 * generic-x.el: Fix callers of define-generic-mode.
31963 (generic-x-modes): Delete group.
31964 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31965 generic-x customization group.
31967 2005-05-12 Kim F. Storm <storm@cua.dk>
31969 * font-lock.el (font-lock-negation-char-face): Default to "off".
31971 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31972 font-lock-negation-char-face to ! in !=.
31974 2005-05-12 Masatake YAMATO <jet@gyve.org>
31976 * add-log.el (find-change-log): Fix typos in the docstring
31979 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
31981 * international/latexenc.el (latexenc-find-file-coding-system):
31982 Avoid `re-search-forward' when looking for input encoding because
31983 of speed and safety. Better regular expressions for recognizing
31984 input encoding. Limit a search for TeX-master/tex-main-file to
31985 the local variable section.
31987 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31989 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31990 syntax of $ to "'" (quote).
31992 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31994 * dnd.el (dnd-protocol-alist): Improve custom type.
31996 * dired.el (dired-dnd-protocol-alist): New variable.
31997 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31998 `dired-mode-hook' to the end.
32000 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32002 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32003 comment-end if comment-start-skip is not set.
32004 Obey the font-lock-comment-delimiter-face variables.
32006 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32008 * files.el (executable-find): Move from executable.el. Use
32010 * progmodes/executable.el (executable-find): Move to files.el.
32012 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32013 when trying to ensure forward progress.
32015 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
32017 * mouse-sel.el (mouse-sel-follow-link-p): New function.
32018 (mouse-select, mouse-select-internal, mouse-extend-internal):
32019 Use it to implement mouse-1-click-follows-link functionality.
32021 2005-05-11 Richard M. Stallman <rms@gnu.org>
32023 * font-lock.el (font-lock-fontify-syntactically-region):
32024 Use font-lock-comment-delimiter-face for comment delimiters.
32026 2005-05-10 Jay Belanger <belanger@truman.edu>
32028 * calc/calc-help.el (calc-m-prefix-help): Add mention of
32029 preserving embedded modes.
32031 2005-05-10 Richard M. Stallman <rms@gnu.org>
32033 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32035 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32036 Move from ada-stmt.el.
32037 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32039 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32040 Move to ada-mode.el.
32041 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32043 * cus-edit.el (custom-file): Call file-chase-links.
32045 * files.el (read-directory-name): Fix previous change.
32046 (hack-local-variables-confirm): New function.
32047 (hack-local-variables-prop-line, hack-local-variables)
32048 (hack-one-local-variable): Use it.
32050 2005-05-10 Lute Kamstra <lute@gnu.org>
32052 * font-lock.el (font-lock-keywords-alist)
32053 (font-lock-removed-keywords-alist): Clarify docstrings.
32055 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
32057 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32058 (gdb-source-info): Check for preprocessor info.
32059 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
32060 a macro for a function.
32061 (gdb-info-breakpoints-custom): Try to find file again if not already
32062 found (user might have used GDB dir command).
32063 (gdb-get-location): Update gdb-location-alist correctly for change
32064 to gdb-info-breakpoints-custom.
32066 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32067 (gud-tooltip-print-command): Add gdbmi case.
32068 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32071 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
32073 * startup.el (fancy-splash-insert): Fix typo in doc string.
32075 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
32077 * obsolete/float.el (string-to-float):
32078 * obsolete/hilit19.el (hilit-add-pattern):
32079 * obsolete/rnews.el (news-parse-range, news-select-message)
32080 (news-get-pruned-list-of-files): Replace `string-to-int' by
32081 `string-to-number'.
32083 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32084 `find-file-not-found-hooks'; use `add-hook'.
32085 (uncompress-while-visiting): Set `write-file-functions', not
32086 `write-file-hooks'; use `add-hook'.
32088 2005-05-09 Kim F. Storm <storm@cua.dk>
32090 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32091 (cua-paste): Handle clipboard action.
32092 (cua--init-keymaps): Remap clipboard-kill-region and
32093 clipboard-kill-ring-save.
32095 2005-05-08 Eli Zaretskii <eliz@gnu.org>
32097 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32098 Improve commentary.
32100 * simple.el (next-error-overlay-arrow-position): Revert the change
32101 made on 2005-04-30.
32103 2005-05-07 Jay Belanger <belanger@truman.edu>
32105 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32106 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32107 `calc-sel-reselect'.
32109 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32110 Calc is in embedded mode.
32112 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32114 * progmodes/compile.el (compilation-setup):
32115 Set overlay-arrow-string to an empty string on text terminals.
32117 * textmodes/ispell.el (ispell-program-name): Try looking for
32118 "aspell" along exec-path, and if found, use it as the default
32121 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32123 * international/mule.el (sgml-xml-auto-coding-function):
32124 Recognize encoding='FOO' in single quotes as well as in double quotes.
32126 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
32128 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32129 as well as `interactive', so that defmacro* would recognize
32132 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32134 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32135 Explain more about the LIGHTER arg's usage in the doc string.
32136 Add commentary to clarify what the code does. Fix the regexp that
32137 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32138 since it could have characters special to regular expressions.
32140 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32142 * replace.el (occur-1): Bind inhibit-read-only so that
32143 erase-buffer doesn't barf on read-only text properties (likewise
32144 for add-text-properties in occur-engine). Mark buffer as unmodified.
32145 (occur-engine): Don't set buffer-read-only here.
32147 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32149 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32150 list-buffers-directory. This caused the *cvs-commit* buffer to be
32151 sometimes mistakenly reused as a *cvs* buffer.
32153 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32155 * tooltip.el: Move code for GUD tooltips into gud.el.
32156 (require): CL no longer needed to compile case.
32157 (tooltip-mode): Do not toggle functions for GUD tooltips.
32158 (tooltip-gud-tips-p): Remove. Replace with minor mode
32159 gud-tooltip-mode in gud.el.
32160 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32161 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32162 tooltip-gud prefix with gud-tooltip and obsolete.
32163 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32164 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32165 (tooltip-mouse-motion): Mouse movement functions/variable.
32166 Rename in gud.el by adding gud prefix.
32167 (tooltip-gud-original-filter, tooltip-gud-dereference)
32168 (tooltip-gud-event, tooltip-toggle-gud-tips)
32169 (tooltip-gud-process-output, tooltip-gud-print-command)
32170 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32171 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32172 (gdb-tooltip-print): Move to gdb-ui.el.
32174 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32175 (require): CL needed to compile case.
32176 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32177 tooltip-gud-tips-p. Make it a minor-mode.
32178 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32179 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32180 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32181 (gud-tooltip-change-major-mode)
32182 (gud-tooltip-activate-mouse-motions-if-enabled)
32183 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32184 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32185 (gud-tooltip-original-filter, gud-tooltip-dereference)
32186 (gud-tooltip-event, tooltip-toggle-gud-tips)
32187 (gud-tooltip-process-output, gud-tooltip-print-command)
32188 (gud-tooltip-tips): Move from tooltip.el.
32190 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32191 (gdb-cpp-define-alist-flags): Doc fix.
32192 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32193 gud-tooltip-mode is t.
32195 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32197 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32198 evaporate if their text is deleted.
32199 (goto-address-at-point): Make it work as a mouse binding as well.
32200 (goto-address-at-mouse): Obsolete it. Update users.
32202 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32204 * calendar/appt.el (top-level): No longer activate on load.
32206 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32208 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32209 * net/webjump.el (webjump):
32210 * progmodes/idlw-help.el (idlwave-do-context-help1)
32211 (idlwave-highlight-linked-completions):
32212 * textmodes/po.el (po-find-file-coding-system-guts):
32213 Replace `assoc-ignore-case' by `assoc-string'.
32215 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32217 * files.el (locate-file): Doc fix.
32219 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32220 Remove the redundant test for ms-dos.
32222 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32223 look for the preprocessor with exec-suffixes. If not found in
32224 standard places, look in exec-path. Remove most of the tests that
32227 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32229 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32231 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32232 file-name clash with jka-compr.el on 8+3 filesystems.
32234 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32236 * term/mac-win.el: Don't define or bind scroll bar functions if
32237 x-toolkit-scroll-bars is t.
32238 (x-select-text, x-get-selection-value): Clear
32239 x-last-selected-text-clipboard if x-select-enable-clipboard is
32241 (PRIMARY): Put mac-scrap-name property.
32242 (mac-select-convert-to-file-url): New function.
32243 (public.file-url): New selection target type. Add to
32244 selection-converter-alist.
32245 (x-get-selection, x-selection-value): Handle it.
32246 (x-cut-buffer-or-selection-value): New alias.
32248 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32250 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32251 entry to avoid calling bibtex-find-entry with arg global
32252 being t. Remove arg key.
32253 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32254 (bibtex-copy-summary-as-kill): Change accordingly.
32256 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32258 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32259 (org-agenda-date-later): Use with-current-buffer.
32261 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32263 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32264 (define-obsolete-variable-alias): Doc Fixes.
32266 2005-05-06 Kim F. Storm <storm@cua.dk>
32268 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32269 vertical-motion when selective-display is active.
32271 * ido.el (ido-setup-hook): New hook.
32272 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32273 (ido-input-stack): New var.
32274 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32275 ido-next-work-file binding to M-O.
32276 Bind M-f to ido-wide-find-file-or-pop-dir.
32277 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32278 (ido-read-internal): Run ido-setup-hook.
32279 Catch quit in read-file-name and read-string to cancel edit.
32280 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32281 Automatically pop-all when completing a directory name (RET).
32282 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32283 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32284 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32285 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32286 New functions for M-b/M-f to move among the directory components.
32287 (ido-make-merged-file-list): Catch quit to cancel merge.
32288 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32289 (ido-completion-help): No warnings for ido-completion-buffer-full.
32291 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32293 * font-lock.el (font-lock-negation-char-face): New face and variable.
32294 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32295 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32296 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32297 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32299 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32301 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32302 Fix typo in docstring.
32304 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32305 (ebrowse-print-statistics-line)
32306 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32308 * term/w32-win.el (image-library-alist): Add additional name for
32311 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32313 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32314 use gcc instead of cpp.
32316 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32317 (gdb-create-define-alist): Use it.
32318 (gdb-cpp-define-alist-program): Update for MS-DOS.
32320 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32322 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32324 2005-05-04 Richard M. Stallman <rms@gnu.org>
32326 * help.el (describe-key): No error when UNTRANSLATED is nil.
32328 * simple.el (line-move-1): Fix previous change to signal errors
32331 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32333 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32334 (icalendar-duration-correction): Remove.
32335 (icalendar--get-event-properties): Split result at commas.
32336 (icalendar--decode-isoduration): New optional argument
32337 DURATION-CORRECTION.
32338 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32339 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32340 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32341 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32342 (icalendar--convert-anniversary-to-ical): New functions, extracted
32343 from icalendar-export-region, with bug fixes.
32344 (icalendar-export-region): Use the above functions.
32345 (icalendar-import-buffer): Check before saving diary file.
32346 (icalendar--convert-recurring-to-diary)
32347 (icalendar--convert-non-recurring-all-day-to-diary)
32348 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32349 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32350 (icalendar--convert-ical-to-diary): Use the above functions.
32352 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32354 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32355 Remove these recent additions.
32356 (c-mode): Restore to before 2005-04-28.
32358 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32361 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32362 (gdb-define-alist): New variables.
32363 (gdb-create-define-alist): New function.
32364 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32365 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32366 with string-to-number.
32367 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32369 * progmodes/gud.el: Replace string-to-int with string-to-number.
32370 (gud-find-file): Handle gdb-define-alist.
32372 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32374 2005-05-02 Jay Belanger <belanger@truman.edu>
32376 * calc/calc-aent.el (math-read-token):
32377 * calc/calc-bin.el (calc-word-size):
32378 * calc/calc-ext.el (calc-read-number-fancy):
32379 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32380 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32381 * calc/calc-frac.el (calc-over-notation):
32382 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32383 (calc-graph-num-points, calc-graph-init):
32384 * calc/calc-prog.el (calc-read-parse-table-part)
32385 (calc-edit-macro-repeats):
32386 * calc/calc-yank.el (calc-do-grab-rectangle):
32387 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32388 Replace `string-to-int' by `string-to-number'.
32390 2005-05-02 Kim F. Storm <storm@cua.dk>
32392 * kmacro.el: Use executing-kbd-macro-index variable.
32394 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32396 * net/rlogin.el (rlogin-parse-words): Delete func.
32397 (rlogin): Use split-string, not rlogin-parse-words.
32398 Also, if there are option-like elements in the parsed args,
32399 take the host to be the first arg immediately following them.
32400 Suggested by Michael Mauger.
32402 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32404 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32406 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32408 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32409 (cc-mode-cpp-program): Rename to cc-define-list-program and
32410 move to cc-vars.el.
32412 * progmodes/cc-vars.el (cc-define-list-program):
32413 Change to "gcc -E -dM -". Make customizable.
32415 2005-05-02 Kim F. Storm <storm@cua.dk>
32417 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32419 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32421 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32423 * international/mule-util.el (truncate-string): Remove alias and
32424 obsolete declaration.
32426 * international/mule-cmds.el (update-iso-coding-systems):
32427 Remove alias and obsolete declaration.
32429 * international/mule.el (coding-system-parent): Remove alias and
32430 obsolete declaration.
32432 * subr.el (define-function, sref): Remove aliases and obsolete
32434 (chars-in-region): Remove obsolete declaration.
32436 2005-05-01 Richard M. Stallman <rms@gnu.org>
32438 * info.el (Info-mode): Set widen-automatically to nil, locally.
32440 * simple.el (widen-automatically): New variable.
32441 (pop-global-mark): Obey widen-automatically.
32443 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32445 * term/xterm.el (function-key-map): Call substitute-key-definition
32446 before the keymap size is increased by a lot of define-key calls.
32448 2005-05-01 Richard M. Stallman <rms@gnu.org>
32450 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32451 Rename ARG to ELEMENT. Doc fix.
32453 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32455 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32456 Remove references to allout-exposure/change to allout-new-exposure.
32458 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32461 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32462 (compiled-function-p, focus-frame, unfocus-frame):
32463 Remove aliases and obsolete declarations.
32464 Back out inadvertent changes from previous commit.
32466 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32468 * files.el (require-final-newline): Make Custom tags consistent
32469 with mode-require-final-newline.
32470 (mode-require-final-newline): Doc fix.
32472 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32474 * international/latexenc.el (latexenc-find-file-coding-system):
32475 Fix regular expressions.
32477 2005-05-01 David Kastrup <dak@gnu.org>
32479 * international/latexenc.el (latexenc-find-file-coding-system):
32480 Fix regular expressions.
32482 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32484 * subr.el (string-to-int): Make obsolete.
32486 2005-04-30 Richard M. Stallman <rms@gnu.org>
32488 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32490 * loadup.el: Load jka-comp-hook.
32492 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32493 (jka-compr-handler): Add autoload. `put' calls moved
32494 to jka-comp-hook.el.
32495 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32496 (jka-compr-inhibit): Autoload.
32498 * jka-comp-hook.el: New file.
32499 Enable the mode by default.
32501 * files.el (backup-buffer-copy): Use copy-file instead
32502 of write-region, and put back the 'excl.
32504 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32506 * progmodes/flymake.el (flymake-split-string)
32507 (flymake-split-string, flymake-log, flymake-pid-to-names)
32508 (flymake-reg-names, flymake-get-source-buffer-name)
32509 (flymake-unreg-names, flymake-add-line-err-info)
32510 (flymake-add-err-info): Clarify docstrings.
32511 (flymake-popup-menu, flymake-make-emacs-menu)
32512 (flymake-make-xemacs-menu): Add docstrings.
32513 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32514 Set variables directly throughout.
32516 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32518 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32519 exists. Initialize cc-define-alist.
32520 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32521 If there is no file (Macroexpansion) don't create an alist.
32523 2005-04-29 Sam Steingold <sds@gnu.org>
32525 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32526 (cc-create-define-alist): Use it instead of the hard-coded string.
32528 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32530 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32533 2005-04-29 Lute Kamstra <lute@gnu.org>
32535 * emacs-lisp/generic.el: Improve commentary section.
32536 (define-generic-mode): Improve docstring.
32538 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32540 * textmodes/org.el (many places): Change to quiet the byte compiler.
32541 (org-prefix-format-compiled): New variable.
32542 (org-compile-prefix-format): New function.
32543 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32544 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32545 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32546 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32547 consistency with entries from `org-mode' files.
32548 (org-get-time-of-day): Fix bug with partial matches early in a line.
32549 (org-non-link-chars): New constant.
32550 (org-link-regexp): Respect `org-non-link-chars'.
32551 (org-agenda-day-view): Remove command.
32552 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32553 (org-follow-bbdb-link, org-store-link): Search also company field.
32554 (org-highlight-overlay): New variable.
32555 (org-highlight, org-unhighlight): New functions.
32556 (org-agenda-mode): Add pre-command-hook to remove highlight.
32557 (org-evaluate-time-range): Behavior depends upon whether time stamp
32558 contains a time or not.
32559 (org-show-subtree, org-show-entry): New functions.
32560 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32562 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32564 * comint.el (comint-output-filter-functions): Add autoload cookie.
32566 2005-04-28 Kim F. Storm <storm@cua.dk>
32568 * ido.el (ido-everywhere): Fix last change.
32570 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
32572 * international/latexenc.el: New file.
32573 * international/mule-conf.el (file-coding-system-alist): For .tex,
32574 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32576 2005-04-28 Lute Kamstra <lute@gnu.org>
32578 * font-lock.el (font-lock-add-keywords)
32579 (font-lock-remove-keywords): Clarify docstring.
32580 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32581 Don't start docstrings with a `*'.
32582 (font-lock-update-removed-keyword-alist): Give it a docstring.
32584 * generic-x.el: Update commentary section.
32585 Only require font-lock when compiling.
32586 Define all modes conditionally.
32587 Place all generic modes in the generic-x-modes customization group.
32588 (generic-x-modes): New customization group.
32589 (generic-default-modes, generic-mswindows-modes)
32590 (generic-unix-modes, generic-other-modes): New constants.
32591 (generic-define-mswindows-modes, generic-define-unix-modes):
32592 Update docstrings. Make them obsolete.
32593 (generic-extras-enable-list): New default value. Update docstring.
32594 Improve :type. Change :set function.
32595 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32598 * emacs-lisp/generic.el (generic-mode-internal):
32599 Simplify font-lock-defaults.
32600 (define-generic-mode): Fix docstring.
32602 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32604 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32605 font-lock-face property to highlight matches.
32607 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32609 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32610 (cc-define-alist): New variable.
32611 (c-mode): Make it local and initialize it.
32613 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32614 (gdb-exited): New function.
32615 (gdb-annotation-rules): Use it.
32616 (gdb-starting): Set gdb-active-process to t.
32617 (gdb-stopping): Amend doc string.
32618 (gdb-reset): Set gdb-active-process to nil.
32620 * tooltip.el (tooltip-gud-tips): Show the associated #define
32621 directives when a C program under GDB is not executing.
32623 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32625 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32626 font-lock-fontify-syntactic-keywords.
32628 * font-lock.el (font-lock-default-fontify-region): Don't force
32629 parse-sexp-lookup-properties to nil.
32631 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32633 * man.el (man-mode-syntax-table): Set up `:' to have
32634 word-constituent syntax.
32636 2005-04-27 Lute Kamstra <lute@gnu.org>
32638 * novice.el (disable-command): Don't add spurious newlines to the
32639 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32641 2005-04-26 Jay Belanger <belanger@truman.edu>
32643 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32644 than one window before deleting window.
32646 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32648 * shell.el (shell-prompt-pattern): Doc fix.
32649 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32651 * comint.el (comint-prompt-regexp, comint-get-old-input)
32652 (comint-use-prompt-regexp)
32653 (comint-use-prompt-regexp-instead-of-fields)
32654 (comint-replace-by-expanded-history, comint-send-input)
32655 (comint-output-filter, comint-get-old-input-default)
32656 (comint-line-beginning-position, comint-bol, comint-show-output)
32657 (comint-backward-matching-input, comint-forward-matching-input)
32658 (comint-next-prompt, comint-previous-prompt):
32659 Rename `comint-use-prompt-regexp-instead-of-fields' to
32660 `comint-use-prompt-regexp'. Keep old name as alias and declare
32662 (comint-use-prompt-regexp): Shorten first line of doc string.
32664 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32665 Set paragraph-separate buffer locally to "\\'".
32667 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32668 Adapt to above name change.
32670 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32671 (smbclient-prompt-regexp): Ditto.
32673 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32675 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32677 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32679 Break lines that are over 80 characters wide.
32681 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32683 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32684 New fun and var, to preserve compatibility.
32686 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32688 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32690 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32691 name to file-newer-than-file-p.
32693 2005-04-26 Richard M. Stallman <rms@gnu.org>
32695 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32697 * progmodes/python.el (python-mode):
32698 Use new name eldoc-documentation-function.
32700 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32702 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32703 (eldoc-documentation-function):
32704 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32706 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32708 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32710 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32712 * term/xterm.el (function-key-map): Fix strings for
32713 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32714 {C,S,A,C-S}-{f1-f12}.
32716 2005-04-26 Kenichi Handa <handa@m17n.org>
32718 * international/mule-cmds.el (select-safe-coding-system):
32719 Fix previous change.
32721 2005-04-26 Lute Kamstra <lute@gnu.org>
32723 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32725 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32726 (font-lock-comment-delimiter-face): Ditto.
32728 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32730 2005-04-25 Jay Belanger <belanger@truman.edu>
32732 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32733 to t while inserting information; use help-mode.
32735 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32737 * term.el (ansi-term-color-vector): Use the xterm colors.
32738 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32740 2005-04-25 Lute Kamstra <lute@gnu.org>
32742 * font-core.el (font-lock-defaults): Fix docstring.
32744 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32746 2005-04-25 Kenichi Handa <handa@m17n.org>
32748 * international/mule-cmds.el (select-safe-coding-system):
32749 Don't check consistency with coding: spec, etc if raw-text or
32750 no-conversion was found to be safe.
32752 2005-04-24 Richard M. Stallman <rms@gnu.org>
32754 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32755 citation markers at start of each line.
32757 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32758 citation markers at start of each line.
32760 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32762 * files.el (mode-require-final-newline): Fix previous change.
32763 (require-final-newline): Fix type label.
32765 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32767 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32768 statement in buffer (broken by 2004-11-24 change).
32770 2005-04-24 Kim F. Storm <storm@cua.dk>
32772 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32773 and read-file-name-function values. Don't overwrite existing
32774 non-nil values if ido-mode is enabled without ido-everywhere.
32776 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32778 * files.el (mode-require-final-newline): Minor doc fix.
32780 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32782 * subr.el (syntax-after): Doc fix.
32783 (syntax-class): If argument is nil, return nil. Mask off upper 16
32786 * files.el (mode-require-final-newline): Doc fix.
32787 (backup-buffer-copy): Fix last change.
32789 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32791 * term/mac-win.el: Require select. Set selection-coding-system to
32792 mac-system-coding-system. Call menu-bar-enable-clipboard.
32793 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32794 (x-select-enable-clipboard): New variables.
32795 (x-select-text, x-get-selection, x-selection-value)
32796 (x-get-selection-value, mac-select-convert-to-string)
32797 (mac-services-open-file, mac-services-open-selection)
32798 (mac-services-insert-text): New functions.
32799 (CLIPBOARD, FIND): Put mac-scrap-name property.
32800 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32801 (public.tiff): Put mac-ostype property.
32802 (selection-converter-alist): Add entries for them.
32803 (mac-application-menu-map): New keymap.
32804 (interprogram-cut-function, interprogram-paste-function): Set to
32805 x-select-text and x-get-selection-value, respectively.
32806 (split-window-keep-point): Set to t.
32808 2005-04-23 Richard M. Stallman <rms@gnu.org>
32810 * files.el (read-directory-name): Always pass non-nil
32811 DEFAULT-FILENAME arg to read-file-name.
32812 (backup-buffer-copy, basic-save-buffer-2): Take care against
32813 writing thru an unexpected existing symlink.
32814 (revert-buffer): In indirect buffer, revert the base buffer.
32815 (magic-mode-alist): Doc fix.
32816 (buffer-stale-function): Doc fix.
32817 (minibuffer-with-setup-hook): Avoid warning.
32818 (mode-require-final-newline): Doc and custom fix.
32820 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32822 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32823 use the default appearance.
32824 (font-lock-comment-delimiter-face): New face, new variable.
32826 * imenu.el (imenu--generic-function): The official position of a
32827 definition is the start of the line that BEG is in.
32829 * midnight.el (midnight-timer): Move defvar up.
32831 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32833 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32835 * startup.el (command-line): Use with-no-warnings.
32837 * window.el (window-size-fixed): New defvar.
32839 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32841 * mail/rmail.el (rmail-font-lock-keywords):
32842 Use font-lock-comment-delimiter-face.
32844 * mail/sendmail.el (mail-font-lock-keywords):
32845 Use font-lock-comment-delimiter-face.
32847 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32849 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32851 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32852 Specify t for LAXMATCH when matching directories.
32853 Save match data around compilation-compat-error-properties form.
32855 2005-04-23 David Kastrup <dak@gnu.org>
32857 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32858 Mention that the autoloaded aliases should be kept for AUCTeX.
32860 2005-04-23 Andreas Schwab <schwab@suse.de>
32862 * isearch.el (isearch-forward): Doc fix.
32864 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32866 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32867 (jit-lock-stealth-nice): Change default value to 0.5.
32869 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32871 * abbrev.el (write-abbrev-file): Write table entries in
32872 alphabetical order by table name.
32874 2005-04-22 Kim F. Storm <storm@cua.dk>
32876 * ido.el (ido-read-internal): Fix `list' completion.
32878 2005-04-22 Kenichi Handa <handa@m17n.org>
32880 * recentf.el (recentf-save-file-coding-system): New variable.
32881 (recentf-save-list): Encode the file by
32882 recentf-save-file-coding-system and add coding: tag.
32884 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32886 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32888 2005-04-21 Lute Kamstra <lute@gnu.org>
32890 * loadhist.el (unload-feature): Don't remove a function from hooks
32891 if it is about to be restored to an autoload . Remove functions
32892 that will become unbound from auto-mode-alist. Simplify the code.
32894 * subr.el (assq-delete-all): New implementation that is linear,
32895 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32896 (rassq-delete-all): New function.
32898 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32899 Add size-indication-mode.
32901 2005-04-21 Kenichi Handa <handa@m17n.org>
32903 * international/mule-cmds.el: Add autoload for widget-value in
32906 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32908 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32911 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32913 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32915 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32916 (inferior-lisp-filter-regexp, inferior-lisp-program)
32917 (inferior-lisp-load-command, inferior-lisp-prompt)
32918 (inferior-lisp-mode-hook, lisp-source-modes)
32919 (inferior-lisp-load-hook): defvar->defcustom.
32920 (inferior-lisp-program, inferior-lisp-prompt)
32921 (inferior-lisp-load-hook): Doc fixes.
32922 (inferior-lisp-install-letter-bindings): Small change in
32923 introductory comment.
32925 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32927 * vc.el (vc-annotate-color-map): Change some colors so that text
32928 using them as foreground is readable on both white and black
32931 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32933 * international/mule-conf.el (translation-table-for-input):
32934 Remove redundant declaration.
32936 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32938 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32940 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32941 (tooltip-toggle-gud-tips): New function.
32943 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32945 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32946 right angle brackets.
32948 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32950 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32952 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32954 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32955 Remove. Update callers to use expand-file-name instead.
32957 * subr.el (syntax-class): New function.
32959 * simple.el (blink-matching-open): Use it.
32961 * paren.el (show-paren-function): Use it to recognize parens that are
32962 also used in 2-char comment markers.
32964 2005-04-19 Lute Kamstra <lute@gnu.org>
32966 * loadhist.el (unload-feature): Update for new format of
32967 load-history. Simplify the code.
32969 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32971 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32972 (mac-add-charset-info): New function. Initialize variable
32973 mac-charset-info-alist using it.
32974 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32976 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32977 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32978 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32981 2005-04-19 Kim F. Storm <storm@cua.dk>
32983 * simple.el (next-buffer, prev-buffer, next-error)
32984 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32985 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32987 * bindings.el (next-buffer, prev-buffer, next-error)
32988 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32989 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32990 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32991 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32993 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32995 * isearch.el (isearch-edit-string): Make the search-ring available for
32996 minibuffer history commands.
32997 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32998 the default history commands now work just as well.
32999 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33001 2005-04-18 Kim F. Storm <storm@cua.dk>
33003 * emulation/cua-base.el (cua--pre-command-handler): Add more
33004 elaborate check for shift modifier on non-window systems.
33006 2005-04-18 Lars Hansen <larsh@math.ku.dk>
33008 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33010 2005-04-18 Kim F. Storm <storm@cua.dk>
33012 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33013 and make it optional. Don't test tooltip-gud-echo-area here.
33014 (tooltip-gud-process-output, gdb-tooltip-print):
33015 Pass tooltip-gud-echo-area to tooltip-show.
33016 (tooltip-help-tips): Remove second optional arg to tooltip-show.
33018 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33020 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33021 `display-graphic-p' may not be bound yet.
33023 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
33025 * startup.el (command-line): No longer enable Xterm Mouse mode by
33026 default in terminals compatible with xterm.
33028 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33030 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
33032 * tooltip.el (tooltip-gud-echo-area): Rename from
33033 tooltip-use-echo-area.
33034 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33035 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33036 area independently of where help tooltips are displayed.
33038 2005-04-17 David Kastrup <dak@gnu.org>
33040 * cus-theme.el (custom-theme-write-variables): Quote variables
33043 2005-04-17 Richard M. Stallman <rms@gnu.org>
33045 * simple.el (yank-excluded-properties): Add follow-link to value.
33047 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33049 * startup.el (fancy-splash-max-time): Just 30 seconds.
33050 (fancy-splash-delay): Just 7.
33051 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33053 * loadhist.el (unload-feature): Update for new format of load-history.
33056 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33057 (rmail-font-lock-keywords): Don't fontify the text of a citation.
33059 * mail/sendmail.el (mail-font-lock-keywords):
33060 Don't fontify subject text.
33061 Don't fontify the text of a citation.
33063 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
33065 * comint.el (comint-output-filter): Run comint-output-filter-functions
33066 with point where the user had it.
33068 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
33070 * international/ucs-tables.el (ucs-set-table-for-input):
33071 Disable when using unify-on-decoding.
33073 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
33075 * emulation/cua-base.el (cua-global-mark-face): Add special case
33076 for displays supporting a high number of colors.
33078 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33080 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33082 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
33084 * filesets.el (filesets-add-buffer): If user supplies a name of a
33085 non-existing fileset, create a new fileset.
33087 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
33089 * textmodes/org.el (org-up-heading-all): Fix bug with
33090 `outline-up-heading-all'.
33092 2005-04-16 Andreas Schwab <schwab@suse.de>
33094 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33095 /etc/permissions.d/* and /etc/aliases.d/*.
33097 2005-04-16 Kenichi Handa <handa@m17n.org>
33099 * international/code-pages.el (cp-make-coding-system):
33100 Set `translation-table-for-input' property value to the symbol
33101 ucs-mule-to-mule-unicode, not to that value.
33102 (pt154): Escape guillemet by `\'.
33104 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33106 * loadup.el: Load tooltip if x-show-tip is fboundp.
33108 * startup.el (command-line): Add comment.
33110 * tooltip.el (tooltip-mode): Specify correct standard value for
33111 Custom in init-value.
33113 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33115 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33118 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33120 * textmodes/org.el (org-agenda-date-prompt): Rename from
33121 `org-agenda-date-today'.
33122 (org-evaluate-time-range): Insert at point instead of directly
33124 (org-first-headline-recenter, org-subtree-end-visible-p)
33125 (org-optimize-window-after-visibility-change): New functions
33126 (org-agenda-post-command-hook): Don't allow point at end of line,
33127 to make sure it always hits the text properties.
33128 (org-agenda-next-date-line, org-agenda-previous-date-line):
33130 (org-set-regexps-and-options): Category may contain white space.
33131 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33132 Improve marker positions.
33133 (org-agenda-new-marker): Argument POS made optional.
33134 (org-agenda-get-timestamps): Deadlines which are done are listed
33135 in org-done-face now.
33136 (org-agenda-get-todos, org-agenda-get-timestamps)
33137 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33138 Set `undone-face' and `done-face' properties.
33139 (org-last-todo-state-is-todo): New variable.
33140 (org-todo): Set `org-last-todo-state-is-todo'.
33141 (org-agenda-todo): Change face according to
33142 `org-last-todo-state-is-todo'. And change other lines referring to
33144 (org-calendar-goto-agenda): New command.
33145 (org-calendar-to-agenda-key): New option.
33146 (org-startup-folded): New allowed value `content'.
33147 (org-set-regexps-and-options): Accept new value `content' for
33148 `org-startup-folded'.
33149 (org-get-current-options): Handle new value `content' for
33150 `org-startup-folded'.
33151 (org-insert-todo-heading): New command.
33152 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33153 interactively in empty file and option
33154 `org-insert-mode-line-in-empty-file' has been set.
33155 (org-agenda-todo, org-agenda-priority): Modify to use
33156 `org-agenda-change-all-lines'.
33157 (org-warning-face): Change color on dark background.
33159 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33161 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33162 use preferences AppleLocale and AppleLanguages, and variable
33163 mac-system-locale for default locale. On Mac OS Classic, use
33164 mac-system-coding-system for default coding systems.
33166 * term/mac-win.el: Don't set file-name-coding-system.
33167 Decode variables system-name, emacs-build-system, user-login-name, and
33168 user-full-name by mac-system-coding-system on Mac OS Classic.
33169 (mac-system-coding-system): New variable.
33171 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33173 * startup.el (command-line): Handle `xterm-mouse-mode' before
33176 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33178 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33180 * progmodes/sh-script.el (sh-here-document-word): Make it a
33181 defcustom. Doc fix.
33182 (sh-add): Bash uses $(( )) for arithmetic.
33183 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33184 (sh-maybe-here-document): Remove quotes and leading whitespace
33185 from heredoc word when closing. Indent heredoc with tabs if word
33188 2005-04-13 Richard M. Stallman <rms@gnu.org>
33190 * simple.el (undo): Fix previous change.
33192 * custom.el (defface): Doc fix.
33194 2005-04-13 Lute Kamstra <lute@gnu.org>
33196 * Makefile.in (DONTCOMPILE): Remove list.
33197 (compile, compile-always): Don't use DONTCOMPILE.
33198 (update-authors): Load the library in which batch-update-authors
33200 * makefile.w32-in (DONTCOMPILE): Remove list.
33201 (compile, compile-always): Fix comments.
33202 (update-authors): Load the library in which batch-update-authors
33205 * generic-x.el (generic-mode-ini-file-find-file-hook):
33206 Rename to ini-generic-mode-find-file-hook.
33207 Keep generic-mode-ini-file-find-file-hook as an alias.
33208 (ini-generic-mode-find-file-hook): Rename from
33209 generic-mode-ini-file-find-file-hook. Fix docstring.
33210 (ini-generic-mode): Docstring change.
33211 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33213 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33216 * generic.el: Move to the emacs-lisp subdir.
33218 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33220 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33221 and C-S- function and cursor motion keys.
33223 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33225 * startup.el (command-line): Enable Xterm Mouse mode by default.
33226 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33227 for Custom. No longer show "Mouse" in mode line when enabled.
33230 2005-04-12 Kim F. Storm <storm@cua.dk>
33232 * emulation/cua-base.el (cua-rectangle-face)
33233 (cua-rectangle-noselect-face): Define face attributes here.
33235 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33237 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33239 * startup.el (command-line): Turn off blinking cursor if
33240 cursorBlink in resources is off or false.
33242 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33244 * term/mac-win.el (dnd): Require dnd.
33245 (mac-drag-n-drop): Call dnd-handle-one-url.
33246 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33247 (kTextEncodingISOLatin2): Remove constants.
33248 (mac-script-code-coding-systems): New constant.
33249 (mac-handle-language-change): New function.
33250 (special-event-map): Bind it to `language-change' event.
33251 (mac-centraleurroman, mac-cyrillic): New coding systems.
33252 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33253 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33254 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33255 encode-mac-cyrillic, respectively.
33257 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33259 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33260 Don't set overlay-arrow-string to "=>" as this is done
33263 2005-04-12 Lute Kamstra <lute@gnu.org>
33265 * generic-x.el (rc-generic-mode, rul-generic-mode):
33266 Fix auto-mode-alist entries.
33267 (etc-fstab-generic-mode): Tweak fontification.
33269 * generic.el (generic-make-keywords-list): Fix docstring.
33270 (generic-mode-internal): Simplify generic-font-lock-keywords.
33272 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33274 * whitespace.el (whitespace-buffer-leading)
33275 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33276 However, fix the highlight area for the leading and
33277 trailing whitespaces to show space.
33279 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33281 * whitespace.el (whitespace-version): Bump to 3.5.
33283 (whitespace-buffer-leading, whitespace-buffer-trailing):
33284 Invert sense of the test to highlight the whitespace.
33286 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33288 * progmodes/gud.el (gud-display-line): GUD uses its own
33289 overlay arrow now so don't set overlay-arrow-string.
33290 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33292 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33294 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33295 (term-ansi-current-reverse, term-ansi-current-invisible)
33296 (term-ansi-face-already-done): Change to boolean.
33297 (term-reset-terminal, term-handle-colors-array): Handle the above
33299 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33300 (term-emulate-terminal): Use the new name.
33302 * faces.el (secondary-selection): Use yellow1, not yellow.
33303 (trailing-whitespace): Use red1, not red.
33305 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33307 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33308 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33309 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33311 * cus-edit.el (dnd): New group.
33313 * term/w32-win.el (dnd): Require dnd
33314 (w32-drag-n-drop): Call dnd-handle-one-url.
33316 * x-dnd.el: Require dnd.
33317 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33318 Call dnd-handle-one-url.
33319 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33320 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33321 to dnd-insert-text.
33322 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33323 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33324 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33325 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33327 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33329 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33331 * wdired.el: Doc fixes.
33332 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33333 (wdired-use-dired-vertical-movement): Rename from
33334 wdired-always-move-to-filename-beginning.
33335 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33336 (wdired-change-to-wdired-mode): Change mode name.
33337 (wdired-newline): Delete.
33339 2005-04-11 Richard M. Stallman <rms@gnu.org>
33341 * whitespace.el (whitespace-highlight-the-space):
33342 Don't call whitespace-unhighlight-the-space here.
33344 * simple.el (undo): Record t in undo-equiv-table
33345 for the redo record made by an undo-in-region.
33347 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33349 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33350 (gdb-frame-inferior-io-buffer): New Functions to control
33351 display of separate IO buffer.
33352 (menu): Add them to menu-bar.
33353 (gdb-display-buffer): Check for buffer another frame.
33354 Protect GUD buffer.
33355 (gdb-setup-windows): Create IO buffer if not already there.
33356 (gdb-memory-mode): Remove purecopy noops.
33358 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33360 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33361 and pass to self-insert-command.
33363 2005-04-11 Lute Kamstra <lute@gnu.org>
33365 * generic.el: Commentary section cleanup.
33367 (generic-use-find-file-hook, generic-lines-to-scan)
33368 (generic-find-file-regexp, generic-ignore-files-regexp)
33369 (default-generic-mode, generic-mode-find-file-hook)
33370 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33371 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33372 (generic-use-find-file-hook, generic-lines-to-scan)
33373 (generic-find-file-regexp, generic-ignore-files-regexp)
33374 (default-generic-mode, generic-mode-find-file-hook)
33375 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33377 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33379 * bookmark.el (bookmark-write-file): Catch errors writing file.
33380 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33382 2005-04-10 Richard M. Stallman <rms@gnu.org>
33384 * startup.el (fancy-splash-tail): Update copyright year.
33385 (command-line): Split part of -Q into -D.
33386 (emacs-basic-display): New defvar.
33387 (fancy-splash-text): Correct name of menu item.
33389 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33391 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33394 * comint.el (comint-send-input): New arg ARTIFICIAL.
33395 Callers in this file changed.
33397 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33399 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33401 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33403 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33404 `ldap-search-internal'.
33406 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33408 * files.el (set-auto-mode-1): Use line-end-position.
33410 * international/latin-1.el:
33411 * international/latin-2.el:
33412 * international/latin-3.el:
33413 * international/latin-4.el:
33414 * international/latin-5.el:
33415 * international/latin-8.el:
33416 * international/latin-9.el: Give punctuation syntax to NBSP.
33418 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33419 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33420 Use char-classes to accept non-ascii letters, accepted in some recent
33421 bibtex implementations.
33423 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33425 * custom.el (custom-set-minor-mode): Any non-nil value for the
33426 variable should enable the mode when set through Custom.
33428 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33430 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33431 TAB binding so tab-always-indent is obeyed.
33432 (vhdl-minibuffer-local-map): Move initialization into declaration.
33433 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33434 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33435 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33436 (vhdl-current-line): Use line-beginning-position.
33437 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33438 with-output-to-temp-buffer, so the current position can be recorded.
33440 2005-04-10 Masatake YAMATO <jet@gyve.org>
33442 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33443 Add regexp for gcov.
33445 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33447 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33448 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33449 syntax which Emacs 20 doesn't support.
33451 2005-04-09 Richard M. Stallman <rms@gnu.org>
33453 * help.el (describe-key-briefly, describe-key):
33454 Replace strings as event types with "(any string)".
33456 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33458 * arc-mode.el (archive-mode-map): Move initialization into
33459 the declaration. Override *all* bindings of `undo'.
33460 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33462 2005-04-09 Jay Belanger <belanger@truman.edu>
33464 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33466 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33468 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33469 (xterm-register-default-colors): Update color values computation
33470 to match xterm-200.
33472 2005-04-09 Kenichi Handa <handa@m17n.org>
33474 * international/code-pages.el (iso-latin-7): Fix the map.
33476 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33478 * emacs-lisp/lisp.el (defun-prompt-regexp)
33479 (parens-require-spaces, buffer-end, end-of-defun)
33480 (insert-parentheses): Doc fixes.
33482 2005-04-08 Kim F. Storm <storm@cua.dk>
33484 * comint.el (comint-highlight-prompt): Fix face spec.
33485 * hi-lock.el (hi-green): Likewise.
33487 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33489 * cus-edit.el (custom-modified-face):
33490 * comint.el (comint-highlight-input): Fix previous changes.
33491 * term.el (term-handle-ansi-escape): Add a comment.
33493 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33495 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33496 in the buffer and in whitespace-highlighted-space.
33497 (whitespace-unhighlight-the-space): Simplify.
33498 (whitespace-buffer): Simplify.
33500 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33502 * textmodes/table.el (table-cell-face): Add special case for
33503 displays supporting a high number of colors.
33504 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33505 (vhdl-font-lock-reserved-words-face)
33506 (vhdl-speedbar-architecture-face)
33507 (vhdl-speedbar-instantiation-face)
33508 (vhdl-speedbar-architecture-selected-face)
33509 (vhdl-speedbar-instantiation-selected-face): Likewise.
33510 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33511 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33512 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33513 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33514 (ebrowse-progress-face): Likewise.
33515 * progmodes/compile.el (compilation-info-face): Likewise.
33516 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33517 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33518 * calendar/calendar.el (diary-face): Likewise.
33519 * woman.el (woman-italic-face, woman-bold-face)
33520 (woman-unknown-face): Likewise.
33521 * wid-edit.el (widget-button-pressed-face): Likewise.
33522 * whitespace.el (whitespace-highlight-face): Likewise.
33523 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33524 * pcvs-info.el (cvs-marked-face): Likewise.
33525 * info.el (info-xref): Likewise.
33526 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33527 * hilit-chg.el (highlight-changes-face)
33528 (highlight-changes-delete-face): Likewise.
33529 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33530 (hi-red-b): Likewise.
33531 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33532 * font-lock.el (font-lock-keyword-face)
33533 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33534 * cus-edit.el (custom-invalid-face, custom-modified-face)
33535 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33536 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33537 * comint.el (comint-highlight-prompt): Likewise.
33539 2005-04-08 Lute Kamstra <lute@gnu.org>
33541 * font-lock.el (font-lock-keywords): Docstring fixes.
33543 2005-04-08 Kenichi Handa <handa@m17n.org>
33545 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33546 chars are more than a limit, print " and more..." at the tail.
33548 2005-04-08 Kim F. Storm <storm@cua.dk>
33550 * emacs-lisp/authors.el (authors-aliases): Update list.
33551 (authors-ignored-files): New list.
33552 (authors-fixed-entries): Fix typo.
33553 (authors-renamed-files-alist): Update list.
33554 (authors-add): Check authors-ignored-files.
33556 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33558 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33559 optional, to ensure backward compatibility.
33561 2005-04-08 Stephen Eglen <stephen@gnu.org>
33563 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33565 2005-04-08 Kim F. Storm <storm@cua.dk>
33567 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33569 * mouse.el (mouse-on-link-p): Doc fix.
33571 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33573 * ielm.el (ielm-prompt-read-only): Doc fix.
33575 * comint.el (comint-prompt-read-only): Doc fix.
33577 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33579 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33580 ensure dired always handles wildcards passed to ffap.
33581 (find-file-at-point): Use it.
33582 (ffap-dired-wildcards): Doc fix.
33584 2005-04-07 Juri Linkov <juri@jurta.org>
33586 * simple.el (next-error-overlay-arrow-position): New defvar.
33587 Put "=>" on its property `overlay-arrow-string'. Add it to
33588 `overlay-arrow-variable-list'.
33590 * progmodes/compile.el (compilation-setup):
33591 Set `next-error-overlay-arrow-position' to nil. Also set it to
33592 nil in the local hook `kill-buffer-hook'. Make local variable
33593 `overlay-arrow-string' and set it to "=>".
33594 (compilation-goto-locus): Set BOL position to
33595 `next-error-overlay-arrow-position' instead of
33596 `overlay-arrow-position'.
33598 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33599 locally instead of adding it to the global hook.
33600 (Info-kill-buffer): Move up.
33602 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33604 * term/xterm.el (xterm-standard-colors): Update color values from
33607 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33609 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33612 * lazy-lock.el: Move them to the obsolete subdir.
33614 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33616 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33617 (wdired-add-replace-advice): Remove.
33618 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33620 2005-04-06 Kim F. Storm <storm@cua.dk>
33622 * startup.el (command-line): Add --bare-bones alias for -Q.
33624 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33626 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33627 create the startup fontset if a font specification ends with
33630 2005-04-06 Lute Kamstra <lute@gnu.org>
33632 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33635 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33636 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33638 2005-04-05 Lute Kamstra <lute@gnu.org>
33640 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33641 (define-generic-mode): Ditto. Fix debug declaration.
33643 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33644 Put them in the generic-x group.
33646 * calendar/timeclock.el (timeclock): Doc fix.
33648 * generic.el (define-generic-mode): Don't use custom-current-group.
33649 Document default :group value.
33650 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33651 (define-global-minor-mode): Don't use custom-current-group.
33653 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33655 * startup.el (command-line-1): Display startup-echo-area-message
33656 when fancy splash screen is in use.
33658 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33659 (sh-escaped-newline): New face.
33660 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33661 newline, and use sh-escaped-newline face.
33663 * progmodes/tcl.el (tcl-escaped-newline): New face.
33664 (tcl-builtin-list): New variable.
33665 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33666 newlines. Fix keywords subexpression number.
33668 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33670 * textmodes/org.el (org-diary-default-entry): Fix call to
33671 `add-to-diary-entry'.
33673 2005-04-05 Kim F. Storm <storm@cua.dk>
33675 * ediff-init.el: Use (featurep 'xemacs).
33677 2005-04-05 David Ponce <david@dponce.com>
33679 * cus-edit.el (face): Derive from symbol widget. Display sample
33680 of the current face on the fly.
33681 (widget-face-sample-face-get, widget-face-notify): New functions.
33682 (widget-face-value-create): Remove.
33684 * wid-edit.el (widget-field-end): Temporarily remove field
33685 narrowing before to call `get-char-property'.
33687 2005-04-04 Jay Belanger <belanger@truman.edu>
33689 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33690 (math-read-subscripts): New variable.
33691 (math-read-preprocess-string): Process subscripts.
33693 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33695 * comint.el (comint-prompt-read-only): Doc fix.
33697 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33700 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33702 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33703 Change default value to nil.
33705 2005-04-04 Lute Kamstra <lute@gnu.org>
33707 * autorevert.el (auto-revert-mode): Specify :group.
33708 * battery.el (display-battery-mode): Specify :group.
33709 * diff-mode.el (diff-minor-mode): Specify :group.
33710 * font-core.el (font-lock-mode): Specify :group.
33711 * hl-line.el (hl-line-mode): Specify :group.
33712 * iimage.el (iimage): New customization group.
33713 (iimage-mode): Specify :group.
33714 * longlines.el (longlines-mode): Specify :group.
33715 * master.el: Don't require easy-mmode.
33716 (master): New customization group.
33717 (master-mode): Specify :group.
33718 * msb.el (msb-mode): Specify :group.
33719 * reveal.el (reveal-mode): Specify :group.
33720 * simple.el (next-error-follow-minor-mode): Specify :group.
33721 * smerge-mode.el (smerge-mode): Specify :group.
33722 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33723 * emulation/cua-base.el (cua-mode): Specify :group.
33724 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33725 * language/thai-util.el (thai-auto-composition-mode)
33726 (thai-word-mode): Specify :group.
33727 * mail/supercite.el (sc-minor-mode): Specify :group.
33728 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33729 * progmodes/flymake.el (flymake-mode): Specify :group.
33730 * progmodes/glasses.el (glasses-mode): Specify :group.
33731 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33732 * textmodes/enriched.el (enriched-mode): Specify :group.
33733 * textmodes/refill.el (refill-mode): Specify :group.
33735 * add-log.el (change-log-font-lock-keywords): Names in
33736 parenthesized lists can contain spaces.
33738 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33740 * startup.el (fancy-splash-text): Shorten default text of
33741 "Emacs Tutorial" line. Also, if the current language env
33742 indicates an available tutorial file other than TUTORIAL,
33743 extract its title and append it to the line in parentheses.
33744 (fancy-splash-insert): If arg is a thunk, funcall it.
33746 2005-04-04 Jay Belanger <belanger@truman.edu>
33748 * calc.el (calc-language-alist): Add tags to customization type.
33750 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33752 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33755 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33757 * add-log.el (change-log-font-lock-keywords): The manual
33758 describing a Change Log entry, says: (...) "Aside from these
33759 header lines, every line in the change log starts with a space or
33760 a tab.". The font-lock was not highlighting lines started with
33761 spaces, added support for it.
33763 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33765 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33766 (bibtex-generate-url-list): Update docstring accordingly. Put the
33767 complex example in the docstring.
33768 (bibtex-font-lock-url): Use pop.
33770 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33772 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33774 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33776 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33778 * filesets.el (filesets-set-default): Doc fix.
33780 2005-04-03 Lute Kamstra <lute@gnu.org>
33782 * generic.el (define-generic-mode): Add argument to specify
33783 keywords for defcustom.
33784 (default-generic-mode): Specify :group.
33786 * generic-x.el: Specify :group for all generic modes.
33788 * desktop.el (desktop-no-desktop-file-hook)
33789 (desktop-after-read-hook): Doc fix.
33791 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33793 * simple.el (visible-mode): Use explicit :group keyword.
33794 This changes the group of `visible-mode-hook' from paren-blinking
33797 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33799 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33800 mailbox specifications as well as URLs.
33801 (rmail-insert-inbox-text): Remove unused conditional branches.
33803 2005-04-01 Jay Belanger <belanger@truman.edu>
33805 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33806 (calc-gnuplot-print-command): Move definitions to calc.el.
33808 * calc/calc-embed.el (calc-embedded-announce-formula)
33809 (calc-embedded-open-formula, calc-embedded-close-formula)
33810 (calc-embedded-open-word, calc-embedded-close-word)
33811 (calc-embedded-open-plain, calc-embedded-close-plain)
33812 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33813 (calc-embedded-open-mode, calc-embedded-close-mode):
33814 Move definitions to calc.el.
33816 * calc/calc.el (calc-settings-file, calc-language-alist):
33818 (calc-embedded-announce-formula, calc-embedded-open-formula)
33819 (calc-embedded-close-formula, calc-embedded-open-word)
33820 (calc-embedded-close-word, calc-embedded-open-plain)
33821 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33822 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33823 (calc-embedded-close-mode, calc-gnuplot-name)
33824 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33825 from other files and make customizable.
33827 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33829 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33831 (cvs-mode-run): Don't call cvs-update-header here.
33832 (cvs-run-process): Call cvs-update-header.
33833 Use process properties for cvs-postprocess and cvs-buffer so that
33834 the sentinel can behave better if the temp buffer is killed.
33835 Use a pipe rather than a tty, to better handle unexpected prompts.
33836 (cvs-sentinel): Rewrite. Call cvs-update-header.
33838 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33840 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33841 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33843 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33845 * generic.el (define-generic-mode): Add indentation rule.
33847 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33849 * files.el (mode-require-final-newline): Make Custom correctly
33850 report a nil value and allow to set it to nil via Custom.
33853 2005-04-01 Kenichi Handa <handa@m17n.org>
33855 * international/characters.el: Enable the correct case setting for
33856 dotless-i and dotted-I.
33858 2005-04-01 Kim F. Storm <storm@cua.dk>
33860 * ido.el (ido-file-internal): Fall back to non-ido command if
33861 initial directory is on slow ftp (or tramp) host.
33863 2005-03-31 Richard M. Stallman <rms@gnu.org>
33865 * emacs-lisp/autoload.el (make-autoload):
33866 Handle define-global-minor-mode.
33868 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33869 Rename from easy-mmode-define-global-mode.
33870 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33872 * progmodes/scheme.el (scheme-mode-syntax-table):
33873 Update syntax of | and # for two-character comment syntax.
33875 2005-03-31 Lute Kamstra <lute@gnu.org>
33877 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33878 (define-minor-mode): Call custom-current-group at load-time.
33880 * generic.el (define-generic-mode): Add debug declaration.
33881 Add defcustom for the mode hook.
33882 (generic-mode-internal): Use run-mode-hooks.
33884 2005-03-31 Kim F. Storm <storm@cua.dk>
33886 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33887 (mouse-fixup-help-message): New defun called by show_help_echo
33888 to fixup mouse-2 prefix in help messages when applicable.
33890 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33892 2005-03-31 Kenichi Handa <handa@m17n.org>
33894 * language/thai-word.el (thai-find-word-ends): Pay attention to
33895 the case that we reach the end of buffer.
33897 * textmodes/fill.el (fill-text-properties-at): New function.
33898 (fill-newline): Use fill-text-properties-at instead of
33899 text-properties-at.
33901 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33903 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33904 not comint-quote-filename.
33906 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33908 * help-fns.el (help-with-tutorial): Revert last change.
33910 2005-03-31 Kim F. Storm <storm@cua.dk>
33912 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33914 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33916 * calendar/cal-china.el: Update reference to "Calendrical
33917 Calculations" book; there's a new edition.
33918 * calendar/cal-coptic.el: Likewise.
33919 * calendar/cal-french.el: Likewise.
33920 * calendar/cal-hebrew.el: Likewise.
33921 * calendar/cal-islam.el: Likewise.
33922 * calendar/cal-iso.el: Likewise.
33923 * calendar/cal-julian.el: Likewise.
33924 * calendar/cal-mayan.el: Likewise.
33925 * calendar/cal-persia.el: Likewise.
33926 * calendar/calendar.el: Likewise.
33927 * calendar/holidays.el: Likewise.
33928 * calendar/lunar.el: Likewise.
33929 * calendar/solar.el: Likewise.
33931 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33932 white space from doc string.
33934 2005-03-30 Jay Belanger <belanger@truman.edu>
33936 * calc/calc-help.el (calc-full-help): Remove email address.
33938 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33940 * help-fns.el (help-with-tutorial): Delete title line.
33942 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33944 * calendar/cal-x.el (calendar-one-frame-setup)
33945 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33946 rather than `symbol' for set-window-dedicated-p.
33948 * calendar/appt.el (appt-buffer-name): Make it a constant.
33949 (appt-add): Doc fix.
33951 * filesets.el (filesets-menu-path, filesets-menu-before)
33952 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33953 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33954 (filesets-add-submenu): Delete and use add-submenu instead.
33956 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33958 * textmodes/org.el (org-agenda-phases-of-moon)
33959 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33960 (org-agenda-goto-calendar): New commands.
33961 (org-diary-default-entry): New function.
33962 (org-get-entries-from-diary): Better parsing of diary entries.
33963 (org-agenda-check-no-diary): New function.
33964 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33965 linking to diary entries.
33966 (org-agenda-execute-calendar-command): New function.
33967 (org-agenda): Improve visible section in window.
33968 Use `org-fit-agenda-window'.
33969 (org-fit-agenda-window): New option.
33970 (org-move-subtree-down): Better handling of empty lines
33972 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33974 (org-fontify-done-headline): New option.
33975 (org-headline-done-face): New face.
33976 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33977 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33978 When current field is non-empty, it is copied to next row.
33979 (org-table-copy-from-above): Fix bug which made it
33980 impossible to copy fields containing only a single non-white character.
33982 2005-03-30 Kim F. Storm <storm@cua.dk>
33984 * kmacro.el (kmacro-end-macro): Isearch may store this command
33985 into the macro -- so ignore it when executing keyboard macro.
33987 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33989 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33991 2005-03-29 Kenichi Handa <handa@m17n.org>
33993 * language/thai.el ("Thai"): Set setup-function and exit-function
33994 for Thai language environment.
33996 * language/thai-util.el: Require thai-word.
33997 (thai-word-mode-map): New variable.
33998 (thai-word-mode): New minor mode.
33999 (setup-thai-language-environment-internal): New function.
34000 (exit-thai-language-environment-internal): New function.
34002 * language/thai-word.el (thai-word-table): Declare it by defvar,
34003 use dolist to initialize it.
34004 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34005 (thai-fill-find-break-point): New functions.
34007 2005-03-29 Richard M. Stallman <rms@gnu.org>
34009 * simple.el (idle-update-delay): Move definition up.
34010 (set-mark): Doc fix.
34012 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
34014 * longlines.el: New file.
34016 * simple.el (buffer-substring-filters): New variable.
34017 (filter-buffer-substring): New function.
34018 (kill-region, copy-region-as-kill): Use it.
34020 * register.el (copy-to-register, append-to-register)
34021 (prepend-to-register): Use filter-buffer-substring.
34023 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34025 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34026 (gud-filter-pending-text): Move in front of gdb.
34027 (gud-overlay-arrow-position): New variable.
34028 (gud-sentinel, gud-display-line): Use it in place of
34029 overlay-arrow-position.
34031 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
34033 * progmodes/fortran.el (fortran-if-indent): Doc fix.
34034 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34035 (fortran-font-lock-keywords-4): New variable.
34036 (fortran-blocks-re, fortran-end-block-re)
34037 (fortran-start-block-re): New constants, for hideshow.
34038 (hs-special-modes-alist): Add a Fortran entry.
34039 (fortran-mode-map): Bind fortran-end-of-block,
34040 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34041 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
34042 (fortran-looking-at-if-then, fortran-end-of-block)
34043 (fortran-beginning-of-block): New functions, for hideshow.
34045 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34046 Doc fix. Tweak regexp.
34047 (f90-beginning-of-block): Push mark first.
34049 2005-03-29 Jay Belanger <belanger@truman.edu>
34051 * calc/calc.el: Update copyright date.
34052 (calc-version): Increase to 2.1.
34053 (calc-version-date): Remove.
34055 * calc/calc-help.el: Update copyright date.
34056 (calc-full-help): Remove reference to calc-version-date.
34057 Update copyright date.
34059 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34061 * vc.el (vc-do-command): Use a pipe for async processes, so password
34062 prompts don't show up at places where the user can't reply.
34064 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34066 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34067 on the file name we pass to the inferior shell.
34069 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34071 * progmodes/which-func.el (which-function): Be robust in the face of an
34072 imenu--make-index-alist failure.
34074 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34076 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34078 * progmodes/python.el (python-preoutput-filter): Fix last change.
34080 2005-03-29 Lute Kamstra <lute@gnu.org>
34082 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34083 functions and compiled macros.
34084 (debug-convert-byte-code): Handle macros too.
34085 (debug-on-entry-1): Don't signal an error when trying to clear a
34086 function that is not set to debug on entry.
34088 2005-03-29 Jay Belanger <belanger@truman.edu>
34090 * calc/calc-lang.el: Add functions to math-function-table
34091 properties of tex and math.
34093 2005-03-29 Kenichi Handa <handa@m17n.org>
34095 * ps-mule.el (ps-mule-plot-string): Translate characters by
34096 ps-print-translation-table.
34097 (ps-mule-begin-job): Call find-charset-region/string with
34098 ps-print-translation-table.
34099 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34101 * ps-print.el (ps-print-translation-table): New variable.
34102 (ps-plot-region): Translate characters by ps-print-translation-table.
34104 2005-03-29 Juri Linkov <juri@jurta.org>
34106 * simple.el (next-error-highlight-timer): New variable.
34108 * progmodes/compile.el (compilation-goto-locus):
34109 Use `next-error-highlight-timer' instead of `sit-for'.
34111 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34113 * mail/supercite.el (sc-mail-field): Use assoc-string.
34114 (sc-get-address): Simplify regexps.
34116 * files.el (minibuffer-with-setup-hook): New macro.
34117 (find-file-read-args): Use it to avoid let-binding
34118 minibuffer-with-setup-hook (which breaks turning on/off
34119 file-name-shadow-mode while in the prompt).
34121 * complete.el (PC-read-include-file-name-internal):
34122 Use test-completion.
34124 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34126 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34128 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34130 * window.el (window-buffer-height): Use count-screen-lines.
34132 * progmodes/python.el (python-preoutput-leftover): New var.
34133 (python-preoutput-filter): Use it.
34134 (python-send-receive): Loop until all the result has been received.
34136 2005-03-28 Juri Linkov <juri@jurta.org>
34138 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34140 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34141 "Recover Crashed Session".
34142 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34143 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34144 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34145 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34146 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34147 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34148 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34149 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34151 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34152 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34153 Ediff Sessions", "Toggle use of separate control buffer frame",
34154 "Use separate frame for Ediff control buffer".
34156 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34157 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34158 "Rename Bookmark", "Delete Bookmark".
34160 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34161 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34162 Add `:active Info-index-alternatives' to "Next Matching Item".
34164 * wdired.el (wdired-change-to-wdired-mode):
34165 Mention `wdired-abort-changes' key in the initial message.
34167 * international/mule.el (auto-coding-alist): Associate non-ascii
34168 image filename extensions with `no-conversion'.
34170 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34172 * international/iso-acc.el:
34173 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34175 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34177 * textmodes/sgml-mode.el (html-mode): Doc update.
34179 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34181 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34183 * term.el (term-move-columns): Fix face after extending a line.
34184 (term-insert-spaces): Likewise.
34185 (term-reset-terminal): Fix off by one error.
34187 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34189 * international/mule.el (auto-coding-alist): Add .xpi files.
34191 * files.el (auto-mode-alist): Add .xpi files.
34193 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34195 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34197 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34199 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34201 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34203 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34204 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34206 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34207 cursor to Jan 1 when needed.
34208 (calendar-end-of-year): Fix -/+ typo.
34209 Reported by Chong Yidong <cyd@stupidchicken.com>.
34211 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34213 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34215 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34216 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34218 2005-03-25 Richard M. Stallman <rms@gnu.org>
34220 * filesets.el (filesets-init): Add autoload.
34222 * mail/mailalias.el (mail-directory): Doc fix.
34224 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34226 * mail/mailalias.el (mail-directory-process): Do nothing if
34227 mail-directory-process is an atom.
34228 (mail-get-names): Ignore mail-directory-names if it is an atom.
34229 (mail-directory-process defvar): Doc fix.
34230 (mail-names): Doc fix.
34232 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34234 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34236 2005-03-26 Kenichi Handa <handa@m17n.org>
34238 * international/mule-util.el (detect-coding-with-priority):
34239 Call update-coding-systems-internal before detect-coding-region.
34241 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34243 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34244 (gdb-frames-mode-map): Add follow-link property.
34246 2005-03-25 Jay Belanger <belanger@truman.edu>
34248 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34251 2005-03-25 Juri Linkov <juri@jurta.org>
34253 * image-mode.el: Optimize image filename extension regexps in
34254 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34255 in `auto-mode-alist'.
34256 (image-mode): Add `image-toggle-display-text' to local hook
34257 `change-major-mode-hook'. Display the image as an image by
34258 default. Set `cursor-type' and `truncate-lines' if the image
34259 is already displayed. Take into account the current mode (image
34260 or text) in message.
34261 (image-minor-mode): New minor mode.
34262 (image-mode-maybe, image-toggle-display-text): New functions.
34263 (image-toggle-display): Use called-interactively-p.
34264 Let-bind `inhibit-read-only' to t.
34266 * image-mode.el (image-minor-mode): Set `cursor-type' and
34267 `truncate-lines' if the image is already displayed. Add turning
34268 image-minor-mode off to `change-major-mode-hook'. Add message.
34269 Call `image-toggle-display-text' after turning image-minor-mode off.
34271 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34273 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34274 Terminal.app, use utf-8.
34275 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34276 (set-locale-environment): Use it.
34278 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34280 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34282 * progmodes/python.el (python-close-block-statement-p)
34283 (python-outdent-p, python-current-defun): Use symbol-end.
34285 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34287 * files.el (save-some-buffers): Doc fix.
34289 2005-03-25 Werner Lemberg <wl@gnu.org>
34291 * complete.el, thumbs.el: Replace `legal' with `valid'.
34292 * calendar/calendar.el: Replace `legal' with `valid'.
34293 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34294 * mail/supercite.el: Replace `legal' with `valid'.
34295 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34296 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34297 Replace `legal' with `valid'.
34298 * textmodes/reftex-vars.el, textmodes/reftex.el:
34299 Replace `legal' with `valid'.
34301 2005-03-25 Werner Lemberg <wl@gnu.org>
34303 * calc/calc-forms.el, calc/calc-sel.el
34304 * midnight.el, vc-cvs.el
34305 * emacs-lisp/cl-macs.el
34307 * eshell/esh-io.el, eshell/esh-var.el
34308 * mail/supercite.el
34309 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34310 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34311 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34312 * progmodes/sh-script.el, progmodes/xscheme.el
34313 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34314 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34315 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34316 * textmodes/reftex.el, textmodes/org.el:
34317 Replace `illegal' with `invalid'.
34319 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34321 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34322 (flymake-find-buildfile, flymake-find-possible-master-files)
34323 (flymake-check-include, flymake-parse-line): Replace loops over the
34324 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
34326 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34327 Substitute file-name-as-directory in the rest of the file.
34328 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34329 (flymake-replace-region): Remove unused arg `buffer'.
34330 (flymake-check-patch-master-file-buffer): Update calls to it.
34331 (flymake-add-err-info): Remove unused var `count'.
34332 (flymake-mode): Use define-minor-mode.
34334 * progmodes/flymake.el: Use with-current-buffer.
34335 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34336 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34337 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34338 Avoid testing for `xemacs'.
34339 (flymake-nop): Move.
34340 (flymake-region-has-flymake-overlays): Return the computed value.
34341 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34342 Remove unused var `endline'.
34343 (flymake-get-line-count): Remove unused function.
34344 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34348 * hilit-chg.el (global-highlight-changes):
34349 * hi-lock.el (hi-lock-mode):
34350 * follow.el: find-file-hooks -> find-file-hook.
34352 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34354 2005-03-24 Juri Linkov <juri@jurta.org>
34356 * dired.el (dired-mode-map): Add menu item "Compare directories"
34357 for dired-compare-directories.
34359 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34360 Doc fix. Replace `read-file-name' with `read-directory-name'.
34362 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34364 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34366 2005-03-24 Jay Belanger <belanger@truman.edu>
34368 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34369 relevant mode settings in calc-embedded-original-modes when modes
34370 are permanently changed.
34372 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34374 * autoinsert.el: find-file-hooks -> find-file-hook.
34376 2005-03-24 Lute Kamstra <lute@gnu.org>
34378 * generic.el (generic-font-lock-defaults): Make it obsolete.
34379 (generic-font-lock-keywords): New variable to replace
34380 generic-font-lock-defaults.
34381 (generic-mode-set-font-lock): Delete it.
34382 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34383 (generic-bracket-support): Add docstring.
34385 * generic-x.el: Rename generic-font-lock-defaults to
34386 generic-font-lock-keywords throughout.
34387 (mailagent-rules-setup-function): Delete it.
34388 (mailagent-rules-generic-mode): Use anonymous function instead.
34389 (show-tabs-generic-mode-font-lock-defaults-1)
34390 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34392 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34395 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34396 Recognize define-generic-mode.
34398 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34400 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34401 if there's no completion table.
34403 2005-03-23 Miles Bader <miles@gnu.org>
34405 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34406 Remove tty-specific variants, as they're no longer needed.
34408 2005-03-23 Lute Kamstra <lute@gnu.org>
34410 * generic-x.el: Code cleanup: make args constant whenever possible.
34411 (installshield-statement-keyword-list)
34412 (installshield-system-functions-list)
34413 (installshield-system-variables-list, installshield-types-list)
34414 (installshield-funarg-constants-list): Make them constants.
34416 * generic.el (generic-make-keywords-list): Add autoload cookie.
34418 * calendar/time-date.el: Add comment on time value formats.
34419 Don't require parse-time.
34420 (with-decoded-time-value): New macro.
34421 (encode-time-value): New function.
34422 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34423 (days-to-time): Return a valid time value when arg is huge.
34424 (time-since): Use time-subtract.
34425 (time-to-number-of-days): Use time-to-seconds.
34427 2005-03-23 David Ponce <david@dponce.com>
34429 * recentf.el (recentf-keep): New option.
34430 (recentf-menu-action): Default to `find-file'.
34431 (recentf-keep-non-readable-files-flag)
34432 (recentf-keep-non-readable-files-p)
34433 (recentf-file-readable-p, recentf-find-file)
34434 (recentf-cleanup-remote): Remove.
34435 (recentf-include-p): More robust.
34436 (recentf-keep-p): New function.
34437 (recentf-remove-if-non-kept): Rename from
34438 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34439 All callers updated.
34440 (recentf-menu-items-for-commands): Fix help string.
34441 (recentf-track-closed-file): Update. Doc fix.
34442 (recentf-cleanup): Update. Count removed files. Doc fix.
34444 2005-03-23 Kim F. Storm <storm@cua.dk>
34446 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34447 Don't inherit from fringe face (now happens automatically).
34449 2005-03-22 Kim F. Storm <storm@cua.dk>
34451 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34454 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34456 * menu-bar.el (showhide-date-time): Remove.
34457 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34458 (menu-bar-make-mm-toggle): Simplify.
34460 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34462 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34463 Accept qualified variable and function names.
34465 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34467 * bindings.el (completion-ignored-extensions):
34468 Remove ".lis" for `vax-vms'.
34470 2005-03-22 Andreas Schwab <schwab@suse.de>
34472 * generic-x.el: Revert last change.
34473 * ldefs-boot.el: Update.
34475 2005-03-22 Jay Belanger <belanger@truman.edu>
34477 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34478 (calc-embedded-save-original-modes)
34479 (calc-embedded-restore-original-modes): New functions.
34480 (calc-do-embedded): Save original modes when entering embedded mode
34481 and restore when leaving embedded mode.
34482 (calc-embedded-modes-change): Change the value of
34483 calc-embedded-original-modes to reflect permanent changes.
34485 2005-03-22 Lute Kamstra <lute@gnu.org>
34487 * generic-x.el: Require generic again.
34489 2005-03-22 Miles Bader <miles@gnu.org>
34491 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34492 Tweak details to look good on both ttys and bitmap displays, light
34493 or dark background, etc.
34495 2005-03-21 Kim F. Storm <storm@cua.dk>
34497 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34500 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34502 * icomplete.el: Don't forcibly turn on the mode upon load.
34503 (icomplete-mode): Use define-minor-mode.
34504 (icomplete-eoinput): Default to nil.
34505 (icomplete-minibuffer-setup): Remove autoload.
34506 (icomplete-tidy): Simplify.
34507 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34508 in the initial state or if the user has modified the field.
34509 Fix handling of icomplete-max-delay-chars.
34510 Remove code that handles the oddball case where
34511 minibuffer-completion-table is an integer.
34512 Wrap icomplete-completions in while-no-input in case building
34513 completions takes more time than expected.
34514 (icomplete-completions): Simplify.
34516 2005-03-21 Richard M. Stallman <rms@gnu.org>
34518 * jka-compr.el (jka-compr-really-do-compress):
34519 Make variable buffer-local.
34521 * image-mode.el: Handle .xpm files too.
34522 (image-toggle-display): Preserve modification flag.
34524 * help.el (where-is): Don't mention aliases with no key bindings.
34526 2005-03-21 Lute Kamstra <lute@gnu.org>
34528 * generic.el: Fix commentary section. Don't require cl for
34530 (generic-mode-list): Add autoload cookie.
34531 (generic-use-find-file-hook, generic-lines-to-scan)
34532 (generic-find-file-regexp, generic-ignore-files-regexp)
34533 (generic-mode, generic-mode-find-file-hook)
34534 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34535 (define-generic-mode): Make it a defmacro. Fix docstring.
34536 (generic-mode-internal): Code cleanup. Add autoload cookie.
34537 (generic-mode-set-comments): Code cleanup.
34538 * generic-x.el: Don't prevent compilation. Don't require generic.
34539 Follow coding conventions. Minor code cleanup.
34540 (etc-fstab-generic-mode): Add some keywords.
34541 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34542 define-generic-mode like a function declaration.
34544 2005-03-21 Jay Belanger <belanger@truman.edu>
34546 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34549 2005-03-21 Sam Steingold <sds@gnu.org>
34551 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34553 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34555 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34556 Add underscore to "f$ lexicals" regexp.
34558 2005-03-20 Juri Linkov <juri@jurta.org>
34560 * subr.el (progress-reporter-do-update): When `min-value' is equal
34561 to `max-value', set `percentage' to 0 and prevent division by zero.
34563 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34565 Sync with Tramp 2.0.48.
34567 * net/tramp.el (all): Change all addresses to .gnu.org.
34568 (tramp-append-tramp-buffers): New defun.
34569 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34570 Catch `dont-send' signal.
34571 (tramp-set-auto-save-file-modes): Set always permissions, because
34572 there might be an old auto-saved file belonging to another
34573 original file. This could be a security threat. Reported by
34574 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34575 Check for Emacs 21.3.50 removed.
34577 * net/tramp-smb.el (all): Remove debug construct for
34578 `with-parsed-tramp-file-name'.
34579 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34580 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34581 No error message if DIRECTORY or FILENAME doesn't exist.
34582 (tramp-smb-open-connection): Check existence of
34583 `tramp-smb-program'.
34585 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34587 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34588 Properly handle the case where the `m' or `s' command's argument is not
34590 (perl-indent-new-calculate): New function.
34591 (perl-indent-line): Use it.
34593 2005-03-20 Miles Bader <miles@gnu.org>
34595 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34596 in text-mode too. Change to new face names.
34597 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34598 Add `:weight bold' attribute.
34599 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34601 2005-03-19 Juri Linkov <juri@jurta.org>
34603 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34605 * international/mule.el (auto-coding-alist): Sync with
34606 `auto-mode-alist' by adding upper case archive file extensions
34607 and adding ear/war to jar extension.
34609 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34611 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34612 running, restart it.
34614 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34616 * finder.el (finder-current-item): Throw an error on an empty line.
34618 * man.el (Man-follow-manual-reference): If current-word returns
34621 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34623 * simple.el (goto-line): Doc fix.
34625 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34627 * files.el (save-buffer): Doc fix.
34629 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34631 * recentf.el (recentf-cleanup-remote): New variable.
34632 (recentf-cleanup): Use it to conditionally check availability of
34635 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34637 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34640 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34642 * language/thai-word.el: New file.
34644 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34646 * files.el (backup-buffer): If the file's directory is not
34647 writable, use copy instead of move to backup the file.
34649 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34651 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34653 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34655 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34656 Use functionp instead of symbolp and fboundp. Reported by Drkm
34657 <darkman_spam@yahoo.fr>.
34658 (ps-print-version): New version 6.6.6.
34660 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34662 * textmodes/table.el (table--line-column-position): New idiom.
34663 (table--row-column-insertion-point-p): New function to test
34664 validity of row and column insertion operation at a location.
34665 (table-global-menu, table-cell-menu): Use above functions for
34666 deterministic test operation.
34667 (table--editable-cell-p): Behave in deterministic fashion.
34669 2005-03-18 Juri Linkov <juri@jurta.org>
34671 * isearch.el (isearch-lazy-highlight-new-loop):
34672 Make arguments beg and end optional.
34673 (isearch-update): Remove optional arguments nil from
34674 isearch-lazy-highlight-new-loop.
34675 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34676 isearch-lazy-highlight-case-fold-search instead of
34677 isearch-case-fold-search, and let-bind isearch-regexp to
34678 isearch-lazy-highlight-regexp.
34679 Use isearch-lazy-highlight-last-string instead of isearch-string.
34681 * replace.el (perform-replace): Remove bindings of global
34682 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34683 Add three new arguments to `replace-highlight'.
34684 (replace-highlight): Add arguments string, regexp, case-fold.
34685 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34686 to allow isearch-lazy-highlight-new-loop to use these values
34687 to set corresponding isearch-lazy-highlight-* internal
34688 variables whose values lazy highlighting will use regardless of
34689 changes to global variables isearch-string, isearch-regexp,
34690 isearch-case-fold-search during lazy highlighting loop.
34691 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34692 to `lazy-highlight-cleanup'.
34694 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34695 (ispell-highlight-face): Set default face to `isearch' when
34696 lazy highlighting is enabled.
34697 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34698 priority to 1. Add lazy highlighting.
34699 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34700 from `isearch-dehighlight'.
34702 2005-03-18 David Ponce <david@dponce.com>
34704 * files.el (hack-local-variables): Do a case-insensitive search
34707 2005-03-18 Juri Linkov <juri@jurta.org>
34709 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34710 `isearch-lazy-highlight-cleanup', add alias to old name and
34711 declare obsolete. Add release numbers to other obsolete vars.
34712 (isearch-done, isearch-lazy-highlight-new-loop):
34713 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34714 (lazy-highlight-cleanup) <variable>: Doc fix.
34715 (isearch-lazy-highlight-update): Rename obsolete
34716 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34718 2005-03-18 Kenichi Handa <handa@m17n.org>
34720 * language/thai-util.el: Fix categorization of Thai characters in
34721 thai-category-table.
34722 (thai-composition-pattern): Adjust it for the above change.
34723 (thai-self-insert-command, thai-compose-syllable): New functions.
34724 (thai-compose-region): Use thai-compose-syllable.
34725 (thai-compose-string): Likewise.
34726 (thai-composition-function): Likewise.
34727 (thai-auto-composition): New function.
34728 (thai-auto-composition-mode): New minor mode.
34730 * language/thai.el: Fix patterns to be registered in
34731 composition-function-table.
34733 * international/quail.el (quail-input-method): Locally bind
34734 inhibit-modification-hooks to t.
34736 2005-03-17 Richard M. Stallman <rms@gnu.org>
34738 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34739 (perl-mode): Use run-mode-hooks.
34741 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34742 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34743 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34745 * mail/sendmail.el (sendmail-send-it): Reenable the code
34746 to compute resend-to-address and use it.
34748 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34750 * image-mode.el: New file.
34752 * image.el (insert-sliced-image): Add autoload cookie.
34754 * font-lock.el (font-lock-lines-before): New user option.
34755 (font-lock-after-change-function): Obey it.
34757 * bindings.el (esc-map): Make M-g a prefix.
34758 Bind M-g g and M-g M-g to goto-line.
34760 * faces.el (face-id): Doc fix.
34762 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34764 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34765 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34766 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34768 * mail/sendmail.el (mail-yank-ignored-headers)
34769 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34770 Add Mail-Followup-To and Mail-Reply-To headers.
34771 (mail-citation-hook): Add autoload cookie.
34772 (mail-mode): Doc fix.
34773 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34774 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34775 (mail-mode-fill-paragraph): Handle those headers.
34776 (mail-mailing-lists): New variable.
34777 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34779 2005-03-17 Juri Linkov <juri@jurta.org>
34781 * isearch.el (isearch-fallback): Check for `(car previous)'
34782 before calling `isearch-other-end-state'.
34784 2005-03-17 Kim F. Storm <storm@cua.dk>
34786 * simple.el (move-beginning-of-line): Move to beginning of buffer
34787 line, as well as beginning of screen line.
34789 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34791 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34792 argument REDRAW rather than calendar-redrawing variable.
34793 * calendar/calendar.el (calendar-redrawing): Delete.
34794 (redraw-calendar): Do not bind calendar-redrawing.
34796 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34798 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34801 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34803 * help.el (describe-mode): Allow a :minor-mode-function property to
34804 specify a different minor mode toggle function than the variable.
34805 * simple.el (auto-fill-function):
34806 * subr.el (add-minor-mode): Use it.
34808 2005-03-16 Kenichi Handa <handa@m17n.org>
34810 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34811 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34812 (ethio-fidel-to-sera-buffer): Likewise.
34814 2005-03-16 Juri Linkov <juri@jurta.org>
34816 * emacs-lisp/find-func.el (find-function-regexp):
34817 Add defun-emitting macro `menu-bar-make-toggle'.
34819 * isearch.el: Put `isearch-scroll' property to
34820 `split-window-horizontally'.
34822 * info.el: Update error messages for `debug-ignored-errors'.
34823 (Info-isearch-search): Doc fix.
34824 (Info-find-node): Move up code to go into info buffer before
34825 recording the node to the history.
34826 (Info-fontify-node): Fontify titles only if the next line
34827 has two or more `*', `=', `-', `.'.
34828 Display "go to this node" for empty (match-string 3).
34830 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34832 * term/mac-win.el: Add mouse pointer shape constants.
34834 2005-03-15 Kim F. Storm <storm@cua.dk>
34836 * simple.el (move-beginning-of-line): Use vertical-motion.
34838 2005-03-15 Juri Linkov <juri@jurta.org>
34840 * isearch.el (isearch-error): New variable.
34841 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34842 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34843 (isearch-within-brackets-state): Remove.
34844 (isearch-case-fold-search-state, isearch-pop-fun-state):
34845 Decrease frame index.
34846 (isearch-mode, isearch-top-state, isearch-push-state)
34847 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34848 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34849 (isearch-search, isearch-lazy-highlight-new-loop):
34850 Replace `isearch-invalid-regexp' with `isearch-error'.
34851 Remove `isearch-within-brackets'.
34852 (isearch-search): Add `search-failed' handler to `condition-case'.
34853 (isearch-lazy-highlight-search): Add `condition-case' to catch
34854 errors and allow `isearch-lazy-highlight-update' to try
34855 highlighting from the beginning of the window.
34856 (isearch-repeat): Move up code to set isearch-wrapped to t
34857 before calling isearch-wrap-function.
34859 * info.el (Info-isearch-initial-node): New internal variable.
34860 (Info-search): Signal an error in isearch mode when search leaves
34861 the initial node. Signal an error when `bound' is non-nil and
34862 nothing was found in the current subfile.
34863 (Info-isearch-search): Remove `condition-case'.
34864 (Info-isearch-wrap): Don't wrap when search failed during leaving
34865 the initial node. If `Info-isearch-search' is nil, wrap around
34867 (Info-isearch-start): New fun.
34868 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34869 `isearch-mode-hook'.
34871 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34873 * simple.el (normal-erase-is-backspace): Set default to t if
34876 * term/mac-win.el (function-key-map): Sync with x-win.el.
34878 2005-03-15 Kenichi Handa <handa@m17n.org>
34880 * international/mule-cmds.el (locale-language-names): Modify the
34881 format of elements and add more entries.
34882 (locale-preferred-coding-systems): Add more entries.
34883 (set-locale-environment): Adjust for the change of
34884 locale-language-names.
34886 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34888 * pcvs.el (smerge-ediff): Remove bogus autoload.
34890 2005-03-14 Lute Kamstra <lute@gnu.org>
34892 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34893 Ignore a `*' at the beginning of a line.
34895 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34896 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34898 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34899 to specify indentation.
34901 * generic.el (define-generic-mode): Let generic-mode-list be a
34902 list of strings; test membership with equal.
34904 2005-03-14 Kim F. Storm <storm@cua.dk>
34906 * simple.el (next-line, previous-line): Add optional try-vscroll
34907 arg to recognize interactive use. Pass it on to line-move.
34908 (line-move): Don't perform auto-window-vscroll when defining or
34909 executing keyboard macro to ensure consistent behavior.
34911 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34913 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34915 2005-03-13 Lute Kamstra <lute@gnu.org>
34917 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34918 debugger-setup-buffer so that backtrace marks the frames set to
34919 debug-on-exit and we don't have to do it manually. Set an extra
34920 debug-on-exit for macro's.
34921 (debugger-setup-buffer): Don't mark the top frame manually.
34923 2005-03-12 Lute Kamstra <lute@gnu.org>
34925 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34926 lisp-indent-function throughout.
34927 (with-no-warnings): Set lisp-indent-function property.
34929 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34931 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34932 Add entry for backslash.
34934 2005-03-12 Juri Linkov <juri@jurta.org>
34936 * info.el (Info-search): Four fixes for backward search.
34938 2005-03-11 Jay Belanger <belanger@truman.edu>
34940 * calc/calc.el (calc-language-alist): New variable.
34941 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34942 (calc-embedded-find-modes): Use calc-language-alist instead of
34943 calc-embedded-language-alist.
34945 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34947 * calendar/calendar.el (calendar-redrawing): New internal
34949 (redraw-calendar): Remove bogus save-excursion from previous
34950 change. Bind calendar-redrawing to t for mark-diary-entries.
34951 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34952 calendar if that is why we were called.
34954 2005-03-11 Kenichi Handa <handa@m17n.org>
34956 * international/mule.el (make-coding-system): Set property
34957 coding-system-define-form to nil.
34958 (define-coding-system-alias): Likewise.
34960 2005-03-11 Kenichi Handa <handa@m17n.org>
34962 These changes are suggested by Dave Love <fx@gnu.org>.
34964 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34966 (adaptive-fill-regexp): Add more bullets.
34967 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34970 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34972 * help.el (describe-mode): Properly handle non-trivial lighters.
34973 Don't ignore minor modes that are not listed in minor-mode-list.
34975 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34976 feature ON when the user requests to turn it OFF.
34978 2005-03-10 Lute Kamstra <lute@gnu.org>
34980 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34981 (implement-debug-on-entry): New function to replace debug-entry-code.
34982 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34983 second argument as the 2005-03-07 change makes it obsolete.
34984 (debug-on-entry, cancel-debug-on-entry): Update call to
34986 (debug, debugger-setup-buffer): Comment update.
34987 (debugger-frame-number): Update to work with implement-debug-on-entry.
34989 2005-03-10 Jay Belanger <belanger@truman.edu>
34991 * calc/calc-embed.el (math-ms-args): Declare it.
34992 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34994 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34997 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34999 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35002 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35003 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35004 (tooltip-gud-tips): Simplify.
35005 (tooltip-gud-tips-p): Remove superfluous :set.
35006 (tooltip-gud-modes): Add fortran-mode.
35007 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35009 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35011 2005-03-09 Kim F. Storm <storm@cua.dk>
35013 * play/animate.el (animate-place-char): Use forward-line instead
35014 of next-line to improve performance.
35016 2005-03-09 Simon Josefsson <jas@extundo.com>
35018 * net/browse-url.el (browse-url-default-browser): Doc fix.
35020 2005-03-09 Miles Bader <miles@gnu.org>
35022 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35023 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35025 2005-03-09 Kenichi Handa <handa@m17n.org>
35027 * international/latin-1.el: Set case and syntax for 255 only if
35028 set-case-syntax-set-multibyte is nil.
35030 * textmodes/ispell.el (ispell-insert-word): New function.
35031 (ispell-word): Use ispell-insert-word to insert a new word.
35032 (ispell-process-line): Likewise.
35033 (ispell-complete-word): Likewise.
35035 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
35037 * calendar/calendar.el (redraw-calendar): Preserve point.
35038 Reported by Matt Hodges <MPHodges@member.fsf.org>.
35039 (calendar-week-start-day): Move after definition of
35040 redraw-calendar. Delete buffer test, since redraw-calendar has
35043 * calendar/diary-lib.el (mark-diary-entries): Only call
35044 redraw-calendar in the first of any recursive calls.
35045 Reported by Alan Shutko <ats@acm.org>.
35047 2005-03-08 Juri Linkov <juri@jurta.org>
35049 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35050 (html-horizontal-rule, html-line, html-image, html-checkboxes)
35051 (html-radio-buttons): Add a space before the trailing `/>' where
35052 sgml-xml-mode is non-nil.
35053 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35054 the subsequent tag of the empty XML tag.
35055 (html-href-anchor): Don't set initial input to "http:".
35056 (html-image): Ask for the image URL and set point inside alt="".
35057 (html-name-anchor): Duplicate the name in the `id' attribute when
35058 sgml-xml-mode is non-nil.
35059 (html-paragraph): Remove \n before <p>.
35060 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35061 instead of `checked' when sgml-xml-mode is non-nil.
35063 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35064 Remove 1 space before #RRGGBB to not truncate it on terminal
35065 windows w/o fringes. Remove 1 space between bg and fg examples
35067 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35068 avoid byte-compile warnings.
35070 * image-file.el (image-file-handler): Put `safe-magic' property to
35071 `image-file-handler'.
35073 * info.el (Info-isearch-search): Emulate word search in
35074 isearching through multiple Info nodes with Info-search.
35075 (Info-isearch-wrap): Allow isearch-word.
35077 2005-03-08 Lute Kamstra <lute@gnu.org>
35079 * emacs-lisp/debug.el (debugger-step-through): Make sure that
35080 stepping into the debugger's code is not possible.
35081 (debugger-jumping-flag): Docstring update.
35083 2005-03-08 Jay Belanger <belanger@truman.edu>
35085 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35086 embedded mode begins.
35087 (calc-embedded-language-alist): New variable.
35088 (calc-embedded-find-modes): Use calc-embedded-language-alist to
35089 set default language mode.
35091 2005-03-08 Kenichi Handa <handa@m17n.org>
35093 * international/ccl.el (define-ccl-program): Fix docstring about
35094 extra 256 bytes assured for the output buffer.
35096 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35097 Fix BUFFER_MAGNIFICATION to 2.
35098 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35100 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
35102 * align.el (align-rules-list): Added an alignment rule for CSS
35103 declarations (applies to css-mode and html-mode buffers).
35105 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35107 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35109 2005-03-07 Kim F. Storm <storm@cua.dk>
35111 * simple.el (move-beginning-of-line): New command.
35113 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35115 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35117 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35118 and move-beginning-of-line.
35120 * apropos.el (apropos-print): Omit command from M-x ... RET.
35122 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35124 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35125 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35127 2005-03-06 Richard M. Stallman <rms@gnu.org>
35129 * bindings.el (esc-map): Bind M-g to goto-line.
35131 * facemenu.el (global-map): Bind M-o, not M-g.
35133 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
35135 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35136 "Open Directory" as for "Open File".
35138 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35140 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35141 (push-mark-command): Run activate-mark-hook.
35143 2005-03-06 Richard M. Stallman <rms@gnu.org>
35145 * help-mode.el (help-mode-finish): Don't alter the element
35146 in view-return-to-alist if there already is one.
35148 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35149 make sure the current buffer is the expected one.
35151 * novice.el (disabled-command-function): Output in *Disabled Command*.
35152 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35154 * textmodes/flyspell.el (flyspell-large-region):
35155 Pass args differently for aspell.
35157 * files.el (mode-require-final-newline): Doc fix.
35159 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35161 * progmodes/which-func.el (which-function):
35162 Specify NOERROR when calling imenu--make-index-alist.
35164 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35166 * simple.el (normal-erase-is-backspace): Define default value.
35168 * custom.el (custom-theme-set-variables): Remove unused var
35170 (custom-reevaluate-setting): Simple function to handle variables
35171 that are defined before their default value can really be
35174 * startup.el (command-line): Use it for temporary-file-directory,
35175 small-emporary-file-directory, auto-save-file-name-transforms,
35176 blink-cursor-mode, and normal-erase-is-backspace.
35178 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35179 progress, even with buggy anchored keywords.
35181 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35183 * simple.el (goto-line): Remove unbalanced final parenthesis.
35185 2005-03-05 Richard M. Stallman <rms@gnu.org>
35187 * simple.el (goto-line): Use a number at point as the default.
35188 With C-u as arg, switch buffers.
35190 2005-03-05 Juri Linkov <juri@jurta.org>
35192 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35193 with `no-blinking-cursor'.
35195 * startup.el (no-blinking-cursor): New defvar.
35196 (command-line): Add `--no-blinking-cursor' to longopts.
35197 Set `no-blinking-cursor' to t for command line arguments
35198 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35199 with `no-blinking-cursor' in the condition for calling
35200 `blink-cursor-mode'.
35202 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35204 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35205 (menu-bar-options-save): Add blink-cursor-mode.
35206 (menu-bar-options-menu): Add blink-cursor-mode.
35208 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35210 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35211 (icalendar-export-file, icalendar-export-region)
35212 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35213 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35215 2005-03-04 Lute Kamstra <lute@gnu.org>
35217 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35218 (debug-function-list): Ditto.
35220 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35222 * textmodes/texinfmt.el (texinfo-append-refill):
35223 Redefine the types of line to which @refill
35224 is not appended by replacing a search for `@refill\\|@bye' with
35225 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35226 itemize@refill' bug and the unfilled long lines bug.
35227 (texinfmt-version): Update number and date.
35229 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35231 * international/code-pages.el (windows-1250, windows-125[2-8])
35232 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35234 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35236 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35239 2005-03-02 Romain Francoise <romain@orebokech.com>
35241 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35242 buffer after removing limits.
35243 (ibuffer-pop-filter): Ditto.
35246 2005-03-02 Miles Bader <miles@gnu.org>
35248 * button.el (make-text-button): If the user doesn't specify a
35249 type, use the default. Rewrite to use `add-text-properties' and
35252 2005-03-01 Lute Kamstra <lute@gnu.org>
35254 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35255 (debugger-jumping-flag): New var.
35256 (debug-entry-code): Use it.
35257 (debugger-jump): Use debugger-jumping-flag and add
35258 debugger-reenable to post-command-hook.
35259 (debugger-reenable): Use debugger-jumping-flag and remove itself
35260 from post-command-hook.
35261 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35264 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35266 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35267 inclusion of "itemize\\|", which may be unnecessary, is certainly
35268 inelegant, and stops refilling in itemize lists when formatting
35269 Japanese Texinfo files to Info.
35270 Update copyright to 2005.
35272 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35274 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35275 of an error if GDB can't find the source file.
35277 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35279 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35280 not just the calendar.
35282 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35284 (diary-redraw-calendar): New function.
35285 (make-diary-entry): Add diary-redraw-calendar to local
35286 write-contents-functions. Turn off selective display before
35287 inserting in diary.
35289 2005-03-01 Kim F. Storm <storm@cua.dk>
35291 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35293 2005-03-01 Lute Kamstra <lute@gnu.org>
35295 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35296 that debug-entry-code can be safely removed from a function while
35297 this code is being evaluated. Revert the 2005-02-27 change as the
35298 new implementation no longer requires it. Make sure that a
35299 function body containing just a string is not mistaken for a docstring.
35300 (debug): Skip one more frame in case of debug on entry.
35301 (debugger-setup-buffer): Delete one more frame line in case of
35303 (debugger-frame-number): Update to use the new text introduced by
35304 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35306 2005-02-28 Kim F. Storm <storm@cua.dk>
35308 * double.el (double-translate-key): Call force-window-update after
35309 read-event to avoid crash in redisplay.
35311 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35313 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35314 (debug): Use it. Move the inhibit-trace earlier.
35315 (debug-entry-code): New const.
35316 (debug-on-entry-1): Use it.
35318 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35320 * international/utf-16.el (ccl-encode-mule-utf-16le):
35321 Fix BUFFER_MAGNIFICATION to 2.
35322 (ccl-encode-mule-utf-16be): Likewise.
35324 2005-02-28 Kenichi Handa <handa@m17n.org>
35326 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35327 Fix BUFFER_MAGNIFICATION to 4.
35328 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35330 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35332 * speedbar.el (speedbar-update-flag): Doc fix.
35333 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35336 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35338 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35339 have a non-nil `invisible' property but are actually visible.
35341 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35342 for perldoc sections.
35343 (perl-outline-regexp, perl-outline-level): New var and function.
35344 (perl-mode): Use them.
35346 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35348 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35349 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35351 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35353 * cus-edit.el: Comment change.
35354 (custom-buffer-create-internal): Slightly reword text at top of
35355 Custom buffers. Mention there that saving an option edits the
35356 init file. Add link to Emacs manual node on `custom-file'.
35357 (custom-magic-alist): Rewrite individual State messages to use
35358 capitalized keywords. Doc fix.
35360 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35362 * calendar/calendar.el (calendar-buffer): Move above
35363 calendar-week-start-day.
35364 (calendar-week-start-day): Doc fix. Add :set function.
35365 (calendar-minimum-window-height): New variable.
35366 (generate-calendar-window): Only resize window if selected-window
35367 is displaying the calendar buffer. Use new variable
35368 calendar-minimum-window-height.
35369 (generate-calendar): Reword error message.
35370 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35372 2005-02-27 Andreas Schwab <schwab@suse.de>
35374 * vc.el (vc-do-command): Don't run command asynchronously when
35375 operating in a remote directory.
35377 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35378 change from sync with Tramp 2.0.47.
35380 2005-02-27 Richard M. Stallman <rms@gnu.org>
35382 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35384 * textmodes/flyspell.el (flyspell-mode-on):
35385 Call ispell-change-dictionary only if necessary.
35387 * emacs-lisp/re-builder.el (regexp-builder): New function.
35389 * register.el (describe-register-1): Explicitly handle
35390 yank-excluded-properties = t.
35392 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35393 (custom-magic-alist): Change the status descriptions again.
35394 (face widget-type): Total rewrite based on `restricted-sexp'
35395 to eliminate the confusing double hiding levels.
35397 * emacs-lisp/debug.el (debug-on-entry-1):
35398 If function body is empty, add nil as body form.
35400 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35402 * emacs-lisp/trace.el (inhibit-trace): New var.
35403 (trace-make-advice): Use it.
35405 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35407 2005-02-26 Kim F. Storm <storm@cua.dk>
35409 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35410 (mouse-on-link-p, mouse-drag-region-1): Use it.
35412 2005-02-25 Lute Kamstra <lute@gnu.org>
35414 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35416 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35418 * frame.el (blink-cursor-mode): Add :group keyword.
35420 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35422 * calendar/icalendar.el (icalendar--decode-isodatetime):
35423 New optional argument DAY-SHIFT.
35424 (icalendar-export-region): Fix coding-system-for-write.
35425 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35428 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35430 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35432 2005-02-24 Kim F. Storm <storm@cua.dk>
35434 * international/iso-acc.el (iso-accents-compose): Fix crash
35435 during redisplay. Call force-window-update after read-event
35436 and delete-region to signal that window is not accurate.
35438 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35440 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35441 Remove unused and inexistent var `inhibit-trace'.
35442 (debugger-mode): Use run-mode-hooks.
35443 (debugger-list-functions): Add buttons; setup xref stack.
35445 2005-02-23 Richard M. Stallman <rms@gnu.org>
35447 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35448 appointment says it was explicitly made.
35449 (appt-add): Set the 3rd element.
35450 (appt-make-list): Preserve explicit appointments.
35452 * subr.el (find-tag-default): Catch errors in forward-sexp.
35454 2005-02-23 Juri Linkov <juri@jurta.org>
35456 * info.el (Info-isearch-search): New defcustom.
35457 (Info-isearch-search): Call the default isearch function
35458 when Info-isearch-search is nil.
35459 (Info-isearch-wrap): Use variable Info-isearch-search.
35461 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35463 * cus-edit.el: Comment change.
35465 2005-02-22 Kim F. Storm <storm@cua.dk>
35467 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35468 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35470 2005-02-22 Simon Josefsson <jas@extundo.com>
35472 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35474 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35475 Oskarsson" <myrkraverk@users.sourceforget.net>.
35477 2005-02-22 Kim F. Storm <storm@cua.dk>
35479 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35480 check that window of that event is the selected window.
35481 (mouse-drag-region-1): Compare mouse event window to selected
35482 window before setting point.
35484 * tooltip.el (tooltip-show-help-function): Pass event to
35485 mouse-on-link-p so it can check selected window.
35487 2005-02-22 Kenichi Handa <handa@m17n.org>
35489 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35490 (ps-mule-show-warning): New function.
35491 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35492 characters are found.
35494 * ps-print.el (ps-header-footer-string): Return a list of header
35495 and footer strings.
35497 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35499 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35501 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35503 * frame.el (blink-cursor-mode): Use define-minor-mode.
35505 * term/mac-win.el (function-key-map): Use char-names more consistently.
35506 (file-name-coding-system): Only set it for MacOS-9. The other case is
35507 already handled in mule-cmds.el (where it also works when mac-win.el
35510 2005-02-21 Kenichi Handa <handa@m17n.org>
35512 * international/mule.el (ctext-pre-write-conversion): Always use
35513 " *code-converting-work*" buffer for work.
35515 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35517 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35519 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35521 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35523 * ses.el (undo-more): Restore defadvice, but only the part that
35524 allows changes outside the restricted area of the buffer.
35526 2005-02-20 Kim F. Storm <storm@cua.dk>
35528 * simple.el (line-move): Add fourth optional arg try-vscroll which
35529 must be set to perform auto-window-vscroll.
35530 When moving backwards and doing auto-window-vscroll, automatically
35531 vscroll to the last part of lines which are taller than the window.
35532 (next-line, previous-line): Set try-vscroll arg on line-move.
35534 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35536 * replace.el (query-replace, query-replace-regexp)
35537 (replace-string, replace-regexp): When operating on region, make
35538 the minibuffer prompt say so.
35540 * isearch.el (isearch-forward): Document isearch-query-replace and
35541 isearch-query-replace-regexp keybindings.
35543 2005-02-19 Jay Belanger <belanger@truman.edu>
35545 * calc/calc-aent.el (math-read-token): Add local variable.
35547 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35548 (calc-edit-top): Move declaration to earlier in file.
35549 (calc-edit-macro-repeats): Add local variables.
35551 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35552 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35554 Adjust integration rule for calcFunc-tan.
35556 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35558 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35559 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35560 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35561 (viper-skip-separators): Bug fix.
35562 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35563 particular major mode.
35564 (viper-del-backward-char-in-replace): Don't put deleted char on the
35567 * emulation/viper-ex.el (viper-color-display-p): New function.
35568 (viper-has-face-support-p): Use viper-color-display-p.
35570 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35572 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35574 * emulation/viper-util.el (viper-glob-unix-files):
35575 Fix shell status check.
35576 (viper-file-remote-p): Make equivalent to file-remote-p.
35578 * emulation/viper.el (viper-major-mode-modifier-list):
35579 Use viper-gnus-modifier-map.
35581 2005-02-19 David Kastrup <dak@gnu.org>
35583 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35586 2005-02-19 Jay Belanger <belanger@truman.edu>
35588 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35589 Remove extra definitions.
35590 (calc-coth): New function.
35591 (calcFunc-cot): Fix `let'.
35593 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35595 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35596 the reasons we use "type pc" in these faces.
35598 * button.el (button): Ditto.
35600 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35602 * replace.el (query-replace-read-from): Set the value of
35603 query-replace-from-history-variable to handle the case of an empty
35604 string entered to accept the suggested default.
35606 * net/tramp.el (tramp-file-name-for-operation):
35607 Use dired-call-process instead of dired-call-process-command.
35609 2005-02-19 Jay Belanger <belanger@truman.edu>
35611 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35612 (math-div-non-trig): New variables.
35613 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35614 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35615 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35618 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35620 * progmodes/gdb-ui.el (gdb-var-update-handler)
35621 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35622 for watch expressions,
35623 (gdb-var-create-handler): Don't set speedbar-update-flag.
35624 (gdb-post-prompt): Simplify test for speedbar.
35626 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35628 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35629 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35630 we use the syntax table of the correct buffer.
35631 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35634 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35635 (ediff-file-remote-p): Make synonymous with file-remote-p.
35636 In all deffaces ediff-*-face-*, use min-colors.
35638 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35639 ediff-recurse-to-subdirectories.
35640 (ediff-mark-if-equal): Check that the arguments are strings, use
35641 ediff-same-contents (after to Felix Gatzemeier).
35643 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35646 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35648 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35650 2005-02-18 David Kastrup <dak@gnu.org>
35652 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35653 use `mark-active' when defined.
35655 2005-02-18 Kenichi Handa <handa@m17n.org>
35657 * ps-print.el (ps-font-info-database): New entry
35658 ZapfChancery-MediumItalic with correct font name. Fix font name
35659 of the entry Zapf-Chancery-MediumItalic.
35661 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35663 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35665 2005-02-16 Kim F. Storm <storm@cua.dk>
35667 * ido.el (ido-fallback-command): Pass user input to fallback command.
35669 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35671 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35672 (gdb-find-file-hook): Add server prefix.
35674 2005-02-16 Richard M. Stallman <rms@gnu.org>
35676 * replace.el (perform-replace): Pass new args to replace-highlight.
35677 (replace-highlight): Take region args,
35678 and pass them to isearch-lazy-highlight-new-loop.
35680 * novice.el (disabled-command-hook): Autoload the defalias
35681 and the make-obsolete-variable call.
35683 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35685 * isearch.el (isearch-lazy-highlight-start-limit)
35686 (isearch-lazy-highlight-end-limit): New variables limit
35687 the region for highlighting.
35688 (isearch-lazy-highlight-new-loop): New args BEG and END.
35689 (isearch-lazy-highlight-search): Use the new vars.
35690 (isearch-lazy-highlight-update): Likewise.
35692 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35694 * cus-start.el (all): Use default-boundp.
35696 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35698 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35700 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35702 * autorevert.el (auto-revert-stop-on-user-input)
35703 (auto-revert-verbose): Doc fixes.
35705 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35707 * international/mule-cmds.el (set-locale-environment): Remove call
35708 to set-selection-coding-system on Windows.
35710 2005-02-15 Jay Belanger <belanger@truman.edu>
35712 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35713 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35715 (math-simplify-sqrt): Add simplifications.
35717 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35720 * calc/calc-ext.el: Add functions to autoloads.
35722 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35723 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35724 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35725 (math-csc-raw, math-cot-raw): New functions.
35727 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35729 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35730 the variable name in a message.
35732 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35733 calcFunc-csc, calcFunc-cot.
35735 * calc/calcalg2.el: Add derivative and integration rules for
35736 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35737 calcFunc-csch, calcFunc-coth.
35738 (math-do-integral-methods): Add to checks for when to use
35741 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35743 2005-02-15 Lute Kamstra <lute@gnu.org>
35745 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35746 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35747 <monnier@iro.umontreal.ca>.
35748 (lisp-outline-level): Improve efficiency. Suggested by David
35749 Kastrup <dak@gnu.org>.
35751 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35753 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35754 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35755 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35756 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35757 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35759 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35761 * cus-start.el (all): Comment change.
35763 2005-02-14 Lute Kamstra <lute@gnu.org>
35765 * cus-start.el (all): Check if symbol is void.
35767 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35769 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35770 optional argument to \cite.
35772 2005-02-14 Richard M. Stallman <rms@gnu.org>
35774 * cus-edit.el (custom-buffer-create-internal): Update help message.
35775 (custom-magic-alist): Update help messages.
35777 * cus-start.el (all): Allow a var to specify a standard value.
35779 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35781 * custom.el (custom-theme-set-variables): Handle variable aliases.
35783 * frame.el (blink-cursor-timer): Doc fix.
35784 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35786 (blink-cursor-mode): Define with defcustom and use correct
35787 standard expression in that defcustom.
35788 * startup.el (command-line): Adapt to above changes in frame.el.
35790 2005-02-11 Lute Kamstra <lute@gnu.org>
35792 * apropos.el (apropos-score-doc): Prevent division by zero.
35794 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35796 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35797 (icalendar--get-event-property-attributes)
35798 (icalendar--get-event-properties)
35799 (icalendar--datetime-to-diary-date): New functions.
35800 (icalendar--split-value): Doc fix.
35801 (icalendar--datetime-to-noneuropean-date)
35802 (icalendar--datetime-to-european-date): New optional argument
35803 SEPARATOR. Return result as a string instead of a list.
35804 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35805 (icalendar--convert-string-for-export): Rename arg S to STRING.
35806 (icalendar-export-region): Doc fix. Change name of error buffer.
35807 Save output buffer.
35808 (icalendar-import-file): Add blank at end of prompt.
35809 (icalendar-import-buffer): Doc fix. Do not switch to error
35810 buffer. Indicate status in return value.
35811 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35812 buffer. Save output buffer. Handle exception from recurrence
35813 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35814 events. Fix problems with weekly all-day events.
35816 2005-02-10 Richard M. Stallman <rms@gnu.org>
35818 * simple.el (eval-expression-print-format):
35819 Avoid warning about edebug-active.
35821 * help.el (help-for-help-internal): Rename from help-for-help.
35822 (help-for-help): Define with defalias.
35824 * font-core.el (font-lock-default-function): Use with-no-warnings.
35826 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35828 * custom.el (defface): Doc fix.
35830 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35832 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35833 width 0" to prevent word wrapping problems.
35835 2005-02-09 Kim F. Storm <storm@cua.dk>
35837 * ido.el (ido-file-extensions-order): New defcustom.
35838 (ido-file-extension-lessp, ido-file-extension-aux)
35839 (ido-file-extension-order): New advanced file ordering.
35840 (ido-file-lessp): New simple file ordering.
35841 (ido-sort-list): Remove.
35842 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35843 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35845 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35847 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35848 that some versions of grep produce.
35849 (grep-mode-font-lock-keywords): Likewise.
35851 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35853 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35854 (gdb-cdir): Delete.
35855 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35856 (gdb-source-info): Treat case when source file is in another
35857 directory properly.
35858 (gdb-get-location): New function.
35860 2005-02-07 Jay Belanger <belanger@truman.edu>
35862 * calc/calc-prog.el (calc-write-parse-table-part)
35863 (calc-fix-token-name): Fix a check for language type.
35865 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35867 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35869 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35870 as directory not writable.
35872 2005-02-07 Kim F. Storm <storm@cua.dk>
35874 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35875 (cua--standard-movement-commands): Remove list.
35876 Instead, set CUA property value to move for movement commands.
35877 (cua-movement-commands): Remove. Users must set CUA prop instead.
35878 (cua--pre-command-handler): Check CUA property.
35879 (cua--init-keymaps): Don't remap undo commands.
35880 (cua-mode): Don't call cua--rectangle-on-off.
35882 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35883 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35884 (cua--rect-undo-set-point): New var.
35885 (cua--rectangle-undo-boundary): Setup undo apply entry.
35886 (cua--rect-undo-handler): New function for rectangle undo.
35887 (cua--rect-start-position, cua--rect-end-position): Add.
35888 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35889 for restored rectangle. Set point if cua--rect-undo-set-point.
35891 2005-02-06 Jay Belanger <belanger@truman.edu>
35893 * calc/calc-lang.el (calc-tex-language): Display more information
35896 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35899 2005-02-06 Richard M. Stallman <rms@gnu.org>
35901 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35903 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
35905 * net/ldap.el (ldap-search-internal): Support attributes with
35906 optional descriptions separated by a semi-colon, as in
35907 "userCertificate;binary".
35909 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
35911 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35912 isn't a cons (i.e. the version is 0).
35914 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35916 * help.el (help-for-help): Doc fix.
35918 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35920 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35921 GDB-Windows on the menu-bar as this works better.
35923 2005-02-04 Jay Belanger <belanger@truman.edu>
35925 * calc/calc-embed.el (calc-embedded-update): Don't put in
35926 unnecessary newlines. Adjust the end of formula marker.
35928 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35929 (math-latex-parse-two-args): New function.
35931 2005-02-03 Lute Kamstra <lute@gnu.org>
35933 * help-fns.el (help-with-tutorial): Make sure that users cannot
35934 remove the entire text of the tutorial by means of `undo'.
35936 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35938 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35939 in recent changes, where the ispell process was repeatedly
35940 killed & restarted.
35942 * international/mule-cmds.el (set-locale-environment): Set file-name
35943 coding system to utf-8 on Darwin systems.
35944 (set-default-coding-systems): Don't set default-file-name-coding-system
35947 2005-02-03 Richard M. Stallman <rms@gnu.org>
35949 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35951 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35953 * faces.el (list-faces-display): Add optional argument.
35955 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35957 * font-core.el (font-lock-default-function): Handle the rare case where
35958 only font-lock-keywords is set.
35960 2005-02-02 Kenichi Handa <handa@m17n.org>
35962 * international/characters.el: Cancel previous change for
35963 I-WITH-DOT-ABOVE and DOTLESS-i.
35965 * international/latin-5.el: Cancel previous change.
35967 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35969 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35971 2005-02-02 Kenichi Handa <handa@m17n.org>
35973 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35976 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35977 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35979 * case-table.el (get-upcase-table): New function.
35980 (copy-case-table): Copy upcaes table too if non-nil.
35981 (set-case-syntax-delims): Maintain upcase table too.
35982 (set-case-syntax-pair): Likewise.
35983 (set-upcase-syntax, set-downcase-syntax): New functions.
35984 (set-case-syntax): Maintain upcase table too.
35986 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35988 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35990 * progmodes/gud.el (gud-goto-info): New function.
35991 (gud-tool-bar-map): Use correct icon.
35993 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35995 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35996 When delegating, order args in the funcall correctly.
35998 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36000 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36002 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
36004 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36005 buffer not visiting a file.
36007 2005-01-31 Jay Belanger <belanger@truman.edu>
36009 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36010 bound on the line with the formula.
36012 2005-01-31 Kim F. Storm <storm@cua.dk>
36014 * ses.el (ses-create-cell-variable-range)
36015 (ses-destroy-cell-variable-range, ses-reset-header-string)
36016 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36017 (ses-insert-row): Fix format of apply undo entries.
36019 2005-01-31 Jay Belanger <belanger@truman.edu>
36021 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36024 * calc/calc-embed.el (calc-embedded-open-formula)
36025 (calc-embedded-close-formula): Ignore matrix environments.
36027 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36030 * calc/calc-lang.el (math-function-table, math-oper-table)
36031 (math-variable-table): Adjust the LaTeX portions.
36033 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36034 (math-latex-ignore-words): New constant.
36036 2005-01-31 Richard M. Stallman <rms@gnu.org>
36038 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36039 (ispell-local-dictionary): Doc fix.
36040 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36041 Don't reinitialize at run time. Don't defcustom.
36042 All uses changed to append ispell-local-dictionary-alist,
36044 (ispell-current-dictionary): New variable for dictionary in use.
36045 (ispell-dictionary): Now used only for global default.
36046 (ispell-start-process): Set ispell-current-dictionary,
36047 not ispell-dictionary.
36048 (ispell-change-dictionary): Use this only for setting
36050 (ispell-internal-change-dictionary): New function
36051 to change the current dictionary in use.
36052 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36053 Use ispell-current-dictionary.
36054 Handle ispell-local-dictionary-overridden.
36055 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36057 2005-01-31 Jay Belanger <belanger@truman.edu>
36059 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36061 * calc/calc-ext.el: Add calc-latex-language to autoloads.
36062 (calc-mode-map): Add calc-latex-language.
36064 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36065 (math-latex-print-frac): New functions.
36066 (math-oper-table, math-function-table, math-variable-table)
36067 (math-complex-format, math-input-filter): Add latex properties.
36068 (calc-set-language): Set math-expr-special-function-mapping.
36070 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36071 (calc-write-parse-table-part): Add LaTeX support.
36073 * calc/calc.el (calc-language): Adjust docstring.
36074 (calc-set-mode-line): Add LaTeX support.
36075 (math-expr-special-function-mapping): New variable.
36076 (math-tex-ignore-words): Add to list.
36078 * calc/calccomp.el (math-compose-expr, math-compose-rows):
36080 (math-compose-expr): Add support for special functions.
36082 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36084 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
36086 * progmodes/gdb-ui.el (gdb-memory-address)
36087 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36088 (gdb-memory-mode-map, gdb-memory-format-keymap)
36089 (gdb-memory-format-menu, gdb-memory-unit-keymap)
36090 (gdb-memory-unit-menu): New variables for a buffer
36091 that lets the user examine program memory.
36092 (gdb-memory-set-address, gdb-memory-set-repeat-count)
36093 (gdb-memory-format-binary, gdb-memory-format-octal)
36094 (gdb-memory-format-unsigned, gdb-memory-format-signed)
36095 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36096 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36097 (gdb-memory-unit-word, gdb-memory-unit-halfword)
36098 (gdb-memory-unit-byte, gdb-memory-unit-menu)
36099 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36100 (gdb-memory-mode, gdb-memory-buffer-name)
36101 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36102 New functions for above buffer.
36104 2005-01-30 Richard M. Stallman <rms@gnu.org>
36106 * cus-edit.el (custom-bury-buffer): Function deleted.
36107 (custom-buffer-done-function): Option deleted.
36108 (custom-buffer-done-kill): New replacement option.
36109 (Custom-buffer-done): Call quit-window.
36110 (custom-buffer-create-internal): Update for above changes.
36112 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36114 * simple.el (undo-ask-before-discard): New var.
36115 (undo-outer-limit-truncate): Implement it.
36116 (undo-extra-outer-limit): Doc update.
36118 2005-01-29 Richard M. Stallman <rms@gnu.org>
36120 * ses.el (undo-more): Delete defadvice.
36121 (ses-begin-change): Doc fix.
36123 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36124 instead of rebinding C-x u and C-_.
36126 * files.el (normal-backup-enable-predicate): Return nil for files
36127 in /tmp, regardless of temporary-file-directory.
36129 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36131 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36132 (open-rectangle, delete-whitespace-rectangle-line)
36133 (clear-rectangle-line): If FILL, pass t instead of FILL
36134 for move-to-column's 2nd arg.
36136 * simple.el (undo): Fix the test for continuing a series of undos.
36137 (undo-more): Set pending-undo-list to t when we reach end.
36138 (pending-undo-list): Move up defvar.
36140 * wid-edit.el (widget-button-click):
36141 Shorten the range of the track-mouse binding.
36143 * comint.el (comint-insert-input): Undo previous changes;
36144 use last-input-event in interactive spec.
36146 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36148 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36149 to nil before invoking call-process. Reset buffer's modified flag
36150 after fontifying it in the no-async branch.
36152 * wid-edit.el (widget-specify-button): If mouse pointer shape
36153 cannot be changed, use mouse face instead.
36155 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36157 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36158 (gdb-goto-breakpoint): Make breakpoint handling work on template
36159 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36160 (gdb-assembler-custom): Update to recognize breakpoint information
36161 added on 2005-01-19.
36163 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36165 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36166 (dsssl-mode): Use define-derived-mode.
36167 (scheme-mode-initialize): Remove.
36168 (scheme-mode): Use run-mode-hooks.
36170 * cus-edit.el (customize-group-other-window)
36171 (custom-buffer-create-other-window): Don't override special-display-*.
36172 (custom-mode-map): Make it dense.
36174 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36175 sets the default value.
36177 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36179 * descr-text.el: Add more keywords.
36181 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36183 * speedbar.el: Avoid unnecessary use of locate-library.
36185 * international/mule-cmds.el (standard-display-european-internal):
36186 Don't fiddle with latin-1 non-break space any more since it's now
36187 special cased in the C code.
36188 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36190 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36192 * cus-start.el (all): Add `undo-outer-limit'.
36194 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36196 * textmodes/bibtex.el (bibtex-format-entry):
36197 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36199 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36200 not on part of a buffer.
36202 2005-01-25 Lute Kamstra <lute@gnu.org>
36204 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36205 nonempty field text strings like "{letters\\macro{}more letters}".
36207 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36208 (bibtex-entry-offset, bibtex-parse-association)
36209 (bibtex-parse-field-name): Fix typos in docstrings.
36210 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36212 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36213 Juri Linkov <juri@jurta.org>
36215 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36216 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36217 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36218 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36220 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36221 isearch minor mode.
36223 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36225 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36227 2005-01-24 Lute Kamstra <lute@gnu.org>
36229 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36230 CASECHARS and NOT-CASECHARS regular expressions of the
36231 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36232 striding over charsets" error.
36234 2005-01-24 Jay Belanger <belanger@truman.edu>
36236 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36237 display variable name.
36239 2005-01-24 Kenichi Handa <handa@m17n.org>
36241 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36242 Fix setting of the element of encoded-kbd-iso2022-invocations.
36244 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36246 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36247 (gdb-threads-select): Change to also accept mouse events.
36248 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36249 (gdb-threads-mouse-select): Delete.
36251 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36253 * files.el (insert-directory): Take care of empty directory,
36254 listed without -a switch.
36256 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36258 * textmodes/refill.el (refill-post-command-function):
36259 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36260 to the list of functions that we should be careful not to undo.
36261 (refill-late-fill-paragraph-function): Remove.
36262 (refill-saved-state): New var.
36263 (refill-mode): Use it to save fill-paragraph-function.
36264 Save also the value of auto-fill-function.
36266 * term/w32-win.el: Simplify code.
36268 2005-01-23 Kim F. Storm <storm@cua.dk>
36270 * simple.el (line-move): Adapt to new return value from
36271 pos-visible-in-window-p.
36273 * simple.el (line-move): Fix last change. Check partial
36274 visibility at point rather than at window-start.
36276 2005-01-22 Jason Rumney <jasonr@gnu.org>
36278 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36280 2005-01-22 David Kastrup <dak@gnu.org>
36282 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36284 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36286 * type-break.el (type-break-mode): Add a test for
36287 type-break-file-name being non-nil.
36289 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36291 * net/eudc.el (top level): Call (message "") via progn, so that
36292 eudc-options-file is loaded.
36294 2005-01-22 Kim F. Storm <storm@cua.dk>
36296 * simple.el (line-move-1): Rename from line-move.
36297 (line-move): New function that adjusts vscroll for partially
36298 visible rows, and calls line-move-1 otherwise.
36300 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36302 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36303 since it's not a complete read-event implementation.
36305 2005-01-20 Jay Belanger <belanger@truman.edu>
36307 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36308 for called function.
36310 2005-01-20 Steven Tamm <steventamm@mac.com>
36312 * term/mac-win.el (process-connection-type): Remove.
36313 Controlled now by s/darwin.h:PTY_ITERATION.
36315 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36317 * window.el (handle-select-window): Don't switch window when we're
36320 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36322 * subr.el (dotimes-with-progress-reporter): New macro.
36324 * ses.el (ses-dotimes-msg): Remove macro.
36325 Use `dotimes-with-progress-reporter' instead.
36327 2005-01-19 Steven Tamm <steventamm@mac.com>
36329 * term/mac-win.el (process-connection-type): Use new
36330 operating-system-release variable to use ptys on Darwin 7 (OS X
36331 10.3) when using carbon build.
36333 2005-01-19 Jay Belanger <belanger@truman.edu>
36335 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36336 flags if the last command was a tab or M-tab.
36338 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36339 in formula editing buffer.
36341 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36343 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36344 breakpoint image symbol in margin.
36346 2005-01-19 Jay Belanger <belanger@truman.edu>
36348 * calc/calc-prog.el (calc-execute-kbd-macro):
36349 Ignore calc-keep-arg-flag.
36351 2005-01-19 Kenichi Handa <handa@m17n.org>
36353 * textmodes/ispell.el (ispell-looking-at): New function.
36354 (ispell-process-line): Use ispell-looking-at to compare the ispell
36355 output and the buffer contents.
36357 2005-01-18 Jay Belanger <belanger@truman.edu>
36359 * calc/calc.el (calc-display-raw): Fix docstring.
36361 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36363 * simple.el (blink-matching-open): Strip extra info from syntax.
36365 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36366 funny chars in the end-of-here-doc marker.
36368 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36370 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36371 that enable/disabled state of breakpoints is shown correctly in
36372 fringe and on ttys.
36373 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36374 Add breakpoint information as text properties.
36375 (gdb-mouse-toggle-breakpoint):
36376 Rename to gdb-mouse-set-clear-breakpoint.
36377 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36378 breakpoints in the margin.
36379 (gdb-remove-strings): Simplify.
36381 2005-01-17 Jay Belanger <belanger@truman.edu>
36383 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36386 2005-01-17 Richard M. Stallman <rms@gnu.org>
36388 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36389 for calling grep-compute-defaults.
36391 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36392 if buffer is empty.
36394 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36396 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36398 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36400 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36401 non-preloaded variables.
36403 2005-01-17 Steven Tamm <steventamm@mac.com>
36405 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36406 tex-shell cause to force interactivity when using pipes.
36408 2005-01-17 Kim F. Storm <storm@cua.dk>
36410 * simple.el (just-one-space): Make arg optional.
36412 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36414 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36415 posn-at-x-y to t to access left-margin.
36417 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36419 Sync with Tramp 2.0.47.
36421 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36422 catching keep-date problems in cp/scp operations.
36423 (tramp-handle-copy-file): Don't call `set-file-modes'
36424 unconditionally. Specialized functions should know better what is
36425 necessary. This improves performance a little bit, and the
36426 functions could catch errors with `cp -p' and `scp -p'.
36427 (tramp-do-copy-or-rename-file-via-buffer)
36428 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36430 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36431 Call `set-file-modes' when appropriate.
36432 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36433 Johnsson <isak@hypergene.com>.
36434 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36435 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36436 <joakim@verona.se>.
36437 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36440 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36441 `find-file-hooks' and `dired-mode-hook'.
36442 (tramp-minor-mode-map): Respective map. Add remapping for
36443 `compile' and `recompile'.
36444 (tramp-remap-command, tramp-recompile): New defuns.
36445 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36446 in buffer "*Compilation*". Call the commands asynchronously.
36448 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36449 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36450 `shell-command', because it isn't magic in XEmacs. Reported by
36451 Adrian Aichner <adrian@xemacs.org>.
36453 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36454 `substitute-in-file-name.
36455 (tramp-smb-handle-substitute-in-file-name): New defun.
36456 (tramp-smb-advice-PC-do-completion): Delete advice.
36458 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36460 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36461 Fix error in deleting region.
36463 2005-01-15 Richard M. Stallman <rms@gnu.org>
36465 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36466 In non-temp buffer, switch syntax table temporarily.
36468 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36470 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36472 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36474 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36475 (imenu--generic-function): Use START, not BEG, as pos of definition.
36477 * simple.el (just-one-space): Argument specifies number of spaces.
36479 * simple.el (eval-expression-print-format): Avoid warning
36480 about edebug-active.
36482 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36484 * progmodes/sh-script.el: Code copied from make-mode.el
36485 with small changes,
36486 (sh-mode-map): Bind C-c C-\.
36487 (sh-backslash-column, sh-backslash-align): New variables.
36488 (sh-backslash-region, sh-append-backslash): New functions.
36490 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36492 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36493 (rmail-pop-password, rmail-pop-password-required): Move to
36494 rmail-obsolete group.
36495 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36496 All callers updated.
36497 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36498 Take an argument specifying whether it is POP or IMAP mailbox we
36499 are using. All callers updated.
36500 (rmail-pop-password-error): Rename to
36501 rmail-remote-password-error. Added mailutils-specific error message.
36502 (rmail-movemail-search-path)
36503 (rmail-movemail-variant-in-use): New variables.
36504 (rmail-remote-password, rmail-remote-password-required):
36505 New customization variables.
36506 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36507 (rmail-parse-url): New function.
36508 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36509 with GNU mailutils movemail.
36511 2005-01-15 Kevin Ryde <user42@zip.com.au>
36513 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36514 suffix to space, $ or '$, to correctly position point when going
36515 to @table style constants like DBL_MAX.
36517 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36519 * type-break.el (type-break-mode, type-break-file-time)
36520 (type-break-file-keystroke-count, type-break-choose-file):
36521 Don't store data in or load data from the file if type-break-file-name
36523 (type-break-file-name): Doc update as per the above.
36525 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36527 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36528 lookup-key might return nil; handle that.
36530 2005-01-15 Alan Mackenzie <acm@muc.de>
36532 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36533 Return the tail of the tree rather than the element found,
36534 thus enabling the tree to be setcar'd.
36536 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36538 * textmodes/org.el (org-show-following-heading): New option.
36539 (org-show-hierarchy-above): Use `org-show-following-heading'.
36540 (org-cycle): Documentation fix.
36542 * textmodes/org.el (orgtbl-optimized): New option.
36543 (orgtbl-mode): New command, a minor mode.
36544 (orgtbl-mode-map): New variable.
36545 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36546 (orgtbl-error, orgtbl-self-insert-command)
36547 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36549 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36550 a local variable in each org-mode buffer.
36552 * textmodes/org.el (org-set-regexps-and-options): Rename from
36553 `org-set-regexps'. Added checking for STARTUP keyword.
36554 (org-get-current-options): Add STARTUP options.
36555 (org-table-insert-row): Make mode intelligent about when
36556 realignment is needed.
36557 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36559 (org-enable-table-editor): New default value `optimized'.
36560 (org-table-blank-field): Support blanking regions if active.
36562 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36564 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36565 if the year is not given.
36567 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36568 Add new escapes %m and %M, fixed bug with %F by adding
36570 (reftex-reference): Remove ?. from list of spaces.
36571 (reftex-label-info): Add automatic label prefix recognition.
36573 * textmodes/reftex-index.el (reftex-index-next-phrase):
36574 Add slave parameter to call of `reftex-index-this-phrase'.
36575 (reftex-index-this-phrase): New optional argument.
36576 (reftex-index-region-phrases): Add slave parameter to call of
36577 `reftex-index-this-phrase'.
36578 (reftex-display-index): New argument redo.
36579 (reftex-index-rescan): Add `redo' to arguments of
36580 `reftex-display-index'.
36581 (reftex-index-Rescan, reftex-index-revert)
36582 (reftex-index-switch-index-tag): Add `redo' to arguments of
36583 `reftex-display-index'.
36584 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36585 indexing. Fix bug with matching is there is a quote before or
36588 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36589 Fix bug when collecting citation keys in lines with comments.
36590 (reftex-citation): Prefix argument no longer rescans the document,
36591 but forces prompting for optional arguments of cite macros.
36592 (reftex-do-citation): Prompting for optional arguments implemented.
36594 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36595 Add optional arguments to most cite commands.
36596 (reftex-cite-cleanup-optional-args): New option
36597 (reftex-cite-prompt-optional-args): New option.
36598 (reftex-trust-label-prefix): New option.
36600 * textmodes/reftex-toc.el (reftex-toc-find-section):
36601 Add push-mark before changing the position in the buffer.
36603 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36604 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36606 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36608 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36611 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36613 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36614 (sgml-mode): Use it.
36615 (sgml-get-context): Better keep track of implicitly closed tags.
36617 2005-01-13 Kenichi Handa <handa@m17n.org>
36619 * textmodes/ispell.el: These changes are to fix misalignment error
36620 caused by equivalent characters of different Emacs charsets.
36621 (ispell-unified-chars-table): New variable.
36622 (ispell-get-decoded-string): New function.
36623 (ispell-get-casechars, ispell-get-not-casechars)
36624 (ispell-get-otherchars): Call ispell-get-decoded-string.
36626 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
36628 * custom.el (custom-declare-variable): Just put symbol instead
36629 of (defvar . symbol) in `current-load-list'.
36631 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36633 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36635 2005-01-12 Jay Belanger <belanger@truman.edu>
36637 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36638 to create a Calc summary.
36640 2005-01-12 Kim F. Storm <storm@cua.dk>
36642 * mouse.el (mouse-on-link-p): Change functionality and doc
36643 string to comply with latest description in lisp ref.
36645 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36647 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36648 Enable mouse clicks on mode-line, header-line and margin.
36649 (event-type): Give mouse event symbols an `event-kind' property
36650 with value `mouse-click'.
36652 2005-01-12 Juri Linkov <juri@jurta.org>
36654 * facemenu.el (list-colors-display): Add new arg buffer-name.
36655 Use it. Fix docstring. Replace code for identifying duplicate
36656 colors by the name with call to `list-colors-duplicates' which
36657 identifies duplicate colors by the value unless the color
36658 is one of special Windows colors. Set truncate-lines to t.
36659 Print sorted duplicate color names on each line. Indent to 22
36660 \(the longest color name in rgb.txt) instead of 20. Optimize.
36661 (list-colors-duplicates): New function.
36662 (facemenu-color-name-equal): Delete function.
36664 * facemenu.el (list-colors-print): New function created from code
36665 in list-colors-display. Print #RRGGBB at the window right edge.
36666 (list-colors-display): When temp-buffer-show-function is not
36667 defined, call list-colors-print from temp-buffer-show-hook
36668 to get the right value of window-width in list-colors-print
36669 after the buffer is displayed.
36671 * simple.el (pop-mark): Move deactivate-mark out of conditional
36672 part to deactivate the active mark regardless of the state of the
36675 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36676 variables line in desktop files.
36678 2005-01-12 Juri Linkov <juri@jurta.org>
36680 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36681 Bring together isearch highlight related options.
36682 (lazy-highlight): Replace group `replace' by `matching'.
36683 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36684 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36685 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36686 and declare them obsolete.
36687 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36688 (isearch-faces): Remove defgroup.
36689 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36690 Move isearch highlighting code closer to lazy highlighting code.
36692 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36693 (query-replace-highlight, query-replace-lazy-highlight)
36694 (query-replace): Move definitions to the beginning of the file.
36696 2005-01-11 Juri Linkov <juri@jurta.org>
36698 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36699 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36700 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36702 * info.el (Info-history-forward): New variable.
36703 (Info-select-node): Reset Info-history-forward to nil.
36704 (Info-last): Turn into defalias.
36705 (Info-history-back): Rename from Info-last.
36706 Add current node to Info-history-forward.
36707 (Info-history-forward): New fun.
36708 (Info-mode-map): Replace Info-last by Info-history-back.
36709 Bind Info-history-forward to "r".
36710 (Info-mode-menu): Replace Info-last by Info-history-back.
36711 Fix menu item text. Add menu item for Info-history-forward.
36712 (info-tool-bar-map): Replace Info-last by Info-history-back.
36713 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36714 for Info-history-forward.
36715 (Info-mode): Replace Info-last by Info-history-back in docstring.
36716 Add local variable Info-history-forward.
36717 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36719 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36721 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36722 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36723 Ignore select-window events rather than fiddle with
36724 mouse-autoselect-window.
36726 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36728 * type-break.el (type-break-mode): Fix previous change.
36730 2005-01-10 Jay Belanger <belanger@truman.edu>
36732 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36733 calculator; only reset when point is inside a calculator.
36734 Don't adjust the window height if the window takes up the whole height
36737 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36739 * ebuff-menu.el (Electric-buffer-menu-mode):
36740 Preserve value of buffer-local var header-line-format.
36742 2005-01-09 Jay Belanger <belanger@truman.edu>
36744 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36745 Make sure settings file exists before accessing it.
36747 * calc/calc-embed.el (calc-embedded-subst):
36748 Replace math-multi-subst-rec, which is only supposed to be called
36749 by math-multi-subst, by math-multi-subst.
36751 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36753 * vc.el (vc-allow-async-revert): New user option.
36754 (vc-disable-async-diff): New internal variable.
36755 (vc-revert-buffer): Use them to disable asynchronous diff.
36757 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36758 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36759 asynchronously if vc-disable-async-diff is t.
36761 2005-01-09 Jay Belanger <belanger@truman.edu>
36763 * calc/calc.el (defcalcmodevar): New macro.
36764 (calc-mode-var-list-restore-default-values)
36765 (calc-mode-var-list-restore-saved-values): New functions.
36766 (calc-mode-var-list): Use defcalcmodevar to define it.
36767 (calc-always-load-extensions, calc-line-numbering)
36768 (calc-line-breaking, calc-display-just, calc-display-origin)
36769 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36770 (calc-group-char, calc-point-char, calc-frac-format)
36771 (calc-prefer-frac, calc-hms-format, calc-date-format)
36772 (calc-float-format, calc-full-float-format, calc-complex-format)
36773 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36774 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36775 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36776 (calc-matrix-brackets, calc-language, calc-language-option)
36777 (calc-left-label, calc-right-label, calc-word-size)
36778 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36779 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36780 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36781 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36782 (calc-window-height, calc-display-trail, calc-show-selections)
36783 (calc-use-selections, calc-assoc-selections)
36784 (calc-display-working-message, calc-auto-why, calc-timing)
36785 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36786 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36787 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36788 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36789 (calc-gnuplot-geometry, calc-graph-default-resolution)
36790 (calc-graph-default-resolution-3d, calc-invocation-macro)
36791 (calc-show-banner): Use defcalcmodevar to declare them and set
36792 their default values.
36794 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36795 instead of default values (but restore default values if there is
36798 2005-01-09 David Kastrup <dak@gnu.org>
36800 * desktop.el (desktop-restore-eager): Fix typo in type.
36802 2005-01-08 Richard M. Stallman <rms@gnu.org>
36804 * cus-edit.el (customize): Delete :link.
36806 2005-01-08 Jay Belanger <belanger@truman.edu>
36808 * calc/calc.el (calc-mode): Remove the extension from the
36809 `calc-settings-file' file name when loading it.
36811 2005-01-08 Kim F. Storm <storm@cua.dk>
36813 * info.el (Info-mode-map, Info-next-link-keymap)
36814 (Info-prev-link-keymap, Info-up-link-keymap):
36815 Map follow-link to mouse-face.
36816 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36818 2005-01-08 Jay Belanger <belanger@truman.edu>
36820 * calc/calc.el (calc-settings-file): Change default value.
36821 Suggested by cgw in a comment in calc-mode.el.
36823 * calc/calc-mode.el (calc-settings-file-name):
36824 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36825 Replace ~/.emacs in a prompt by calc-settings-file.
36827 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36829 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36830 (desktop-lazy-idle-delay): New customizable variables.
36831 (desktop-buffer-args-list): New variable.
36832 (desktop-append-buffer-args): New function.
36833 (desktop-save): Call desktop-append-buffer-args for some buffers.
36834 (desktop-lazy-create-buffer): New function.
36835 (desktop-idle-create-buffers): New function.
36836 (desktop-read): Add message about buffers to restore lazily.
36837 (desktop-lazy-abort): New command.
36838 (desktop-clear): Call desktop-lazy-abort.
36839 (desktop-lazy-complete): New command.
36841 2005-01-06 Richard M. Stallman <rms@gnu.org>
36843 * emacs-lisp/find-func.el (find-face-definition):
36844 Rename from find-face.
36846 2005-01-06 Kim F. Storm <storm@cua.dk>
36848 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36850 * man.el (Man-xref-man-page, Man-xref-header-file)
36851 (Man-xref-normal-file): Add follow-link property.
36853 2005-01-06 Jay Belanger <belanger@truman.edu>
36855 * calc/calc-units.el: Make sure the proper macro definitions are
36856 available when compiling.
36858 2005-01-06 Juri Linkov <juri@jurta.org>
36860 * isearch.el (isearch-lazy-highlight-update):
36861 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36863 2005-01-06 Miles Bader <miles@gnu.org>
36865 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36866 (isearch-lazy-highlight-face): Use new name.
36868 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36870 * uniquify.el (uniquify-rationalize-file-buffer-names):
36871 Re-add an interactive spec.
36872 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36875 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36876 (isearch-update, isearch-done): Adjust calls accordingly.
36878 2005-01-05 Richard M. Stallman <rms@gnu.org>
36880 * custom.el (custom-set-variables, custom-theme-set-variables):
36881 Clarify documentation.
36883 * emacs-lisp/find-func.el (find-variable)
36884 (find-variable-other-window, find-variable-other-frame):
36885 Fix the TYPE args to find-function-read and find-function-do-it.
36886 (find-function): Doc fix.
36887 (find-function-at-point): Replace function-at-point alias.
36889 2005-01-04 Richard M. Stallman <rms@gnu.org>
36891 * cus-face.el (custom-declare-face):
36892 Record defface in current-load-list.
36894 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36896 * emacs-lisp/find-func.el: Doc fixes.
36897 (find-face-regexp): New variable.
36898 (find-function-regexp-alist): New variable.
36899 (find-function-C-source): Third arg is now TYPE.
36900 (find-function-search-for-symbol): Handle general TYPE.
36901 (find-function-read, find-function-do-it): Handle general TYPE.
36902 (find-definition-noselect, find-face): New functions.
36903 (function-at-point): Alias deleted.
36905 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36907 * battery.el (display-battery-mode): Rename from display-battery.
36908 Handle the case where it gets turned off.
36910 2005-01-04 Richard M. Stallman <rms@gnu.org>
36912 * cus-edit.el (customize): Make :link point to user doc.
36914 * man.el (Man-fontify-manpage): Turn off undo generation.
36916 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36918 2005-01-04 Andreas Schwab <schwab@suse.de>
36920 * files.el (insert-directory): Only look for error lines in
36921 inserted text. Don't move too far after processing --dired markers.
36923 2005-01-04 Richard M. Stallman <rms@gnu.org>
36925 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36926 Don't expand if the character is @, period, dash, etc.
36927 (define-mail-abbrev): Quote names that contain problem characters.
36929 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36931 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36933 2005-01-03 Richard M. Stallman <rms@gnu.org>
36935 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36936 (query-replace-highlight, query-replace-lazy-highlight)
36937 (query-replace): Definitions moved up. Doc fix.
36939 2005-01-03 Richard M. Stallman <rms@gnu.org>
36941 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36942 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36943 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36944 (lazy-highlight-face): Rename from isearch-lazy-...
36945 Change all references to them.
36947 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36949 * cus-edit.el (custom-file): Doc fix for defcustom.
36950 (custom-file): The function no longer sets the variable
36951 `custom-file' to its return value.
36953 * startup.el (command-line): No longer load `custom-file'.
36955 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36957 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36959 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36960 Don't confuse module-prefixed identifiers for labels.
36961 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36963 2005-01-02 Richard M. Stallman <rms@gnu.org>
36965 * files.el (basic-save-buffer-1): Fix previous change.
36967 * loadhist.el (file-loadhist-lookup): New function.
36968 (file-provides, file-requires): Use it.
36970 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36971 instead of calculating the right size.
36973 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36975 * vc-svn.el (vc-svn-diff): Stay local if possible.
36977 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36979 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36981 * files.el (hack-local-variables): Fix last change.
36983 2005-01-02 Jay Belanger <belanger@truman.edu>
36985 * calc/calc-yank.el (calc-edit-top): New variable.
36986 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36987 object. Change header properties.
36988 (calc-edit-finish, calc-edit-finish-stack-object)
36989 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36991 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36992 for the beginning of the edited object.
36993 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36994 for the beginning of the edited object.
36995 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36996 (calc-finish-formula-edit, calc-macro-repeats)
36997 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36998 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36999 beginning of the edited object.
37000 (calc-user-define-edit): Change the header for editing macros.
37001 Remove unnecessary variable.
37003 2005-01-01 Jay Belanger <belanger@truman.edu>
37005 * calc/calc-yank.el (calc-edit-mode): Change default header.
37006 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37007 * calc/calc-store.el (calc-edit-variable): Change title to match new
37009 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37010 mode to match new header.
37011 (calc-user-define-edit): Change titles to include names of commands.
37012 (calc-finish-formula-edit): Adjust to handle new header.
37013 (calc-finish-macro-edit): Remove.
37014 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37015 (calc-edit-macro-command, calc-edit-macro-command-type)
37016 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37017 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37018 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37019 (calc-edit-macro-finish-edit): New functions.
37020 (calc-user-define-edit): Use new functions to edit named calc macros.
37022 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
37024 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37026 * ses.el (copy-region-as-kill): Deactivate mark.
37028 2005-01-01 Richard M. Stallman <rms@gnu.org>
37030 * replace.el (occur-1): If the output buffer is also an input,
37031 don't kill it, rename it.
37033 * faces.el (set-face-background, set-face-foreground): Doc fix.
37035 * cus-face.el (custom-face-attributes): Fix :help-echo strings
37036 for :foreground and :background.
37038 * dired.el (dired-view-command-alist): Variable deleted.
37039 (dired-view-file, dired-mouse-find-file-other-window):
37040 Delete the code to use it.
37042 2005-01-01 Kim F. Storm <storm@cua.dk>
37044 * image.el (insert-sliced-image): Use t for line-height property.
37046 See ChangeLog.11 for earlier changes.
37048 ;; Local Variables:
37049 ;; coding: iso-2022-7bit
37050 ;; add-log-time-zone-rule: t
37053 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37055 This file is part of GNU Emacs.
37057 GNU Emacs is free software; you can redistribute it and/or modify
37058 it under the terms of the GNU General Public License as published by
37059 the Free Software Foundation; either version 3, or (at your option)
37062 GNU Emacs is distributed in the hope that it will be useful,
37063 but WITHOUT ANY WARRANTY; without even the implied warranty of
37064 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37065 GNU General Public License for more details.
37067 You should have received a copy of the GNU General Public License
37068 along with GNU Emacs; see the file COPYING. If not, write to the
37069 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37070 Boston, MA 02110-1301, USA.
37072 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1