1 2008-02-19 Alan Mackenzie <acm@muc.de>
3 Set of changes so that "obtrusive" syntactic elements in a
4 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5 unmatched paren) don't interact syntactically with stuff outside
8 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
11 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
13 (c-awk-extend-and-syntax-tablify-region): Takes some of the
14 functionality of c-awk-advise-fl-for-awk-region, which has been
17 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18 (c-clear-char-property-with-value): New function and macro which
19 remove text-properties `equal' to a supplied value.
21 * progmodes/cc-engine.el: Comment about text properties amended.
23 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
24 parens around "error\\|warning".
26 * progmodes/cc-langs.el (c-get-state-before-change-function)
27 (c-before-font-lock-function, c-anchored-cpp-prefix): new language
29 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
31 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
32 syntax-table text properties.
33 (c-common-init): Call language specific before/after-change
34 functions at mode initialisation.
35 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): new variables.
36 (c-extend-region-for-CPP, c-neutralize-CPP-line)
37 (c-neutralize-syntax-in-CPP): new functions.
38 (c-before-change, c-after-change): call the new language specific
39 change functions defined in cc-langs.el.
40 (c-advise-fl-for-region): new macro.
41 (awk-mode): Remove AWK specific stuff which has been refactored
42 into language independent stuff.
44 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
46 * diff-mode.el (diff-file-junk-re): New const.
47 (diff-beginning-of-file-and-junk): Use it.
48 (diff-file-kill): Make sure we were really inside a file diff.
50 * diff-mode.el: Make it more robust in the presence of empty context
51 lines in unified hunks.
52 (diff-valid-unified-empty-line): New var.
53 (diff-unified->context, diff-sanity-check-hunk): Obey it.
54 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
55 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
56 (diff-hunk-header-re-unified): New const.
57 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
58 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
59 (diff-sanity-check-hunk): Use it.
61 2008-02-19 Nick Roberts <nickrob@snap.net.nz>
63 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
64 (gdb): (Re)set gdb-flush-pending-output to nil here...
65 (gdb-init-1): ...instead of here (before gdb-prompt).
67 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
69 * progmodes/verilog-mode.el (customize): Fix typo in error message.
70 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
71 (verilog-mode-auto, verilog-indent-level-module)
72 (verilog-minimum-comment-distance, verilog-library-flags)
73 (verilog-library-directories, verilog-library-files)
74 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
75 (verilog-xemacs-menu, verilog-set-compile-command)
76 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
77 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
78 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
79 (verilog-batch-inject-auto, verilog-batch-indent)
80 (verilog-continued-line, verilog-type-keywords)
81 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
82 (verilog-read-inst-pins, verilog-read-arg-pins)
83 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
84 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
85 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
86 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
87 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
88 (verilog-mode-version, verilog-mode-release-date)
89 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
90 (verilog-simulator, verilog-compiler)
91 (verilog-auto-sense-defines-constant, verilog-company)
92 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
93 Fix typos in docstrings.
94 (verilog-set-auto-endcomments, verilog-calculate-indent)
95 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
97 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
98 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
99 (electric-verilog-forward-sexp, verilog-in-case-region-p)
100 (verilog-in-struct-region-p, verilog-in-generate-region-p)
101 (verilog-leap-to-head, verilog-current-indent-level)
102 (verilog-case-indent-level, verilog-cpp-keywords)
103 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
104 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
105 (verilog-signals-not-in, verilog-symbol-detick-text)
106 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
107 (verilog-forward-close-paren, verilog-backward-open-paren)
108 (verilog-backward-open-bracket): Doc fixes.
110 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
111 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
112 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
113 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
114 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
115 Fix typos in docstrings.
117 2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
119 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
120 Recognize ''' just like any other char-constant.
122 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
124 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
125 careful enough. Detect the uid-change all within the main loop.
127 2008-02-14 Stefan Monnier <monnier@pastel.home>
129 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
131 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
133 * hilit-chg.el (highlight-save-buffer-state): New macro.
134 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
135 (hilit-chg-clear): Use it to preserve the modified-p flag.
136 (highlight-changes-rotate-faces): Don't mess with the undo-list.
138 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
140 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
142 2008-02-12 Juri Linkov <juri@jurta.org>
144 * startup.el (fancy-startup-screen, normal-splash-screen):
145 Set default-directory to command-line-default-directory.
147 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
148 after reading the desktop.
150 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
152 * font-lock.el (font-lock-set-defaults): Unset previously set variables
155 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
157 * uniquify.el (uniquify-buffer-base-name): New function.
158 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
160 * desktop.el (uniquify-managed): Don't defvar.
161 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
162 `uniquify-managed'. Return also the buffer's base name.
163 (desktop-save): When saving the buffer info, filter out the base name,
164 and save it as buffer name if the buffer is managed by uniquify.
166 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
168 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
169 Index: line, don't search backward for the previous one.
171 2008-02-10
\e,AF
\e(Bvar Arnfj
\e,Av
\e(Br
\e,Ap
\e(B Bjarmason <avar@cpan.org> (tiny change)
173 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
174 from gnus-button-url-regexp.
176 2008-02-09 Eli Zaretskii <eliz@gnu.org>
178 * progmodes/compile.el (compilation-next-error): Doc fix.
179 (compilation-find-file): Doc fix.
181 2008-02-09 Glenn Morris <rgm@gnu.org>
183 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
184 Add obsolete aliases to the old names.
186 2008-02-08 Richard Stallman <rms@gnu.org>
188 * net/net-utils.el (ifconfig): Rename from ipconfig.
189 (ipconfig): Alias to ifconfig.
190 (ifconfig-program): Rename from ipconfig-program.
191 (ifconfig-program-options): Rename from ipconfig-program-options.
193 2008-02-08 Glenn Morris <rgm@gnu.org>
195 * custom.el (custom-theme-set-variables): Sort symbols that are
196 dependencies before symbols that depend on them.
197 (custom-enabled-themes): Set after custom-theme-directory.
199 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
201 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
203 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
205 * progmodes/verilog-mode.el (verilog-declaration-core-re):
206 Add port directions by themselves, with no qualification, as base
207 item of a declaration.
208 (verilog-pretty-declarations): Add new flag that inhibits printing
209 to the message buffer.
210 (verilog-pretty-expr): Add new flag that inhibits printing to the
211 message buffer. Improve handling of the many types of expression
213 (verilog-just-one-space): Don't print an empty message.
214 (verilog-get-lineup-indent): Rework to support the better handling
215 of expression lineup for verilog-pretty-expr.
216 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
217 (verilog-mode-version, verilog-mode-release-date): Update.
219 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
221 * subr.el (cancel-change-group): Don't move point.
223 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
225 Sync with Tramp 2.0.57.
227 * net/tramp.el (tramp-handle-make-auto-save-file-name)
228 (tramp-completion-dissect-file-name, tramp-find-executable):
229 Use `mapc' instead of `mapcar'.
230 (tramp-open-connection-setup-interactive-shell): Send only single
231 prompt setting commands, in order to avoid double-prompt.
233 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
236 * net/trampver.el: Update release number.
238 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
240 * progmodes/etags.el (next-file): Improve revert message.
242 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
244 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
245 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
246 of today, the most recent libpng is 1.2.24).
248 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
250 * vc.el (vc-update): Fix bug: Specify branch tip as
251 vc-checkout REVISION. Reported by Dan Nicolaescu.
253 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
255 * simple.el (reindent-then-newline-and-indent): Be careful about the
256 unusual case where indent-according-to-mode moves point.
258 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
260 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
261 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
262 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
263 (verilog-sk-state-machine): Quote all calls to
264 "auxiliary skeleton"s to prevent infloops.
266 2008-01-31 Jason Rumney <jasonr@gnu.org>
268 * w32-fns.el: Partially revert 2007-11-10 change.
270 2008-01-31 Martin Rudalics <rudalics@gmx.at>
272 * mail/rmail.el (rmail-highlight): Fix specification.
273 Reported by pod <pod@herald.ox.ac.uk>.
275 2008-01-31 Jason Rumney <jasonr@gnu.org>
277 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
279 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
281 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
282 (gdb-var-set-format-handler): New function.
283 (gdb-var-set-format): Use it.
285 2008-01-29 Alan Mackenzie <acm@muc.de>
287 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
288 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
289 @catch, @synchronized, @throw.
291 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
292 from this regexp; part of same fix as next change to cc-engine.el.
294 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
295 Anchor the "{" of a template function correctly on "template", not the
298 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
300 2008-01-29 Richard Stallman <rms@gnu.org>
302 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
305 * files.el (hack-local-variables): Don't query about fake variables.
307 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
309 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
310 gdb-cpp-define-alist-program if file is nil (currently only
311 " *partial-output-...").
313 2008-01-27 Alan Mackenzie <acm@muc.de>
315 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
318 2008-01-27 Richard Stallman <rms@gnu.org>
320 * allout.el: Many doc fixes.
321 (allout-encrypt-string): Fix error message.
323 2008-01-26 Alan Mackenzie <acm@muc.de>
325 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
326 arglist-cont-nonempty.
328 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
329 for a brace with syntax arglist-cont-nonempty.
331 * progmodes/cc-styles.el (c-style-alist): Add elements for
332 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
335 2008-01-26 Alan Mackenzie <acm@muc.de>
337 * progmodes/cc-defs.el (c-save-buffer-state):
338 Bind buffer-file-name and buffer-file-truename to nil, to prevent
339 primitives generating "buffer is read only" messages.
341 2008-01-26 Eli Zaretskii <eliz@gnu.org>
343 * progmodes/etags.el (tags-query-replace): Doc fix.
345 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
347 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
348 that the filename end is found even when the filename is empty.
349 Fixes error and spurious newlines when marking files for deletion.
351 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
353 * allout.el (allout-unload-function): New function.
355 2008-01-25 Sven Joachim <svenjoac@gmx.de>
357 * view.el (kill-buffer-if-not-modified): Don't pass t to
360 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
362 * allout.el (allout-prefix-data): Doc fix.
363 (allout-show-current-subtree): Reflow docstring.
364 (allout-use-mode-specific-leader, allout-use-hanging-indents)
365 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
366 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
367 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
368 (allout-copy-topic-as-kill, allout-listify-exposed)
369 (allout-process-exposed, allout-encrypted-key-info)
370 (allout-update-passphrase-mnemonic-aids)
371 (allout-next-topic-pending-encryption)
372 (allout-tests-globally-true): Fix typos in docstrings.
374 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
376 * vc.el (vc-version-diff): Make sure we shrink the right window.
378 2008-01-23 Jason Rumney <jasonr@gnu.org>
380 * lpr.el (printer-name): Do not set on MS Windows.
382 2008-01-20 Glenn Morris <rgm@gnu.org>
384 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
387 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
389 * progmodes/python.el (python-imports): Default to "None".
391 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
393 * progmodes/sh-script.el (sh-basic-offset):
394 * progmodes/cc-vars.el (c-syntactic-indentation)
395 (c-syntactic-indentation-in-macros): Mark as safe.
397 2008-01-18 Richard Stallman <rms@gnu.org>
399 * icomplete.el (icomplete-get-keys):
400 Look up KEYS using all maps in proper buffer.
402 2008-01-16 Alan Mackenzie <acm@muc.de>
404 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
405 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
407 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
409 * frame.el (display-mm-height, display-mm-width):
410 * whitespace.el (whitespace-check-leading-whitespace)
411 (whitespace-check-trailing-whitespace)
412 (whitespace-check-spacetab-whitespace)
413 (whitespace-check-indent-whitespace)
414 (whitespace-check-ateol-whitespace):
415 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
417 2008-01-16 Glenn Morris <rgm@gnu.org>
419 * comint.el (comint-regexp-arg): Fix no-input case.
421 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
423 * calendar/icalendar.el (icalendar-export-file)
424 (icalendar-import-file): Restore significant trailing whitespace
425 in `interactive' prompts.
427 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
429 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
430 after-save-hook so that it is not called multiple times.
432 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
434 2008-01-15 Glenn Morris <rgm@gnu.org>
436 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
438 2008-01-14 Alan Mackenzie <acm@muc.de>
440 * progmodes/cc-vars.el (c-constant-symbol): New function which
441 supersedes c-const-symbol. During a customize-.. call it enables
442 an element of (e.g.) c-hanging-braces alist to have its name
443 displayed, even when the default value of c-h-b etc. doesn't
444 include the elemnt. Replace uses of the old function by the new.
446 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
447 obscure non-working fragment ":value c-".
449 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
450 call inside a struct being recognised as a K&R argument.
452 2008-01-14 Jason Rumney <jasonr@gnu.org>
454 * image.el (image-type): Use image-type-from-file-name (from trunk
455 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
457 2008-01-12 Glenn Morris <rgm@gnu.org>
459 * woman.el (woman-parse-numeric-arg): Change handling of `==':
460 can be interned without a function definition.
462 2008-01-12 Eli Zaretskii <eliz@gnu.org>
464 * view.el (view-file-other-window, view-file-other-frame):
465 Don't kill the buffer if it is modified. Doc fixes.
466 (kill-buffer-if-not-modified): New function.
467 (view-file): Don't kill the buffer if it is modified.
469 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
470 (ebrowse-view/find-file-and-search-pattern):
471 Call view-file-other-window instead of ebrowse-view-file-other-window.
472 (ebrowse-view-file-other-frame): Don't call
473 current-window-configuration. Fix second argument in the call to
474 view-mode-enter. Doc fix.
476 2008-01-11 Richard Stallman <rms@gnu.org>
478 * subr.el (atomic-change-group): Prevent undo list truncation.
480 2008-01-11 Martin Rudalics <rudalics@gmx.at>
482 * cus-start.el (all): Add missing version entries.
484 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
486 * files.el (safe-local-eval-forms):
487 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
489 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
491 * comint.el (comint-insert-input): Set point first.
493 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
494 session doesn't hang because gdb-pending-triggers is non-nil.
495 (gdb-frame-handler): Use buffer-file-name instead of
496 buffer-name in case of duplicate file names.
498 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
500 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
501 C-M-e and C-M-h for emacs, they work by default.
502 (verilog-emacs-features): Remove.
503 (verilog-setup-dual-comments, verilog-populate-syntax-table):
504 Remove. Move syntax table initialization ...
505 (verilog-mode-syntax-table): ... here.
506 (verilog-mode): Don't initialize the syntax table here.
507 (verilog-mark-defun): Only do something useful for XEmacs, emacs
510 2008-01-10 Glenn Morris <rgm@gnu.org>
512 * shell.el (shell-dirtrack-verbose, shell-mode)
513 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
514 (dirtrack-toggle, dirtrack-mode): No longer alias to
517 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
519 * international/mule-cmds.el (select-safe-coding-system):
520 When a buffer is modified, cancel the writing.
522 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
524 * progmodes/verilog-mode.el (verilog-booleanp): New function for
525 backward compatibility. Replace all uses of booleanp with
528 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
530 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
532 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
534 * progmodes/verilog-mode.el (top-level): Fix spacing.
535 (verilog-mode-version, verilog-mode-release-date): Update version
537 (verilog-mode-release-emacs): New variable.
538 (compile-command, reporter-prompt-for-summary-p): Define for byte
540 (verilog-startup-message-lines)
541 (verilog-startup-message-displayed)
542 (verilog-display-startup-message): Remove.
543 (verilog-highlight-p1800-keywords): Improve docstring.
544 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
545 (vector-skip-list): Only defvar at compile time.
546 (verilog-highlight-translate-off, verilog-indent-level)
547 (verilog-indent-level-module, verilog-indent-level-declaration)
548 (verilog-indent-declaration-macros, verilog-indent-lists)
549 (verilog-indent-level-behavioral)
550 (verilog-indent-level-directive, verilog-cexp-indent)
551 (verilog-case-indent, verilog-auto-newline)
552 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
553 (verilog-tab-to-comment, verilog-indent-begin-after-if)
554 (verilog-align-ifelse, verilog-minimum-comment-distance)
555 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
556 (verilog-auto-endcomments, verilog-auto-read-includes)
557 (verilog-auto-star-expand, verilog-auto-star-save)
558 (verilog-library-flags, verilog-library-directories)
559 (verilog-library-files, verilog-library-extensions)
560 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
561 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
562 (verilog-assignment-delay, verilog-auto-inst-vector)
563 (verilog-auto-inst-template-numbers)
564 (verilog-auto-input-ignore-regexp)
565 (verilog-auto-inout-ignore-regexp)
566 (verilog-auto-output-ignore-regexp)
567 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
568 Add safe-local-variable properties.
569 (verilog-statement-menu, verilog-company)
570 (verilog-re-search-forward, verilog-re-search-backward)
571 (verilog-error-regexp-add, verilog-end-block-re)
572 (verilog-emacs-features, verilog-populate-syntax-table)
573 (verilog-setup-dual-comments, verilog-type-font-keywords)
574 (verilog-inside-comment-p, electric-verilog-backward-sexp)
575 (verilog-backward-sexp, verilog-forward-sexp)
576 (verilog-font-lock-init, verilog-mode)
577 (electric-verilog-terminate-line, electric-verilog-semi)
578 (electric-verilog-tab, verilog-insert-1, )
579 (verilog-insert-indices, verilog-generate-numbers)
580 (verilog-comment-region, verilog-label-be)
581 (verilog-beg-of-statement, verilog-in-case-region-p)
582 (verilog-in-struct-region-p, verilog-in-generate-region-p)
583 (verilog-in-fork-region-p, verilog-backward-case-item)
584 (verilog-set-auto-endcomments, verilog-get-expr)
585 (verilog-expand-vector-internal, verilog-surelint-off)
586 (verilog-batch-execute-func, verilog-calculate-indent)
587 (verilog-calc-1, verilog-calculate-indent-directive)
588 (verilog-leap-to-head, verilog-continued-line)
589 (verilog-backward-token, verilog-backward-syntactic-ws)
590 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
591 (verilog-forward-ws&directives, verilog-at-constraint-p)
592 (verilog-skip-backward-comments, verilog-indent-line-relative)
593 (verilog-do-indent, verilog-indent-comment)
594 (verilog-more-comment, verilog-pretty-declarations)
595 (verilog-pretty-expr, verilog-just-one-space)
596 (verilog-indent-declaration, verilog-get-completion-decl)
597 (verilog-goto-defun, verilog-showscopes, verilog-header)
598 (verilog-signals-combine-bus, verilog-read-decls)
599 (verilog-read-always-signals-recurse, verilog-read-instants)
600 (verilog-read-auto-template, verilog-set-define)
601 (verilog-read-defines, verilog-read-signals, verilog-getopt)
602 (verilog-is-number, verilog-expand-dirnames)
603 (verilog-modi-lookup, verilog-modi-cache-results)
604 (verilog-insert-one-definition, verilog-make-width-expression)
605 (verilog-delete-autos-lined, verilog-auto-save-check)
606 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
607 (verilog-auto-inst-param, verilog-auto-reg)
608 (verilog-auto-reg-input, verilog-auto-wire, )
609 (verilog-auto-output, verilog-auto-output-every)
610 (verilog-auto-input, verilog-auto-inout)
611 (verilog-auto-inout-module, verilog-auto-sense)
612 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
613 (verilog-auto-ascii-enum, verilog-auto)
614 (verilog-sk-define-signal, verilog-mode-mouse-map)
615 (verilog-load-file-at-mouse, verilog-load-file-at-point)
616 (verilog-library-files): Cleanup spacing of )'s they should not be
617 on unique lines. Fix checkdoc warnings.
619 2008-01-09 Glenn Morris <rgm@gnu.org>
621 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
624 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
626 * ps-print.el: Some face attributes (like :strike-through) was not
627 being recognised. Reported by Leo <sdl.web@gmail.com>.
628 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
629 (ps-screen-to-bit-face): Fix code.
631 2008-01-08 Kevin Ryde <user42@zip.com.au>
633 * progmodes/compile.el (compilation-error-regexp-alist-alist):
634 For perl, allow "during global destruction" at end.
636 2008-01-08 Glenn Morris <rgm@gnu.org>
638 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
641 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
643 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
645 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
646 quotes in case of spaces, e.g. STL containers (not pretty).
648 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
650 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
652 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
654 * progmodes/gdb-ui.el (gud-gdb-command-name):
655 Explain "--annotate=3" option is necessary for the Graphical Interface.
657 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
659 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
661 2008-01-07 Glenn Morris <rgm@gnu.org>
663 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
665 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
667 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
670 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
672 * ffap.el (ffap-read-file-or-url): Let-bind
673 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
675 2008-01-05 Sven Joachim <svenjoac@gmx.de>
677 * vc-bzr.el: Fix typo in header.
679 2008-01-05 Eli Zaretskii <eliz@gnu.org>
681 * Makefile.in (custom-deps, finder-data): Depend on autoloads
682 instead of loaddefs.el.
684 2008-01-05 Glenn Morris <rgm@gnu.org>
686 * progmodes/verilog-mode.el: Replace all instances of
687 string-to-int with string-to-number, insert-string with insert,
688 and read-input with read-string.
689 (top-level): No need to require imenu, reporter, dinotrace, vc,
690 font-lock when compiling. Always require compile. Relegate remaining
691 compatibility cruft to XEmacs. Don't require font-lock.
692 (verilog-version): Remove superfluous concat.
693 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
695 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
696 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
697 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
698 (verilog-startup-message-displayed): These are variables, not constants.
699 (verilog-batch-execute-func, verilog-auto-inst)
700 (verilog-auto-inst-param): Use mapc rather than mapcar.
701 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
703 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
704 (verilog-modi-get-outputs, verilog-modi-get-inouts)
705 (verilog-modi-get-inputs, verilog-modi-get-wires)
706 (verilog-modi-get-regs, verilog-modi-get-assigns)
707 (verilog-modi-get-consts, verilog-modi-get-gparams)
708 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
709 (verilog-modi-get-sub-inputs): Move inline functions earlier in
711 (sigs-in, sigs-out): Don't declare multiple times.
712 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
714 (verilog-auto): Call dinotrace-unannotate-all only if bound.
715 (verilog-module-inside-filename-p): No need to wrap fboundp test
717 (reporter-submit-bug-report): Autoload it.
718 (verilog-mark-defun): Call zmacs-activate-region only if bound.
719 (verilog-font-customize): Call customize-apropos only if bound.
720 (verilog-getopt-flags, verilog-auto-reeval-locals):
721 Use make-local-variable rather than make-variable-buffer-local.
722 (verilog-company, verilog-project, verilog-modi-cache-list):
723 Move make-variable-buffer-local calls to top-level.
724 (font-lock-defaults-alist): Don't define it.
725 (verilog-need-fld): Remove.
726 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
727 (verilog-mode): Only call make-local-hook on XEmacs.
728 Set font-lock-defaults rather than using verilog-font-lock-init.
730 * progmodes/verilog-mode.el (top-level): Don't require compile.
731 (compilation-error-regexp-alist, compilation-last-buffer):
733 (verilog-insert-1): New function.
734 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
735 Use verilog-insert-1.
736 (verilog-surelint-off): Use next-error-last-buffer if bound.
737 Check compile buffer is live.
739 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
741 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
742 gets inserted out-of-order.
744 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
746 * vc-bzr.el: Copyright and version headers update.
747 Remove some outdated comments through the whole file.
748 (vc-bzr-program-args): Remove because unused.
749 (vc-bzr-log-switches): New customization option.
750 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
751 use `vc-bzr-program-args'.
752 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
753 `vc-find-root' (patch by Andreas Hoenen).
754 (vc-bzr-status): Update regex to match latest Bzr output.
755 Remove redundant test.
756 (vc-bzr-init-version): New function.
757 (vc-bzr-unregister): Must not delete file.
758 (vc-bzr-find-version): New function.
759 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
760 a non-empty string, otherwise take head revision.
761 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
762 (vc-bzr-diff): Simpler build of the revision spec string.
763 (vc-annotate-convert-time, vc-bzr-annotate-difference):
764 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
765 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
766 (vc-bzr-dired-state-info): Only provide custom strings for
767 overloaded VC state 'edited; otherwise fallback to
768 `vc-default-dired-state-info'.
770 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
772 * vc-git.el (vc-git-dir-state):
773 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
775 2008-01-04 Richard Stallman <rms@gnu.org>
777 * delsel.el (delete-selection-mode): Doc fix.
779 2008-01-04 Glenn Morris <rgm@gnu.org>
781 * version.el (emacs-copyright): Update to 2008.
783 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
785 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
786 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
788 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
789 of watch expressions (only works fully with GDB 6.7 or later).
791 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
793 * time-stamp.el (time-stamp-time-zone):
794 * whitespace.el (whitespace-check-buffer-leading)
795 (whitespace-check-buffer-trailing)
796 (whitespace-check-buffer-indent)
797 (whitespace-check-buffer-spacetab)
798 (whitespace-check-buffer-ateol):
799 * progmodes/sh-script.el (sh-indentation):
800 * textmodes/ispell.el (ispell-local-pdict):
801 Add safe-local-variable properties.
803 2007-12-31 Richard Stallman <rms@gnu.org>
805 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
806 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
808 (custom-group-value-create): Pass two args to custom-add-parent-links.
810 2007-12-29 Richard Stallman <rms@gnu.org>
812 * font-lock.el (font-lock-prepend-text-property)
813 (font-lock-append-text-property): Canonicalize the face and
814 font-lock-face properties.
816 * faces.el (facep): Doc fix.
818 * startup.el (fancy-startup-tail, fancy-about-text)
819 (fancy-startup-text): Regularize format of face property.
821 * facemenu.el (list-colors-print): Use :background and :foreground
822 instead of background-color and foreground-color.
824 2007-12-29 Drew Adams <drew.adams@oracle.com>
826 * cus-edit.el (custom-add-parent-links):
827 Fill the "Parent documentation" text.
829 2007-12-29 Eli Zaretskii <eliz@gnu.org>
831 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
832 MS-Windows and MS-DOS.
833 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
835 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
837 * progmodes/grep.el (rgrep): Fix last change.
839 2007-12-27 Richard Stallman <rms@gnu.org>
841 * progmodes/compile.el (compilation-start): Set initial visible
842 point properly even when compilation buffer already current.
844 2007-12-26 Richard Stallman <rms@gnu.org>
846 * files.el (conf-mode-maybe): New function.
847 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
849 2007-12-26 Martin Rudalics <rudalics@gmx.at>
851 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
853 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
855 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
857 2007-12-25 Richard Stallman <rms@gnu.org>
859 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
860 so they never do EOF.
862 2007-12-23 Richard Stallman <rms@gnu.org>
864 * dired-aux.el: Load dired.el at run time too.
866 * faces.el (copy-face): Create the new face explicitly if it
867 does not exist already.
869 2007-12-23 Andreas Schwab <schwab@suse.de>
871 * files.el (switch-to-buffer-other-frame): Return the buffer
874 2007-12-23 Juri Linkov <juri@jurta.org>
876 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
877 item to about-emacs instead of display-splash-screen.
879 2007-12-22 Eli Zaretskii <eliz@gnu.org>
881 * simple.el (minibuffer-history, shell-command-history)
882 (set-variable-value-history):
883 * replace.el (regexp-history):
884 * international/mule-cmds.el (input-method-history):
885 * files.el (file-name-history): Add reference to history-length in
888 2007-12-22 Richard Stallman <rms@gnu.org>
890 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
892 2007-12-21 Jason Rumney <jasonr@gnu.org>
894 * find-dired.el (find-name-arg): New custom variable.
895 (find-name-dired): Use it.
896 (find-dired-find-program): Remove.
897 (find-dired): Use find-program.
898 (find-grep-dired): Use grep-program.
900 * progmodes/grep.el (rgrep): Use find-name-arg.
902 2007-12-21 Martin Rudalics <rudalics@gmx.at>
904 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
905 specifier from format-string. Reported by Ye Wenbin.
907 2007-12-19 Martin Rudalics <rudalics@gmx.at>
909 * cus-start.el: Use correct group name for members of mode-line group.
911 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
913 * progmodes/cc-vars.el (defcustom-c-stylevar):
914 Revert to pre-2007-12-12 version.
916 2007-12-15 Richard Stallman <rms@gnu.org>
918 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
920 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
923 * startup.el (fancy-splash-help-echo): Var deleted.
924 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
925 (fancy-about-screen): Don't display fancy-splash-help-echo.
927 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
929 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
931 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
933 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
935 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
937 (add-submenu): Only define for XEmacs.
938 (verilog-regexp-words): Revert previous change, keep the other
941 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
943 * progmodes/perl-mode.el (perl-continued-statement-offset)
944 (perl-continued-brace-offset, perl-brace-offset)
945 (perl-brace-imaginary-offset, perl-label-offset):
946 * progmodes/cperl-mode.el (cperl-brace-offset)
947 (cperl-continued-brace-offset, cperl-label-offset)
948 (cperl-continued-statement-offset)
949 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
950 Add safe-local-variable properties.
952 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
954 * progmodes/verilog-mode.el (verilog-mode-map)
955 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
956 (verilog-colorize-include-files): Use only overlay functions so
957 that it can work on both emacs and XEmacs.
958 (set-extent-keymap): Remove unused defun.
959 (verilog-kill-existing-comment, verilog-insert-date)
960 (verilog-insert-year): Rename in order not to pollute the global
961 namespace from kill-existing-comment, insert-date and
962 insert-year, respectively.
963 (verilog-set-auto-endcomments, verilog-header): Update callers.
965 * files.el (auto-mode-alist): Recognize verilog files.
967 * progmodes/verilog-mode.el (verilog-string-replace-matches)
968 (verilog-string-remove-spaces, verilog-re-search-forward)
969 (verilog-re-search-backward, verilog-re-search-forward-quick)
970 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
971 (verilog-get-end-of-line, verilog-within-string): Move definitions
972 before first use. No code changes.
974 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
976 * progmodes/verilog-mode.el (verilog-mode-version)
977 (verilog-mode-release-date): Don't use expanding keywords.
978 (provide): Move to the end of file.
979 (fboundp): Don't check if eval-when-compile is bound, it is used
980 later in the file without checking.
981 (when, unless): Copy definitions from subr.el.
982 (char-before, defcustom, defface, customize-group)
983 (verilog-batch-error-wrapper): Don't use old style backquotes.
984 (verilog-regexp-opt): Avoid using the cl function case.
985 (verilog-regexp-words): Remove duplicated definition.
986 (verilog-mode-abbrev-table): Remove, duplicate.
987 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
988 Declare and initialize in one step.
989 (verilog-declaration-prefix-re, verilog-declaration-re)
990 (verilog-end-of-statement, verilog-indent-declaration)
991 (verilog-get-lineup-indent): Remove trailing whitespace.
992 (verilog-mode): Fix autoload cookie.
993 Set beginning-of-defun-function and end-of-defun-function.
994 Use when instead of if.
995 (verilog-emacs-features, verilog-auto-ascii-enum)
996 (verilog-insert-indices): Escape braces in doc strings.
998 2007-12-08 Michael McNamara <mac@verilog.com>
999 Wilson Snyder <wsnyder@wsnyder.org>
1001 * progmodes/verilog-mode.el: New file.
1003 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1005 * international/latexenc.el (latexenc-find-file-coding-system):
1006 If both coding-system-for-write and buffer-file-coding-system of
1007 latex-main-file are nil, use `undecided'.
1009 2007-12-06 Jason Rumney <jasonr@gnu.org>
1011 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1013 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1015 * ido.el (ido-save-history): Use emacs-mule coding system
1016 instead of utf-8 to save filenames (it's safer in Emacs 22).
1017 Set the `coding' local variable on the first line of the file.
1019 2007-12-04 Karl Fogel <kfogel@red-bean.com>
1021 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
1022 coding system. This ports revisions 1.40 and 1.41 over to the
1023 EMACS_22_BASE branch, but with the right coding system for Emacs
1024 22 to reliably record filenames. Suggested by Eli Zaretskii.
1026 2007-12-01 Richard Stallman <rms@gnu.org>
1028 * wid-edit.el (widget-type): Doc fix.
1030 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1032 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
1034 2007-12-01 Alexandre Julliard <julliard@winehq.org>
1036 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1038 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1040 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1041 Don't match "sub { (...) ... }".
1043 2007-11-29 Richard Stallman <rms@gnu.org>
1045 * international/mule-cmds.el (toggle-input-method-active): New var.
1046 (toggle-input-method): Bind toggle-input-method-active to t.
1047 Error if it was already non-nil.
1049 2007-11-29 Glenn Morris <rgm@gnu.org>
1051 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1053 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1055 * calendar/time-date.el (encode-time-value): Doc fix.
1057 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1059 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1061 2007-11-24 Kenichi Handa <handa@m17n.org>
1063 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1065 2007-11-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1067 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1069 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1071 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1072 Reported by Drew Adams <drew.adams@oracle.com>.
1074 2007-11-20 Glenn Morris <rgm@gnu.org>
1076 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
1077 for compatibility with Emacs 23.
1079 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1081 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1082 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1084 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1086 * progmodes/gdb-ui.el: Update commentary.
1088 2007-11-16 Eli Zaretskii <eliz@gnu.org>
1090 * international/mule-cmds.el (set-locale-environment):
1091 Set default-file-name-coding-system _after_ keyboard and terminal
1092 coding systems. This fixes last change.
1094 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1095 one space after "Subject:".
1097 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1099 * subr.el (make-variable-frame-local):
1100 Fix typo in obsolescence declaration.
1102 2007-11-16 Glenn Morris <rgm@gnu.org>
1104 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1106 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
1108 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
1109 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
1110 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
1112 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1114 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1115 in order to determine if there's a conflict.
1117 2007-11-16 Juri Linkov <juri@jurta.org>
1119 * man.el (Man-heading-regexp): Add 0-9.
1120 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1122 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1124 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1125 Fix typo in docstring.
1127 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1128 (cua-highlight-region-shift-only): Doc fix.
1130 2007-11-15 Richard Stallman <rms@gnu.org>
1132 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1134 * reposition.el (reposition-window):
1135 Binding C-M-l moved to bindings.el.
1137 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1139 * add-log.el (add-change-log-entry-other-window):
1140 Key binding C-x 4 a moved to bindings.el.
1142 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1145 * filecache.el: Minibuffer map bindings moved to bindings.el.
1147 2007-11-14 Jason Rumney <jasonr@gnu.org>
1149 * international/mule-cmds.el (set-locale-environment):
1150 Set default-file-name-coding-system from system defaults on Windows.
1152 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1154 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1155 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1156 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1157 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1159 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1160 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1161 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1163 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1165 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1166 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1167 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1168 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1169 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1170 Rewrite in active voice.
1172 2007-11-10 Juri Linkov <juri@jurta.org>
1174 * startup.el: Backport startup screen related changes from the trunk.
1175 (initialization): Change group to `environment'.
1176 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1177 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1178 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1179 (initial-scratch-message): Fix docstring.
1180 (startup-screen-inhibit-startup-screen)
1181 (pure-space-overflow-message): New variables.
1182 (command-line): Rename `inhibit-startup-message' to
1183 `inhibit-startup-screen'.
1184 (initial-scratch-message): Doc fix.
1185 (fancy-splash-text): Remove variable.
1186 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1188 (fancy-splash-delay, fancy-splash-max-time)
1189 (fancy-current-text, fancy-splash-stop-time)
1190 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1192 (fancy-splash-insert): Use help-echo from the 3rd element of the
1193 link specification list, or "Follow this link" if it's nil. Doc fix.
1194 Allow functions for face and link specs.
1195 (fancy-splash-tail): Remove function.
1196 (fancy-startup-tail): New function.
1197 (fancy-splash-default-action, fancy-splash-special-event-action)
1198 (fancy-splash-screens): Remove functions.
1199 (fancy-about-screen): New function.
1200 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1201 Fix docstring. Use argument `startup' to conditionally display
1202 different texts for Startup and About screens. Don't display Help
1203 commands on the About screen. Remove `unwind-protect' `sit-for'
1204 delay and `kill-buffer' after it.
1205 (normal-mouse-startup-screen, normal-splash-screen)
1206 (normal-no-mouse-startup-screen): New functions.
1207 (startup-echo-area-message): Change text of the echo area.
1208 (display-splash-screen): Remove function.
1209 (display-startup-screen, display-about-screen): New functions.
1210 (about-emacs): Make alias to `display-about-screen'.
1211 (display-splash-screen): Make alias to `display-startup-screen'.
1212 (command-line-1): Rename `inhibit-startup-message' to
1213 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
1214 started with command line options "-f", "-funcall", "-e", "-eval",
1215 "-execute", "-insert", "-find-file", "-file", "-visit".
1216 Inhibit startup screen when Emacs is started with a file name only
1217 on tty (i.e. don't inhibit it when started with a file name like
1218 "emacs FILE..." on a window system).
1219 Comment out unused code for coping with the old sit-for behavior.
1220 If file-count > 0, then display the concise version in another
1221 window, otherwise display full version in the same window.
1222 * loadup.el: Add `button'. Move up `startup'.
1223 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1224 * version.el (emacs-copyright): Add emacs-copyright.
1225 * menu-bar.el (menu-bar-help-menu):
1226 Move "About Emacs" and "About GNU" to the end of the Help menu.
1227 Move "Emacs Psychotherapist" after "Send Bug Report...".
1228 Move "External Packages" after "Find Emacs Packages".
1230 2007-11-10 Jason Rumney <jasonr@gnu.org>
1232 * w32-fns.el: Sync charset names with setup-default-fontset.
1233 Append "-1" where second part missing.
1235 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1237 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1239 * ido.el (ido-save-history): Write the history file in UTF-8,
1240 and add `coding' file-local variable.
1242 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1244 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1245 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1246 (iso-iso2duden-trans-tab): Add docstring.
1248 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1250 * faces.el (face-normalize-spec): Remove function.
1251 (frame-set-background-mode): Undo last change.
1253 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1255 * files.el (enable-local-variables): Doc fix.
1257 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1259 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1260 match dir like "a...b".
1262 2007-11-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
1264 * eshell/esh-mode.el (eshell-output-filter):
1265 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1266 Use `with-current-buffer'.
1268 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1270 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1272 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1274 * net/tls.el: Require rx when compiling.
1275 (tls-end-of-info): New variable.
1276 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1279 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1281 * simple.el (bad-packages-alist): Anchor semantic regexp.
1283 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1285 * files.el (hack-local-variables): Fix membership tests to avoid
1286 treating all variables as safe if `enable-local-variables' is
1287 set to :safe (CVE-2007-5795).
1289 2007-11-02 Glenn Morris <rgm@gnu.org>
1291 * progmodes/etags.el (tags-table-mode): Disable undo.
1293 * simple.el (bad-packages-alist): Revert previous change.
1295 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1297 * printing.el (printing): Fix :version, printing.el was included
1299 (pr-path-style, pr-path-alist, pr-txt-name)
1300 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1301 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1302 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1303 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1304 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1305 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1306 (pr-setting-database, pr-visible-entry-list)
1307 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1308 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1311 2007-11-01 Glenn Morris <rgm@gnu.org>
1313 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1315 * mail/footnote.el (footnote-numeric-regexp)
1316 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1317 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1318 Match multi-character footnotes.
1320 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1321 (nroff-indent-line-function): New function.
1322 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1325 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1327 * net/tramp.el (tramp-open-connection-telnet)
1328 (tramp-open-connection-rsh, tramp-open-connection-su)
1329 (tramp-open-connection-multi): Set $LC_ALL to "C".
1331 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1333 * dired-aux.el (dired-copy-file-recursive):
1334 Preserve directory permissions.
1336 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1338 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1339 (whitespace-unload-function): New-style unload function. When run,
1340 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1341 to stop the old hook from messing with the unloading.
1343 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1345 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1347 * emacs-lisp/find-func.el (find-library): Use library at
1348 point as default interactive argument.
1350 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1352 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1353 (elp-unset-master, elp-results): Fix typos.
1354 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1357 * msb.el (msb--many-menus): Remove variable.
1358 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1359 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1360 (msb--toggle-menu-type): Fix typos in docstrings.
1362 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1363 (shadow-insert-var): Doc fixes.
1364 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1366 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1368 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1370 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1371 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1372 Fix typos in autoload docstrings.
1374 * loadhist.el (unload-feature): Remove redundant check.
1376 2007-10-30 Richard Stallman <rms@gnu.org>
1378 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1380 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1382 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1383 (gdb-var-update-handler-1): Use it.
1385 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1387 * loadhist.el (unload-feature): Remove erroneous check for the
1388 FEATURE-unload-function variable; check the existence of the
1389 function (that's what the docstring says, and it makes more sense).
1391 * follow.el (follow-unload-function): Add docstring.
1392 (follow-unload-function): Remove variable.
1394 * server.el (server-unload-function): Remove variable.
1395 (server-unload-function): Unbind `server-edit' from `C-x #'.
1397 * uniquify.el (uniquify-unload-function): Add docstring.
1398 (uniquify-unload-function): Remove variable.
1400 * ses.el (ses-unload-function): New function.
1402 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1404 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1405 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1407 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1408 before use to avoid a warning in packages that require uniquify.
1409 (uniquify-unload-function): New function and var.
1411 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1413 * loadhist.el (unload-feature-special-hooks):
1414 Add `delete-frame-functions'.
1416 * server.el (server-unload-function): Rename from `server-unload-hook'
1417 and adapt to new `unload-feature' functionality. Remove hook from
1418 `kill-buffer-hook' buffer-locally.
1419 (server-unload-hook): Remove.
1420 (server-unload-function): New var; replaces `server-unload-hook'.
1422 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1424 * desktop.el (uniquify-managed): Pacify byte compiler.
1425 (desktop-buffer-info): If the buffer name is managed by uniquify,
1426 save the base name, not the uniquified one.
1427 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1428 name in case of conflict.
1430 2007-10-26 Glenn Morris <rgm@gnu.org>
1432 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1433 safe-local-variable property.
1435 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1437 * net/browse-url.el (browse-url-browser-function): Delete grail.
1438 (browse-url-grail): Function and variable deleted.
1439 (browse-url-browser-function): Delete IXI Mosaic.
1440 (browse-url-default-browser): Don't try IXI Mosaic.
1441 (browse-url-iximosaic): Function deleted.
1442 (browse-url-browser-function): Delete MMM.
1443 (browse-url-default-browser): Don't try MMM.
1444 (browse-url-mmm): Function deleted.
1446 2007-10-25 Glenn Morris <rgm@gnu.org>
1448 * progmodes/f90.el (f90-indented-comment-re)
1449 (f90-directive-comment-re, f90-break-delimiters):
1450 * progmodes/fortran.el (fortran-comment-line-start-skip)
1451 (fortran-directive-re):
1452 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1453 as safe if they are strings.
1455 2007-10-25 Richard Stallman <rms@gnu.org>
1457 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1459 2007-10-24 Richard Stallman <rms@gnu.org>
1461 * savehist.el (savehist-save): Omit unreadable elements.
1463 * loadhist.el (unload-function-defs-list): Renamed from
1464 unload-function-features-list.
1465 (unload-feature-special-hooks, unload-feature): Doc fixes.
1467 * indent.el (indent-to-left-margin): If point's in the indentation,
1468 move to the end of the indentation.
1470 * cus-edit.el (customize-changed-options): Make arg optional.
1472 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1474 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1476 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1478 * textmodes/css-mode.el: Require CL.
1479 (comment-continue): Declare.
1481 * subr.el (make-variable-frame-localizable): Remove.
1482 (make-variable-frame-local): Mark obsolete.
1484 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1486 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1487 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1489 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1491 * comint.el (comint-password-prompt-regexp):
1492 Handle `[sudo] password'-style prompt.
1494 2007-10-23 Glenn Morris <rgm@gnu.org>
1496 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1497 (f90-type-indent, f90-program-indent)
1498 (f90-continuation-indent, f90-comment-region)
1499 (f90-beginning-ampersand, f90-smart-end)
1500 (f90-break-before-delimiters, f90-auto-keyword-case)
1501 (f90-leave-line-no, f90-mode-hook):
1502 Give an appropriate safe-local-variable property.
1503 (f90-font-lock-keywords-2): Fix `go to' regexp.
1505 * progmodes/fortran.el (fortran-tab-mode-default)
1506 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1507 (fortran-structure-indent, fortran-continuation-indent)
1508 (fortran-comment-indent, fortran-comment-line-extra-indent)
1509 (fortran-comment-line-start)
1510 (fortran-minimum-statement-indent-fixed)
1511 (fortran-minimum-statement-indent-tab)
1512 (fortran-comment-indent-char, fortran-line-number-indent)
1513 (fortran-check-all-num-for-matching-do)
1514 (fortran-blink-matching-if, fortran-continuation-string)
1515 (fortran-comment-region, fortran-electric-line-number)
1516 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1517 (fortran-analyze-depth, fortran-break-before-delimiters):
1518 Give an appropriate safe-local-variable property.
1520 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1522 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1523 of the subdirs is unreadable.
1525 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1527 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1528 Use window-full-width-p.
1530 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1532 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1533 (tpu-edt-off): Use it.
1534 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1535 the global-map before adding it to global-map.
1537 * menu-bar.el (global-buffers-menu-map): New var.
1538 (global-map, menu-bar-update-buffers): Use it.
1539 * msb.el (msb-menu-bar-update-buffers): Use it.
1540 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1541 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1542 Use with-current-buffer.
1544 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1546 * hexl.el (hexl-menu): New major mode menu.
1548 2007-10-20 Glenn Morris <rgm@gnu.org>
1550 * progmodes/f90.el (f90-font-lock-keywords-2)
1551 (f90-looking-at-type-like): Fix regexp typos.
1553 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1555 * bs.el (bs-mode): Add mode name (accidentally left out
1556 in the 2007-10-16 change).
1558 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1560 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1561 (bs-mode): Set mode-class property to special.
1563 * follow.el (follow-unload-function): New function.
1565 * loadhist.el (unload-function-features-list):
1566 Rename from `unload-hook-features-list'.
1567 (unload-hook-features-list): Add as obsolete alias.
1568 (unload-feature): Use `unload-function-features-list'
1569 and new FEATURE-unload-function.
1571 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1573 * loadhist.el (unload-feature-special-hooks):
1574 Update list of special hooks.
1576 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1577 (adaptive-fill-function): Doc fix. Remove * from docstring.
1579 2007-10-18 Glenn Morris <rgm@gnu.org>
1581 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1583 2007-10-17 Aaron Hawley <aaronh@garden.org>
1585 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1586 position is not saved.
1588 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1590 * longlines.el (longlines-wrap-follows-window-size): Integer value
1591 specifies wrapping margin.
1592 (longlines-mode, longlines-window-change-function):
1593 Set window-specific wrapping margin based on the above.
1595 2007-10-17 John Wiegley <johnw@newartisans.com>
1597 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1599 2007-10-17 Glenn Morris <rgm@gnu.org>
1601 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1602 Tweak regexp to avoid stack overflow.
1604 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1606 * simple.el (reindent-then-newline-and-indent): Don't assume that
1607 indent-according-to-mode preserves point.
1609 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1611 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1612 (bs--restore-window-config): Keep the selected frame.
1613 (bs--track-window-changes, bs--remove-hooks): New functions.
1614 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1615 (bs--show-with-configuration): Revert 2006-11-09 change.
1616 Don't reuse window unless it is visible on the selected frame.
1617 Restore window configuration (possibly in a different frame)
1618 before creating any window.
1620 2007-10-16 Richard Stallman <rms@gnu.org>
1622 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1623 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1624 (ad-is-advised, ad-get-advice-info-field)
1625 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1627 2007-10-16 Glenn Morris <rgm@gnu.org>
1629 * simple.el (blink-matching-open): Don't report false errors with
1630 the `$' syntax class.
1632 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1634 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1635 (filesets-ormap, filesets-sort-case-sensitive-flag)
1636 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1637 Fix typos in docstrings.
1638 (filesets-data-get-name, filesets-data-get-data)
1639 (filesets-data-set, filesets-cmd-query-replace-getargs)
1640 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1642 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1644 * term/mac-win.el: Don't require url when compiling, as url-type is
1647 2007-10-14 Glenn Morris <rgm@gnu.org>
1649 * progmodes/etags.el (select-tags-table): Disable undo in the
1650 `*Tags Table List*' buffer.
1652 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1654 * dired.el (dired-warn-writable): New face.
1655 (dired-warn-writable-face): New variable.
1656 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1657 of dired-warning-face, for group- and world-writable files.
1659 2007-10-13 Glenn Morris <rgm@gnu.org>
1661 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1662 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1663 Add doc string, and an explicit COUNT argument.
1664 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1665 `inc' to search functions.
1667 2007-10-13 John W. Eaton <jwe@octave.org>
1669 * progmodes/octave-mod.el (octave-looking-at-kw)
1670 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1672 (octave-in-defun-p, calculate-octave-indent)
1673 (octave-blink-matching-block-open, octave-beginning-of-defun)
1674 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1675 to search for regexps that contain case-sensitive keywords.
1676 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1677 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1679 2007-10-13 Richard Stallman <rms@gnu.org>
1681 * files.el (directory-abbrev-alist): Doc fix.
1683 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1685 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1687 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1689 * frame.el (set-frame-configuration): Assign name parameter only
1690 if it has been set explicitly before.
1692 * window.el (handle-select-window): Revert part of 2007-10-06
1693 change setting the input focus.
1695 2007-10-12 Glenn Morris <rgm@gnu.org>
1697 * cus-edit.el (custom-variable-menu, custom-face-menu)
1698 (custom-group-menu): Check init-file-user rather than
1699 user-init-file, in case cus-edit is loaded by site-run-file.
1701 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1703 * follow.el (follow-stop-intercept-process-output):
1704 Use `follow-call-process-filter' rather than `process-filter'.
1706 2007-10-11 Tom Tromey <tromey@redhat.com>
1708 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1711 2007-10-10 Richard Stallman <rms@gnu.org>
1713 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1716 * faces.el (face-font-selection-order): Doc fix.
1718 * loadhist.el (unload-feature): Doc fix.
1720 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1722 * ps-print.el: Fix the usage of :foreground and :background face
1723 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1724 (ps-print-version): New version 6.7.6.
1725 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1727 (ps-face-foreground-color-p, ps-face-background-color-p)
1728 (ps-face-color-p): New inline funs.
1730 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1732 * follow.el: Change all instances of "Follow Mode" to "Follow
1733 mode" in docstrings and messages.
1735 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1737 * faces.el (face-font-selection-order): Doc fix.
1739 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1740 (follow-mode-off-hook): Mark as obsolete.
1742 2007-10-08 Richard Stallman <rms@gnu.org>
1744 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1745 (edebug-install-custom-print, edebug-reset-print-funcs)
1746 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1748 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1749 (edebug-format, edebug-message): Define directly as aliases.
1751 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1753 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1755 2007-10-07 Glenn Morris <rgm@gnu.org>
1757 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1760 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1762 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1763 (tramp-completion-mode-p): Revert change from 2007-09-24.
1764 Checking for `return' etc as last character is not sufficient, for
1765 example in dired-mode when entering <g> (revert-buffer) or
1768 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1770 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1771 select-window or select-frame events.
1772 (handle-select-window): When autoselecting window set input
1775 * frame.el (focus-follows-mouse): Moved to frame.c.
1776 * cus-start.el (all): Add focus-follows-mouse.
1778 2007-10-05 Chris Moore <dooglus@gmail.com>
1780 * server.el (server-kill-new-buffers): Doc fix.
1782 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1784 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1785 activate font-locking in the *buffer-selection* buffer.
1786 (bs-show-sorted): Doc fix.
1788 * bs.el (bs--get-marked-string, bs--get-modified-string)
1789 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1790 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1791 (bs--format-aux): Doc fix.
1793 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1795 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1797 2007-10-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1799 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1801 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1803 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1804 (gud-gdb): New function for old M-x gdb (text command mode).
1805 (gud-gdb-command-name, gdb): Move to...
1807 * progmodes/gdb-ui.el: ...here and adapt doc string.
1808 (gud-gdba-command-name, gdba): Delete.
1810 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1812 * bs.el: Don't defvar `font-lock-verbose'.
1813 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1814 (bs--get-file-name): Fix typos in docstrings.
1815 (bs--show-header): Use `dolist' instead of `mapcar'.
1816 (bs-mode): Set `show-trailing-whitespace' to nil.
1817 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1818 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1821 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1823 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1825 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1827 * progmodes/gud.el (gdb): Make graphical mode the default and
1828 switch to text command mode if appropriate, i.e., reverse previous
1830 (gud-gdb-marker-filter): Adapt for above change.
1832 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1833 gud-minor-mode and gud-marker-filter.
1834 (gdb-fullname-regexp): New variable.
1835 (gud-gdba-marker-filter): Use it to switch to text command
1836 mode if appropriate.
1838 2007-10-02 Richard Stallman <rms@gnu.org>
1840 * frame.el (cursor-in-non-selected-windows): Doc fix.
1842 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1844 * progmodes/gud.el (gud-display-line): Find source buffer even when
1845 GUD buffer has its own frame.
1847 2007-10-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1849 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1851 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1853 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1855 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1857 * allout.el (allout-before-change-handler): Replace got-char by
1860 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1862 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1863 Used to try and automatically enabled smerge-mode in the presence of
1864 conflicts and to call `svn resolved' when the conflicts are gone.
1865 (vc-svn-parse-status): Remember the svn-specific status.
1867 * newcomment.el (comment-choose-indent): New function extracted
1868 from comment-indent. Improve the alignment algorithm.
1869 (comment-indent): Use it.
1871 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1873 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1874 (eldoc-message-commands, eldoc-current-idle-delay):
1875 Fix typos in docstrings.
1877 * progmodes/python.el (python-eldoc-function): Doc fix.
1879 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1881 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1882 menu-bar-apropos-menu. All users changed.
1883 (menu-bar-help-menu): Change menu symbols to better match the text
1884 displayed by the menu.
1886 2007-09-25 Glenn Morris <rgm@gnu.org>
1888 * view.el (view-search-no-match-lines): Add a doc string.
1889 Rewrite to simplify and work better.
1891 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1893 * net/tramp.el (tramp-completion-mode-p): Rename from
1894 `tramp-completion-mode'. Revert logic, check `return', `newline'
1895 and such alike. Packages like Icicles tend to use other completion
1896 characters but `tab' and `space' only.
1897 (top): Require cl.el, when `copy-tree' is not available otherwise.
1899 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1902 2007-09-24 Ville Skytt
\e,Ad
\e(B <scop@xemacs.org> (tiny change)
1904 * net/tramp-vc.el (tramp-vc-user-login-name):
1905 Use `vc-find-version' instead of `process-file' to check whether we
1906 have a new enough vc that doesn't need the defadvice.
1908 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1910 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1913 2007-09-23 Glenn Morris <rgm@gnu.org>
1915 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1917 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1919 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1921 * log-view.el (log-view-mode-map): Likewise.
1923 * diff-mode.el (diff-mode-shared-map): Likewise.
1925 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1927 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1928 add inferior-octave-directory-tracker to the buffer-local value
1929 of comint-input-filter-functions.
1931 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1933 * files.el (file-name-sans-versions): Also allow `A-Z'.
1935 * vc.el: Mention all supported VC backends.
1937 2007-09-22 Richard Stallman <rms@gnu.org>
1939 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1940 neighbouring buttons.
1942 2007-09-22 Andreas Schwab <schwab@suse.de>
1944 * files.el (file-name-sans-versions): Also allow `_'.
1946 2007-09-22 Glenn Morris <rgm@gnu.org>
1948 * eshell/esh-mode.el (eshell-output-filter-functions):
1949 Add eshell-postoutput-scroll-to-bottom.
1951 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1953 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1955 * log-view.el (log-view-mode-map, log-view-mode-menu):
1956 Bind log-view-annotate-version.
1957 (log-view-beginning-of-defun, log-view-end-of-defun)
1958 (log-view-annotate-version): New functions.
1959 (log-view-mode): Use log-view-beginning-of-defun and
1960 log-view-end-of-defun.
1962 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1964 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1966 2007-09-21 Kevin Ryde <user42@zip.com.au>
1968 * international/mule.el (sgml-html-meta-auto-coding-function):
1969 Bind `case-fold-search' to t.
1971 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1973 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1974 neighbouring buttons.
1976 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1977 Recognize gcc's use of "note" for informational messages.
1979 2007-09-20 Glenn Morris <rgm@gnu.org>
1981 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1982 motion functions, rather than hard-coding "\n\n".
1983 (tex-validate-region): Check for eobp, to speed up.
1984 (tex-next-unmatched-end): Doc fix.
1986 2007-09-19 Glenn Morris <rgm@gnu.org>
1988 * textmodes/tex-mode.el (tex-terminate-paragraph):
1989 Use backward-paragraph.
1991 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1993 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1994 (css-mode): Update correspondingly.
1996 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1998 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2000 * vc-hooks.el (vc-menu-entry): New var.
2001 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2002 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2003 (vc-menu-map): Declare and initialize in one step.
2005 * menu-bar.el (vc-menu-map): Don't setup any more.
2006 Instead, just create the proper spot in the menu.
2008 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2009 Stefan Monnier <monnier@iro.umontreal.ca>
2011 * vc.el: Document new VC operation `extra-menu'.
2013 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
2015 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2017 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2018 Signed-off-by, Acked-by and Merge.
2020 2007-09-17 Glenn Morris <rgm@gnu.org>
2022 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2023 filename from `--file-line-error', if it is available.
2025 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2027 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2028 TeX `--file-line-error' format.
2030 2007-09-17 Glenn Morris <rgm@gnu.org>
2032 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2033 handling the case where the region is not in `tex-main-file'.
2034 (tex-region-1): Delete.
2035 (tex-region-header): New function, doing the header part of the
2038 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2040 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2042 2007-09-16 Drew Adams <drew.adams@oracle.com>
2044 * cus-edit.el (custom-face-edit-activate): Doc fix.
2046 2007-09-16 Glenn Morris <rgm@gnu.org>
2048 * textmodes/tex-mode.el (tex-region): Handle the case where the
2049 region is not in `tex-main-file'. Move the old code that applies
2051 (tex-region-1): ...to this new function.
2053 2007-09-15 Martin Rudalics <rudalics@gmx.at>
2055 * simple.el (blink-matching-open): Don't display message when no
2056 paren is found within blink-matching-paren-distance characters.
2057 Don't search prompt in blink-matching-paren-distance nil case.
2059 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2061 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2063 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2065 * vc-mtn.el: New file.
2067 * vc-hooks.el (vc-handled-backends): Add Mtn.
2069 2007-09-13 Eli Zaretskii <eliz@gnu.org>
2071 * files.el (find-file, find-file-other-window)
2072 (find-file-other-frame, find-file-existing, find-file-read-only)
2073 (find-file-read-only-other-window)
2074 (find-file-read-only-other-frame)
2075 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2077 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2079 * man.el (Man-default-man-entry): At end of line, continue looking
2080 to the next line for possible end of hyphenated command.
2082 2007-09-13 Chris Moore <dooglus@gmail.com>
2084 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2085 the command being edited.
2087 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
2089 * progmodes/gud.el (gdb-ready): New variable.
2090 (gdb): Set it to nil. Set gud-running to nil here...
2091 (gud-common-init): ...instead of here.
2093 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2094 Use gdb-ready. Discard input until GDB is ready to accept it.
2096 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2098 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
2101 2007-09-12 Martin Rudalics <rudalics@gmx.at>
2103 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2104 make it show up with eight colors.
2106 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2108 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2109 diffs are concatenated with no intervening line.
2111 2007-09-10 Dave Love <fx@gnu.org>
2113 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2114 (python-font-lock-keywords): Update to the 2.5 version of the language.
2115 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2116 (python-backspace): Only behave funny in code.
2117 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2118 (inferior-python-mode): Add PDB prompt regexp.
2119 (python-fill-paragraph): Refine the fenced-string regexp.
2120 (python-find-imports): Handle imports spanning several lines.
2121 (python-mode): Add `class' to hideshow support.
2123 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2125 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2126 add-log-buffer-file-name-function rather than bind buffer-file-name,
2127 so we dont end up calling change-log-mode in *cvs* when `fi' is the
2128 ChangeLog file itself.
2130 * outline.el (outline-flag-region): Use front-advance.
2132 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
2134 * progmodes/cperl-mode.el: Merge upstream 5.23.
2135 (cperl-where-am-i): Remove function.
2136 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2137 (cperl-sniff-for-indent): De-invert [string] and [comment].
2138 When looking for label, skip s:m:y:tr.
2139 (cperl-indent-line): Likewise.
2140 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2141 (cperl-windowed-init): Wrong `ps-print' handling.
2142 Both thanks to Chong Yidong.
2143 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2144 (cperl-find-pods-heres): If the second part of s()[] is missing,
2145 don't try to highlight delimiters...
2147 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2149 * progmodes/compile.el (compilation-get-file-structure): Complete last
2150 change by also using spec-directory in the puthash.
2152 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
2154 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2155 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2156 (vc-bzr-status): Fix shadowing of variable 'status'.
2157 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2158 Use `expand-file-name' instead of `concat'.
2159 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2160 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2162 2007-09-05 Jason Rumney <jasonr@gnu.org>
2164 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2166 2007-09-02 Richard Stallman <rms@gnu.org>
2168 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2169 Add `safe-local-variable' property.
2170 (lisp-body-indent): Likewise.
2172 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2174 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2177 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2178 (x-gtk-map-stock): New function.
2180 2007-09-02 Glenn Morris <rgm@gnu.org>
2182 * comint.el (comint-mode): Don't set scroll-conservatively.
2184 * eshell/em-unix.el (eshell/time): Stringify and flatten the
2185 non-command arguments.
2187 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2189 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2190 Fix bug: Don't expand top-level file name more than once.
2191 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2193 2007-09-01 Richard Stallman <rms@gnu.org>
2195 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2198 2007-08-30 Richard Stallman <rms@gnu.org>
2200 * speedbar.el (speedbar-frame-reposition-smartly)
2201 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2202 (speedbar-check-vc): Don't use dframe-xemacsp.
2204 2007-08-30 Martin Rudalics <rudalics@gmx.at>
2206 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2208 2007-08-29 Martin Rudalics <rudalics@gmx.at>
2210 * repeat.el (repeat): Use last-repeatable-command instead of
2211 real-last-command. Run pre- and post-command hooks for
2212 self-insertion. Update doc-string.
2214 2007-08-28 Glenn Morris <rgm@gnu.org>
2216 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2218 2007-08-27 Alexandre Julliard <julliard@winehq.org>
2220 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2222 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2223 (vc-git-create-repo): Fix invalid command.
2225 2007-08-27 Richard Stallman <rms@gnu.org>
2227 * textmodes/flyspell.el (flyspell-mode):
2228 Catch errors in flyspell-mode-on.
2230 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2232 * progmodes/modula2.el (m2-definition, m2-module):
2233 Don't use previous-line. Reported by T. V. Raman.
2235 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2237 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2238 argument to tool-bar-mode call.
2240 2007-08-27 Glenn Morris <rgm@gnu.org>
2242 * diff-mode.el (diff-find-file-name): Only accept regular files,
2243 to rule out /dev/null, directories, etc.
2245 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2247 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2248 safe-local-variable setting.
2249 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2251 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2253 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2254 of buffers in uniquify-managed.
2256 * simple.el (invisible-p): Rename from text-invisible-p.
2259 2007-08-25 Alan Mackenzie <acm@muc.de>
2261 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2262 new language variable.
2264 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2265 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2266 "extern" etc., rather than BOI. Fix addition of spurious
2267 syntactic-symbol 'defun-block-intro, replacing it with
2270 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2272 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2273 Don't behave differently when executed via M-x. Add doc string.
2275 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2277 * files.el (backup-buffer-copy): Don't wrap delete in
2278 condition-case, only try to delete if file exists.
2280 2007-08-24 Glenn Morris <rgm@gnu.org>
2282 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2284 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2286 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2287 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2288 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2289 (cperl-etags-goto-tag-location): Use new style backquotes.
2291 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2292 (dynamic-completion-table): Use it it.
2294 * net/browse-url.el: Remove spurious * in custom docstrings.
2295 (browse-url-filename-alist): Use new-style backquote.
2297 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2298 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2300 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2301 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2303 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2305 * net/socks.el (socks-username/password-auth-filter):
2306 Remove unused vars `state' and `desired-len'.
2307 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2308 (socks-wait-for-state-change): Use new-style backquotes.
2310 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2312 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2313 backquotes after each `read' rather than once per buffer.
2315 * dframe.el: Remove spurious * in custom docstrings.
2316 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2317 (dframe-xemacs20p): Remove, inline at the sole use point.
2318 (defface): Don't defvar the face, don't use old-style backquote.
2319 (defcustom): Don't use old-style backquote.
2320 (dframe-frame-parameter, dframe-mouse-event-p):
2321 Make it obvious that it's always defined.
2322 (dframe-popup-kludge): New function to replace
2323 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2324 (dframe-frame-mode, dframe-set-timer-internal)
2325 (dframe-mouse-set-point): Remove use of with-no-warnings from
2326 XEmacs-specific code.
2327 (dframe-set-timer-internal): Fix very old bug with
2328 post-command-idle-hook.
2330 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2332 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2334 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2336 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2338 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2339 safe-local-variable.
2341 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2343 * net/browse-url.el (browse-url-emacs): New function.
2345 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2347 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2348 warning if the file uses old style backquotes.
2350 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2351 (byte-recompile-directory, byte-compile-file)
2352 (byte-compile-from-buffer): Use with-current-buffer.
2354 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2355 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2356 (line-move-1, line-move-finish, line-move-to-column)
2357 (move-end-of-line, move-beginning-of-line): Use new name.
2359 2007-08-22 Glenn Morris <rgm@gnu.org>
2361 * files.el (backup-buffer-copy): Check backup directory is
2362 writable, to avoid infloop deleting old backup.
2364 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2365 movemail related variables.
2366 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2367 will now be set before this is called.
2369 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2371 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2373 * progmodes/ada-mode.el: Fix up comment style in header.
2374 (ada-check-emacs-version): Remove.
2375 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2376 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2377 to try and quieten the byte-compiler.
2378 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2380 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2382 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2384 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2385 extracted from `eval-last-sexp-1'.
2386 (eval-last-sexp-1): Call `preceding-sexp'.
2388 2007-08-19 Glenn Morris <rgm@gnu.org>
2390 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2391 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2392 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2393 shadow files messing up the compilation.
2395 2007-08-18 Glenn Morris <rgm@gnu.org>
2397 * progmodes/scheme.el (scheme-mode-variables):
2398 Set font-lock-comment-start-skip.
2400 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2402 * progmodes/ada-mode.el (ada-create-syntax-table):
2403 Move set-syntax-table from here to ...
2404 (ada-mode): ... here. Don't change global value of comment-multi-line.
2405 Call new function ada-initialize-syntax-table-properties.
2406 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2407 (ada-deactivate-properties, ada-initialize-properties):
2408 Replace by new functions ...
2409 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2410 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2411 properties uniformly, independently from whether font-lock-mode
2412 is enabled or not. Handle read-only buffers and do not change
2413 undo-list when setting syntax-table properties.
2414 (ada-after-change-function): Use ada-set-syntax-table-properties.
2416 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2418 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2419 (cperl-find-pods-heres): Fix an error when typing expressions like
2422 2007-08-17 Glenn Morris <rgm@gnu.org>
2424 * progmodes/compile.el (compilation-get-file-structure): Make use
2425 of the directory part when checking for an existing entry, to
2426 handle files with same basename in different directories.
2428 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2430 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2431 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2432 (ps-paragraph-spacing): Docstring fix.
2434 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2436 * smerge-mode.el (smerge-resolve): New arg `safe'.
2437 (smerge-resolve-all, smerge-batch-resolve): New function.
2438 (smerge-refine): Make sure `diff' returns the expected result.
2439 (smerge-parsep-re): New const.
2440 (smerge-mode): Use it to adjust paragraph-separate.
2442 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2443 Correctly match / regexp matchers as first char on a line when
2444 fontifying only that line.
2446 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2448 2007-08-16 Glenn Morris <rgm@gnu.org>
2450 * ps-print.el (ps-font-size): Doc fix.
2452 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2454 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2455 (vc-bzr-registered): Don't redundantly protect against
2456 file-error. Actually use the format-specific code.
2457 (vc-bzr-buffer-nonblank-p): Remove.
2458 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2460 2007-08-15 Glenn Morris <rgm@gnu.org>
2462 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2463 sloppier, for the sake of GNU Mailman.
2464 (rmail-digest-rfc1153): Initialize `result' correctly.
2466 2007-08-14 Glenn Morris <rgm@gnu.org>
2468 * simple.el (bad-packages-alist): New constant.
2469 (bad-package-check): New function. Together, these two add
2470 elements to `after-load-alist' to check for problematic external
2472 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2474 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2476 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2477 optional quotes around files in NEED-UPDATE . REMOVED case.
2479 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2480 (ada-treat-cmd-string): Improve error message.
2481 (ada-do-file-completion): Call `ada-require-project-file', so
2482 project variables are set properly.
2483 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2484 (ada-gnatfind-buffer-name): New constant.
2485 (ada-find-any-references): Use new constant. Set buffer name
2486 properly in compilation-start. Toggle read-only properly.
2487 (ada-find-in-src-path): Fix spelling error in docstring.
2489 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2492 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2494 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2496 2007-08-12 Richard Stallman <rms@gnu.org>
2498 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2499 (cvs-execute-single-file): Use new name split-string-and-unquote.
2500 (cvs-header-msg): Use new name combine-and-quote-strings.
2502 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2504 * progmodes/gud.el (gud-common-init): Use new name
2505 split-string-and-unquote.
2507 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2510 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2511 combine-and-quote-strings and split-string-and-unquote.
2513 * subr.el (combine-and-quote-strings): Rename from strings->string.
2514 (split-string-and-unquote): Rename from string->strings.
2516 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2518 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2519 to buffer-local settings.
2521 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2522 (backquote-process): Add internal arg `level'. Use the two to
2523 correctly handle nested backquotes.
2525 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2527 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2528 (vc-bzr-state-words): Add "kind changed" state word.
2529 (vc-bzr-status): New function. Return Bzr idea of file status,
2530 which is different from VC's.
2531 (vc-bzr-state): Use vc-bzr-status.
2532 (vc-workfile-unchanged-p): Use vc-bzr-status.
2533 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2534 (vc-dired-state): Process "kind changed" state word.
2536 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2538 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2540 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2541 Move from vc-default-find-file-not-found-hook.
2543 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2545 * url/url-auth.el (url-basic-auth): When prompting for username
2546 and password, default to the username and password in the URL.
2548 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2550 * man.el: Remove spurious * in docstrings.
2551 Merge defvars and toplevel setq-defaults.
2552 (Man-highlight-references0): Limit=nil rather than point-max.
2553 (Man-mode-map): Move initialization into the declaration.
2554 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2555 (Man-view-header-file): Use expand-file-name rather than concat.
2556 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2558 * man.el (Man-next-section): Make sure we do not move backward.
2560 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2562 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2563 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2564 ps-print-color-p is neither nil nor black-white. Reported by Christian
2565 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2567 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2569 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2571 2007-08-08 Andreas Schwab <schwab@suse.de>
2573 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2574 self-insert-command, not self-insert.
2576 2007-08-08 Glenn Morris <rgm@gnu.org>
2578 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2580 * Replace `iff' in doc-strings and comments.
2582 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2583 rather than just `-'.
2585 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2587 * dired.el (dired-pop-to-buffer):
2588 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2589 * calendar/calendar.el (generate-calendar-window):
2590 * progmodes/compile.el (compilation-set-window-height):
2591 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2592 Use window-full-width-p instead of comparing frame-width and
2595 * progmodes/compile.el (compilation-find-buffer): Remove extra
2596 argument in call to compilation-buffer-internal-p.
2598 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2600 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2601 parameters IDENTIFICATION and CONNECTED.
2602 (tramp-handle-insert-file-contents): VISIT must be handled after
2603 insertion of the local copy. Reported by Peter Gordon
2604 <peter@pg-consultants.com>.
2605 (tramp-file-name-handler): No special handling for
2606 `expand-file-name'. But for `file-name-as-directory'.
2607 (tramp-find-shell, tramp-open-connection-telnet)
2608 (tramp-open-connection-rsh, tramp-open-connection-su)
2609 (tramp-open-connection-multi)
2610 (tramp-open-connection-setup-interactive-shell): Guard against
2611 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2612 <steve@sxemacs.org>.
2613 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2616 * net/trampver.el: Update release number.
2618 2007-08-07 Tom Tromey <tromey@redhat.com>
2620 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2621 Add safe-local-variable property.
2623 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2625 * image-mode.el (image-toggle-display): Use image-refresh.
2627 * longlines.el (longlines-decoded): New variable.
2628 (longlines-mode): Avoid encoding or decoding the buffer twice.
2630 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2632 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2634 (vc-bzr-command): Remove redundant setting of process-connection-type.
2635 (vc-bzr-admin-checkout-format-file): Add autoload.
2636 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2637 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2638 (vc-bzr-registered): Compare dirstate format tag with known good
2639 value, abort parsing if match fails. Warn user in docstring.
2640 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2641 See bzrlib/branch.py in Bzr sources.
2642 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2643 (vc-bzr-shell-command): Remove in favor of
2644 vc-bzr-command-discarding-stderr.
2645 (vc-bzr-command-discarding-stderr): New function.
2647 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2649 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2650 program, and return nil
2651 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2652 (vc-bzr-state): Look for path names relative to the repository
2653 root after status keyword.
2654 (vc-bzr-file-name-relative): New function.
2655 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2657 (vc-bzr-admin-dirname, ...-checkout-format-file)
2658 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2659 files that we now parse directly for speed.
2660 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2661 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2662 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2663 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2664 Bzr warnings, so we must discard it.
2665 (vc-bzr-workfile-version): Speedup counting lines from
2666 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2667 if that file doesn't exist.
2668 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2669 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2670 (not ".bzr"!) to `vc-directory-exclusion-list'
2671 (vc-bzr-shell-command): New function.
2673 2007-08-06 Tom Tromey <tromey@redhat.com>
2675 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2676 (diff-fixup-modifs): Typo in docstring.
2678 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2680 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2682 (tpu-edt-off): Disable relevant pieces of advice.
2684 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2685 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2686 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2687 redefining the function.
2688 (tpu-set-scroll-margins): Activate the pieces of advice.
2690 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2692 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2695 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2697 * help.el (resize-temp-buffer-window): Use window-full-width-p
2698 instead of comparing frame-width and window-width.
2700 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2702 * term.el: Honor term-default-fg-color and term-default-bg-color
2703 settings when modifying term-current-face.
2704 (term-default-fg-color, term-default-bg-color): Initialize from
2705 default term-current-face.
2706 (term-mode, term-reset-terminal): Set term-current-face with
2707 term-default-fg-color and term-default-bg-color.
2708 (term-handle-colors-array): term-current-face has term-default-fg-color
2709 and term-default-bg-color after reset escape sequence.
2710 (term-handle-colors-array): Set term-current-color with
2711 term-default-fg/bg-color instead of ansi-term-color-vector when the
2712 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2714 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2716 * files.el (set-auto-mode): Handle also remote files wrt
2719 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2720 remote identification.
2722 2007-08-04 Glenn Morris <rgm@gnu.org>
2724 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2725 zero, not nil, when the library is first loaded. Check for a file
2726 that has been modified on disk.
2728 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2729 Remove duplicate defvar preventing initialization.
2730 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2732 2007-08-03 Miles Bader <miles@gnu.org>
2734 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2735 backend names for new backends to `Git', `Hg', and `Bzr'.
2736 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2738 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2740 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2741 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2743 2007-08-03 Glenn Morris <rgm@gnu.org>
2745 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2747 2007-08-02 Richard Stallman <rms@gnu.org>
2749 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2750 to update deleted flag.
2752 * cus-edit.el (customize-apropos, customize-apropos-options)
2753 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2755 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2757 * startup.el (fancy-splash-head, startup-echo-area-message):
2758 Change message text.
2760 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2761 All callers use line-move.
2763 * progmodes/compile.el (compilation-find-buffer): Return current
2764 buffer immediately if suitable.
2765 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2767 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2769 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2770 Make it more discriminating and more useful.
2771 (vc-bzr-root-dir): Use new name.
2772 (vc-bzr-registered): Use new name and look at the dirstate file to
2773 determine if it's registered or not without running `bzr'.
2775 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2777 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2779 2007-07-31 Drew Adams <drew.adams@oracle.com>
2781 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2782 Fix parent groups link.
2784 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2786 * faces.el (face-normalize-spec): New function.
2787 (frame-set-background-mode): Normalize face-spec before calling
2790 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2792 * vc-bzr.el: New file (copied from the trunk).
2794 * vc-hooks.el (vc-handled-backends): Add BZR.
2795 (vc-find-file-hook): Failsafe if the backend's `registered'
2798 * server.el (server-window): Add switch-to-buffer-other-frame option.
2800 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2802 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2803 (vc-git-revision-completion-table): Enable.
2805 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2807 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2809 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2810 (vc-hg-registered): Set the vc-state property.
2812 * diff-mode.el (diff-mode-menu): New entries.
2814 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2816 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2817 (diff-file-kill): Use it.
2818 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2819 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2820 Use it so they find the hunk even when we're in the file header.
2822 * vc.el: Add new VC operation `revision-completion-table'.
2823 (vc-default-revision-completion-table): New function.
2824 (vc-version-diff, vc-version-other-window): Use it to provide
2825 completion of revision names if the backend provides it.
2827 * vc-arch.el (vc-arch--version-completion-table)
2828 (vc-arch-revision-completion-table): New functions to provide
2829 completion of revision names.
2831 * vc-cvs.el: Require CL.
2832 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2833 New functions to provide completion of revision names.
2835 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2837 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2838 (copyright-fix-years, copyright): Correctly handle the case where
2839 copyright-limit is nil.
2841 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2843 * progmodes/python.el (run-python): Fix path separator under w32.
2845 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2847 * vc-git.el: New File.
2849 2007-07-28 Alan Mackenzie <acm@muc.de>
2851 Fix problem with modes derived from CC Mode:
2852 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2854 (c-init-language-vars-for): Remove call to above macro.
2855 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2857 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2859 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2861 * net/trampver.el: Fix the `coding' cookie.
2863 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2865 * add-log.el (change-log-redate): Remove (not needed anymore and
2866 doesn't appear to work).
2868 2007-07-25 Glenn Morris <rgm@gnu.org>
2870 * Relicense all FSF files to GPLv3 or later.
2872 * COPYING: Switch to GPLv3.
2874 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2876 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2877 Replace it with another one which disables undo before calling
2878 erase-buffer and then turns it back on if needed.
2880 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2882 * ps-print.el: Problem with foreground and background color when
2883 printing a buffer with and without faces. Reported by Christian
2884 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2885 (ps-print-version): New version 6.7.5.
2886 (ps-default-fg): Change default value to nil, so black color is used
2887 when a face does not specify a foreground color.
2888 (ps-default-bg): Change default value to nil, so white color is used
2889 for background color.
2890 (ps-begin-job): Fix code.
2892 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2894 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2896 2007-07-24 Alan Mackenzie <acm@muc.de>
2898 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2899 Initialise byte-compile-unresolved-functions before rather than
2900 after a compilation.
2901 (byte-compile-unresolved-functions): Amplify doc string.
2903 2007-07-24 Glenn Morris <rgm@gnu.org>
2905 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2906 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2907 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2908 (cal-tex-cursor-week, cal-tex-cursor-week2)
2909 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2910 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2911 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2912 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2914 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2916 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2918 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2920 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2921 underlying file is uptodate.
2923 2007-07-23 Richard Stallman <rms@gnu.org>
2925 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2927 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2929 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2930 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2931 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2932 different possible cases for \'.
2933 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2935 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2936 `file' from which to start the search and fix case where `file' is the
2937 current directory and the root as well.
2939 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2940 name for buffer-file-name if it refers to a directory.
2942 2007-07-22 Jason Rumney <jasonr@gnu.org>
2944 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2945 for input to cmdproxy on all versions of Windows.
2946 Use dos line ends for input to plink.
2948 * comint.el (comint-simple-send): Concat newline before sending.
2949 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2951 2007-07-22 Juri Linkov <juri@jurta.org>
2953 * isearch.el (isearch-edit-string): Save old point and
2954 isearch-other-end to old-point and old-other-end before reading
2955 the search string from minibuffer. After exiting minibuffer set
2956 point to old-other-end if point and the search direction is the
2957 same as before reading the search string.
2958 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2959 to isearch-other-end. Instead of isearch-search-and-update call
2960 three functions isearch-search, isearch-push-state and isearch-update.
2962 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2964 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2965 destroying an existing buffer.
2967 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2969 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2971 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2973 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2975 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2976 file in a way that does not interfere with recentf.
2978 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2980 * image-dired.el (image-dired-sane-db-file): New func.
2981 (image-dired-write-tags, image-dired-remove-tag)
2982 (image-dired-list-tags, image-dired-write-comments)
2983 (image-dired-get-comment, image-dired-mark-tagged-files)
2984 (image-dired-create-gallery-lists): Call new func.
2985 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2987 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2989 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2990 (vc-hg-dir-state): Fix loop.
2991 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2992 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2993 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2994 (vc-hg-revert): Likewise.
2995 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2997 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2999 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3000 case of alignment under a constant symbol, find and consider
3001 the sexp actually at indentation to be the "last sexp".
3003 2007-07-20 Eli Zaretskii <eliz@gnu.org>
3005 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3006 (install): Use them to copy all *.el files before *.elc.
3007 (clean): Don't delete *~.
3009 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3011 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
3013 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
3015 * vc-hg.el (vc-hg-registered): Replace if with when.
3016 (vc-hg-state): Deal with nonexistent files.
3018 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
3020 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3021 (follow-delete-other-windows-and-split, follow-recenter)
3022 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3023 (follow-redisplay, follow-estimate-first-window-start)
3024 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3025 Fix typos in docstrings.
3027 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
3029 * bookmark.el (bookmark-show-all-annotations):
3030 Make sure each inserted annotation ends with newline.
3032 (bookmark-maybe-sort-alist): Don't modify
3033 bookmark-alist. Instead, if not sorting, simply return it.
3034 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3035 for its return value, not for its side effect.
3037 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3039 * vc.el: Add more info about the vc-registered function.
3041 2007-07-16 David Kastrup <dak@gnu.org>
3043 * emacs-lisp/advice.el (defadvice): Doc fix.
3045 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
3047 * subr.el (when, unless): Doc fix.
3049 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3051 * vc-hg.el (vc-hg-state): Handle removed files.
3052 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3053 (vc-hg-checkout): Re-enable.
3055 2007-07-15 Richard Stallman <rms@gnu.org>
3057 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3059 * tutorial.el (tutorial--find-changed-keys):
3060 Handle C-x specially like ESC.
3062 2007-07-15 Roland McGrath <roland@frob.com>
3064 * add-log.el (add-change-log-entry): Check add-log-full-name
3065 and add-log-mailing-address later, after change-log-mode-hook.
3067 2007-07-15 Richard Stallman <rms@gnu.org>
3069 * isearch.el (isearch-mode, isearch-done):
3070 Delete unintended code in previous change.
3072 * ps-print.el (ps-default-bg): Change to White.
3074 2007-07-15 Aaron Hawley <aaronh@garden.org>
3076 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3078 2007-07-15 Martin Rudalics <rudalics@gmx.at>
3080 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3081 when handling the terminating event.
3083 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3085 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3087 2007-07-13 Eli Zaretskii <eliz@gnu.org>
3089 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3090 (install): Use them to copy all *.el files before *.elc.
3092 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3094 * replace.el (match): Use yellow1 instead of yellow.
3096 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3098 * pcvs-info.el (cvs-unknown): Likewise.
3100 2007-07-12 Davis Herring <herring@lanl.gov>
3102 * desktop.el (desktop-buffer-info, desktop-save):
3103 Use `desktop-dirname' instead of `dirname'.
3105 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
3107 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3109 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3111 2007-07-10 Richard Stallman <rms@gnu.org>
3113 * emacs-lisp/lisp-mode.el (eval-defun):
3114 Explain special handling of `defface'.
3116 2007-07-09 Richard Stallman <rms@gnu.org>
3118 * isearch.el (isearch-edit-string): Call to isearch-push-state
3121 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3123 * cus-start.el (file-coding-system-alist): Fix custom type.
3125 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
3127 * longlines.el (longlines-wrap-region): Avoid marking buffer as
3129 (longlines-auto-wrap, longlines-window-change-function):
3130 Remove unnecessary calls to set-buffer-modified-p.
3132 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3134 * vc.el (vc-default-log-view-mode): New function.
3135 (vc-print-log): Add new `log-view-mode' VC operation.
3137 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
3139 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3140 Rename and move to...
3142 * subr.el (strings->string, string->strings): ...here.
3144 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3145 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3147 * progmodes/gud.el (gud-common-init): Call string->strings instead
3150 2007-07-07 Eli Zaretskii <eliz@gnu.org>
3152 * term/w32-win.el (menu-bar-open): New function.
3155 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3157 * log-view.el (log-view-mode-menu): New menu.
3159 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3161 * vc-hg.el: New file.
3163 2007-07-06 Andreas Schwab <schwab@suse.de>
3165 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3166 dynamic bindings around the evaluation of the expression.
3167 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3169 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3171 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3174 2007-07-02 Martin Rudalics <rudalics@gmx.at>
3176 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3178 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3179 event is not a cons cell. Do not unread drag-mouse-1 events.
3180 Select right window in check whether space was stolen from
3183 2007-07-01 Richard Stallman <rms@gnu.org>
3185 * files.el (find-file-visit-truename): Fix safe-local-variable value.
3187 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
3189 * generic-x.el (generic-define-mswindows-modes)
3190 (generic-define-unix-modes, apache-log-generic-mode)
3191 (bat-generic-mode-keymap, java-manifest-generic-mode)
3192 (show-tabs-generic-mode): Fix typos in docstrings.
3194 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3196 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3197 replace-regexp-in-string.
3199 2007-06-28 Andreas Schwab <schwab@suse.de>
3201 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3204 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
3206 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3207 the speedbar frame if nil; that deletes the current frame or
3208 causes an error if it is the only frame.
3209 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3211 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
3213 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3214 directory where the desktop file was found, as the docstring says.
3215 (desktop-kill): Use `read-directory-name'.
3217 * desktop.el (desktop-load-locked-desktop): New option.
3218 (desktop-read): Use it.
3219 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3222 2007-06-24 Davis Herring <herring@lanl.gov>
3224 * desktop.el (desktop-save-mode-off): New function.
3225 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3226 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3227 (desktop-claim-lock, desktop-release-lock): New functions.
3228 (desktop-kill): Tell `desktop-save' that this is the last save.
3229 Release the lock afterwards.
3230 (desktop-buffer-info): New function.
3231 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3232 says to. Detect conflicts, and manage the lock.
3233 (desktop-read): Detect conflicts. Manage the lock.
3235 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3237 * ls-lisp.el (insert-directory): If an invalid regexp error is
3238 thrown, try using FILE as a literal file name, not a wildcard.
3239 Check for FILE as an existing file, not just a directory.
3241 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3243 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3244 `header-line-format' when reentering ruler mode.
3246 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3248 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3249 FILE exists as a directory.
3251 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3253 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3254 (vera-font-lock-match-item): Fix doc string.
3255 (vera-in-comment-p): Remove unused function.
3256 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3258 (vera-forward-syntactic-ws): Fix argument order.
3259 (vera-prepare-search): Use `with-syntax-table'.
3260 (vera-indent-line): Fix doc string.
3261 (vera-electric-tab): Fix doc string.
3262 (vera-expand-abbrev): Define alias instead of using `fset'.
3263 (vera-comment-uncomment-region): Use `comment-start-skip'.
3265 2007-06-20 Reto Zimmermann <reto@gnu.org>
3267 * progmodes/vera-mode.el: New file.
3269 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3271 * ido.el (ido-find-file-in-dir): Don't signal an error for
3274 2007-06-18 Alan Mackenzie <acm@muc.de>
3276 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3277 When removing lines, also remove the \n. Correction of patch of
3280 2007-06-17 Glenn Morris <rgm@gnu.org>
3282 * lpr.el (lpr-page-header-switches): Move %s to separate element
3283 for correct quoting. Doc fix.
3285 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3287 * term/xterm.el (terminal-init-xterm): Escape parens in character
3290 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3292 * scroll-lock.el (scroll-lock-mode): Doc fix.
3294 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3296 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3297 half-activated, forcefully activate it completely.
3299 2007-06-11 Richard Stallman <rms@gnu.org>
3301 * cus-edit.el (custom-variable-type): Doc fix.
3303 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3305 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3307 2007-06-09 Davis Herring <herring@lanl.gov>
3309 * desktop.el (desktop-minor-mode-table): Doc fix.
3311 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3313 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3314 (image-next-line, image-previous-line, image-scroll-up)
3315 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3317 (image-mode-map): Remap motion commands.
3318 (image-mode-text-map): New keymap for viewing images as text.
3319 (image-mode): Use image-mode-map.
3320 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3322 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3324 Sync with Tramp 2.0.56.
3329 * net/tramp-util.el:
3331 Don't load cl.el, because that pollutes the namespace. Replace cl
3332 macros by their implementations where necessary. Requested by
3333 Richard Stallman <rms@gnu.org>.
3335 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3337 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3338 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3339 (tramp-file-name-p, tramp-file-name-multi-method)
3340 (tramp-file-name-method, tramp-file-name-user)
3341 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3342 replacing defstruct `tramp-file-name'.
3343 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3344 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3345 Apply `vector' instead of `make-tramp-file-name'.
3346 (tramp-handle-make-auto-save-file-name):
3347 Apply `tramp-temporary-file-directory' for compatibility reasons.
3348 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3350 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3353 2007-06-07 David Kastrup <dak@gnu.org>
3355 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3356 Change default to `top'.
3358 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3360 * dired.el (dired-mode-map): Remove spurious separator.
3362 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3364 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3366 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3367 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3369 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3371 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3372 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3374 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3376 * progmodes/ebrowse.el (ebrowse-member-table):
3377 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3379 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3381 * pgg.el (pgg-sign-region, pgg-sign):
3382 * ses.el (ses-call-printer):
3383 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3384 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3386 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3388 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3389 (tar-get-descriptor): Handle type 55, an extended pax header.
3391 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3393 * textmodes/css-mode.el: New file.
3395 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3397 * net/socks.el: New file, taken from w3 repository.
3398 (top): Update Copyright. Don't load cl.el.
3399 (all): Replace `case' by `cond', `string-to-int' by
3400 `string-to-number', and `process-kill-without-query' by
3401 `set-process-query-on-exit-flag'.
3402 (socks-char-int): Remove defalias and all occurrences.
3404 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3406 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3407 (sort-coding-systems, search-unencodable-char): Doc fixes.
3408 (coding-system-change-eol-conversion, set-default-coding-systems)
3409 (prefer-coding-system, find-multibyte-characters, princ-list)
3410 (leim-list-entry-regexp, set-input-method, locale-language-names)
3411 (input-method-exit-on-first-char, exit-language-environment-hook)
3412 (locale-charset-language-names): Fix typos in docstrings.
3414 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3416 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3417 `switch-to-buffer' has returned succesfully.
3418 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3419 window is dedicated (it could iconify the frame).
3421 2007-06-05 Glenn Morris <rgm@gnu.org>
3423 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3425 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3427 * files.el (auto-mode-alist): Add lower-priority match for names
3430 2007-06-04 Andreas Schwab <schwab@suse.de>
3432 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3434 2007-06-04 Davis Herring <herring@lanl.gov>
3436 * calendar/timeclock.el: Update version number.
3437 (timeclock-modeline-display): Mention timeclock-use-display-time
3438 in explanatory message.
3439 (timeclock-log): Suppress warnings when finding the log.
3440 Don't check for a nil project twice. Run hooks after killing the
3441 buffer (if applicable).
3442 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3443 was geometric). All uses changed.
3444 (timeclock-generate-report): Support prefix argument.
3446 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3448 * man.el (Man-next-section): Don't consider the last line of the
3449 page as being part of any section.
3451 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3453 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3454 modified flag of buffer. Use `inhibit-modification-hooks'.
3456 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3458 * mail/mail-extr.el (mail-extract-address-components):
3459 Recognize non-ASCII characters except for NBSP as words.
3461 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3463 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3465 2007-06-04 Michael Olson <mwolson@gnu.org>
3467 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3468 died and we are trying to send a signal to it.
3470 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3472 * emacs-lisp/easy-mmode.el (define-minor-mode)
3473 (easy-mmode-define-navigation): Fix typos in docstrings.
3475 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3476 Fix typos in docstrings.
3477 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3478 (compilation-finish-function): Fix typo in obsolescence declaration.
3480 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3482 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3484 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3485 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3487 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3489 * longlines.el (longlines-mode): Make longlines-auto-wrap
3490 buffer-local. Add hooks unconditionally.
3491 (longlines-auto-wrap): Toggle wrapping.
3492 (longlines-after-change-function)
3493 (longlines-post-command-function): Check longlines-auto-wrap.
3495 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3497 * Version 22.1 released.
3499 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3501 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3504 2007-05-31 Richard Stallman <rms@gnu.org>
3506 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3508 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3510 * textmodes/table.el (table--point-entered-cell-function)
3511 (table--point-left-cell-function):
3512 Bind `inhibit-point-motion-hooks' to t.
3514 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3516 * emacs-lisp/rx.el (rx): Doc fix.
3518 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3520 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3522 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3524 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3525 as the end of the ChangeLog paragraph when it ends without a line
3528 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3530 * textmodes/fill.el (canonically-space-region): Make the second arg
3531 a marker if it's not already the case.
3533 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3534 (xterm-mouse-event): Use it.
3536 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3538 * vc-hooks.el (vc-find-root): Fix file attribute test.
3540 2007-05-24 Richard Stallman <rms@gnu.org>
3542 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3543 Don't let opoint be nil.
3544 (flyspell-emacs-popup): Explicit error if no dialogs.
3546 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3548 * tar-mode.el (tar-file-name-handler): New function.
3549 (tar-extract): Bind file-name-handler-alist to it to force
3550 find-buffer-file-type-coding-system behave as if the file being
3551 extracted existed. Use last-coding-system-used to force
3552 buffer-file-coding-system to what decode-coding-region actually
3553 used to decode the file.
3555 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3557 * progmodes/compile.el (compilation-handle-exit):
3558 `compilation-finish-function' may change the current buffer.
3560 2007-05-22 Richard Stallman <rms@gnu.org>
3562 * files.el (set-auto-mode): Doc fix.
3564 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3566 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3568 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3570 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3571 (rcirc-print): Handle `window-width'.
3572 (rcirc-buffer-maximum-lines): Doc fix.
3574 2007-05-19 Kevin Ryde <user42@zip.com.au>
3576 * info.el (Info-fontify-node): Match https also.
3578 2007-05-18 Richard Stallman <rms@gnu.org>
3580 * simple.el (push-mark): Doc fix.
3582 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3584 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3586 (tpu-original-global-map): Delete variable.
3587 (tpu-control-keys-map): New keymap variable.
3588 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3589 setting keymapping directly.
3590 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3592 (tpu-edt-on): Activate the tpu-global-map.
3593 (tpu-edt-off): Deactivate the tpu-global-map.
3595 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3597 * textmodes/ispell.el (ispell-get-word): Return markers
3598 for start and end positions.
3599 (ispell-word): Assume END is a marker.
3601 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3603 * ps-print.el: Use default color when foreground or background color
3604 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3605 (ps-print-version): New version 6.7.4.
3606 (ps-rgb-color): New argument. Use default color when color is
3608 (ps-begin-job): Fix code.
3610 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3612 * textmodes/ispell.el (ispell-start-process): Defend against bad
3615 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3617 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3619 2007-05-16 Richard Stallman <rms@gnu.org>
3621 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3623 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3625 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3626 Move the *ml, Postscript, and XmCD entries to the fallback part.
3628 * files.el (magic-fallback-mode-alist):
3629 Rename from file-start-mode-alist.
3631 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3633 * progmodes/compile.el (compilation-handle-exit): Quote first
3634 argument of `run-hook-with-args'.
3636 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3638 * buff-menu.el (Buffer-menu-sort-column):
3639 * dabbrev.el (dabbrev-upcase-means-case-search):
3640 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3641 * info.el (Info-current-subfile):
3642 * ls-lisp.el (ls-lisp-verbosity):
3643 * msb.el (msb-menu-cond):
3644 * pcvs.el (cvs-dired-use-hook):
3645 * simple.el (set-mark-command-repeat-pop):
3646 * time.el (display-time-24hr-format, display-time-mail-file):
3649 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3650 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3652 * view.el (view-inhibit-help-message): Fix typo in docstring.
3653 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3655 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3657 * mail/rmail.el (rmail-convert-to-babyl-format):
3658 Check content-transfer-encoding _last_, because we need its position
3659 in base64-header-field-end.
3661 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3663 * files.el (mode-require-final-newline, require-final-newline)
3664 (enable-local-variables, enable-local-eval): Doc fixes.
3666 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3668 * progmodes/python.el (python-font-lock-keywords)
3669 (python-open-block-statement-p, python-mode): Add support for the new
3672 2007-05-10 Richard Stallman <rms@gnu.org>
3674 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3675 (iso-cvt-write-only): Likewise.
3677 * emacs-lisp/easy-mmode.el (define-minor-mode):
3678 Fix generated doc string.
3680 * startup.el (fancy-splash-text): Add URL of guided tour.
3681 Adjust horizontal and vertical whitespace.
3683 * progmodes/compile.el (compilation-handle-exit):
3684 Use run-hook-with-args to run compilation-finish-functions.
3686 * files.el (file-start-mode-alist): New variable.
3687 (magic-mode-regexp-match-limit): Doc fix.
3688 (set-auto-mode): Handle file-start-mode-alist.
3689 A little cleanup of structure.
3691 2007-05-10 Davis Herring <herring@lanl.gov>
3693 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3694 workday specifications.
3695 (timeclock-log): Don't kill the log buffer if it already existed.
3697 2007-05-08 Richard Stallman <rms@gnu.org>
3699 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3700 Don't include non-self-insert commands in the exception for `-'.
3702 2007-05-08 David Reitter <david.reitter@gmail.com>
3704 * progmodes/python.el (python-guess-indent): Check non-nullness
3705 before comparing indent against the 2..8 interval.
3707 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3709 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3712 2007-05-06 Richard Stallman <rms@gnu.org>
3714 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3716 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3718 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3721 2007-05-01 Romain Francoise <romain@orebokech.com>
3723 * dired-x.el: Revert 2007-04-06 change.
3725 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3727 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3728 don't put stop on toolbar.
3730 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3732 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3734 2007-04-29 Richard Stallman <rms@gnu.org>
3736 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3738 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3740 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3743 2007-04-28 Richard Stallman <rms@gnu.org>
3745 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3747 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3749 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3751 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3753 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3754 instead of $(lisp)/mh-e.
3756 * textmodes/fill.el (fill-paragraph): Doc fix.
3758 2007-04-28 Glenn Morris <rgm@gnu.org>
3760 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3761 (image-dired-cmd-create-temp-image-options): Replace option
3762 +profile "*" with -strip.
3764 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3766 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3767 Use window-start and window-end.
3769 2007-04-26 Glenn Morris <rgm@gnu.org>
3771 * progmodes/python.el: Restore file pending consideration of legal
3774 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3776 * locate.el (locate-in-alternate-database): Doc fix.
3778 2007-04-26 Glenn Morris <rgm@gnu.org>
3780 * button.el (button): Use underline if supported, else fall back
3783 2007-04-25 Richard Stallman <rms@gnu.org>
3785 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3787 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3789 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3790 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3792 (idlwave-current-routine): Don't push mark.
3794 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3796 * image-dired.el (image-dired-display-image): Derive image-type from
3797 filename rather than assuming jpeg, in case no resizing was needed.
3799 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3801 * custom.el (defface): Doc fix.
3803 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3805 * progmodes/python.el: Remove due to unclear legal issues.
3807 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3809 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3810 Don't re-query for each cleared BP.
3811 (idlwave-shell-clear-bp): Optionally skip BP query.
3812 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3813 of set-window-buffer, which incorrectly moves displayed region.
3815 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3817 * calc/calc.el (calc-bug-address): Update maintainer's address.
3818 * calc/*: Update maintainer's address.
3820 2007-04-23 Richard Stallman <rms@gnu.org>
3822 * simple.el (set-mark-command-repeat-pop): Doc fix.
3823 Put in `editing-basics' group.
3825 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3827 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3829 (Info-mode-line-node-keymap): Bind mouse commands to
3830 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3832 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3834 * locate.el (locate-local-prompt): New var.
3835 (locate-prompt-for-command): Doc fix.
3836 (locate-prompt-for-search-string): New function.
3837 (locate): New optional arg. Make locate-local-prompt
3838 buffer-local. Use locate-prompt-for-search-string.
3839 (locate-with-filter): New optional arg.
3840 Use locate-prompt-for-search-string.
3841 (locate-update): Bind locate-prompt-for-command.
3843 2007-04-23 Glenn Morris <rgm@gnu.org>
3845 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3847 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3849 * button.el (button): Inherit from link face on a tty.
3851 2007-04-23 Glenn Morris <rgm@gnu.org>
3853 * button.el (button): Use color for this face on a tty.
3855 * files.el (magic-mode-alist): Allow for carriage-returns in
3856 html-mode and sgml-mode entries.
3858 2007-04-22 Richard Stallman <rms@gnu.org>
3860 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3861 Improve doc string of generated command.
3863 * subr.el (read-number): Catch errors.
3865 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3867 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3869 * image-dired.el: Rename from thumbnails.el. All instances of
3870 "thumbnails" replaced with "image-dired".
3872 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3875 2007-04-22 Kim F. Storm <storm@cua.dk>
3877 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3878 Don't use kill-line.
3880 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3882 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3885 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3887 * dired.el: Rename "tumme" to "thumbnails".
3889 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3890 replaced with "thumbnails".
3892 2007-04-22 Glenn Morris <rgm@gnu.org>
3894 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3895 and give it the risky-local-variable property.
3897 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3900 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3902 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3903 Use delete-region instead of kill-line.
3905 2007-04-21 Alan Mackenzie <acm@muc.de>
3907 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3908 `kill-region' by `delete-region'.
3910 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3912 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3913 instead of kill-region.
3915 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3916 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3917 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3920 * progmodes/vhdl-mode.el (vhdl-template-type)
3921 (vhdl-template-record, vhdl-template-nature)
3922 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3923 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3924 Use delete-region instead of kill-word and kill-line.
3926 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3928 * dired-x.el (dired-virtual-mode): Doc fix.
3930 2007-04-21 Richard Stallman <rms@gnu.org>
3932 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3934 * subr.el (read-number): Doc fix.
3936 * simple.el (pop-to-mark-command): Display message "mark popped"
3937 if point does not move.
3938 (set-mark-command): Doc fix.
3940 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3942 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3943 (locate-local-filter, locate-local-search): New vars.
3944 (locate): Make variables local.
3945 (locate-update): Bind locate-buffer-name. Call locate using
3946 locate-local-filter and locate-local-search.
3948 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3950 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3951 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3952 (hi-lock-mode): Update docstring.
3954 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3956 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3957 fill-nobreak-predicate when the break is past fill-column.
3959 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3961 * locate.el (locate): Output from shell-command should go in the
3962 current buffer rather than *Shell Command Output*.
3964 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3966 * paren.el (show-paren-function): Fix last fix.
3968 2007-04-19 Kevin Ryde <user42@zip.com.au>
3970 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3971 (archive-lzh-summarize): Add optional start arg for where to start
3972 looking at the archive.
3973 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3975 * international/mule.el (auto-coding-alist): no-conversion for .exe
3978 2007-04-19 Alan Mackenzie <acm@muc.de>
3980 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3981 function return type contains "struct", "union", etc.
3982 c-end-of-defun goes too far forward.
3984 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3986 * paren.el (show-paren-function): Reset window-start to avoid
3989 2007-04-19 Glenn Morris <rgm@gnu.org>
3991 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3993 2007-04-18 Glenn Morris <rgm@gnu.org>
3995 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3997 (diary-list-entries): Only switch to diary-mode from
3998 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3999 diary-mode set header-line-format, in case of any customization.
4001 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4003 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
4004 is less than the length of parse-time-syntax.
4006 2007-04-17 David Kastrup <dak@gnu.org>
4008 * replace.el (query-replace-regexp-eval): Deprecate.
4010 2007-04-17 Alan Mackenzie <acm@muc.de>
4012 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
4013 point too close to EOB, leave point at EOB rather than last `}'.
4015 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4017 * textmodes/bibtex.el (bibtex-include-OPTkey)
4018 (bibtex-user-optional-fields, bibtex-entry-field-alist):
4021 2007-04-17 Glenn Morris <rgm@gnu.org>
4023 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
4024 be encoded, fall back to current year.
4026 2007-04-14 Kevin Ryde <user42@zip.com.au>
4028 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
4029 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
4032 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
4034 * progmodes/python.el (python-end-of-block): Avoid looping forever
4035 if python-next-statement fails.
4037 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4039 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
4041 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4043 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
4044 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
4046 2007-04-15 Jay Belanger <belanger@truman.edu>
4048 * calc/calc.el (calc-version): New function.
4049 (calc-trail-mode): Shorten the title.
4051 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4053 * mail/footnote.el (footnote-style): Clarify docstring to state
4054 that customizing this only applies to future footnotes.
4056 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4058 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
4059 (bibtex-make-field): Check that INIT is a string. Use functionp.
4061 2007-04-14 Glenn Morris <rgm@gnu.org>
4063 * complete.el (PC-goto-end): New buffer-local variable.
4064 (PC-do-completion-end): Make buffer-local.
4065 (partial-completion-mode) <choose-completion-string-functions>:
4066 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
4067 (PC-do-completion): New optional fourth argument GOTO-END. Add a
4068 doc string. Set PC-goto-end for choose-completion.
4069 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
4072 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4073 arg to bibtex-make-field.
4074 (bibtex-make-field): Add optional fourth arg NODELIM.
4075 Insert delimiters around INIT unless this arg is non-nil.
4077 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
4079 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
4080 global map isn't modified.
4082 2007-04-14 Glenn Morris <rgm@gnu.org>
4084 * calendar/appt.el (appt-disp-window): Do not split small windows.
4085 Suggested by Jeff Miller <jmiller@cablespeed.com>.
4087 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
4089 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
4093 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
4095 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
4097 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
4098 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
4099 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
4100 (term-pager-help): Fix typos in docstrings.
4102 * wid-edit.el (widget-documentation): Fix typo in docstring.
4104 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
4105 Fix typos in error messages.
4107 2007-04-13 Martin Rudalics <rudalics@gmx.at>
4109 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
4110 window marked as dedicated.
4112 * mail/footnote.el (footnote-latin-string): New variable.
4113 (footnote-latin-regexp): Redefine as regexp alternative.
4114 (Footnote-latin): Use footnote-latin-string instead of
4115 footnote-latin-regexp.
4117 2007-04-13 Glenn Morris <rgm@gnu.org>
4119 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4122 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
4124 * outline.el (outline-get-next-sibling): Clarify docstring.
4125 (outline-get-last-sibling): Handle case where we are at the first
4126 heading. Clarify docstring.
4128 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4130 * progmodes/gud.el (gud-minor-mode-map): Make go button same
4131 length as stop button to lessen flicker.
4132 (jdb): Add gud-print.
4133 (gud-find-expr): Jdb prints the expression with the value, so
4134 don't insert it in the output.
4136 2007-04-11 Jason Rumney <jasonr@gnu.org>
4138 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4139 case hex. Do not try to decode non-hex letters.
4141 2007-04-11 Markus Triska <markus.triska@gmx.at>
4143 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4144 (byte-optimize-backward-word): Remove (move to bytecomp.el).
4145 (byte-optimize-form-code-walker): Evaluate pure function calls if
4147 (byte-optimize-all-constp): New function.
4149 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4150 Improve numeric argument case.
4151 (byte-compile-backward-char, byte-compile-backward-word):
4152 New functions, performing rewriting previously done in byte-opt.el.
4153 Fix their "Fixme" item (restriction to numeric arguments).
4155 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4157 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4159 (after-init-hook): Don't quote lambda.
4160 (desktop-first-buffer): Don't wrap it in eval-when-compile.
4161 (desktop-internal-v2s): Remove unused var `el'.
4162 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4163 desktop-restore-file-buffer.
4164 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4165 desktop-create-buffer.
4167 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
4169 * woman.el (woman-decode-buffer): Postpone macro-set check...
4170 (woman-decode-region): ...to here.
4172 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4174 * startup.el (tty-handle-args): Use %S to log ARGS.
4176 2007-04-10 Glenn Morris <rgm@gnu.org>
4178 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4179 it is obsolete and has no effect.
4181 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4184 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4185 obsolete function make-local-hook.
4187 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4188 start to quieten byte-compiler.
4190 2007-04-10 Markus Triska <markus.triska@gmx.at>
4192 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4193 to bytecomp.el as byte-compile-char-before).
4194 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4195 New function (modified replacement for byte-optimize-char-before in
4198 2007-04-09 Alan Mackenzie <acm@muc.de>
4200 * startup.el (inhibit-splash-screen): Emphatically state that it
4201 can't be set in site-start.el.
4203 2007-04-09 Masatake YAMATO <jet@gyve.org>
4205 * progmodes/cc-subword.el (c-capitalize-subword): More closely
4206 mimic the behavior of `capitalize-word'. Do not move point with a
4207 negative argument. Based on tiny change by Paul Curry.
4209 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
4211 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4212 Don't move point if ARG is negative.
4214 2007-04-09 Alan Mackenzie <acm@muc.de>
4216 Changes to make `narrow-to-defun' and `mark-defun' work properly
4219 * progmodes/cc-defs.el (c-beginning-of-defun-1):
4220 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4221 Bind beginning/end-of-defun-function to nil around calls to
4222 beginning/end-of-defun.
4224 * progmodes/cc-langs.el (beginning-of-defun-function)
4225 (end-of-defun-function): New c-lang-setvar's.
4227 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4228 (setq arg 1))" to enable non-interactive call.
4230 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4232 * simple.el (set-mark-command): Doc fix.
4234 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4236 * progmodes/gud.el (gdb): Restore existing session if user
4237 tries to start a second one in graphical mode.
4239 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4241 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4243 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4245 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4246 Add binding for C-M-SPC.
4248 2007-04-08 Richard Stallman <rms@gnu.org>
4250 * pcomplete.el (pcomplete-read-event): One single definition,
4253 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4255 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4256 byte-compiler warning "value unused".
4258 2007-04-08 Andreas Schwab <schwab@suse.de>
4260 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4262 2007-04-07 Glenn Morris <rgm@gnu.org>
4264 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4265 Autoload these functions.
4266 (diary-date-forms): Add a custom :set form.
4268 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4270 (diary-font-lock-keywords): New function with old code for
4271 initialization of variable of same name.
4273 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4275 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4276 clean-up: only insert space when on identifier, etc.
4278 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4280 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4282 * net/tls.el (open-tls-stream): Properly handle case where there
4283 is no associated buffer.
4285 2007-04-07 Glenn Morris <rgm@gnu.org>
4287 * ffap.el (ffap-file-at-point): Lower the priority of the
4288 ffap-ftp-sans-slash-regexp check.
4290 2007-04-06 Alan Mackenzie <acm@muc.de>
4292 Fix fontification of labels, and other things with ":".
4294 * progmodes/cc-engine.el (c-forward-label): The function now
4295 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4298 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4299 new return code from c-forward-label, fontifying tokens properly.
4300 Add some general comments throughout the file.
4302 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4304 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4305 Revert 2006-01-27 change.
4307 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4309 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4311 * desktop.el (desktop-create-buffer, desktop-save):
4312 Revert 2004-11-12 change for lack of copyright papers.
4314 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4315 (dired-guess-default): Respect case.
4317 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4319 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4320 was originally checked in as byte-optimize-concat on 1997-11-02.
4322 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4323 1995-05-19 doc changes.
4325 2007-04-06 Kim F. Storm <storm@cua.dk>
4327 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4328 (unload-feature): Update interactive spec accordingly.
4330 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4332 2007-04-06 John Paul Wallington <jpw@pobox.com>
4334 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4335 capture. Restore the table in the same buffer.
4337 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4339 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4341 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4344 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4346 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4347 for low-color displays.
4349 2007-04-05 Glenn Morris <rgm@gnu.org>
4351 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4352 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4353 Seed random number generator on loading.
4355 * emacs-lisp/authors.el (top-level): Provide self.
4357 * play/animate.el (top-level): Provide self.
4359 2007-04-04 Alan Mackenzie <acm@muc.de>
4361 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4362 to mention c-syntactic-indentation.
4364 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4366 * subr.el (with-case-table): New macro.
4368 * international/mule.el (ascii-case-table): New var.
4370 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4373 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4375 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4377 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4378 of the window if we're outside it e.g menu-bar.
4380 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4381 window if we're outside it e.g menu-bar.
4383 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4385 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4386 decode base-64 encoded body if its content-type is something other
4387 than text/* or message/*.
4389 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4391 * simple.el (activate-mark-hook): Fix typo in docstring.
4393 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4395 * tmm.el (tmm-c-prompt): Initialize.
4396 (tmm-menubar): Deal with extended menu-items at top level.
4397 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4398 (tmm-prompt): Handle visibility of top level menu-items.
4400 * progmodes/gud.el (gud-menu-map): Simplify.
4401 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4404 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4406 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4408 * comint.el (comint-send-input): Widen the buffer first.
4410 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4412 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4414 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4415 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4417 * newcomment.el (comment-search-forward): Discard comment starters
4420 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4422 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4424 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4426 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4429 * button.el (previous-button): Rewrite to account for adjacent buttons.
4431 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4433 * progmodes/idlwave.el (idlwave-auto-fill):
4434 Revert paragraph-separate change.
4436 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4437 Simplify module calc.
4438 (idlwave-shell-set-bp-in-module): Compute module.
4440 2007-03-31 Glenn Morris <rgm@gnu.org>
4442 * emacs-lisp/timer.el (run-at-time): Doc fix.
4444 * emacs-lisp/warnings.el (display-warning): If we create the
4445 buffer displaying the warning, disable undo there.
4447 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4449 * net/tramp.el (tramp-register-file-name-handler)
4450 (tramp-register-completion-file-name-handler): New defsubst,
4451 derived from `tramp-register-file-name-handlers'. The split is
4452 necessary because Tramp's file name handlers must be registered at
4453 different startup places.
4455 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4457 * progmodes/hideshow.el (turn-off-hideshow): New function.
4458 (hs-minor-mode): Use it instead of a lambda expression in
4459 change-major-mode-hook.
4461 2007-03-31 David Kastrup <dak@gnu.org>
4463 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4464 corresponding to MANPATH_MAP entries.
4465 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4466 (woman-parse-man.conf): Use more discriminating man.conf name.
4467 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4468 (woman-manpath): Doc fix and type fix.
4469 (woman-cached-data): Check for MANPATH_MAP entries.
4470 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4472 2007-03-31 Stuart Herring <herring@lanl.gov>
4474 * emacs-lisp/sregex.el (sregexq): Doc fix.
4476 2007-03-31 Markus Triska <markus.triska@gmx.at>
4478 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4480 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4482 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4485 2007-03-30 Alan Mackenzie <acm@muc.de>
4487 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4489 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4491 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4492 Use it, passed in explicitly, instead of from the dynamic binding.
4493 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4495 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4497 * simple.el (blink-matching-open): When in minibuffer, don't
4498 search for a match inside the prompt.
4500 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4502 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4503 (tmm-prompt): Don't make the mouse user select the first menu
4506 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4508 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4509 SIGUSR1 and SIGUSR2.
4511 2007-03-29 Kim F. Storm <storm@cua.dk>
4513 * ido.el (ido-read-internal): When reading file or dir, only override
4514 minibuffer-local-filename-completion-map, otherwise only override
4515 minibuffer-local-completion-map.
4517 2007-03-29 Glenn Morris <rgm@gnu.org>
4519 * complete.el (partial-completion-mode): Set PC-do-completion-end
4521 (PC-lisp-complete-symbol): Create and use a marker at `end',
4522 rather than using point-marker.
4524 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4526 * simple.el (next-error-highlight): Doc fix.
4527 (compose-mail): Revert 2007-03-19 change.
4529 2007-03-28 Richard Stallman <rms@gnu.org>
4531 * emacs-lisp/edebug.el (edebug-display): Don't go to
4532 edebug-outside-buffer if it is dead.
4534 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4536 * view.el (view-mode): Fix typos in docstring.
4538 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4540 * recentf.el (recentf-save-file): Add a custom :set function.
4542 2007-03-28 Glenn Morris <rgm@gnu.org>
4544 * complete.el (PC-do-completion-end): New variable.
4545 (partial-completion-mode) <choose-completion-string-functions>:
4546 Use PC-do-completion-end in the non-minibuffer case to replace the
4547 correct amount of text.
4548 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4549 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4550 to deal with improvements inserted after point.
4552 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4554 * button.el (make-text-button): Add explicit `button' property.
4555 (default-button): Don't put a `button' property on it.
4557 * progmodes/python.el (python-mode): Skip comments when parsing.
4559 * vc-arch.el (vc-with-current-file-buffer): New macro.
4560 (vc-arch-file-source-p): Use it to avoid infloop.
4562 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4564 * emacs-lisp/lisp.el (lisp-complete-symbol):
4565 Fix call to get-buffer-window to find windows in other frames.
4567 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4569 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4570 Fix calls to get-buffer-window to find windows in other frames.
4571 Reported by David Hansen <david.hansen@gmx.net>.
4573 2007-03-27 Kevin Ryde <user42@zip.com.au>
4575 * info.el (Info-display-images-node): On a text-only terminal,
4576 show the "text" or "alt" parts of the image blobs.
4578 2007-03-27 Glenn Morris <rgm@gnu.org>
4580 * complete.el (PC-do-completion): Compute completion-base-size in
4581 the non-filename case, rather than setting to nil.
4582 (PC-lisp-complete-end): New variable.
4583 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4584 original end in a series of consecutive invocations.
4586 * calendar/calendar.el (calendar-mode-hook): Declare it.
4588 * calendar/diary-lib.el (diary-live-p): Do not check for
4589 diary-selective-display.
4591 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4593 * replace.el (occur-next-error): *Occur* might not be displayed in the
4594 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4596 2007-03-26 Richard Stallman <rms@gnu.org>
4598 * textmodes/flyspell.el (flyspell-large-region):
4599 Use ispell-call-process-region.
4601 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4603 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4604 Use prin1 instead of princ.
4606 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4608 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4609 Merge in X resources before global face.
4611 * progmodes/compile.el (compilation-start): Save compilation-directory
4612 rather than default-directory as local var.
4613 (compilation-directory): Mark as safe local var.
4615 * files.el: Don't mark default-directory as a safe local var.
4617 2007-03-25 Alan Mackenzie <acm@muc.de>
4619 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4620 * progmodes/cc-engine.el: Fix typo.
4622 2007-03-25 Juri Linkov <juri@jurta.org>
4624 * compare-w.el (compare-windows): Rename customization group
4625 `compare-w' to `compare-windows'.
4626 (compare-windows-whitespace, compare-ignore-whitespace)
4627 (compare-ignore-case, compare-windows-sync)
4628 (compare-windows-sync-string-size, compare-windows-recenter)
4629 (compare-windows-highlight, compare-windows): Change group name in
4630 the `group' tag from `compare-w' to `compare-windows'.
4631 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4633 2007-03-24 Markus Triska <markus.triska@gmx.at>
4635 * expand.el: Change example to always enable abbrev-mode,
4636 and remove redundant `function'.
4637 (expand-abbrev-hook): Add autoload cookie.
4639 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4641 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4642 (testcover-mark-all, testcover-unmark-all): Add prompts to
4645 2007-03-24 Jason Rumney <jasonr@gnu.org>
4647 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4648 Use file size in bytes for auto-revert-tail-pos not characters.
4650 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4652 * vc-rcs.el (vc-rcs-annotate-command):
4653 Set text property :vc-annotate-prefix on the annotation text.
4654 (vc-rcs-annotate-time): Instead of searching for ": ",
4655 search for end of text propertized with :vc-annotate-prefix.
4657 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4659 * whitespace.el (top level): Remove calls putting
4660 permanent-local nil property since these are no-ops.
4662 * man.el (Man-support-local-filenames): Assure that
4663 default-directory exists when doing call-process.
4665 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4667 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4668 Fix omission bug: Use m4-program-options to construct shell command.
4670 2007-03-23 David Kastrup <dak@gnu.org>
4672 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4673 Use `mapcar' rather than `mapcan' to silence compiler warning.
4675 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4677 * textmodes/reftex.el, textmodes/reftex-vars.el,
4678 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4679 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4680 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4681 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4682 * textmodes/reftex-auc.el: Add maintainer address.
4684 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4686 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4687 Make sure that `global-font-lock-mode' does not turn on font-lock
4690 2007-03-21 Kim F. Storm <storm@cua.dk>
4692 * xt-mouse.el (xt-mouse-epoch): New variable.
4693 (xterm-mouse-event): Use float-time.
4695 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4697 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4700 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4702 * complete.el (read-file-name-internal): Don't add the final > if the
4703 completion is not finished (re-application of this patch, which was
4704 accidentally undone by Eli).
4706 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4708 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4709 clicks in describe-key and describe-key-briefly advice a little better.
4711 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4713 * server.el (server-process-filter): Cancel any pending isearch.
4715 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4717 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4718 (icalendar--get-unfolded-buffer): Define actual arguments rather
4719 than just using &rest. Check replace-in-string is fbound.
4720 (icalendar-import-buffer): Doc fix.
4721 (icalendar--convert-ical-to-diary): Set diary-file.
4722 Check diary-file before inserting final newline.
4723 (icalendar--add-diary-entry): Return diary-file.
4725 2007-03-21 Glenn Morris <rgm@gnu.org>
4727 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4728 (diary-display-hook): Add custom :set function.
4730 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4731 Add custom :set function.
4732 (diary-header-line-format): Doc fix.
4733 (diary-set-maybe-redraw): New function.
4734 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4735 (diary-list-entries): Always run diary-mode.
4737 2007-03-20 Kenichi Handa <handa@m17n.org>
4739 * international/quail.el (quail-setup-completion-buf): Make the
4740 completion buffer read-only.
4741 (quail-completion): Adjusted for the above change. Leave the
4744 2007-03-20 David Kastrup <dak@gnu.org>
4746 * files.el (magic-mode-alist): Require literal "%!PS" string for
4747 magic postscript file detection.
4749 2007-03-20 Richard Stallman <rms@gnu.org>
4751 * textmodes/ispell.el (ispell-call-process): New function.
4752 Defends against bad `default-directory.'
4753 (ispell-check-version, ispell-find-aspell-dictionaries)
4754 (ispell-get-aspell-config-value, lookup-words): Call it.
4755 (ispell-call-process-region): New function.
4756 (ispell-send-string): Call it.
4758 2007-03-20 Andreas Schwab <schwab@suse.de>
4760 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4761 (finder-data): Likewise.
4762 (autoloads): Likewise.
4764 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4766 * files.el (basic-save-buffer): Do not set visited filename when
4767 the corresponding directory does not exist or the specified
4768 filename is that of an existing directory.
4770 2007-03-20 Glenn Morris <rgm@gnu.org>
4772 * calendar/diary-lib.el (diary-live-p): New function.
4773 (number-of-diary-entries): Add a :set function to redisplay diary
4776 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4778 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4779 from client program, mev, to compute mouse event.
4781 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4783 * faces.el (momentary): Face removed; unused due to reversion of
4784 2007-01-04 changes by Kevin Rodgers.
4786 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4787 Suggested by Johan Bockg
\e,Ae
\e(Brd.
4789 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4791 * font-lock.el (lisp-font-lock-keywords-1):
4792 Highlight define-globalized-minor-mode as a keyword.
4794 2007-03-19 Kim F. Storm <storm@cua.dk>
4796 * calc/calc-forms.el (math-std-daylight-savings)
4797 (math-std-daylight-savings-old): Doc fix.
4799 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4801 * progmodes/python.el (python-default-template): Doc fix.
4802 (python-buffer): Fix typo in docstring.
4804 * isearchb.el (isearchb-follow-char):
4805 * subr.el (def-edebug-spec): Fix typo in docstring.
4807 2007-03-19 Richard Stallman <rms@gnu.org>
4809 * files.el (default-directory): Mark safe.
4810 (basic-save-buffer-2): Put proper dir name in error message.
4812 * simple.el (compose-mail): Run switch-function after
4813 setting up the mail buffer.
4815 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4817 2007-03-18 Jay Belanger <belanger@truman.edu>
4819 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4820 (math-std-daylight-savings-new): Rename from
4821 `math-std-daylight-savings'.
4822 (math-std-daylight-savings-old): Rename from old value of
4823 `math-std-daylight-savings'.
4824 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4825 `math-std-daylight-savings-old' depending on the year.
4827 2007-03-18 Detlev Zundel <dzu@gnu.org>
4829 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4830 zero-width regexps as invalid but rather at least count them correctly.
4832 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4834 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4835 don't wait more if there is output available to process.
4837 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4839 * progmodes/compile.el (compilation-find-file): Revert change
4840 from 2006-07-18 to allow completion of directory names.
4841 Reported by John Carter <john.carter@tait.co.nz>.
4843 2007-03-18 Kim F. Storm <storm@cua.dk>
4845 * subr.el (when, unless): Doc fix.
4847 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4849 * net/tls.el (tls-program): Doc fix.
4851 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4853 * autorevert.el (auto-revert-tail-handler):
4854 Call after-revert-hook.
4856 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4858 * simple.el (switch-to-completions): No error if search for \n\n fails.
4860 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4862 * simple.el (line-move-1):
4863 Respect `inhibit-line-move-field-capture' property.
4865 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4867 * comint.el (comint-arguments): Mark backslash-escaped chars.
4868 (comint-delim-arg): Don't treat them as delimiters.
4870 2007-03-12 Kim F. Storm <storm@cua.dk>
4871 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4873 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4875 * tempo.el (tempo-insert): Deal with 'r> if it appears
4876 specified with a prompt argument.
4878 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4880 * textmodes/org.el (org-set-font-lock-defaults):
4881 Handle narrow table columns correctly.
4883 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4885 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4886 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4887 Return to use of the -no-properties variants. There was
4888 consensus on emacs-devel that the speed of these variants was
4889 prefered since we are usually parsing files (from the internet
4890 or on disk) instead of XML created in Emacs.
4892 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4893 Add customize option.
4895 2007-03-12 Glenn Morris <rgm@gnu.org>
4897 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4898 North American rule. Replace "daylight savings" with "daylight
4901 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4902 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4903 "daylight saving" in text.
4905 * woman.el (woman-change-fonts): Tweak previous change by using
4906 woman-request-regexp rather than "^\\.".
4908 * startup.el (command-line-1): Make insertion of
4909 initial-scratch-message not depend on scratch being selected.
4911 2007-03-11 Juri Linkov <juri@jurta.org>
4913 * replace.el (match): Use yellow background on light-bg terminals.
4915 2007-03-11 Richard Stallman <rms@gnu.org>
4917 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4918 Correctly compute line number.
4920 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4922 * type-break.el (type-break-get-previous-count):
4923 Repeat previous change here.
4925 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4927 * progmodes/grep.el (grep-find-ignored-directories):
4928 Add .git and .bzr to list.
4930 2007-03-11 Andreas Schwab <schwab@suse.de>
4932 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4934 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4936 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4938 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4940 * faces.el (face-set-after-frame-default): Recalculate face
4941 customizations after applying X resources.
4943 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4945 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4946 (rcirc-keepalive-seconds): Remove variable.
4947 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4948 (rcirc-process, rcirc-user-disconnect): New variables.
4949 (rcirc-connect): Initalize new variables.
4950 (rcirc-keepalive): Don't send keepalive pings before connection
4952 (rcirc-sentinel): Do mark all channels with activity when
4953 connection is dropped. Run hook with process buffer local.
4954 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4955 (rcirc-buffer-process): Return value of rcirc-process if
4956 rcirc-server-buffer is nil.
4957 (rcirc-server-name): Return the reported server name.
4958 (rcirc-update-prompt): Simplify computation of the server name.
4959 (rcirc-format-response-string): Likewise.
4960 (rcirc-handler-001): Mark server as connected, record the reported
4961 server name, and schedule a timeout.
4962 (rcirc-track-nick): Add a spec for the tty class.
4963 (rcirc-user-non-nick): Remove function.
4964 (rcirc-nick-prefix-chars): Add variable.
4965 (rcirc-user-nick): Use above variable.
4967 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4969 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4970 Bind deactivate-mark to nil.
4972 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4974 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4975 that buffer contents get erased during completion.
4977 2007-03-10 Glenn Morris <rgm@gnu.org>
4979 * woman.el (woman-change-fonts): Add a hack to deal with
4980 font-escape followed by "." at start of a line.
4981 (woman2-IP): Add a hack to deal with consecutive requests.
4982 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4984 2007-03-10 Alan Mackenzie <acm@muc.de>
4986 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4988 2007-03-09 Richard Stallman <rms@gnu.org>
4990 * abbrev.el (abbrev): Add `provide'.
4992 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4994 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4996 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4998 * complete.el (PC-try-completion): New function.
4999 (PC-do-completion, read-file-name-internal): Use it instead of
5002 2007-03-08 Alan Mackenzie <acm@muc.de>
5004 Remove stale tokens from `c-found-types' cache.
5006 * progmodes/cc-mode.el (c-unfind-enclosing-token)
5007 (c-unfind-coalesced-tokens, c-before-change): New functions.
5008 (c-maybe-stale-found-type): New variable.
5010 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
5011 (c-trim-found-types): New functions.
5013 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
5015 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
5016 (debug-ignored-errors): Add entry from smerge-match-conflict.
5018 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
5020 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
5021 special help topics for keywords.
5022 (idlwave-help-assistant-command): Include ".exe" for ms-dos
5023 etc. Assistant command.
5025 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
5027 * replace.el (occur-engine): Move buffer-undo-list binding...
5028 (occur-1): ...to here.
5030 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
5032 * simple.el (minibuffer-completing-symbol): New var.
5033 (eval-expression): Use it.
5034 (completion-setup-function): Don't bind completion-base-size when
5035 completing a symbol in the minibuffer.
5037 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
5039 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
5040 tries to start a second session in graphical mode.
5042 2007-03-07 Miles Bader <miles@gnu.org>
5044 * international/isearch-x.el
5045 (isearch-process-search-multibyte-characters):
5046 Strip text-properties from PROMPT to avoid an error from read-string.
5048 2007-03-07 Kim F. Storm <storm@cua.dk>
5050 * complete.el (PC-bindings): Remap lisp-complete-symbol to
5051 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
5053 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5055 * complete.el (PC-do-completion): Delete duplicates in the list of
5056 possible completions.
5058 2007-03-07 Glenn Morris <rgm@gnu.org>
5060 * ses.el (ses-mode): Doc fix.
5062 2007-03-06 Kim F. Storm <storm@cua.dk>
5064 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
5066 2007-03-06 Kenichi Handa <handa@m17n.org>
5068 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
5070 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5072 * simple.el (completion-setup-function): Improve last fix so it doesn't
5073 set it to a relative directory name either.
5075 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5077 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5079 2007-03-05 Richard Stallman <rms@gnu.org>
5081 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
5083 * files.el (find-file-noselect): No error if file no longer exists.
5084 Display a message and avoid other questions.
5086 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5088 * pcomplete.el (pcomplete-show-completions): Improve last change, so
5089 as not to use an invisible window and to create a window if none exist.
5091 * progmodes/python.el (python-send-command): Restart proc if necessary.
5092 (python-proc): Simplify.
5094 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
5096 * pcomplete.el (pcomplete-show-completions): Search all frames for
5099 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
5101 * cus-edit.el (customize-save-variable): Clear customized-value
5102 property (saved values are now put in theme-value property).
5103 (customize-set-variable): Doc fix.
5105 * complete.el (PC-do-completion): If completion-ignore-case is
5106 non-nil, replace field with completion string before exiting.
5108 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
5110 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
5111 Append its extension to the resulting temporary file name.
5112 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
5114 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
5115 (tramp-smb-handle-write-region): Apply it.
5117 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5119 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5120 Redo previous change.
5122 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5124 * diff-mode.el (diff-mode): Doc fix.
5126 2007-03-05 Kenichi Handa <handa@m17n.org>
5128 * international/characters.el: Set category `l' (latin)
5129 for more characters.
5131 2007-03-04 Kim F. Storm <storm@cua.dk>
5133 * emacs-lisp/authors.el (authors-aliases): Add alias.
5135 2007-03-04 Glenn Morris <rgm@gnu.org>
5137 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5138 all when switching major mode.
5139 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5140 (hs-block-start-mdata-select, hs-block-end-regexp)
5141 (hs-forward-sexp-func, hs-adjust-block-beginning):
5142 Do not make these variables permanent-local.
5144 2007-03-04 Richard Stallman <rms@gnu.org>
5146 * progmodes/cperl-mode.el (cperl-mode):
5147 Modify cperl-compilation-error-regexp-alist by appending.
5149 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5150 (edebug-mode): Add the hook.
5151 (edebug-recursive-edit): Remove the hook on exiting.
5153 * type-break.el (type-break-get-previous-time):
5154 Handle end-of-file errors specially
5155 so they don't get reported wrong in .emacs.
5157 * startup.el (fancy-splash-text): Clarify text.
5159 * simple.el (beginning-of-buffer, end-of-buffer):
5160 Avoid treating plain C-u like numeric arg.
5162 * simple.el (completion-setup-function): Don't set
5163 default-directory to nil.
5165 * shell.el (shell-dirstack-query): Doc fix.
5167 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5168 Don't select the window -- pass it to primitives instead.
5170 * faces.el (minibuffer-prompt): Use medium blue by default.
5172 2007-03-04 David Kastrup <dak@gnu.org>
5174 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5175 Preserve 16 as default value for "seconds" when customizing.
5177 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
5179 * textmodes/org.el (org-self-insert-command)
5180 (orgtbl-self-insert-command, org-delete-char)
5181 (org-delete-backward-char): Set the `flyspell-delayed' property.
5183 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
5185 * international/mule.el (find-auto-coding): Don't search for
5186 line-ending characters past the end of the tail.
5188 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
5190 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5191 Jump to the line where new score has been uploaded.
5193 * play/tetris.el (tetris-move-bottom, tetris-move-left)
5194 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5195 Do nothing when the game is paused.
5197 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
5199 * textmodes/org.el (org-set-tags): Prevent slipping of point
5202 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5204 * isearch.el (isearch-message-prefix):
5205 Use minibuffer-prompt-properties.
5207 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5209 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5210 (ps-setup): Print which Emacsen is running ps-print package.
5212 2007-03-01 Stuart Herring <herring@lanl.gov>
5214 * files.el (set-auto-mode-0): Use `indirect-function'.
5215 (hack-one-local-variable): Don't reapply current major mode.
5217 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5219 * progmodes/python.el (python-quote-syntax): Don't bother with
5220 syntax-ppss-context.
5221 (python-fill-paragraph): Make sure that fenced-string delimiters that
5222 stand on their own line stay there.
5224 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5226 * replace.el (perform-replace): Propertize message.
5228 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5230 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5233 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5235 * net/tramp.el (tramp-file-name-handler): Revert last change.
5237 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5239 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5240 Correct doc strings.
5242 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5244 * replace.el (perform-replace): Undo forward-char immediately if
5245 non-adjacent search fails.
5247 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5249 * version.el (emacs-major-version, emacs-minor-version):
5250 string-to-int -> string-to-number.
5252 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5254 * help.el (where-is): Fail gracefully when not passed a command.
5256 2007-02-28 Stuart Herring <herring@lanl.gov>
5258 * find-lisp.el (find-lisp-default-directory-predicate):
5259 Fix bug: Do symlink check on expanded filename.
5261 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5263 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5264 changes during replacement.
5265 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5267 2007-02-28 Lars Hansen <larsh@soem.dk>
5269 * desktop.el: Delete header line listing me as maintainer.
5271 2007-02-28 Glenn Morris <rgm@gnu.org>
5273 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5276 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5278 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5279 hooks to avoid confusion when combining after-change calls.
5281 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5283 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5284 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5285 (allout-distinctive-bullets-string): Add info about bullet conventions.
5286 (allout-mode): Add info about distinctive vs plain bullets.
5288 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5290 * textmodes/org.el (org-archive-subtree): Quote variable name.
5291 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5293 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5295 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5296 (gud-bashdb-command-name, bashdb): Remove.
5297 (gud, gud-menu-map): Remove references to bash/bashdb.
5299 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5301 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5302 keyword for Python 2.5.
5304 2007-02-26 Romain Francoise <romain@orebokech.com>
5306 * net/net-utils.el (whois-server-tld): Update server for .org.
5307 (whois-server-list): Add whois.publicinterestregistry.net.
5308 (whois-guess-server): Fix formatting in docstring.
5310 2007-02-26 Kim F. Storm <storm@cua.dk>
5312 * mouse.el (mouse-show-mark): Run hooks and perform command
5313 remapping for mouse-region-delete-keys.
5315 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5317 * font-core.el (font-lock-mode): Doc fix.
5319 2007-02-25 Kim F. Storm <storm@cua.dk>
5321 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5322 Add selected buffer to buffer-name-history.
5323 (ido-file-internal): Set this-command to fallback command.
5324 Add file names to file-name-history.
5326 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5327 Apply minibuffer-prompt-properties.
5329 2007-02-25 Andreas Schwab <schwab@suse.de>
5331 * files.el (hack-one-local-variable-eval-safep): Correct handling
5332 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
5334 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5336 * textmodes/org.el (org-table-overlay-coordinates)
5337 (org-table-toggle-coordinate-overlays): New functions.
5338 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5340 (org-startup-with-deadline-check): Remove option.
5341 (org-mode): Remove deadline check on startup.
5342 (org-table-limit-column-width): Remove option.
5343 (org-table-formula-numbers-only): Remove option.
5344 (org-link-style, org-link-format): Remove options.
5345 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5346 (org-export-ascii-show-new-buffer)
5347 (org-export-html-show-new-buffer): Remove options.
5348 (org-activate-links): Remove camel option.
5349 (org-file-link-context-use-camel-case): Remove option.
5350 (org-camel-regexp): Remove variable.
5351 (org-activate-camels): Remove function.
5352 (org-store-link): Remove Camel stuff.
5353 (org-make-org-heading-camel): Remove function.
5354 (org-open-at-point): Remove camel stuff.
5355 (org-link-search): Remove camel stuff.
5356 (org-camel-to-words): Function removed.
5357 (org-get-agenda-file-buffer): Make sure we prepare the base
5358 buffers, not any indirect buffers.
5359 (org-sort-entries): Sort top-level when not on a headline, and no
5361 (org-in-regexp): New function.
5362 (org-search-not-self): Rename from `org-search-not-link'.
5363 (org-open-link-marker): New variable.
5364 (org-open-at-point): Set `org-open-link-marker'.
5365 (org-print-icalendar-entries): Fixe bug with excluding DONE
5366 entries from the exported list.
5367 (org-edit-formula-lisp-indent): New command.
5368 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5369 (orgtbl-to-latex, orgtbl-insert-radio-table)
5370 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5371 (orgtbl-radio-table-templates): New option.
5372 (org-store-link-props):
5373 (org-remember-templates): More possibilities to insert info
5375 (org-remember-apply-template): Make use of the extended
5376 template capabilities.
5377 (org-remember-redo-template): New command.
5378 (org-upgrade-old-links)
5379 (org-table-modify-formulas, org-table-replace-in-formulas)
5380 (org-table-find-dataline)
5381 (org-table-get-vertical-vector): Remove functions.
5382 (org-table-remove-rectangle-highlight)
5383 (org-time-stamp-format, org-toggle-log-option)
5384 (org-table-highlight-rectangle)
5385 (org-table-iterate, org-table-make-reference):
5386 (org-translate-time, org-tree-to-indirect-buffer)
5387 (org-table-field-info, org-table-fix-formulas)
5388 (org-table-force-dataline, org-table-get-descriptor-line)
5389 (org-table-get-range)
5390 (org-skip-comments, org-sort)
5391 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5392 (org-table-current-dline, org-table-current-field-formula)
5393 (org-table-edit-backward-field)
5394 (org-table-edit-formulas-post-command)
5395 (org-table-edit-line-down, org-table-edit-line-up)
5396 (org-agenda-archive)
5397 (org-agenda-clock-cancel)
5398 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5399 (org-agenda-open-link, org-agenda-show-new-time)
5400 (org-agenda-skip-subtree-when-regexp-matches)
5401 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5402 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5403 (org-do-sort, org-file-image-p, org-find-overlays)
5404 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5405 (org-highlight-until-next-command, org-isearch-end)
5406 (org-match-any-p, org-next-link, org-previous-link):
5407 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5408 (org-rewrite-old-row-references)
5409 (org-isearch-post-command)
5410 (org-table-edit-move, org-table-edit-next-field)
5411 (org-table-edit-scroll, org-table-edit-scroll-down)
5412 (org-set-frame-title, org-show-reference)
5413 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5414 (org-show-variable): Remove command.
5415 (org-add-log-maybe): New arguments STATE, FINDPOS
5416 (org-table-sort-lines): Rewrite from scratch.
5417 (org-link-search): New argument AVOID-POS.
5418 (org-print-icalendar-entries): Remove argument CATEGORY.
5419 (org-run-agenda-series): Remove argument WONDOW.
5420 (org-next-link, org-previous-link): New commands.
5421 (org-agenda-date-format): New option.
5422 (org-table-iterate): New command.
5423 (org-table-modify-formulas)
5424 (org-table-replace-in-formulas): Remove functions.
5425 (org-table-fix-formulas): New function.
5426 (org-table-insert-column, org-table-delete-column)
5427 (org-table-move-column): Use `org-table-fix-formulas'.
5428 (org-follow-gnus-link): Patch from Bastien/Leo.
5429 (org-table-current-field-formula): New function.
5430 (org-file-image-p): New function.
5431 (org-agenda-show-new-time): New function.
5432 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5433 (org-with-remote-undo): New macro.
5434 (org-agenda-undo): New command.
5435 (org-verify-change-for-undo): New function.
5436 (org-time-stamp-format): New function.
5437 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5439 (org-match-any-p): New function.
5440 (org-make-tags-matcher): Handle regular expressions for tag and
5442 (org-read-date): Accept "+N" as input for a date relative to the
5444 (org-remove-subtree-entries-from-agenda): New function.
5445 (org-agenda-archive, org-agenda-kill):
5446 Use `org-remove-subtree-entries-from-agenda'.
5447 (org-do-sort, org-sort-entries): New functions.
5448 (org-sort): New command.
5449 (org-table-sort-lines): Use `org-do-sort'.
5450 (org-fix-decoded-time): New function.
5451 (org-table-number-regexp): Require 0x... to identify as number
5453 (org-startup-options): New keywords for note taking.
5454 (org-upgrade-old-links): Remove function.
5455 (org-get-repeat): New function.
5456 (org-show-context): Also show siblings on current level.
5457 (org-show-siblings): New function.
5458 (org-isearch-end, org-isearch-post-command): New functions.
5459 (org-show-siblings): New option.
5460 (org-show-context): Use `org-show-siblings'.
5461 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5462 to be bound, because user may just use elisp.
5464 2007-02-24 Kim F. Storm <storm@cua.dk>
5466 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5467 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5469 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5471 * startup.el (command-line): Also check if the abbrev file is readable.
5473 2007-02-24 John Paul Wallington <jpw@pobox.com>
5475 * net/tls.el (tls-certtool-program): Fix custom type.
5477 * mail/feedmail.el (feedmail-message-id-generator)
5478 (feedmail-date-generator): Fix custom types.
5480 * mail/rmail.el (rmail-message-filter): Fix custom type.
5482 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5484 * startup.el (command-line): If simple.el cannot be found, proceed
5485 with a warning message.
5487 2007-02-24 Kenichi Handa <handa@m17n.org>
5489 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5490 case that BEG is a string.
5492 2007-02-24 Chris Moore <dooglus@gmail.com>
5494 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5495 * pgg-pgp.el (pgg-pgp-encrypt-region):
5496 * pgg-gpg.el (pgg-gpg-encrypt-region):
5497 Check pgg-encrypt-for-me if no other recipients.
5499 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5501 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5503 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5504 shell-quote-argument.
5506 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5508 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5509 from the comint buffer instead of the temporary one.
5511 2007-02-23 David Reitter <david.reitter@gmail.com>
5513 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5514 storing it in recentf-exclude.
5516 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5518 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5521 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5523 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5524 commands, for restart.
5525 (idlwave-shell-current-module): Fix handling of module name by type.
5526 (idlwave-shell-break-in): Update type handling.
5527 (idlwave-shell-bp-get): Encode type in BP structure.
5528 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5529 (idlwave-shell-module-source-query): Query routine info based on type.
5530 Fix path parsing for non-compiled files.
5531 (idlwave-shell-module-source-filter): Don't signal error in filter
5533 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5536 2007-02-22 Kim F. Storm <storm@cua.dk>
5538 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5539 (editable-field): Document need to put some text before the %v
5540 escape in :format string.
5542 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5544 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5545 (vc-svn-use-edit): Remove unused config var.
5546 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5548 * outline.el (hide-sublevels): Keep empty last line, if available.
5550 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5551 rather than the corresponding unicode char, to make the code
5554 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5556 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5557 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5558 (speedbar-item-info-tag-helper): Doc fixes.
5560 2007-02-19 Kenichi Handa <handa@m17n.org>
5562 * international/mule-cmds.el (locale-language-names):
5563 Map "eo" to "Esperanto".
5565 * language/european.el ("Esperanto"): New language environment.
5567 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5569 * simple.el (kill-line): Doc fix.
5571 2007-02-17 Kim F. Storm <storm@cua.dk>
5573 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5574 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5575 (bindat--unpack-group, bindat--pack-group):
5576 Handle vectors with optional element type.
5578 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5580 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5581 if PASSPHRASE is given.
5583 2007-02-17 Chris Moore <dooglus@gmail.com>
5585 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5586 Recognize backups of bz2 compressed files.
5588 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5590 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5591 to nil to speed up lookup of the symbol in index nodes.
5593 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5595 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5596 Add indentation for the constants of Lisp.
5598 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5600 * ps-print.el: Use (defvar <foo>) where applicable.
5601 (ps-print-emacs-type): Remove.
5602 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5603 (ps-frame-parameter): Align its call-convention with frame-parameter.
5604 (ps-begin-job): Adjust calls to it appropriately.
5605 (ps-setup): Don't print ps-print-emacs-type.
5606 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5607 Define in such a way that it's obvious that it's defined.
5608 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5609 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5610 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5612 2007-02-15 Alan Mackenzie <acm@muc.de>
5614 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5615 an empty one-line C-style comment, post-position point properly.
5617 2007-02-15 Chris Moore <dooglus@gmail.com>
5619 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5620 (isearch-lazy-highlight-new-loop): Bind it.
5621 (isearch-lazy-highlight-search): Use it.
5623 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5625 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5627 * font-lock.el (font-lock-extend-region-wholelines):
5628 Only return non-nil if the region has really been changed.
5629 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5631 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5633 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5634 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5635 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5637 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5639 * faces.el (color-values): Revert changes to docstring from
5640 2007-01-31 and 2000-09-07.
5642 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5643 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5644 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5645 (ispell-help): Fix typos in docstring and output message.
5647 2007-02-14 Kim F. Storm <storm@cua.dk>
5649 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5650 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5651 (grep): Fix lgrep reference.
5653 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5654 (standard-display-underline): Use make-glyph-code.
5656 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5658 * international/latin1-disp.el (latin1-display-char):
5659 Use make-glyph-code.
5661 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5663 * ehelp.el (with-electric-help, electric-help-exit)
5664 (electric-help-retain): Doc fixes.
5666 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5667 (byte-compile-file): Doc fixes.
5669 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5671 * term/mac-win.el: Change all uses of
5672 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5673 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5674 (mac-ae-get-url): Call select-frame-set-input-focus.
5675 (mac-dnd-handle-drag-n-drop-event): Don't call
5676 select-frame-set-input-focus.
5678 2007-02-13 Kenichi Handa <handa@m17n.org>
5680 * international/characters.el: Fix documentation of category `a'.
5682 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5684 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5686 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5688 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5689 (tramp-get-remote-ln): Handle error case.
5690 Reported by Chris Moore <dooglus@gmail.com>.
5692 2007-02-11 Kim F. Storm <storm@cua.dk>
5694 * bindings.el (ctl-x-map): Remove register compatibility bindings
5695 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5697 2007-02-11 Richard Stallman <rms@gnu.org>
5699 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5702 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5703 condition -- don't fail to stop at endpos.
5705 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5707 * textmodes/org.el (org-agenda-get-todos)
5708 (org-agenda-get-timestamps, org-agenda-get-closed)
5709 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5710 (org-agenda-get-blocks, org-format-agenda-item)
5711 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5712 from `category' to `org-category'.
5714 2007-02-11 Kenichi Handa <handa@m17n.org>
5716 * international/titdic-cnv.el (titdic-convert): Force files be written
5717 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5718 (miscdic-convert): Force files be written with Unix-like eol format.
5720 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5722 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5724 * calculator.el (calculator-prompt): Doc fix.
5725 (calculator-mode-map): Fix typo in menu entry.
5727 2007-02-10 Jay Belanger <belanger@truman.edu>
5729 * calculator.el (calculator): Do more extensive checking for when
5730 3 lines should be used for the calculator.
5732 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5734 * info-look.el (info-lookup-make-completions):
5735 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5738 * info.el (Info-fontify-maximum-menu-size): Document the effect
5740 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5741 non-nil before using it as size.
5743 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5745 * subr.el (insert-for-yank-1): Prevent read-only properties from
5746 interfering with text property operations.
5748 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5750 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5751 (image-type-auto-detected-p): Fail if another match is found in
5754 * files.el (magic-mode-alist): Call image-mode instead of
5755 image-mode-maybe for autodetected images.
5757 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5759 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5760 Fix typos in docstrings.
5761 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5763 2007-02-09 Kim F. Storm <storm@cua.dk>
5765 * emacs-lisp/float-sup.el: Remove obsolete comment.
5767 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5769 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5771 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5773 * simple.el: Revert previous change, at request of RMS:
5774 (fundamental-mode-hook): Remove.
5775 (fundamental-mode): Run after-change-major-mode-hooks manually,
5776 and don't run the now-nonexistent fundamental-mode-hook.
5778 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5780 * simple.el (fundamental-mode-hook): Declare new hook.
5781 (fundamental-mode): Run the new dedicated hook, and don't run
5782 after-change-major-mode-hooks manually anymore.
5784 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5786 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5787 added columns of chars. Remove support for the "no-meta-info" format.
5788 Prompted by Romain Francoise <romain@orebokech.com>.
5790 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5792 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5793 (gdb-mouse-until, gdb-mouse-jump): Use it.
5795 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5797 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5798 work when there is just an assembler buffer (no source buffer).
5800 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5802 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5803 just because the diff was produced using "-p" (--show-c-function).
5805 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5807 * faces.el (frame-set-background-mode): Use `color-values' and
5808 `display-color-p', not `x-color-values' and `x-display-color-p'.
5809 (face-valid-attribute-values): Use `defined-colors' instead of
5812 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5814 * ps-print.el: The ps-print commands without face printing should not
5815 print background color. Reported by Leo <sdl.web@gmail.com>.
5816 (ps-print-version): New version 6.7.3.
5817 (ps-begin-job): New arg. Fix ps-default-background and
5818 ps-default-foreground initialization.
5819 (ps-face-attributes): Fix doc string.
5820 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5822 * printing.el: Fix ps-print link.
5824 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5826 * faces.el (face-set-after-frame-default): Compile attributes to
5827 be set by frame parameters before merging in X resources.
5829 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5831 * simple.el (blink-matching-paren-dont-ignore-comments):
5832 (blink-matching-paren-on-screen): Doc fixes.
5834 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5836 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5838 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5840 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5841 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5842 entries like `defun'. Return nil.
5844 2007-02-05 Kim F. Storm <storm@cua.dk>
5846 * ido.el: Doc fixes.
5848 2007-02-04 David Kastrup <dak@gnu.org>
5850 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5851 `mpuz-allow-double-multiplicator' is non-zero, and correct
5852 calculation of `min'.
5854 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5856 * wid-edit.el (widget-default-create): Insert new text at the
5857 :from marker _after_ the marker, not before it.
5859 2007-02-04 Alan Mackenzie <acm@muc.de>
5861 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5862 containing it is re-indented.
5864 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5866 * net/newsticker.el (newsticker--insert-image): Update docstring,
5867 and insert the image directly.
5868 (newsticker--buffer-redraw): Update docstring.
5870 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5871 Rename from define-global-minor-mode.
5873 * progmodes/cwarn.el (global-cwarn-mode):
5874 * emacs-lisp/autoload.el (make-autoload):
5875 * hi-lock.el (global-hi-lock-mode):
5876 * font-core.el (global-font-lock-mode): All callers changed.
5878 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5880 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5881 Don't copy @ignore lines into menu descriptions.
5882 (texinfo-multi-file-update): Goto the @node line before attempting
5883 to pluck the node name.
5884 (texinfo-multiple-files-update): Reverse the optional arguments'
5885 order, as per the doc string and the `interactive' form.
5887 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5889 * image-mode.el: Use autoload to avoid overriding disabled setting
5892 2007-02-03 Alan Mackenzie <acm@muc.de>
5894 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5895 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5896 adjacent paren groups).
5898 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5900 * progmodes/ebnf2ps.el: Doc fixes.
5901 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5903 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5905 * dired-x.el (dired-do-relsymlink): Add reference to
5906 dired-do-symlink. Add an autoload cookie.
5908 * dired-aux.el (dired-do-symlink): Add reference to
5909 dired-do-relsymlink.
5911 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5913 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5914 <left-fringe mouse-3>: New bindings.
5916 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5918 * net/newsticker.el (newsticker-version): Changed to "1.10".
5919 (newsticker--set-customvar): Doc string.
5920 (newsticker-new-item-face): Doc string.
5921 (newsticker-mode): Initialize `invisibility-spec' with t.
5922 (newsticker-mode-map): Added
5923 `newsticker-mark-all-items-at-point-as-read'.
5924 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5925 (newsticker-w3m-show-inline-images): Do not call
5927 (newsticker--buffer-after-w3m-insert-image): New advice for
5928 w3m-insert-image to cache images.
5929 (newsticker-next-item-same-feed): New.
5930 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5931 (newsticker-mark-all-items-of-feed-as-read): New.
5932 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5933 (newsticker-mark-item-at-point-as-read): Doc string.
5934 (newsticker-mark-item-at-point-as-read): Use new functions.
5935 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5936 `newsticker-mark-item-at-point-as-read'.
5937 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5938 (newsticker--sentinel): Yet another xml-parser workaround.
5939 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5941 (newsticker--buffer-do-insert-text): Fix.
5942 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5943 (newsticker--buffer-make-item-completely-visible):
5944 `switch-to-buffer' not necessary.
5946 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5948 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5949 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5950 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5951 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5952 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5954 2007-02-02 Kenichi Handa <handa@m17n.org>
5956 * international/quail.el (quail-show-key): Fix an error message.
5958 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5960 * faces.el (set-face-underline-p, modify-face): Rename arg
5961 UNDERLINE-P to UNDERLINE (it is not a flag).
5963 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5965 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5966 when adding gdb-speedbar-update to gdb-input-queue.
5968 2007-02-01 Kenichi Handa <handa@m17n.org>
5970 * international/quail.el (quail-show-key): Signal an error if the
5971 current input method is not using Quail.
5973 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5975 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5976 Trim leading whitespace in sysvar names.
5978 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5980 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5982 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5984 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5986 2007-01-31 Romain Francoise <romain@orebokech.com>
5988 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5989 previous change to this file.
5991 2007-01-31 Jason Rumney <jasonr@gnu.org>
5993 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5996 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5997 interfering with attempt to set major mode from modified
6000 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
6002 * faces.el (color-values): Doc fix.
6003 (face-differs-from-default-p): Don't check :foreground twice.
6005 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
6007 * comint.el (comint-mode): Prevent non-keyword fontification by default.
6009 2007-01-31 Kenichi Handa <handa@m17n.org>
6011 * international/quail.el (quail-store-decode-map-key): Store a
6012 translated character too.
6013 (quail-char-equal-p): New function.
6014 (quail-find-key1): Check character equality by quail-char-equal-p.
6015 (quail-decode-map-generated): New variable.
6016 (quail-find-key): Check quail-decode-map-generated and re-generate
6017 a decode map if necessary.
6019 2007-01-30 Richard Stallman <rms@gnu.org>
6021 * tutorial.el (tutorial--detailed-help): Make the list of
6022 changed keys look nicer.
6024 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
6026 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
6027 (gdb-var-delete): Use it.
6028 (gdb-var-update-handler-1): Handle value "invalid" for MI field
6031 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
6033 * files.el (get-free-disk-space): Return nil for remote directories.
6035 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
6038 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
6040 * type-break.el (type-break-catch-up-event): New function.
6041 (type-break-demo-hanoi, type-break-demo-life)
6042 (type-break-demo-boring): Use it.
6044 * image-mode.el (image-mode): Don't automatically view as image.
6045 (image-toggle-display): Add `disabled' property.
6047 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
6049 * isearchb.el (isearchb-iswitchb):
6050 * ps-print.el (ps-build-face-reference):
6051 * emacs-lisp/shadow.el (list-load-path-shadows):
6052 * eshell/esh-cmd.el (eshell-rewrite-for-command):
6053 * international/mule.el (find-auto-coding):
6054 * mail/supercite.el (sc-attrib-selection-list):
6055 * progmodes/cc-defs.el (c-emacs-features):
6056 * progmodes/cc-vars.el (c-offsets-alist):
6057 * progmodes/flymake.el
6058 (flymake-init-create-temp-source-and-master-buffer-copy):
6059 Fix typos in docstrings (some suggested by Chris Moore).
6061 * progmodes/vhdl-mode.el (vhdl-components-package-name)
6062 (vhdl-get-library-unit, vhdl-corresponding-begin)
6063 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
6064 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
6065 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
6066 (vhdl-font-lock-match-item): Fix typos in docstrings.
6067 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
6068 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
6069 (vhdl-speedbar-insert-project-hierarchy):
6070 Improve argument/docstring consistency.
6072 2007-01-29 Kenichi Handa <handa@m17n.org>
6074 * international/titdic-cnv.el (py-converter): Fix previous change.
6076 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6078 * jka-compr.el (jka-compr-partial-uncompress)
6079 (jka-compr-call-process): Rebind default-directory if it is
6080 invalid. Suggested by Chris Moore.
6082 * comint.el (comint-insert-input): Handle situation where the
6083 selected buffer is not the clicked buffer.
6085 2007-01-29 Kenichi Handa <handa@m17n.org>
6087 * international/ja-dic-cnv.el (skkdic-convert):
6088 Add byte-compile-disable-print-circle:t at the head.
6090 * international/titdic-cnv.el (tit-process-header):
6091 Add byte-compile-disable-print-circle:t at the head.
6092 (miscdic-convert): Likewise.
6093 (py-converter): Skip the header comments.
6095 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
6097 (byte-compile-output-file-form): Bing print-circle to nil if
6098 byte-compile-output-file-form is not nil.
6099 (byte-compile-output-docform): Likewise.
6101 2007-01-28 Kim F. Storm <storm@cua.dk>
6103 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
6104 Declare earlier to avoid byte compiler warnings.
6106 2007-01-28 Markus Triska <markus.triska@gmx.at>
6108 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
6110 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
6112 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
6113 (gamegrid-add-score-with-update-game-score-1): Allow local quits
6114 when calling update-game-score program. Remove unnecessary
6117 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
6119 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
6121 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6122 avoid compiler warning.
6123 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6124 might have values other than "true" or "false".
6126 2007-01-28 Richard Stallman <rms@gnu.org>
6128 * textmodes/fill.el (fill-paragraph-function): Doc fix.
6129 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6131 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6133 * image.el (image-type-header-regexps): Make GIF regex more specific.
6135 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6136 Don't check `backspace'.
6137 (tutorial--find-changed-keys): Look up bindings in a temp buffer
6138 in Fundamental mode.
6140 * startup.el (fancy-splash-text, normal-splash-screen):
6143 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6144 when inserting in buffer.
6146 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6149 2007-01-27 Richard Stallman <rms@gnu.org>
6151 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6153 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
6155 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6156 enum/union/struct/class definition.
6157 Revert change to call `forward-sexp' multiple times.
6159 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6161 * files.el (hack-local-variables-confirm): Don't keep trying to
6162 read an event from an empty kbd macro.
6164 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6166 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6168 2007-01-27 Ben North <ben@redfrontdoor.org>
6170 * outline.el (outline-promote, outline-demote): Doc fix. Rename
6171 the arg CHILDREN -> WHICH.
6173 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
6175 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6176 default-directory to a sane value when calling start-process.
6178 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6180 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6181 (ls-lisp-format-time-list): Doc fix. Mention
6182 ls-lisp-use-localized-time-format.
6183 (ls-lisp-format-time): Use ls-lisp-format-time-list if
6184 ls-lisp-use-localized-time-format is non-nil, even if a valid
6187 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
6189 * jka-compr.el (jka-compr-shell): Doc fix.
6191 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6193 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6195 * ps-print.el: Fix background height.
6196 (ps-print-version): New version 6.7.2.
6198 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6200 * makefile.w32-in (finder-data, custom-deps): Depend on
6201 $(lisp)/loaddefs.el.
6203 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6205 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6207 2007-01-24 Miles Bader <miles@gnu.org>
6209 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6210 (byte-compile-output-docform): Bind `print-circle' to t.
6212 2007-01-24 Kenichi Handa <handa@m17n.org>
6214 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6215 file name of the original SKK dictionary file.
6217 2007-01-24 Kim F. Storm <storm@cua.dk>
6219 * ido.el (ido-initial-position): New variable.
6220 (ido-read-internal): Set it if default item is specified.
6221 (ido-minibuffer-setup): Position cursor accordingly if set.
6222 (ido-edit-input): C-e moves to end of input if not already there.
6223 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6224 Don't switch to buffer mode if repeating C-b at start of input.
6225 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6226 input; else it moves to start of input.
6227 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6228 not at end of input, delete rest of input, rather than normal op.
6230 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6232 * emulation/viper-keym.el (viper-insert-basic-map):
6233 Delete binding for S-TAB.
6235 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6236 of message. Activate mark.
6237 (ediff-activate-mark): Set transient-mark-mode to t.
6239 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6241 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6243 * help-fns.el (describe-variable): Don't suppress display of
6244 buffer local value when the value is "large".
6246 2007-01-22 Kim F. Storm <storm@cua.dk>
6248 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6249 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6250 (ido-tidy): Use ido-active.
6252 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6254 * hexl.el (hexl-mode-exit): Add missing quote.
6256 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6258 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6259 (mac-ae-keyboard-modifiers): New function.
6260 (mac-handle-toolbar-switch-mode): Use it.
6261 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6262 if keyboard modifiers on drop contain option key.
6263 (mac-dnd-drop-data): Add optional argument `action'.
6264 (special-event-map): Remove binding for M-drag-n-drop.
6266 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6268 * add-log.el (add-log-current-defun): Use CC Mode functions to
6269 find the beginning and end of a defun.
6271 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6273 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6274 (gdb-var-create-handler): Handle value field in GDB output of
6276 (gdb-max-frames): New variable.
6277 (gdb-stack-buffer, gdb-frames-select): Use it.
6278 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6280 (gdb-get-frame-number): Simplify.
6282 2007-01-21 Glenn Morris <rgm@gnu.org>
6284 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6287 2007-01-21 Alan Mackenzie <acm@muc.de>
6289 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6290 handling of K&R stuff.
6292 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6294 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6296 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6298 * ps-print.el: Handle frame parameters (background and/or foreground
6299 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6300 (ps-print-version): New version 6.7.1.
6301 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6302 (ps-frame-parameter): New fun.
6303 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6304 Fix doc and customization.
6305 (ps-begin-job): Get frame parameters (background and/or foreground
6307 (ps-do-despool): Ensure ps-printer-name has a valid value.
6309 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6311 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6312 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6313 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6316 2007-01-20 Alan Mackenzie <acm@muc.de>
6318 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6319 much more rigorous analysis of putative K&R regions.
6321 2007-01-20 Alan Mackenzie <acm@muc.de>
6323 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6326 2007-01-20 Alan Mackenzie <acm@muc.de>
6328 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6329 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6330 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6331 * progmodes/cc-vars.el: Add my name.
6333 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6335 * files.el (find-alternate-file): Revert query message to Emacs 21
6338 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6340 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6341 the doc string how to use personal abbrevs without electric
6344 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6346 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6347 Fixed cursor position when toggle abbreviated display.
6349 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6351 * t-mouse.el: Update copyright following assignment by
6354 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6356 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6357 (type-break-demo-boring): Call read-event instead of read-char.
6359 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6361 * progmodes/compile.el: Add handling for makepplog.
6363 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6365 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6366 aspell dictionaries are initialized when called non-interactively.
6368 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6370 * progmodes/compile.el (compilation-loop): New arg limit.
6371 Handle case where the first error is at point-min.
6372 (compilation-next-error): New arg to compilation-loop call.
6374 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6376 * info.el (Info-default-dirs): Change default info dir to
6379 * paths.el (Info-default-directory-list): Ditto.
6381 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6383 * hexl.el (hexl-before-revert-hook): New function.
6384 (hexl-mode): Use it.
6385 (hexl-after-revert-hook): Just call hexl-mode.
6386 (hexl-mode-exit): Remove before-revert-hook.
6388 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6390 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6392 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6394 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6395 by "-" in francais7 otherchars entry.
6396 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6399 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6401 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6402 path. Rewrite function in `cond' style for readability.
6404 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6405 (The path shortening, that is, not the rearrangement.)
6407 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6409 * term/mac-win.el (mac-ae-quit-application): New function.
6410 (mac-apple-event-map): Bind "quit application" Apple event to it.
6412 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6414 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6415 than the program's output.
6417 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6419 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6420 (kmacro-start-macro-or-insert-counter)
6421 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6422 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6424 * longlines.el (longlines-show-hard-newlines):
6425 * ruler-mode.el (ruler-mode-ruler):
6426 * emulation/keypad.el (keypad-setup):
6427 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6428 Fix typo in docstring.
6430 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6432 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6433 Remove redirect character ">".
6435 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6437 * replace.el (perform-replace): Remove leftover code.
6439 2007-01-12 Richard Stallman <rms@gnu.org>
6441 * replace.el (perform-replace): Don't clear NODENT when computing
6442 the replacement string.
6444 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6446 * net/tramp.el (tramp-handle-file-local-copy):
6447 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6448 <christopher.ian.moore@gmail.com>.
6450 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6452 * diff-mode.el (diff-sanity-check-context-hunk-half)
6453 (diff-sanity-check-hunk): New functions.
6454 (diff-find-source-location): Use'em to check the hunks are well-formed.
6456 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6457 activate undo when undo is not active.
6458 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6460 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6462 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6463 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6464 (ffap-url-at-point): Use char-classes rather than "a-z".
6466 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6468 * ediff-init.el (ediff-autostore-merges):
6469 * textmodes/fill.el (fill-region): Doc fix.
6471 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6473 * server.el (server-ensure-safe-dir): UIDs may be floats.
6475 2007-01-10 Richard Stallman <rms@gnu.org>
6477 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6478 around calls to directory-files.
6480 * subr.el (momentary-string-display): Use save-excursion.
6482 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6483 argument, but read it as `X' does.
6485 2007-01-09 Juri Linkov <juri@jurta.org>
6487 * info.el (Info-fontify-node): Don't hide node names of index entries.
6489 * faces.el (momentary): Change :group to basic-faces where all
6490 basic faces belong to. Add :version.
6492 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6494 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6495 keybinding is found.
6496 (tutorial--find-changed-keys): Never treat null keybinding as a
6499 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6501 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6503 2007-01-09 Kenichi Handa <handa@m17n.org>
6505 * international/mule-cmds.el
6506 (select-safe-coding-system-interactively): Fix message.
6508 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6510 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6511 (tramp-process-actions): Add optional parameter TIMEOUT.
6512 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6513 (tramp-open-connection-su): Add timeout of 60".
6515 2007-01-09 Richard Stallman <rms@gnu.org>
6517 * progmodes/compile.el (compile): Doc fix.
6519 2007-01-09 Markus Triska <markus.triska@gmx.at>
6521 * tumme.el (tumme-display-thumb): Doc fix.
6523 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6525 * battery.el (battery-search-for-one-match-in-files):
6526 * bindings.el (mode-line-minor-mode-help):
6527 * x-dnd.el (x-dnd-types-alist):
6528 * calendar/icalendar.el (icalendar-import-buffer):
6529 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6531 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6533 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6535 * replace.el (replace-regexp): Fix typo in docstring.
6537 2007-01-07 Alan Mackenzie <acm@muc.de>
6539 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6540 Amend doc-string and comments.
6542 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6544 * files.el (abbreviate-file-name): Doc fix.
6546 2007-01-06 Markus Triska <triska@gmx.at>
6548 * subr.el (split-string): Remove spurious ")" from doc string.
6550 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6552 * textmodes/table.el (table--warn-incompatibility):
6553 Use display-warning instead of momentary-string-display.
6555 2007-01-05 Richard Stallman <rms@gnu.org>
6557 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6559 * simple.el (backward-kill-word): Doc fix.
6561 2007-01-05 Romain Francoise <romain@orebokech.com>
6563 * international/mule.el (sgml-html-meta-auto-coding-function):
6564 Ensure that the buffer contains a HTML document.
6566 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6568 * faces.el (momentary): Move here ...
6569 * subr.el (momentary): ... from here.
6571 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6573 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6574 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6575 large structures/arrays.
6577 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6579 * files.el (find-file-noselect-1, set-visited-file-name):
6580 Allow backup-enable-predicate to be nil.
6582 2007-01-04 Andreas Schwab <schwab@suse.de>
6584 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6587 2007-01-03 Richard Stallman <rms@gnu.org>
6589 * woman.el (woman-decode-buffer): Clarify error message.
6591 2007-01-03 Alan Mackenzie <acm@muc.de>
6593 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6595 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6597 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6599 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6601 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6603 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6605 * emulation/viper.el (viper-custom-file-name, viper-mode):
6606 Fix typos in docstrings.
6608 * subr.el (momentary-string-display): After moving point, set POS
6609 variable to it to avoid later errors once the buffer is modified.
6612 2007-01-02 Alan Mackenzie <acm@muc.de>
6614 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6615 check that the "*/" is present before trying to manipulate it.
6617 2007-01-02 Richard Stallman <rms@gnu.org>
6619 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6621 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6622 Fix format of value.
6624 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6625 Change messages accordingly.
6626 (customize-customized): Now alias.
6628 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6630 * files.el (version-control): Doc fix.
6632 2007-01-01 Alan Mackenzie <acm@muc.de>
6634 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6635 Check the format of c-state-cache is valid for an optimisation before
6638 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6639 are at a statement within a macro". Other changes so that only
6640 the first continuation line in a macro gets the symbol
6641 `cpp-define-intro', the others getting `statement', or whatever.
6643 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6644 a string, preserve whitespace. Add a backslash only when also in
6647 * progmodes/cc-defs.el: Correct typos.
6649 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6650 new line after an escaped EOL in a string.
6652 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6653 label when it directly follows "else", "do", ....
6655 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6656 angle brackets (as seen in "explicit specialisations" of C++
6659 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6662 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6663 when the comment ender looks like "=========*/" and is alone on
6666 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6667 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6670 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6671 c-\(beginning\|end\)-of-defun by default.
6673 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6674 New line-up function, for the DEFUN macro in the Emacs C sources.
6675 Only used in "gnu" style.
6677 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6680 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6681 clean-up comment-close-slash also to work when there's a comment
6682 terminator on the line.
6683 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6684 these for large arg - only take account of top level {..}, except
6685 for initial and final adjustments. M-- C-M-[ae] now go to the
6686 right defuns when the starting point is between defuns. They use
6687 the four new functions:
6688 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6689 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6690 support c-\(beginning\|end\)-of-defun.
6692 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6693 expressions more rigorously, to exclude bit-field specifiers from
6694 being classed as labels.
6695 (c-forward-label): When analyzing a ":" within a macro, be careful
6696 about using c-forward-syntactic-ws at the macro beginning.
6697 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6698 stmt boundary, check for "operator=", etc.
6700 * progmodes/cc-mode.el (c-postprocess-file-styles):
6701 Bind inhibit-read-only to t, around the call to
6702 c-remove-any-local-eval-or-mode-variables, so that it works on a
6705 * progmodes/cc-defs.el (c-version): Update the version number to
6708 2007-01-01 Richard Stallman <rms@gnu.org>
6710 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6711 only if we restored isearch-window-configuration.
6713 2006-12-31 Romain Francoise <romain@orebokech.com>
6715 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6717 2006-12-31 Kim F. Storm <storm@cua.dk>
6719 * files.el (auto-mode-case-fold): New defcustom.
6720 (set-auto-mode): If non-nil, perform second case-sensitive pass
6721 through auto-mode-alist if first pass failed.
6723 2006-12-30 Richard Stallman <rms@gnu.org>
6725 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6727 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6729 * allout.el (allout-encrypt-string): Handle symmetric-key
6730 passphrase caching but leave keypair caching to pgg.
6732 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6734 Sync with Tramp 2.0.55.
6736 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6737 `integerp'. `char-equal' could fail else in case of negative
6738 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6739 (top): Check for `font-lock-add-keywords' before calling; it
6740 doesn't exist under XEmacs.
6741 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6742 (tramp-completion-mode): Remove clause (not
6743 tramp-unified-filenames), because the function is called in other
6744 context too, where this check results in wrong results in the
6745 XEmacs case on Windows.
6746 (tramp-touch): UTC handling is not possible for XEmacs.
6748 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6750 * scroll-bar.el (previous-scroll-bar-mode): New variable
6751 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6752 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6754 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6756 2006-12-30 Richard Stallman <rms@gnu.org>
6758 * files.el (make-backup-file-name-1): Precompute abs name
6759 but don't lose the relative name.
6761 * international/mule-cmds.el (select-safe-coding-system-interactively):
6764 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6766 * files.el (backup-buffer): Show entire backup file name in msg.
6768 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6770 * image.el (image-type-header-regexps, image-type-from-data)
6771 (image-type-from-buffer, image-type-from-file-header):
6772 Revert changes from 2006-12-26.
6773 (image-type-auto-detectable): New variable.
6774 (image-type-auto-detected-p): New function.
6776 * files.el (magic-mode-alist): Detect image files with
6777 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6779 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6781 * dired.el (dired-sort-other): Move test for dired-mode...
6782 (dired-sort-set-modeline): ...to here.
6784 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6786 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6787 change. Suggested by Stefan Monnier.
6789 2006-12-29 Kim F. Storm <storm@cua.dk>
6791 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6792 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6794 2006-12-27 Kim F. Storm <storm@cua.dk>
6796 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6797 so it doesn't accidentally match an fsf.org mail address.
6798 (authors-renamed-files-alist): Add tcover-*.el.
6800 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6802 * vc-arch.el (vc-arch-find-version): New function.
6804 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6805 composed of arbitrary characters (even /) in some systems.
6807 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6809 * international/mule-cmds.el (select-safe-coding-system-interactively):
6810 Improve the message in the *Warning* buffer.
6812 2006-12-27 Kim F. Storm <storm@cua.dk>
6814 * ido.el (ido-set-matches-1): Fix last change. If default item is
6815 current buffer, it is ok to be first.
6817 2006-12-27 Kenichi Handa <handa@m17n.org>
6819 * international/mule-cmds.el (select-safe-coding-system-interactively):
6820 Use face `link' for problematic chars.
6822 2006-12-27 Kenichi Handa <handa@m17n.org>
6824 * international/mule-cmds.el (select-safe-coding-system-interactively):
6825 Improve the message in *Warning* buffer.
6827 2006-12-27 Kim F. Storm <storm@cua.dk>
6829 * ido.el (ido-set-matches-1): Never put current buffer first if
6830 there are other matches.
6832 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6834 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6836 (gdb-var-delete): Handle duplicate names. Print message for non
6838 (gdb-partial-output-name): Start buffer name with a space.
6839 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6842 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6844 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6845 last footnote when `footnote-spaced-footnotes' is nil.
6847 2006-12-26 Richard Stallman <rms@gnu.org>
6849 * cus-edit.el (custom-browse-sort-alphabetically)
6850 (custom-buffer-sort-alphabetically)
6851 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6853 * image.el (image-type-header-regexps): Change element format
6854 to include third item NOT-ALWAYS.
6855 (image-type-from-data): Handle new format.
6856 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6857 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6859 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6861 * add-log.el (add-log-current-defun): Call `forward-sexp'
6862 multiple times to pick a member function name defined as
6863 part of nested classes/namespaces.
6865 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6867 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6868 which keymap should be used to change menu. It does not affect any
6871 2006-12-26 Richard Stallman <rms@gnu.org>
6873 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6874 rather than for being in a minibuffer window.
6876 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6878 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6879 locale-coding-system.
6880 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6883 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6885 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6886 (sql-mode-syntax-table): Disable double quoted strings.
6887 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6889 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6891 * startup.el (fancy-splash-last-input-event): New variable.
6892 (fancy-splash-special-event-action): New function.
6893 (fancy-splash-screens): Temporarily bind special events to it.
6894 Execute command for saved special event before exiting from
6897 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6899 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6900 Use mac-unread-string.
6902 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6904 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6905 an optimized comment regexp if `comment-start-skip' uses a ^.
6906 * bs.el (bs--up): Remove interactive spec.
6908 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6910 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6911 Suggested by James Cloos.
6913 2006-12-24 Kevin Ryde <user42@zip.com.au>
6915 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6917 (calendar-dst-ends): Default to first Sunday in November.
6919 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6921 * allout.el (allout-encrypt-string): Inhibit use of agent within
6922 body of let form where encryption happens. Acknowledge non-use of
6923 gpg-agent in docstring.
6924 (allout-toggle-subtree-encryption): Acknowledge non-use of
6925 gpg-agent in docstring.
6927 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6929 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6931 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6933 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6934 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6936 * emulation/viper-cmd.el (viper-post-command-sentinel):
6937 Protect against errors in hooks.
6938 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6939 actually modify buffer; ignore errors if occur.
6941 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6943 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6944 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6947 2006-12-23 Richard Stallman <rms@gnu.org>
6949 * simple.el (delete-horizontal-space): Doc fix.
6951 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6953 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6954 explicitly in a recursive Make, not implicitly through prerequisites,
6955 since the latter is wrong under parallel builds.
6957 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6959 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6961 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6963 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6966 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6968 * outline.el (outline-next-visible-heading): Fix the case with a
6969 header at end-of-file with no final newline.
6971 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6973 * indent.el (tab-always-indent): Doc fix.
6975 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6977 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6978 (Info-fontify-node): Do fontify indices.
6980 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6981 to the Emacs Lisp reference manual.
6982 (tutorial--tab-map): Remove. All callers changed.
6983 (tutorial--find-changed-keys): New elt QUIET, used to...
6984 (tutorial--display-changes): ...ensure that warning messages are
6985 only issued once per changed key.
6986 (tutorial--remove-remarks): Delete unused code-path.
6987 (lang-strings): Remove extraneous formatting.
6988 (tutorial--save-tutorial): Prompt before saving tutorial state.
6990 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6992 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6993 Replace '?\ ' by '?\s' throughout.
6994 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6995 `help' custom group.
6996 (tutorial--key-description): New function.
6997 (tutorial--display-changes): Remove redundant arg. Scan for all
6998 key sequences to avoid false matches. Cleanup.
6999 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
7000 reduce homedir pollution.
7001 (help-with-tutorial): Call tutorial--display-changes with no arg.
7003 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
7005 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
7007 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
7009 * net/tramp.el (tramp-default-method): We still need to check for
7010 `executable-find', because it is not bound under Emacs 20.
7011 (tramp-handle-file-name-completion)
7012 (tramp-completion-handle-file-name-completion): Handle optional
7013 parameter PREDICATE.
7014 (tramp-find-default-method): Add code for default values.
7016 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
7018 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
7019 make gud-go send "continue".
7021 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
7023 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
7024 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
7026 2006-12-19 Kim F. Storm <storm@cua.dk>
7028 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
7029 instead of global-map.
7031 * files.el (magic-mode-alist): Allow matching file type by
7032 calling a function at bob. Check for image types by calling
7033 image-type-from-buffer. Suggested by Juanma Barranquero.
7034 (set-auto-mode): Do it.
7036 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7038 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
7039 Remove "ControlMaster" option from the other `scp*' methods.
7040 (tramp-default-method): Check for ssh-agent before setting to `scp'.
7042 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
7044 * textmodes/org.el (org-mode): Show context after isearch.
7045 (org-show-siblings): New function.
7046 (org-show-context): Use `org-show-siblings'.
7048 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7050 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
7051 Use syntax-ppss-toplevel-pos.
7053 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
7055 * textmodes/org.el (org-current-line): Make sure that lines are
7056 counted from beginning of buffer.
7057 (org-table-copy-region, org-table-paste-rectangle): Make sure that
7058 lines are counted from beginning of buffer.
7060 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
7062 * info.el (Info-build-node-completions): Signal error if tag-table
7063 marker is not found.
7065 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7067 2006-12-17 Alan Mackenzie <acm@muc.de>
7069 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
7070 speed) the case when open-paren-in-column-0-is-defun-start is nil.
7071 Based on code by Martin Rudalics.
7073 * progmodes/cc-mode.el (c-basic-common-init): Don't set
7074 open-paren-in-column-0-is-defun-start to nil any more.
7076 2006-12-17 Richard Stallman <rms@gnu.org>
7078 * simple.el (delete-horizontal-space): Use prefix arg.
7080 * help-fns.el (describe-variable): Improve blank separator lines.
7082 * files.el (magic-mode-alist): Mark as risky.
7084 * files.el (make-backup-file-name-1):
7085 Expand backup-directory explicitly.
7087 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
7089 * net/tramp.el (tramp-default-method): Before setting to "pscp",
7090 check whether package password.el is loaded, or Pageant is running.
7092 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
7094 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
7095 (icalendar--rris): First try Emacs, then XEmacs.
7096 (icalendar--convert-ical-to-diary): Doc fix.
7097 Insert newline at end of target file.
7099 2006-12-17 Kim F. Storm <storm@cua.dk>
7101 * outline.el (outline-isearch-open-invisible-function): New defvar.
7102 (outline-flag-region): Use it if non-nil for isearch-open-invisible
7103 overlay property instead of outline-isearch-open-invisible.
7105 2006-12-16 Kim F. Storm <storm@cua.dk>
7107 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
7108 if ido-directory-too-big is set on entry.
7109 (ido-toggle-ignore, ido-completion-help): Print message while
7110 reading big directory.
7112 2006-12-15 Richard Stallman <rms@gnu.org>
7114 * shell.el (shell): Doc fix.
7116 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7118 * emulation/edt.el (edt-xserver):
7119 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
7120 to fix a problem on Cygwin.
7123 * emulation/edt-mapper.el
7124 * emulation/edt-lk201.el
7125 * emulation/edt-pc.el
7126 * emulation/edt-vt100.el: Update maintainer's email address.
7128 2006-12-15 Simon Marshall <simon@gnu.org>
7130 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7132 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7134 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7135 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7136 instead of mac-atsu-font-table.
7137 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7139 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
7141 * align.el (align-match-tex-pattern): Fix a rare bug which
7144 2006-12-14 Richard Stallman <rms@gnu.org>
7146 * startup.el (use-fancy-splash-screens-p): Use frame-height
7147 instead of window-height. Pass frame to image-size.
7149 2006-12-13 Kenichi Handa <handa@m17n.org>
7151 * international/mule-cmds.el (set-locale-environment):
7152 Set default-sendmail-coding-system too.
7154 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
7156 * progmodes/idlw-help.el: Fix copyright notice.
7158 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7160 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7162 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7164 * subr.el (unread-command-char): Reformat obsolescence info.
7166 2006-12-11 Richard Stallman <rms@gnu.org>
7168 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7169 about calls to cl-struct-setf-expander.
7171 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7173 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7174 (ediff-combination-pattern): Fix typo in docstring.
7176 * textmodes/refer.el (refer-find-entry): Doc fix.
7177 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7178 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7179 Fix tipos in docstrings.
7181 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7183 2006-12-10 Kim F. Storm <storm@cua.dk>
7185 * ido.el (ido-init-completion-maps): Remap backward-kill-word
7186 instead of binding M-backspace.
7188 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
7190 * replace.el (replace-match-data, replace-match-maybe-edit):
7191 * calc/calc-aent.el (calc-eval-error):
7192 * emulation/vi.el (vi-char-argument):
7193 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7194 (c-vsemi-status-unknown-p-fn): Doc fixes.
7196 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7198 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7199 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
7201 2006-12-10 Masatake YAMATO <jet@gyve.org>
7203 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7205 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
7207 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7209 * man.el (Man-xref-button-action): New function. If the
7210 `Man-target-string' button property is a function, assume it
7211 accepts a position argument.
7212 (Man-abstract-xref-man-page): Use it.
7213 (Man-default-man-entry): New optional arg POS.
7215 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7216 symlink arrows read-only and non-rear-sticky.
7218 2006-12-09 Martin Rudalics <rudalics@gmx.at>
7220 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7221 (wdired-search-and-rename): Simplify code.
7222 (wdired-preprocess-files, wdired-preprocess-perms): Make
7223 read-only property of preceding character rear-nonsticky to
7224 avoid that it can be modified. Put old-name and old-link
7225 properties on character preceding name and replace
7226 put-text-property by add-text-properties.
7227 (wdired-get-filename, wdired-get-previous-link): Get old-name
7228 and old-link properties from character preceding name and
7230 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7231 (wdired-perms-to-number): Make local-map property
7232 rear-nonsticky to avoid that text following permissions may be
7233 modified. Use add-text-properties instead of put-text-property
7234 when changing a permission bit.
7235 (wdired-change-to-dired-mode): Remove stickiness properties.
7237 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7239 * international/mule-cmds.el (register-input-method): Doc fix.
7241 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7243 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7245 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7247 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7248 Force buffer local defs evaluation on local variables loading.
7249 (flyspell-mode-on, flyspell-mode-off): Use it in
7250 `hack-local-variables-hook'.
7252 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7254 * emacs-lisp/find-func.el (find-variable): Doc fix.
7256 * help-fns.el (variable-at-point): Doc fix.
7258 * w32-fns.el (w32-append-code-lines): New function.
7260 2006-12-09 Romain Francoise <romain@orebokech.com>
7262 * comint.el (comint-insert-input): Delete obsolete comment.
7264 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7266 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7267 current frame, in case we're connected to several displays.
7269 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7271 * frame.el (other-frame): Doc fix.
7272 (set-frame-parameter): Fix typo in docstring.
7274 2006-12-07 Kim F. Storm <storm@cua.dk>
7276 * info.el (Info-index): Strip leading colon from topic.
7278 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7280 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7283 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7285 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7286 Trim out spurious class inheritance "None" entries.
7288 2006-12-05 Kim F. Storm <storm@cua.dk>
7290 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7291 (cua-paste-pop): Rework last change for
7292 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7293 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7294 text inserted by the last M-y command.
7296 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7298 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7299 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7301 * shell.el (shell): Search the start file in ~/.emacs.d as
7302 `init_SHELLNAME.sh' instead.
7304 2006-12-05 Glenn Morris <rgm@gnu.org>
7306 * progmodes/cperl-mode.el (cperl-mode)
7307 * progmodes/f90.el (f90-mode-abbrev-table)
7308 * progmodes/fortran.el (fortran-mode-abbrev-table)
7309 * progmodes/octave-mod.el (octave-abbrev-table)
7310 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7311 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7313 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7314 clear abbrev table, else saved abbrevs will not be restored.
7316 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7318 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7319 the call to `make-obsolete-variable', not in the docstring.
7321 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7323 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7325 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7327 * progmodes/ebnf-abn.el:
7328 * progmodes/ebnf-bnf.el:
7329 * progmodes/ebnf-dtd.el:
7330 * progmodes/ebnf-ebx.el:
7331 * progmodes/ebnf-iso.el:
7332 * progmodes/ebnf-otz.el:
7333 * progmodes/ebnf-yac.el:
7334 * progmodes/ebnf2ps.el:
7339 * ps-print.el: Remove 'Time-stamp' comment mark.
7341 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7342 'easy-menu-add-item' when called in Emacs 21 or higher.
7344 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7346 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7347 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7349 2006-12-04 Kim F. Storm <storm@cua.dk>
7351 * bindings.el (global-map): Bind [signal t] to ignore, to have
7352 user signals ignored by default.
7354 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7356 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7357 Unicode data file pointed to by `describe-char-unicodedata-file'.
7359 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7361 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7362 O(n^2) regexp-search by anchoring the search.
7364 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7366 * whitespace.el (whitespace-cleanup-internal): Use current
7367 argument for recursive call.
7369 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7371 * net/tramp.el (tramp-methods): Add "ControlPath" and
7372 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7373 Andreas Schwab <schwab@suse.de>.
7374 (tramp-do-copy-or-rename-file-out-of-band)
7375 (tramp-open-connection-rsh): Compute format spec for ?t.
7376 (tramp-process-actions): Trace command parameters.
7378 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7380 * simple.el (toggle-truncate-lines): Clarify doc string.
7382 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7383 (gdb-speedbar-expand-node): Use it.
7385 2006-12-04 Richard Stallman <rms@gnu.org>
7387 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7389 * dired.el (dired-revert): Turn off dired-after-readin-hook
7390 around call to dired-readin.
7392 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7393 to echo area messages.
7394 <indicate-empty-lines, case-fold-search>:
7395 Add "globally" to Help string.
7396 <case-fold-search>: MESSAGE arg need not say "globally".
7397 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7399 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7401 * outline.el (outline-end-of-subtree): Don't leave an empty
7402 line hidden as we would a real next heading.
7404 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7406 * allout.el (allout-ascend): Add an optional argument to preserve
7407 original position of point when unsuccessful. Also, fix a
7409 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7410 work again, using allout-ascend's new option.
7411 (allout-setup-mode-map): Extract from allout-mode to initialize
7412 allout-mode-map. Call it on file load, so the mode docstring
7413 substitutions work even if allout mode has not yet been invoked.
7414 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7415 customizations since the map was last processed. Also, refine the
7416 docstring so it's ship-shape for release.
7417 (allout-default-layout, allout-beginning-of-line-cycles)
7418 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7419 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7420 (allout-version, allout-layout, allout-infer-body-reindent)
7421 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7422 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7423 (allout-previous-heading, allout-goto-prefix-doublechecked)
7424 (allout-current-bullet-pos, allout-next-sibling-leap)
7425 (allout-pre-command-business, allout-encrypted-type-prefix)
7426 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7427 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7428 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7429 (allout-old-expose-topic, allout-listify-exposed)
7430 (allout-process-exposed, allout-latex-verb-quote)
7431 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7432 (allout-toggle-current-subtree-encryption)
7433 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7434 Remove extraneous open-paren and close paren string escapes.
7436 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7438 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7439 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7440 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7441 Fix typos in docstrings.
7443 2006-12-03 Glenn Morris <rgm@gnu.org>
7445 * progmodes/cc-align.el
7446 * progmodes/cc-awk.el
7447 * progmodes/cc-cmds.el
7448 * progmodes/cc-compat.el
7449 * progmodes/cc-defs.el
7450 * progmodes/cc-engine.el
7451 * progmodes/cc-langs.el
7452 * progmodes/cc-menus.el
7453 * progmodes/cc-mode.el
7454 * progmodes/cc-styles.el
7455 * progmodes/cc-vars.el
7456 * progmodes/vhdl-mode.el: Fix Copyright format.
7458 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7460 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7463 2006-12-02 Kim F. Storm <storm@cua.dk>
7465 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7466 (cua-repeat-replace-region): Make M-v more robust.
7467 (cua-paste-pop-rotate-temporarily): New defcustom.
7468 (cua-paste-pop): Use it.
7469 (cua-auto-mark-last-change): New defcustom.
7470 (cua-pop-to-last-change): New helper function.
7471 (cua-set-mark): Use them.
7473 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7475 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7476 mini-buffer message.
7478 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7480 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7482 2006-12-01 Ben North <ben@redfrontdoor.org>
7484 * paren.el: Fix the highlight overlay extension when the user types a
7485 sequence of char very fast just before the open parenthesis.
7487 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7489 * ps-mule.el: Eliminate Emacs 20 compatibility.
7491 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7492 (ps-print-version): New version 6.7.
7493 (ps-print-quote): Replace '?\ ' by '?\s'.
7495 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7497 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7498 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7499 (hexl-end-of-1k-page): Doc fixes.
7500 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7501 Fix typos in docstrings.
7503 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7505 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7506 locally, i.e. without using file name handlers.
7507 (ido-read-internal): Allow mono letter host names, avoiding the
7508 `c:' problem by testing if the file exists locally.
7509 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7511 2006-11-30 Masatake YAMATO <jet@gyve.org>
7513 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7514 to avoid bytecomp warnings.
7515 (hexl-mode-old-ruler-function): New variable.
7516 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7517 and `hl-line-range-function' after `require' hl-line.
7518 Then bind `hl-line-range-function' and `hl-line-face'.
7519 Don't require frame. Don't use `with-no-warnings'.
7520 (hexl-activate-ruler): Store the original value of
7521 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7522 (hexl-mode-exit): Restore the original value of
7523 `ruler-mode-ruler-function'.
7525 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7527 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7528 (hexl-mode-old-hl-line-face): New variable.
7529 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7530 line when exit from the hexl-mode.
7532 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7534 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7537 * international/fontset.el (create-fontset-from-ascii-font)
7538 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7539 (fontset-name-p): Fix typo in docstring.
7541 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7543 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7545 * ps-bdf.el: Fix maintainer email.
7547 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7550 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7552 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7555 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7557 * progmodes/idlwave.el (idlwave-auto-fill):
7558 Remove paragraph-start let to prevent auto-fill giving up.
7560 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7562 * vt100-led.el (led-state): Fix typo in previous change.
7564 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7566 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7567 Fix interactive spec of the functions getting defined to make them
7570 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7572 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7574 2006-11-28 Kim F. Storm <storm@cua.dk>
7576 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7577 icomplete-mode is enabled.
7579 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7581 * textmodes/org.el (require): Require gnus-sum during compilation
7582 to avoid problem with a macro call.
7584 2006-11-28 Glenn Morris <rgm@gnu.org>
7586 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7588 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7589 (fortran-window-create-momentarily): Do not need string-to-char.
7591 2006-11-28 Richard Stallman <rms@gnu.org>
7593 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7594 Replace incorrect use of assoc-default with a loop.
7596 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7598 * simple.el (next-error-find-buffer): Improve messages.
7600 * files.el (revert-buffer): Special error message if file
7601 is now not readable.
7603 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7604 constructed commands.
7606 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7609 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7611 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7613 * server.el: Remove spurious * in docstrings.
7614 (server-process-filter): Exit from recursive editing before processing
7617 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7619 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7620 line so hidden blocks will be correctly identified.
7622 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7624 * ledit.el (ledit-save-defun, ledit-mode):
7625 * resume.el (resume-emacs-args-buffer):
7626 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7627 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7628 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7629 (command-send-input, command-kill-line):
7630 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7632 * autoarg.el (autoarg-kp-mode): Doc fix.
7634 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7635 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7636 (check-emacs-lock): Doc fix. Simplify.
7638 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7639 (iimage-mode-buffer): Fix typos in docstring.
7641 * misc.el (zap-up-to-char): Doc fix.
7643 * time-stamp.el: Fix comment and obsolescence string for old
7644 functions. Use `dolist' instead of `while'.
7646 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7648 * disp-table.el (standard-display-8bit, standard-display-default):
7649 * ebuff-menu.el (electric-buffer-list):
7650 * ehelp.el (electric-help-command-loop):
7651 * font-core.el (font-lock-mode):
7652 * help-macro.el (make-help-screen):
7653 * help.el (describe-minor-mode-completion-table-for-indicator)
7654 (lookup-minor-mode-from-indicator):
7655 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7656 * info-look.el (info-lookup-guess-custom-symbol):
7657 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7658 * longlines.el (longlines-wrap-line):
7659 * macros.el (insert-kbd-macro):
7660 * menu-bar.el (menu-bar-update-buffers):
7661 * misc.el (copy-from-above-command):
7662 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7663 * newcomment.el (comment-indent):
7664 * novice.el (disabled-command-function):
7665 * sort.el (sort-fields-syntax-table):
7666 * subr.el (momentary-string-display):
7667 * tar-mode.el (tar-header-block-summarize)
7668 (tar-clear-modification-flags):
7669 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7670 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7671 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7672 (te-delete-char, te-down-vertically-or-scroll):
7673 * time-stamp.el (time-stamp-string-preprocess):
7674 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7676 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7678 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7681 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7682 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7684 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7686 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7688 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7690 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7691 (ada-compile-goto-error): Adapt to new argument profile of
7692 compilation-goto-locus in Emacs 22. Don't check if the various
7693 compile functions are defined; we already do "(require 'compile)".
7695 2006-11-26 Kim F. Storm <storm@cua.dk>
7697 * kmacro.el: Fix commentary.
7699 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7701 * progmodes/gud.el (gdb): Explain how to run in text command mode
7702 more clearly. Say in error message that multiple debugging
7703 requires restarting GDB.
7705 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7707 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7709 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7711 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7712 (flymake-popup-menu): Use it instead of posn-at-point.
7714 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7716 * progmodes/cc-vars.el (c-backslash-column):
7717 Mention c-backslash-max-column in documentation for c-backslash-column.
7719 2006-11-24 Lars Hansen <larsh@soem.dk>
7721 * net/tramp.el (tramp-default-method): Under Windows, change from
7723 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7724 (tramp-actions-copy-out-of-band):
7725 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7726 (tramp-action-out-of-band): Move "Permission denied" handling to
7727 tramp-action-copy-failed.
7728 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7731 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7733 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7734 strings to a single string. Quote `errors-file-name'.
7735 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7736 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7737 Adjust calls. Use `shell-quote-argument'.
7739 * international/mule.el (load-with-code-conversion)
7740 (with-category-table): Use with-current-buffer.
7741 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7743 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7745 * mail/smtpmail.el (smtpmail-send-it):
7746 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7747 MIME header for the message encoding.
7748 Bind coding-system-for-write around the call to mail-do-fcc.
7749 Use smtpmail-code-conv-from to encode queued mail messages.
7751 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7753 * tabify.el (tabify-regexp): Doc fix.
7755 * net/rcirc.el (rcirc-buffer-maximum-lines):
7756 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7758 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7759 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7760 Fix typos in output messages.
7761 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7763 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7765 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7767 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7769 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7771 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7772 Remove condition-case.
7774 2006-11-23 Glenn Morris <rgm@gnu.org>
7776 * progmodes/f90.el (f90-comment-indent): Do not move point in
7779 2006-11-21 Romain Francoise <romain@orebokech.com>
7781 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7782 from library name (reverts change of 2005-10-25).
7784 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7786 * tutorial.el (tutorial--default-keys): Add newline and
7787 delete-backward-char bindings.
7788 (tutorial--detailed-help): Save excursion when finding keys.
7789 Correct warning string for M-x FOO case.
7790 (tutorial--display-changes): Print special keys in tutorial style.
7791 Tweak search regexp for changed keys.
7793 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7795 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7798 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7800 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7801 are new to the list at IANA. Also added irc, mms, mmsh.
7803 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7805 * progmodes/idlw-help.el (idlwave-html-help-location):
7806 Fail gracefully for missing help packages.
7807 (idlwave-help-assistant-open-link): Open full links.
7808 (idlwave-help-assistant-help-with-topic): Direct help link.
7810 * progmodes/idlwave.el (idlwave-mode):
7811 Set add-log-current-defun-function.
7812 (idlwave-current-routine-fullname): Add, to support add-log.
7813 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7814 to reflect improvements to xml-parse-file.
7815 (idlwave-mode-menu-def): New binding for help-with-topic.
7817 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7818 Handle extra newlines and spaces.
7819 (idlwave-shell-mode-map): Add help-with-topic.
7821 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7823 * tutorial.el (tutorial-warning-face): New face.
7824 (tutorial--detailed-help, tutorial--display-changes): Use it.
7825 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7826 Improve search pattern for occurrences of changed keys.
7828 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7830 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7831 (x-select-text): Set it.
7832 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7833 when checking for newness.
7835 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7837 * subr.el (posn-image):
7838 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7840 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7842 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7844 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7845 Exceptions to the rule "add a space between an identifier and an
7846 opening parenthesis". Defaulted to the `#define' problem of cpp.
7847 (glasses-parenthesis-exception-p): New. Check if the region is an
7848 exception regarding to that.
7849 (glasses-make-readable): Use it.
7850 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7851 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7853 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7855 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7857 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7859 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7861 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7862 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7864 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7866 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7867 conditions for function or variable bindings.
7869 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7871 * progmodes/compile.el (compilation-start): Ditto.
7873 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7875 * net/tramp.el (top): cl and custom are always required.
7877 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7879 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7880 cut-buffers with next-selection-coding-system if not nil.
7882 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7884 * textmodes/org.el (org-fix-decoded-time): New function.
7885 (org-display-custom-time): Use `org-fix-decoded-time'.
7887 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7889 * menu-bar.el (menu-bar-games-menu): Remove yow.
7891 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7893 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7894 (org-detach-overlay): Rename from `org-detatch-overlay'.
7895 (org-table-convert-region): Insert space after column separator.
7896 (org-agenda-kill): New command.
7897 (org-metaleft): Call `org-outdent-item' on bullets.
7898 (org-metaright): Call `org-indent-item' on bullets.
7899 (org-timestamp-change): Set `org-last-changed-timestamp'.
7900 (org-current-line): Make sure (bolp) returns correct result.
7901 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7903 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7905 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7907 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7909 * mouse.el (global-map): Change 2006-08-16 fix to call
7910 mouse-yank-at-click explicitly, since mouse events are not carried
7911 over into keyboard macros.
7913 2006-11-16 Kim F. Storm <storm@cua.dk>
7915 * ido.el (ido-file-internal): Use current buffer's file name as default
7916 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7918 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7920 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7921 (allout-inhibit-aberrance-doublecheck): Rename from
7922 allout-during-yank-processing. All callers changed.
7923 (allout-ascend): Provide for unusual case where some topic after
7924 the first in file is at lower depth than the first.
7925 (allout-shift-in): Ensure the offspring of the new containing
7927 (allout-encrypt-string): Preserve the coding-system of the text,
7928 according to that of the containing buffer.
7929 (allout-toggle-subtree-encryption): When the text being encrypted
7930 requires a different coding system, offer to preserve the coding
7931 system using a file local var.
7933 2006-11-15 Simon Marshall <simon@gnu.org>
7935 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7936 to recognise "T t()" as a function declaration, rather than a
7937 variable instantiation, iff at the top-level or inside a class
7938 declaration. Suggested by Feng Li <fengli@gmail.com>.
7940 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7942 * progmodes/ada-xref.el (ada-parse-prj-file):
7943 Don't delete project buffer; user may want to edit it.
7944 (ada-xref-set-project-field, ada-xref-current-project-file)
7945 (ada-xref-current-project, ada-show-current-project)
7946 (ada-set-main-compile-application): New functions.
7947 (ada-xref-get-project-field, ada-require-project-file):
7948 Normalize use of ada-prj-default-project-file.
7949 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7950 Normalize use of ada-require-project-file.
7951 (ada-prj-find-prj-file): Improve doc string, comments.
7953 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7954 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7955 (ada-create-menu): Add ada-set-main-compile-application,
7956 ada-show-current-main, ada-show-current-project.
7958 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7960 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7961 (inferior-python-mode): Use it.
7963 2006-11-14 Andreas Schwab <schwab@suse.de>
7965 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7967 2006-11-13 Kim F. Storm <storm@cua.dk>
7969 * ido.el (ido-copy-current-word): C-o copies region if active.
7971 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7973 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7975 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7977 * ediff.el (ediff-revision):
7978 * files.el (set-visited-file-name):
7979 * mail/rmailout.el (rmail-output-body-to-file):
7980 Use `format', not `message', in `y-or-n-p' call.
7982 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7984 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7985 (org-metaright): Call `org-indent-item' on bullets.
7986 (org-timestamp-change): Set `org-last-changed-timestamp'.
7987 (org-current-line): Make sure (bolp) returns correct result.
7988 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7990 2006-11-12 Richard Stallman <rms@gnu.org>
7992 * language/european.el (turkish-case-conversion-enable)
7993 (turkish-case-conversion-disable): New functions.
7994 ("Turkish" lang env): Use them.
7996 * international/characters.el (case table):
7997 Do nothing special for i and I.
7999 * subr.el (remove-overlays): Fix last change.
8001 * cus-edit.el (custom-save-all): Use find-file-visit-truename
8002 for visiting the custom file.
8004 2006-11-12 Markus Triska <triska@gmx.at>
8006 * play/handwrite.el (handwrite): Also process lines not ending
8007 with newline. Replace some position-fiddling with different
8008 logic. Improve performance.
8010 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
8012 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
8013 replacing deleted variable `ada-check-switch'.
8014 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
8015 (ada-xref-project-files): Improve doc string.
8016 (ada-find-executable): New function.
8017 (ada-initialize-runtime-library): Use `ada-find-executable'.
8018 (ada-xref-set-default-prj-values): In compile commands, don't need
8019 `ada-cd-command'; `compile' does that more portably.
8020 Use ada-prj-default-check-cmd.
8021 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
8022 properties if not specified in project file.
8023 (ada-goto-declaration): Display useful message for new error
8024 'error-file-not-found.
8025 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
8026 'error-file-not-found.
8027 (ada-get-all-references): Match latest ali syntax. Signal new
8028 error 'error-file-not-found.
8029 (ada-find-in-ali): Match latest ali syntax.
8030 (ada-make-filename-from-adaname): Handle different semantics of
8031 gnatkr in GNAT 3.15p vs later.
8033 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
8034 ada-procedure-start-regexp.
8035 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
8037 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
8039 (ada-language-version): Rename ada05 -> ada2005.
8040 (ada-align-region-separate): Add `eval-when-compile'.
8041 (ada-name-regexp): Remove unneeded escapes in regexp character
8043 (ada-compile-goto-error-file-linenr-re): New constant.
8044 (ada-matching-start-re): Handle additional cases `declare',
8045 `procedure', `function'.
8046 (ada-compile-goto-error): Handle "... at line nn".
8047 (ada-mode): Clearer syntax, comments for ff-special-constructs.
8048 Delete support for old versions of `align'.
8049 (ada-search-prev-end-stmt): Handle additional keyword `private'.
8050 (ada-check-defun-name): Simplify handling of `declare'.
8051 (ada-goto-matching-start): Handle nested `begin ... end'.
8052 Handle `declare', `protected', `procedure', `function'.
8053 (ada-create-menu): Presence of arm95 is not conditional on using
8056 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
8058 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
8059 nil in the *RE-Builder* buffer (it causes spurious error messages).
8061 * server.el (server-visit-files): If `minibuffer-auto-raise' has
8062 been set to t, respect it.
8064 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
8066 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
8067 Delete commented out code for old Emacs versions. Autoloading of
8068 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
8069 (ada-mode-version): Bump version number.
8070 (ada-95-string-keywords, ada-2005-string-keywords)
8071 (ada-2005-keywords, ada-name-regexp): New constant.
8072 (ada-language-version, ada-procedure-start-regexp, ada-mode)
8073 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
8074 (ada-package-start-regexp): Support private packages, include package
8075 name (for ada-set-point-accordingly).
8076 (ada-next-procedure, ada-previous-procedure)
8077 (ada-which-function-are-we-in): Match changes to
8078 ada-procedure-start-regexp.
8079 (ada-make-body): Make non-interactive; not a user function.
8080 (ada-make-subprogram-body): Improve doc string.
8082 2006-11-11 Romain Francoise <romain@orebokech.com>
8084 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
8085 `compilation-error-regexp-alist' buffer-local, since we changed
8086 `compilation-error-regexp-alist-alist' locally.
8088 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
8090 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
8091 to the value of `server-raise-frame'.
8093 2006-11-11 Glenn Morris <rgm@gnu.org>
8095 * ido.el (ido-enable-prefix)
8096 * ses.el (ses-call-printer-return)
8097 * net/tramp.el (tramp-unified-filenames)
8098 * progmodes/cc-align.el (c-lineup-string-cont)
8099 * progmodes/compile.el (compilation-directory-matcher)
8100 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8101 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8102 (vhdl-clock-rising-edge)
8103 * textmodes/org.el (org-export-with-timestamps)
8104 (org-export-remove-timestamps-from-toc)
8105 (org-export-with-tags): Improve previous doc fixes.
8107 2006-11-11 Richard Stallman <rms@gnu.org>
8109 * textmodes/flyspell.el (flyspell-mode-map):
8110 Bind C-c $ instead of M-RET.
8112 2006-11-10 Simon Marshall <simon@gnu.org>
8114 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
8115 fontification for "case" and "default" keywords.
8117 2006-11-10 Andreas Schwab <schwab@suse.de>
8119 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8120 Avoid starting sentence with "nil".
8122 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8124 * server.el (server-raise-frame): New option.
8125 (server-switch-buffer): Use it.
8127 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
8129 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8132 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8134 * textmodes/org.el (org-show-hierarchy-above)
8135 (org-show-following-heading): Fix typo in default value.
8136 (org-scan-tags): Make the search case-sensitive.
8137 (org-tags-sparse-tree): Don't overrule
8138 `org-show-following-heading' and `org-show-hierarchy-above'.
8139 (org-reveal): New command.
8140 (org-show-context): Rename from `org-show-hierarchy-above'.
8141 (org-fast-tag-selection-single-key): New option.
8142 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8143 (org-tags-overlay): New variable.
8144 (org-agenda-todo-ignore-deadlines): New option.
8145 ("session"): Add circular data structure `org-mark-ring' to
8146 exceptions list in session.el.
8147 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8149 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8150 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8151 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8152 (org-finalize-agenda): Activate bracket links in agenda.
8153 (org-at-timestamp-p, org-at-date-range-p): Additional argument
8155 (org-show-hierarchy-above, org-show-following-heading):
8156 List values allowed for fine-tuned configuration.
8157 (org-show-hierarchy-above): New argument CONTEXT, use the
8158 fine-tuned settings in `org-show-hierarchy-above' and
8159 `org-show-following-heading'.
8160 (org-display-custom-time): New function.
8161 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8162 (org-display-custom-times, org-time-stamp-custom-formats):
8163 (org-maybe-intangible): New macro.
8164 (org-activate-bracket-links, org-hide-wide-columns):
8165 Use `org-maybe-intangible'.
8166 (org-open-file): Use `shell-quote-argument'.
8167 (org-display-internal-link-with-indirect-buffer): New option.
8168 (org-file-remote-p): Get regexp from list.
8169 (org-link-expand-abbrev): New function.
8170 (org-link-abbrev-alist): New option.
8171 (org-open-at-point, org-cleaned-string-for-export):
8172 Call `org-link-expand-abbrev'.
8173 (org-timeline, org-agenda-list, org-todo-list)
8174 (org-tags-view): Remove the KEEP-MODES argument.
8175 (org-finalize-agenda-hook): New hook.
8176 (org-get-alist-option): New function.
8177 (org-follow-timestamp-link): New function.
8178 (org-open-at-point): Call `org-follow-timestamp-link'.
8179 (org-log-note-marker, org-log-note-purpose)
8180 (org-log-note-window-configuration): New variables.
8181 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8182 (org-log-note-headings): New option.
8183 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8184 (org-store-link): Support for dired-mode.
8185 (org-open-file): Substitute environment variables into filename.
8186 (org-last): New defsubst.
8187 (org-agenda-re-align-tags): New function.
8188 (org-agenda-align-tags-to-column): New option.
8189 (org-agenda-timeline): Group removed.
8190 (org-prepare-agenda, org-prepare-agenda-buffers)
8191 (org-run-agenda-series, org-timeline, org-agenda-list)
8192 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8193 the text property inticating the agenda type.
8194 (org-agenda-post-command-hook): Get agenda type from text property
8196 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
8197 and obey `org-agenda-overriding-arguments'.
8198 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8199 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8200 (org-agenda-week-view, org-agenda-day-view):
8201 Use `org-agenda-overriding-arguments' to make updating work with
8202 multi-block agendas.
8203 (org-agenda-prefix-format): Allow different formats for the
8204 different agenda entry types.
8205 (org-timeline-prefix-format): Option removed, use
8206 `org-agenda-prefix-format' instead.
8207 (org-prepare-agenda): New function.
8208 (org-select-timeline-window): Option removed, use
8209 `org-select-agenda-window' instead.
8210 (org-respect-restriction): Variable removed.
8211 (org-cmp-tag): New function.
8212 (org-agenda-sorting-strategy, org-entries-lessp):
8213 Implement sorting by last tag.
8214 (org-complete): Better completion in in-buffer option lines.
8215 (org-in-item-p): New function.
8216 (org-org-menu): Add entries for checkboxes.
8217 (org-cycle): Extra brouping in outline-regexp, because it is used
8218 in a search with "^" prepended.
8219 (org-provide-checkbox-statistics): New option.
8220 (org-set-font-lock-defaults): Highlight checkbox statistics.
8221 (org-update-checkbox-count-maybe)
8222 (org-get-checkbox-statistics-face): New functions.
8223 (org-update-checkbox-count): New command.
8224 (org-insert-item, org-toggle-checkbox):
8225 Call `org-update-checkbox-count-maybe'.
8226 (org-export-as-html): XEmacs compatibility for coding system.
8227 (org-force-cycle-archived): New command.
8228 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8230 (org-fix-position-after-promote): If the line contains only a todo
8231 keyword, add a final space.
8232 (org-promote-subtree, org-demote-subtree):
8233 Call `org-fix-position-after-promote'.
8235 2006-11-10 Glenn Morris <rgm@gnu.org>
8237 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8239 (calendar-dst-check-each-year-flag): New customizable variable.
8240 (calendar-dst-find-data): New function, extracted from
8241 calendar-current-time-zone.
8242 (calendar-current-time-zone): Use calendar-dst-find-data.
8243 (calendar-dst-transition-cache): New variable.
8244 (calendar-dst-find-startend, calendar-dst-starts)
8245 (calendar-dst-ends): New functions.
8246 (calendar-daylight-savings-starts)
8247 (calendar-daylight-savings-ends): Change value to use
8248 calendar-dst-starts, calendar-dst-ends; respectively.
8250 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8252 * ido.el (ido-enable-prefix)
8253 * ses.el (ses-call-printer-return)
8254 * net/tramp.el (tramp-unified-filenames)
8255 * progmodes/cc-align.el (c-lineup-string-cont)
8256 * progmodes/compile.el (compilation-directory-matcher)
8257 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8258 * progmodes/gdb-ui.el (gdb-many-windows)
8259 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8260 (vhdl-clock-rising-edge)
8261 * textmodes/org.el (org-export-with-timestamps)
8262 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8263 (org-read-date): Doc fix (Nil -> nil).
8265 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8267 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8268 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8270 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8272 * bs.el (bs--window-for-buffer): Remove.
8273 (bs--show-with-configuration): Use `get-window-with-predicate'
8274 instead of `bs--window-for-buffer'.
8276 2006-11-10 Kenichi Handa <handa@m17n.org>
8278 * files.el (revert-buffer): Fix previous change.
8280 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8282 * bs.el (bs--redisplay): Fix typo in docstring.
8283 (bs--window-config-coming-from): Make frame-local.
8284 (bs--restore-window-config): New function.
8285 (bs-kill, bs-select, bs-select-other-window)
8286 (bs-select-other-frame): Use it.
8287 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8288 (bs--show-with-configuration): Save the window configuration as a
8289 frame local var, and only if *buffer-selection* is not already
8290 visible on this frame.
8292 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8294 * vc-svn.el (vc-svn-admin-directory): New var.
8295 (vc-svn-registered, vc-svn-responsible-p)
8296 (vc-svn-repository-hostname): Use it.
8297 Suggested by arit93@yahoo.com.
8299 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8301 * ldefs-boot.el: Regenerate.
8303 2006-11-08 Alan Mackenzie <acm@muc.de>
8305 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8306 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8307 for least nested open-paren.
8309 2006-11-08 Romain Francoise <romain@orebokech.com>
8311 * subr.el (remove-overlays): Fix typo in last change.
8313 2006-11-08 Richard Stallman <rms@gnu.org>
8315 * subr.el (remove-overlays): Call overlay-recenter.
8317 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8319 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8320 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8322 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8325 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8327 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8328 (ido-max-dir-file-cache, ido-decorations)
8329 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8330 (ido-magic-backward-char, ido-enter-dired)
8331 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8332 (ido-list-directory, ido-first-match, ido-only-match)
8333 (ido-subdir, ido-indicator): Fix typos in docstrings.
8334 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8335 (ido-read-internal): Fix typo in error message.
8337 2006-11-08 Kenichi Handa <handa@m17n.org>
8339 * international/mule-cmds.el (set-default-coding-systems):
8340 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8342 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8344 * makefile.w32-in (setwins): Remove.
8345 (WINS_ALMOST): New macro.
8347 (autoloads): Don't extract autoloads from files in obsolete/.
8349 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8351 * whitespace.el (whitespace-buffer): Call remove-overlays after
8352 overlay-recenter for performance. Suggested by Martin Rudalics.
8354 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8356 * net/tramp.el (tramp-default-method): scp is the default method.
8358 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8360 * server.el (server-start): Save also the Emacs pid in the server file.
8362 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8364 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8365 point when displaying a bibtex cross reference in the echo area.
8367 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8369 * international/mule.el (make-char): Fix typo in docstring.
8370 (load-with-code-conversion, charsetp): Doc fixes.
8372 * international/ja-dic-cnv.el (skkdic-convert):
8373 * cus-edit.el (hook): Fix typo in docstring.
8375 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8377 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8378 (custom-mode-link-map): New variable.
8379 (custom-group-link, custom-manual): Use follow-link.
8381 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8383 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8384 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8386 2006-11-06 Richard Stallman <rms@gnu.org>
8388 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8389 New function broken out of flyspell-correct-word.
8390 (flyspell-mode-map): Bind it to M-RET.
8391 (flyspell-correct-word): Call it.
8393 * textmodes/fill.el (fill-minibuffer-function): New function.
8394 (fill-paragraph): Bind fill-paragraph-function to
8395 fill-minibuffer-function.
8397 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8398 so that they aren't undefined.
8400 * dired.el (dired-readin): Locally bind file-name-coding-system.
8402 * bindings.el: Shorten and clarify usual mode line mouse help string.
8404 * Makefile.in (autoloads): Don't include `obsolete'.
8406 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8408 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8409 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8410 Printing menu if it's not initialized.
8411 (pr-menu-bind): Act on menu-bar-file-menu directly.
8413 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8415 * help.el (view-emacs-news): Fix typo in error message.
8417 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8419 * shadowfile.el (shadow-define-regexp-group)
8420 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8421 (shadow-read-files): Fix typo in message.
8422 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8423 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8424 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8425 (shadow-file-match): Fix typos in docstrings.
8427 * terminal.el (terminal-emulator): Fix typo in message.
8429 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8431 * emacs-lisp/lselect.el (x-kill-primary-selection)
8432 (x-delete-primary-selection, x-copy-primary-selection):
8433 Fix typos in error messages.
8435 * emulation/edt-mapper.el: Fix typo in interactive message.
8437 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8439 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8440 (ispell-help): Fix typos in docstrings.
8441 (ispell-help): Fix typo in output message.
8443 * allout.el (allout-adjust-file-variable)
8444 (allout-passphrase-verifier-string)
8445 (allout-passphrase-hint-string)
8446 (allout-toggle-current-subtree-encryption):
8447 * apropos.el (apropos-synonyms):
8448 * cus-edit.el (hook):
8449 * emacs-lock.el (emacs-lock-from-exiting):
8450 * follow.el (follow-avoid-tail-recenter-p):
8451 * hexl.el (hexl-mode):
8452 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8453 * mouse.el (mouse-set-font):
8454 * resume.el (resume-emacs-args-file):
8455 * rfn-eshadow.el (file-name-shadow-tty-properties):
8456 * t-mouse.el (t-mouse-process, t-mouse-mode):
8457 * emacs-lisp/cust-print.el (custom-print-install)
8458 (custom-print-uninstall, custom-format):
8459 * emacs-lisp/shadow.el (list-load-path-shadows):
8460 * emulation/tpu-edt.el (tpu-help-text)
8461 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8462 (tpu-reset-control-keys):
8463 * emulation/vip.el (vip-emacs-local-map)
8464 (vip-change-mode-to-emacs):
8465 * emulation/viper.el (viper-mode, viper-set-hooks)
8466 (viper-major-mode-modifier-list):
8467 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8468 * emulation/viper-keym.el (viper-emacs-kbd-map)
8470 * mail/feedmail.el (feedmail-queue-reminder)
8471 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8472 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8473 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8474 (feedmail-sender-line, feedmail-force-binary-write)
8475 (feedmail-from-line, feedmail-deduce-envelope-from)
8476 (feedmail-x-mailer-line, feedmail-message-id-generator)
8477 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8478 (feedmail-enable-spray, feedmail-spray-this-address)
8479 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8480 (feedmail-queue-runner-confirm-global)
8481 (feedmail-ask-before-queue-prompt)
8482 (feedmail-ask-before-queue-reprompt)
8483 (feedmail-prompt-before-queue-standard-alist)
8484 (feedmail-prompt-before-queue-user-alist)
8485 (feedmail-prompt-before-queue-help-supplement)
8486 (feedmail-queue-use-send-time-for-message-id)
8487 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8488 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8489 (feedmail-mail-send-hook-queued)
8490 (feedmail-confirm-addresses-hook-example)
8491 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8492 (feedmail-queue-runner-mode-setter)
8493 (feedmail-queue-alternative-mail-header-separator)
8494 (feedmail-queue-runner-message-sender)
8495 (feedmail-buffer-eating-function, feedmail-binmail-template)
8496 (feedmail-run-the-queue-no-prompts)
8497 (feedmail-run-the-queue-global-prompt)
8498 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8499 (feedmail-envelope-deducer, feedmail-fiddle-date)
8500 (feedmail-default-message-id-generator)
8501 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8502 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8503 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8505 * play/dunnet.el (dun-help):
8506 * play/handwrite.el (handwrite):
8507 * play/hanoi.el (hanoi-unix-64):
8508 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8509 * textmodes/enriched.el (fixed):
8510 * textmodes/org.el (org-file-apps)
8511 (org-emphasis-regexp-components, org-emphasis-alist):
8512 * textmodes/texinfmt.el (batch-texinfo-format):
8513 Fix typos in docstrings.
8515 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8517 * loadhist.el (read-feature): Don't complete features not loaded
8518 from a file (which make `unload-feature' to fail).
8520 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8522 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8524 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8526 * startup.el (command-line-1): Kill emacs if the last frame is
8527 deleted while evaluating the command-line arguments.
8529 2006-11-05 Richard Stallman <rms@gnu.org>
8531 * startup.el (init-file-had-error): Add doc string.
8532 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8533 Use fixed-width font for keyboard key descriptions.
8535 * cus-edit.el (custom-save-all): Error if saving in .emacs
8536 and it had an error when loaded.
8538 * dired-aux.el (dired-copy-file-recursive): Catch errors
8539 from recursive copies in the loop, around the recursive call.
8541 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8543 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8544 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8545 `/proc/acpi/thermal_zone/*'.
8546 (battery-search-for-one-match-in-files): New. Search a regexp in
8547 the content of some files.
8549 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8551 * window.el (mouse-autoselect-window-now): Remove variable.
8552 (mouse-autoselect-window-state): New variable.
8553 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8554 (mouse-autoselect-window-select, handle-select-window):
8555 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8556 Suspend delayed autoselection during menu or popup dialog.
8558 * info-look.el (info-lookup-guess-custom-symbol): New function
8559 for retrieving symbol at point in custom buffers.
8560 (top level) <info-lookup-maybe-add-help>: Add backquote and
8561 comma to ignored characters in regexps of help specifications
8562 for emacs-lisp-mode and lisp-interaction-mode. This permits
8563 looking up symbols in `...' and after a comma. Add help
8564 specifications for custom-mode and help-mode.
8566 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8568 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8569 Don't encode body if RAW is non-nil, or if the old encoding is
8570 identical to the new encoding, or if the body contains only
8571 eight-bit-* characters.
8573 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8575 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8576 (faces-sample-overlay): Remove variable.
8577 (describe-face): Insert sample text in the face being described.
8579 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8581 * whitespace.el (whitespace-indent-regexp): Make this match any
8582 multiples of eight spaces near the beginning of a line.
8583 (whitespace-buffer): Use `remove-overlays' instead of
8584 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8585 speed up overlay handling.
8586 (whitespace-buffer-leading, whitespace-buffer-trailing):
8587 Make these functions highlight the text removed by
8588 `whitespace-buffer-leading-cleanup' and
8589 `whitespace-buffer-trailing-cleanup' respectively.
8590 (whitespace-buffer-search): Use `with-local-quit'.
8591 Move `format' out of loop to speed up scanning larger buffers.
8592 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8593 that function is never added to a hook.
8594 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8595 (whitespace-buffer-leading-cleanup)
8596 (whitespace-refresh-rescan-list): Fix docstrings.
8598 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8600 * allout.el (allout-during-yank-processing): Cue for inhibiting
8601 aberrance processing during yanks.
8602 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8603 the amount of yanked topics that can be aberrant.
8604 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8605 a function, and supplement with inihibition of doublechecking
8607 (allout-beginning-of-line, allout-next-heading)
8608 (allout-previous-heading, allout-goto-prefix-doublechecked)
8609 (allout-back-to-current-heading, allout-next-visible-heading)
8610 (allout-next-sibling): Use new allout-do-doublecheck function.
8611 (allout-next-sibling): Ensure we made progress when returning
8613 (allout-rebullet-heading): Preserve text property annotations
8614 indicating the text was hidden, if it was.
8615 (allout-kill-line): Remove any added was-hidden annotations.
8616 (allout-kill-topic): Remove any added was-hidden annotations.
8617 (allout-annotate-hidden): Inhibit adding was-hidden text
8618 properties to the undo list.
8619 (allout-deannotate-hidden): New function to remove was-hidden
8621 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8622 (allout-remove-exposure-annotation): Replace by
8623 allout-deannotate-hidden.
8624 (allout-yank-processing): Signal that yank processing is happening
8625 with allout-during-yank-processing. Also, wrap
8626 allout-unprotected's closer to the text changes, for easier
8627 debugging. We need to inhibit-field-text-motion explicitly, in
8628 lieu of the encompassing allout-unprotected.
8629 (outlineify-sticky): Adjust criteria for triggering new outline
8630 decorations to presence or absence of any topics, not just a topic
8631 at the beginning of the buffer.
8633 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8635 * bs.el (bs--show-all, bs--redisplay):
8636 * cus-edit.el (custom-unlispify-menu-entries)
8637 (custom-unlispify-tag-names, custom-prompt-variable):
8638 * expand.el (expand-pos):
8639 * speedbar.el (speedbar-generic-list-tag-p):
8640 * wid-edit.el (widget-image-enable):
8641 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8642 * emacs-lisp/find-func.el (find-function-noselect)
8643 (find-function, find-variable-noselect, find-variable)
8644 (find-definition-noselect, find-face-definition):
8645 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8646 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8647 * progmodes/ada-xref.el (ada-find-in-ali):
8648 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8649 * textmodes/org.el (org-copy-subtree):
8650 * textmodes/table.el (table--row-column-insertion-point-p):
8651 Use "non-nil" in docstrings.
8653 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8655 * sort.el (sort-columns): Set the field separator to tab; on
8656 NetBSD, sort complains if "\n" is used as field separator.
8658 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8660 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8662 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8664 * server.el (server-auth-key): Remove. Replace by a process-property.
8665 (server-start): Don't remove the file of the previous process, but
8666 instead clear out the place for the new file.
8667 (server-start): Set the :auth-key property.
8668 (server-process-filter): Use the :auth-key property.
8670 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8672 * textmodes/org.el (org-mode-map): No longer copy
8673 `outline-mode-map' explicitly - this is already done by
8674 `define-derived-mode'.
8676 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8678 * server.el (server-visit-files): Use `when'.
8679 (server-process-filter): When authentication fails, send error
8680 message to client. Wrap `process-send-region' in `ignore-errors'
8681 instead of `condition-case', and remove misleading comment.
8683 2006-11-01 Juri Linkov <juri@jurta.org>
8685 * simple.el (yank): Doc fix.
8687 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8689 * server.el: Try and fit within 80 columns.
8690 (server-start): Make the auth file unreadable by other users.
8692 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8694 * battery.el (battery-linux-proc-acpi): Prevent range error when
8695 `full-capacity' is 0.
8697 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8699 * faces.el (faces-sample-overlay): New defvar.
8700 (faces-sample-overlay): New function to show face sample text.
8701 (describe-face): Use it.
8703 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8705 * progmodes/ada-stmt.el: Change maintainer, apply
8706 whitespace-cleanup, checkdoc.
8707 (ada-func-or-proc-name): Add doc string.
8709 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8710 whitespace-cleanup, checkdoc. Minor improvements to many doc
8711 strings and comments.
8712 (ada-prj-display-page): Change buffer name to more accurately
8715 * progmodes/ada-xref.el: Change maintainer, apply
8716 whitespace-cleanup, checkdoc. Minor improvements to many doc
8717 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8718 (ada-compile-current): Don't add newlines to commands.
8720 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8722 * server.el: Add support for TCP sockets.
8723 (server-use-tcp, server-host, server-auth-dir): New options.
8724 (server-auth-key): New variable.
8725 (server-ensure-safe-dir): Create nonexistent parent dirs.
8726 Ignore Unix-style file modes on Windows.
8727 (server-start): Crete a TCP or Unix socket according to the value
8728 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8729 `server-auth-dir' directory.
8730 (server-process-filter): Delete process if authentication
8731 fails (which never happens for Unix sockets).
8733 2006-10-30 David Kastrup <dak@gnu.org>
8735 * subr.el (add-to-list): Don't continue checking if a match has
8738 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8740 * tutorial.el: Move defvars to avoid bytecomp warnings.
8741 (tutorial--find-changed-keys): Check if viper-current-state is
8742 bound before using it.
8743 (help-with-tutorial): Check if viper-tutorial is defined before
8746 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8748 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8750 * tutorial.el: New file.
8751 (help-with-tutorial): Move here from help-fns.el. Add help for
8752 rebound keys. Fix resume of tutorial.
8753 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8754 (tutorial--find-changed-keys, tutorial--display-changes)
8755 (tutorial--saved-dir, tutorial--saved-file)
8756 (tutorial--save-tutorial): New functions to support the changes in
8759 2006-10-30 Kenichi Handa <handa@m17n.org>
8761 * files.el (revert-buffer): If a unibyte buffer is being reverted
8762 with a coding system for multibyte, set buffer multibyte before
8763 calling insert-file-contents.
8765 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8767 * server.el (server-select-display): Use a dummy buffer to detect when
8768 the frame is later used.
8769 (server-select-display): New function.
8770 (server-process-filter): Use it to detect unused temp frames.
8772 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8774 * progmodes/ada-mode.el: Change maintainer, apply
8775 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8776 (ada-mode-version): New function.
8777 (ada-create-menu): Menu operations are available for all supported
8780 2006-10-29 Lars Hansen <larsh@soem.dk>
8782 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8783 Highlight as keyword.
8784 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8785 Don't call tramp-method-out-of-band-p for local files.
8786 (tramp-touch): Quote file name.
8788 2006-10-28 Glenn Morris <rgm@gnu.org>
8790 * calendar/calendar.el (cal-html-cursor-month)
8791 (cal-html-cursor-year): Add autoloads for this new package.
8792 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8794 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8796 * calendar/cal-html.el: New file.
8798 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8800 * emacs-lisp/authors.el (authors-aliases): Update.
8802 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8804 * version.el (emacs-version): Bump version number to 22.0.90.
8806 2006-10-26 John W. Eaton <jwe@octave.org>
8808 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8810 (inferior-octave-resync-dirs): Check to see whether Octave has
8811 built-in variables and set inferior-octave-has-built-in-variables.
8812 Check inferior-octave-has-built-in-variables to decide whether to
8813 send commands that set built-in variables or call functions to
8814 change Octave's behavior.
8815 Send "disp (pwd ())" to Octave instead of just "pwd".
8816 (inferior-octave-startup): Send "more off" to Octave instead of
8817 "page_screen_output = 0".
8819 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8821 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8824 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8826 * bindings.el (mode-line-mode-menu): Remove bindings for global
8827 minor modes (line/column number) as they are on the menubar.
8829 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8831 * term/w32-win.el (x-handle-name-switch): Doc fix.
8832 (w32-standard-fontset-spec): Fix typo in docstring.
8834 * midnight.el (midnight-buffer-display-time): Doc fix.
8835 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8837 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8839 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8841 * emulation/viper-ex.el (ex-read): Quote file argument.
8843 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8845 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8847 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8849 * textmodes/flyspell.el (flyspell-check-region-doublons):
8852 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8854 * bindings.el (mode-line-mode-menu): List global minor modes
8857 2006-10-23 Kim F. Storm <storm@cua.dk>
8859 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8860 (sit-for): If last command was a prefix arg, add the read-ahead
8861 event to unread-command-events as (t . EVENT) so it will be added
8862 to this-command-keys by read-key-sequence.
8864 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8866 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8867 whitespace when checking doublons.
8868 (flyspell-check-region-doublons): Fix doublon regexp.
8869 (flyspell-highlight-incorrect-region): Highlight doublons using
8870 flyspell-duplicate face.
8872 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8874 2006-10-22 John Wiegley <johnw@newartisans.com>
8876 * progmodes/python.el (python-use-skeletons): python-mode was
8877 auto-inserting templates (for those with abbrev-mode on), not only
8878 by default -- *but without a configuration variable to disable
8879 it*. This rendered python-mode completely useless for me, so I
8880 have added `python-use-skeletons', which is now off by default.
8882 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8884 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8885 font-lock-multiline is auto-local (it's not).
8886 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8887 initialized before calling cperl-init-faces.
8889 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8891 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8892 gdb-stack-position a value when there is no fringe.
8894 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8895 indicator if not visiting a file.
8897 2006-10-20 David Kastrup <dak@gnu.org>
8899 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8900 operation would still cause some window to collapse later.
8902 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8904 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8905 side-effect due to mixing various backends's file properties.
8907 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8908 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8909 Return `filename's status if applicable. Update callers.
8911 2006-10-19 Kenichi Handa <handa@m17n.org>
8913 * international/kkc.el (kkc-region): When a key sequence is not
8914 defined, append (this-single-command-raw-keys) to
8915 unread-input-method-events.
8917 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8919 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8921 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8923 * version.el (emacs-version): Use mac-carbon-version-string.
8925 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8927 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8929 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8931 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8932 the selection is not UTF-8.
8934 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8936 * progmodes/ada-mode.el (ada-83-string-keywords)
8937 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8938 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8939 (ada-looking-at-semi-private, ada-get-body-name):
8940 Fix typos in docstrings.
8941 (ada-create-case-exception, ada-create-case-exception-substring):
8942 Fix typos in error messages.
8943 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8945 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8947 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8948 to default-frame-alist if default-frame-alist already contains
8951 2006-10-18 Richard Stallman <rms@gnu.org>
8953 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8954 Non-interactive arg is the value, not the expression.
8956 * simple.el (read-expression-map): Just set it, no defvar.
8958 * subr.el (insert-for-yank-1): If last inserted char has
8959 properties, mark them as rear-nonsticky.
8961 * recentf.el (recentf-mode): Doc fix.
8963 * facemenu.el (facemenu-add-new-face): Defend against symbol
8964 that isn't a face name.
8966 * dired-aux.el (dired-do-copy): Doc fix.
8968 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8970 * simple.el (line-move-1): Ignore fields when moving to the
8971 beginning of line to avoid getting point stuck.
8973 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8975 * textmodes/flyspell.el (flyspell-word-search-backward):
8976 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8979 2006-10-16 Richard Stallman <rms@gnu.org>
8981 * help-fns.el (describe-function-1): Special case optimization
8982 for self-insert-command.
8984 2006-10-16 Kim F. Storm <storm@cua.dk>
8986 * ido.el (ido-reread-directory): Work in `dir' mode too.
8988 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8990 * textmodes/table.el: Require 'regexp-opt.
8992 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8994 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8995 Use shell-quote-argument.
8997 * shell.el (explicit-bash-args): Likewise.
8999 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
9000 Use grep -E rather than egrep.
9002 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9004 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
9006 2006-10-15 Kim F. Storm <storm@cua.dk>
9008 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
9010 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9012 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
9013 to protect whitespace and metacharacters from the shell.
9015 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9017 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
9019 2006-10-13 Eli Zaretskii <eliz@gnu.org>
9021 * subr.el (start-process-shell-command): Doc fix.
9023 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
9025 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
9026 the regexp for Maxima symbols.
9028 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9030 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
9031 (vc-find-root): Don't walk higher up than ~.
9033 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
9035 * international/utf-8.el (utf-translate-cjk-load-tables):
9036 Avoid clobbering last-coding-system-used during load.
9038 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
9040 * textmodes/reftex-global.el (reftex-create-tags-file):
9041 Quote file arguments.
9043 2006-10-12 Richard Stallman <rms@gnu.org>
9045 * files.el (file-name-history): Add defvar.
9046 (save-some-buffers-action-alist): Improve description strings.
9048 2006-10-12 Andreas Schwab <schwab@suse.de>
9050 * files.el (auto-mode-alist): Match change log file name also with
9051 a dash before a numeric extension.
9053 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9055 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
9057 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
9059 After 5.1: Major edit. Summary of most visible changes:
9061 - Multiple <<HERE per line allowed.
9062 - Handles multiline subroutine declaration headers (with comments).
9063 (The exception is `cperl-etags' - but it is not used in the rest
9065 - Fontifies multiline my/our declarations (even with comments,
9066 and with legacy `font-lock').
9067 - Major speedup of syntaxification, both immediate and postponed
9068 (3.5x to 15x [for different CPUs and versions of Emacs] on the
9069 huge real-life document I tested).
9070 - New bindings, edits to imenu.
9071 - "_" is made into word-char during fontification/syntaxification;
9072 some attempts to recognize non-word "_" during other operations too.
9073 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
9074 - autoload some more perldoc-related stuff
9075 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
9076 - Attempt to incorporate XEmacs edits which reached me.
9078 Fine-grained changelog:
9079 (cperl-hook-after-change): New configuration variable.
9080 (cperl-vc-sccs-header): Likewise.
9081 (cperl-vc-sccs-header): Likewise.
9082 (cperl-vc-header-alist): Default via two preceding variables.
9083 (cperl-invalid-face): Remove double quoting under XEmacs
9084 (still needed under 21.2).
9085 (cperl-tips): Update URLs for resources.
9086 (cperl-problems): Likewise.
9087 (cperl-praise): Mention new features.
9088 New C-c key bindings: for `cperl-find-bad-style',
9089 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
9090 `cperl-perdoc', and `cperl-perldoc-at-point'.
9091 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9092 moved, new submenu of Tools with Ispell entries and narrowing.
9093 (cperl-after-sub-regexp): New defsubst.
9094 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
9095 Allows heads up to head4.
9097 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
9098 (paren-backwards-message): ??? Something for XEmacs???
9099 (cperl-mode): Never auto-switch abbrev-mode off.
9100 Try to allow '_' be non-word char.
9101 Do not use `font-lock-unfontify-region-function' on XEmacs.
9102 Reset syntax cache on mode start.
9103 Support multiline facification (even on legacy `font-lock').
9104 (cperl-facemenu-add-face-function): ??? Some contributed code ???
9105 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
9106 refuse to inform us whether the fontification is due to lazy
9107 calling or due to edit to a buffer, install our own hook
9108 (controlled by `cperl-hook-after-change').
9109 (cperl-electric-pod): =cut may have been recognized as start.
9110 (cperl-block-p): Move, updated for attributes.
9111 (cperl-calculate-indent): Try to allow '_' be non-word char
9112 Support subs with attributes.
9113 (cperl-where-am-i): Quiet (?) a warning.
9114 (cperl-cached-syntax-table): New function.
9115 (cperl-forward-re): Use `cperl-cached-syntax-table'.
9116 (cperl-unwind-to-safe): Recognize `syntax-type' property
9117 changing in a middle of line.
9118 (cperl-find-sub-attrs): New function.
9119 (cperl-find-pods-heres): Allow many <<EOP per line.
9120 Allow subs with attributes.
9121 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9122 Recognize "extproc " (OS/2) case-folded and only at start.
9123 /x on s///x with empty replacement was not recognized.
9125 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9126 Allow subs with attributes, labels.
9127 Do not confuse "else::foo" with "else".
9128 Minor optimizations...
9129 (cperl-after-expr-p): Try to allow '_' be non-word char.
9130 (cperl-fill-paragraph): Try to detect a major bug in Emacs
9131 with `looking-at' inside `narrow' and bulk out if found.
9132 (cperl-imenu--create-perl-index): Updates for new
9133 `cperl-imenu--function-name-regexp-perl'.
9134 (cperl-outline-level): Likewise.
9135 (cperl-init-faces): Allow multiline subroutine headers
9136 and my/our declarations, and ones with comments.
9137 Allow subroutine attributes.
9138 (cperl-imenu-on-info): Better docstring.
9139 (cperl-etags): Rudimentary support for attributes.
9140 Support for packages and "package;".
9141 (cperl-add-tags-recurse-noxs): Better (?) docstring.
9142 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9143 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9144 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9145 (cperl-perldoc): Add autoload.
9146 (cperl-perldoc-at-point): Likewise.
9147 (cperl-here-doc-spell): New function.
9148 (cperl-pod-spell): Likewise.
9149 (cperl-map-pods-heres): Likewise.
9150 (cperl-get-here-doc-region): Likewise.
9151 (cperl-font-lock-fontify-region-function): Likewise (backward
9152 compatibility for legacy `font-lock').
9153 (cperl-font-lock-unfontify-region-function): Fix style.
9154 (cperl-fontify-syntaxically): Recognize and optimize away deferred
9155 calls with no-change. Governed by `cperl-hook-after-change'.
9156 (cperl-fontify-update): Recognize that syntaxification region
9157 can be larger than fontification one.
9158 XXXX we leave `cperl-postpone' property, so this is quadratic...
9159 (cperl-fontify-update-bad): Temporary placeholder until
9160 it is clear how to implement `cperl-fontify-update'.
9161 (cperl-time-fontification): New function.
9162 (attrib-group): New text attribute.
9163 (multiline): New value: `syntax-type' text attribute.
9166 (cperl-emulate-lazy-lock): New function.
9167 (cperl-fontify-syntaxically): Would skip large regions.
9168 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9169 Some globals were declared, but uninitialized.
9172 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9173 Copyright message updated.
9174 (cperl-init-faces): Work around a bug in `font-lock'. May slow
9175 facification down a bit.
9176 Misprint for my|our|local for old `font-lock'
9177 "our" was not fontified same as "my|local".
9178 Highlight variables after "my" etc even in
9179 a middle of an expression.
9180 Do not facify multiple variables after my etc
9181 unless parentheses are present.
9184 (cperl-fontify-syntaxically): after-change hook could reset.
9185 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9188 (cperl-init-faces): Allow highlighting of local ($/).
9189 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9190 (cperl-problems): Remove fixed problems.
9191 (cperl-find-pods-heres): Recognize #-comments in m##x too.
9192 Recognize charclasses (unless delimiter is \).
9193 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9194 (cperl-regexp-scan): Update docs.
9195 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9198 Major user visible changes:
9199 Recognition and fontification of character classes in RExen.
9200 Variable indentation of RExen according to groups.
9202 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9203 Fontify REx charclasses in variable-name face.
9204 Fontify POSIX charclasses in "type" face.
9205 Fontify unmatched "]" in function-name face.
9206 Mark first-char of HERE-doc as `front-sticky'.
9207 Reset `front-sticky' property when needed.
9208 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9209 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9210 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9211 constructs. Support `narrow'ed buffers.
9212 (cperl-praise): Remove a reservation.
9213 (cperl-make-indent): New function.
9214 (cperl-indent-for-comment): Use `cperl-make-indent'.
9215 (cperl-indent-line): Likewise.
9216 (cperl-lineup): Likewise.
9217 (cperl-beautify-regexp-piece): Likewise.
9218 (cperl-contract-level): Likewise.
9219 (cperl-toggle-set-debug-unwind): New function.
9220 New menu entry for this.
9221 (fill-paragraph-function): Use when `boundp'.
9222 (cperl-calculate-indent): Take into account groups when indenting RExen.
9223 (cperl-to-comment-or-eol): Recognize # which end a string.
9224 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9225 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9226 (cperl-fontify-syntaxically): More clear debugging message.
9227 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9228 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9229 Merge cosmetic changes from XEmacs.
9232 (cperl-1+): Move to before the first use.
9233 (cperl-1-): Likewise.
9237 This code may lock Emacs hard!!! Use at your own risk!
9239 (cperl-font-locking): New internal variable.
9240 (cperl-beginning-of-property): New function.
9241 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9242 instead of `previous-single-property-change'.
9243 (cperl-unwind-to-safe): Likewise.
9244 (cperl-after-expr-p): Likewise.
9245 (cperl-get-here-doc-region): Likewise.
9246 (cperl-font-lock-fontify-region-function): Likewise.
9247 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9249 Bound `next-single-property-change' via `point-max'.
9250 (cperl-unwind-to-safe): Bound likewise
9251 (cperl-font-lock-fontify-region-function): Likewise.
9252 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9253 Initialization of `cperl-font-lock-multiline-start' could be
9254 missed if the "main" fontification did not run due to the
9255 keyword being already fontified.
9256 (cperl-pod-spell): Return t from do-one-chunk function.
9257 (cperl-map-pods-heres): Stop when the worker returns nil.
9258 Call `cperl-update-syntaxification'.
9259 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9260 (cperl-get-here-doc-delim): Remove unused function.
9264 The possible lockup of Emacs (introduced in 5.10) fixed.
9266 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9267 (cperl-syntaxify-for-menu): New customization variable.
9268 (cperl-select-this-pod-or-here-doc): New function.
9269 (cperl-get-here-doc-region): Extra argument.
9270 Do not adjust pos by 1.
9273 (Perl/Tools): Selection of current POD or HERE-DOC section.
9274 (Debugging CPerl:) backtrace on fontification.
9277 (cperl-cached-syntax-table): Use `car-safe'.
9278 (cperl-forward-re): Remove spurious argument SET-ST.
9280 (cperl-forward-group-in-re): New function.
9281 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9282 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9285 (cperl-string-syntax-table): Make { and } not-grouping
9286 (Sometimes they ARE grouping in RExen, but matching them would only
9287 confuse in many situations when they are not)
9288 (beginning-of-buffer): Replace two occurrences with goto-char...
9289 (cperl-calculate-indent): `char-after' could be nil...
9290 (cperl-find-pods-heres): REx can start after "[" too.
9291 Hightlight (??{}) in RExen too.
9292 (cperl-maybe-white-and-comment-rex): New constant
9293 (cperl-white-and-comment-rex): Likewise.
9294 XXXX Not very efficient, but hard to make
9295 better while keeping 1 group.
9298 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9299 Likewise for 1 << identifier.
9302 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9303 Error-less condition-case could fail.
9304 (cperl-font-lock-fontify-region-function): Likewise.
9305 (cperl-init-faces): Likewise.
9308 (cperl-find-pods-heres): Support property REx-part2.
9309 (cperl-calculate-indent): Likewise.
9310 Don't special-case REx with non-empty 1st line.
9311 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9312 Invert highlighting of charclasses:
9313 now the envelop is highlighted.
9314 Highlight many others 0-length builtins.
9315 (cperl-praise): Mention indenting and highlight in RExen.
9318 (cperl-find-pods-heres): Highlight capturing parens in REx.
9321 (cperl-find-pods-heres): Highlight '|' for alternation
9322 Initialize `font-lock-warning-face' if not present.
9323 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9324 `font-lock-function-name-face'.
9325 (cperl-look-at-leading-count): Likewise.
9326 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9327 `font-lock-keyword-face' (needed for
9328 batch processing), etc...
9329 Use `font-lock-builtin-face' for builtin in REx
9330 Now `font-lock-variable-name-face'
9331 is used for interpolated variables
9332 Use "talking aliases" for faces inside REx
9333 Highlight parts of REx (except in charclasses)
9334 according to the syntax and/or semantic
9335 Syntax-mark a {}-part of (?{}) as "comment"
9336 (it was the ()-part)
9337 Better logic to distinguish what is what in REx
9338 (cperl-tips-faces): Document REx highlighting
9339 (cperl-praise): Mention REx syntax highlight etc.
9342 (cperl-find-sub-attrs): Would not always manage to print error message.
9343 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9346 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9347 Very minor optimization.
9348 `my-cperl-REx-modifiers-face' got quoted.
9349 Recognize "print $foo <<END" as HERE-doc.
9350 Put `REx-interpolated' text attribute if needed.
9351 (cperl-invert-if-unless-modifiers): New function.
9352 (cperl-backward-to-start-of-expr): Likewise.
9353 (cperl-forward-to-end-of-expr): Likewise.
9354 (cperl-invert-if-unless): Works in "the opposite way" too.
9355 Cursor position on return is on the switch-word.
9356 Indents comments better.
9357 (REx-interpolated): New text attribute.
9358 (cperl-next-interpolated-REx): New function.
9359 (cperl-next-interpolated-REx-0): Likewise.
9360 (cperl-next-interpolated-REx-1): Likewise.
9361 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9362 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9363 (cperl-praise): Mention finded interpolated RExen.
9366 (cperl-init-faces): Highlight %$foo, @$foo too.
9367 (cperl-short-docs): Better docs for system, exec.
9368 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9369 Would not find HERE-doc ended by EOF without NL.
9370 (cperl-short-docs): Correct not-doubled \-escapes.
9371 start block: Put some `defvar' for stuff gone from XEmacs.
9374 initial comment: Extend copyright, fix email address.
9375 (cperl-indent-comment-at-column-0): New customization variable.
9376 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9377 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9378 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9379 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9380 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9381 highlight $ in $foo too (UNTESTED).
9382 (cperl-set-style): Docstring missed some available styles.
9383 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9384 Change "Current" to "Memorize Current".
9385 (cperl-indent-wrt-brace): New customization variable; the default is
9386 as for pre-5.2 version.
9387 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9388 (cperl-style-alist): Likewise.
9389 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9390 and `cperl-extra-newline-before-brace' etc
9392 (cperl-indent-exp): Plans B and C to find continuation blocks even
9393 if `cperl-extra-newline-before-brace' is t.
9396 Improve some docstrings concerning indentation.
9397 (cperl-indent-rules-alist): New variable.
9398 (cperl-sniff-for-indent): New function name
9399 (separated from `cperl-calculate-indent').
9400 (cperl-calculate-indent): Separate the sniffer and the indenter;
9401 uses `cperl-sniff-for-indent' now.
9402 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9404 Support `comment-column' = 0.
9406 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9408 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9409 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9410 * longlines.el (longlines-window-change-function): Likewise.
9411 * simple.el (undo-ask-before-discard): Likewise.
9412 * wid-edit.el (widget-field-prompt-internal)
9413 (widget-documentation-link-p): Likewise.
9415 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9417 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9420 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9422 * newcomment.el (comment-valid-prefix-p): Make the check
9423 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9424 (comment-indent-new-line): Adjust call.
9426 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9428 * allout.el (allout-back-to-current-heading): Base on lower-level
9429 routines to get proper disqualification of aberrant topics.
9431 2006-10-09 Richard Stallman <rms@gnu.org>
9433 * textmodes/two-column.el (2C-two-columns): Doc fix.
9435 2006-10-09 Kim F. Storm <storm@cua.dk>
9437 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9440 2006-10-08 Richard Stallman <rms@gnu.org>
9442 * textmodes/two-column.el (2C-two-columns): Doc fix.
9444 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9446 * files.el: Mark `buffer-read-only' as safe-local-variable.
9448 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9450 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9451 Burp if GUD buffer has been killed.
9453 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9455 * completion.el (add-completions-from-c-buffer):
9456 Don't presume an error's second element is a string.
9457 Use looking-at rather than buffer-substring + member.
9459 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9461 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9462 `undecided', call find-coding-systems-region to find a proper
9463 non-trivial encoding.
9464 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9467 2006-10-07 Kevin Ryde <user42@zip.com.au>
9469 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9472 * strokes.el (defgroup strokes): Remove invalid url-link.
9474 2006-10-07 Magnus Henoch <mange@freemail.hu>
9476 * autoinsert.el (auto-insert-alist): Doc fix.
9478 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9480 * mouse-sel.el (mouse-insert-selection-internal):
9481 Use insert-for-yank, so that yank handlers are run.
9483 2006-10-07 Kim F. Storm <storm@cua.dk>
9485 * ido.el (ido-file-extension-aux): Fix comparison.
9487 2006-10-06 Kim F. Storm <storm@cua.dk>
9489 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9491 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9493 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9494 (ad-make-mapped-call): Use `let', not `let*'.
9496 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9498 * international/mule-cmds.el (coding-system-change-eol-conversion):
9499 Ensure the coding system is initialized before calling
9500 coding-system-eol-type.
9502 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9504 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9505 (org-activate-angle-links, org-activate-dates)
9506 (org-activate-target-links, org-activate-camels)
9507 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9508 textproperty keymaps from being active beyond the end of a line.
9509 (org-unfontify-region): Also remove `rear-nonsticky' property.
9511 2006-10-04 Kenichi Handa <handa@m17n.org>
9513 * international/code-pages.el (next): Table fixed.
9515 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9517 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9518 that it's been made unnecessary by removing narrowing.
9520 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9522 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9523 control flow a bit, simplify another bit, and add comments.
9525 2006-10-03 David Kastrup <dak@gnu.org>
9527 * help.el (describe-mode): For clicks on mode-line, use "@"
9528 interactive argument to get the major mode of the click instead of
9531 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9532 in order to better redirect mouse-2 clicks. Also allow default
9535 2006-10-03 Kim F. Storm <storm@cua.dk>
9537 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9538 (pushnew): Fix last change.
9540 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9542 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9543 Use the interactive spec of `eval-expression'.
9545 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9547 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9549 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9551 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9554 2006-10-02 Kenichi Handa <handa@m17n.org>
9556 * international/code-pages.el (iso-8859-6): Table fixed.
9558 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9560 * dired.el (dired-build-subdir-alist): Fix previous change.
9562 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9564 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9566 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9568 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9569 "define-button-type".
9571 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9572 they don't keep accumulating.
9574 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9576 * ffap.el (ffap-rfc-path): Change the address of the RFC
9577 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9579 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9581 * allout.el (allout-expose-topic): Rectify implementation of "+"
9582 spec, so that bodies are not exposed with headlines.
9584 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9586 * allout.el (allout-current-depth): Do aberrent check only at or
9587 below doublecheck depth.
9588 (allout-chart-subtree): Make it explicit that LEVELS being nil
9589 means unlimited depth. Drop undocumented support for LEVELS value
9590 t meaning unlimited depth. (This is consistent with
9591 allout-chart-to-reveal, but contrary to allout-show-children,
9592 which needs to use nil to default to depth of 1.)
9593 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9594 (allout-chart-to-reveal): Be explicit in docstring about meaning
9595 of nil LEVELS, and drop support for LEVELS value t.
9596 (allout-show-children): Translate the level spec used by this
9597 routine to that used by allout-chart-subtree and
9598 allout-chart-to-reveal.
9599 (allout-show-to-offshoot): Retry once when stuck, after opening
9600 subtree - improvements in discontinuity handling likely will
9603 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9605 * wid-edit.el (widget-button-click-moves-point): New variable.
9606 (widget-button-click): If widget-button-click-moves-point is
9607 non-nil, set point after performing the button action.
9609 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9611 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9613 * files.el (find-file-existing): Modify to not allow wildcards.
9615 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9617 * simple.el (undo-more): When undo information for the region is
9618 exhausted, say "No further undo information FOR REGION".
9620 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9622 * progmodes/sh-script.el (sh-prev-thing):
9623 Take `sh-leading-keywords' into account.
9625 2006-09-29 Glenn Morris <rgm@gnu.org>
9627 * custom.el (defcustom): Doc fix.
9629 * calendar/calendar.el (european-calendar-style):
9630 Call european-calendar or american-calendar as needed when set.
9631 (diary-view-entries, list-calendar-holidays): Move autoloads
9634 2006-09-29 Juri Linkov <juri@jurta.org>
9636 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9637 to nil if there is no previous property change.
9639 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9641 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9642 saving anything to be sure that `forward-sexp' behaves correctly.
9644 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9646 * simple.el (line-move-finish): Ignore field boundaries if the
9647 initial and final points have the same `field' property.
9649 2006-09-29 Kim F. Storm <storm@cua.dk>
9651 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9652 to t while calling ido-read-internal.
9654 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9656 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9657 (org-archive-subtree): Remove erraneous `]' from character list.
9659 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9661 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9662 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9663 markers for data-area and parameters-area.
9665 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9667 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9669 * font-lock.el (font-lock-after-change-function): Refontify next line
9670 as well if end is at BOL.
9671 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9672 only extend the region as much as needed.
9674 2006-09-28 Richard Stallman <rms@gnu.org>
9676 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9678 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9680 * international/mule.el (after-insert-file-set-coding):
9681 If VISIT, don't let set-buffer-multibyte make undo info.
9683 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9685 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9686 lines in base64-encoded authentication response.
9688 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9690 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9691 (ebnf-version): New version 4.3.
9692 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9693 (ebnf-prologue): Adjust PostScript programming.
9694 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9695 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9697 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9699 * jit-lock.el (jit-lock-force-redisplay): Rename from
9700 jit-lock-fontify-again, and undo the mistaken change I've just done.
9702 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9703 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9705 2006-09-26 Kenichi Handa <handa@m17n.org>
9707 * startup.el (display-splash-screen): Allow a prefix argument.
9709 2006-09-25 Jason Rumney <jasonr@gnu.org>
9711 * subr.el (shell-quote-argument): Use DOS logic for Windows
9712 shells with DOS semantics.
9714 2006-09-24 Richard Stallman <rms@gnu.org>
9716 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9717 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9718 to delete the overlay. Put it on pre-command-hook.
9720 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9722 * startup.el (fancy-splash-screens, normal-splash-screen):
9723 Call the splash buffer *About GNU Emacs*.
9725 * simple.el (next-error-highlight, next-error-highlight-no-select):
9727 (yank-excluded-properties): Add `fontified'.
9729 * font-lock.el (font-lock-compile-keywords): Allow value of
9730 syntax-begin-function to enable paren-column-0 highlighting.
9732 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9734 * dired.el (dired-build-subdir-alist): When file ends in colon,
9735 don't exit the loop, just disregard that file.
9737 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9739 * simple.el (line-move-finish): Handle corner case for fields in
9741 (line-move-1): Remove flawed test for that case.
9743 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9745 * icomplete.el (icomplete-simple-completing-p): Use the correct
9746 name for the new variable, `icomplete-with-completion-tables'.
9747 (file local variables): Remove superfluous setting.
9749 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9751 * calendar/appt.el (appt-check): Fix typo for appointments just
9754 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9756 * help.el (describe-key-briefly, describe-key): Don't expect an
9757 extra up event if a down-event is generated by a popup menu.
9759 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9761 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9762 local dictionary when changing the global dictionary.
9764 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9766 * icomplete.el (icomplete-with-completion-tables): List of
9767 specialized completion tables with which icomplete should
9768 operate. Include the new `internal-complete-buffer', so icomplete
9769 works with interactive buffer-selection.
9770 (icomplete-simple-completing-p): Add acceptance of specialized
9771 completion tables listed in icomplete-with-completion-tables.
9773 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9775 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9777 * startup.el (command-line): Use `custom-reevaluate-setting' for
9778 `focus-follows-mouse'.
9780 2006-09-22 Richard Stallman <rms@gnu.org>
9782 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9783 explain why Save is not available.
9785 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9787 * woman.el (woman0-so): Use `let*', not `let'.
9788 (woman-horizontal-line): Remove unbalanced parenthesis.
9790 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9792 * woman.el: Make sure all the end-of-region markers we use have
9793 a non-nil insertion-type.
9794 (woman0-so): Move things around so we can use copy-marker.
9795 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9797 (woman2-process-escapes): Check marker type.
9798 (woman-horizontal-line): Dispense with the use of a marker.
9800 2006-09-22 Jay Belanger <belanger@truman.edu>
9802 * calc/calc-lang.el: Add Greek letters to math-variable-table
9805 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9807 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9809 2006-09-22 Masatake YAMATO <jet@gyve.org>
9811 * add-log.el (add-log-current-defun): Use `forward-sexp'
9812 instead of `forward-word' to pick c++::symbol.
9813 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9815 2006-09-22 Kenichi Handa <handa@m17n.org>
9817 * bindings.el: Fix setting self-insert-command for multibyte
9818 characters in global-map.
9820 2006-09-21 David Kastrup <dak@gnu.org>
9822 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9825 2006-09-21 Kenichi Handa <handa@m17n.org>
9827 * language/european.el ("Latin-1"): Add windows-1252 to
9829 ("German"): Likewise.
9831 2006-09-21 Kim F. Storm <storm@cua.dk>
9833 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9834 Suggested by Miles Bader.
9836 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9837 instead of add-to-list in the simple case.
9839 2006-09-20 Kenichi Handa <handa@m17n.org>
9841 * isearch.el (isearch-process-search-char): Cancel the previous change.
9842 (isearch-search-string): New function.
9843 (isearch-search): Use isearch-search-string.
9844 (isearch-lazy-highlight-search): Likewise.
9846 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9848 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9849 string to become an option.
9851 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9853 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9855 2006-09-20 Kim F. Storm <storm@cua.dk>
9857 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9858 position t instead of trying both window-end and window-end - 1.
9860 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9862 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9865 2006-09-20 David Kastrup <dak@gnu.org>
9867 * mouse.el (mouse-posn-property): Improve doc string.
9868 (mouse-on-link-p): Change buffers for function calls on links.
9870 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9871 buffer is read-only.
9873 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9875 * allout.el (allout-unprotected): Let inhibit-read-only only when
9876 buffer-read-only isn't set.
9877 (allout-annotate-hidden): Enable topic annotation during copies even
9878 when the buffer is read-only, eg for topic copies. Ensure that the loop
9879 advances, even when the span extends beyond the deletion region.
9880 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9881 rather than allout-exposure-changed-hook, as a stronger assertion.
9882 (allout-keybindings-list): Add bindings for
9883 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9884 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9885 Copy wrappers for allout-kill-line and allout-kill-topic.
9886 (allout-listify-exposed): Position correctly to accumulate lines.
9888 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9890 * simple.el (line-move-1): Escape field boundaries occurring
9891 exactly at point. Update goal column if constrained to a field.
9892 (line-move-finish): Escape field boundaries occurring exactly at point.
9894 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9896 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9897 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9899 2006-09-19 Kim F. Storm <storm@cua.dk>
9901 * help.el (describe-key-briefly, describe-key): Simplify printing
9902 of descriptions by using format and %S. Fix "is undefined"
9903 messages to say "at that spot" for mouse events.
9905 * simple.el (line-move-partial): Optimize. Try window-line-height
9906 before posn-at-point to get vpos of current line.
9908 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9910 * emulation/viper.el: Bump up version/date of update to reflect the
9911 substantial changes done in August 2006.
9913 * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
9914 push-button are defined.
9916 * ediff-util.el (ediff-add-to-history): New function.
9918 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9920 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9922 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9923 Delete duplicate make-local-variable form.
9924 (conf-space-keywords): Add autoload cookie.
9925 Fix typo (`keywords', not `keyword').
9927 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9929 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9930 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9931 to x-gtk-use-old-file-dialog.
9933 2006-09-18 Richard Stallman <rms@gnu.org>
9935 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9936 that might come in during mouse tracking.
9938 2006-09-18 Kim F. Storm <storm@cua.dk>
9940 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9941 new window-line-height function. Further optimize by not calling
9942 pos-visible-in-window-p for window-end when window-line-height
9943 returns useful information.
9945 2006-09-16 Richard Stallman <rms@gnu.org>
9947 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9948 (conf-space-mode): Don't handle prefix arg.
9949 Delete conf-space-keywords-override code.
9951 (conf-space-keywords): New command.
9952 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9953 Delete conf-space-keywords-override code.
9954 (conf-space-keywords-alist): Doc fix.
9955 (conf-space-font-lock-keywords): Doc fix.
9956 (conf-space-keywords-override): Var deleted.
9958 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9960 * startup.el (fancy-splash-screens): Don't switch to the scratch
9961 buffer; it may not be the next buffer.
9963 2006-09-16 Romain Francoise <romain@orebokech.com>
9965 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9968 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9970 * progmodes/python.el (python-preoutput-filter):
9971 Fix arg order to string-match.
9973 2006-09-16 Richard Stallman <rms@gnu.org>
9975 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9976 font-lock-compile-keywords.
9978 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9979 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9981 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9983 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9985 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9986 and the data doesn't look like UTF8, send STRING instead.
9988 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
9990 * textmodes/flyspell.el (flyspell-check-region-doublons):
9991 New function to detect duplicated words.
9992 (flyspell-large-region): Use it.
9994 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9996 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9998 2006-09-16 Eli Zaretskii <eliz@gnu.org>
10000 * help.el (describe-prefix-bindings): Use let, not let*.
10002 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
10004 * allout.el (allout-regexp, allout-line-boundary-regexp)
10005 (allout-bob-regexp): Correct grouping and boundaries to fix
10006 backwards traversal.
10007 (allout-depth-specific-regexp, allout-depth-one-regexp):
10008 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
10009 worse time in allout-ascend.
10010 (allout-doublecheck-at-and-shallower): Identify depth threshold
10011 below which topics are checked for and disqualified by containment
10013 (allout-hotspot-key-handler): Correctly handle multiple-key
10014 strokes. Remove some unused variables.
10015 (allout-mode-leaders): Clarify that mode-specific comment-start
10017 (set-allout-regexp): Correctly regexp-quote allout regexps to
10018 properly accept alternative header-leads and primary bullets with
10019 regexp-specific characters (eg, C "/*", mathematica "(*").
10020 Include new regular expressions among those configured.
10021 (allout-infer-header-lead-and-primary-bullet):
10022 Rename allout-infer-header-lead.
10023 (allout-recent-depth): Manifest as a variable as well as a function.
10024 (allout-prefix-data): Simplify into an inline instead of a macro,
10025 assuming current match data rather than being explicitly passed
10026 it. Establish allout-recent-depth value as well as
10027 allout-recent-prefix-beginning and allout-recent-prefix-end.
10028 (allout-aberrant-container-p): True when an item's immediate
10029 offspring discontinuously contained. Useful for disqualifying
10030 unintended topic prefixes, likely at low depths.
10031 (allout-goto-prefix-doublechecked): Elaborate version of
10032 allout-goto-prefix which disqualifies aberrant pseudo-items.
10033 (allout-pre-next-prefix): Layer on top of lower-level routines, to
10034 get disqualification of aberrant containers.
10035 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
10037 (allout-beginning-of-current-entry): Position at start of buffer
10038 when in container (depth 0) entry.
10039 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
10040 (allout-current-bullet): Strip text properties.
10041 (allout-get-prefix-bullet): Use right match groups.
10042 (allout-beginning-of-line, allout-next-heading):
10043 Disqualify aberrant containers.
10044 (allout-previous-heading): Disqualify aberrant containers, and
10045 change to regular (rather than inline) function, to allow
10047 (allout-get-invisibility-overlay): Increment so progress is made
10048 when the first overlay is not the sought one.
10049 (allout-end-of-prefix): Disqualify aberrant containers.
10050 (allout-end-of-line): Cycle something like allout-beginning-of-line.
10051 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
10052 outline.el outlines) functional again. Change the primary bullet
10053 along with the header-lead - level 1 new-style bullets now work.
10054 Engage allout-before-change-handler in mainline Emacs, not just
10055 XEmacs, to do undo handling.
10056 (allout-before-change-handler): Expose undo changes occurring in
10057 hidden regions. Use allout-get-invisibility-overlay instead of
10058 reimplementing it inline.
10059 (allout-chart-subtree): Use start rather than end of prefix in
10060 charts. Use allout-recent-depth variable.
10061 (allout-chart-siblings): Disqualify aberrant topics.
10062 (allout-beginning-of-current-entry): Position correctly.
10063 (allout-ascend): Use new allout-depth-specific-regexp and
10064 allout-depth-one-regexp for linear instead of O(N^2) or worse
10066 (allout-ascend-to-depth): Depend on allout-ascend, rather than
10067 reimplementing an algorithm.
10068 (allout-up-current-level): Depend on allout-ascend, rather than
10069 reimplementing an algorithm. Return to start-point if we fail.
10070 (allout-descend-to-depth): Use allout-recent-depth variable
10071 instead of function.
10072 (allout-next-sibling): On traversal of numerous intervening
10073 topics, resort to economical allout-next-sibling-leap.
10074 (allout-next-sibling-leap): Specialized version of
10075 allout-next-sibling that uses allout-ascend cleverly, to depend on
10076 a regexp search to leap large numbers of contained topics, rather
10077 than arbitrarily many one-by-one traversals.
10078 (allout-next-visible-heading): Disqualify aberrant topics.
10079 (allout-previous-visible-heading): Position consistently when
10081 (allout-forward-current-level): Base on allout-previous-sibling
10082 rather than (differently) reimplmenting the algorithm. Remove some
10084 (allout-solicit-alternate-bullet): Present default choice stripped
10085 of text properties.
10086 (allout-rebullet-heading): Use bullet stripped of text properties.
10087 Register changes using allout-exposure-change-hook.
10088 Disregard aberrant topics.
10089 (allout-shift-in): With universal-argument, make topic a peer of
10090 it's former offspring. Simplify the code by separating out
10091 allout-shift-out functionality.
10092 (allout-shift-out): With universal-argument, make offspring peers
10093 of their former container, and its siblings. Implement the
10094 functionality here, rather than inappropriately muddling the
10095 implementation of allout-shift-in.
10096 (allout-rebullet-topic): Respect additional argument for new
10097 parent-child separation function.
10098 (allout-yank-processing): Use allout-ascend directly.
10099 (allout-show-entry): Disqualify aberrant topics.
10100 (allout-show-children): Handle discontinuous children gracefully,
10101 extending the depth being revealed to expose them and posting a
10102 message indicating the situation.
10103 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
10104 Leave cursor in correct position.
10105 (allout-hide-current-subtree): Use allout-ascend directly.
10106 Disqualify aberrant topics.
10107 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
10108 a way that the yanks can restore it, as used to happen.
10109 (allout-yank-processing): Restore exposure layout as recorded by
10110 allout-kill-*, as used to happen.
10111 (allout-annotate-hidden, allout-hide-by-annotation): New routines
10112 for preseving and restoring exposure layout across kills.
10113 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
10114 (allout-encrypt-string): Strip text properties.
10115 Rearranged order and outline-headings for some of the
10116 miscellaneous functions.
10117 (allout-resolve-xref): No need to quote the error name in the
10118 condition-case handler section.
10119 (allout-flatten): Classic recursive (and recursively intensive,
10120 without tail-recursion) list-flattener, needed by allout-shift-out
10121 when confronted with discontinuous children.
10123 2006-09-16 Jason Rumney <jasonr@gnu.org>
10125 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10127 (dnd-open-unc-file): Remove.
10128 (dnd-open-local-file): Mention in doc string that it also handles
10129 remote files if the system natively supports unc file-names.
10131 2006-09-15 Kim F. Storm <storm@cua.dk>
10133 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10134 all necessary information about the event before erasing *Help*.
10136 * simple.el (line-move-partial): Use window-line-visiblity to
10137 quickly check whether last line is partially visible, and only do
10138 the hard (and slow) part in that case.
10140 2006-09-15 Jay Belanger <belanger@truman.edu>
10142 * COPYING: Replace "Library Public License" by "Lesser Public
10143 License" throughout.
10145 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10147 * term/x-win.el (x-menu-bar-open): New function for F10.
10149 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
10151 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10152 Disallow filenames containing " -" to avoid confusion with libtool
10153 compilation messages. Suggested by Stefan Monnier.
10155 2006-09-15 David Kastrup <dak@gnu.org>
10157 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10158 instead of buffer position for `mouse-on-link-p'.
10160 * mouse.el (mouse-posn-property): New function looking up the
10161 properties at a click position in overlays and text properties in
10162 either buffer or strings.
10163 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10164 of both `follow-link' as well as `mouse-face' properties.
10165 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10168 * help.el (describe-key-briefly): When reading a down-event on
10169 mode lines or scroll bar, swallow the following up event, too.
10170 Use the new mouse sensitity of `key-binding' for lookup.
10171 (describe-key): The same here.
10173 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
10175 * play/life.el (life-patterns): Add a few more interesting patterns.
10176 (life-setup): Force `show-trailing-whitespace' to nil.
10178 2006-09-14 Richard Stallman <rms@gnu.org>
10180 * startup.el (fancy-splash-text): Change text to improve alignment.
10181 (fancy-splash-screens): Don't set non-standard tab width.
10182 Bind cursor-type temporarily, and make it easy to patch to
10183 preserve the splash buffer.
10184 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10185 (fancy-splash-screens): Display echo-area message explicitly.
10186 Don't set fancy-splash-help-echo.
10188 * simple.el (line-number-mode): Group mode-line instead of
10190 (column-number-mode, size-indication-mode): Likewise.
10192 * faces.el (mode-line-faces): Group mode-line instead of modeline.
10194 * time.el (display-time): Group mode-line instead of modeline.
10196 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
10198 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
10200 * startup.el (fancy-splash-text): Move editing instructions to
10202 (fancy-splash-head): Issue editing instructions.
10203 (fancy-splash-screens): Fixup whitespace.
10205 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10207 * bindings.el (mode-line-buffer-identification-keymap):
10208 Remove duplicate line.
10210 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10212 * ido.el (ido-ignore-item-p): Allow any kind of functions in
10215 2006-09-14 Kim F. Storm <storm@cua.dk>
10217 * jit-lock.el (jit-lock-fontify-again): New function.
10218 (jit-lock-fontify-now): Use it instead of lambda form.
10220 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
10222 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10223 (flyspell-auto-correct-word): Make ispell-filter local to these
10224 functions. Check that ispell-filter has new stuff before calling
10225 ispell-parse-output.
10227 2006-09-13 Kim F. Storm <storm@cua.dk>
10229 * simple.el (line-move-partial): Optimize.
10231 2006-09-13 Richard Stallman <rms@gnu.org>
10233 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10234 Delete spurious backquote.
10236 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10238 * net/rcirc.el (rcirc-print): Fix last change.
10240 2006-09-12 Jay Belanger <belanger@truman.edu>
10242 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10244 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10246 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10247 rcirc-show-maximum-output.
10248 (rcirc-mode): Remove window-scroll-function hook.
10249 (rcirc-scroll-to-bottom): Remove function.
10250 (rcirc-print): Recenter so point stays at the bottom of the window
10251 if point was already there.
10253 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10255 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10257 * progmodes/compile.el (compilation-start): Likewise.
10258 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10259 Don't use expand-file-name on invocation-directory, since this
10260 might mishandle special characters in invocation-directory.
10262 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10264 * pcvs-defs.el: Remove * in defcustom's docstrings.
10266 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10268 * progmodes/compile.el (compilation-directory-properties):
10269 Doc fix for help-echo.
10271 2006-09-12 Lars Hansen <larsh@soem.dk>
10273 * desktop.el (desktop-read): Add comment.
10275 2006-09-12 Kim F. Storm <storm@cua.dk>
10277 * simple.el (next-error-highlight, next-error-highlight-no-select):
10278 Fix spelling error.
10280 * subr.el (sit-for): Rework to use input-pending-p and cond.
10281 Return nil input is pending on entry also for SECONDS <= 0.
10282 (while-no-input): Use input-pending-p instead of sit-for.
10284 2006-09-11 Richard Stallman <rms@gnu.org>
10286 * simple.el (next-error-highlight, next-error-highlight-no-select):
10287 Fix custom type and doc strings.
10289 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10291 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10292 (diff-apply-hunk): Use it to ask for confirmation.
10294 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10296 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10298 2006-09-11 David Kastrup <dak@gnu.org>
10300 * help.el (string-key-binding, describe-key-briefly)
10301 (describe-key): Remove `string-key-binding' and its callers since
10302 `key-binding' already caters for the proper lookup now.
10304 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10306 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10307 (cfengine-mode): Use it. Fix \ syntax to be like /.
10309 * bindings.el (mode-line-buffer-identification-keymap):
10310 Move initialization into declaration.
10312 2006-09-10 Kim F. Storm <storm@cua.dk>
10314 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10315 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10316 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10317 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
10319 2006-09-10 Richard Stallman <rms@gnu.org>
10321 * dired-aux.el: Handle errors in recursive copy usefully.
10322 (dired-create-files-failures): New variable.
10323 (dired-copy-file): Remove condition-case.
10324 (dired-copy-file-recursive): Check for errors on all file
10325 operations, and add them to dired-create-files-failures.
10326 Check file file-date-erorr here too.
10327 (dired-create-files): Check dired-create-files-failures
10328 and report those errors too.
10330 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10332 * subr.el (add-to-list): New argument COMPARE-FN.
10334 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10336 * filecache.el (file-cache-add-directory)
10337 (file-cache-add-directory-list, file-cache-add-file)
10338 (file-cache-add-directory-using-find)
10339 (file-cache-add-directory-using-locate)
10340 (file-cache-add-directory-recursively): Add autoloads.
10342 2006-09-09 Richard Stallman <rms@gnu.org>
10344 * textmodes/conf-mode.el (conf-space-mode):
10345 Use hack-local-variables-hook instead of calling hack-local-variables.
10346 (conf-space-keywords-override): New variable.
10347 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10348 (conf-space-mode): Always make conf-space-keywords and
10349 conf-space-keywords-override local.
10350 Call conf-space-mode-internal directly as well as via hook.
10352 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10354 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10357 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10359 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10360 (python-send-string): Be slightly more careful about adding \n.
10362 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10363 kill it right away anyway.
10365 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10367 * international/codepage.el (cp850-decode-table): Fix a few codes.
10368 (cp858-decode-table): New variable.
10370 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10372 * net/ldap.el (ldap-search-internal): Doc fix.
10374 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10376 * play/life.el (life-display-generation): Test for input manually if
10377 `sleeptime' is negative or null.
10379 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10380 (print-region-1): Substitute `%s' with the page title.
10382 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10384 * locate.el (locate-current-search): New variable.
10385 (locate): Set buffer local value. Use current buffer if it is
10387 (locate-mode): Disable undo here.
10388 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10389 (locate-update): Use locate-current-search and locate-current-filter.
10391 2006-09-08 David Kastrup <dak@gnu.org>
10393 * desktop.el (desktop-read): When loading a desktop, disable
10394 saving it while the load progresses, and switch off a pending lazy
10395 load by calling `desktop-lazy-abort'.
10397 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10399 * window.el (mouse-autoselect-window-timer)
10400 (mouse-autoselect-window-position)
10401 (mouse-autoselect-window-window)
10402 (mouse-autoselect-window-now): New vars.
10403 (mouse-autoselect-window-cancel)
10404 (mouse-autoselect-window-select)
10405 (mouse-autoselect-window-start): New functions.
10406 (handle-select-window): Call `mouse-autoselect-window-start' when
10407 delayed window autoselection is enabled.
10409 * cus-start.el (mouse-autoselect-window): Handle delayed window
10412 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10413 commands after which it is allowed to print in the echo area.
10415 2006-09-08 Richard Stallman <rms@gnu.org>
10417 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10419 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10420 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10422 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10423 (cancel-timer-internal): Add doc string.
10424 (cancel-function-timers): Doc fix.
10425 (with-timeout-handler, timer-event-last*): Add doc strings.
10427 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10429 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10431 * dired.el (dired-log-summary): Add doc string.
10433 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10434 (custom-group-menu-create): Not here.
10436 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10438 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10440 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10442 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10443 (mac-apple-event-map): Define its handler.
10445 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10447 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10449 2006-09-07 Magnus Henoch <mange@freemail.hu>
10451 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10454 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10456 * info.el (Info-index): Bind completion-ignore-case.
10458 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10460 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10462 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10463 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10464 burp in dedicated windows.
10465 (inferior-prolog-self-insert-command): New command.
10466 (inferior-prolog-mode-map): Use it.
10468 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10470 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10472 * international/code-pages.el: Add cp858.
10474 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10476 * dnd.el: Fix bootstrapping.
10478 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10480 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10481 (dnd-open-remote-url): New function.
10482 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10485 2006-09-07 Jason Rumney <jasonr@gnu.org>
10487 * dnd.el (dnd-open-remote-file-function): New variable.
10488 (dnd-open-unc-file): New function.
10489 (dnd-open-file): Call dnd-open-remote-file-function if set.
10491 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10493 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10494 pgg-passphrase-coding-system rather than locale-coding-system.
10495 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10497 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10499 * progmodes/prolog.el: Remove * in docstrings.
10500 (prolog-program-name): Add SWI prolog.
10501 (prolog-mode-menu): New menu.
10502 (prolog-mode): Set comment-add.
10503 (prolog-indent-line): Simplify. Use indent-line-to.
10504 (inferior-prolog-buffer): New var.
10505 (inferior-prolog-run, inferior-prolog-process): New funs.
10506 (run-prolog, switch-to-prolog): Rewrite, using them.
10507 (prolog-consult-region): Use inferior-prolog-buffer.
10508 (inferior-prolog-load-file): New function.
10509 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10511 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10512 last word, if it's not the end of the paragraph.
10514 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10517 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10519 * frame.el (display-mm-dimensions-alist): New defcustom.
10520 (display-mm-height, display-mm-width): Use it.
10522 2006-09-06 Simon Josefsson <jas@extundo.com>
10524 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10526 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10528 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10529 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10532 2006-09-06 Kim F. Storm <storm@cua.dk>
10534 * simple.el (line-move-partial): New function to do vscrolling for
10535 partially visible images / tall lines. Rewrite based on code
10536 previously in line-move. Simplify backwards vscrolling.
10537 (line-move): Use it. Simplify.
10539 2006-09-05 Kim F. Storm <storm@cua.dk>
10541 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10543 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10545 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10546 Process the `gcc-include' after the `gnu' rule.
10548 2006-09-05 Kim F. Storm <storm@cua.dk>
10550 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10552 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10554 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10557 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10558 inhibit-redisplay; encode passphrase with locale-coding-system.
10560 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10562 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10564 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10566 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10567 (gdb-var-list-children-regexp): Make type field optional.
10569 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10570 e.g public, protected in C++.
10572 2006-09-04 John Paul Wallington <jpw@pobox.com>
10574 * simple.el (completion-show-help): New defcustom.
10575 (completion-setup-function): Heed it.
10577 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10579 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10581 2006-09-04 Richard Stallman <rms@gnu.org>
10583 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10584 (rsf-min-region-to-spam-list): Doc fix.
10585 (rsf-add-content-type-field): Doc fix.
10587 * simple.el (kill-region): Explicitly test there is a region.
10589 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10591 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10592 sendmail in several common directories.
10594 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10596 * paths.el (sendmail-program): Removed.
10598 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10600 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10601 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10602 http://article.gmane.org/gmane.emacs.gnus.general/50457
10604 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10606 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10607 mark after running the menu filter.
10609 2006-09-03 Juri Linkov <juri@jurta.org>
10611 * international/quail.el (quail-defrule-internal): Add a check
10612 if a key is a vector.
10614 2006-09-02 Juri Linkov <juri@jurta.org>
10616 * man.el (Man-topic-history): New variable.
10619 * woman.el (woman-topic-history): Change defvar to defvaralias
10620 for symbol `Man-topic-history'.
10622 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10623 `comint-last-output-start' is a marker by using `markerp' and
10624 check if it has a position by using `marker-position', and use
10625 this position for `goto-char'.
10627 * international/quail.el (quail-defrule-internal): Add missing
10628 `error' call for null key.
10630 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10632 * net/rcirc.el (rcirc-keywords): New variable.
10633 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10634 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10636 (rcirc-responses-no-activity): New function.
10637 (rcirc-handler-generic): Check for responses in above.
10638 (rcirc-process-command): Add ?: character to arguments of raw
10640 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10642 (rcirc-gray-toggle): Remove unused variable.
10643 (rcirc-print): Remove some tracking logic, which is moved into
10645 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10647 (rcirc-activity-string): Look for 'keyword in activity-types.
10648 (rcirc-window-configuration-change): Don't erase overlay-arrow
10650 (rcirc-add-or-remove): New function.
10651 (rcirc-cmd-ignore): Use it.
10652 (rcirc-message-leader): Remove unused function.
10653 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10654 (rcirc-add-face): New function.
10655 (rcirc-facify): Use rcirc-add-face.
10656 (rcirc-url-regexp): Add parens.
10657 (rcirc-map-regexp): Remove function.
10658 (rcirc-mangle-regexp): Remove function.
10659 (rcirc-markup-text-functions): New variable.
10660 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10661 (rcirc-markup-body-text, rcirc-markup-attributes)
10662 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10663 (rcirc-markup-bright-nicks): New markup handler functions.
10664 (rcirc-nick-in-message-full-line): New face.
10665 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10666 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10668 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10670 * cus-start.el (hscroll-margin, hscroll-step)
10671 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10672 (x-use-underline-position-properties): Change version to "22.1"
10673 since they will appear there for the first time.
10675 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10677 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10679 2006-08-31 Richard Stallman <rms@gnu.org>
10681 * cus-edit.el (custom-save-variables): Slight cleanup.
10682 (Custom-no-edit): Renamed from custom-no-edit.
10683 (Custom-newline): Renamed from custom-newline.
10684 (custom-mode-map): Use new names.
10686 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10687 about customization, rather than M-x customize, in the doc string
10688 made for the defcustom.
10690 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10692 2006-08-31 Romain Francoise <romain@orebokech.com>
10694 * dired-x.el (dired-guess-shell-alist-default): Update.
10696 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10698 * custom.el (custom-theme-set-variables): Autoload packages before
10699 sorting the variables.
10701 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10703 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10704 Convert events to chars if XEmacs.
10705 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10707 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10709 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10710 waiting for process.
10712 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10714 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10715 results in ASCII-only string, encode original one directly.
10717 2006-08-29 Romain Francoise <romain@orebokech.com>
10719 * startup.el (normal-splash-screen, fancy-splash-screens):
10720 Make buffer read-only and arrange to enter view mode if necessary.
10722 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10724 * hl-line.el (hl-line): New face.
10725 (hl-line-face): Use it.
10727 * image-mode.el (image-mode): Fix last fix.
10728 Suggested by Kim F. Storm.
10730 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10732 Sync with Tramp 2.0.54.
10734 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10735 of `=', because `tramp-get-remote-gid' might not always return an
10736 integer when expected.
10737 (tramp-register-file-name-handlers): `partial-completion-mode' is
10739 (tramp-time-diff): Don't use `floor', it might fail for large
10741 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10742 `tramp-auto-save-directory' if unset in order to guarantee unique
10743 auto-save file names.
10745 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10747 * image-mode.el (image-mode): Display image as text on a terminal.
10749 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10751 * progmodes/python.el (python-send-command): Simplify.
10752 (run-python): Don't generate a new buffer unless `new' was specified.
10753 Make sure we send `import emacs' to the proper process.
10755 * progmodes/python.el (python-send-command): Don't wait for the command
10756 to terminate. Don't fiddle with compilation-parsing-end.
10758 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10760 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10761 Insert commentary after first line summary.
10763 * woman.el (woman-follow): New function, based on `man-follow'.
10764 (woman-mode-map): Use it.
10766 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10767 since ibuffer-do-sort-by-recency does not define a sorter.
10769 2006-08-28 Kim F. Storm <storm@cua.dk>
10771 * find-dired.el (find-dired): Use shell-quote-argument to properly
10772 escape ( and ) args. Also use it on {} and ; args in default
10773 value of find-ls-option string.
10774 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10776 2006-08-27 Michael Olson <mwolson@gnu.org>
10778 * emacs-lisp/tq.el: Small grammar fix in comments.
10779 (tq-enqueue): Check for existence of queue rather than the
10780 head queue item's question, which was a no-op.
10781 (tq-filter, tq-process-buffer): Make sure the process buffer
10782 exists before making it the current buffer.
10784 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10786 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10787 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10788 (special-event-map): Apply 2006-08-16 change for x-win.el.
10790 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10792 * progmodes/python.el (python-send-receive): Wait in the
10793 process's buffer so as to check the right buffer-local variables.
10795 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10797 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10798 (defgroup checkdoc): Move to beginning.
10800 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10801 (python-preoutput-continuation): Remove.
10802 (python-preoutput-filter): Simplify correspondingly.
10803 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10804 Loop around to catch embedded _emacs_out output.
10805 (run-python): Send the import&print command on a single line.
10806 (python-send-command): Send command&print on a single line.
10807 (python-send-string): Only add double \n if needed.
10808 (python-send-receive): Loop until the result comes.
10809 (python-mode-running): Defvar it.
10810 (python-setup-brm): Remove unused var `menu'.
10811 Only bind py-mode-map and `features' around brm-init.
10812 (python-calculate-indentation): Remove unused var `point'.
10813 (python-beginning-of-defun): Remove unused var `def-line'.
10815 2006-08-25 Richard Stallman <rms@gnu.org>
10817 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10819 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10821 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10822 viper-vi-state-cursor-color.
10823 (viper-non-hook-settings): Don't set default
10824 mode-line-buffer-identification.
10826 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10828 (viper-set-cursor-color-according-to-state)
10829 (viper-get-saved-cursor-color-in-replace-mode)
10830 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10831 viper-emacs-state-cursor-color.
10833 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10834 (viper-undo): Use point if undo-beg-posn is nil.
10835 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10836 (viper-after-change-undo-hook): Don't use
10837 viper-emacs-state-cursor-color by default.
10838 (viper-undo): More sensible positioning after undo.
10840 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10841 (viper-emacs-state-cursor-color): Default to nil, since this feature
10842 doesn't work well yet.
10844 * ediff-mult.el (ediff-intersect-directories)
10845 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10846 always expand filenames.
10848 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10850 * tumme.el: Remove * in defcustoms's docstrings.
10852 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10854 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10855 Accept internal time format for SECS arg.
10856 (timer-relative-time): Doc fix.
10858 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10859 adapted from Martin Rudalics.
10860 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10861 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10862 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10865 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10867 * cus-start.el (all): Add `overline-margin' and
10868 `x-underline-at-descent-line'.
10870 2006-08-24 Kim F. Storm <storm@cua.dk>
10872 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10873 to mean "use find -exec"; nil now unambiguously means auto-detect.
10874 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10875 Use shell-quote-argument to build grep-find-command and
10876 grep-find-template.
10877 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10878 Reported by Tom Seddon.
10880 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10882 * startup.el (fancy-splash-head): Give instructions for dismissing
10883 the splash screen for default startup too.
10884 (display-startup-echo-area-message, fancy-splash-screens)
10885 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10886 all splash text at once and keep the splash buffer around.
10887 (command-line-1): Give display-startup-echo-area-message a t arg.
10889 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10891 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10892 gnus frame is selected.
10894 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10896 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10898 2006-08-22 Kim F. Storm <storm@cua.dk>
10900 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10901 Add suffix matching for subdirs.
10903 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10905 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10906 mouse-yank-at-point is non-nil.
10908 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10910 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10911 a bit wider and remove fringes to fit initial output on line.
10913 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10915 * frame.el (blink-cursor-end): Only ignore the error we care about.
10916 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10918 2006-08-21 Richard Stallman <rms@gnu.org>
10920 * whitespace.el (whitespace-cleanup): Doc fix.
10922 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10924 * net/rcirc.el (rcirc-show-maximum-output): New var.
10925 (rcirc-buffer-process): If no buffer argument is supplied, use
10927 (rcirc-complete-nick): Complete to the last completed nick first.
10928 (rcirc-mode): Preserve the value of `rcirc-urls' across
10929 connections. Setup scroll function.
10930 (rcirc-scroll-to-bottom): New function.
10931 (rcirc-print): Use nick syntax around regexp work.
10932 Notice dim-nicks speaking only if they say our nick.
10933 (rcirc-update-activity-string): Do not show the modeline indicator
10934 if there are no live rcirc processes.
10935 (rcirc-cmd-ignore): Ignore case.
10936 (rcirc-browse-url-at-point): Fix off-by-one error.
10938 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10940 * progmodes/python.el: Remove * in defcustom docstrings.
10941 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10942 (python-mode): Set tab-width and indent-tabs-mode.
10944 2006-08-20 Dave Love <fx@gnu.org>
10946 * progmodes/python.el: Update to Dave Love's latest version.
10947 (python-font-lock-keywords, python-mode): Don't use
10948 font-lock-syntax-table, but match symbol elements explicitly instead.
10949 (python-mode-map): Add help, and a few more key bindings.
10950 (python-skip-comments/blanks): Move out of comments as well.
10951 (python-continuation-line-p): Behave better with unbalanced parens.
10952 (python-blank-line-p): New fun.
10953 (python-open-block-statement-p): Don't use a heuristic.
10954 (python-outdent-p): Better handle blocks-in-the-same-line.
10955 (python-calculate-indentation): Misc improvements.
10956 (python-comment-indent): Remove.
10957 (python-block-pairs): New var.
10958 (python-first-word): New fun.
10959 (python-indentation-levels): Handle more common cases.
10960 (python-indent-line-1): Add `leave' argument.
10961 (python-indent-region): New fun.
10962 (python-skip-out): New fun.
10963 (python-beginning-of-statement, python-end-of-statement): Use it.
10964 (python-next-statement): Return correct count even at eob.
10965 (python-end-of-block): Fix paren-typo.
10966 (python-imenu-create-index): Add module variables.
10967 (run-python): Add `new' arg.
10968 Check we're at a prompt before returning.
10969 (python-send-command): Move to end of buffer.
10970 Wait for prompt to return.
10971 (python-set-proc): New fun.
10972 (python-imports): New var.
10973 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10974 (python-eldoc-function): Try to move out of arg list.
10975 (python-outline-level): Offset by 1.
10976 (python-find-imports): New fun.
10977 (python-symbol-completions): Use python-imports.
10978 (python-module-path, ffap-alist): Add support for ffap.
10979 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10980 (python-insert-*, python-default-template, python-expand-template):
10981 Add templates/skeletons.
10982 (python-setup-brm): Support for Bicycle Repair Man.
10983 (python-abbrev-syntax-table): New var.
10984 (python-abbrev-pc-hook, python-pea-hook): New funs.
10986 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10988 * frame.el (blink-cursor-start): Set timer first.
10989 (blink-cursor-end): Ignore timer cancelling errors.
10990 Suggested by Ken Manheimer.
10992 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10994 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10995 Add autoload cookie.
10997 2006-08-20 Richard Stallman <rms@gnu.org>
10999 * simple.el (line-number-at-pos): Doc fix.
11001 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
11002 timer-activate-when-idle, so timer can run before Emacs becomes
11005 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11007 * whitespace.el (whitespace-cleanup-internal): New optional arg
11008 REGION-ONLY. If it's non-nil, modify the message to the user
11010 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
11011 a non-nil argument.
11013 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
11015 * rect.el (spaces-string): Simplify and add doc string.
11017 2006-08-17 Romain Francoise <romain@orebokech.com>
11019 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
11021 2006-08-17 Richard Stallman <rms@gnu.org>
11023 * compare-w.el (compare-windows): lambda's take an arg and pass
11024 it to compare-windows-skip-whitespace.
11026 2006-08-17 Martin Rudalics <rudalics@gmx.at>
11028 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
11031 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
11033 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
11036 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
11038 * progmodes/gdb-ui.el (gdb-locals-watch-map)
11039 (gdb-locals-watch-map-1): Suppress keymap first.
11040 (gdb-edit-locals-map-1): New variable.
11041 (gdb-edit-locals-value): New function.
11042 (gdb-stack-list-locals-handler): Use them.
11044 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11046 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
11047 cursor would normally be drawn in the fringe.
11049 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
11050 Reported by Martin Rudalics <rudalics@gmx.at>.
11052 2006-08-16 Richard Stallman <rms@gnu.org>
11054 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
11055 (special-event-map): Process drag-n-drop events this way.
11057 * simple.el (move-beginning-of-line): Test whether fields
11058 would prevent motion back to line's first visible character.
11059 If so, stop where the fields would stop the motion.
11061 * newcomment.el (comment-indent): Fully update INDENT
11062 before checking to see if it will change the text.
11064 * cus-edit.el (custom-newline): New function.
11065 (custom-mode-map): Bind newline to custom-newline.
11067 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
11068 into ignore-whitespace.
11069 Check each buffer for its skip-function.
11070 Handle compare-windows-skip-whitespace special-case test
11071 by returning t from default skip function.
11073 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
11075 * textmodes/org.el (org-clock-special-range)
11076 (org-clock-update-time-maybe): New functions.
11077 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
11079 (org-agenda-get-blocks): Allow multiple blocks per headline.
11080 (org-timestamp-change): Call `org-clock-update-time-maybe'.
11081 (org-export-html-title-format)
11082 (org-export-html-toplevel-hlevel): New options.
11083 (org-export-language-setup): Add support for Czech.
11084 (org-mode, org-insert-todo-heading, org-find-visible)
11085 (org-find-invisible, org-invisible-p, org-invisible-p2)
11086 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
11087 (org-show-subtree, org-show-entry, org-make-options-regexp):
11088 Remove compatibility support for old outline-mode.
11089 (org-check-occur-regexp): Funtion removed.
11090 (org-on-heading-p, org-back-to-heading): Made defalias.
11091 (org-set-local): New defsubst.
11092 (org-set-regexps-and-options, org-mode)
11093 (org-set-font-lock-defaults, org-edit-agenda-file-list)
11094 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
11095 (org-remember-apply-template, org-table-edit-field)
11096 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
11097 (org-set-autofill-regexps): Use `org-set-local'.
11098 (org-table-eval-formula): Fix bug with parsing of display flags.
11100 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
11102 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
11103 frame with fringe arrow. Suggested by Simon Marshall
11104 <simon.marshall@misys.com>.
11105 (gdb-stack-position): New variable.
11106 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
11107 (gdb-frames-mode): Set gdb-stack-position to nil.
11108 Add to overlay-arrow-variable-list
11109 (gdb-reset): Delete gdb-stack-position from above list.
11111 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11113 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
11116 2006-08-13 Romain Francoise <romain@orebokech.com>
11118 * cus-theme.el (customize-create-theme)
11119 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11121 * filesets.el (filesets-add-buffer): Ditto.
11123 * pcvs.el (cvs-change-cvsroot): Ditto.
11125 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
11127 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11128 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11129 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11131 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11132 Only search till end of line.
11133 Add face to function names in case of no filename.
11134 Add face to variable names of watchpoints.
11136 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
11138 * cus-start.el <indent-tabs-mode>: Move to the `indent'
11139 customization group.
11141 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
11143 * allout.el (allout-prior-bindings, allout-added-bindings):
11144 Remove, after long deprecation.
11145 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11146 Add customization vars controlling allout-beginning-of-line and
11147 allout-end-of-line conveniences.
11148 (allout-header-prefix, allout-use-mode-specific-leader)
11149 (allout-use-mode-specific-leader, allout-mode-leaders):
11151 (allout-infer-header-lead): Change to be an alias for
11152 allout-infer-header-lead-and-primary-bullet.
11153 (allout-infer-header-lead-and-primary-bullet): New version of
11154 allout-infer-header-lead which assigns the primary bullet to the
11155 same as the header lead, when its being changed.
11156 (allout-infer-body-reindent): Apply regexp-quote instead of
11157 unconditionally prepending "\\", so that all literal
11158 allout-header-prefix and allout-primary-bullet strings are
11160 (allout-add-resumptions): Add optional qualifier for extending or
11161 appending to existing values, rather than replacing them.
11162 (allout-view-change-hook): Clarify docstring.
11163 (allout-exposure-change-hook): Take explicit arguments, via
11164 run-hook-with-args.
11165 (allout-structure-added-hook)
11166 (allout-structure-deleted-hook)
11167 (allout-structure-shifted-hook): New hooks analogous to
11168 allout-exposure-change-hook for other kinds of structural outline
11170 (allout-encryption-plaintext-sanitization-regexps): New encryption
11171 customization variable, by which cooperating modes can provde
11172 massage of the plaintext without actually being passed it.
11173 (allout-encryption-ciphertext-rejection-regexps)
11174 (allout-encryption-ciphertext-rejection-ceiling): New encryption
11175 customization variables, by which cooperating modes can prohibit
11176 rare but possible ciphertext patterns from fouling their
11177 operation, with actually being passed the ciphertext.
11178 (allout-mode): Run activation and deactivation hooks after the
11179 minor-mode variable has been toggled, to clarify the mode
11180 disposition. The new encryption ciphertext rejection variable is
11181 used to ensure that the ciphertext does not contain text that
11182 would be recognized as outline structural elements by allout.
11183 Substite allout-beginning-of-line and allout-end-of-line for
11184 conventionall beginning-of-line and end-of-line bindings.
11185 If allout-old-style-prefixes is non-nil, don't nullify it on mode
11187 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11188 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11189 (allout-chart-subtree): Implement new mode, charting only the
11190 visible items in the subtree, when new 'visible' parameter is non-nil.
11191 (allout-end-of-subtree): Properly handle the last item in the buffer.
11192 (allout-pre-command-business, allout-command-counter):
11193 Increment an advertised counter so that cooperating enhancements can
11194 track revisions of items.
11195 (allout-open-topic): Run allout-structure-added-hook with suitable
11197 (allout-shift-in): Run allout-structure-shifted-hook with suitable
11199 (allout-shift-out): Fix doubling for negative args and ensure call
11200 of allout-structure-shifted-hook by solely using allout-shift-in.
11201 (allout-kill-line, allout-kill-topic):
11202 Run allout-structure-deleted-hook with suitable arguments.
11203 (allout-yank-processing): Run allout-structure-added-hook with
11205 (allout-yank): Enclose activity in allout-unprotected.
11206 (allout-flag-region): Run allout-exposure-change-hook with
11207 suitable arguments, instead of making the callee infer the arguments.
11208 (allout-encrypt-string):
11209 Support allout-encryption-plaintext-sanitization-regexps,
11210 allout-encryption-ciphertext-rejection-regexps, and
11211 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
11212 en/de cryption mode in symmetric encryption failure message.
11213 (allout-obtain-passphrase): Use copy-sequence to get a distinct
11214 copy of the passphrase, and don't zero it or we'll corrupt the
11216 (allout-create-encryption-passphrase-verifier)
11217 (allout-verify-passphrase): Respect the new signature for
11218 allout-encrypt-string.
11219 (allout-get-configvar-values): Convenience for getting a
11220 configuration variable value and handling its absence gracefully.
11222 2006-08-11 Romain Francoise <romain@orebokech.com>
11224 * obsolete/zone-mode.el: Delete.
11226 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11228 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11230 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11232 * emacs-lisp/bindat.el (bindat-ip-to-string):
11233 Use `format-network-address' if possible.
11235 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11237 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11239 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11241 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11242 restore unread-command-events here.
11243 (edebug-display): Do it here, to detect sit-for interruptions.
11245 2006-08-10 Romain Francoise <romain@orebokech.com>
11247 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11248 (dns-mode-soa-auto-increment-serial): New user option.
11249 (dns-mode-soa-maybe-increment-serial): New function.
11250 (dns-mode): Add the latter to `write-contents-functions'.
11252 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11253 Delete autoload cookies.
11255 2006-08-10 John Wiegley <johnw@newartisans.com>
11257 * eshell/em-glob.el (eshell-glob-chars-list)
11258 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11260 2006-08-10 Richard Stallman <rms@gnu.org>
11262 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11263 (facemenu-set-face): Doc fix.
11264 (facemenu-listed-faces): Doc fix.
11266 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11268 * avoid.el (mouse-avoidance-animating-pointer): New var.
11269 (mouse-avoidance-nudge-mouse): Use it.
11270 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11271 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11272 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11273 Don't activate if currently animating. All callers changed.
11275 2006-08-09 John Wiegley <johnw@newartisans.com>
11277 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11278 variable, which causes timeclock to report elapsed time worked,
11279 instead of just work remaining.
11281 2006-08-09 Kenichi Handa <handa@m17n.org>
11283 * international/latexenc.el (latexenc-find-file-coding-system):
11284 Fix for the case that the 2nd element of arg-list is a cons.
11286 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11288 * info.el (Info-fontify-node): Handle preceding `in' for note
11289 reference hiding rules.
11291 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11293 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11294 mistake a closing " for an opening one.
11296 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11298 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11300 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11302 * complete.el (PC-do-completion): Filter out completions matching
11303 completion-ignored-extensions before checking whether there are
11304 multiple completions.
11305 Don't use `list' unnecessarily when building completion tables.
11307 2006-08-06 Richard Stallman <rms@gnu.org>
11309 * help.el (describe-mode): Make minor mode list more concise.
11311 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11313 * bindings.el: Give mode-line-format, mode-line-modes, and
11314 mode-line-position `standard-value' properties.
11316 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11318 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11319 "(file)node" instead of the file name.
11321 2006-08-05 Richard Stallman <rms@gnu.org>
11323 * faces.el (escape-glyph): Doc fix.
11325 2006-08-04 Kenichi Handa <handa@m17n.org>
11327 * international/mule-diag.el (describe-font): Improve docstring
11328 and error message. Use frame-parameter (not frame-parameters).
11330 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11332 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11333 Correctly mark the end-of-docstring char.
11335 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11337 * simple.el (line-move-to-column): Constrain move-to-column to
11340 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11342 * font-lock.el (font-lock-beg, font-lock-end)
11343 (font-lock-extend-region-functions): New vars.
11344 (font-lock-extend-region-multiline)
11345 (font-lock-extend-region-wholelines): New functions.
11346 (font-lock-default-fontify-region): Use them.
11347 (font-lock-extend-jit-lock-region-after-change): Only round up
11348 if font-lock-default-fontify-region will do it as well.
11350 * font-lock.el (font-lock-extend-after-change-region-function):
11351 Rename from font-lock-extend-region-function.
11352 (font-lock-extend-region): Remove by inlining at call sites.
11353 (font-lock-after-change-function): Don't needlessly round up to a whole
11355 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11356 the boundary conditions and the interactions between the various ways
11357 to extend the region.
11359 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11361 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11362 modification status when forcing the second redisplay.
11364 2006-08-03 Kim F. Storm <storm@cua.dk>
11366 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11368 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11370 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11371 doesn't look like a file name.
11373 * complete.el (PC-expand-many-files): Avoid signalling an error when
11374 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
11376 2006-08-02 Andreas Schwab <schwab@suse.de>
11378 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11380 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11382 * bindings.el (map): Make mode-line-buffer-identification-keymap
11383 before defining propertized-buffer-identification.
11385 2006-08-01 Richard Stallman <rms@gnu.org>
11387 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11389 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11391 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11393 (gdb-find-source-frame): New function.
11394 (menu): Add to menu bar.
11396 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11398 * font-core.el (font-lock-extend-region-function)
11399 (font-lock-extend-region): Move to font-lock.el.
11401 * font-lock.el (font-lock-extend-region-function)
11402 (font-lock-extend-region): Move from font-core.el. Simplify.
11404 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11406 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11407 (jit-lock-after-change-extend-region-functions): New hook.
11408 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11410 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11411 (font-lock-turn-on-thing-lock): Use it.
11413 * longlines.el (longlines-show-region): Make it work on read-only
11416 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11418 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11420 2006-07-31 Richard Stallman <rms@gnu.org>
11422 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11423 (vhdl-speedbar-display-projects): Update old obsolete
11424 speedbar variable names.
11426 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11428 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11429 (gdb-stopped): Use it.
11431 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11433 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11435 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11436 for load-history elements.
11438 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11440 * files.el (convert-standard-filename): For Cygwin, replace
11441 characters not allowed in Windows file names.
11442 (make-auto-save-file-name): Add Cygwin to the list of systems
11443 where the auto-save file name needs to be run through
11444 convert-standard-filename.
11446 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11448 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11450 2006-07-28 Richard Stallman <rms@gnu.org>
11452 * bindings.el (mode-line-frame-identification)
11453 (propertized-buffer-identification): Centralize the code
11454 to initialize the variable.
11456 * progmodes/grep.el (grep-default-command): Catch errors from
11457 wildcard-to-regexp.
11459 2006-07-29 Kim F. Storm <storm@cua.dk>
11461 * progmodes/grep.el (grep-tag-default): New function.
11462 (grep-default-command, grep-read-regexp): Use it.
11463 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11464 as default if nothing else applies.
11466 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11468 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11469 Throw error if buffer is not in Dired and Wdired mode, respectively.
11471 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11473 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11474 self-insert-command keys don't activate buttons.
11475 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11477 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11479 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11480 faces for enable character.
11482 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11484 * Makefile.in (recompile): Update comment to reflect change
11487 2006-07-27 Richard Stallman <rms@gnu.org>
11489 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11490 (customize-package-emacs-version): Change msg when pkg has no entry.
11491 (custom-no-edit): On a button, do like widget-button-press.
11493 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11495 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11498 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11500 * progmodes/which-func.el (which-function): Fix documentation/
11503 2006-07-26 Richard Stallman <rms@gnu.org>
11505 * textmodes/ispell.el (ispell-word): If we replace the word,
11506 move point to the end. Insert before deleting.
11508 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11510 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11513 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11515 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11516 when at first image.
11517 (tumme-forward-image): Add prefix argument. Add error when at last
11520 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11522 * tabify.el (tabify-regexp): Use more specific regexps.
11523 (tabify): Avoid modifying the buffer unnecessarily.
11525 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11527 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11528 (tumme-format-properties-string): Handle empty `buf'.
11529 (tumme-get-comment): Change variable names inside `let'.
11530 Add missing `let' variable that cause font-lock problems.
11531 (tumme-write-comments): Change variable names inside `let'.
11532 Add missing `let' variable that cause font-lock problems.
11533 (tumme-forward-image): Rename from `tumme-forward-char'.
11534 (tumme-backward-image): Rename from `tumme-backward-char'.
11536 2006-07-25 Masatake YAMATO <jet@gyve.org>
11538 * progmodes/ld-script.el (ld-script-keywords)
11539 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11542 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11544 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11545 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11546 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11547 for status indicator.
11549 2006-07-24 Richard Stallman <rms@gnu.org>
11551 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11553 * subr.el (dolist, dotimes): Use interned symbols for locals.
11554 (--dotimes-limit--, --dolist-tail--): New defvars.
11555 (looking-back): Doc fix.
11557 * replace.el (replace-match-string-symbols): Handle dotted lists.
11559 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11561 * tumme.el (tumme-write-tags): Add.
11562 (tumme-write-comments): Add.
11563 (tumme-tag-files): Change to use `tumme-write-tags'.
11564 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11565 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11566 (tumme-save-information-from-widgets): Change to use
11567 `tumme-write-comments' and `tumme-write-tags'.
11568 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11569 (tumme-write-tag): Remove.
11570 (tumme-write-comment): Remove.
11571 (tumme-display-previous-thumbnail-original): Remove empty line.
11572 (tumme-widget-list): Add punctuation.
11574 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11576 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11578 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11580 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11581 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11582 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
11584 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11586 * mouse.el (mouse-on-link-p): Doc fix.
11588 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11590 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11593 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11595 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11598 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11600 * textmodes/table.el: Add move-beginning-of-line and
11601 move-end-of-line to Point Motion Only Group.
11603 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11605 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11607 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11609 * startup.el (user-mail-address): Initialize from the `EMAIL'
11610 environment variable first. Document this.
11611 (command-line): Ditto.
11613 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11615 * help-mode.el (help-function-def, help-variable-def)
11616 (help-face-def): Print a message in the minibuffer.
11618 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11620 * term/xterm.el (terminal-init-xterm): Fix key bindings
11621 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11623 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11625 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11626 where `(nth 1 command)' is a cons cell. Doc fix.
11628 * textmodes/po.el (po-find-charset): Doc fix.
11630 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11632 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11633 (allout-beginning-of-current-line, allout-end-of-current-line)
11634 (allout-next-visible-heading, allout-open-topic)
11635 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11636 (allout-flag-current-subtree, allout-show-to-offshoot)
11637 (allout-hide-current-entry, allout-show-current-branches)
11638 (allout-hide-region-body, allout-old-expose-topic)
11639 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11640 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11641 containing `beginning-of-line' and `end-of-line' with
11642 `inhibit-field-text-motion' t.
11644 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11646 * frame.el (focus-follows-mouse): Document that it doesn't have
11647 any effect on MS-Windows.
11649 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11651 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11653 2006-07-20 Jay Belanger <belanger@truman.edu>
11655 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11657 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11659 (calc-alg-entry): Use `calc-alg-entry-history'.
11660 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11661 Remove reference to `calc-previous-alg-entry'.
11662 (calcAlg-edit, calcAlg-enter): Remove reference to
11663 `calc-previous-alg-entry'.
11664 (calcAlg-previous): Use `previous-history-element' instead of
11665 `calc-previous-alg-entry'.
11666 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11667 Change keybinding for `calcAlg-plus-minus', add keybindings for
11668 `previous-history-element' and `next-history-element'.
11670 * calc/calc-rewr.el (calc-match): Remove reference to
11671 `calc-previous-alg-entry'.
11673 * calc/calc-sel.el (calc-selection-history): New variable.
11674 (calc-enter-selection, calc-sel-mult-both-sides)
11675 (calc-sel-add-both-sides): Use `calc-selection-history'.
11677 * calc/calc-map.el (calc-get-operator-history): New variable.
11678 (calc-get-operator): Use `calc-get-operator-history'.
11680 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11681 (calc-curve-fit): Use `calc-curve-fit-history'.
11683 2006-07-20 Kenichi Handa <handa@m17n.org>
11685 * international/mule-cmds.el (select-safe-coding-system): Fix the
11686 way of deciding eol-type of the coding system.
11688 2006-07-20 Alan Mackenzie <acm@muc.de>
11690 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11691 (c-lang-setvar): New macro.
11692 (c-make-init-lang-vars-fun): Use the initialization forms in
11693 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11694 (comment-start, comment-end, comment-start-skip): Change these from
11695 c-lang-defvar's to c-lang-setvar's.
11697 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11698 which calls make-local-variable on the elements of
11699 c-emacs-variable-inits.
11700 (c-init-language-vars-for): Call this new macro.
11702 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11704 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11705 Try to rule out false positives due to time stamps.
11706 (compilation-mode-font-lock-keywords): Remove rules made redundant
11707 because of the above change. Add `segmentation fault' to the known and
11708 highlighted compilation termination messages.
11710 2006-07-19 Kim F. Storm <storm@cua.dk>
11712 * progmodes/grep.el (grep-find-ignored-directories):
11713 Add .svn and _darcs to list.
11715 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11717 * dired.el (dired-mode-map): Add key binding `C-te' for
11718 `tumme-dired-edit-comment-and-tags'.
11720 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11721 image display buffer is displayed before call to
11722 `tumme-display-image.
11723 (tumme-dired-display-image): Make sure image display buffer is
11724 displayed before call to `tumme-display-image.
11725 (tumme-mouse-display-image): Make sure image display buffer is
11726 displayed before call to `tumme-display-image.
11727 (tumme-widget-list): Add.
11728 (tumme-dired-edit-comment-and-tags): Add.
11729 (tumme-save-information-from-widgets): Add.
11731 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11733 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11735 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11737 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11738 Revert inadvertently installed patch hunk.
11740 * progmodes/compile.el (compilation-find-file): Handle the
11741 cases where the user selects a non-existent file.
11743 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11745 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11747 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11749 * subr.el (sit-for): Just sleep-for if noninteractive.
11751 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11753 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11755 * custom.el (custom-autoload): Add `noset' argument.
11756 (custom-push-theme): Don't autoload the variable, let callers do it.
11757 (custom-theme-set-variables): Autoload the variable if necessary.
11759 * cus-edit.el (custom-variable-state-set): If the variable was
11760 originally set outside custom, but to the same value as the default,
11761 consider it to be standard.
11763 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11764 file *before* telling Emacs to add the autoloads, in case it fails.
11766 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11767 Use `cond', push', and `dolist'.
11769 2006-07-17 Richard Stallman <rms@gnu.org>
11771 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11772 Add defvars to silence warnings.
11774 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11776 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11777 Don't highlight "Compiling file" messages as error.
11779 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11780 file already exists.
11782 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11784 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11785 entry, don't assign to free var; simply return the extracted filename.
11786 (ff-treat-as-special): Incorporate common preamble from callers.
11787 (ff-other-file-name, ff-find-the-other-file):
11788 Update call to ff-treat-as-special.
11790 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11792 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11794 * tumme.el (tumme-get-comment): Fix bug.
11796 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11798 * files.el: Remove spurious * in docstrings.
11800 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11802 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11804 (allout-beginning-of-current-line): Beware beginning of buffer.
11805 Also, a comment is simplified.
11806 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11807 when appropriate. (This fix enables use for other than
11808 bullet-hotspot operation.)
11809 (allout-hide-current-subtree): While escalating to sibling-close,
11810 make sure to situate on a topic.
11812 2006-07-14 Kim F. Storm <storm@cua.dk>
11814 * emulation/cua-base.el (cua-delete-selection)
11815 (cua-toggle-set-mark): New defcustoms.
11816 (cua-rectangle-modifier-key): Add `alt' modifier.
11817 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11818 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11819 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11821 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11823 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11825 * allout.el: Require 'cl during byte-compilation/interactive load,
11826 for the `assert' macro.
11827 (allout-mode-deactivate-hook): New hook, run when allout mode
11829 (allout-developer): New allout customization subgroup.
11830 (allout-run-unit-tests-on-load): New allout-developer
11831 customization variable, when true allout unit tests are run towards
11832 end of file load/eval.
11833 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11835 (allout-resumptions): Remove, to be replaced by...
11836 (allout-add-resumptions): Register variable settings to be
11837 reinstated by `allout-do-resumptions'. The settings are made
11838 buffer-local, but the locality/globality of the suspended setting
11839 is restored on resumption.
11840 (allout-do-resumptions): Reinstate all settings suspended using
11841 `allout-add-resumptions'.
11842 (allout-test-resumptions): Unit tests (and intermediate variables)
11844 (allout-tests-globally-unbound, allout-tests-globally-true)
11845 (allout-tests-locally-true): Intermediate variables for
11846 resumptions unit tests.
11847 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11848 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11849 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11850 instead of retired `allout-resumptions'. For hook functions, use
11851 `local' parameter so hook settings are created and removed as
11852 buffer-local settings. Revise (resumptions) setting
11853 auto-fill-function so it is set only if already active. (The
11854 related fill-function settings are all made in either case, so
11855 that activating auto-fill-mode activity will have the custom
11856 allout-mode behaviors (hanging indent on topics, if configured for it).
11857 Remove all allout-exposure-category overlays on mode deactivation.
11858 (allout-hotspot-key-handler): New function extracted from
11859 `allout-pre-command-business', so the functionality can be used
11860 for other purposes, eg as a binding in an overlay.
11861 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11862 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11863 customization variable.
11864 (allout-run-unit-tests): Run the (currently quite small)
11865 repertoire of unit tests. Called just before the provide iff user
11866 has customized `allout-run-unit-tests-on-load' non-nil.
11868 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
11870 * emacs-lisp/authors.el (authors-aliases): Update.
11872 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11874 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11875 gdb-source-window. Add dedicated argument.
11876 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11877 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11878 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11879 (gdb-display-locals-buffer): Use it.
11881 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11882 Set gdb-source-window.
11884 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11886 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11887 minor modes, redundant with the custom-autoload line above.
11889 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11891 * longlines.el (longlines-post-command-function): Handle open-line too.
11893 2006-07-12 Richard Stallman <rms@gnu.org>
11895 * progmodes/grep.el (grep-last-buffer): Doc fix.
11897 * info.el (Info-try-follow-nearest-node): Doc fix.
11899 * emacs-lisp/edebug.el (edebug-instrument-function):
11900 Err if find-function-noselect gives no position.
11902 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11903 If can't find definition, return nil for position.
11904 (find-function-do-it): Handle new return value
11905 of find-definition-noselect.
11906 (find-definition-noselect, find-variable-noselect): Doc fix.
11907 (find-function-noselect): Doc fix.
11909 * help-mode.el (help-variable-def): Handle find-variable-noselect
11910 returning no position.
11911 (help-function-def): Likewise for find-function-search-for-symbol.
11912 (help-face-def): Likewise.
11914 * help-fns.el (describe-variable): Handle find-variable-noselect
11915 returning no position.
11917 * files.el (locate-file-completion): Avoid duplicates in result.
11919 * cus-edit.el (custom-no-edit): New command.
11920 (custom-mode-map): Remap to custom-no-edit instead of
11921 using suppress-keymap.
11923 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11925 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11926 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11927 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11929 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11931 2006-07-11 Kim F. Storm <storm@cua.dk>
11933 * ido.el (ido-copy-current-file-name): Use buffer-name if
11934 buffer-file-name is nil.
11936 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11938 * simple.el (undo-ask-before-discard): Set to nil.
11940 * vc.el (vc-exec-after): Don't delete process manually.
11941 (vc-print-log): Run log-view-mode in process sentinel inside
11942 inhibit-read-only. Don't shrink window due to timing issues.
11944 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11945 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11947 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11949 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11950 Fix ambiguity introduced by last change.
11951 (compilation-find-file): Move save-excursion to where it may
11952 make sense. Fix a left over `find-file'.
11954 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11956 * textmodes/texinfmt.el (texinfo-format-separate-node):
11957 Insert a string before point, which fits documentation, not after.
11958 (texinfo-multitable-item): In a multitable row, insert any
11959 additional needed @tabs and spaces.
11961 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11963 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11964 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11965 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11966 instead of shell-command.
11967 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11968 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11969 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11970 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11971 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11972 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11974 2006-07-11 Kim F. Storm <storm@cua.dk>
11976 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11977 Remove special case for seconds < 0. Use (redisplay t) instead.
11979 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11981 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11982 avoid compilation error.
11984 * subr.el (sit-for): New function.
11986 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11988 2006-07-10 Richard Stallman <rms@gnu.org>
11990 * ldefs-boot.el (edebug): Update page.
11992 2006-07-10 Kim F. Storm <storm@cua.dk>
11994 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11995 to FOR-RELEASE and TODO.
11997 2006-07-10 Romain Francoise <romain@orebokech.com>
11999 * emacs-lisp/authors.el (authors-aliases): Update.
12001 2006-07-10 Alan Mackenzie <acm@muc.de>
12003 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
12004 * cc-mode.el: Changes to eradicate eval-after-load.
12006 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
12008 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
12009 on non-char events.
12011 2006-07-09 Romain Francoise <romain@orebokech.com>
12013 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12014 Don't highlight start/end markers as compilation messages.
12016 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
12019 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12021 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
12023 2006-07-08 Richard Stallman <rms@gnu.org>
12025 * term/x-win.el (x-handle-display): Add doc string.
12027 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12029 * subr.el (def-edebug-spec): Move here.
12030 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
12032 * imenu.el (imenu-choose-buffer-index): Doc fix.
12034 2006-07-08 Romain Francoise <romain@orebokech.com>
12036 * term/x-win.el (x-display-name): Fix typo.
12038 2006-07-08 Eli Zaretskii <eliz@gnu.org>
12040 * hexl.el (hexl-find-file): Doc fix.
12042 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12044 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
12046 * term/x-win.el (x-display-name): Doc fix.
12048 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12050 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
12052 (fill-region-as-paragraph): Don't round up to a whole line.
12053 (fill-comment-paragraph): Don't include the code-before-the-comment
12054 when calling fill-region-as-paragraph.
12056 * international/mule.el (make-char): Remove redundancy.
12058 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
12059 property may contain an anonymous function rather than a symbol.
12061 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
12063 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12064 Use shy regexp. Fix incorrect backref to potentially unmatched group.
12066 * dirtrack.el (dirtrack-default-directory-function): Remove.
12067 (dirtrack-directory-function): Use file-name-as-directory.
12068 (dirtrack-windows-directory-function): Simplify.
12069 (dirtrack-forward-slash, dirtrack-backward-slash)
12070 (dirtrack-replace-slash): Remove.
12071 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
12072 (dirtrack): Fix wrong parenthesizing; use match-string.
12074 * progmodes/octave-inf.el: Remove spurious * in docstrings.
12075 (inferior-octave-mode): Only change the buffer-local value of
12076 comint-dynamic-complete-functions.
12077 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
12078 Move the initialization to the declaration.
12079 (inferior-octave-complete): Remove unused var `filter'.
12081 * shell.el (shell-mode): Only change the buffer-local value of
12082 comint-dynamic-complete-functions.
12084 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
12086 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
12087 entry is skipped because it has been scheduled.
12088 (org-prepare-agenda-buffers): Don't mark buffers as modified when
12089 changing `:org-archived' and `:org-comment' properties.
12091 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
12093 * server.el (server-select-display): Don't make the temp frame
12094 minibuffer-only, in case it's not a temp frame.
12095 (server-process-filter): Don't delete the temp frame if it's the
12096 only one we have on that display.
12098 * files.el (find-alternate-file): Doc fix.
12100 2006-07-05 Richard Stallman <rms@gnu.org>
12102 * files.el (abbreviate-file-name): Add save-match-data.
12104 2006-07-03 Richard Stallman <rms@gnu.org>
12106 * faces.el (read-face-name): Doc fix.
12108 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
12110 * net/goto-addr.el (goto-address): Mark as safe for local evals.
12112 2006-07-05 Andre Spiegel <spiegel@gnu.org>
12114 * vc.el (vc-diff-internal): Fix prev change.
12116 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
12118 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
12119 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12121 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12123 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12124 fails if the symbol contains chars like ( or '.
12125 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12126 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12129 2006-07-04 Kenichi Handa <handa@m17n.org>
12131 * international/mule-cmds.el (set-language-info): If LANG-ENV is
12132 the current one, don't call set-language-environment, but call one
12133 of set-language-environment-XXX to make INFO effective now.
12134 (set-language-environment): Call set-language-environment-XXX
12135 functions instead of doing the various setups directly.
12136 (set-language-environment-coding-systems): Delete argument eol-type.
12137 (set-language-environment-input-method)
12138 (set-language-environment-nonascii-translation)
12139 (set-language-environment-charset)
12140 (set-language-environment-fontset)
12141 (set-language-environment-unibyte): New functions.
12143 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
12145 * locate.el (locate-update-when-revert): New option.
12146 (locate-update-path): New option (suggested by Michael Albinus).
12147 (locate-prompt-for-command): Whitespace change.
12148 (locate-update): No longer offer to update the locate database by
12149 default. Implement the two new options.
12151 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
12153 * tooltip.el: Move comment about track-mouse...
12155 * progmodes/gud.el: ...to here.
12157 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
12159 * facemenu.el (facemenu-listed-faces): New var.
12160 (facemenu-unlisted-faces): Variable deleted.
12161 (facemenu-add-new-face): Use facemenu-listed-faces.
12163 * emulation/viper-init.el, calendar/calendar.el:
12164 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12166 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
12168 * textmodes/org.el (org-mode): Remove no invalid settings for
12169 calc embedded mode.
12170 (org-mode-p): New defsubst.
12171 (org-save-all-org-buffers): New function.
12172 (org-first-headline-recenter): Enclose outline-regexp in group
12174 (org-set-tags): Keep single space after stars.
12176 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12178 * window.el (set-window-text-height): Only set window-min-height to
12179 1 if that's the requested size.
12181 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12182 (diff-unified->context, diff-context->unified)
12183 (diff-reverse-direction): Make sure the end marker stays at the end.
12184 (diff-mode): Add the keymap table at the end of docstring.
12185 Use lexical-let rather than constructing a closure manually.
12187 * files.el (find-file-noselect-1): Remove unused var assignment.
12188 (hack-local-variables-confirm): Print lists of strings as lists of
12189 strings rather than lists of symbols.
12190 (abbreviate-file-name, hack-local-variables-prop-line):
12192 (hack-one-local-variable): Move `make-local-variable' nearer its use.
12193 (recover-session-finish): Use line-end-position.
12195 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
12197 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12199 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
12201 * progmodes/make-mode.el (makefile-macroassign-regex):
12202 Accept preceding keyword.
12203 (makefile-gmake-statements): Reorganize, now that makepp has
12204 "override" and also handle forgotten "override define".
12205 (makefile-makepp-statements): Add new "global", "override export"
12206 and "override global".
12208 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
12210 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12211 (ada-compile-mouse-goto-error, ada-deactivate-properties)
12212 (ada-no-auto-case): Fix typos in docstrings.
12214 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
12216 * info.el (Info-find-node-2): Search for makeinfo version more
12219 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
12221 * textmodes/org.el (org-prepare-agenda-buffers):
12222 Use `invisible-OK' argument for `org-end-of-subtree'.
12223 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12224 (org-beginning-of-item): Fix bug in regular expression for white line.
12225 (org-export-as-html): Enforce space after bullet in plain list items.
12226 (org-set-autofill-regexps): Require space after plain list bullet
12227 for paragraph-start.
12228 (org-ts-regexp3): New constant.
12229 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12230 (org-timestamp-up-day, org-timestamp-down-day)
12231 (org-timestamp-change): Work with inactive timestamps.
12232 (org-ts-regexp1): Don't allow brackets in time stamps.
12234 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12236 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12237 for ignoring links.
12239 * faces.el (read-face-name): Use it.
12241 2006-06-28 Juri Linkov <juri@jurta.org>
12243 * buff-menu.el (list-buffers-noselect): Compare Info file
12244 with the string "dir" to detect Info directory.
12246 * complete.el (partial-completion-mode): In lambda for
12247 `choose-completion-string-functions' use full function signature
12248 with 4 args, and move point to the end of the minibuffer only if arg
12249 `mini-p' is non-nil.
12251 2006-06-28 John Paul Wallington <jpw@pobox.com>
12253 * ibuffer.el (ibuffer-mode): Doc fix.
12255 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12257 * textmodes/org.el (org-context): New contexts :item-bullet,
12258 :latex-fragment, :latex-preview.
12259 (org-overlays-at, org-overlay-start, org-overlay-end):
12260 New compatibility functions.
12261 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12262 exact regexp that will be used during export.
12263 (org-latex-regexps): New variable.
12264 (org-cdlatex-mode): Improve advice for `texmathp'.
12265 (turn-on-org-cdlatex): New function.
12267 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12269 * term/mac-win.el (mac-handle-font-selection): Change keys of
12270 mac-atsu-font-table from strings to numbers.
12271 (mac-ts-caret-position): Use also when cursor-type is nil.
12272 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12273 Relax condition for using overlay strings.
12274 Use mac-ts-caret-position face when cursor-type is nil.
12276 2006-06-26 Kim F. Storm <storm@cua.dk>
12278 * help.el (view-emacs-news): Declare `res' in the right let* form.
12280 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12282 * net/rcompile.el (remote-compile): Replace ange-ftp based
12283 implementation by Tramp functions.
12284 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12286 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12288 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12290 * international/fontset.el (setup-default-fontset): Fix a typo in
12291 the "Oriya-Akruti" registry name.
12293 2006-06-23 Lars Hansen <larsh@soem.dk>
12295 * desktop.el (desktop-full-file-name): New function.
12296 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12297 (desktop-revert): Use it.
12298 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12299 (desktop-after-read-hook): Add option list-buffers.
12300 (desktop-locals-to-save): Add tab-width.
12301 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12304 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12306 * textmodes/org.el (org-cdlatex-mode-map)
12307 (org-cdlatex-texmathp-advice-is-done): New variables.
12308 (org-cdlatex-mode): New minor mode.
12309 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12310 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12311 (org-export-with-archived-trees): New option.
12312 (org-open-file): Remove the call to `convert-standard-filename'.
12313 (org-archive-tag, org-agenda-skip-archived-trees)
12314 (org-cycle-open-archived-trees)
12315 (org-sparse-tree-open-archived-trees): New options.
12316 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12317 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12319 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12320 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12321 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12322 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12323 Call `org-prepare-agenda-buffers'.
12324 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12325 (org-file-apps, org-file-apps-defaults-gnu)
12326 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12327 Handle remote files by forcing them to be opened in Emacs.
12329 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12331 * vc.el (vc-diff-knows-L): New variable.
12332 (vc-diff-internal): Use it to handle "diff" programs that don't
12333 understand -L. This works automatically, no user action is necessary.
12335 2006-06-23 Daniel Brockman <daniel@brockman.se>
12337 * net/rcirc.el (rcirc-default-user-full-name): Default to
12338 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12340 (rcirc-process-list): Check `buffer-live-p' before attempting to
12341 switch to a buffer.
12343 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12345 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12346 based on rcirc-coding-system-alist.
12348 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12350 * cus-edit.el (customize-apropos): A better error message.
12351 (top level) <debug-ignored-errors>: Extend and update the list of
12352 ignored error messages.
12354 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12356 * complete.el (PC-do-completion): Retain capitalization of user
12357 input, when possible, even if completion-ignore-case is set.
12359 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12361 * generic-x.el (bat-generic-mode): Support .cmd files.
12363 * dos-w32.el (top level): Use find-file-not-found-functions
12364 instead of the obsolete find-file-not-found-hooks.
12366 2006-06-22 Kim F. Storm <storm@cua.dk>
12368 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12369 to recognize mode name containing submodes, such as Grep/lw.
12371 2006-06-21 Kim F. Storm <storm@cua.dk>
12373 * simple.el (line-move-1): Check for move-end-of-line instead of
12374 end-of-line when setting temporary-goal-column.
12376 2006-06-21 Miles Bader <miles@gnu.org>
12378 * play/cookie1.el (cookie): Work properly when there's only one entry.
12380 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12382 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12383 (gdb-frame-handler): Generalize frame regexp for templates.
12385 2006-06-20 Glenn Morris <rgm@gnu.org>
12387 * calendar/appt.el (appt-display-format): Default value must be
12388 one of the customize options.
12390 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12392 * term/xterm.el (terminal-init-xterm): Update key availability info.
12395 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12397 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12399 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12400 whether or not a local variables list is defined.
12402 * msb.el (msb): Move `sit-for' hack here to handle both
12403 "mouse-down and drag" and "mouse-up and select" situations.
12404 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12406 2006-06-20 Kenichi Handa <handa@m17n.org>
12408 * international/characters.el (word-combining-categories):
12409 Add entries for 2-byte Han characters.
12411 2006-06-19 Richard Stallman <rms@gnu.org>
12413 * bindings.el (mode-line-format): Save some mode line space.
12415 * files.el (find-file-noselect): Improve the question wording.
12416 (basic-save-buffer-2): Mask UMASK against 666.
12418 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12419 (mouse-drag-vertical-line): Call it.
12421 * cus-edit.el (customize-option, customize-option-other-window):
12422 Error if SYMBOL is nil.
12424 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12426 * textmodes/org.el: Require noutline, also on XEmacs.
12427 (org-end-of-subtree): Return point.
12428 (org-dblock-start-re, org-dblock-end-re): New constants.
12429 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12430 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12431 (org-update-all-dblocks, org-find-dblock): New functions.
12432 (org-collect-clock-time-entries): New function.
12433 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12434 (org-fixup-indentation): Modify to deal correctly with lines
12435 starting with TAB. Only one argument DIFF now.
12436 (org-demote, org-promote): Call `org-fixup-indentation' with just
12437 one argument, DIFF.
12438 (org-mode): Don't mark buffer as modified when aligning tables.
12439 (org-clock-sum): Don't mark buffer modified when adding time sum
12441 (org-export-as-html): Add support for a link validation function.
12442 (org-archive-all-done): New function.
12443 (org-archive-subtree): New prefix argument. When set, archive all
12444 done subtrees in this buffer.
12445 (org-remove-clock-overlays)
12446 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12447 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12448 (org-put-clock-overlay): Don't swallow last headline character
12449 when displaying overlay.
12450 (org-store-link): Link to `image-mode' with just the file name.
12452 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12454 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12455 Use read-key-sequence.
12456 (viper-after-change-undo-hook): Misc enhancements.
12457 (viper-after-change-undo-hook): New hook.
12458 (viper-undo): Use viper-after-change-undo-hook.
12459 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12460 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12461 clicking on that widget/button.
12463 * emulation/viper.el (viper-mode): Allow a separate cursor color
12466 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12467 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12468 (ediff-set-actual-diff-options): New function.
12469 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12470 Use ediff-set-actual-diff-options.
12471 (ediff-extract-diffs): Catch errors.
12472 (ediff-whitespace): Add non-breakable space.
12473 (ediff-same-file-contents): Catch errors.
12475 * ediff-mult.el (ediff-collect-custom-diffs):
12476 Save coding-system-for-read.
12478 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12479 (ediff-vc-internal, ediff-vc-merge-internal):
12480 Use ediff-delete-version-file.
12481 (ediff-delete-version-file): New function.
12483 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12485 * ediff.el (ediff-directories, ediff-directory-revisions)
12486 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12487 (ediff-directories-internal, ediff-merge-directory-revisions)
12488 (ediff-merge-directory-revisions-with-ancestor)
12489 (ediff-directories3): Use read-directory-name.
12491 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12493 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12494 Remove superfluous part of regexp for brace matching which is handled
12495 by `scan-lists' call.
12497 2006-06-16 Richard Stallman <rms@gnu.org>
12499 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12501 * files.el (basic-save-buffer-2): For a new precious file,
12502 use the default modes in the return value.
12504 * facemenu.el (facemenu-color-alist): Doc fix.
12506 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12508 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12510 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12512 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12513 (mac-utxt-to-string): Use it.
12514 (mac-ts-update-active-input-area): Use mac-ae-number.
12516 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12518 * term.el (term-handle-scroll, term-delete-lines)
12519 (term-insert-lines): Fix off by one errors.
12521 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12523 * net/tramp.el (tramp-touch): Use UTC to express time.
12525 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12527 * mail/sendmail.el (mail-send): Search explicitly for
12528 mail-header-separator when checking for corrupted header lines.
12530 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12532 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12533 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12534 (gdb-init-1): Initialise them.
12535 (gdb-starting): Reset gdb-printing
12536 (gdb-starting): Save value of gud-overlay-arrow-position.
12537 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12538 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12539 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12540 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12542 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12544 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12546 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12548 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12549 (ldap-search-internal): Keep error messages, and a regexp fix.
12551 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12553 * files.el (hack-local-variables-confirm):
12554 Display string value using its printed representation.
12556 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12558 * server.el (server-edit): No-op if no server buffers exist.
12560 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12562 * textmodes/page-ext.el (pages-directory-for-addresses):
12563 Including `pages-directory-address-mode' in the function results
12564 in the message "Buffer in which pages were found is deleted".
12566 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12568 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12569 clocking functions.
12571 (org-agenda-clock-in, org-check-running-clock)
12572 (org-clock-out-if-current, org-remove-clock-overlays)
12573 (org-put-clock-overlay): New functions.
12574 (org-clock-marker, org-clock-file-total-minutes)
12575 (org-clock-overlays): New variables.
12576 (org-clock-display, org-clock-sum, org-clock-cancel)
12577 (org-clock-out, org-clock-in): New commands.
12578 (org-export): New function.
12579 (org-emph-re): New constant.
12580 (org-set-emph-re, org-do-emphasis-faces): New functions.
12581 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12582 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12583 (org-export-html-convert-emphasize): Use the configurable emphasis.
12584 (org-cleaned-string-for-export): Make multiline emphasis visible
12585 to the exporter. New optional argument PARAMETERS.
12586 (org-export-as-html): Specify :emph-multiline parameter to
12587 `org-cleaned-string-for-export'.
12589 2006-06-10 Richard Stallman <rms@gnu.org>
12591 * help.el (help-for-help-internal): Clean up help text.
12593 2006-06-10 Andreas Schwab <schwab@suse.de>
12595 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12598 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12600 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12602 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12603 spaces after the comment start.
12605 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12607 * play/pong.el (pong-init-buffer):
12608 Fill buffer with spaces instead of ^A.
12610 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12611 launched asynchronously, delete its process instead of being cool.
12612 (ispell-async-processp): Check for `delete-process' existence
12613 instead of `kill-process' one for consistency.
12615 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12617 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12618 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12619 in mode line at startup.
12621 2006-06-08 Kim F. Storm <storm@cua.dk>
12623 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12624 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12625 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12626 (ido-file-internal): Pass full file name to write-file.
12627 (ido-read-internal): Only pop stack elements automatically if they
12628 actually match an existing directory or file name.
12630 2006-06-07 Kenichi Handa <handa@m17n.org>
12632 * international/mule.el (find-auto-coding): Don't handle the short
12635 * files.el (hack-local-variables-prop-line)
12636 (hack-local-variables): Cancel the previous change.
12638 2006-06-06 Jesper Harder <harder@phys.au.dk>
12640 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12642 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12644 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12645 diff-default-read-only is non-nil.
12646 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12647 (diff-refine-hunk): Set inhibit-read-only to t.
12649 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12650 modifying the *Diff* buffer.
12651 (diff-process-filter): New filter function for diff process that
12652 sets inhibit-read-only to t when modifying the *Diff* buffer.
12654 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12656 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12657 insertion point and control the number of empty lines.
12658 (org-paste-subtree): Limit the number of empty lines at the end of
12660 (org-agenda): Use buffer name of current file for narrowing.
12661 (org-export-as-xml): Command removed.
12662 (org-export-xml-type): Option removed.
12663 (org-mode-map): Call `org-export-as-xoxo' directly.
12664 (org-get-indentation): New optional argument LINE.
12665 (org-fix-indentation, org-remove-tabs): New functions.
12666 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12667 correct indentation for headlines that are converted it items.
12668 (org-skip-comments): Remove table lines that contain narrowing
12669 cookies but no other non-empty fields.
12670 (org-set-tags): Allow groups of mutually exclusive tags.
12671 (org-cmp-time): Sort 24:21 before items without time.
12672 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12673 (org-open-at-point): Require double colon also for numbers.
12675 2006-06-06 Kim F. Storm <storm@cua.dk>
12677 * ido.el (ido-default-file-method, ido-default-buffer-method):
12678 Make choice values consistent with corresponding command names.
12679 (ido-visit-buffer): Update accordingly. Default to selected-window.
12681 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12683 * progmodes/gud.el (gud-running): Fix doc string.
12684 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12685 (gud-tooltip-modes): Add python-mode.
12686 (gud-tooltip-print-command): Add pdb. Remove perldb.
12688 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12690 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12693 2006-06-05 Richard Stallman <rms@gnu.org>
12695 * faces.el (defined-colors): Doc fix.
12697 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12699 * vc.el (vc-process-filter): Inhibit undo info collection around
12701 (vc-setup-buffer): Likewise for call to erase-buffer.
12702 (vc-do-command): Likewise for call to process-file.
12704 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12706 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12708 (gud-common-init): Other debuggers may trigger error.
12710 2006-06-05 Kenichi Handa <handa@m17n.org>
12712 * international/mule.el (find-auto-coding):
12713 Handle enable-character-translation in file header.
12715 2006-06-04 Kim F. Storm <storm@cua.dk>
12717 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12718 (authors-fixed-entries): Fix spelling.
12719 (authors-canonical-file-name): Don't report error for wildcards.
12721 * help.el (view-emacs-news): Rewrite to support new NEWS,
12722 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12723 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12724 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12726 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12728 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12729 exec constructs like `foo bar`.
12730 (sh-quoted-subshell): New helper function to search for a possibly
12731 nested subshell (like `` or $()) within a "" quoted string.
12732 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12733 (sh-apply-quoted-subshell): Flag quote characters inside a
12734 subshell, which is itself already in a quoted region, as
12735 punctuation, since this is the closest to what they actually are.
12736 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12737 sh-apply-quoted-subshell.
12738 (sh-font-lock-syntactic-face-function): Apply the new face for
12739 text inside `` instead of the old font-lock-string-face.
12741 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12743 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12744 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12745 (mac-bytes-to-text-range, mac-ae-text-range-array)
12746 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12747 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12748 (mac-ts-unicode-for-key-event): New functions.
12749 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12750 (mac-handle-font-selection): Use mac-ae-number.
12751 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12753 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12754 (mac-ts-converted-text, mac-ts-selected-converted-text)
12755 (mac-ts-block-fill-text, mac-ts-outline-text)
12756 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12757 (mac-ts-hilite-style-faces): New constant.
12758 (mac-apple-event-map): Bind text input events.
12759 (mac-dispatch-apple-event): Use command-execute instead of
12760 call-interactively.
12761 (global-map): Don't bind mac-apple-event.
12762 (special-event-map): Bind mac-apple-event.
12764 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12766 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12768 (emacs): Enclose the value of $(EMACS) in quotes.
12770 2006-06-02 Juri Linkov <juri@jurta.org>
12772 * international/mule.el (sgml-html-meta-auto-coding-function):
12773 Remove the condition `(search-forward "<html" size t)'.
12774 Replace `\"' with `[\"']?' in `re-search-forward'.
12776 2006-06-02 Kenichi Handa <handa@m17n.org>
12778 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12779 as well as `coding'.
12780 (hack-local-variables): Likewise.
12782 * international/mule.el (enable-character-translation):
12783 Put permanent-local and safe-local-variable properties.
12784 (find-auto-coding): Handle char-trans: tag.
12786 2006-06-02 Juri Linkov <juri@jurta.org>
12788 * international/mule.el (sgml-html-meta-auto-coding-function):
12789 Limit the search by the end of the HTML header (if any).
12791 2006-06-01 Richard Stallman <rms@gnu.org>
12793 * subr.el (with-current-buffer): Doc fix.
12795 2006-06-02 Masatake YAMATO <jet@gyve.org>
12797 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12798 Almost rewrite. Underlines over all lines of gcov output are too
12799 uncomfortable to read. Suggested by Dan Nicolaescu.
12801 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12803 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12805 * shell.el (shell-mode): Use shell-mode-map in docstring.
12807 * comint.el (comint-send-input): Do not add help-echo and
12808 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12810 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12812 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12814 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12816 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12817 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12818 look up the stack and pop up GUD buffer if necessary.
12819 (gdb-frames-select): Remove redundant call to gud-display-frame.
12820 (gdb-info-threads-custom): Keep point at start of buffer.
12821 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12823 2006-05-31 Juri Linkov <juri@jurta.org>
12825 * replace.el (query-replace-read-from, query-replace-read-to):
12826 Bind `history-add-new-input' to nil. Call `add-to-history'.
12828 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12830 * textmodes/table.el: Convert all HTML tags to lower case for
12831 XHTML compatibility.
12833 2006-05-31 Masatake YAMATO <jet@gyve.org>
12835 * progmodes/compile.el:
12836 (compilation-error-regexp-alist-alist::gcov-called-line):
12837 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12839 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12841 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12842 Revert inadvertent changes made with last commit.
12844 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12846 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12849 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12851 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12853 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12854 only matches in the right place.
12855 (org-upcoming-deadline): New face.
12856 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12857 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12858 and make it an option.
12859 (org-export-ascii-bullets): New option.
12860 (org-export-as-html): Many changes to emit valid XHTML.
12861 (org-par-open): New variable.
12862 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12863 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12864 (org-timeline): Pass `org-timeline-show-empty-dates' to
12865 `org-get-all-dates'. Interpret empty dates returned by
12866 `org-get-all-dates'.
12867 (org-get-all-dates): New argument EMPTY. Add dates without
12868 entries to the list, mark large ranges of empty dates.
12869 (org-point-in-group, org-context): New functions.
12871 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12873 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12875 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12876 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12877 to C-mouse-3 (for 2 button mice).
12878 (gdb-send): Do the right thing for C-d.
12880 * speedbar.el (speedbar-detach): Delete.
12881 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12883 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12885 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12887 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12891 Add makepp diagnostic.
12893 2006-05-29 Richard Stallman <rms@gnu.org>
12895 * window.el (fit-window-to-buffer): Doc fix.
12897 * help.el (temp-buffer-max-height): Doc fix.
12899 * subr.el (with-current-buffer): Doc fix.
12901 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12903 * term/x-win.el: Bind F10 to menu-bar-start if available.
12905 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12907 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12908 uses with a simple test.
12909 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12910 (term-send-raw-string, term-send-raw, term-mouse-paste)
12911 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12912 (term-handle-exit, term-read-input-ring)
12913 (term-previous-matching-input-string)
12914 (term-previous-matching-input-string-position)
12915 (term-previous-matching-input-from-input)
12916 (term-replace-by-expanded-history, term-send-input)
12917 (term-skip-prompt, term-bol, term-send-invisible)
12918 (term-kill-input, term-delchar-or-maybe-eof)
12919 (term-backward-matching-input, term-check-source)
12920 (term-proc-query, term-emulate-terminal)
12921 (term-handle-colors-array, term-process-pager, term-pager-line)
12922 (term-pager-bob, term-unwrap-line, term-word)
12923 (term-dynamic-complete-filename)
12924 (term-dynamic-complete-as-filename)
12925 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12928 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12930 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12931 during bootstrapping.
12933 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12934 Basically undo the change of 2006-05-26: use extra arguments instead of
12936 (ewoc-locate): Remove unused var `footer'.
12938 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12940 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12942 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12943 (generate-file-autoloads): Obey it. Return whether autoloads were
12944 added at point or not.
12945 (update-file-autoloads): Use this new return value.
12946 Remove redundant test for the presence of an autoload cookie.
12948 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12949 This one calls hack-local-variables.
12950 (generate-file-autoloads, update-file-autoloads): Use it.
12952 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12953 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12954 (bibtex-sort-entry-class-alist): Don't set the global value.
12955 (bibtex-init-sort-entry-class-alist): New fun.
12956 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12957 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12958 of bibtex-init-sort-entry-class.
12960 2006-05-28 Richard Stallman <rms@gnu.org>
12962 * subr.el (load-history-regexp): If FILE is relative, insist
12963 entire last name component must match it.
12964 (load-history-filename-element, load-history-regexp): Doc fixes.
12966 2006-05-29 Kim F. Storm <storm@cua.dk>
12968 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12969 `pos' and `raw-data' for clarity, as eval forms may access these.
12971 2006-05-28 Kim F. Storm <storm@cua.dk>
12973 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12975 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12977 * progmodes/make-mode.el (makefile-browser-map)
12978 (makefile-mode-syntax-table): Move initialization inside declaration.
12979 (makefile-fill-paragraph): Use the default comment-filling code.
12981 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12983 * replace.el (query-replace-defaults): New variable.
12984 (query-replace-read-from): Use `query-replace-defaults' for
12985 default value, instead of history list.
12986 (query-replace-read-to): Update `query-replace-defaults'.
12988 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12990 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12993 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12995 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12996 (tumme-show-all-from-dir): Add autoload.
12998 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
13000 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
13001 (tumme-remove-tag): Fix bug.
13003 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
13005 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
13006 FOOTER args. Update unique caller.
13007 (ewoc-delete): Compute last node once before looping.
13008 (ewoc--node-branch): Merge into unique caller.
13009 (ewoc--node): Don't define constructor make-ewoc--node for this
13011 (ewoc): Add member `hf-pp' to this structure.
13012 (ewoc--wrap): New func.
13013 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
13014 header/footer pretty-printers. Save header/footer pretty-printer.
13015 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
13017 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
13019 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
13021 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
13022 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
13023 Tag'. Change "Compare directories..." to "Change Directories...".
13024 Move tumme commands to Operate, Regexp and Immediate menus.
13025 Change "Add Comment" to "Add Image Comment". Change "Add Image
13026 Tag" to "Add Image Tags".
13028 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
13029 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
13030 `tumme-delete-tag'.
13032 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
13034 * shell.el (shell-mode): Call shell-dirtrack-mode after
13035 list-buffers-directory is made a local variable, to avoid setting
13038 2006-05-26 Kevin Ryde <user42@zip.com.au>
13040 * info.el (Info-index-next): Use where-is-internal to report
13041 actual binding of Info-index-next, rather than hard-coded `,'.
13043 2006-05-26 Eli Zaretskii <eliz@gnu.org>
13045 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
13046 and "Find Command in Manual" to here.
13048 * buff-menu.el (list-buffers-noselect): For Info buffers, use
13049 Info-current-file as the file name.
13051 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
13053 * ses.el (defadvice undo-more): Delete this defadvice. The undo
13054 overrides will now be done a different way.
13055 (ses-set-parameter): Reapply this function for undo.
13056 (ses-set-header-row): Reconstruct header row during undo.
13057 (ses-widen): New function.
13058 (ses-goto-data, ses-reconstruct-all): Use new function.
13059 (ses-command-hook): Widen buffer during undo, before unupdating
13061 (ses-insert-row, ses-delete-row): Widen buffer during undo.
13062 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
13063 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
13064 formula hasn't been executed yet.
13066 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13068 * comint.el (comint-kill-whole-line): Rename arg to count.
13071 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
13073 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
13076 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13078 * simple.el (toggle-truncate-lines): Make arg optional for
13079 backward compatibility.
13081 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
13083 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
13084 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
13085 DLL arg. Instead, use ewoc--current-dll. Update all callers.
13086 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
13087 (ewoc--adjust): Use ewoc--current-dll.
13088 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
13090 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
13092 * textmodes/org.el (org-next-item, org-previous-item): Emit more
13093 compact error message.
13094 (org-tags-view): Refresh category table in each file.
13095 (org-table-justify-field-maybe): Remove superfluous arguments to
13097 (org-export-as-html): Insert "<p>" before postamble.
13098 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
13100 2006-05-26 Kenichi Handa <handa@m17n.org>
13102 * textmodes/po.el (po-find-charset): Pay attention to the case
13103 FILENAME is a cons (NAME . BUFFER).
13104 (po-find-file-coding-system-guts): Likewise.
13106 * arc-mode.el (archive-set-buffer-as-visiting-file):
13107 Call find-operation-coding-system with (FILENAME . BUFFER).
13109 * tar-mode.el (tar-extract): Call find-operation-coding-system
13110 with (FILENAME . BUFFER).
13112 * international/mule.el (decode-coding-inserted-region):
13113 Call find-operation-coding-system with (FILENAME . BUFFER).
13115 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
13117 * image-mode.el (image-toggle-display): Use buffer contents to
13118 generate image for a remote file.
13120 2006-05-25 Juri Linkov <juri@jurta.org>
13122 * replace.el (query-replace-read-from, query-replace-read-to):
13123 Remove 8th arg KEEP-ALL in read-from-minibuffer.
13125 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
13127 * whitespace.el (whitespace-cleanup): Change to cleanup
13128 region if one is active.
13129 * whitespace.el (whitespace-cleanup-internal): New internal method.
13131 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13133 * dired.el (dired-mode-map): Add help-echo strings to tumme
13134 commands. Bind `tumme-dired-display-image' to C-t i.
13136 * tumme.el (tumme-display-image): Change documentation string slightly.
13137 (tumme-dired-display-image): Add call to `display-buffer'.
13139 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13141 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13142 Signal error if RAW-DATA is a multibyte string.
13144 2006-05-24 Richard Stallman <rms@gnu.org>
13146 * subr.el (with-local-quit): When handling `quit' signal,
13147 make a chance for quit-flag to cause a quit.
13149 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13150 (ad-disable-advice): Add autoloads.
13152 * subr.el (read-passwd): Copy PROMPT before changing its properties.
13154 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13156 * dired.el (dired-mode-map): Change menu items for tumme as per
13157 suggestions in emacs-devel.
13159 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13161 * dired.el (dired-mode-map): Fix breakage.
13163 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13165 * tumme.el (tumme-display-dired-image): Rename to...
13166 (tumme-dired-display-image): ...this.
13167 (tumme-track-movement): Change default value to t.
13168 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13169 used from `tumme-next-line-and-display' and similar commands.
13171 * dired.el (dired-mode-map): Add Thumbnail submenu under the
13172 Immediate menu. Add some tumme commands there.
13174 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
13176 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13178 2006-05-24 Chong Yidong <cyd@mit.edu>
13180 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13181 menu entries that open submenus.
13183 2006-05-24 Alan Mackenzie <acm@muc.de>
13185 * startup.el (command-line): For names of preloaded files, don't
13186 append ".elc" (now done in Fload), and call file-truename on the
13189 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
13190 match ANY loaded file with the right name, not just those in
13191 load-path. Put a regexp matching the file name into
13192 after-load-alist, rather than the name itself.
13194 * subr.el (load-history-regexp, load-history-filename-element)
13195 (do-after-load-evaluation): New functions.
13197 * international/mule.el (load-with-code-conversion): Do the
13198 eval-after-load stuff by calling do-after-load-evaluation.
13200 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13202 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13203 has not been killed.
13205 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13207 * term/mac-win.el: Set idle timer to clean up expired Apple events.
13208 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13209 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13210 Optionally set error message in reply.
13212 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
13214 * textmodes/org.el (org-open-at-point): Use renamed variable
13215 `org-confirm-shell-link-function'.
13216 (org-confirm-shell-link-function): Rename from
13217 `org-confirm-shell-links'.
13218 (org-export-directory): New function.
13219 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13220 (org-export-icalendar): Use `org-export-directory'.
13221 (org-indent-item): Keep cursor position.
13222 (org-link-file-path-type): New option.
13223 (org-export-as-html): Fix bug with plain lists starting in
13225 (org-export-as-html): Remove deadline formatting, this happens
13226 now already in `org-html-handle-time-stamps'.
13227 (org-export-html-style): Deadline class removed.
13228 (org-insert-labeled-timestamps-at-point): New option.
13229 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13230 of `hide-sublevels 1', in case the first headline is not level 1.
13231 (org-overview, org-content): New fuction.
13232 (org-cycle-global-status, org-cycle-subtree-status): Make these
13233 variables buffer-local.
13234 (org-global-cycle): New command.
13235 (org-shifttab): Use `org-global-cycle'.
13236 (org-insert-heading, org-insert-item): Go to end of new
13237 headline/item after creating it.
13238 (org-export-visible): Rename from `org-export-copy-visible'.
13239 Now creates a temporary org-file and applies an exporting command
13241 (org-table-eval-formula): Support for lisp forms.
13242 (org-agenda-todo-ignore-scheduled): New option.
13243 (org-agenda-get-todos): Use new option
13244 `org-agenda-todo-ignore-scheduled'.
13245 (org-export-html-inline-images): New value `maybe'.
13246 (org-export-as-html): Inlining of images dependent on link description.
13247 (org-archive-subtree): Check for end-of-buffer before trying
13249 (org-agenda-follow-mode): New option.
13250 (org-export-with-tags, org-export-with-timestamps): New options.
13251 (org-html-handle-time-stamps): New function.
13252 (org-keyword-time-regexp): New variable.
13253 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13254 (org-agenda-todo-list-sublevels): New option.
13255 (org-html-level-start): When TITLE is nil, just close all levels.
13256 (org-parse-key-lines, org-parse-export-options): Remove functions,
13257 replaced by `org-infile-export-plist'.
13258 (org-combine-plists, org-infile-export-plist)
13259 (org-default-export-plist): New functions.
13260 (org-export-html-preamble, org-export-html-postamble)
13261 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13263 (org-export-publishing-directory): New option.
13264 (org-export-as-html, org-export-as-ascii): Use the new property
13265 lists for settings.
13266 (org-export-copy-visible, org-export-as-xoxo):
13267 Respect `org-export-publishing-directory'.
13268 (org-link-search, org-store-link, org-file-apps): Support for
13269 links to BibTeX database entries..
13270 (org-get-current-options, org-set-regexps-and-options):
13271 Implement logging as a startup option.
13272 (org-store-link): Make sure context string is never empty
13273 (org-insert-link): Use relative path when possible.
13274 (org-at-item-checklet-p): New function.
13275 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13276 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13277 (org-metaright, org-metaup, org-metadown, org-shiftup)
13278 (org-shiftdown, org-shiftright, org-shiftleft)
13279 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13280 Dispatch using `call-interactively'.
13281 (org-call-with-arg): New defsubst.
13282 (org-tag-alist, org-use-fast-tag-selection): New options.
13283 (org-complete): Use `org-tag-alist'.
13284 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13285 (org-next-item, org-previous-item): New commands.
13286 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13288 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13290 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13292 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13293 (ewoc-filter): Use `ewoc-delete'.
13295 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13297 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13299 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13300 Signal more user-friendly error messages.
13302 * complete.el (PC-do-completion): Undo the addition of implicit
13303 wildcards if they did not lead to finding any match.
13304 (read-file-name-internal): Don't add the final > if the completion is
13307 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13309 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13310 Quote safe-local-variable predicate.
13312 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13314 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13316 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13318 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13320 * progmodes/make-mode.el (makefile-special-targets-list)
13321 (makefile-macro-table, makefile-target-table): Mark as risky.
13322 (makefile-query-one-target-method): Make this the alias for the
13323 following variable.
13324 (makefile-query-one-target-method-function): Make this the real name.
13326 * textmodes/artist.el (artist-text-renderer): Make this the alias
13327 for the following variable.
13328 (artist-text-renderer-function): Make this the real name.
13330 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13331 the alias for the following variable.
13332 (flyspell-generic-check-word-predicate): Make this the real name.
13334 * textmodes/ispell.el (ispell-format-word): Make this the alias
13335 for the following variable.
13336 (ispell-format-word-function): Make this the real name.
13337 (ispell-message-text-end): Mark as risky.
13339 * skeleton.el (skeleton-transformation, skeleton-filter)
13340 (skeleton-pair-filter): Make these the aliases for the following
13342 (skeleton-transformation-function, skeleton-filter-function)
13343 (skeleton-pair-filter-function): Make these the real names.
13345 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13346 and skeleton-pair-filter-function.
13348 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13349 alias for the following variable.
13350 (sgml-transformation-function): Make this the real name.
13351 (sgml-tag-alist): Mark as risky.
13353 2006-05-21 Richard Stallman <rms@gnu.org>
13355 * simple.el (kill-region): Interactively, pass point, then mark.
13357 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13359 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13361 2006-05-21 Romain Francoise <romain@orebokech.com>
13363 * dired-x.el (dired-mode-map): Don't bind M-g.
13365 2006-05-20 Richard Stallman <rms@gnu.org>
13367 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13368 (dired-goto-file): Doc fix.
13370 2006-05-21 Kim F. Storm <storm@cua.dk>
13372 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13373 way to enable built-in cua-mode if user loads older CUA-mode package.
13375 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13376 if default-filename is specified.
13378 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13380 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13382 * info.el (info-apropos): Make sure current-file and current-node
13383 have non-nil values. Speed up by using add-to-list instead of
13386 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13388 * progmodes/make-mode.el (makefile-mode): Doc fix.
13390 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13392 * dired-aux.el (dired-do-shell-command): Doc fix.
13394 2006-05-20 Kevin Ryde <user42@zip.com.au>
13396 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13397 ``(custom-manual :tag "Foo" "(foo)Node")''.
13399 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13401 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13402 value is an integer.
13404 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13406 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13408 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13410 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13412 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13413 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13415 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13417 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13418 regexp for keywords.
13420 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13422 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13423 replace-regexp-in-string.
13425 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13426 encode, and escape file name on conversion to URL.
13428 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13430 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13431 Don't unescape URL.
13432 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13434 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13435 on conversion to URLs.
13437 * net/browse-url.el (browse-url-file-url): Encode file name on
13440 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13443 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13445 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13447 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13449 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13450 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13452 2006-05-19 Glenn Morris <rgm@gnu.org>
13454 * calendar/diary-lib.el (diary-bahai-date)
13455 (list-bahai-diary-entries, mark-bahai-diary-entries)
13456 (mark-bahai-calendar-date-pattern): Not interactive.
13457 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13458 (diary-entries-list): Change format of 4th element in each entry.
13459 (diary-list-entries): Use add-to-diary-list.
13460 (diary-goto-entry): Handle the case where the buffer visiting the
13461 diary has been killed.
13462 (fancy-diary-display): Add 'locator to button rather than 'marker.
13463 Only generate temp-face when there are marks to apply.
13464 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13465 (diary-fancy-date-pattern): New variable.
13466 (diary-time-regexp): Doc fix.
13467 (diary-anniversary, diary-time): New faces.
13468 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13469 diary-time-regexp. Add font-lock-multiline property where needed.
13470 Use new faces diary-anniversary and diary-time.
13471 (diary-fancy-font-lock-fontify-region-function): New function, to
13472 handle multiline font-lock pattern in fancy diary.
13473 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13474 (diary-font-lock-keywords): Tweak time regexp. Use new face
13477 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13479 * international/code-pages.el (mik): Table corrected.
13481 2006-05-18 Kim F. Storm <storm@cua.dk>
13483 * progmodes/grep.el (grep-find): Don't check grep-find-command
13484 before running command (breaks non-interactive usage).
13486 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13488 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13489 (ewoc--insert-new-node): Don't insert trailing newline.
13490 Instead, adjust successor nodes's start markers.
13491 (ewoc--refresh-node): Delete all text from current node's start
13492 marker to the next one's; adjust successor nodes's start markers.
13493 (ewoc--create): Doc fixes.
13494 (ewoc--refresh): Don't insert newline.
13495 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13496 * pcvs.el (cvs-make-cvs-buffer):
13497 Specify extra newline for ewoc's header and footer.
13498 (cvs-update-header): Update initial header recognition.
13499 Append newline to final header and footer values.
13500 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13502 2006-05-17 Richard Stallman <rms@gnu.org>
13504 * files.el (file-name-extension): Doc fix.
13506 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13508 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13509 we can explicitly enable/disable rather than toggle.
13510 (shell-mode): Use it.
13511 (shell-cd): Don't try to reproduce what `cd' does.
13513 2006-05-17 Kim F. Storm <storm@cua.dk>
13515 * ido.el (ido-read-internal): Use only nondirectory part of
13518 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13520 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13521 (ewoc-nth): Doc fix.
13523 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13525 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13527 * international/mule.el (auto-coding-alist): Add .lha to files
13528 read with no-conversion.
13530 * files.el (auto-mode-alist): Add .lha files to archive file
13533 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13534 Convert csize to integer when computing offsets within the
13535 compressed archive file.
13537 2006-05-16 Kim F. Storm <storm@cua.dk>
13539 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13540 with read-from-minibuffer.
13542 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13544 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13545 (byte-compile-warnings): Fix safe-local-variable property.
13547 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13549 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13550 (allout-stylish-prefixes, allout-numbered-bullet)
13551 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13552 predicates to qualify `safe-local-variable' property, when
13553 available, else use equivalent lambda.
13554 (allout-current-topic-collapsed-p): Do the right thing regarding
13555 trailing blank lines.
13557 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13559 * server.el (server-start): Only create a directory if needed.
13560 (server-edit, server-unload-hook): server-start => server-mode.
13561 (kill-emacs-hook): Cleanup upon exit.
13563 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13565 * hexl.el (hexlify-buffer): Encode process arguments manually.
13567 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13569 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13570 call to gdb-tooltip-print.
13572 2006-05-15 Romain Francoise <romain@orebokech.com>
13574 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13575 systems, default to "tar" since those systems probably have GNU tar.
13577 2006-05-14 Lars Hansen <larsh@soem.dk>
13579 * desktop.el (desktop-missing-file-warning): Fix docstring.
13580 (desktop-restore-file-buffer): Correct question asked on missing file.
13582 2006-05-14 Kim F. Storm <storm@cua.dk>
13584 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13585 Add CUA move property.
13587 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13589 * custom.el (custom-push-theme): Load the variable before checking
13590 its `standard-value'.
13592 2006-05-13 Lars Hansen <larsh@soem.dk>
13594 * desktop.el (desktop-save): Use with-temp-buffer.
13596 2006-05-12 Glenn Morris <rgm@gnu.org>
13598 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13599 * calendar/calendar.el (calendar-mode-map):
13600 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13601 * calendar/appt.el (appt-check, appt-make-list): Refer to
13602 diary-view-entries, diary-list-entries, diary-show-all-entries
13603 rather than obsolete aliases.
13605 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13607 * simple.el (line-move-finish): Avoid calling point motion hooks
13608 while processing intangibility.
13610 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13612 * term/xterm.el (terminal-init-xterm): Fix typo.
13614 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13616 * allout.el (allout-view-change-hook): Mark as being deprecated,
13617 to be replaced by `allout-exposure-change-hook'.
13618 (allout-exposure-change-hook): New, replacing
13619 `allout-view-change-hook'.
13620 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13621 in addition to `allout-view-change-hook'.
13622 (allout-show-bodies, allout-old-style-prefixes)
13623 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13624 lambda forms to prevent their showing up in variable help
13625 presentations as inscrutable byte-compiled code.
13626 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13627 Use string-or-null-p to qualify safe-local-variable values.
13628 (allout-reindent-bodies): Use memq to qualify matches against
13629 valid safe-local-variable values. Also, quote the lambda as above.
13630 (allout-use-mode-specific-leader): Add missing candidate-value
13631 symbols, use memq, and quote the lambda.
13632 (allout-overlay-interior-modification-handler): Remove unused
13633 variables `msg' and 'opened'.
13634 (allout-hidden-p): Constrain invisibility consideration to allout's
13635 invisibility spec, disregarding invisibility for other reasons.
13637 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13639 * files.el (version-control): Correct safe values.
13641 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13643 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13645 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13646 (ewoc--insert-new-node): New func.
13647 Update callers of deleted funcs to use it, instead.
13649 2006-05-11 Glenn Morris <rgm@gnu.org>
13651 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13652 obsolete alias `show-all-diary-entries'.
13653 (make-diary-entry): Not interactive.
13654 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13655 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13656 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13657 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13658 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13659 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13661 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
13663 * calendar/calendar.el (calendar-french-date-string)
13664 (calendar-mayan-date-string, calendar-chinese-date-string)
13665 (calendar-astro-date-string, calendar-iso-date-string)
13666 (calendar-islamic-date-string, calendar-bahai-date-string)
13667 (calendar-hebrew-date-string, calendar-coptic-date-string)
13668 (calendar-ethiopic-date-string, calendar-persian-date-string):
13669 These functions are not interactive.
13671 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13673 * files.el: Balance parentheses.
13675 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13677 * files.el, newcomment.el, outline.el, simple.el,
13678 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13679 * progmodes/cc-vars.el, progmodes/compile.el:
13680 Move `safe-local-variable' declarations to the respective files.
13682 * help-fns.el (describe-variable): Don't print safe-var if it is
13683 byte-code. Improve wording as suggested by Luc Teirlinck.
13685 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13687 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13688 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13689 Use a token for pending-triggers to ensure gdb-var-update
13690 gets called once per user input again for pre-GDB 6.4.
13691 (gdb-var-delete): Match on more complex expressions.
13692 (gdb-var-list-children-handler, gdb-var-create-handler):
13693 Use a token for consistency.
13695 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13697 * textmodes/org.el (org-read-date, org-goto-calendar)
13698 (org-agenda-goto-calendar):
13699 Bind `view-calendar-holidays-initially' to nil.
13701 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13703 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13704 Update all callers to do it there, instead.
13706 2006-05-10 Glenn Morris <rgm@gnu.org>
13708 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13709 prefix arg case, to avoid view-diary-entries-initially error.
13710 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13711 (calendar-date-is-legal-p): Handle dates with no day part.
13713 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13715 * comint.el (comint-insert-input): Just make it when
13716 comint-use-prompt regexp is nil (default) and with the mouse.
13717 (comint-copy-old-input): Reinstate from 2004-06-23.
13718 (comint-mode-map): Bind C-c C-m to it.
13720 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13722 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13723 Remove spurious move to point-max (new comint behavior fixes).
13725 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13726 compatibility function (Emacs 18/19).
13727 (idlwave-is-continuation-line): Always return point at start of
13728 previous non-blank continuation line.
13729 (keyword-parameters): Fix continued comment font-lock matcher.
13730 (idlwave-font-lock-fontify-region): Written, use as
13731 font-lock-fontify-region-function, to fix continued keyword
13732 fontification issues.
13734 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13736 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13737 (mac-service-selection, mac-service-open-file)
13738 (mac-service-open-selection, mac-service-mail-selection)
13739 (mac-service-mail-to, mac-service-insert-text): Rename from
13740 mac-services-*. All uses changed.
13741 (mac-apple-event-map): Rename event symbol `services' to `service'.
13743 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13745 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13746 (ewoc--node-enter-first, ewoc--node-enter-last)
13747 (ewoc--delete-node-internal): Merge funcs into unique callers.
13749 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13751 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13752 return value of read-from-minibuffer for empty input.
13754 2006-05-09 Miles Bader <miles@gnu.org>
13756 * comint.el (comint-insert-input): Remove redundant calls to setq
13759 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13761 * comint.el (comint-insert-input): Make it work when
13762 comint-use-prompt-regexp is t.
13764 2006-05-10 Miles Bader <miles@gnu.org>
13766 * subr.el (field-at-pos): New function.
13768 * comint.el (comint-insert-input): Use it.
13770 2006-05-09 Juri Linkov <juri@jurta.org>
13772 * battery.el (battery-linux-proc-acpi): Also try
13773 `/proc/acpi/thermal_zone/THR2/temperature'.
13775 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13776 for now unused lambda `string-or-null'.
13778 * add-log.el (change-log-default-name): Put `string-or-null-p'
13779 instead of lambda on `safe-local-variable' property.
13781 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13782 `region-end' instead of `mark' and `point'.
13783 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13784 Operate on region in Transient Mark mode when the mark is active.
13785 Use `region-beginning' and `region-end' instead of `mark' and
13787 (diff-hunk-text, diff-goto-source): Doc fix.
13789 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13790 face `mode-line-buffer-id' for mode-line buffer face instead of
13791 hard-coded `(:weight bold)'.
13793 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13794 buffer-undo-list to t (undo-ask is reproducible by visiting
13797 2006-05-09 Kim F. Storm <storm@cua.dk>
13799 * progmodes/grep.el (rgrep): Set default directory of *grep*
13800 buffer if we start M-x rgrep in the *grep* buffer and choose
13801 a different base directory.
13803 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13805 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13806 completion also when ido is loaded.
13808 2006-05-09 Masatake YAMATO <jet@gyve.org>
13810 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13811 "warning" and "import".
13812 (cpp-font-lock-keywords): Added "warning".
13814 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13816 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13818 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13820 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13821 pages at a time, if we signal the end, we should indeed reach that end.
13823 2006-05-08 David Reitter <david.reitter@gmail.com>
13825 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13826 output during execution of the body.
13828 2006-05-08 Kim F. Storm <storm@cua.dk>
13830 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13832 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13834 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13835 Use with-current-buffer.
13837 2006-05-07 Kim F. Storm <storm@cua.dk>
13839 * subr.el (add-to-history): Remove keep-dups arg.
13841 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13842 to nil around call to add-to-history.
13844 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13846 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13847 than after a buffer modification.
13849 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13851 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13853 (gud-watch): ...here so speedbar is raised for already watched
13855 (gdb-speedbar-refresh): Delete function.
13856 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13857 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13859 (gdb-var-evaluate-expression-handler)
13860 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13862 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13863 Update localized contents for all buffers except ignored modes.
13865 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13867 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13868 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13869 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13870 (mac-handle-font-panel-closed, mac-handle-font-selection):
13872 (mac-font-panel-mode): New minor mode.
13873 (mac-apple-event-map): Add bindings for toolbar toggle button and
13875 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13877 2006-05-07 John Paul Wallington <jpw@pobox.com>
13879 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13880 Avoid `regexp-opt'; simplify regexp for readability.
13882 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13884 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13885 * files.el (buffer-stale-function):
13886 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13887 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13888 links to the main manual, not to emacs-xtra.
13890 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13892 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13893 MacJapanese if text is ASCII-only.
13895 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13897 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13898 unless so nil isn't returned.
13899 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13901 2006-05-06 Kim F. Storm <storm@cua.dk>
13903 * subr.el (add-to-history): New function.
13905 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13906 (ediff-merge-files-with-ancestor):
13908 * isearch.el (isearch-update-ring):
13909 * server.el (server-visit-files):
13910 * progmodes/grep.el (lgrep, rgrep):
13911 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13912 * progmodes/xscheme.el (xscheme-insert-expression):
13913 Use add-to-history.
13915 * kmacro.el (kmacro-push-ring): Use add-to-history.
13916 (kmacro-ring-length): Remove unused defun.
13917 (kmacro-start-macro): Use kmacro-push-ring.
13919 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13921 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13922 directly instead of a lambda expression that calls it.
13924 2006-05-06 Kim F. Storm <storm@cua.dk>
13926 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13927 instead of compute-motion.
13929 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13931 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13934 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13936 * startup.el (command-line-1): Refer to "Pure Storage" on
13937 pure-space-overflow.
13939 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13941 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13942 provided faces once they all have been used up.
13944 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13946 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13947 reference to the Lisp manual to the warning about pure space
13950 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13952 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13953 argument to avoid the call to `ispell-internal-change-dictionary'
13955 (ispell-change-dictionary): Use this argument and call
13956 `ispell-internal-change-dictionary' after the possible change
13957 to `ispell-local-dictionary'.
13958 (ispell-internal-change-dictionary): Check for a change in
13959 personal dictionary use too.
13961 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13963 * startup.el (command-line): On MS-Windows, probe "~", not
13964 "~USER", for warning about non-existent home directory.
13966 * arc-mode.el (archive-l-e): New optional argument `float' means
13967 generate a float value.
13968 (archive-arc-summarize, archive-lzh-summarize)
13969 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13970 with 3rd argument non-nil when file's size is being computed.
13971 Format the file sizes with %8.0f instead of %8d.
13973 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13975 * cus-start.el (all): Add mac-dnd-known-types.
13977 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13978 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13979 (mac-TIFF-to-string): New functions.
13980 (x-get-selection, x-selection-value)
13981 (mac-select-convert-to-string): Use them.
13982 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13983 (mac-dnd-types-alist): New customization variable.
13984 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13985 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13986 (mac-dnd-handle-drag-n-drop-event): New functions.
13987 (mac-drag-n-drop): Remove function.
13988 (global-map): Bind drag-n-drop and M-drag-n-drop to
13989 mac-dnd-handle-drag-n-drop-event.
13991 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13993 * progmodes/perl-mode.el (perl-beginning-of-function):
13994 Skip anonymous subs.
13996 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13998 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13999 regexp-opt at run time.
14001 * term.el (term-handle-ansi-escape): Fix off by one error.
14003 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
14005 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
14006 (gdb-init-1, gdb-post-prompt): ...and references to it.
14007 (gdb-frame-handler): Strip directory name from filename if present.
14009 * progmodes/gud.el (gdb-force-update): Delete defvar
14010 (gud-speedbar-buttons): ...and references to it. Use window-start
14011 to try to keep positon in watch expression.
14013 2006-05-03 Richard Stallman <rms@gnu.org>
14015 * simple.el (next-history-element, previous-history-element): Doc fix.
14017 * isearch.el (isearch-update-ring): Doc fix.
14019 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
14021 * isearch.el (isearch-update-ring): Take history-delete-duplicates
14022 into consideration. Replace one arm ifs with whens.
14024 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
14026 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
14029 2006-05-02 Miles Bader <miles@gnu.org>
14031 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
14033 2006-05-02 Jay Belanger <belanger@truman.edu>
14035 * calc/calc-embed.el (calc-override-minor-modes-map)
14036 (calc-override-minor-modes): New variables.
14037 (calc-do-embedded): Make sure that Calc keystrokes aren't
14038 overwritten by minor modes.
14040 2006-05-02 Chong Yidong <cyd@mit.edu>
14042 * msb.el (msb): If EVENT is a down event, read and discard the up event.
14044 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14046 * startup.el (command-line-1): Refer to Lisp manual when
14047 pure-space-overflow occurs.
14049 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
14050 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
14051 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
14052 (version-control): Don't use `t' for safe-local-variable declarations.
14054 2006-05-01 Richard Stallman <rms@gnu.org>
14056 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
14057 M-r, M-R, M-A, M-SPC or M-DEL.
14058 (diff-mode-map): diff-refine-hunk now on C-c C-w
14059 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
14061 * help-mode.el (help-mode): view-exit-action calls delete-window
14062 only when it is safe and possible.
14064 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
14067 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
14069 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
14070 in the default tool-bar-map.
14072 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
14074 * net/tramp.el (tramp-completion-file-name-handler-alist)
14075 (tramp-run-real-handler, tramp-completion-run-real-handler)
14076 (tramp-completion-handle-file-name-all-completions)
14077 (tramp-completion-handle-file-name-completion): Autoload them.
14078 (tramp-completion-handle-file-exists-p)
14079 (tramp-completion-handle-file-name-directory)
14080 (tramp-completion-handle-file-name-nondirectory)
14081 (tramp-completion-handle-expand-file-name): Remove them.
14082 (tramp-handle-file-name-directory): Return the real directory name.
14083 Returning "/" only doesn't need to be necessary any longer.
14084 (tramp-file-name-handler): Make special attention when in hostname
14086 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
14087 (tramp-register-file-name-handlers):
14088 Register `tramp-completion-file-name-handler' only when
14089 `partial-completion-mode' is enabled.
14090 (tramp-completion-handle-file-name-all-completions):
14091 Delete directory part from results.
14092 (tramp-get-completion-methods, tramp-get-completion-user-host):
14093 Discard deleting "/", it doesn't work after the change of
14094 `tramp-handle-file-name-directory' above.
14096 2006-05-01 Kim F. Storm <storm@cua.dk>
14098 * progmodes/grep.el (grep-expand-template): Use save-match-data
14101 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14103 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
14104 Use select-frame-set-input-focus instead of raise-frame.
14105 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
14107 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
14109 * progmodes/gud.el (gud-def): Add %c case.
14110 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
14111 (gud-format-command): Make match case sensitive. Match on %F.
14113 2006-04-30 Glenn Morris <rgm@gnu.org>
14115 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
14116 (cal-tex-preamble): Use cal-tex-preamble-extra.
14117 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
14118 than alias `list-diary-entries'.
14120 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
14122 * help-fns.el (describe-variable): Add info about safe local variables.
14124 2006-04-29 Richard Stallman <rms@gnu.org>
14126 * bindings.el (mode-line-format): help-echo doc fixes.
14128 * net/tramp.el (tramp-file-name-handler-alist): Delete
14129 expand-file-name and other operations that can cause spurious loading.
14131 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14133 * files.el (safe-local-variable-p): Remove support for the special
14136 * textmodes/paragraphs.el (sentence-end-without-space):
14137 Fix safety predicate.
14138 (sentence-end-double-space, sentence-end-without-period)
14139 (paragraph-ignore-fill-prefix):
14140 * textmodes/fill.el (colon-double-space):
14141 * abbrev.el (abbrev-mode): Tighten the safety predicate.
14143 * subr.el (booleanp): New fun.
14145 * textmodes/reftex-vars.el (reftex-guess-label-type):
14146 Tighten the safety predicate.
14148 2006-04-28 Kim F. Storm <storm@cua.dk>
14150 * progmodes/grep.el (defgroup grep): Doc fix.
14151 (grep-auto-highlight): Remove.
14152 (grep-template): New defcustom.
14153 (grep-find-template): Rename from grep-tree-template.
14154 (grep-files-aliases): Rename from grep-tree-files-aliases.
14155 Remove "all" alias, add "l" alias.
14156 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14157 (grep-find-ignored-directories): New defcustom to replace
14158 grep-tree-ignore-CVS-directories, to facilitate ignoring
14159 subdirectories for multiple version control systems.
14160 (grep-mode-map): Add Recursive grep item to GREP menu.
14161 (grep-regexp-history, grep-files-history): New defvars.
14162 (grep-probe): New helper function.
14163 (grep-compute-defaults): Use it to simplify code.
14164 Adapt to name changes.
14165 Use `.' as base in grep-find-template rather than <D>.
14166 (grep): Remove superfluous highlight-regexp arg. Fix doc.
14167 Call grep-compute-defaults unconditionally.
14168 (grep-expand-keywords): New defconst.
14169 (grep-expand-template): Rename from grep-expand-command-macros.
14170 Simplify via grep-expand-keywords. Look at case-fold-search instead
14171 of grep-tree-ignore-case to add -i option.
14172 Bind case-fold-search to nil while matching keywords.
14173 (grep-tree-last-regexp, grep-tree-last-files): Remove.
14174 (grep-read-regexp, grep-read-files): New helper functions.
14175 (rgrep): Rename from grep-tree. Rework to use proper histories.
14176 Adapt to changes in defcustoms and functions above.
14177 (lgrep): New command, as grep, but using same interactive UI as rgrep.
14179 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
14181 * net/tramp.el (tramp-completion-file-name-handler):
14182 Disable Tramp's functionality while loading Tramp itself.
14183 (tramp-register-file-name-handlers): That's a defsubst now.
14184 Code from `tramp-repair-jka-compr' moved here. Apply it via
14186 (tramp-repair-jka-compr): Remove.
14188 2006-04-27 Jay Belanger <belanger@truman.edu>
14190 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14191 read expression when `math-read-big-expr' doesn't work.
14193 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
14195 * startup.el (command-line-1): Display warning when
14196 pure-space-overflow is non-nil.
14198 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14200 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14203 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14205 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14206 Return the URL or nil if none can be generated.
14208 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
14210 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14211 byte compiler warnings.
14212 (gud-basic-call, gud-find-expr): Let user select an expression
14213 for printing. Print expression as well as value in GUD buffer.
14215 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
14217 * allout.el: Remove local autoload declaration for
14218 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14219 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14220 (allout-plain-bullets-string, allout-distinctive-bullets-string)
14221 (allout-use-mode-specific-leader, allout-old-style-prefixes)
14222 (allout-stylish-prefixes, allout-numbered-bullet)
14223 (allout-file-xref-bullet, allout-presentation-padding)
14224 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14225 safe-local-variable with suitable value spec, and add autoload
14226 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14227 (move-beginning-of-line, move-end-of-line): Repair so these compat
14228 functions now actually resituate the point, when appropriate.
14230 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14232 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14234 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14235 (add-log-iso8601-time-string): Fix call to format-time-string.
14237 2006-04-26 Kim F. Storm <storm@cua.dk>
14239 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14241 2006-04-26 Masatake YAMATO <jet@gyve.org>
14243 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14244 Add support for "//" style comments. Remove `b' flag
14245 from ?* in `asm-mode-syntax-table'.
14247 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14249 * follow.el: Use (featurep 'xemacs) everywhere.
14250 (follow-mode): Use define-minor-mode.
14251 (follow-mode-map): Move initialization into the declaration.
14252 Use command remapping.
14253 (follow-emacs-version-xemacs-p): Remove.
14254 (follow-submit-feedback): Remove.
14256 * allout.el (allout-layout, allout-passphrase-verifier-string)
14257 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14259 * textmodes/reftex-vars.el (reftex-vref-is-default)
14260 (reftex-fref-is-default, reftex-guess-label-type):
14261 Tighten up a bit the safety predicate.
14263 * textmodes/paragraphs.el (sentence-end-double-space)
14264 (sentence-end-without-period, sentence-end-without-space)
14265 (page-delimiter, paragraph-ignore-fill-prefix):
14266 Tighten up a bit the safety predicate.
14268 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14270 * progmodes/python.el (python-continuation-line-p)
14271 (python-beginning-of-statement): syntax-ppss may return
14273 (python-mode): Don't forcefully enable font-lock.
14275 * time-stamp.el (time-stamp-start, time-stamp-end)
14276 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14278 * add-log.el: Remove spurious * in docstrings.
14279 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14280 (add-change-log-entry): Use it here, since it's not specific
14282 (add-log-iso8601-time-string): Don't use it here any more.
14283 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14285 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14287 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14289 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14290 (rcirc-toggle-low-priority): Doc fix.
14291 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14293 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14295 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14296 (rcirc-decode-coding-system): Use utf-8 as the default.
14297 (rcirc-multiline-minor-mode): Set the fill-column.
14298 (rcirc-format-response-string): Display bright and dim nicks.
14299 (rcirc-browse-url): Update interactive spec to fill ARG.
14300 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14301 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14303 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14305 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14306 case for @Article, etc.
14308 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14310 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14311 Added with autoload cookie.
14312 (tramp-unload-file-name-handlers): Rename from
14313 `tramp-unload-file-name-handler-alist'.
14315 2006-04-23 Romain Francoise <romain@orebokech.com>
14317 * comint.el (comint-match-partial-filename): Doc fix.
14319 2006-04-21 Glenn Morris <rgm@gnu.org>
14321 * calendar/cal-menu.el (calendar-mode-map): Refer to
14322 `diary-view-entries' rather than alias `view-diary-entries'.
14323 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14325 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14327 * progmodes/antlr-mode.el (antlr-default):
14328 * cus-edit.el (custom-documentation):
14329 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14332 2006-04-21 Kim F. Storm <storm@cua.dk>
14334 * image.el (image-type): New defun split out of create-image.
14335 (create-image): Use it.
14337 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14339 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14340 (org-open-at-point): Remove the "...done" message to keep output
14341 in the echo area visible.
14342 (org-export-as-xoxo): Fix call to `indent-region'.
14344 2006-04-21 Kevin Ryde <user42@zip.com.au>
14346 * international/mule.el (keyboard-coding-system): defcustom
14347 info-link fixes: "Specify Coding" has been split, keyboard now in
14348 "Terminal Coding", and "Single-Byte Character Support" is now
14351 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14353 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14354 Use font-lock-warning-face for any errors e.g. no stack.
14355 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14357 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14359 * progmodes/sh-script.el (sh-shell): Mark as safe.
14361 * newcomment.el (comment-start, comment-start-skip)
14362 (comment-end-skip, comment-end): Mark as safe.
14364 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14366 * textmodes/org.el (org-deadline-announce): Face removed.
14367 (org-level-faces, org-n-levels): Convert to constant.
14368 (org-compatible-face): New function.
14369 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14370 (org-level-5, org-level-6, org-level-7, org-level-8)
14371 (org-special-keyword, org-warning, org-headline-done, org-link)
14372 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14373 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14374 Face definition revised for better color tty support.
14375 (org-bold-re, org-italic-re, org-underline-re): New constants.
14376 (org-set-font-lock-defaults): Use the new constants.
14377 (org-agenda-highlight-todo): New function.
14378 (org-agenda-todo): Fix bug with point at end of line.
14379 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14380 Fontify TODO keywords.
14381 (org-insert-link): Preserve relative path in ../ links.
14382 (org-export-as-html): Convert links pointing to .org files into
14383 links that will work beteen the exported HTML files.
14384 (org-todo-list): Fix bug when arg=0.
14385 (org-insert-heading): More fine-tuning.
14387 2006-04-19 Romain Francoise <romain@orebokech.com>
14389 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14390 from `rmail-mime-charset-pattern'.
14392 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14394 * progmodes/python.el (python-mode): Fix typo.
14396 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14398 * comint.el (comint-previous-input): Don't clobber input line
14399 when moving off either end of the input history ring.
14400 (comint-delete-input): New function, used by
14401 `comint-previous-input' and others.
14402 (comint-previous-matching-input):
14403 Use `coming-delete-input'. Save the partial input if leaving the
14404 edit line. Goto point-max before deleting input to avoid
14405 partial input fragments hanging around.
14406 (comint-restore-input): New function, used by `comint-previous-input'.
14408 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14410 * imenu.el (imenu--index-alist): Balance parentheses.
14412 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14414 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14416 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14418 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14421 2006-04-18 Richard Stallman <rms@gnu.org>
14423 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14425 * imenu.el (imenu-create-index-function, imenu--index-alist)
14426 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14427 (imenu-default-create-index-function, imenu--generic-function):
14430 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14432 * help-mode.el (help-mode): Set view-exit-action to delete window.
14434 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14435 now works by passing nil as arg.
14437 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14439 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14440 (read-abbrev-file): Provide default when reading filename.
14442 * files.el (enable-local-variables): Allow :all as value.
14443 (hack-local-variables): Implement that value.
14444 (safe-local-variable-values, safe-local-eval-forms)
14445 (enable-local-variables): Mark as risky.
14446 (find-file-visit-truename, kept-old-versions): Mark safe.
14448 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14449 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14450 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14452 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14454 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14455 Use forward-line so as to get to BOL even in the presence of fields.
14456 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14458 (inferior-tcl): Tell tclsh to work in interactive mode.
14460 * complete.el (partial-completion-mode):
14461 Use 'choose-completion-string-functions to make sure that
14462 choose-completion fills the minibuffer properly.
14464 * complete.el (PC-old-read-file-name-internal): Remove.
14465 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14466 of read-file-name-internal.
14467 (partial-completion-mode): Enable/disable this advice.
14469 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14471 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14474 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14476 * textmodes/org.el (org-insert-heading): Insert heading before
14477 current if at beginning of line.
14478 (org-todo, org-date): New faces.
14479 (org-table-align): Make sure tooltip window contains full text.
14480 (org-no-properties): New defsubst.
14481 (org-set-font-lock-defaults): Use new faces.
14483 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14485 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14486 for root variables.
14488 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14489 (gdb-frame-address): Re-use to identify frame for watch expression.
14490 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14492 (gdb-init-1, gdb-source, gdb-post-prompt)
14493 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14494 (gdb-frame-handler): Get gdb-frame-address.
14496 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14498 Sync with Tramp 2.0.53.
14500 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14501 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
14502 (tramp-completion-file-name-handler): Add autoload cookie for
14503 adding to `file-name-handler-alist'.
14505 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14506 the prompt. If it returns earlier (when detecting an error
14507 message), the rest of the output will merge accidently with the
14508 output of the next command. Reported by M Jared Finder
14509 <jared@hpalace.com>.
14511 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14512 for `process-file', in order to let it work for older Emacsen too.
14514 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14516 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14517 (tex-font-lock-keywords-3): Use it.
14519 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14521 * newcomment.el (comment-add): New function.
14522 (comment-region-default, comment-dwim): Use it.
14524 2006-04-15 Michael Olson <mwolson@gnu.org>
14526 * emacs-lisp/tq.el: Improve comments.
14527 (tq-queue-head-question): New accessor function.
14528 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14529 Update for modified queue structure.
14530 (tq-queue-add): Accept `question' argument.
14531 (tq-queue-pop): If a question is pending, send it.
14532 (tq-enqueue): Accept new optional argument `delay-question'.
14533 If this is non-nil, and at least one other question is pending a
14534 response, queue the question rather than sending it immediately.
14536 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14538 * calendar/appt.el (appt-add): Check whether an appointment is
14539 already present in appt-time-msg-list. Simplify code.
14541 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14543 * progmodes/cc-langs.el (c-mode-menu):
14544 Don't presume c-subword-mode is bound.
14546 2006-04-13 Bill Wohler <wohler@newt.com>
14548 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14549 (customize-package-emacs-version): Use cdr instead of cadr now
14550 that alists use dotted pairs.
14552 * custom.el (defcustom): Fix docstring for :package-version.
14554 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14556 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14557 (tramp-handle-shell-command): Display output buffer only when
14558 `tramp-display-shell-command-buffer' is true.
14559 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14561 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14563 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14564 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14566 2006-04-13 Romain Francoise <romain@orebokech.com>
14568 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14569 leaving temporary .cvsignore buffers behind.
14571 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14573 * textmodes/org.el (org-set-regexps-and-options)
14574 (org-get-current-options): Better names for the startup folding
14577 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14579 * vc.el (vc-annotate): Arrange for point to end up at the same
14580 line number as in the original, but only when using a new buffer.
14582 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14584 * files.el (hack-one-local-variable-eval-safep):
14585 Recognize `edebug-form-spec' for `put', but only if it passes
14586 `edebug-basic-spec'. Generalize `put' handling.
14588 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14589 vetting file-local form specs.
14591 * allout.el (allout-layout): Autoload its `safe-local-variable'
14594 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14596 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14597 (org-agenda-mouse-1-follows-link)
14598 (org-mouse-1-follows-link): New options.
14599 (org-format-agenda-item): Fix bug if TAGS is nil.
14600 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14602 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14604 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14605 GDB 6.1+ gives full filename for "info sources" so use
14606 file-name-nondirectory.
14608 2006-04-12 Romain Francoise <romain@orebokech.com>
14610 * subr.el (read-passwd): Bind `message-log-max' to nil.
14612 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14614 * progmodes/perl-mode.el (perl-indent-new-calculate):
14615 Recompute parse-start after jumping backward by a whole sexp.
14617 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14619 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14620 window configuration.
14621 (vc-annotate-display-select): Select the buffer so that current-buffer
14622 (and selected-window) is the output buffer at the end of vc-annotate.
14624 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14626 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14627 8-color terminals, to use all of the colors in a sensible order.
14628 256-color terminals work well with the standard map.
14629 (vc-annotate-lines): Only strip the first color character if it
14630 is "#", to allow for terminal-style named colors.
14631 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14632 the correct buffer is scrolled.
14634 2006-04-11 Richard Stallman <rms@gnu.org>
14636 * emacs-lisp/bytecomp.el (byte-compile-file):
14637 Bind enable-local-variables to :safe, and make normal-mode obey it.
14639 * files.el (enable-local-variables): Allow value :safe.
14640 (normal-mode): Doc fix.
14641 (hack-local-variables): Implement enable-local-variables = :safe.
14642 (hack-local-variables-confirm): Don't prevent quitting.
14644 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14646 * loadhist.el (unload-feature): A bit of sanity check of
14647 load-history entries. Cancel timer-vars before unbinding them.
14649 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14650 quote special chars, and make the trick work on the hex part of the
14652 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14653 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14655 * startup.el (normal-splash-screen): Fix last change so we don't wait
14656 2 minutes if we don't show the splash screen.
14658 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14660 * textmodes/org.el (org-export-plain-list-max-depth)
14661 (org-table-spaces-around-separators)
14662 (org-radio-targets, org-activate-camels)
14663 (org-table-spaces-around-invisible-separators): Options removed.
14664 (org-time-stamp-rounding-minutes, org-remember-templates)
14665 (org-ellipsis, org-activate-links, org-descriptive-links):
14667 (org-remember-apply-template, org-current-time)
14668 (org-finish-edit-table-field)
14669 (org-link-unescape, org-link-escape)
14670 (org-string-width, org-table-clean-line, org-html-do-expand)
14671 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14672 (org-read-agenda-file-list): New functions.
14673 (org-table-edit-field)
14674 (org-table-create-or-convert-from-region): New commands
14675 (org-table-toggle-vline-visibility): Command removed.
14676 (org-table-convert-region): Made a command.
14677 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14678 Replace with the normal org- functions.
14679 (org-self-insert-command): Don't trigger realign unnecessarily
14680 when blanking a field that is not full.
14681 (org-mode): `Set buffer-invisibility-spec' for links.
14682 (org-activate-links2): Hide link part and only show descriptive
14684 (org-insert-link): Modify for new linking system.
14685 (org-store-link): Store description separately, for use by
14687 (org-table-align): Use `org-string-width'.
14688 (defgroup): Completely new group structure for custom variables.
14689 (org-agenda-files): Option: Single file name allowed. Function:
14690 Optional argument unrestrited means ignore any restricitons.
14691 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14692 trying to modify the menu. Use generalized access to
14693 `org-agenda-files.'
14694 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14695 (org-agenda-file-to-front, org-remove-file, org-diary)
14696 (org-tags-view, org-export-icalendar-all-agenda-files)
14697 (org-export-icalendar-combine-agenda-files): Use generalized
14698 access to `org-agenda-files'.
14699 (org-remember-handler): Correctly preserve heading if present.
14700 (org-table-insert-row, org-table-insert-hline): Deal with
14701 invisible characters.
14703 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14705 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14706 (vc-annotate-color-map): New 18 element constant
14707 value/saturation, rotating hue colormap, from red->blue.
14708 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14709 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14710 (vc-annotate): To avoid killing the required local variables,
14711 set them before the end of `with-output-to-temp-buffer', and
14712 after first switching to annotate-mode.
14713 (vc-annotate-warp-version): Add buffer argument in goto-line to
14714 ensure annotation, not source, is scrolled.
14716 2006-04-10 Bill Wohler <wohler@newt.com>
14718 * custom.el (defcustom, custom-handle-keyword):
14719 Add :package-version keyword.
14720 (custom-add-package-version): New function. Sets value of new
14721 property 'custom-package-version from :package-version keyword.
14722 (defcustom): Create Common Keywords section in docstring.
14723 (defface, defgroup): Replace definitions of a select few keywords
14724 with a reference to the Common Keywords in defcustom.
14725 (defcustom, defface, defgroup): Replace reference to Customization
14726 chapter in manual with hyperlink.
14728 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14729 (customize-changed-options): Add check for custom-package-version.
14730 (customize-package-emacs-version): New function to look up Emacs
14731 version corresponding to the given package version.
14733 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14734 defun name, in similar fashion to find-variable-regexp.
14736 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14738 * international/mule-cmds.el (set-locale-environment): Fix last
14739 change for when the locale's preferences don't specify any encoding.
14741 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14743 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14744 so the defined var/fun doesn't need to be quoted.
14746 2006-04-10 Richard Stallman <rms@gnu.org>
14748 * finder.el (finder-mode-map): Add n and p bindings.
14750 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14752 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14753 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14754 (gdb-setup-windows): Put something in source window if we can't find
14756 (gdb-frame-handler): Make it work again with just assembly.
14757 (gdb-data-list-register-values-handler): Make it work when there is
14760 2006-04-09 Richard Stallman <rms@gnu.org>
14762 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14763 specs while looking for charset.
14765 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14767 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14769 (lm-font-lock-keywords): Update appropriately.
14771 2006-04-10 Kim F. Storm <storm@cua.dk>
14773 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14774 it can also replace buffer-substring-no-properties.
14776 * emulation/cua-base.el (cua-delete-region, cua-paste)
14777 (cua-repeat-replace-region): Use filter-buffer-substring.
14779 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14780 (cua-cut-region-to-global-mark): Likewise.
14782 * emulation/cua-rect.el (cua--extract-rectangle)
14783 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14785 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14787 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14788 entry-type. Add field delimiters to numerical fields if they are
14791 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14793 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14794 string-const to return value.
14795 (bibtex-remove-delimiters): Use it.
14797 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14799 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14800 cl-byte-compile-compiler-macro unless it exists.
14802 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14804 * files.el (hack-local-variables-confirm) <offer-save>:
14805 Clarify message text. Suggested by Ralf Angeli.
14807 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14809 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14810 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14811 instead of `buffer-substring' and `delete-region'. (Most of the
14812 code actually copied from `kill-region'.)
14814 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14816 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14817 (rcirc-default-port): Rename from rcirc-port.
14818 (rcirc-default-nick): Rename from rcirc-nick.
14819 (rcirc-default-user-name): Rename from rcirc-user-name.
14820 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14821 (rcirc-low-priority-flag): New variable.
14822 (rcirc-decode-coding-system): New defcustom.
14823 (rcirc-encode-coding-system): New defcustom.
14824 (rcirc-coding-system-alist): New defcustom.
14825 (rcirc-multiline-major-mode): New defcustom.
14826 (rcirc-nick): New internal variable.
14827 (rcirc-process): Remove variable.
14828 (rcirc-server-buffer): New variable.
14829 (rcirc): Update to use rcirc-default-* variables above.
14830 (rcirc-connect): Do not add window-configuration-hook-here.
14831 (rcirc-server): New internal variable.
14832 (rcirc-connect): Do not send keepalive pings if
14833 rcirc-keepalive-seconds is nil.
14834 (with-rcirc-server-buffer): New macro.
14835 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14836 (rcirc-server-name): Rename from rcirc-server.
14837 (rcirc-buffer-process): New function.
14838 (rcirc-buffer-nick): New function.
14839 (rcirc-buffer-target): Remove function.
14840 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14842 (rcirc-mode-map): Change binding of C-c C-l to
14843 rcirc-toggle-low-priority.
14844 (rcirc-mode): Initialize coding system based on
14845 rcirc-coding-system-alist. New change-major-mode-hook to part the
14846 channel on a mode change. Make kill-buffer-hook buffer-local.
14847 (rcirc-change-major-mode-hook): New function.
14848 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14849 (rcirc-last-post-time): New variable.
14850 (rcirc-process-message): Store the last time user posted a message
14852 (rcirc-multiline-minor-mode): New mode.
14853 (rcirc-multiline-minor-mode-map): New mode map.
14854 (rcirc-edit-multiline): Put multiline-edit buffer in
14855 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14856 (rcirc-print): Ignore any line starting with an ignored nick.
14857 (rcirc-print): Decode using rcirc-decode-coding-system.
14858 (rcirc-track-minor-mode): Update global-mode-string when disabling
14860 (minor-mode-alist): Add LowPri indicator.
14861 (rcirc-toggle-low-priority): New function.
14862 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14863 next lowpriority buffer with activity.
14864 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14865 last time the user posted a message in to the target.
14866 (rcirc-update-activity-string): New formatting for low priority
14868 (rcirc-split-activity): New function.
14869 (rcirc-handler-PART, rcirc-handler-KICK)
14870 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14871 (rcirc-nick-away-alist): New variable.
14872 (rcirc-handler-301): New handler. Away messages are printed once
14875 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14877 * info.el (Info-follow-nearest-node): Doc fix.
14879 * international/mule-cmds.el (set-locale-environment): Make sure
14880 the coding-system preferred by the locale's language has the same
14881 EOL conversion type as the original buffer-file-coding-system.
14882 (locale-language-names): Add a few MS Windows language codes.
14884 2006-04-07 Richard Stallman <rms@gnu.org>
14886 * simple.el (eval-expression): Doc fix.
14888 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14889 (eval-defun): Doc fixes.
14891 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14893 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14895 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14897 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14898 GDB list command without argument for greater generality.
14900 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14902 * subr.el (string-or-null-p): New function.
14904 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14906 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14908 * files.el: Update comment about safe-local-variable declarations.
14910 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14912 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14915 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14916 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14918 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14921 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14922 version 6.0 (minimal changes). See idlwave.org.
14924 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14925 6.0 (minimal changes). See idlwave.org.
14927 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14929 2006-04-06 Romain Francoise <romain@orebokech.com>
14931 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14932 symmetric encryption features and a new asynchronous interface to
14933 GnuPG. This new version is version 1.4, plus whitespace changes.
14935 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14937 * files.el: Move some `safe-local-variable' declarations to the
14940 * textmodes/ispell.el (ispell-check-comments)
14941 (ispell-local-dictionary): Mark as safe.
14943 * abbrev.el (abbrev-mode): Mark as safe.
14945 * add-log.el (change-log-default-name): Mark as safe.
14947 * textmodes/reftex-vars.el (reftex-vref-is-default)
14948 (reftex-fref-is-default, reftex-level-indent)
14949 (reftex-guess-label-type): Mark as safe.
14951 * textmodes/fill.el (colon-double-space): Mark as safe.
14953 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14954 (sentence-end-double-space, sentence-end-without-period)
14955 (sentence-end-without-space, sentence-end, sentence-end-base)
14956 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14958 2006-04-06 Kim F. Storm <storm@cua.dk>
14960 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14961 the :set-after list.
14962 (ido-downcase-unc-hosts): New user option. Default on.
14963 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14964 when it is set, as regexps are now applied on the fly.
14965 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14966 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14967 on the fly, but only when ido-process-ignore-lists is set.
14968 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14969 Only downcase names if ido-downcase-unc-hosts is set.
14971 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14973 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14975 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14977 2006-04-05 Kim F. Storm <storm@cua.dk>
14979 * ido.el (ido-mode): Set after ido-unc-hosts and
14980 ido-ignore-unc-host-regexps.
14981 (ido-save-history): Save ido-unc-hosts-cache.
14982 (ido-load-history): Load ido-unc-hosts-cache.
14983 (ido-reread-directory): Refresh unc hosts cache in // dir.
14985 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14986 to nil while displaying slash screen.
14988 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14990 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14991 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14993 2006-04-05 Kenichi Handa <handa@m17n.org>
14995 * international/characters.el: Setup cases of Latin, Greek, and
14996 Cyrillic characters in CJK charsets.
14998 2006-03-29 Daiki Ueno <ueno@unixuser.org>
15000 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15001 default-enable-multibyte-characters. This reverts the change from
15002 revision 6.17 which is no longer necessary because the passphrase
15003 is sent separately now. GnuPG messages are unreadable under
15004 multibyte locales with default-enable-multibyte-characters set to nil.
15006 2006-04-04 Andreas Schwab <schwab@suse.de>
15008 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
15009 and `byte-compile-warnings' as `safe-local-variable'.
15011 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
15013 * man.el (Man-mode-map): Restore the \r binding.
15014 (Man-abstract-xref-man-page): If Man-target-string is a function,
15016 (Man-highlight-references): Use Man-default-man-entry to get the
15017 target. Deal with xrefs too.
15018 (Man-highlight-references0): Don't call the target function.
15020 * woman.el (WoMan-xref-man-page): Strip the section number, woman
15021 cannot deal with it.
15023 2006-04-04 Daiki Ueno <ueno@unixuser.org>
15025 * pgg-gpg.el: Clean up process buffers every time gpg processes
15028 2006-04-04 Kenichi Handa <handa@m17n.org>
15030 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
15032 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
15033 Temporarily bind inhibit-field-text-motion to t.
15035 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15037 * startup.el (normal-splash-screen): Only set mode-line-format in the
15038 splash buffer, so as not to interfere when debugging the code.
15039 Ignore errors when switching buffer.
15041 2006-04-03 Romain Francoise <romain@orebokech.com>
15043 * dired.el (dired-dnd-protocol-alist): Fix typo.
15045 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
15047 * savehist.el (savehist): Add :version.
15048 (savehist-ignored-variables): New variable.
15049 (savehist-minibuffer-hook): Don't save variables listed in
15050 `savehist-ignored-variables'.
15052 * dired.el (dired-dnd-protocol-alist): Mention that change does
15053 only apply to new buffers in doc string.
15055 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15057 * recentf.el (recentf-open-files-item): Include newline in button
15058 field, so opening a file will work, when the point is at the end
15059 of the file name. Allow, for example, to [i]search a file by
15060 extension and just push RET to open it.
15062 2006-04-03 Daiki Ueno <ueno@unixuser.org>
15064 * pgg-gpg.el (pgg-gpg-process-filter)
15065 (pgg-gpg-wait-for-completion): Check if buffer is alive.
15067 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15068 lines, temporary fix.
15070 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15072 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
15074 2006-04-02 Richard Stallman <rms@gnu.org>
15076 * progmodes/compile.el (compilation-message-face): Make it defcustom.
15078 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15080 * ibuf-macs.el (define-ibuffer-column): Add a new key:
15083 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
15084 (ibuffer-mode-header-map): New keymaps.
15085 (ibuffer-update-title-and-summary): Enable mouse face highlighting
15086 and keybindings for column headers.
15087 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
15090 2006-04-02 Drew Adams <drew.adams@oracle.com>
15092 * speedbar.el (speedbar-after-create-hook): Doc fix.
15094 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
15096 * shell.el (shell-directory-tracker)
15097 (shell-dynamic-complete-command): Doc fixes.
15099 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
15101 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
15104 2006-04-01 Kim F. Storm <storm@cua.dk>
15106 * ido.el (ido-unc-hosts-cache): New defvar.
15107 (ido-unc-hosts): If value of defcustom is a function, call it to
15108 get list of UNC hosts. Add function-item choices to specify
15109 ido-unc-hosts-net-view or user function.
15110 (ido-ignore-unc-host-regexps): New defcustom.
15111 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
15112 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
15113 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
15115 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15117 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
15120 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
15122 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15123 (ido-max-work-file-list, ido-switch-buffer)
15124 (ido-read-file-name-as-directory-commands):
15125 Fix typos in docstrings.
15127 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15129 * term/mac-win.el (mac-system-coding-system): Define and use after
15130 Mac-specific coding systems are ready.
15132 2006-03-27 Romain Francoise <romain@orebokech.com>
15134 * net/rcirc.el (rcirc-connect): Add autoload cookie.
15136 * ldefs-boot.el: Update.
15138 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15140 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15141 passphrases when it is not needed.
15142 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15143 passphrase stuff from gpg, should only be necessary when you use
15144 gpg with a smartcard.
15146 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
15148 * comint.el (comint-dynamic-list-completions): Allow user to
15149 select *Completions* buffer.
15151 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
15153 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15155 2006-03-26 Andreas Schwab <schwab@suse.de>
15157 * progmodes/gud.el (gdb): Only complain about multiple debugging
15158 when the gdb process is still running.
15160 2006-03-25 Eli Zaretskii <eliz@gnu.org>
15162 * mail/rmail.el (tool-bar-map): Defvar it.
15163 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15164 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15166 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
15168 * help.el (print-help-return-message): Suggest to use
15169 display-buffer instead of switch-to-buffer-other-window to restore
15170 the previous window without selecting it.
15172 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15174 * frame.el (select-frame-by-name): Call x-focus-frame also when
15175 window-system is mac.
15177 * term/mac-win.el: Adjust Courier font specifications in
15178 x-fixed-font-alist.
15179 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15180 when directly encoding to UTF-16 in native byte order, no BOM.
15182 2006-03-25 Kim F. Storm <storm@cua.dk>
15184 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15185 (cua--init-keymaps): Use it instead of fixed C-return.
15186 (cua-mode): Set after it.
15188 * emulation/cua-rect.el (cua--init-rectangles):
15189 Use cua-rectangle-mark-key instead of fixed C-return.
15191 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
15193 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15195 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15197 2006-03-24 Romain Francoise <romain@orebokech.com>
15199 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15200 `display-buffer-other-frame'.
15202 2006-03-24 Kim F. Storm <storm@cua.dk>
15204 * apropos.el (apropos-synonyms): Add selection => region.
15206 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15208 * progmodes/gdb-ui.el (gdb-var-create-regexp)
15209 (gdb-var-list-children-regexp, gdb-var-update-regexp)
15210 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15211 (gdb-data-list-register-values-regexp)
15212 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15213 Future proof against new fields being added to MI output.
15214 (gdb-send): Don't treat backslashes for program input as
15216 (gdb-assembler-handler): Don't use window-start for this handler.
15217 (gdb-frame-handler): Don't change to hollow arrow if overlay
15218 arrow doesn't move to new frame.
15220 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15222 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15223 prevent compiler warnings.
15224 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15225 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15226 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15229 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15231 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15232 make-network-process, so we can use the same code in Gnus v5-10
15233 too and have this file fully synchronized with that release.
15235 2006-03-23 Romain Francoise <romain@orebokech.com>
15237 * ibuf-ext.el (ibuffer-read-filter-group-name):
15238 Use `ibuffer-generate-filter-groups' to make completion list match
15239 the filter groups that are really displayed in the Ibuffer buffer.
15240 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15242 2006-03-23 Kenichi Handa <handa@m17n.org>
15244 * international/mule-cmds.el (sort-coding-systems): Describe that
15245 the argument is modified in docstring.
15247 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15249 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15250 (pgg-gpg-update-agent): New function.
15251 (pgg-gpg-use-agent-p): New function.
15252 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15253 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15254 (pgg-gpg-sign-region): Use it.
15256 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15258 * cus-edit.el (custom-face-set): Call custom-push-theme before
15259 face-spec set so that `changed' theme is correctly saved.
15260 (custom-face-reset-standard): Reset to recalculated face rather
15263 * custom.el (custom-push-theme): Only save `changed' theme if the
15264 current face does not match the defface specs.
15266 2006-03-21 Simon Josefsson <jas@extundo.com>
15268 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15269 <wilde@sha-bang.de>.
15270 (pgg-gpg-use-agent): New variable.
15271 (pgg-gpg-process-region): Use it.
15272 (pgg-gpg-encrypt-region): Likewise.
15273 (pgg-gpg-encrypt-symmetric-region): Likewise.
15274 (pgg-gpg-decrypt-region): Likewise.
15275 (pgg-gpg-sign-region): Likewise.
15276 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15278 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15280 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15283 2006-03-21 Kim F. Storm <storm@cua.dk>
15285 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15286 fringe-indicator-alist instead of modifying global value.
15287 (gdb-frame-handler): Likewise.
15289 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15291 * diff-mode.el (diff-function): Make it inherit from diff-header
15292 instead of diff-context.
15294 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15296 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15297 change names in macro above for consistency.
15298 (gdb-frame-handler): Use hollow-right-triangle for all selected
15299 frames which except the innermost (where execution has stopped).
15300 (gdb-reset): Reset buffer-local values of overlay-arrow.
15302 2006-03-20 Richard Stallman <rms@gnu.org>
15304 * simple.el (set-mark-command): Doc fix.
15306 * files.el (display-buffer-other-frame): New command.
15307 (ctl-x-4-map): Bind C-x 5 C-o to it.
15309 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15311 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15312 rather than just defer-time, in case defer-time has been changed but
15313 the timer isn't running yet.
15314 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15316 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15318 * help-mode.el (help-follow-symbol): New function.
15319 Essentially identical to the old `help-follow', but do not let
15320 `push-button' do the work when on an xref.
15321 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15323 2006-03-19 Richard Stallman <rms@gnu.org>
15325 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15326 preceded by the word `program'.
15327 (help-follow-mouse, help-follow): Throw error if not on xref.
15328 Delete no longer used args.
15330 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15332 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15333 annotation ensure gud-overlay-arrow-position is redisplayed.
15335 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15337 * textmodes/bibtex.el (bibtex-include-OPTkey)
15338 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15339 (bibtex-autokey-name-case-convert)
15340 (bibtex-autokey-titleword-case-convert): Make these the aliases
15341 for the following two variables.
15342 (bibtex-autokey-name-case-convert-function)
15343 (bibtex-autokey-titleword-case-convert-function): Make these the
15345 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15346 bibtex-font-lock-crossref sublists.
15347 (bibtex-mode): Revert 2005-12-30 change (which made
15348 completion-ignore-case buffer-local).
15349 (bibtex-url): Simplify.
15351 2006-03-19 Kim F. Storm <storm@cua.dk>
15353 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15354 cursor property value to 2 (to align with C level change).
15356 2006-03-19 Bill Wohler <wohler@newt.com>
15358 * image.el (image-load-path-for-library): Shorten first line in
15361 2006-03-18 Richard Stallman <rms@gnu.org>
15363 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15365 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15367 * isearch.el (isearch-other-meta-char): Handle user bindings for
15368 shifted control characters.
15370 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15372 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15373 part that matches email addresses, file names, etc.
15375 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15377 * term/w32-win.el (mouse-set-font):
15378 Mention w32-list-proportional-fonts in the doc string.
15380 2006-03-18 Kim F. Storm <storm@cua.dk>
15382 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15383 (ido-unc-hosts): New user option to explicitly define list of know
15384 UNC-style hosts for completion.
15385 (ido-cache-unc-host-shares-time): New user option.
15386 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15387 New helper functions for UNC file-name support.
15388 (ido-may-cache-directory): Check for UNC host. Simplify.
15389 (ido-wash-history): Clean out old UNC hosts.
15390 (ido-nonreadable-directory-p): UNC hosts are always readable.
15391 (ido-directory-too-big-p): UNC hosts are never too big.
15392 (ido-set-current-directory): Handle UNC root path.
15393 (ido-file-name-all-completions): Complete UNC host names from
15394 ido-unc-hosts list. Cache UNC host shares.
15395 (ido-make-file-list-1): Don't filter UNC root.
15396 (ido-exhibit): Check for // in root directory, and switch to UNC
15397 mode by setting ido-current-directory to //.
15399 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15401 * cus-edit.el (customize-changed-options): Mention explicit
15402 version number as default in prompt.
15404 2006-03-17 Bill Wohler <wohler@newt.com>
15406 * image.el (image-load-path-for-library): Minor docstring fix.
15408 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15410 * textmodes/org.el (org-read-date): Include subgroup 5 into
15412 (org-popup-calendar-for-date-prompt): Fix customization type.
15414 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15416 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15417 (gdb-continuation): New variable.
15418 (gdb-send): Deal with continuation lines.
15420 * progmodes/gud.el (gud-gdb-complete-command)
15421 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15423 (gud-tooltip-mode): Use buffer-local value.
15425 2006-03-16 Kim F. Storm <storm@cua.dk>
15427 * ido.el (ido-edit-input): Use selected match, if any.
15429 2006-03-16 Bill Wohler <wohler@newt.com>
15431 * image.el (image-load-path-for-library): Prefer user's images in
15434 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15436 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15437 when checking for attempt to drag leftmost or rightmost scrollbar.
15439 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15441 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15442 (gdb-force-mode-line-update): New function.
15443 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15444 (gdb-exited): Use them.
15445 (gdb-signal): New function.
15446 (gdb-annotation-rules): Provide a rule for it.
15448 2006-03-16 Kenichi Handa <handa@m17n.org>
15450 * international/mule.el (auto-coding-regexp-alist): Add entries
15453 * sort.el (sort-build-lists): Temporarily bind
15454 inhibit-field-text-motion to t.
15456 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15458 * locate.el (locate-command, locate-make-command-line)
15459 (locate-fcodes-file, locate-update-command)
15460 (locate-prompt-for-command, locate, locate-with-filter)
15461 (locate-get-file-positions): Doc fixes.
15462 (locate-buffer-name, locate-header-face): Remove leading `*' in
15464 (locate-filter-output): Use `keep-lines' instead of its alias
15465 `delete-non-matching-lines'.
15466 (locate-get-filename, locate-get-dirname): Add introductory comment.
15467 (locate-find-directory-other-window): Give appropriate error
15468 message if used outside main listing.
15470 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15472 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15473 the new extend-region feature.
15474 (font-lock-after-change-function): Update correspondingly.
15475 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15476 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15478 2006-03-15 Bill Wohler <wohler@newt.com>
15480 * image.el (image-load-path-for-library): Fix example by not
15481 recommending that one binds image-load-path. Just defvar it to
15482 placate compiler and only use it if previously defined.
15484 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15486 * textmodes/org.el (org-insert-centered): Use `string-width' to
15487 make underlining work for wide characters.
15488 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15489 TAB to `org-cycle', to make sure that no binding in
15490 `outline-mode-map' can supercede it.
15492 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15494 * allout.el: Increment version to 2.2.1 in file commentary.
15496 (allout-version): Increment to 2.2.1.
15498 (allout-default-layout): New customization variable, used when the
15499 file lacks a specific allout-layout. Uses allout-layout-type for
15500 recursively nested definition.
15502 (allout-layout-type): Widget defining allout layouts, necessary for
15503 self-recursive definition.
15505 (allout-mode): Incorporate allout-default-layout as fallback for
15508 (allout-layout): Mark as 'safe-local-variable', and refer mention
15509 fallback to `allout-default-layout' in absence of a specified value.
15510 (allout-passphrase-verifier-string)
15511 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15513 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15515 (allout-get-encryption-passphrase-verifier): Use correct name of
15516 passphrase verifier in docstring.
15518 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15520 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15522 (gdb-find-watch-expression): Make it work for arrays too.
15523 Follow change to gdb-var-list.
15524 (gud-watch): Allow the user to enter variable name with a prexix
15525 arg. Create keybindings.
15526 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15527 (gdb-var-list-children-handler, gdb-var-update-handler)
15528 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15529 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15530 Follow change to gdb-var-list.
15531 (gdb-starting): Don't show the overlay arrows when program is running.
15533 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15536 2006-03-14 Bill Wohler <wohler@newt.com>
15538 * image.el (image-load-path-for-library): Pass value of path
15539 rather than symbol. Always return list of directories.
15540 Guarantee that image directory comes first.
15542 2006-03-14 Alan Mackenzie <acm@muc.de>
15544 * font-core.el (font-lock-extend-region\(-function\)?.):
15545 New function/variable.
15547 * font-lock.el (font-lock-after-change-function):
15548 Call font-lock-extend-region. Obey font-lock-lines-before.
15549 (font-lock-default-fontify-region): Remove reference to
15550 font-lock-lines-before.
15552 * jit-lock.el (jit-lock-after-change):
15553 Call font-lock-extend-region. Obey font-lock-lines-before.
15555 2006-03-14 David Ponce <david@dponce.com>
15557 * tree-widget.el (tree-widget-themes-load-path)
15558 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15560 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15562 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15563 (rcirc-print): Mark the start of text at the end of the prompt.
15564 (rcirc-track-minor-mode): Add autoload cookie.
15565 (rcirc-update-activity-string): Add space to front of mode-line
15568 2006-03-13 Miles Bader <miles@gnu.org>
15570 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15571 (rcirc-abbrev-nick): Remove function.
15572 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15574 2006-03-13 David Ponce <david@dponce.com>
15576 * tree-widget.el: Handle themes across all occurrences of the main
15577 themes sub-directory found in tree-widget-themes-load-path.
15578 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15579 (tree-widget--locate-sub-directory): Return all occurrences.
15580 (tree-widget-themes-path): New function.
15581 Replace tree-widget-themes-directory, and return a list of directories.
15582 (tree-widget-set-parent-theme)
15583 (tree-widget-lookup-image): Use it.
15585 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15587 * textmodes/org.el (org-link-search): Avoid self-matching of
15588 links, allow target text to be distributed over several lines.
15589 (org-search-not-link): New function.
15590 (org-set-regexps-and-options, org-get-current-options):
15591 New startup options.
15592 (org-export-as-html): Take odd-level setting from local variable.
15593 (org-fontify-emphasized-text): New option.
15594 (org-set-font-lock-defaults): Include emphasized text.
15595 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15596 (org-font-lock): Customize group renamed from `org-faces'.
15598 2006-03-13 John Paul Wallington <jpw@pobox.com>
15600 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15601 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15603 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15605 * cus-start.el (all): Delete :version keyword for members of the
15606 fringe group, since the entire group is new in 22.1.
15608 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15610 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15611 map if value is hexadecimal (an address).
15612 (gud-watch): Only search roots for existing watch expressions.
15613 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15614 prevent caching problems with speedbar-update-directory-contents.
15616 2006-03-12 Juri Linkov <juri@jurta.org>
15618 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15619 before comparing with `low' and `warn'.
15621 * info.el (Info-dir-remove-duplicates): Move point to the
15622 beginning of the current line after deleting the entries from
15623 redundant heading. Use marker for `limit' and compare it with
15624 point before calling `re-search-forward'.
15626 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15628 * simple.el (yank): Fix typo in docstring.
15630 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15632 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15633 messages, where "D" is the 6th character.
15635 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15637 * simple.el (yank): Fix last change.
15639 2006-03-11 David Ponce <david@dponce.com>
15641 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15642 before merging elements from the standard ispell-dictionary-alist.
15643 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15644 alist, and return the new alist.
15646 2006-03-11 Richard Stallman <rms@gnu.org>
15648 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15650 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15651 the way it is implemented is too unclean.
15653 * simple.el (kill-region, yank): Doc fix.
15655 * battery.el (battery-echo-area-format): Doc fix.
15656 (battery-mode-line-format): Likewise.
15657 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15658 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15660 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15662 * progmodes/octave-mod.el (octave-indent-for-comment):
15663 Behave according to do string.
15665 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15667 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15668 Be visible only if major mode is Mail Mode.
15670 * textmodes/flyspell.el (flyspell-external-point-words)
15671 (flyspell-process-localwords): Fix last changes.
15673 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15675 * calendar/holidays.el (list-holidays): Doc fix.
15677 * international/mule.el (auto-coding-alist): Add .odt
15678 (OpenOffice's open document) files.
15680 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15681 document) files. Mention in the doc string the need to sync with
15684 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15686 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15687 enable-local-variables is set to always query, or there is no
15690 2006-03-10 Bill Wohler <wohler@newt.com>
15692 * image.el (image-load-path-for-library): Merge at least three
15693 functions from Gnus and MH-E into this one function that can now
15696 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15698 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15699 gdb-remove-mouse-face and remove help-echo too.
15700 (gdb-enqueue-input): Correct conditional clause.
15702 2006-03-10 Glenn Morris <rgm@gnu.org>
15704 * calendar/calendar.el (calendar-holidays): Doc fix.
15705 * calendar/holidays.el (list-holidays): Doc fix.
15707 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15709 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15710 it gets called in gdb-prompt anyway.
15711 (gdb-use-separate-io-buffer): Only restore window arrangement for
15713 (gdb-enqueue-input): Make it harder to send GDB input when program
15715 (gdb-buffer-list): New variable.
15716 (gdb-remove-mouse-face): New function.
15717 (gdb-starting): Use it when GDB input won't get sent.
15719 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15721 * help.el (view-lossage): Remove trailing whitespace before
15724 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15726 * files.el (hack-local-variables-confirm):
15727 Set coding-system-for-read to nil before writing to .emacs.
15729 * arc-mode.el (archive-extract): Check if an existing buffer name
15730 comes from a different archive.
15732 * help.el (describe-key-briefly): If KEY is a down event, read and
15733 discard the up event.
15735 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15737 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15738 be edited and use font-lock-warning-face for any changes.
15740 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15741 (gdb-edit-value): Use it to report any errors.
15743 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15745 * help.el (describe-key): Remove leftover test code.
15747 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15749 * textmodes/org.el: Move defvars out of eval-when-compile.
15750 Use buffer-file-name variable.
15751 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15753 (org-level-faces): Remove startup dependency.
15754 (org-cycle, org-map-tree, org-scan-tags)
15755 (org-remember-handler): Don't call `outline-level' directly.
15756 (org-mhe-search-all-folders): New option.
15757 (org-mhe-get-message-folder-from-index)
15758 (org-mhe-get-message-folder): Fix indexing search.
15759 (org-format-agenda-item): Handle nil TAGS argument.
15760 (org-cleaned-string-for-export, org-activate-target-links)
15761 (org-make-target-link-regexp): Deal with empty radio target list.
15762 (org-tag): New face.
15763 (org-get-level-face): New function.
15764 (org-set-font-lock-defaults): Simplify setup for headlines.
15765 (org-complete): Pass common substring to `display-completion-list'.
15767 2006-03-06 David Ponce <david@dponce.com>
15769 * tree-widget.el: Update Commentary header.
15770 (tree-widget-theme-name): Ignore parent themes.
15771 (tree-widget-set-parent-theme): New function.
15772 (tree-widget-set-theme): Use it.
15773 (tree-widget-set-image-properties): Move definition. Does nothing
15774 if image properties have already been set.
15775 (tree-widget-image-properties): Move definition. Receive an image
15776 name. Set the :pointer property.
15777 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15778 Don't set the :pointer image property.
15779 (tree-widget-convert-widget): New function. Handle :dynargs
15780 compatibility here.
15781 (tree-widget): Use it to :convert-widget. Add the :expander-p
15782 predicate to control when the :expander function is entered.
15783 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15784 (tree-widget-value-create): Handle :expander-p. widget-apply
15786 (tree-widget-expander-p): New function. Default value of the
15787 :expander-p property.
15789 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15791 * help.el (describe-key): Properly handle the return value of
15792 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15793 remaps. Handle string and vector `follow-link' values.
15795 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15797 * complete.el (PC-expand-many-files): Try be more careful when parsing
15798 the shell's output.
15800 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15802 * outline.el (hide-sublevels): Provide better interactive default.
15804 2006-03-06 Kenichi Handa <handa@m17n.org>
15806 * international/fontset.el (create-fontset-from-fontset-spec):
15807 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15809 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15811 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15812 backslashes instead of one in regexp.
15813 (gud-tooltip-dereference): Add missing optional argument.
15815 2006-03-04 John Paul Wallington <jpw@pobox.com>
15817 * wdired.el (toplevel): Require `cl' at compile-time.
15819 2006-03-04 Andreas Schwab <schwab@suse.de>
15821 * server.el (server-process-filter): Handle errors during
15822 evaluation of the argument.
15824 2006-03-03 John Paul Wallington <jpw@pobox.com>
15826 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15827 escape parentheses at beginning of line.
15828 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15829 (t-mouse-mode): Remove period from end of error message.
15831 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15833 * textmodes/flyspell.el (flyspell-process-localwords):
15836 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15838 * cus-edit.el (custom-quote): Remove function, since it has been
15839 moved to custom.el.
15841 * font-lock.el (lisp-font-lock-keywords-2)
15842 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15843 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15844 they have no special meaning.
15846 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15847 indirect buffer gets killed before indirect buffer. Use dolist.
15849 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15851 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15852 value instead of a literal constant (1) on more pauses.
15854 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15856 * textmodes/flyspell.el (flyspell-external-point-words):
15859 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15861 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15864 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15866 * allout.el: Restablish intermediate missing comment header to
15867 preserve outline structure.
15868 (allout-beginning-of-current-entry): Skip invisible text.
15869 (allout-open-topic): Fix opening a topic at end-of-buffer.
15870 (allout-minor-mode): Move nearer to allout-mode function.
15872 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15874 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15876 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15878 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15881 * progmodes/gud.el (gud-speedbar-menu-items):
15882 Use buffer-local-value and add missing :visible keyword.
15884 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15886 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15888 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15889 must be `follow-link'.
15891 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15893 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15894 formatting: No nested anchors.
15895 (org-all-targets): Fix bug with XEmacs compatibility.
15896 (org-read-date): Add (require 'parse-time).
15897 (org-set-tags): Fix bug with extra inserted space.
15898 (org-export-html-style): Define a style class for targets.
15899 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15900 (org-hide-leading-stars): New option.
15901 (org-hide): New face.
15902 (org-set-font-lock-defaults): Allow to hide leading stars.
15903 (org-get-legal-level, org-tr-level): New functions.
15904 (org-odd-levels-only): New option.
15905 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15906 (org-demote, org-promote): Deal with double-star levels.
15907 (org-convert-to-odd-levels): New command.
15909 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15911 * speedbar.el (speedbar-update-localized-contents): Try to
15912 preserve window-start.
15913 (speedbar-update-directory-contents): Try to preserve window-start
15915 (speedbar-update-special-contents): Don't move back to start of window.
15917 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15918 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15920 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15921 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15922 instead of gdb-speedbar-timer-fn.
15924 2006-02-28 Jay Belanger <belanger@truman.edu>
15926 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15927 (math-compose-expr): Use latex option when calling
15928 `math-compose-tex-matrix' for latex mode.
15930 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15932 * speedbar.el: Re-instate comments about developing for speedbar
15933 [this is what info and gdb-ui use even if better methods exist now].
15935 * t-mouse.el: New file.
15936 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15937 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15938 (t-mouse-make-event-element): Use posn-at-x-y instead.
15939 (t-mouse-make-event): Deal with Fedora Core 3.
15940 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15941 (t-mouse-mouse-position-function): New function. Use it instead
15942 of advising mouse-position.
15943 (t-mouse-mode): New minor mode.
15944 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15946 2006-02-27 Glenn Morris <rgm@gnu.org>
15948 * calendar/calendar.el (calendar-holidays): Doc fix.
15950 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15952 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15953 Re-introduce the concept of a source window.
15954 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15955 consistency with get-buffer-create.
15956 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15957 (gdb-data-list-register-values-handler)
15958 (gdb-stack-list-locals-handler): Try to preserve window-start as
15959 well as window-point.
15960 (gdb-display-source-buffer): New function (old concept).
15961 (gdb-goto-breakpoint): Use it.
15963 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15964 for gdb-ui/gdb-mi (old concept).
15966 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15968 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15971 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15973 * textmodes/reftex-sel.el (reftex-select-label-map)
15974 (reftex-select-bib-map): Add `follow-mouse' binding.
15976 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15978 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15979 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15980 Give :set functions to provide automatic updating.
15981 Update docstring. Give compiler defvars early in the file
15982 and move the defcustoms to a later spot where all called functions
15984 (jka-compr-file-name-handler-entry): Doc fix.
15985 (jka-compr-compression-info-list--internal)
15986 (jka-compr-mode-alist-additions--internal)
15987 (jka-compr-load-suffixes--internal): New variables.
15988 (jka-compr-install): Set the three above variables.
15989 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15990 (jka-compr-update, jka-compr-set): New functions.
15991 (auto-compression-mode): Doc fix.
15993 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15994 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15995 Use jka-compr-compression-info-list--internal,
15996 jka-compr-mode-alist-additions--internal and
15997 jka-compr-load-suffixes--internal.
15999 * files.el (load-library):
16000 * loadhist.el (file-loadhist-lookup):
16001 * startup.el (command-line):
16002 * subr.el (locate-library):
16003 * emacs-lisp/autoload.el (update-directory-autoloads):
16004 * emacs-lisp/find-func.el (find-library-suffixes):
16005 Use `get-load-suffixes' instead of `load-suffixes'.
16007 * subr.el (locate-library):
16008 * emacs-lisp/find-func.el (find-library-name):
16009 Use `load-file-rep-suffixes' instead of '("").
16011 2006-02-26 Kim F. Storm <storm@cua.dk>
16013 * ido.el (ido-save-history, ido-load-history): Simplify.
16014 Don't use find-file-noselect to avoid interference from other modes.
16016 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
16018 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
16019 to use the default shell if filename is not available.
16020 Reported by Giorgos Keramidas.
16022 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
16024 * progmodes/etags.el (tags-completion-table): Do completion from
16025 all the tables in the current list, as documented in the manual.
16027 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16029 * CC Mode Update to 5.31.3.
16031 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16033 * progmodes/cc-mode.el (c-postprocess-file-styles):
16034 Bind inhibit-read-only to t, around the call to
16035 c-remove-any-local-eval-or-mode-variables, so that it works on a
16038 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16040 * progmodes/cc-awk.el: Correct a typo.
16042 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16044 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
16045 c-hungry-delete-backwards, at the request of RMS. Leave the old
16048 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16050 * progmodes/cc-mode.el: Correct a typo.
16052 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16054 * progmodes/cc-defs.el: Update the version number to 5.31.3.
16056 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16058 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
16059 brace-else-brace (error due to mbeg, mend being undefined).
16061 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16063 * progmodes/cc-mode.el: File Local variables: Solve the problem
16064 where both `mode' and c-file-offsets are specified: `mode' will
16065 overwrite c-f-o's settings:
16066 (c-remove-any-local-eval-or-mode-variables): New function.
16067 (c-postprocess-file-styles): Call the above new function, within
16068 c-tentative-buffer-change, to splat `mode' and `eval' before the
16069 second hack-local-variables.
16071 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16073 * progmodes/cc-mode.el:
16074 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
16075 (c-after-change): Protect the match data with save-match-data.
16076 It was getting corrupted by c-after-change-check-<>-operators.
16078 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
16079 (top level): Check for a buggy font-lock-compile-keywords ONLY in
16080 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
16082 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
16083 with save-match-data. It was being corrupted when Font Lock was
16086 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16088 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
16089 Mode and Subword Mode.
16091 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
16092 real labels ("case 1:" or "foo:") from non-labels ("public:").
16093 (c-forward-objc-directive): Replace c-forward-token-2 with crude
16094 coding; c-f-t-2 doesn't move over a token at EOB.
16096 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
16098 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
16099 (c-update-modeline): Concatenate the minor mode indicators
16100 directly onto mode-name, removing c-submode-indicators.
16101 Sometimes, c-s-i got separated from the mode name on the mode line.
16103 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
16104 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
16106 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16108 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
16109 error message when there's an evaluation error to show whether
16110 it's loaded from source or not.
16111 (c-filter-ops): Make it available at runtime too to work when
16112 `c-make-init-lang-vars-fun' needs to evaluate from source.
16114 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
16116 * help.el (help): Revert last part of 2006-02-23 change (deletion
16117 of the `provide' call).
16119 2006-02-23 Juri Linkov <juri@jurta.org>
16121 * compare-w.el (compare-windows-highlight): Add new value
16122 `persistent' and change :type from `boolean' to `choice'.
16123 (compare-windows-overlays1, compare-windows-overlays2):
16124 New internal variables.
16125 (compare-windows-highlight): If compare-windows-highlight is
16126 `persistent', add current overlays to compare-windows-overlays[12]
16127 instead of adding compare-windows-dehighlight to pre-command-hook.
16128 (compare-windows-dehighlight): Delete all overlays from
16129 compare-windows-overlays[12].
16131 * info.el (Info-search): Don't bind search-spaces-regexp to
16132 Info-search-whitespace-regexp in non-regexp isearch mode.
16134 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16136 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16138 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
16140 * textmodes/org.el (org-xemacs-p)
16141 (org-export-html-show-new-buffer, org-table-may-need-update)
16142 (org-insert-item, org-mhe-get-message-real-folder)
16143 (org-mhe-get-message-folder-from-index)
16144 (org-mhe-get-message-folder, org-mhe-get-message-num)
16145 (org-mhe-get-header, org-make-org-heading-search-string)
16146 (org-make-org-heading-camel, org-table-sort-lines)
16147 (org-format-org-table-html, org-format-table-table-html):
16148 Fix typos in docstrings.
16150 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
16152 * textmodes/org.el (org-cleaned-string-for-export)
16153 (org-solidify-link-text): New function.
16154 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16155 XEmacs, just to silence the compiler.
16156 (org-export-as-ascii, org-export-as-html-and-open):
16157 Use `org-cleaned-string-for-export' and create internal links.
16158 (org-follow-mhe-link): Require mh-e, use folder.
16160 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16162 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16164 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16165 gdb-debug-log-length.
16166 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
16167 it a real ring but...
16168 (gud-gdba-marker-filter): ...make it work like mark-ring.
16169 (gdb-enable-debug): Rename from gdb-enable-debug-log.
16170 (gdb-mouse-jump): New function. Add bindings.
16172 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16174 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16175 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16176 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16177 (gdb-debug-log-length): Customize it's length.
16178 (gud-watch, gdb-var-create-handler): Display function::var format
16179 but don't use to create variable object.
16180 (gdb-var-create-handler): Use message-box in place of message.
16181 (gdb-stopped): Call gdb-exited if signalled.
16183 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
16185 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16187 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16189 * textmodes/reftex.el (reftex-locate-file): Search all extensions
16190 if `reftex-try-all-extensions' is set.
16192 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16193 fail silently when there is no valid argument at point.
16194 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16195 `fail-silently' argument. From a patch by David Reiter.
16197 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16199 (org-mark-ring): New variable.
16200 (org-mark-ring-length): New option.
16201 (org-open-at-point, org-goto, org-open-file): Push old position
16202 onto the mark ring.
16203 (org-add-hook): New function.
16204 (org-export-table-remove-special-lines): New option.
16205 (org-skip-comments, org-format-org-table-html): Respect new
16206 option `org-export-table-remove-special-lines'.
16207 (org-open-file): Allow special command configuration for
16209 (org-file-apps): Fix bugs in customize type, added setting
16211 (org-activate-tags, org-format-agenda-item, org-complete)
16212 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16213 (org-get-tags, org-get-buffer-tags, org-open-at-point)
16214 (org-link-search, org-make-org-heading-search-string)
16215 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16216 (org-radio-targets, org-file-link-context-use-camel-case)
16217 (org-activate-camels): New options.
16218 (org-update-radio-target-regexp, org-all-targets)
16219 (org-make-target-link-regexp, org-activate-target-links):
16221 (org-make-org-heading-search-string): New function.
16222 (org-store-link, org-insert-link): Use new option
16223 `org-file-link-context-use-camel-case'.
16224 (org-activate-camels): Use new option `org-activate-camels'.
16225 (org-link-regexp): Add mhe prefix.
16226 (org-open-at-point, org-store-link): Support for mhe links.
16227 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16228 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16229 (org-mhe-get-header, org-follow-mhe-link): New functions.
16230 (org-remove-angle-brackets, org-add-angle-brackets):
16232 (org-bracket-link-regexp): New constant.
16233 (org-read-date): Fix bug that was rejecting all typed dates.
16234 (org-link-search): Make hierarchy above visible after a match.
16235 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16236 (org-store-link): Fix bug with link creation when cursor is in
16238 (org-open-at-point): Fix bug with matching a link.
16239 Fixed buggy argument sequence in call to `org-view-tags'.
16240 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16241 (org-prefix-has-tag): New variable.
16242 (org-format-agenda-item): Remove tags from headline
16244 (org-agenda-remove-tags-when-in-prefix): New option.
16246 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16248 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16249 Fix the regular expressions.
16251 2006-02-21 Richard M. Stallman <rms@gnu.org>
16253 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16254 if there's no other specific basis.
16256 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16257 as variables at all.
16258 (unsafep-variable): Rename arg; doc fix.
16260 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16262 * calendar/appt.el (diary-selective-display): Add defvar.
16264 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16266 * isearch.el (search-whitespace-regexp): Fix custom type.
16268 * help.el (describe-key-briefly): Compute interactive args
16269 in same was as before previous change.
16271 * files.el (enable-local-variables): Doc fix.
16273 2006-02-21 Kim F. Storm <storm@cua.dk>
16275 * fringe.el: Cleanup as file is now pre-loaded.
16276 (fringe-bitmaps): Initialize unconditionally.
16277 (fringe-mode, set-fringe-style): Remove autoload cookies.
16279 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16281 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16283 (fringe-cursor-alist): Use `horizontal-bar'.
16285 2006-02-20 Kim F. Storm <storm@cua.dk>
16287 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16288 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16290 * loadup.el: Load "fringe" on window systems.
16292 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16294 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16295 out of scope components.
16297 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16300 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16302 * custom.el (customize-mark-to-save, customize-mark-as-set):
16303 Load the symbol first.
16305 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16307 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16308 strech spec so it doesn't display as "^J" on the header line
16309 when `Buffer-menu-use-header-line' is t.
16311 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16313 * speedbar.el (speedbar-make-button): Keep text properties
16314 of string arguments if desired.
16316 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16319 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16322 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16324 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16325 to value of `read-file-name-completion-ignore-case'.
16327 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16329 * custom.el (customize-mark-as-set): Push to `user' theme.
16331 * cus-edit.el (custom-save-variables): Allow unthemed values.
16332 (customize-set-variable): Push setting to `user' theme.
16334 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16336 * progmodes/gud.el: Don't require font-lock as it's now
16337 automatically loaded.
16338 (gud-speedbar-buttons): Replace gdb-var-changed with
16341 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16343 (gdb-post-prompt): Use it.
16344 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16345 (gdb-var-update-handler, gdb-var-delete)
16346 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16347 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16348 gdb-force-update in gdb-post-prompt.
16349 (gdb-reset): Clear watch expressions from speedbar when quitting.
16351 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16353 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16354 (viper-change-state-to-vi, viper-change-state-to-emacs):
16355 Make aware of cursor coloring in the Emacs state.
16356 (viper-special-read-and-insert-char): Use read-char-exclusive.
16357 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16359 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16362 * emulation/viper-util.el (viper-save-cursor-color)
16363 (viper-get-saved-cursor-color-in-replace-mode)
16364 (viper-get-saved-cursor-color-in-insert-mode)
16365 (viper-restore-cursor-color): Make aware of the cursor color
16367 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16369 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16370 (ediff-ignore-case-option3, ediff-actual-diff-options)
16371 (ediff-actual-diff3-options): New variables to control case sensitivity.
16372 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16373 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16374 (ediff-toggle-ignore-case): New function.
16375 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16377 * ediff-help.el (ediff-long-help-message-narrow2)
16378 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16379 (ediff-long-help-message-word-mode): Add ignore-case command.
16380 (ediff-help-for-quick-help): Add ignore-case command.
16382 * ediff-merg.el: Move provide to the end.
16384 * ediff-ptch.el: Move provide to the end.
16386 * ediff-wind.el: Move provide to the end.
16388 * ediff-mult.el: Move provide to the end.
16389 (ediff-set-meta-overlay): Enable follow-link.
16391 * ediff.el: Move provide to the end.
16392 Break recursive load cycle in eval-when-compile.
16393 (ediff-patch-buffer): Better heuristics.
16395 * ediff-util.el: Move provide to the end.
16396 Break recursive load cycle in eval-when-compile.
16397 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16399 (ediff-submit-report): Pass the values of ediff-diff3-program,
16400 ediff-diff3-options.
16402 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16404 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16405 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16406 `' (for example, in the docstring of `windmove-default-keybindings').
16408 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16410 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16411 shadow face. Don't provide binding to edit variable when it is
16414 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16415 (gdb-var-update-handler): Detect out of scope variables with pre
16417 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16418 Reset status of variable objects to nil in update handlers.
16419 (gdb-var-update-handler-1): Detect when a variable object comes
16420 in scope. setcar on var changes gdb-var-list directly.
16422 2006-02-17 Juri Linkov <juri@jurta.org>
16424 * ffap.el (ffap) <defface>: Add explicit face declaration.
16425 (ffap-highlight): Use face `ffap' directly instead of checking
16428 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16429 `visible-ok' of `other-buffer' to find the right original buffer.
16431 * info.el (Info-search): Skip `Local Variables' node.
16433 2006-02-17 Juri Linkov <juri@jurta.org>
16435 * info.el (Info-find-file): Check for symbols `apropos', `history',
16436 `toc' in the input filename, and return these symbols as is.
16437 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16438 `history', `toc' instead of strings.
16439 (Info-set-mode-line): For non-string Info-current-file use the
16440 symbol's name inside **.
16441 (Info-isearch-push-state): Add quote before Info-current-file and
16443 (Info-isearch-pop-state): Use `equal' instead of `string='.
16444 (Info-extract-pointer, Info-following-node-name): Use
16445 `match-string-no-properties' instead of `match-string'.
16446 (Info-up): Check `old-file' for `stringp'.
16447 (Info-history): Use `equal' instead of `string-equal'.
16448 Check `file' for `stringp'.
16449 (Info-history): Use symbol `history' instead of string as first arg
16450 of `Info-find-node'.
16451 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16452 `toc' instead of string.
16453 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16454 instead of `buffer-substring', and `match-string-no-properties'
16455 instead of `match-string'.
16456 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16457 instead of strings.
16458 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16459 Use symbol `apropos' instead of string.
16460 (Info-copy-current-node-name): Check `Info-current-file' for
16461 `stringp' and construct a command with `Info-find-node' from it.
16462 (Info-fontify-node): Use `match-string-no-properties' instead of
16463 `match-string' and check file names for `stringp'.
16464 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16465 `history', `toc' instead of strings.
16467 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16469 * files.el: Rearrange functions and variables in the file local
16472 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16474 * files.el: Add truncate-lines, ispell-check-comments and
16475 ispell-local-dictionary as safe local variables.
16477 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16479 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16480 out of scope variables.
16481 (gud-speedbar-buttons): Use unless.
16483 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16484 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16485 (gdb-show-changed-values): Also use for out of scope variables.
16486 (gdb-var-update-handler-1): Note if variable goes out of scope.
16488 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16490 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16491 default to global variable values for unsupplied args.
16492 (rcirc-get-buffer-create): Fix bug with setting the target.
16493 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16494 test for rcirc-always-use-server-buffer-flag here.
16495 (rcirc-response-formats): Add %N, which is a facified nick. %n
16496 uses the default face. Change the ACTION format string. If the
16497 "nick" is the server, don't print anything for that field.
16499 (rcirc-target-buffer): Don't test
16500 rcirc-always-use-server-buffer-flag here.
16501 (rcirc-print): Squeeze extra spaces out of the text before message.
16502 (rcirc-put-nick-channel): Strip potential "@" char from nick
16503 before adding them to nick table.
16504 (rcirc-url-regexp): Improve to match address like "foo.com".
16506 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16508 * allout.el (allout-hidden-p): Move this defsubst before
16509 allout-overlay-interior-modification-handler, where it is first
16512 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16514 * allout.el: Use allout invisible-text overlays instead of
16515 selective display for concealed text. Also, lots of general
16516 cleanup, and improved compatibility code.
16518 (allout-version): Incremented, corrected, revised, and refined
16521 (provide 'allout): Moved to the bottom, added a require of overlay.
16523 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16525 (allout-write-file-hook-handler): Minimize delay.
16526 (count-trailing-whitespace-region): New function so
16527 auto-encryption of current topic can resituate cursor exactly.
16528 PGP/GPG encryption trims trailing whitespace from lines, which
16529 must be accounted for across encryption then decryption.
16531 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16532 just plain "\C-c", to avoid intruding on user's keybinding space.
16534 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16535 parameter, so user request to provide a new password is done.
16537 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16538 Refined mechanism for auto-filling behavior while in allout mode.
16540 (allout-mode): Explicitly specify the mode map in the docstring.
16541 Clarify provision for various write-file hook var names.
16542 Adjusted for invisible-text overlays instead of selective-display.
16544 (allout-depth): Really return 0 if not within any topic. This
16545 rectifies `allout-beginning-of-level' and sequence numbering
16546 errors that occur when cutting and pasting numbered topics.
16547 Changed from a in-line subst to a regular function, as well.
16549 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16551 (allout-end-of-subtree, allout-end-of-subtree)
16552 (allout-end-of-entry, allout-end-of-current-heading)
16553 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16554 (allout-show-children, allout-show-to-offshoot)
16555 (allout-hide-current-entry, allout-show-current-entry): Rectified
16556 handling of trailing blank lines between items.
16558 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16559 (allout-current-depth, allout-unprotected, allout-hidden-p)
16560 (allout-on-current-heading-p, allout-listify-exposed)
16561 (allout-chart-subtree, allout-goto-prefix)
16562 (allout-back-to-current-heading, allout-get-body-text)
16563 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16564 (allout-hide-region-body, allout-toggle-subtree-encryption)
16565 (allout-encrypt-string, allout-encrypted-key-info)
16566 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16567 (allout-file-vars-section-data): Adjusted for use with
16568 invisible-text overlays instead of selective-display.
16570 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16571 Reworked for use with invisible text overlays.
16573 (allout-current-topic-collapsed-p): New function.
16575 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16576 to know when to close the containing topic.
16578 (allout-pre-command-business, allout-post-command-business):
16579 Simplify undo-batching and dynamic isearch exposure.
16581 (allout-set-overlay-category): New for invisible-text overlays.
16582 Sets properties of allout-overlay-category, used by
16583 allout-flag-region to set invisible-text overlay properties.
16584 (allout-get-invisibility-overlay): Get the first qualifying
16585 invisibility overlay, so we can find the extent of it.
16586 (allout-back-to-visible-text): Get to just before the beginnining
16587 of the current invisibility overlay, if any.
16589 (allout-overlay-insert-in-front-handler)
16590 (allout-overlay-interior-modification-handler)
16591 (allout-before-change-handler, allout-isearch-end-handler): New
16592 functions to handle extraordinary actions affecting concealed
16595 (allout-flag-region): Use overlays instead of selective-display
16596 for invisible text - by inheritence from the properties of
16597 allout-overlay-category in mainline Emacs, and applied
16598 property-by-property in XEmacs, some recent versions of which
16599 don't inherit the properties from the category. Provisions to
16600 respond to concealed-text edits simplified drastically.
16602 (allout-isearch-rectification, allout-isearch-was-font-lock)
16603 (allout-isearch-expose, allout-enwrap-isearch)
16604 (allout-isearch-abort, allout-pre-was-isearching)
16605 (allout-isearch-prior-pos, allout-isearch-did-quit)
16606 (allout-isearch-dynamic-expose)
16607 (allout-hide-current-entry-completely): Functions deleted.
16609 (allout-undo-aggregation): Explicit undo aggregation no longer
16610 necessary due to transition away from selective-display.
16612 (set-allout-regexp, allout-up-current-level)
16613 (allout-next-visible-heading, allout-forward-current-level)
16614 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16615 (allout-kill-line, allout-yank-processing, allout-show-children)
16616 (allout-expose-topic, allout-old-expose-topic)
16617 (allout-listify-exposed, allout-insert-latex-header)
16618 (allout-toggle-subtree-encryption, allout-encrypt-string)
16619 (remove-from-invisibility-spec, allout-hide-current-subtree):
16620 Ditched unused variables.
16622 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16624 * textmodes/ispell.el (ispell-change-dictionary): Call
16625 ispell-buffer-local-dict instead of
16626 ispell-accept-buffer-local-defs.
16627 (ispell-local-dictionary-alist): Accept as valid any coding-system
16628 supported by Emacs.
16629 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16630 changed to iso-8859-3.
16632 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16634 * speedbar.el (speedbar-frame-width): Make an inline function
16635 instead of a macro. Use frame-width.
16636 (speedbar-try-completion, speedbar-update-contents)
16637 (speedbar-timer-fn): Use consp.
16638 (speedbar-update-localized-contents): Try to preserve point.
16640 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16641 (menu): Re-order menu items.
16642 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16644 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16645 (gdb-post-prompt): Speed things by not forcing update.
16647 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16649 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16650 press and perform default action if we get a mouse movement event.
16652 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16654 * calendar/icalendar.el (icalendar--get-event-property)
16655 (icalendar--get-event-property-attributes): Fix typos in
16658 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16661 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16663 * bs.el (bs-mode): Use `buffer-disable-undo'.
16664 (bs--get-file-name): Simplify.
16665 (bs-show-in-buffer): Mark the buffer as not modified.
16667 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16669 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16670 widget-button-click.
16672 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16673 (custom-mode): Update docstring.
16675 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16678 * files.el (hack-local-variables-confirm): Allow scrolling if the
16679 file variable list is too long. Kill temp buffer after use.
16681 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16683 * progmodes/gud.el (gdb): Improve doc string.
16684 (gdb-script-font-lock-keywords): Expand allowed character set.
16686 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16687 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16688 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16689 (gdb-separate-io-stop, gdb-separate-io-eof):
16690 Rename from gdb-inferior-* to gdb-separate-*.
16691 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16693 2006-02-14 Jay Belanger <belanger@truman.edu>
16695 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16696 expression is a symbol before checking that it is bound.
16698 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16699 test to see if equation can be solved.
16701 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16703 * wid-edit.el (widget-button-click): Use :pressed-face property
16704 for overlay face, if it exists.
16706 * cus-edit.el (custom-manual, custom-add-see-also)
16707 (custom-add-parent-links, custom-group-link): Add :pressed-face
16710 * files.el (hack-local-variables): Remove ignored variables before
16711 checking if any variables need setting.
16713 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16715 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16717 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16719 * help.el (where-is): Fix message for remapped commands.
16721 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16722 Fix typos in docstrings.
16724 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16726 * files.el (safe-local-variable-values): New option.
16727 (hack-local-variables-prop-line): Return a list of variable-value
16728 pairs if MODE-ONLY is non-nil.
16729 (hack-local-variables): Construct list of variable-value pairs,
16730 and apply or reject them in one go. Ask for confirmation if
16731 variables are not known safe.
16732 (hack-local-variables-confirm): Complete rewrite. Support
16733 `safe-local-variable-values'.
16734 (enable-local-variables): Update docstring to reflect new
16736 (ignored-local-variables): Ignore ignored-local-variables and
16737 safe-local-variable-values.
16738 (safe-local-variable-p): New function.
16739 (risky-local-variable-p): `safe-local-variable' property check
16740 moved to safe-local-variable-p.
16741 (hack-one-local-variable): Checks moved to hack-local-variables.
16743 (byte-compile-dynamic, c-basic-offset, c-file-style)
16744 (c-indent-level, comment-column, fill-column, fill-prefix)
16745 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16746 (no-update-autoloads, outline-regexp, page-delimiter)
16747 (paragraph-start, paragraph-separate, sentence-end)
16748 (sentence-end-double-space tab-width, version-control):
16749 Add `safe-local-variable' property.
16751 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16753 * icomplete.el, play/landmark.el: Change nonexistent
16754 `outline-layout' file variable to `allout-layout'.
16756 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16758 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16759 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16760 to gud-comint-buffer.
16761 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16762 gdb-ui.el for gdb-mi.el.
16763 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16764 registers buffer to gdb-get-changed-registers.
16765 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16766 deletion of catchpoints (throw and catch).
16767 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16768 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16769 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16770 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16771 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16773 2006-02-13 Jay Belanger <belanger@truman.edu>
16775 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16776 expression is a symbol before checking that it is bound.
16778 2006-02-13 Richard M. Stallman <rms@gnu.org>
16780 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16781 for the minibuffer too, but not if resize-mini-windows will interfere.
16783 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16784 inside `interactive' spec.
16785 (describe-key-briefly-internal, describe-key-internal):
16786 Functions merged back into their callers.
16788 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16790 * info.el (info-xref-visited): Inherit from info-xref too.
16791 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16792 when propertizing Info-current-file and Info-current-node.
16794 2006-02-13 Juri Linkov <juri@jurta.org>
16796 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16797 (tumme-thumb-name): Fix per-directory format.
16799 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16801 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16803 2006-02-12 Miles Bader <miles@gnu.org>
16805 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16807 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16809 * tumme.el: Remove history section. If someone needs the it, it
16810 can always be found in CVS.
16812 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16814 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16815 about the Thumbnail Managing Standard option.
16817 2006-02-12 Richard M. Stallman <rms@gnu.org>
16819 * subr.el (substitute-key-definition): Doc fix.
16821 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16823 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16825 * info.el (Info-mode): Doc fix.
16827 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16829 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16831 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16832 because on Solaris a POSIX compatible "id" is needed. Reported by
16833 Magnus Henoch <mange@freemail.hu>.
16835 2006-02-12 Juri Linkov <juri@jurta.org>
16837 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16838 (tumme) <defgroup>: Change :group to `multimedia'.
16839 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16841 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16843 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16844 and %y. Fix docstring.
16845 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16846 (tumme-cmd-create-standard-thumbnail-command): New user options.
16847 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16848 is `standard'. Fix docstring.
16849 (tumme-thumb-width, tumme-thumb-height): New user options.
16850 (tumme-external-viewer): Try to find various viewers.
16851 (tumme-get-thumbnail-image): Use `create-image' instead of
16852 constructing the `image' structure.
16853 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16855 (tumme-thumb-name): Add file name generation for standard storage.
16856 Simplify code for other storages.
16857 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16858 Add modification time %m and thumbnail-nq8 %q.
16859 Use `tumme-cmd-create-standard-thumbnail-command' if
16860 tumme-thumbnail-storage is `standard'.
16861 (tumme-dired-insert-marked-thumbs): New autoload command.
16862 (tumme-dired-after-readin-hook): New function.
16863 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16864 `tumme-thumb-size'.
16865 (tumme-display-image): Replace size-x %x and size-y %y with
16866 width %w and height %h.
16868 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16869 `tumme-dired-insert-marked-thumbs'.
16871 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16873 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16875 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16878 2006-02-12 Miles Bader <miles@gnu.org>
16880 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16882 (rcirc-abbrev-nick): New function.
16883 (rcirc-format-response-string): Rewrite to use the formats in
16884 `rcirc-response-formats' and expand escape sequences therein.
16885 A text-property `rcirc-text' is added over the actual response
16886 text to make easy to find inside the returned string.
16887 (rcirc-print): When filling, just look for the `rcirc-text'
16888 text-property to find the appropriate fill prefix, instead of
16889 using hardwired patterns.
16891 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16893 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16896 2006-02-11 Kim F. Storm <storm@cua.dk>
16898 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16899 Don't use insert-buffer; do insert-buffer-substring directly.
16900 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16902 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16904 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16905 with inhibit-read-only. Suggested by Stefan Monnier.
16906 (revert-buffer): Let insert-file-contents discard
16907 buffer-undo-list. Simplify code.
16908 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16910 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16912 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16914 * help.el (describe-key-briefly): Now a wrapper for
16915 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16916 to t. Populate yank-menu if empty.
16917 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16918 (describe-key): Now a wrapper for describe-key-internal. Bind
16919 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16920 (describe-key-internal): Renamed from describe-key.
16922 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16924 * progmodes/glasses.el (glasses-separator): Doc fix.
16925 (glasses-original-separator): New defcustom.
16926 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16928 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16930 * mwheel.el (mouse-wheel-up-event): Doc fix.
16932 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16934 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16935 (tumme-dir): New function. Copied from thumbs.el.
16937 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16939 * desktop.el (desktop-outvar): Fix typo.
16940 (desktop-save-buffer-p): Doc fix.
16942 * subr.el (substitute-key-definition): Fix typo.
16944 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16946 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16947 when window-system is mac.
16949 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16951 2006-02-10 Kim F. Storm <storm@cua.dk>
16953 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16954 indirect-function instead of using condition-case.
16956 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16958 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16959 less `colloquial'...
16961 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16963 * tumme.el: Add a couple of todo items.
16965 2006-02-09 Lars Hansen <larsh@soem.dk>
16967 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16968 (highlight-changes-mode): Don't change desktop-locals-to-save.
16970 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16972 * image-mode.el (image-toggle-display): Clear image cache if using
16975 2006-02-09 Masatake YAMATO <jet@gyve.org>
16977 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16978 a `dired-man' target.
16980 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16981 boundary of symbols.
16983 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16985 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16987 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16989 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16990 `mapcar'; return nil.
16992 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16994 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16997 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16999 * net/rcirc.el (rcirc-startup-channels-alist):
17000 Add irc.freenode.net and #emacs as defaults.
17001 (rcirc-ignore-all-activity-flag): Remove variable.
17002 (rcirc-authinfo): New variable.
17003 (rcirc-authinfo-filename): Remove variable.
17004 (rcirc-always-use-server-buffer-flag): New flag.
17005 (rcirc): M-x rcirc will automatically connect without prompting.
17006 C-u M-x rcirc will prompt. Use rcirc-connect to create a
17007 connection in lisp.
17008 (rcirc-process-server-response-1): Remove everything but the nick
17009 portion of the sender so it doesn't need to be done everywhere
17010 else. Update related code.
17011 (global-map): Remove global keybindings.
17012 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17013 (rcirc-send-input): Split into several functions.
17014 (rcirc-process-input-line, rcirc-process-message)
17015 (rcirc-process-command): New functions.
17016 (rcirc-target-buffer): New function to determine where to route
17018 (rcirc-user-nick): Save match data.
17019 (rcirc-toggle-ignore-buffer-activity)
17020 (rcirc-update-activity-string): Remove global ignore functionality,
17021 which can be done now by toggling rcirc-track-minor-mode.
17022 (rcirc-track-minor-mode-map): New keymap.
17023 (rcirc-track-minor-mode): New minor-mode.
17024 (ignore): Make the ignore output nicer. Always print it when
17025 adding or removing nicks.
17026 (rcirc-url-regexp): Improve.
17027 (rcirc-mangle-text): Remove properties before using text in the
17029 (rcirc-authenticate): Authentication data comes from
17030 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
17031 (rcirc-server-prefix): Inherit from rcirc-server.
17033 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
17035 * Makefile.in (compile): Append "|| true" to the end of the `find'
17036 command, like compile-always does.
17038 2006-02-08 Sam Steingold <sds@gnu.org>
17040 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
17041 output from a dead connection.
17043 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
17045 * dired.el (dired-mode-map): Add more bindings for tumme.
17047 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
17049 * wdired.el (wdired-mode-map): Use remap.
17050 (wdired-get-filename): Massage.
17051 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
17052 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
17053 `keymap' property rather than `local-map'.
17055 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
17057 * tumme.el (tumme-get-thumbnail-image): New utility function.
17058 Suggested by from Chong Yidong.
17059 (tumme-dired-with-window-configuration): Rename from
17060 `tumme-dired'. Add code to save window configuration.
17061 (tumme-restore-window-configuration): New command to restore the
17062 window configuration that `tumme-dired-with-window-configuration'
17063 saves before it changes the window configuration.
17064 (tumme-show-all-from-dir): New command to display thumbnails for
17065 all files in a directory entered by the user, like M-x thumbs.
17066 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
17068 (tumme-display-thumbnail-original-image): Call `display-buffer'.
17069 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
17070 Remove obsolete test function.
17072 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
17074 * vc.el (small-temporary-file-directory): Remove defvar; there's
17075 a defcustom for it in files.el.
17077 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
17078 Fix typo in message.
17079 (tumme-gallery-generate): Fix typo in `error' message.
17080 (tumme-display-window-height-correction)
17081 (tumme-display-window-width-correction, tumme-line-up-dynamic)
17082 (tumme-line-up-interactive): Dox fixes.
17083 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
17084 (tumme-restore-window-configuration, tumme-format-properties-string)
17085 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
17086 Fix typos in docstrings.
17088 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
17090 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
17092 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
17094 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
17095 User should use hook if desired.
17097 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
17098 buffer if necessary.
17099 (gdb-delete-frame-or-window): New function.
17100 (gdb-breakpoints-mode-map): Bind "q" to it.
17102 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17104 * textmodes/nroff-mode.el: Clean up name space.
17105 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
17106 (nroff-mode): Obey the global setting of nroff-electric-mode.
17107 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
17109 * calendar/calendar.el (calendar-increment-month): Typo in last change.
17111 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
17113 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
17115 2006-02-06 Lars Hansen <larsh@soem.dk>
17117 * generic-x.el (etc-fstab-generic-mode): Add file system types
17118 cifs and usbdevfs. Allow special chars in file names.
17120 2006-02-05 Jay Belanger <belanger@truman.edu>
17122 Update copyright notices of the files in lisp/calc.
17124 2006-02-05 Romain Francoise <romain@orebokech.com>
17126 Update copyright notices of all files in the lisp/play directory.
17128 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
17130 * ldefs-boot.el: Regenerate.
17132 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17134 2006-02-05 Kim F. Storm <storm@cua.dk>
17136 * files.el (magic-mode-regexp-match-limit): New defvar.
17137 (set-auto-mode): Use it to limit magic-mode-alist matching.
17139 2006-02-04 Eli Zaretskii <eliz@gnu.org>
17141 * info.el (Info-index, Info-mode): Improve the description of the
17144 * ldefs-boot.el: Regenerate.
17146 2006-02-03 Werner Lemberg <wl@gnu.org>
17148 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17149 greedy to find the closing bracket in \*[...] and similar
17150 expressions. This is a first rough fix -- many additional
17151 refinements are necessary to make nroff mode really usable with groff.
17153 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
17155 * international/mule-cmds.el (set-locale-environment):
17156 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17159 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17161 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17162 archive are created in archive-tmpdir.
17164 2006-02-02 John Paul Wallington <jpw@pobox.com>
17166 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17167 (ibuffer-fontification-alist): Use it.
17168 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17169 to "* z" and the Ibuffer Mark menu.
17171 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17173 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17175 * textmodes/table.el (*table--cell-describe-mode)
17176 (*table--cell-describe-bindings): Undo last change since
17177 print-help-return-message is not obsoleted by anything at all.
17179 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
17181 * emulation/cua-base.el (cua-mode): Doc fix.
17183 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
17185 * dframe.el (dframe-handle-make-frame-visible)
17186 (dframe-handle-iconify-frame, dframe-get-focus)
17187 (dframe-select-attached-frame, dframe-power-click)
17188 (dframe-frame-mode): Fix typos in docstrings.
17190 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17191 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17192 Fix typos in docstrings.
17194 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17195 (hi-lock-face-buffer, hi-lock-font-lock-hook)
17196 (hi-lock-archaic-interface-message-used)
17197 (hi-lock-file-patterns-range): Fix typos in docstrings.
17199 * savehist.el (savehist-loaded, savehist-load, savehist-install)
17200 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17202 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17203 Fix typo in docstring.
17205 * net/newsticker.el (newsticker--decode-iso8601-date)
17206 (newsticker--set-customvar, newsticker--buffer-insert-item)
17207 (newsticker--do-run-auto-mark-filter)
17208 (newsticker--parse-generic-feed): Doc fixes.
17209 (newsticker--retrieval-timer-list, newsticker-url-list)
17210 (newsticker-hide-immortal-items-in-echo-area)
17211 (newsticker-hide-obsolete-items-in-echo-area)
17212 (newsticker-new-item-face, newsticker--enclosure)
17213 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17214 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17215 (newsticker--parse-generic-feed, newsticker--cache-contains)
17216 (newsticker--stat-num-items, newsticker-download-enclosures):
17217 Fix typos in docstrings.
17219 * net/rcirc.el (rcirc-debug): Doc fix.
17220 (rcirc-fill-column, rcirc-receive-message-hooks)
17221 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17222 (rcirc-mode, rcirc-generate-new-buffer-name)
17223 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17224 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17225 Fix typos in docstrings.
17226 (rcirc-print): "?\ " -> "?\s".
17227 (rcirc-cmd-join): Improve argument/docstring consistency.
17229 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17231 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17232 before narrow-to-region.
17234 2006-02-01 Richard M. Stallman <rms@gnu.org>
17236 * simple.el (move-beginning-of-line): Scan properly for invis change.
17238 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17240 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17242 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17243 change bit only when id-format is 'integer. Reported by Matt
17244 Hodges <M.P.Hodges@rl.ac.uk>.
17246 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17248 * hilit-chg.el (highlight-changes-initial-state)
17249 (highlight-changes-global-initial-state): Doc fixes.
17250 (highlight-changes-global-modes, global-highlight-changes):
17251 Fix typos in docstrings.
17253 2006-02-01 Kim F. Storm <storm@cua.dk>
17255 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17256 transient-mark-mode in doc string.
17258 2006-01-31 Richard M. Stallman <rms@gnu.org>
17260 * replace.el (multi-occur): Doc fix.
17261 (multi-occur-in-matching-buffers): Rename from
17262 multi-occur-by-filename-regexp. Prefix arg says match
17263 buffer names instead of file names.
17265 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17267 * bs.el: Allow non-default values of `bs-header-lines-length'.
17268 (bs--running-in-xemacs): Remove (not needed anymore).
17269 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17270 instead of `shrink-window', thus avoiding having to compute the
17271 height of the window.
17272 (bs--up): Wrap around even when there's no header.
17273 (bs--down): Use `forward-line' instead of `next-line'.
17275 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17277 * image-mode.el (image-toggle-display): Use file name if possible,
17278 instead of unnecessarily allocating a (possibly huge) lisp string.
17280 2006-01-30 John Paul Wallington <jpw@pobox.com>
17282 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17283 because the `assert' macro signals it at runtime.
17285 * emacs-lisp/cl.el (toplevel): Remove definition of
17286 `cl-assertion-failed' condition.
17288 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17290 * thumbs.el (thumbs-marked-list): Make buffer-local and
17292 (thumbs-insert-thumb): Make help-echo non-sticky.
17293 (thumbs-file-alist): Use eolp as check for (non)-image.
17295 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17297 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17298 (ediff-before-session-group-setup-hooks)
17299 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17300 Fix typos in docstrings.
17302 * window.el (bw-dir, bw-eqdir, balance-windows)
17303 (split-window-keep-point): Fix typos in docstrings.
17305 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17306 (org-quote-string, org-calendar-to-agenda-key)
17307 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17308 (org-show-following-heading, org-tags-column)
17309 (org-use-tag-inheritance, org, org-allow-space-in-links)
17310 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17311 (org-enable-table-editor, org-calc-default-modes)
17312 (org-table-allow-automatic-line-recalculation)
17313 (org-export-html-style, org-export-with-fixed-width)
17314 (org-export-with-sub-superscripts, org-special-keyword)
17315 (org-formula, org-time-grid, org-table-may-need-update)
17316 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17317 (org-goto-quit, org-get-indentation, org-end-of-item)
17318 (org-move-item-down, org-move-item-up)
17319 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17320 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17321 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17322 (org-agenda-log-mode, org-agenda-toggle-diary)
17323 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17324 (org-agenda-file-to-end, org-agenda-no-heading-message)
17325 (org-agenda-get-closed, org-format-agenda-item)
17326 (org-cmp-priority, org-cmp-category, org-cmp-time)
17327 (org-agenda-change-all-lines, org-agenda-diary-entry)
17328 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17329 (org-link-search, org-camel-to-words, org-open-file)
17330 (org-remember-handler, org-table-convert-region)
17331 (org-table-move-row-down, org-table-move-row-up)
17332 (org-table-copy-region, org-table-wrap-region)
17333 (org-table-toggle-vline-visibility)
17334 (org-table-get-vertical-vector, org-table-modify-formulas)
17335 (org-table-get-specials, org-recalc-commands)
17336 (org-table-rotate-recalc-marks, org-table-eval-formula)
17337 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17338 (org-level-color-stars-only, org-insert-heading):
17339 Fix typos in docstrings.
17340 (last-arg): Add defvar.
17342 * makefile.w32-in (WINS): Add erc.
17343 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17345 2006-01-29 Bill Wohler <wohler@newt.com>
17347 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17348 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17349 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17350 (mh-autoloads): Don't use comments on otherwise empty lines.
17352 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17354 * emulation/viper.el (viper-major-mode-modifier-list):
17355 Add insert-state and vi-state entries for erc-mode.
17356 (viper-go-away, viper-set-hooks): Add and remove
17357 viper-comint-mode-hook from erc-mode-hook as appropriate.
17359 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17361 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17363 * bs.el (bs--format-aux): Implement `middle' alignment as
17364 described in the docstring for `bs-attributes-list'.
17365 (bs--get-name): Simplify. Don't pad the buffer name.
17367 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17369 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17370 English aspell dictionary is installed, use the first entry of
17371 ispell-dictionary-alist-1.
17373 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17375 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17378 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17380 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17381 for `process-file', in order to let it work for older Emacsen too.
17383 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17385 * international/latexenc.el: Add a suitable `coding:' tag.
17386 (latexenc-find-file-coding-system): Undo last change.
17388 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17390 * international/latexenc.el (latexenc-find-file-coding-system):
17391 Make sure latexenc-main-file is a regular file and is readable.
17393 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17395 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17396 Pass FILE to vc-user-login-name.
17398 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17400 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17402 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17403 there are no more images to display.
17404 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17407 2006-01-26 Richard M. Stallman <rms@gnu.org>
17409 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17411 * wid-edit.el (advertised-widget-backward): New alias.
17412 (widget-keymap): Use advertised-widget-backward for S-TAB.
17414 * tumme.el: Correct the keywords.
17415 (tumme-dir-max-size): Use defvar.
17416 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17418 * simple.el (move-beginning-of-line): Take account of fields.
17419 (clone-indirect-buffer-other-window): Take args like
17420 clone-indirect-buffer, and work like it.
17422 * help-fns.el (describe-function): Don't pass `nil' as default.
17424 * files.el (risky-local-variable-p): Follow var aliases.
17426 * subr.el (lazy-completion-table): Doc fix.
17428 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17429 global binding of `line'.
17431 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17433 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17436 * vc.el (vc-default-dired-state-info): Pass FILE to
17437 vc-user-login-name.
17438 (vc-default-update-changelog): Don't use vc-user-login-name, we
17439 don't need it here.
17441 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17442 no longer necessary.
17444 2006-01-25 Kenichi Handa <handa@m17n.org>
17446 * international/mule.el (decode-char): Avoid the overhead of
17447 calling utf-lookup-subst-table-for-decode if
17448 utf-translate-cjk-mode is nil.
17449 (encode-char): Avoid the overhead of calling
17450 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17453 2006-01-22 Kenichi Handa <handa@m17n.org>
17455 * international/mule.el (make-subsidiary-coding-system): Reset
17456 `coding-system-define-form' property of subsidiaries to nil.
17457 Avoid duplicated entry in coding-system-alist.
17458 (make-coding-system): Avoid duplicated entry in
17459 coding-system-alist.
17460 (define-coding-system-alias): Likewise.
17462 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17464 * completion.el: Minor fixes in introductory comment.
17465 (completion-def-wrapper): Fix alist.
17467 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17469 * thumbs.el (thumbs-new-image-size): New function.
17470 (thumbs-increment-image-size-element)
17471 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17472 (thumbs-decrement-image-size): Delete.
17473 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17474 temp files and use to resize.
17475 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17476 Use increment argument to enlarge/shrink. Preserve point.
17477 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17478 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17479 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17480 (thumbs-mark, thumbs-unmark): Preserve point.
17481 (thumbs-modify-image): Keep old temp files and use to modify.
17482 Cleanup old temp files at load time. Preserve point.
17483 (thumbs-view-image-mode-map): Use new command names.
17485 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17487 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17489 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17490 the nastiest part of the cyclic dependency.
17491 (cal-menu-update): Use dotimes and calendar-increment-month.
17493 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17494 (calendar-week-start-day): Add an :initializer.
17495 (calendar-mode-map): Use suppress-keymap, and command remapping.
17496 (describe-calendar-mode): Setup xref-stack info for the back button.
17497 (calendar-star-date): Insert before delete.
17498 (calendar-set-mode-line): Add file-modified info if applicable.
17499 (calendar-increment-month): New function.
17501 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17503 * font-lock.el (lisp-font-lock-keywords-2):
17504 Recognize "& keywords" only at word boundaries.
17506 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17508 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17509 and permanent-local.
17510 (thumbs-max-image-number): New variable.
17511 (thumbs-do-thumbs-insertion): Use them.
17512 (thumbs-per-line): Change default to 4.
17513 (thumbs-marked-list): Rename from thumbs-markedL.
17514 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17515 (thumbs-rename-images): Use -list instead of L for internal variables.
17516 (thumbs-call-convert): Use call-process instead of shell-command.
17517 (thumbs-insert-thumb): Add filename as help-echo to each image.
17518 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17519 Give dir to thumbs-show-thumbs-list.
17520 (thumbs-show-thumbs-list): Set default-directory to that of images.
17521 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17522 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17523 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17524 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17526 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17528 * ses.el (ses-read-cell): Provide a default value.
17530 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17532 * term/w32-win.el (image-library-alist): Add additional names for
17535 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17537 * international/latexenc.el (latexenc-find-file-coding-system):
17538 Add file-regular-p check.
17540 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17542 * simple.el (clone-buffer): Don't show the new buffer in the same
17545 2006-01-23 Juri Linkov <juri@jurta.org>
17547 * faces.el (link, link-visited): New faces based on default values
17548 of `info-xref' and `info-xref-visited'.
17550 * info.el (info-xref): Inherit from `link'.
17551 (info-xref-visited): Inherit from `link-visited'.
17553 * cus-edit.el (custom-buffer-create-internal): Use widget type
17554 `custom-manual' instead of `info-link' and don't set properties
17555 `button-face' and `mouse-face' explicitly.
17556 (custom-browse-group-tag, custom-browse-variable-tag)
17557 (custom-browse-face-tag): Inherit from widget class
17558 `custom-group-link' instead of `push-button'.
17559 (custom-button-unraised): Inherit from `underline' face.
17560 (custom-link): Inherit from `link' face. Fix doc and group.
17561 (custom-add-parent-links, custom-group-value-create): Don't set
17562 properties `button-face' and `mouse-face' explicitly for
17563 `custom-group-link' widget.
17564 (custom-group-link): Add properties `button-face' and `mouse-face'
17565 to widget definition.
17566 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17567 editable-field's :keymap property.
17568 (custom-mode): Fix docstring: substitute keybindings for
17569 `widget-forward' and `widget-backward' from `widget-keymap',
17570 `widget-complete' from `custom-field-keymap', replace old
17571 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17573 * desktop.el (desktop-load-file): Check for `fboundp' before
17574 calling `symbol-function'.
17576 * simple.el (clone-buffer, clone-indirect-buffer)
17577 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17578 `read-string'. Fix prompts.
17580 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17582 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17584 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17586 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17588 * startup.el (inhibit-splash-screen, initial-scratch-message):
17591 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17593 Sync with Tramp 2.0.52.
17595 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17596 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17597 `tramp-unload-tramp' for checklist.
17599 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17600 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17601 (tramp-unload-file-name-handler-alist)
17602 (tramp-unload-tramp): New defuns.
17603 (tramp-advice-PC-expand-many-files): New defadvice.
17604 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17606 (tramp-handle-expand-file-name): Remove double slash.
17607 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17608 It doesn't matter, because it will be converted later on.
17609 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17610 implementation was just heuristic.
17611 (tramp-post-connection): Set uid and gid properties.
17612 (tramp-convert-file-attributes): Set file's gid change bit.
17613 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17614 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17615 in case of su(do)? methods. The home directory of the local user
17616 will be taken else.
17617 (tramp-open-connection-telnet)
17618 (tramp-open-connection-rsh, tramp-open-connection-su)
17619 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17620 local shell prompt could hurt. Reported by Romain Francoise
17621 <romain@orebokech.com>.
17622 (tramp-let-maybe): Add `edebug-form-spec' property.
17623 (tramp-handle-expand-file-name): Bind `default-directory' locally
17624 to "/" in order to avoid problems with UNC shares or Cygwin
17626 (tramp-md5-function): Fix typo in error message.
17628 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17630 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17631 for byte-compiler pacification.
17633 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17635 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17636 ID-FORMAT `string'. This allows us to get rid of
17637 `vc-user-login-name UID'.
17639 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17641 2006-01-22 John Paul Wallington <jpw@pobox.com>
17643 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17645 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17647 * emacs-lisp/find-func.el (find-definition-noselect)
17648 (find-variable-noselect): Search variables in C source code too.
17649 (find-function-C-source, find-function-noselect, find-function)
17650 (find-function-other-frame, find-variable-noselect, find-variable)
17651 (find-variable-other-frame, find-variable-at-point):
17654 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
17656 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17658 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17660 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17661 Default to disabling the "Save affix" question.
17663 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17665 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17666 the first arg to run-python.
17668 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17670 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17673 2006-01-20 Jay Belanger <belanger@truman.edu>
17675 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17678 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17679 the correct variable.
17681 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17683 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17684 link. Fixed buggy argument sequence in call to `org-view-tags'.
17685 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17686 (org-prefix-has-tag): New variable.
17687 (org-format-agenda-item): Remove tags from headline if
17689 (org-agenda-remove-tags-when-in-prefix): New option.
17690 (org-get-tags-at): New function.
17692 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17694 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17695 (thumbs-find-image): Move image name and number from buffer name
17696 to mode name. Set thumbs-buffer. Preserve point so that large
17697 images remain visible.
17698 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17700 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17702 (thumbs-next-image, thumbs-previous-image): Make them work.
17704 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17706 * cus-edit.el (custom-buffer-create-internal): State in the text above
17707 the whole buffer buttons that they do not operate on hidden items.
17708 (custom-face-menu): Use `custom-face-save' instead of
17709 `custom-face-save-command'.
17710 (custom-face-save-command): Make it an alias for `custom-face-save'
17711 and declare it obsolete.
17712 (custom-face-save): Doc fix.
17714 * dired.el (dired-no-confirm): Add quote.
17715 (dired-subdir-alist-pre-R): Add quote in
17716 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17718 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17720 * textmodes/table.el (table-mode-indicator): Typo in last change.
17722 2006-01-19 Richard M. Stallman <rms@gnu.org>
17724 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17725 Fixes bug reported in Nov 2005.
17727 * isearch.el (isearch-forward): Doc fix.
17729 * dired.el (dired-move-to-filename-regexp): Define as alias.
17730 (dired-no-confirm): Use defcustom.
17731 (dired-subdir-alist-pre-R): Put defvar at top level.
17733 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17735 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17738 * simple.el (set-mark-command): Doc fix.
17739 (clone-indirect-buffer-other-window):
17740 Read arg like clone-indirect-buffer.
17741 (move-beginning-of-line): Skip invisible newlines.
17743 2006-01-19 Masatake YAMATO <jet@gyve.org>
17745 * progmodes/cpp.el (cpp-edit-load): Make the order of
17746 listed conditions in a base C code buffer and its associate
17747 CPP Edit buffer the same.
17749 2006-01-19 Kenichi Handa <handa@m17n.org>
17751 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17752 (rmail-mime-feature): Likewise.
17753 (rmail-require-mime-maybe): Use display-warning to show a warning
17756 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17757 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17759 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17761 * array.el: Move defvars out of eval-when-compile.
17762 (array-make-template): Replace undeclared global var with a local one.
17763 (array-mode): Inline initialization functions.
17764 (array-init-local-variables, array-init-max-row)
17765 (array-init-max-column, array-init-columns-per-line)
17766 (array-init-field-width, array-init-rows-numbered)
17767 (array-init-line-length, array-init-lines-per-row): Remove.
17769 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17770 (doc-mode-map): Define explicitly.
17771 (doctor-txtype): Use mapc.
17773 * textmodes/table.el: Move defvars out of eval-when-compile.
17774 Remove harmful code meant to avoid byte-compiler warnings.
17775 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17776 specification that checks table-fixed-width-mode directly.
17777 (table-recognize-region, table-recognize-cell):
17778 Use restore-buffer-modified-p.
17779 (table-fixed-width-mode): Remove code that refreshes
17780 table-fixed-mode-indicator.
17781 (*table--cell-describe-bindings, *table--cell-describe-mode):
17782 Avoid obsolete name print-help-return-message.
17783 (table--test-cell-list): Don't use replace-regexp from elisp.
17784 (table--point-entered-cell-function, table--point-left-cell-function):
17785 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17787 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17788 that was after the end of file. Use buffer-file-name variable.
17789 (org-timestamp-change): Use with-current-buffer.
17790 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17791 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17794 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17795 (fortran-break-line): Remove unused var `opoint'.
17796 (fortran-abbrev-start): Obey help-event-list.
17798 2006-01-18 Jesper Harder <harder@phys.au.dk>
17800 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17802 2006-01-18 Masatake YAMATO <jet@gyve.org>
17804 * progmodes/make-mode.el (makefile-imake-mode): New mode
17805 derived from makefile-mode.
17806 (makefile-imake-mode-syntax-table): New syntax table
17807 derived from makefile-mode-syntax-table.
17808 (makefile-mode): Write about makefile-imake-mode in doc string.
17809 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17810 (makefile-imake-font-lock-keywords): New font lock keywords.
17812 * files.el (auto-mode-alist): Add Imakefile.
17814 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17816 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17817 loading the file rather than when turning on flyspell-mode.
17819 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17821 * cus-edit.el (customize-rogue): Minor doc fix.
17823 2006-01-17 Juri Linkov <juri@jurta.org>
17825 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17826 instead of the file at the mark as default if the file at the mark
17827 is the same as the file at point or if dired-dwim-target-directory
17828 is not the same as the current directory and the mark is not active.
17830 * log-view.el (log-view-minor-wrap): Use the same logic to get
17831 revisions as `log-view-diff'.
17833 * info.el (Info-revert-find-node): Check for Info-current-file
17834 before preserving new-history.
17836 * man.el (Man-heading-regexp): Add `/'.
17838 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17839 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17841 2006-01-16 Juri Linkov <juri@jurta.org>
17843 * faces.el (mode-line-faces): New defgroup.
17844 (mode-line-highlight): Move definition after new defgroup.
17845 (mode-line, mode-line-inactive, mode-line-highlight):
17846 Replace :group `modeline' with `mode-line-faces'.
17847 (mode-line-buffer-id): New face.
17848 (modeline-buffer-id): New face alias.
17849 (vertical-border): Remove :group `modeline'.
17851 * bindings.el (propertized-buffer-identification): Use face
17852 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17853 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17854 (mode-line-buffer-identification-keymap): For mouse-1 replace
17855 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17856 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17859 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17860 Buffer-menu-buffer. Doc fix.
17861 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17862 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17863 `Buffer-menu-buffer'.
17865 * info.el (Info-mode-line-node-keymap): New defvar.
17866 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17867 Propertize Info-current-node with `mode-line-buffer-id' and
17868 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17870 * time.el (display-time-mail-face): Replace :group `faces' with
17873 2006-01-16 Kenichi Handa <handa@m17n.org>
17875 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17877 * language/european.el (cp1252): New alias for windows-1252.
17879 * international/mule.el (autoload-coding-system): Prepare for EOL
17882 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17884 * term.el (term-raw-map): Add mapping for insert.
17885 (term-send-insert): New.
17886 (term-mode): Make variables local here instead of doing it in
17887 `term-emulate-terminal'.
17888 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17889 Scroll reverse needs to take into account the scroll region.
17890 Saving and restoring the cursor should save the color attributes too.
17891 (term-reset-terminal): Reset the scroll region.
17892 (term-handle-ansi-escape): Cursor up and down should take into
17893 account the scroll region.
17894 (term-set-scroll-region): Rename from `term-scroll-region'.
17895 Move to 0,0 after setting the region.
17896 (term-handle-scroll): Handle scroll up.
17897 (term-down): Fix off by one error.
17898 (term-delete-lines): Do not delete outside the scroll region.
17899 (term-insert-lines): Take into account the scroll region.
17901 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17903 * textmodes/ispell.el (ispell-internal-change-dictionary)
17904 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17905 (start, end): Move declaration outside of eval-when-compile.
17907 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17908 (flyspell-mode-on): Use it.
17910 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17911 ispell-kill-ispell-hook.
17913 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17915 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17916 (Custom-reset-saved): Do not ask for confirmation in single option
17919 2006-01-13 Richard M. Stallman <rms@gnu.org>
17921 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17923 2006-01-13 Romain Francoise <romain@orebokech.com>
17925 * add-log.el (add-change-log-entry, change-log-merge):
17926 Conditionally use `hard-newline'.
17928 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17930 * wid-edit.el (widget-field-end): If the overlay is no longer
17931 associated with a buffer, behave as if the overlay didn't exist.
17933 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17934 Make sure the links use the `custom-link' face.
17936 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17938 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17939 (ld-script-mode): Don't set indent-line-function since we don't
17942 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17944 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17946 (org-file-apps-defaults-gnu): Use mailcap as the default for
17947 selecting an application on a UNIX system.
17948 (org-agenda-show-tags): New command.
17949 (org-table-insert-hline): Keep cursor in current table line.
17950 (org-table-convert): Offset effect of modifying
17951 `org-table-insert-hline'.
17952 (org-format-agenda-item): New optional argument TAG.
17953 (org-compile-prefix-format): Handle %T format for the tag.
17954 (org-expand-wide-chars): New function.
17955 (org-table-insert-row, org-table-insert-hline):
17956 Use `org-expand-wide-chars'.
17957 (org-open-file): Fix bug in program launch.
17958 (org-get-time-of-day): Fix bug with times before 1am.
17959 (org-agenda-menu): Add tags commands.
17961 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17963 * textmodes/ispell.el (ispell-init-process): Include the used
17964 dictionary in ispell process start message.
17965 (ispell-internal-change-dictionary): When flyspell-mode is active
17966 and dictionary is changed, make sure ispell process is restarted
17967 and flyspell word cache cleared out for the current buffer.
17968 (ispell-change-dictionary): Make sure flyspell word cache is
17969 cleared out in all buffers with active flyspell mode when
17970 dictionary is globally changed.
17971 Call ispell-internal-change-dictionary after dictionary change.
17973 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17975 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17977 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17978 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17979 years. Fix small differences wrt Makefile.in.
17980 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17983 2006-01-12 Bill Wohler <wohler@newt.com>
17985 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17988 2006-01-12 Masatake YAMATO <jet@gyve.org>
17990 * progmodes/ld-script.el: Update copyright year.
17992 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17994 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17995 Don't add widget if setting undefined.
17997 2006-01-12 John Paul Wallington <jpw@pobox.com>
17999 * help-fns.el (describe-variable): Remove newlines from void
18002 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
18004 * wdired.el (wdired-mode-map): Add help echo for
18005 wdired-abort-changes.
18007 * man.el (Man-file-name-regexp): Adjust for a list of files.
18009 2006-01-12 Masatake YAMATO <jet@gyve.org>
18011 * progmodes/ld-script.el (auto-mode-alist): Support
18012 suffix conventions used in netbsd and eCos.
18014 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
18016 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
18017 (custom-variable-menu, custom-face-menu, custom-group-menu)
18018 (Custom-mode-menu): Change names of menu items. (As discussed on
18020 (custom-face-menu): Add "Undo Edits" item.
18022 * startup.el (init-file-user): defcustom -> defvar.
18024 * tooltip.el (tooltip-mode): Doc fix.
18026 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18028 * reveal.el (reveal-post-command): window-buffer signals an error on
18029 dead windows rather than returning nil.
18030 (reveal-open-new-overlays): An overlay might die while we open others.
18032 2006-01-11 Bill Wohler <wohler@newt.com>
18034 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
18035 phrasing in docstring.
18037 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
18038 can give some systems gas. Add new file mh-buffers.el.
18040 2006-01-06 Masatake YAMATO <jet@gyve.org>
18042 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
18043 C preprocessor forward ported from GNU Emacs 21.2.
18045 * progmodes/asm-mode.el (asm-font-lock-keywords):
18046 Use `cpp-font-lock-keywords'.
18048 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18050 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
18051 of $ for "\\.ld[s]?".
18053 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
18055 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
18056 (tcl-indent-line): Return `noindent' if inside a string.
18058 * progmodes/flymake.el (flymake-split-string): Remove more than one
18059 empty string at beg/end of the result.
18060 (flymake-find-buildfile, flymake-find-possible-master-files):
18061 Use expand-file-name.
18062 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
18063 since expand-file-name does it for us. Use directory-file-name.
18064 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
18065 (flymake-ler-get-type, flymake-ler-get-text)
18066 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
18067 (flymake-current-line-no): Remove spurious interactive spec.
18068 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
18069 (flymake-check-include): Remove arg inc-path merged into inc-name.
18070 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
18071 Arg regexp-list replaced by a simple regexp.
18072 (flymake-master-make-header-init, flymake-master-tex-init):
18073 Correspondingly replace regexp-list with a regexp. Fix regexp.
18075 2006-01-10 Simon Josefsson <jas@extundo.com>
18077 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
18078 describing AUTH PLAIN fix.
18080 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18082 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
18083 (report-emacs-bug): Don't record initial prompt text.
18084 Instead, add text properties to prompting text.
18085 (report-emacs-bug-hook): Delete prompting text.
18087 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
18089 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
18090 `dirs'. Adjust callers.
18092 2006-01-09 John Paul Wallington <jpw@gnu.org>
18094 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
18096 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
18098 * reveal.el (reveal-open-new-overlays): New extracted fun.
18099 (reveal-close-old-overlays): Idem. Check overlays's liveness before
18100 using them. Simplify the code.
18101 (reveal-post-command): Use them. Fix up obsolete windows in
18104 * progmodes/flymake.el: Use `require' rather than autoload for
18106 (flymake-get-common-file-prefix, flymake-build-relative-filename):
18107 Delete. Use file-relative-name instead.
18108 (flymake-get-syntax-check-program-args, flymake-perl-init):
18109 Simplify the resulting code.
18111 * log-view.el (log-view-file-re, log-view-message-re): Add support
18114 2006-01-09 Alex Schroeder <alex@gnu.org>
18116 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
18117 identifiers sometimes added in square brackets at the beginning of
18120 2006-01-07 Richard M. Stallman <rms@gnu.org>
18122 * cus-edit.el (Custom-set, Custom-save): Doc fix.
18123 (Custom-reset-current, Custom-reset-saved): Change question text.
18124 (Custom-reset-standard): Likewise.
18125 (custom-variable-reset-saved): Doc fix.
18127 2006-01-07 Eli Zaretskii <eliz@gnu.org>
18129 * startup.el (init-file-user): Doc fix.
18131 2006-01-07 Alex Schroeder <alex@gnu.org>
18133 * mail/rmail.el (rmail-current-subject): New function.
18134 (rmail-current-subject-regexp): New function.
18135 (rmail-next-same-subject): Use it.
18137 * mail/rmailsum.el (rmail-summary-by-topic):
18138 Use rmail-current-subject and rmail-current-subject-regexp.
18139 (rmail-summary-next-same-subject): Ditto.
18141 * net/rcirc.el (rcirc-send-input): No longer check whether the
18142 process is open, since not all commands need an open process.
18143 (rcirc-send-string): Check whether the process is open before
18145 (rcirc-ignore-list): New option.
18146 (rcirc-ignore-list-automatic): New variable.
18147 (rcirc-print): Take rcirc-ignore-list into account.
18148 (rcirc-cmd-ignore): New command.
18149 (rcirc-ignore-update-automatic): New function.
18150 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18151 list if ignored nicks.
18152 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18154 2006-01-06 David Reitter <david.reitter@gmail.com>
18156 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18157 reflect the address to which the report will be sent.
18159 2006-01-06 Eli Zaretskii <eliz@gnu.org>
18161 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18162 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18164 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
18166 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18168 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18169 the doc string: "functoin" => "function".
18170 * ldefs-boot.el: Likewise.
18172 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18173 message text: "Duplicat" => "Duplicate".
18175 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
18177 * files.el (basic-save-buffer-2): If backing-up failed, reset
18178 buffer-backed-up to nil.
18180 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
18182 * progmodes/gud.el (gdb-script-skip-to-head)
18183 (gdb-script-calculate-indentation): Indent for breakpoint command
18186 2006-01-05 Bill Wohler <wohler@newt.com>
18188 * Makefile.in (compile-always): Add mh-autoloads dependency.
18189 (bootstrap): Remove mh-autoloads dependency, as compile dependency
18191 (updates): Remove mh-autoloads dependency, since it probably has
18192 already run recently (via recompile).
18194 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18196 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18197 argument `force' to disable the flyspell-last-buffer optimization.
18198 (flyspell-mode-on): Use it.
18200 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18201 flymake-simple-cleanup.
18202 (flymake-allowed-file-name-masks): Use this new default.
18203 All the functions are now called in the right buffer rather than
18204 passing the buffer as argument.
18205 (flymake-process-sentinel): Switch to buffer before calling cleanup.
18206 (flymake-parse-err-lines): Remove redundant buffer arg.
18207 (flymake-get-program-dir): Comment out unused function.
18208 (flymake-start-syntax-check, flymake-start-syntax-check-process):
18209 Remove redundant buffer argument.
18210 (flymake-get-real-file-name, flymake-simple-java-cleanup)
18211 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18213 2006-01-05 Richard M. Stallman <rms@gnu.org>
18215 * info.el (Info-find-node): Don't record previous node if have none.
18216 (info): Go to directory only if history is empty.
18218 * simple.el (mark): Doc fix.
18220 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18222 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18223 already of desired type.
18224 (mac-ae-list): Coerce parameter to "list" type.
18225 (mac-dispatch-apple-event): Replace cadr part of event with a
18226 dummy position so that event-start returns it.
18228 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18230 * textmodes/org.el (org-end-of-subtree): New function.
18231 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18232 Use `org-end-of-subtree'.
18233 (org-agenda, org-agenda-convert-date): Protect calls to
18234 `fit-window-to-buffer'.
18235 (org-tags-view): Force matching of sublevels when doing a
18236 todo-only search. Define the correct redo command, including the
18238 (org-agenda-redo): Display message.
18239 (org-check-for-org-mode): New function.
18240 (org-agenda-type): New variable.
18241 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18242 Set `org-agenda-type'.
18243 (org-agenda-check-type): New function.
18244 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18245 (org-agenda-week-view, org-agenda-day-view)
18246 (org-agenda-next-date-line, org-agenda-previous-date-line)
18247 (org-agenda-log-mode, org-agenda-toggle-diary)
18248 (org-agenda-toggle-time-grid, org-agenda-date-later)
18249 (org-agenda-date-prompt, org-agenda-diary-entry)
18250 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18251 (org-agenda-convert-date, org-agenda-menu):
18252 Use `org-agenda-check-type'.
18253 (org-make-overlay, org-delete-overlay)
18254 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18255 New compatibility functions.
18256 (org-calendar-select-mouse): New command.
18258 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18260 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18261 (Custom-reset-standard): Fix y-or-n-p messages.
18262 (custom-link): New face for links.
18263 (custom-buffer-create-internal, custom-manual): Use it.
18264 (custom-face-save): Push to theme-face before setting face spec.
18266 * wid-edit.el (widget-default-mouse-face-get): New function.
18267 (widget-specify-button): Handle mouse-face like button-face.
18269 * custom.el (load-theme): Clear old theme settings if reloading.
18271 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18273 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18274 "Erase Customization" button back to same position it occupies in
18275 the individual State menus.
18277 2006-01-04 Kim F. Storm <storm@cua.dk>
18279 * wid-edit.el (key-sequence): Rework widget to read key binding
18280 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18281 (widget-key-sequence-default-value): Default value for empty sequence.
18282 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18283 (widget-key-sequence-read-event): New command for C-q.
18284 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18285 (widget-key-sequence-value-to-external): New functions.
18287 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18289 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18290 Use expand-file-name.
18291 (flymake-delete-temp-directory): Use expand-file-name,
18292 file-name-directory, and directory-file-name.
18293 (flymake-strrchr): Delete.
18294 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18295 to the init-f function.
18296 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18297 (flymake-init-find-buildfile-dir)
18298 (flymake-init-create-temp-source-and-master-buffer-copy)
18299 (flymake-simple-make-init-impl, flymake-simple-make-init)
18300 (flymake-master-make-init, flymake-master-make-header-init)
18301 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18302 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18303 (flymake-xml-init): Remove corresponding redundant buffer argument.
18304 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18305 the default anyway. Clean up regexps.
18307 * progmodes/flymake.el (flymake-temp-source-file-name)
18308 (flymake-master-file-name, flymake-temp-master-file-name)
18309 (flymake-base-dir): New buffer-local vars.
18310 (flymake-buffer-data, flymake-get-buffer-value)
18311 (flymake-set-buffer-value): Replace those hash-tables by the new
18312 buffer-local vars. Update callers.
18314 * progmodes/flymake.el (flymake-check-start-time)
18315 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18316 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18317 Move definition, so we can remove redundant earlier declaration.
18318 (flymake-replace-regexp-in-string, flymake-split-string)
18319 (flymake-get-temp-dir): Use defalias.
18320 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18321 (flymake-xemacs-window-edges): Remove unused function.
18322 (flymake-get-point-pixel-pos): Move.
18323 (flymake-pid-to-names, flymake-reg-names)
18324 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18325 Replace by a simple list flymake-processes and by process-buffer.
18326 Update callers. Other than simplify the code, it uses buffers rather
18327 than buffer-names so it doesn't get confused by uniquify.
18328 (flymake-buffer-data): The global value should just be nil.
18330 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18331 Optimize the body of a defalias like any other code.
18333 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18334 Make sure we've setup font-lock's vars. It may influence which
18335 function we then call.
18336 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18337 here since it's too late anyway.
18339 2006-01-03 Romain Francoise <romain@orebokech.com>
18341 * startup.el (fancy-splash-tail, normal-splash-screen):
18342 Update copyright year.
18344 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18346 * mouse.el (mouse-drag-track): Rename, from
18347 `mouse-drag-region-1'. Includes optional argument required to
18348 enable post-drag event processing (e.g. delete region keys).
18349 Can be used without this argument to track a mouse region and operate
18350 on it as soon as the drag completes.
18351 (mouse-drag-region): Use `mouse-drag-track'.
18353 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18355 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18356 Move to `custom-buffer' group.
18358 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18359 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18360 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18361 (custom-theme-face-menu): New variables.
18362 (custom-theme-add-variable, custom-theme-variable-action)
18363 (custom-variable-reset-theme, custom-theme-delete-variable)
18364 (custom-face-reset-theme, custom-theme-face-action)
18365 (custom-theme-delete-face, custom-theme-merge-theme)
18366 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18368 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18370 * custom.el: Move Custom Themes commentary to start of theme code.
18371 (custom-known-themes): Rename `standard' theme to `changed'.
18372 (custom-push-theme): Caller no longer specifies what theme to use
18373 when doing `reset'---the setting is simply removed from the theme.
18374 Delete MODE from `theme-value' and `theme-settings' properties.
18375 (custom-declare-theme): Ignore &rest args since we don't use them.
18377 (custom-loaded-themes): Delete variable.
18378 (custom-theme-load-themes, custom-theme-loaded-p)
18379 (custom-theme-value): Delete functions.
18381 (custom-declare-theme): Signal error on invalid theme names.
18382 (provide-theme): custom-loaded-themes was deleted.
18383 (load-theme): Load the file unconditionally.
18384 (enable-theme): Call `load-theme' if theme is undefined.
18385 (custom-enabled-themes): Only update value for successful loads.
18386 (disable-theme): Complete from enabled themes when interactive.
18387 (custom-variable-theme-value): Calculate theme value directly.
18389 (custom-theme-reset-variables, custom-reset-variables): Mark as
18390 XEmacs compatibility functions. We don't actually use these.
18392 * cus-edit.el (custom-variable-state-set):
18393 Use custom-variable-theme-value instead of custom-theme-value.
18394 (custom-face-state-set): Rename `standard' theme to `changed'.
18395 (custom-save-variables, custom-save-faces): Delete unneeded
18396 references to custom-reset-variables.
18397 (custom-save-resets): Delete function.
18398 (custom-save-variables, custom-save-faces): MODE argument deleted.
18399 (custom-save-variables, custom-save-faces): Ignore theme values.
18401 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18402 compatibility function.
18404 2006-01-01 Richard M. Stallman <rms@gnu.org>
18406 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18407 (Custom-reset-current, Custom-reset-saved): Likewise.
18408 (Custom-reset-standard): Show message if aborted.
18409 (custom-mode): Doc fix, describing those commands.
18411 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18412 put on event-kind property.
18414 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18416 * custom.el (provide-theme): Ban `user' theme name.
18417 (custom-enabling-themes): New variable.
18418 (enable-theme): Don't enable user if custom-enabling-themes is t.
18419 (custom-enabled-themes): Make it a defcustom.
18420 (custom-theme-recalc-face): No-op if face is undefined.
18422 * cus-edit.el (custom-button-mouse): New variable.
18423 (custom-button-mouse): New face.
18424 (custom-raised-buttons, custom-mode): Use it.
18426 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18428 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18430 * progmodes/gud.el (gud-display-line): Support hl-line in the
18433 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18435 * mouse.el (mouse-drag-window-above): Verify that the found window
18436 overlaps with the given window in the horizontal dimension.
18438 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18440 * Makefile.in (cvs-update): New target.
18442 * makefile.w32-in (cvs-update): Ditto.
18444 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18446 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18447 (custom-new-theme-mode-map): New variable.
18449 2005-12-30 Richard M. Stallman <rms@gnu.org>
18451 * custom.el (custom-load-themes): Function deleted.
18453 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18454 (custom-save-variables): Don't delete or add custom-load-themes call.
18456 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18458 * cus-start.el: Add `visible-cursor'.
18460 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18461 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18462 (flymake-process-filter): Switch to buffer before calling it instead.
18463 (flymake-post-syntax-check, flymake-highlight-err-lines)
18464 (flymake-delete-own-overlays, flymake-parse-err-lines)
18465 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18466 (flymake-count-lines, flymake-parse-residual):
18467 Remove constant buffer argument.
18468 (flymake-start-syntax-check-for-current-buffer): Remove.
18469 Update callers to use flymake-start-syntax-check instead.
18470 (flymake-display-err-menu-for-current-line):
18471 Remove unused var `mouse-pos'.
18472 (flymake-restore-formatting): Comment out unused function.
18473 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18474 argument, use current-buffer instead. Update callers.
18476 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18478 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18479 buffer-local because choose-completion-delete-max-match requires
18480 that we set completion-ignore-case (i.e., binding via let is not
18482 (bibtex-complete): Always set completion-ignore-case and
18483 choose-completion-string-functions. The latter is needed because
18484 choose-completion-string-functions keeps its value if we quit the
18485 *Completions* buffer without requesting a completion.
18487 2005-12-30 Andreas Schwab <schwab@suse.de>
18489 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18491 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18493 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18495 2005-12-30 Juri Linkov <juri@jurta.org>
18497 * locate.el (locate-fcodes-file, locate-header-face)
18498 * progmodes/delphi.el (delphi-other-face)
18499 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18501 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18502 group `paren-showing-faces'.
18504 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18505 (goto-address): Fix docstring.
18507 * net/webjump.el (webjump-sample-sites): Update URLs.
18509 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18511 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18513 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18515 * font-lock.el (font-lock-compile-keywords): Signal an error when
18516 font-lock-set-defaults hasn't been called.
18518 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18520 * subr.el (noreturn, 1value): Doc fixes.
18522 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18524 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18525 that assoc-string returns nil.
18527 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18529 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18530 (bibtex-entry-type-str, bibtex-empty-field-re)
18531 (bibtex-search-backward-string, bibtex-preamble-prefix)
18532 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18533 (bibtex-any-valid-entry-type): New variable.
18534 (bibtex-parse-field-name): Simplify.
18535 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18536 (bibtex-preamble-prefix): Include left delimiter.
18537 (bibtex-search-forward-field, bibtex-search-backward-field):
18538 Allow unbounded search past entry boundaries (required by bibtex-pop).
18539 (bibtex-text-in-field-bounds): Use push.
18540 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18541 (bibtex-parse-preamble, bibtex-valid-entry)
18542 (bibtex-beginning-first-field): New functions.
18543 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18544 (bibtex-map-entries): Fix docstring.
18545 (bibtex-flash-head): New arg prompt. Simplify.
18546 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18547 (bibtex-insert-kill): Simplify. Always insert text past the
18548 current field or entry.
18549 (bibtex-format-entry): Use bibtex-parse-field.
18550 (bibtex-pop): Use bibtex-beginning-of-entry and
18551 bibtex-end-of-entry to initiate the search. Insert empty field if
18552 we found ourselves.
18553 (bibtex-print-help-message): New args field and comma.
18555 (bibtex-make-field): Use bibtex-beginning-of-entry.
18556 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18558 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18559 Handle preambles. Simplify code for thorough test.
18560 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18561 New arg comma. Handle entry heads.
18562 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18563 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18565 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18566 (bibtex-fill-field): Simplify.
18567 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18568 bibtex-parse-field.
18569 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18570 (bibtex-complete): Use bibtex-parse-preamble.
18572 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18574 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18575 Display name of expression instead of convenience variable.
18576 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18578 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18579 toggle-gud-tooltip-dereference.
18580 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18581 (gud-tooltip-tips): ...here when dereferencing.
18583 2005-12-28 Bill Wohler <wohler@newt.com>
18585 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18587 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18589 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18590 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18591 (vc-annotate-display-autoscale): Adjust call.
18592 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18593 Fix interactive spec.
18594 (vc-annotate-time-span): Remove.
18595 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18596 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18597 (vc-annotate-display-select): Use new name.
18599 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18600 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18601 Correct the construction of span entries. Simplify.
18602 (vc-annotate-display-select): Fix the nil case.
18603 (vc-annotate): Remove obsolete (and now broken) code.
18604 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18605 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18607 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18609 * subr.el (lazy-completion-table): Correct typo in docstring.
18611 * startup.el (command-line): Use `custom-reevaluate-setting' for
18612 `send-mail-function'.
18614 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18616 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18618 * mail/smtpmail.el (smtpmail-try-auth-methods):
18619 Send credentials together with "AUTH PLAIN" command.
18621 2005-12-27 Richard M. Stallman <rms@gnu.org>
18623 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18624 mouse-2, go back to previously selected window, so it's selected
18625 when mouse-2 command runs.
18627 2005-12-27 Juri Linkov <juri@jurta.org>
18629 * descr-text.el (describe-text-sexp): Use square brackets for
18630 button [Show] to distinguish it from the property value `show'.
18631 (describe-property-list): Use `insert-text-button' with
18632 `help-face' type instead of putting face in quotes, because button
18633 is not created automatically for a list of faces.
18634 (describe-text-properties-1): Put button-type value in quotes to
18635 distinguish from plain text "button".
18636 (describe-char): Display code point values in hex. Don't use
18637 `symbol-name' for `current-input-method' because it is a string.
18638 Use `insert-text-button' with `help-face' type instead of putting
18639 hardcoded face in quotes, because button is not created automatically.
18641 2005-12-27 Richard M. Stallman <rms@gnu.org>
18643 * progmodes/glasses.el (glasses-face): More specific custom type.
18645 * files.el (set-visited-file-name): Doc fix.
18647 * textmodes/flyspell.el (flyspell-external-point-words):
18648 Use local var buffer-scan-pos to advance scan for next misspelling.
18649 Advance it only after we find the misspelling.
18651 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18653 * textmodes/flyspell.el (flyspell-external-point-words):
18654 New criteria for finding the misspelling in the buffer.
18656 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18658 * help-mode.el (help-insert-string): Set help-xref-stack-item
18659 rather than call help-setup-xref.
18661 * descr-text.el (describe-char): Revert previous changes for
18662 optional buffer argument.
18664 2005-12-27 Juri Linkov <juri@jurta.org>
18666 * help-mode.el (help-insert-string): New function. Save buffer
18667 contents in cases where it is impossible to recompute the old contents.
18669 * descr-text.el (describe-char): Set help-xref-stack-item
18670 explicitly after buffer has been generated.
18672 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18674 * cus-start.el (all): Add x-gtk-show-hidden-files.
18676 2005-12-26 Richard M. Stallman <rms@gnu.org>
18678 * replace.el (perform-replace): Calculate match-again
18679 before skipping read-only matches.
18681 * paren.el (paren-showing-faces): New group.
18682 (show-paren-match, show-paren-mismatch): Move to that group.
18684 * button.el (button): Put into group `basic-faces'.
18686 * progmodes/make-mode.el: Remove faces from group `faces'.
18688 * apropos.el (apropos, apropos-value): Doc fix.
18689 (apropos-documentation): Doc fix.
18691 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18693 * subr.el (lazy-completion-table): Remove argument `args'.
18695 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18696 Don't use the `args' argument of lazy-completion-table.
18698 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18700 * descr-text.el (describe-char): Add optional argument for buffer.
18701 Set buffer appropriately. Call help-setup-xref.
18702 Suggested by Stefan Monnier.
18704 2005-12-26 Juri Linkov <juri@jurta.org>
18706 * descr-text.el: Require `help-fns' at runtime. Don't require
18707 `button' for byte compilation.
18708 (describe-text-widget): Add `help-echo' for first button.
18709 Use `help-info' for second.
18710 (describe-property-list): Use `help-argument-name' instead of `italic'.
18711 (describe-text-category): Add prompt to interactive spec.
18712 Call `help-setup-xref'.
18713 (describe-char): Use `help-character-set'. Add `help-echo' for
18714 code point. Use `help-input-method'. Remove superfluous insert.
18716 2005-12-25 Richard M. Stallman <rms@gnu.org>
18718 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18719 at point, in case of narrowing.
18721 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18723 * locate.el (locate-header-face): Allow nil in type.
18725 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18727 2005-12-25 Romain Francoise <romain@orebokech.com>
18729 * battery.el (battery-linux-proc-acpi): Also try
18730 `/proc/acpi/thermal_zone/THM0/temperature'.
18732 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18734 * custom.el (custom-push-theme): Fix docstring.
18736 * cus-edit.el (custom-variable-set, custom-variable-save)
18737 (custom-variable-save): Custom-quote widget values.
18738 (customize-save-variable): Fix custom-push-theme call.
18740 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18742 * w32-fns.el (w32-batch-update-autoloads): New function.
18744 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18745 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18746 from the command line.
18748 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18750 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18751 reset means to remove setting from theme entirely. Don't keep
18752 expanding theme-settings list; delete old entries if necessary.
18754 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18755 customization" button one line up.
18756 (custom-themed): New face.
18757 (custom-magic-alist): New value, THEMED, for theme settings.
18758 (custom-variable-state-set, custom-face-state-set):
18759 Check theme-value instead of saved-value.
18760 (custom-variable-reset-standard, custom-face-reset-standard):
18761 Remove theme setting entirely. Recalculate new values.
18762 (custom-variable-set, custom-variable-set)
18763 (custom-variable-reset-saved, custom-variable-reset-backup)
18764 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18765 (custom-variable-save): Fix typos.
18767 2005-12-23 Juri Linkov <juri@jurta.org>
18769 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18770 Add autoload cookies.
18771 (edebug-outside-d-c-i-n-s-w): New variable.
18772 (edebug-display, edebug-outside-excursion): Use it to save the
18773 original value of default-cursor-in-non-selected-windows.
18774 Set default-cursor-in-non-selected-windows to t while Edebug
18776 (edebug-mode, edebug-eval-mode): Doc fix.
18778 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18779 with `buffer-substring-no-properties' to remove common substring
18782 * info.el (info-other-window, info): Rename function argument
18783 `file' to `file-or-node'.
18784 (Info-complete-menu-item): Use local variable `complete-nodes' to
18785 keep the global value of `Info-complete-nodes' unchanged for
18786 subsequent completions.
18787 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18789 * simple.el (get-next-valid-buffer, last-buffer)
18790 (next-error-buffer-p, next-error-find-buffer)
18791 (minibuffer-history-sexp-flag): Doc fix.
18793 * savehist.el (savehist-mode-hook): Add `:group'.
18795 * log-view.el: Call autoload for vc-find-version.
18796 (log-view-current-file): Adjust subgroup numbers.
18797 (log-view-current-tag): Add `length'.
18799 2005-12-23 Richard M. Stallman <rms@gnu.org>
18801 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18803 2005-12-23 Juri Linkov <juri@jurta.org>
18805 * hi-lock.el (hi-lock-archaic-interface-message-used)
18806 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18807 (hi-lock-mode): Display "Hi" in the mode line only when
18808 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18809 (hi-lock-write-interactive-patterns):
18810 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18811 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18812 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18813 font-lock-add-keywords to t.
18815 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18817 * hi-lock.el (hi-lock-highlight-range): New variable.
18818 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18819 only if font-lock-fontified is non-nil. Remove overlays.
18820 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18821 font-lock-fontified is non-nil, otherwise use overlays (instead of
18823 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18825 (hi-lock-string-serialize): New function.
18827 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18829 * menu-bar.el (menu-find-file-existing): New function.
18830 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18832 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18834 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18836 * vc.el: Remove unnecessary leading * in docstrings.
18837 (vc-annotate-mode-map): Move initialization into declaration.
18838 (vc-static-header-alist): Nitpick on the regexp.
18839 (vc-default-init-version): New fun.
18840 (vc-register): Use it.
18841 (vc-insert-headers): Use dolist.
18842 (vc-annotate-get-backend): Remove unused function.
18843 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18844 (vc-annotate-mode): Remove corresponding call.
18845 (vc-annotate-car-last-cons): Simplify.
18846 (vc-annotate-buffers): Remove var.
18847 (vc-annotate-backend): Make it buffer-local.
18848 (vc-annotate): Move the interaction to the interactive spec.
18849 Add a `buf' argument.
18850 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18851 killing&creating a vc-annotate buffer, which is very disruptive when
18852 the buffers are shown in dedicated frames.
18854 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18856 * descr-text.el: Add FSF as maintainer.
18857 (describe-text-mode, describe-text-mode-map)
18858 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18860 (describe-text-widget, describe-text-sexp)
18861 (describe-property-list, describe-text-category)
18862 (describe-text-properties, describe-text-properties-1)
18863 (describe-char): Use help buttons instead of widgets.
18864 (describe-char-unicodedata-file): Make URL link in doc string.
18866 2005-12-22 Richard M. Stallman <rms@gnu.org>
18868 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18869 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18870 Don't include buttons that write a file when there's no file.
18871 (custom-variable-menu, custom-face-menu, custom-group-menu):
18872 Don't include commands that write a file when there's no file.
18873 (customize-browse): Reword the top-of-buffer help intro.
18874 (custom-buffer-create-internal): Fix previous change.
18875 (customize-changed-options-previous-release): Prev release is 21.1.
18876 (customize-changed-options): Doc fix.
18877 (customize-changed): New alias.
18878 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18879 Say "standard values".
18880 (Custom-reset-standard): Doc fix.
18881 (custom-face-reset-standard): Doc fix.
18883 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18885 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18886 even if font-lock-mode is non-nil since it may be t without having
18887 turned on font-lock-mode-internal.
18888 (font-lock-choose-keywords): Minor optimization.
18889 (font-lock-add-keywords, font-lock-remove-keywords)
18890 (font-lock-set-defaults): Don't call make-local-variable on a variable
18891 that we know to already be local.
18893 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18895 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18896 messages if in the minibuffer.
18898 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18900 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18901 (tex-mode-flyspell-verify, flyspell-get-word)
18902 (flyspell-external-point-words): Don't use point-min/max uselessly.
18904 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18905 by Kevin Rodgers. Instead, just hide the completions buffer if we
18906 don't need to show it.
18908 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18910 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18912 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18914 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18915 delete-windows-on with an inexistent buffer.
18917 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18919 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18920 Delete defcustom variable :tag names.
18922 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18924 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18925 (log-view-font-lock-keywords): Ajust subgroup numbers.
18926 (log-view-current-tag): Don't hard code the number of subgroups.
18928 2005-12-20 Juri Linkov <juri@jurta.org>
18930 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18931 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18933 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18934 (menu-bar-non-minibuffer-window-p): Instead of checking
18935 display-multi-frame-p, use selected-frame when menu-updating-frame
18938 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18940 * align.el (align-rules-list): Use [ \t] instead of \s-
18941 for column separators in text mode.
18943 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18945 * help-mode.el (help-customize-variable, help-customize-face):
18946 Don't pop help-xref-stack as help-follow no longer pushes
18949 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18951 * textmodes/org.el (org-agenda-custom-commands): New option.
18952 (org-agenda): Offer custom commands on splash screen.
18953 (org-make-tags-matcher): Parser for Boolean logic added.
18954 (org-agenda-set-tags): New command.
18955 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18956 (org-set-tags): Efficiency improvements.
18957 (org-auto-align-tags): New option.
18958 (org-todo, org-demote, org-promote): Realign tags.
18959 (org-tags-completion-function): Use also "&" and "|" as separators.
18960 (org-org-menu): Agenda commands simplified.
18962 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18964 * cus-edit.el (customize-apropos, customize-apropos-options):
18967 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18969 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18971 * longlines.el (longlines-mode): Wrap while widened.
18972 (longlines-decode-region, longlines-encode-region): Compute max
18975 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18977 * cus-edit.el (mac): New group.
18979 * cus-start.el (all): Add user options in macterm.c. Add test for
18980 Mac-related built-ins. Fix test for GTK-related built-ins.
18982 * term/mac-win.el (mac-handle-language-change)
18983 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18984 (mac-services-open-selection, mac-services-mail-selection)
18985 (mac-services-mail-to, mac-services-insert-text)
18986 (mac-dispatch-apple-event): Add docstrings.
18987 (x-get-selection, mac-select-convert-to-string): Select coding
18988 system from `utf-16be' and `utf-16le' using `byteorder'.
18990 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18992 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18993 a "list" (lambda ...) rather than a real completion list.
18995 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18996 lexical-let when encountering ((lambda (...) ...) ...).
18998 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
19000 * progmodes/sh-script.el (sh-mode):
19001 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
19002 * textmodes/picture.el (picture-mode): Update docstrings.
19004 2005-12-17 Eli Zaretskii <eliz@gnu.org>
19006 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
19007 commands enclosed in $(ARGQUOTE)s should not be split between two
19008 lines, as that will break with GNU Make >3.80, when sh.exe is used
19009 and arg quoting is with '..'.
19010 (autoloads): Don't break the quoted --eval expression between
19013 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
19015 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
19016 Capture error from printing circular structures.
19018 2005-12-17 Martin Rudalics <rudalics@gmx.at>
19020 * wid-edit.el (widget-checkbox-action): Clear undo info.
19022 2005-12-16 Bill Wohler <wohler@newt.com>
19024 * menu-bar.el (kill-this-buffer): Set a good example by using menu
19025 bar, not menubar in comment.
19027 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
19029 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
19030 After-change-functions should not clobber the match data.
19032 2005-12-16 Juri Linkov <juri@jurta.org>
19034 * simple.el (choose-completion): Use `buffer-substring-no-properties'
19035 instead of `buffer-substring'.
19036 (completion-common-substring): Doc fix.
19037 (completion-setup-function): Use minibuffer-completion-contents
19038 instead of minibuffer-contents. Don't set common-string-length
19039 initially. Remove special handling of partial-completion-mode.
19040 Move computation of completion-base-size into one cond.
19041 Call completion-base-size-function in mainbuf. In computation of
19042 completion-base-size for file name completion don't move point to
19043 the end of the minibuffer. Move computation of common-string-length
19044 into one cond. Start putting faces only when common-string-length>=0.
19045 Add condition to put completions-common-part when
19046 common-string-length>0.
19048 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
19049 place point at the first different character in the minibuffer
19050 even if this position is at the beginning of the minibuffer.
19052 * info.el (Info-read-node-name-1): In completion-base-size-function's
19053 lambda return 1 if common-substring or minibuffer-completion-contents
19054 starts with (, and 0 otherwise.
19056 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
19057 Use `crm-current-element' for second arg of `display-completion-list'.
19059 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
19061 * files.el (set-auto-mode): Look for an interpreter specified on
19062 the first line also if search for mode specification succeeded,
19063 but the mode is not known.
19065 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
19067 * textmodes/org.el (org-tags-match-list-sublevels): New option.
19068 (org-open-at-point): Implement tag searches as links.
19069 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
19070 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
19071 (org-tags-sparse-tree, org-tags-view, org-set-tags)
19072 (org-agenda-dispatch): New commands.
19073 (org-use-tag-inheritance, org-tags-column): New options.
19074 (org-tab-follows-link, org-return-follows-link): New options.
19075 (org-tags): New customize group.
19076 (org-start-icalendar-file): Get local time zone.
19077 (org-tags-completion-function): New function.
19078 (org-set-font-lock-defaults): Make sure links will also be
19079 highlighted inside headlines.
19081 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
19083 * term.el (term-emulate-terminal):
19084 Let term-handle-ansi-terminal-messages override what Bash says about
19085 its current directory.
19087 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
19089 * bindings.el (last-buffer): Move to simple.el.
19090 * simple.el (last-buffer): Move here.
19091 (get-next-valid-buffer): New function.
19092 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
19093 (prev-buffer): Ditto. Rename to `previous-buffer'.
19095 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
19096 * bindings.el (global-map): Ditto.
19098 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
19100 * cus-edit.el: Introductory comment change.
19101 (custom-magic-alist): Change message string for the `rogue' state.
19103 2005-12-15 Richard M. Stallman <rms@gnu.org>
19105 * tooltip.el: Delete defcustom variable :tag names.
19107 * complete.el (partial-completion-mode): Doc fix.
19109 * textmodes/flyspell.el (flyspell-external-point-words):
19110 Use save-excursion to ensure we don't move backward in the
19111 search loop, not even one character.
19112 (flyspell-delete-all-overlays): Use remove-overlays directly.
19114 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
19115 (ispell-start-process): Set that variable.
19116 Clear ispell-buffer-local-name.
19117 (ispell-internal-change-dictionary):
19118 Set ispell-current-dictionary after killing process.
19119 (ispell-buffer-local-dict):
19120 Don't set spell-personal-dictionary after killing process.
19121 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19122 (ispell-tex-skip-alists, ispell-html-skip-alists)
19123 (ispell-skip-region-alist): Mark as risky.
19125 * net/newsticker.el (newsticker--retrieval-timer-list)
19126 (newsticker--display-timer, newsticker-running-p)
19127 (newsticker-ticker-running-p): Definitions moved up.
19129 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
19131 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19133 2005-12-15 David Ponce <david@dponce.com>
19135 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19136 (recentf-edit-list, recentf-open-files): Signal an error when
19137 there is no recent file.
19139 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
19141 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19142 read-only except for texinfo-format-region evaluation.
19144 2005-12-14 Richard M. Stallman <rms@gnu.org>
19146 * vc.el (vc-default-previous-version, vc-default-next-version)
19147 (vc-do-command): Doc fixes.
19149 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19151 * textmodes/bibtex.el (bibtex-expand-strings)
19152 (bibtex-autokey-expand-string, bibtex-name-part)
19153 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19154 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19155 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19156 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19157 (bibtex-entry-postfix, bibtex-known-entry-type-re)
19158 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19159 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19160 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19161 (bibtex-beginning-of-last-entry): Remove.
19162 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
19163 message if comma is missing but buffer is read-only.
19164 (bibtex-parse-field-text): Handle whitespaces at the end of field
19165 text. Return 3-element list with beginning and end of field text
19167 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19168 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
19169 (bibtex-search-forward-field, bibtex-search-backward-field):
19170 Search always delimited by limits of entry. Use more efficient
19172 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19173 bibtex-end-of-name-in-field.
19174 (bibtex-text-in-field-bounds): Handle BibTeX strings when
19175 extracting the content of a field.
19176 (bibtex-text-in-field): Use search limits.
19177 (bibtex-parse-string-prefix): Handle empty string keys based on
19178 bibtex-string-empty-key.
19179 (bibtex-parse-string): Fix docstring.
19180 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19181 (bibtex-preamble-prefix, bibtex-strings): New functions.
19182 (bibtex-skip-to-valid-entry): Include preceding whitespace in
19183 BibTeX entries (consistent with other BibTeX functions).
19184 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19185 (bibtex-search-entry): Fix docstring. Simplify.
19186 (bibtex-flash-head, bibtex-complete-string-cleanup)
19187 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19188 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19189 (bibtex-parse-entry): New optional arg content.
19190 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19191 Use bibtex-text-in-field-bounds.
19192 (bibtex-print-help-message): Handle BibTeX strings and preambles.
19193 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19194 bibtex-parse-string-postfix.
19195 (bibtex-find-text-internal): New function.
19196 (bibtex-remove-delimiters): Use it.
19197 (bibtex-find-text): Use it. New optional arg help.
19198 (bibtex-complete): Handle BibTeX string and preamble entries.
19199 (bibtex-Preamble): Fix order of closing delimiters.
19201 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
19203 * vc.el (vc-default-revert): New fun.
19205 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19207 2005-12-14 Romain Francoise <romain@orebokech.com>
19209 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19210 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19211 (font-lock-remove-keywords): Likewise.
19213 2005-12-14 Juri Linkov <juri@jurta.org>
19215 * log-view.el (log-view-diff): Doc fix.
19217 * isearch.el (isearch-query-replace): Use (mark) instead of
19218 isearch-opoint if mark is active in transient-mark-mode.
19220 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
19222 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19224 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19226 * progmodes/cpp.el (cpp-face): New widget.
19227 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19229 2005-12-14 Juri Linkov <juri@jurta.org>
19231 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19232 around `erase-buffer' and `insert'.
19234 * descr-text.el (describe-text-properties): Replace buffer name
19235 "*Help-2*" with "*Help*<2>".
19236 (describe-char): Add functions print-help-return-message,
19237 toggle-read-only. Use help-setup-xref with nil to not store
19238 describe-char in help-xref-stack. Use help-make-xrefs to
19239 make [back] button.
19241 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19243 * wdired.el (wdired-old-point): New internal variable.
19244 (wdired-change-to-wdired-mode): Set it buffer-locally.
19245 (wdired-abort-changes): Restore point after aborting changes.
19247 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19249 * vc.el (vc-do-command): Add a new value t for okstatus.
19251 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19252 frame in case of errors.
19254 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19256 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19257 so it comes after "On the Left" in the menu.
19259 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19261 * cus-edit.el (customize-apropos, customize-apropos-options)
19262 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19264 2005-12-12 Bill Wohler <wohler@newt.com>
19266 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19267 non-writable Subversion-controlled files by saving window
19268 configuration before calling vc-do-command. vc-do-command calls
19269 pop-to-buffer on error which is unexpected during registration.
19271 2005-12-12 Jay Belanger <belanger@truman.edu>
19273 * calc/README: Update the summary of changes.
19275 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19277 * descr-text.el (describe-char): Rework last fix to solve the problem
19278 is the same way it's solved for everything else in that function
19279 (i.e. by extracting the info before setting up the *Help* buffer).
19281 2005-12-12 Kim F. Storm <storm@cua.dk>
19283 * subr.el (version-regexp-alist): Allow space as separator before
19284 non-numeric part, e.g. "1.0 alpha".
19285 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19287 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19289 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19290 Implement Logging and the keep-modes setting.
19291 (org-get-category): Make sure a string is returned.
19292 (org-log-done): New function.
19293 (org-log-done, org-closed-string): New options.
19295 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19297 * tooltip.el (tooltip-y-offset): Change default to 20.
19299 2005-12-12 Richard M. Stallman <rms@gnu.org>
19301 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19303 * frame.el (display-hourglass): Doc fix.
19305 * help.el (help-for-help-internal): Simplify entry for `a'.
19307 * info.el (Info-on-current-buffer): Doc fix.
19308 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19310 * startup.el (inhibit-splash-screen): Make this the real name.
19311 (inhibit-startup-message): Make this the alias.
19312 (command-line): Find only simple.el, and use its directory
19313 to fill in other preloaded files' names.
19314 (command-line): Deactivate the mark if deactivate-mark is set.
19316 * international/mule.el (load-with-code-conversion):
19317 Bind deactivate-mark.
19319 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19321 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19323 * cus-edit.el (customize-apropos): Avoid listing an option more
19324 than once under different aliases. No longer list user options
19325 that are not defined with defcustom (unless a prefix arg is given).
19327 (customize-apropos-options): Doc fix.
19329 2005-12-11 Juri Linkov <juri@jurta.org>
19331 * frame.el (set-background-color, set-foreground-color)
19332 (set-cursor-color, set-mouse-color, set-border-color):
19333 Add explicit prompts to read colors by `facemenu-read-color'.
19334 (show-trailing-whitespace, blink-cursor-delay)
19335 (blink-cursor-interval, display-hourglass, hourglass-delay):
19337 (display-hourglass, hourglass-delay): Doc fix.
19338 (cursor-in-non-selected-windows): Capitalize words in tag.
19340 * faces.el (frame-background-mode): Replace `choice-item' keywords
19341 with `const' to not make [default] button. Change default value tag
19342 from `default' to `automatic'. Doc fix.
19343 (trailing-whitespace) <defface>: Change group `whitespace' to
19344 `whitespace-faces'.
19346 2005-12-11 Richard M. Stallman <rms@gnu.org>
19348 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19350 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19352 * term/mac-win.el: Create keymap for mac-apple-event-map.
19354 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19356 * tooltip.el (tooltip-mode): Move to start of file so that it
19357 appears at top of customize buffer.
19359 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19360 Add the gud groupname.
19361 (gud-tooltip-mode): Add the tooltip groupname.
19362 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19363 avoid conflict with tooltip-use-echo-area.
19365 2005-12-10 Romain Francoise <romain@orebokech.com>
19367 * help.el (help-for-help-internal): Add `r' in doc string.
19369 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
19371 * align.el (align-regexp, align-highlight-rule):
19372 Use region-beginning and region-end instead of point and mark, so that
19373 repetition (with `repeat-complex-command') recomputes the region
19376 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19378 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19379 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19380 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19381 (balance-windows): Rewrite using the above new functions.
19383 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19385 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19386 react if global-hi-lock-mode seems intended.
19387 (global-hi-lock-mode): Renamed from hi-lock-mode.
19388 (hi-lock-archaic-interface-message-used)
19389 (hi-lock-archaic-interface-deduce): New variables.
19390 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19391 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19392 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19393 Replace hi-lock-buffer-mode with hi-lock-mode.
19395 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19397 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19398 completion list, even after a partial completion has been
19399 inserted in the current buffer. If there are more than 1
19400 completion, redisplay the *Completions* buffer; if the
19401 completion is unique, delete the *Completions* window.
19403 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19405 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19406 strings and long subject lines that were broken into multiple
19407 lines at arbitrary places. Handle subjects that have "Re: " in
19410 2005-12-10 John W. Eaton <jwe@octave.org>
19412 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19413 comments or strings if octave-auto-indent is nil.
19415 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19417 * term/mac-win.el: Require url when compiling.
19418 Call mac-process-deferred-apple-events after loading init files.
19419 (mac-apple-event-map): New defvar. Define event handlers in it.
19420 (core-event, internet-event): New Apple event class symbols.
19421 (open-application, reopen-application, open-documents)
19422 (print-documents, open-contents, quit-application)
19423 (application-died, show-preferences, autosave-now, get-url):
19424 New Apple event ID symbols.
19425 (about): New HICommand ID symbol.
19426 (mac-event-spec, mac-event-ae): New macros.
19427 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19428 (mac-ae-selection-range, mac-ae-text-for-search)
19429 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19430 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19431 and Services menu events are now defined in mac-apple-event-map.
19432 (mac-drag-n-drop): Remove selection range handling.
19434 2005-12-10 Kenichi Handa <handa@m17n.org>
19436 * simple.el (zap-to-char):
19437 * isearch.el (isearch-process-search-char): Translate CHAR by
19438 translation-table-for-input.
19440 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19442 * foldout.el (foldout-exit-fold): Properly hide subtree.
19444 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19446 * files.el (save-buffer):
19447 * international/ucs-tables.el (ucs-set-table-for-input):
19448 * mail/mail-extr.el (mail-extract-address-components):
19449 * mail/sendmail.el (mail-mode): Reformat doc string.
19451 2005-12-09 Juri Linkov <juri@jurta.org>
19453 * isearch.el (isearch-highlight): Change main overlay priority
19454 from 1 to 1001. Simplify.
19455 (isearch-lazy-highlight-update): Change lazy overlay priority
19458 * replace.el (replace-highlight): Change overlay priority from
19461 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19462 Change overlay priority from 1 to 1001. Reuse existing overlay.
19464 * compare-w.el (compare-windows-highlight): Change overlay
19465 priority from 1 to 1000.
19467 * menu-bar.el (menu-bar-edit-menu): Add listp around
19468 pending-undo-list to disable menu item "undo" when pending
19469 undo list is empty.
19471 * locate.el (locate): Disable undo in *Locate* buffer.
19473 2005-12-09 Kim F. Storm <storm@cua.dk>
19475 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19477 2005-12-09 David Ponce <david@dponce.com>
19479 * recentf.el: Improvement of the menu code.
19480 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19481 instead of menu hook.
19482 (recentf-show-menu, recentf-hide-menu): New functions.
19483 (recentf-menu-customization-changed, recentf-mode): Use them.
19484 (recentf-menu-action, recentf-max-menu-items)
19485 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19486 (recentf-arrange-by-rule-others)
19487 (recentf-arrange-by-rules-min-items)
19488 (recentf-arrange-by-rule-subfilter): Don't use
19489 `recentf-menu-customization-changed'.
19490 (recentf-arrange-rules): Likewise. Accept functions to compute
19492 (recentf-menu-filter): Likewise. Doc fix.
19493 (recentf-menu-value-shortcut): Doc fix.
19494 (recentf-dump-variable): Quote atom value.
19495 (recentf-make-menu-items): Update to use it as a menu filter.
19496 (recentf-match-rule): New function.
19497 (recentf-arrange-by-rule): Use it.
19498 (recentf-indirect-mode-rule): New function.
19499 (recentf-build-mode-rules): Use it.
19500 (recentf-dir-rule): New function.
19501 (recentf-arrange-by-dir): Use it.
19502 (recentf-filter-changer-current): Rename from
19503 `recentf-filter-changer-state'. All references updated.
19504 (recentf-filter-changer-alist): Update filter names.
19505 (recentf-filter-changer-select): New function.
19506 (recentf-filter-changer): Use it. Make a sub-menu from filters
19507 available in `recentf-filter-changer-alist'.
19508 (recentf-data-cache, recentf-clear-data)
19509 (recentf-update-menu): Remove. All references updated.
19510 (recentf-match-rule-p, recentf-build-dir-rules)
19511 (recentf-filter-changer-goto-next)
19512 (recentf-filter-changer-get-current)
19513 (recentf-filter-changer-get-next): Remove.
19515 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19517 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19518 buffer "Reset" button to "Reset to Current" for consistency with
19521 2005-12-08 John Paul Wallington <jpw@pobox.com>
19523 * ibuf-ext.el (define-ibuffer-filter filename):
19524 If `dired-directory' is a list then really use its car.
19526 2005-12-08 Kim F. Storm <storm@cua.dk>
19528 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19529 Fix indention of text on right side of replaced rectangle.
19531 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19533 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19534 No need to check gud-comint-buffer is bound.
19535 (gdb): Prevent multiple debugging when first session uses gdba.
19537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19539 CC Mode update to 5.31.
19541 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19542 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19543 We might do this function properly in the future).
19545 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19546 New macros c-sentence-end and c-default-value-sentence end, to cope
19547 with Emacs 22's new function `sentence-end'.
19549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19551 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19552 compat issue using `c-put-overlay' and `c-delete-overlay'.
19554 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19555 New compat macros to handle overlays/extents.
19557 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19559 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19560 (for GNU Emacs 20.4).
19562 * progmodes/cc-defs.el
19563 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19565 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19566 highlighting mechanism so it will work in XEmacs too.
19568 * progmodes/cc-defs.el: Insert c-int-to-char.
19570 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19571 call to the new macro c-int-to-char. This solves XEmacs's
19572 regarding characters as different from integers.
19574 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19576 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19577 New internal helper.
19579 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19580 construct to make the indirect face lookup work in XEmacs.
19582 (c-cpp-matchers): Append the negation char face to the existing
19583 fontification, so that the cpp face doesn't disappear.
19584 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19587 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19588 to map to `font-lock-negation-char-face' in emacsen where it exists.
19590 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19592 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19594 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19595 Rename "c-subword-move-mode" as "c-subword-mode".
19597 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19598 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19600 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19602 * progmodes/cc-mode.el: Added autoload directive for
19603 `c-subword-move-mode' for use in older emacsen.
19605 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19607 * progmodes/cc-mode.el:
19608 (i): Insert a binding for C-c C-backspace into
19609 c-bind-special-erase-keys which works in TTYs.
19610 (ii): Make sure that when file styles are used, any explicitly
19611 given style variables take priority over those in the style.
19612 Do this by calling `hack-local-variables' a second time.
19614 * progmodes/cc-vars.el: Add language specific customization
19615 widgets for AWK to c-doc-comment-style, c-require-final-newline
19616 and c-default-style. Add a defcustom for awk-mode-hook.
19617 Give c-syntactic-element and c-syntactic-context doc-strings by
19618 directly setting their `variable-documentation' propery.
19619 This allows Emacs 22.1 to read these with C-h v.
19621 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19623 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19625 * progmodes/cc-fonts.el, cc-vars.el
19626 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19627 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19630 (c-doc-comment-style): Made GtkDoc default in C mode.
19632 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19633 and C-c C-<delete>.
19635 (c-bind-special-erase-keys): New function for use on
19636 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19638 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19639 <delete> key behavior in XEmacs according to `delete-forward-p'.
19640 C.f. `c-electric-delete'.
19642 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19644 * progmodes/cc-mode.el: Give c-hungry-backspace and
19645 c-hungry-delete-forward permanent key bindings.
19647 * progmodes/cc-cmds.el (c-electric-semi&comma):
19648 Bind c-syntactic-context for calls to "criteria functions", for
19649 consistency with other calls to user functions.
19651 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19652 `current-prefix-arg', since this might be the prefix arg to a
19653 command which calls c-indent-command as a function. Change the
19654 interactive spec from "p" to "P".
19656 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19657 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19658 was difficult to understand.
19660 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19662 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19663 first char of an identifier.
19665 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19668 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19670 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19671 auto-fill doesn't split a c-comment's last word from a hanging
19672 "*/" when a space is typed between them after fill-column.
19674 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19676 * progmodes/cc-styles.el (c-set-style)
19677 (c-setup-paragraph-variables): Abort the command if we're not in a
19680 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19681 with blank comment-prefix, and a blank line as the comment's
19684 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19686 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19687 Incorporate the patterns added in the Emacs development branch
19688 for the new Emacs 22 face `font-lock-negation-char-face'.
19690 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19691 of "red" since it stands out better in xterms and DOS terminals.
19693 * progmodes/cc-engine.el (c-literal-faces):
19694 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19696 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19698 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19699 forcibly enable c-electric-flag.
19701 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19702 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19703 after the comment-prefix of a C-style comment will close that comment.
19705 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19707 * progmodes/cc-fonts.el (c-basic-matchers-before)
19708 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19711 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19714 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19715 (c-cpp-message-directives, c-cpp-include-directives)
19716 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19717 (c-cpp-expr-directives): Introduce new language constants to
19718 control cpp syntax in a cleaner way.
19720 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19722 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19724 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19725 (c-multiline-string-start-char): New language constants and
19726 variables to specify how newlines in string literals work.
19728 (c-font-lock-invalid-string): Use them.
19730 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19731 unbalanced close brace is entered. Optimization by avoiding going
19732 back over arbitrarily large blocks. Removed hints that this
19733 function only would be relevant/useful in AWK.
19735 (c-electric-brace): Indent syntactically after the cleanups since
19736 lineup functions might do it differently then.
19738 * progmodes/cc-engine.el, cc-langs.el
19739 (c-opt-op-identifier-prefix): New language constant and variable.
19741 (c-just-after-func-arglist-p, c-after-special-operator-id)
19742 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19744 * progmodes/cc-align.el, cc-engine.el
19745 (c-after-special-operator-id): New helper to handle C++ operator
19748 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19749 (c-guess-basic-syntax): Handle C++ operator identifiers in
19752 * progmodes/cc-langs.el (c-assignment-operators): Add the
19753 trigraph version of ^= too.
19755 * progmodes/cc-langs.el (c-assignment-operators): Add the
19756 trigraph version of |= in C++.
19758 * progmodes/cc-fonts.el (c-font-lock-declarators):
19759 Handle `c-decl-hangon-kwds' after the identifier name.
19761 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19762 whether an arglist is "nonempty", ignore a comment after the open
19763 paren if it isn't followed by a non-comment token on the same line.
19765 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19766 Enable heuristics below the point to cope with classes inside special
19767 brace lists in Pike.
19769 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19771 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19773 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19775 * progmodes/cc-guess.el (cc-guess-install): New function to
19776 install an already guessed style in another buffer.
19778 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19779 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19780 anyway if the change always is undone.
19782 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19784 Implement togglable electricity:
19786 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19787 saying when it should be used.
19789 * progmodes/cc-engine.el: Add the new buffer-local variable,
19792 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19793 c-toggle-auto-newline.
19795 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19796 c-toggle-auto-newline. Remove the binding for
19797 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19798 c-toggle-electric-state.
19800 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19802 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19803 c-\(forward\|backward\)-subword.
19804 (c-update-modeline): Add the new modeline flag `l' for
19805 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19806 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19807 Make the old name an alias of the new name.
19808 (c-toggle-electric-state): New function.
19809 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19810 Adapt these functions to do electric things only when
19811 c-electric-flag is non-nil.
19812 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19813 new functions from c-electric-brace.
19814 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19815 mode, so that the tentative extra newline doesn't change the
19816 syntax of the following brace.
19817 (c-electric-brace): Restructure by extracting the above functions.
19818 Tidy up the coding somewhat.
19819 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19822 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19824 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19825 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19827 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19828 (c-submode-indicators): Change name from `c-auto-hungry-string'
19829 since it's now used to track another submode.
19831 (c-update-modeline): Convert to function and extended to check
19832 `c-subword-move-mode'.
19834 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19835 Convert to compat aliases for `c-forward-subword' and
19836 `c-backward-subword'.
19838 * progmodes/cc-subword.el: New functions and minor mode to handle
19839 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19841 (c-forward-subword, c-backward-subword, c-mark-subword)
19842 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19843 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19844 Functions corresponding to the standard word handling functions.
19846 (c-subword-move-mode): Minor mode that replaces all the standard
19847 word handling functions with their subword equivalences.
19849 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19851 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19852 entry for one-liner-defun.
19854 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19855 name in its def-edebug-spec.
19857 * progmodes/cc-cmds.el (c-electric-brace): Make the
19858 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19859 compacts space before a comment, if this will make things fit on
19862 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19864 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19866 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19867 clean-up one-liner-defun.
19869 * progmodes/cc-styles.el: Add the new "awk" style.
19871 * progmodes/cc-vars.el: Add description of one-liner-defun to
19872 c-cleanup-list's doc-string. New user options,
19873 c-max-one-liner-length. In c-default-style, set the default style
19876 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19878 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19879 macros inside labels.
19881 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19882 `c-at-statement-start-p' and `c-at-expression-start-p'.
19884 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19885 error if the mark isn't set.
19887 * progmodes/cc-engine.el (c-guess-continued-construct)
19888 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19889 accurately detect functions inside functions.
19891 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19892 like `c-at-statement-start-p' that additionally recognizes commas
19893 and expression parentheses as delimiters.
19895 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19896 to avoid heuristics that doesn't work for unclosed blocks.
19897 (c-at-statement-start-p): New function.
19899 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19900 Objective-C directives, e.g. directives spanning lines should work
19901 reasonably well now.
19903 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19905 (c-forward-objc-directive): New function to move over any ObjC
19908 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19909 (c-basic-matchers-before): Use it.
19911 (c-font-lock-objc-iip-decl): Remove.
19913 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19914 in the template arglist recognition.
19916 * progmodes/cc-styles.el (c-style-alist): Fix several
19917 inconsistencies in the Whitesmith style.
19919 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19920 New lineup function to get lines after Whitesmith style blocks
19921 correctly indented.
19923 (c-lineup-whitesmith-in-block): Back out the compensation for
19924 opening parens since it's done using `add' lists in the style
19925 definition instead. Don't use the anchor position since it varies
19926 too much between the syntactic symbols. :P
19928 * progmodes/cc-vars.el (c-valid-offset): Update.
19930 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19931 lists where the offsets are combined according to several
19932 different methods: `first', `min', `max', and `add'.
19933 Report offset evaluation errors with `c-benign-error' so that some kind
19934 of reindentation still is done.
19936 * progmodes/cc-engine.el (c-guess-basic-syntax):
19937 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19940 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19941 situations for `arglist-cont-nonempty' and `arglist-close'.
19943 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19945 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19946 cc-bytecomp-boundp' in a number of places.
19948 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19949 macro related issue.
19951 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19953 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19954 list is now [asdf], a char class [:alpha:].
19955 Include code for char classes.
19956 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19957 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19959 Remove (nearly all of) the cruft associated with AWK Mode's former
19960 concept of "virtual semicolons":
19962 Adapt c-beginning-of-statement, c-end-of-statement (together with
19963 subfunctions) to use the new notion of "virtual semicolon" in
19964 place of the old awkward special handling for AWK. There remains
19965 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19966 * progmodes/cc-cmds.el:
19967 (c-ascertain-adjacent-literal): In the backwards direction, now
19968 recognises AWK regexp delimiters as string delimiters.
19969 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19970 check more rigorously for "end of macro".
19971 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19972 virtual semicolons;
19973 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19974 out the code for forward movement into ...
19975 (c-end-of-statement): Now contains the code for forward movement,
19976 adapted for virtual semicolons.
19978 * progmodes/cc-engine.el:
19979 (c-ws*-string-limit-regexp): New regexp.
19980 (c-forward-single-comment, c-backward-single-comment): Comment out
19981 the (now redundant) "special" AWK stuff.
19983 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19984 c-string-par-start, c-string-par-separate to be more like Text
19985 Mode than Fundamental Mode.
19987 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19989 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19990 to the fontified region so that fontification doesn't occur
19991 outside it (could happen e.g. when fontifying a line with an
19992 unfinished declaration).
19994 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19996 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19997 start of the file. ^L now separate sections of the file.
19998 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19999 (c-awk-one-line-possibly-open-string-re)
20000 (c-awk-regexp-one-line-possibly-open-char-class-re)
20001 (c-awk-one-line-possibly-open-regexp-re)
20002 (c-awk-one-line-non-syn-ws*-re): New defonsts.
20003 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
20005 Amend the concept of "virtual semicolons" (in the indentation
20006 engine) for languages like AWK, such that they are now
20007 conceptually attached to end of the last token of a statement, not
20008 the end of the line. (In AWK Mode, however, the pertinent text
20009 property is still physically set on the EOL.) Remove the specific
20010 tests for awk-mode, thus facilitating the introduction of other
20011 language modes where EOLs can end statements.
20012 (Note: The funtionality in cc-cmds.el, specifically
20013 c-beginning/end-of-statement has yet to be amended.)
20015 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
20018 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
20019 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
20020 c-vsemi-status-unknown-p-fn (in a new page).
20022 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
20023 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
20024 numerous awkward forms like
20025 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
20026 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
20027 variable before-ws-ip, the place just after char-before-ip appears.
20029 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
20032 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20034 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
20035 `c-tentative-buffer-changes'.
20037 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
20038 convert to macro to choose between Emacs and XEmacs at compile time.
20040 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
20042 (c-tentative-buffer-changes): New macro to handle temporary buffer
20043 changes in a convenient way.
20045 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
20046 for `c-tentative-buffer-changes'.
20048 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
20049 the checks for paren sexps between the point and the keyword, to
20050 avoid some false alarms.
20052 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
20053 Fixed a situation where an error could be thrown for unbalanced
20054 parens. Changed to make use of c-keyword-member' to avoid some
20055 repeated regexp matches.
20057 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
20058 These language variable are no longer necessary.
20060 (c-block-stmt-kwds): New language constant used by
20061 c-looking-at-inexpr-block'.
20063 (c-guess-basic-syntax): Remove an optional check that looked at
20064 the existence of the now removed language variables.
20066 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
20067 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
20068 object instantiation expressions as declarations in some contexts.
20069 This bug only affected languages where the declarator can't be
20070 enclosed in parentheses.
20072 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
20073 insert newlines before and after substatement braces.
20075 * progmodes/cc-engine.el: Improved the heuristics for recognizing
20076 function declaration headers and the handling of C++ style member
20079 (c-just-after-func-arglist-p): Rewritten to use
20080 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
20082 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
20084 (c-guess-basic-syntax): Adapt case 5B for the new
20085 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
20086 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
20087 covers all cases now).
20089 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
20091 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20093 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
20094 c-string-par-start/separate c-sentence-end-with-esc-eol,
20095 initialised in c-setup-paragraph-variables, used in string
20096 scanning subroutines of c-beginning-of-statement.
20098 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
20099 which precedes the newly inserted `{'.
20101 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20103 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
20104 function for declaration level blocks. It should now cope with
20105 templates better and also be a lot more comprehensible.
20107 (c-looking-at-decl-block): The new function.
20109 (c-search-uplist-for-classkey): The old one. It's now a wrapper
20112 (c-add-class-syntax, c-guess-continued-construct)
20113 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
20115 (c-decl-block-key): Change to tell apart ambiguous and
20116 unambiguous keywords. Pike specials are now handled directly in
20119 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
20120 New language constants and variables to make the backward skip in
20121 `c-looking-at-decl-block' as tight as possible.
20123 (c-nonsymbol-token-char-list): New language constant.
20125 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20126 find balanced template arglists backwards.
20128 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20129 making char classes for `c-syntactic-skip-backward'.
20131 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20132 16D - can't be a class-close at that point.
20134 * progmodes/cc-engine.el (c-guess-basic-syntax)
20135 (c-add-class-syntax): Don't narrow out the enclosing declaration
20136 level. This makes everything a lot easier, and it was actually
20137 only four small places that needed it to work. Some places that
20138 previously did `widen' are removed now, which has the effect that
20139 `c-guess-basic-syntax' never will look at things outside the
20140 current narrowment now. The anchor position for `topmost-intro'
20141 is affected by this, but it was so bogus it was basically useless
20142 before, and now it's equally bogus but in a slightly different way.
20144 (c-narrow-out-enclosing-class): Gone.
20146 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20147 the narrowed region.
20149 (c-least-enclosing-brace): Remove silly optional argument.
20151 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20152 the point could be left directly after an open paren when finding
20153 the beginning of the first decl in the block.
20155 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20156 Specify which submatch to use.
20158 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20160 (c-decl-start-re): No longer any need for special treatment of
20161 ObjC due to the above.
20163 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20164 presumably follows C in that regard.
20166 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20167 New language constants to specify operator tokens inside
20168 identifiers in a more high level way.
20170 (c-opt-identifier-prefix-key): New internal language constant.
20172 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20173 (c-identifier-start, c-identifier-key): Now completely calculated
20174 from other constants.
20176 (c-identifier-last-sym-match): Decommission since it's no longer used.
20178 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
20180 * progmodes/cc-engine.el (c-forward-name): Remove the
20181 optimization when c-identifier-key is equal to c-symbol-key since
20182 it doesn't work in byte compiled files. Don't record empty
20183 regions as identifiers.
20185 * progmodes/cc-langs.el (c-filter-ops): New helper function to
20186 simplify access to `c-operators' and its likes.
20188 (c-operator-list, c-all-op-syntax-tokens)
20189 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20190 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20191 (c-primary-expr-regexp, c-cast-parens): Use it.
20193 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20194 an explicit language in functions.
20196 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20197 variant of adornment.
20199 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20202 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20205 * progmodes/cc-engine.el (c-on-identifier)
20206 (c-simple-skip-symbol-backward): Small fix for handling "-"
20207 correctly in `skip-chars-backward'. Affected the operator lfun
20210 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20211 diagnostic message about precompiled language vars not being used.
20213 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20214 "__attribute__" is followed by a parenthesis.
20216 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20217 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20218 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20220 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20221 Internal cleanups to properly detect the declared identifiers in
20222 various declarations.
20224 (c-decl-start-kwds): New language constant to recognize
20225 declarations that can start anywhere. Used for class declarations
20228 (c-specifier-key, c-not-decl-init-keywords)
20229 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20230 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20232 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20233 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20234 handling of the compiler specific extension keywords into a new
20235 language constant `c-decl-hangon-kwds' that defines keyword
20236 clauses to be ignored in declarations.
20238 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20239 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20240 Necessary to stop at the declared identifier in e.g. IDL valuetype
20243 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20244 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20245 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20246 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20247 class and enum declarations as such and not as part of the type.
20249 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20250 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20252 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20253 declarations when there's some syntax error later on.
20255 (c-complex-decl-matchers): Did away with a reference to
20258 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20259 value - this variable is always dynamically bound.
20261 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20262 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20263 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20264 functions that might do hidden buffer changes: All such internal
20265 functions are now marked instead of those that don't.
20267 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20268 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20269 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20270 (c-literal-type): Allow these functions to make hidden buffer changes,
20271 so that they are free to use text property caching later on.
20273 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20274 (c-electric-brace, c-electric-slash, c-electric-star)
20275 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20276 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20277 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20278 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20279 with the changed semantics of the functions above.
20281 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20282 when macros occur in obscure places. Optimized the sexp movement
20285 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20287 Enhancements for c-beginning-of-statement to work in AWK Mode:
20289 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20290 (completed statement) with `}' (statement completed by closing
20291 brace or semicolon) and `$' (statement completed by EOL).
20293 (c-awk-virtual-semicolon-ends-prev-line-p)
20294 (c-awk-virtual-semicolon-ends-line-p)
20295 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20296 (c-awk-at-statement-end-p): New functions.
20298 * progmodes/cc-cmds.el: Simplify the structure of functions
20299 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20300 two functions and c-beginning-of-statement to handle AWK Mode.
20302 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20303 c-backward-single-comment for AWK mode. Attempt to clarify their
20306 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20310 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20311 label handling. Labels are now recognized in a uniform and more
20312 robust way, regardless of context. Text properties are put on all
20313 labels to recognize the following declarations better.
20314 Multiword labels are handled both in indentation and fontification for
20315 the benefit of language extensions like Qt. For consistency, keywords
20316 in labels are now fontified with the label face instead.
20317 That also applies to "case" and "default".
20319 (c-beginning-of-statement-1): Fix some bugs in the label
20320 handling. Disregard `c-nonlabel-token-key' in labels that begin
20321 with `c-label-kwds'.
20323 (c-find-decl-spots): Support that the callback adds more
20324 `c-decl-end' spots to find.
20326 (c-forward-decl-or-cast-1): Don't treat a list of plain
20327 identifiers followed by a colon as a declaration.
20329 (c-forward-label): New function to recognize labels.
20331 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20332 `c-forward-label'. Moved the label recognition cases (14 and 15)
20333 earlier since they aren't so context sensitive now. Handle labels
20334 on the top level gracefully. Moved access label recognition to
20335 the generic label case (CASE 15) - removed CASE 5E.
20337 (c-font-lock-declarations): Add recognition of labels in the
20338 same round since we need to handle labels in parallell with other
20339 declarations to recognize both accurately. It should also improve
20342 (c-simple-decl-matchers, c-basic-matchers-after):
20343 Move `c-font-lock-labels' so that it only is used on decoration level 2
20344 since `c-font-lock-declarations' handles it otherwise.
20346 (c-complex-decl-matchers): Remove the simplistic recognition of
20349 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20350 with labels earlier.
20352 (c-decl-start-re): New language variable to make
20353 `c-font-lock-declarations' stop for the special protection labels
20354 in Objective-C that start with `@'.
20356 (c-label-key): Remove since it's no longer used.
20358 (c-recognize-colon-labels, c-label-prefix-re): New language
20359 constants to support recognition of generic colon-terminated labels.
20361 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20362 are colon terminated labels.
20364 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20365 first argument starts with a special brace list.
20367 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20368 (c-font-lock-declarations): Break out the declaration and cast
20369 recognition from `c-font-lock-declarations' to a new function, so
20370 that it can be used in the indentation engine.
20372 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20373 up to the start of the literal. Fixed bug with the point on the
20374 wrong side of the search limit that could happen when the start
20375 position is inside a literal.
20377 * progmodes/cc-engine.el (c-parse-state)
20378 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20379 so that it's kept a little bit back to increase the hit rate.
20381 (c-parse-state): Change the macro handling and fixed some
20382 glitches. Macro context is checked more often than necessary now,
20383 but otoh less garbage conses are generated.
20385 * progmodes/cc-engine.el (c-parse-state)
20386 (c-invalidate-state-cache): Cache the last position where
20387 `c-state-cache' applies. This can speed up refontification quite
20388 a bit in blocks where there are many non-brace parens before the point.
20390 (c-state-cache-end): New variable for this.
20392 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20395 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20396 get close initial continue positions when the start position is
20397 inside a literal or macro. Do not call the callback for spots
20398 before the start position (which can happen e.g. for `c-decl-end'
20399 spots inside comments). Optimize better in special cases when the
20400 region is a single line inside a literal or macro (typically when
20401 the current line is refontified).
20403 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20404 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20405 entries from the paren state.
20407 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20408 special case for "else if" clauses.
20410 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20411 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20413 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20414 New language variable to recognize the gcc extension with statement
20415 blocks inside expressions.
20417 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20418 it somewhat more comprehensible. The argument AT-BLOCK-START is
20419 no longer used and hence removed.
20421 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20422 to `c-add-stmt-syntax'.
20424 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20425 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20426 This fixes bogus label recognition.
20428 * progmodes/cc-engine.el (c-add-type, c-check-type)
20429 (c-forward-name, c-forward-type): Improve storage of template
20430 types in `c-found-types' so that they can be recognized better.
20432 (c-syntactic-content): Add option to skip past nested parens.
20434 * progmodes/cc-engine.el (c-forward-name):
20435 Set `c-last-identifier-range' all the time. It's less work that way.
20436 Handle that there might not be an identifier to store in
20437 `c-last-identifier-range'.
20439 (c-forward-type): Handle that `c-last-identifier-range' might be
20440 nil from `c-forward-name'.
20442 * progmodes/cc-defs.el (c-safe-scan-lists)
20443 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20445 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20446 to work even if the form fails.
20448 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20449 down in a large file in one go.
20451 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20453 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20454 function which is like `c-lineup-math' but returns nil instead of
20455 `c-basic-offset' when it doesn't match.
20457 (c-lineup-math): Change to use `c-lineup-assignments'.
20459 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20461 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20462 c-beginning-of-statement. New subfunctions
20463 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20465 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20467 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20468 hardcoded char classes whereever possible. Changed a couple of
20469 places to use skip by syntax instead of skip by char class.
20471 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20472 Fix a bug in the regexp that caused extreme backtracking.
20474 * progmodes/cc-langs.el (c-block-comment-starter)
20475 (c-block-comment-ender): New language constants to specify in a
20476 single place how block comments look.
20478 (c-comment-start-regexp, c-block-comment-start-regexp)
20479 (comment-start, comment-end, comment-start-skip)
20480 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20481 (c-syntactic-ws, c-nonempty-syntactic-ws)
20482 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20483 `c-line-comment-starter', `c-block-comment-starter' and
20484 `c-block-comment-ender'.
20486 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20487 New language constants to break up things a bit.
20489 (c-simple-ws): New language constant for simple whitespace.
20491 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20493 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20494 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20495 newlines. Allow and ignore nil elements in the list.
20497 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20499 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20500 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20502 * progmodes/cc-cmds.el: Tidy up the comments in
20503 c-beginning-of-statement and subfunctions.
20505 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20506 more flexible c-put-char-property and c-clear-char-properties.
20507 Add the author's email address.
20509 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20511 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20512 closing "*/" of a block comment.
20514 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20515 subfunctions) so that it works at BOB and EOB.
20517 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20518 c-beginning-of-statement, including new variable
20519 c-block-comment-start-regexp.
20521 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20523 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20524 symbols from `*-font-lock-extra-types' so that there's no need to
20525 use `regexp-opt' on those lists.
20527 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20528 `c-type-modifier-kwds' is empty.
20530 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20531 there are several strings on the same line.
20533 * progmodes/cc-engine.el (c-literal-limits): Remove the
20534 compatibility function for older emacsen. `c-literal-limits-fast'
20535 has now taken the place of this function.
20537 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20538 with older emacsen: We now require `pps-extended-state'.
20540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20542 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20543 which obviates the need to hack sentence-end. This now handles
20544 escaped newlines in strings correctly. Correct minor bugs in
20545 c-move-over-sentence and in c-beginning-of-statement.
20547 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20548 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20549 that movement over macros and code are rigorously separated from
20550 eachother. Correct a few incidental bugs.
20552 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20553 Improve its doc-string. Improve the handling of certain specific cases.
20555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20557 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20558 (c-guess-basic-syntax): Change the way class-level labels are
20559 recognized; they can now contain essentially any symbols.
20561 (c-opt-extra-label-key): New language variable to cope with the
20562 special protection label syntax in Objective-C.
20564 (c-opt-access-key): Remove; this is now handled better by
20565 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20567 (c-complex-decl-matchers): Update to handle that
20568 `c-opt-access-key' no longer exists.
20570 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20571 improved label recognition in `c-beginning-of-statement-1'.
20573 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20574 Recognize bitfields better.
20576 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20577 Remove some cruft and fixed a bug that could cause it to go to a
20578 position further down.
20580 * progmodes/cc-langs.el, cc-engine.el
20581 (c-beginning-of-statement-1): Improve detection of labels in
20582 declaration contexts.
20584 (c-beginning-of-decl-1): Use it.
20586 (c-nonlabel-token-key): New language constant and variable needed
20587 by `c-beginning-of-statement-1'.
20589 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20590 manifested itself due to the correction in `c-forward-sexp'.
20592 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20593 Make these behave as documented when used at the buffer limits.
20595 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20596 (c-type-decl-end-used): Made this a language variable.
20598 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20599 correctly when `combine-after-change-calls' is used together with
20600 temporary narrowings.
20602 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20603 Report labels correctly when the start point is immediately after the
20606 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20607 Remove since it isn't used anymore.
20609 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20610 bracket arglists such as template parens in C++.
20612 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20613 in the last check-in. Some optimization.
20615 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20616 where it could stop at the same level in a preceding sexp when
20617 PAREN-LEVEL is set.
20619 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20620 text property lookup only when it's needed.
20622 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20623 Change the policy for paren marked angle brackets to be more
20624 persistent; once marked they remain marked even when they're found
20625 to be unbalanced in the searched region. This should keep the
20626 paren syntax around even when individual lines are refontified in
20627 multiline template arglists.
20629 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20630 to control markup so that incorrect angle bracket arglists aren't
20631 marked in contexts where the correct value for
20632 `c-disallow-comma-in-<>-arglists' isn't known.
20634 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20635 argument has become `c-parse-and-markup-<>-arglists'.
20637 (c-remove-<>-arglist-properties): Remove - no longer used.
20639 (c-after-change-check-<>-operators): New function used on
20640 `after-change-functions' to avoid that "<" and ">" characters that
20641 are part of longer operators have paren syntax.
20643 (c-<>-multichar-token-regexp): New language variable used by
20644 `c-after-change-check-<>-operators'.
20646 (c-after-change): Call `c-after-change-check-<>-operators'.
20648 (c-font-lock-<>-arglists): Use the context properties set by
20649 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20650 correctly to avoid doing invalid markup.
20652 (c-font-lock-declarations): Remove code that undoes the invalid
20653 markup done by `c-font-lock-<>-arglists'.
20655 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20656 after `c-font-lock-declarations'.
20658 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20659 Add paren-level feature.
20661 (c-guess-basic-syntax): Improve the anchor position for
20662 `template-args-cont' in nested template arglists. There's still
20663 much to be desired in this area, though.
20665 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20667 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20668 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20670 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20672 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20673 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20675 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20676 it doesn't work no longer are supported.
20678 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20679 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20680 requires support for the syntax-table' text property, which rules
20681 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20682 cruft associated with those versions.
20684 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20685 for the `syntax-table' text property, which rules out Emacs 19 and
20686 XEmacs < 21.4. Removed various compatibility cruft associated
20687 with those versions.
20689 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20690 support for the `syntax-table' text property.
20692 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20693 variable and use an extra quoted face name instead. All the
20694 emacsen flavors handle that correctly.
20696 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20697 (c-font-lock-declarators, c-font-lock-declarations)
20698 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20699 property to mark the items in in declarator lists to handle
20700 refontification inside multiline declarations better.
20702 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20703 construct like "a * b = c;" as a declaration.
20705 2005-12-08 Kim F. Storm <storm@cua.dk>
20707 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20708 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20709 select either meta, hyper, or super modifier for rectangle commands.
20710 (cua--rectangle-modifier-key): New defvar.
20711 (cua--M/H-key): Use it. Remove special case for `space'.
20712 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20713 on X, to meta otherwise. Always bind C-return to toggle
20714 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20716 * emulation/cua-rect.el (cua-help-for-rectangle):
20717 Use cua--rectangle-modifier-key. Handle super modifier too.
20718 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20719 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20721 * ido.el: Move Acknowledgements and History after Commentary.
20722 Minor changes to Commentary.
20724 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20725 keymap if cua--prefix-override-timer is `shift'.
20726 (cua--shift-control-prefix): New function; emulate "type prefix
20727 key twice" functionality to handle shifted prefix key override.
20728 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20730 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20732 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20734 * textmodes/org.el (org-insert-heading): Try to do items before
20736 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20737 (org-insert-item): New function.
20738 (org-renumber-ordered-list): Don't skip to higher level lists.
20740 2005-12-08 Juri Linkov <juri@jurta.org>
20742 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20744 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20746 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20748 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20749 the constructed function name fun-1.
20751 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20752 because such links don't lead to parent documentation.
20754 2005-12-08 Kenichi Handa <handa@m17n.org>
20756 * descr-text.el (describe-char): Use *Help-2* buffer if the
20757 current buffer is *Help*. Call describe-text-properties while
20758 setting the original buffer.
20760 2005-12-07 Bill Wohler <wohler@newt.com>
20762 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20763 and causes problems with non-MH users (such as Gnus users).
20765 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20767 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20768 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20769 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20770 command "info sources". Move calls to GDB command "list".
20771 (gdb-find-file-hook): Just use gdb-source-file-list.
20772 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20773 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20774 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20775 (gdb-data-list-register-values-handler): Use correct trigger name.
20777 2005-12-07 Kim F. Storm <storm@cua.dk>
20779 * ido.el (ido-completion-map): Rename from ido-mode-map.
20780 (ido-common-completion-map, ido-file-completion-map)
20781 (ido-file-dir-completion-map, ido-buffer-completion-map):
20782 Rename from ido-mode-....-map.
20783 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20784 (ido-setup-completion-map): Rename from ido-define-mode-map.
20785 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20786 to ido-completion-map.
20788 2005-12-07 Kenichi Handa <handa@m17n.org>
20790 * international/mule-cmds.el
20791 (set-display-table-and-terminal-coding-system): If the coding
20792 system specified in `unibyte-display' property is different from
20793 the arg coding-system, don't setup standard-display-table.
20795 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20797 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20798 that comments end at \n, regardless of selective-display.
20800 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20802 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20803 (gdb-version): New variables.
20804 (gdb-source-file-list, gdb-register-names)
20805 (gdb-changed-registers): New variables for use with GDB 6.4+.
20806 (gdb-ann3): Replace with...
20807 (gdb-init-1, gdb-init-2): ...two new functions.
20808 (gdba, gdb-prompt): Call gdb-init-1.
20809 (gdb-get-version): New function. Call gdb-init-2 from here.
20810 (gud-watch): Make it work with mouse events too.
20811 (gdb-post-prompt): Don't add to queue until GDB version is known.
20812 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20813 (gdb-locals-mode): Use gdb-version.
20814 (gdb-memory-format-map, gdb-memory-unit-map)
20815 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20816 (gdb-locals-font-lock-keywords-1)
20817 (gdb-locals-font-lock-keywords-2): New variables.
20818 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20819 (gdb-set-gud-minor-mode-existing-buffers-1)
20820 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20821 (gdb-var-update-1, gdb-var-update-handler-1)
20822 (gdb-data-list-register-values-handler)
20823 (gdb-data-list-register-values-custom)
20824 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20825 (gdb-stack-list-locals-handler, gdb-get-register-names):
20826 New functions for use with GDB 6.4+.
20827 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20828 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20829 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20830 (gdb-stack-list-locals-regexp)
20831 (gdb-data-list-register-names-regexp): New regexps for use with
20834 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20836 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20838 2005-12-06 Nozomu Ando <nand@mac.com>
20840 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20841 prompts work for AUTH PLAIN. Also reported by Steve Allan
20842 <seallan@verizon.net>.
20844 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
20846 * frame.el (set-frame-parameter): Add doc string.
20848 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20850 * textmodes/org.el (org-occur-highlights): New variable.
20851 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20852 (org-highlight-sparse-tree-matches): New option.
20853 (org-do-occur): New function.
20854 (org-get-heading): Make it work also at beginning of line.
20855 (org-category-table): New variable.
20856 (org-get-category-table, org-get-category)
20857 (org-camel-to-words, org-link-search): New functions.
20858 (org-select-this-todo-keyword): New variable.
20859 (org-todo-list): New command.
20860 (org-shiftright, org-shiftleft): New commands.
20861 (org-agenda-todo): Add prefix argument.
20862 (org-show-hierarchy-above): New option.
20863 (org-show-todo-tree): Numerical prefix creates tree for specific
20865 (org-outline-level): New function, to assign a level to plain
20867 (org-cycle-include-plain-lists): New option.
20868 (org-mode): Use `org-outline-level' as value of `outline-level'.
20869 (org-cycle): Temporarily switch `outline-regexp' if
20870 `org-cycle-include-plain-lists' is non-nil.
20871 (org-start-icalendar-file): Fix format bug.
20872 (org-agenda-get-day-entries): Create category table.
20873 (org-agenda-get-todos, org-agenda-get-timestamps)
20874 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20875 (org-agenda-get-blocks): Use `org-get-category'.
20876 (org-context-in-file-links): Rename from
20877 `org-line-numbers-in-file-links'.
20879 2005-12-06 Romain Francoise <romain@orebokech.com>
20881 * window.el (balance-windows): Delete extraneous third arg in call
20882 to `enlarge-window'.
20884 2005-12-06 Kenichi Handa <handa@m17n.org>
20886 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20888 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20890 * progmodes/gdb-ui.el (gdb-var-create-handler)
20891 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20892 (gdb-var-list-children-handler, gdb-var-update-handler):
20893 Current buffer is already gdb-partial-output-buffer, don't
20894 make it current again.
20896 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20898 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20899 (list-buffers-noselect): Use it.
20901 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20903 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20904 (mail-yank-ignored-headers): Use regexp-opt.
20905 (mail-mode-map): Move initialization into declaration.
20906 (mail-sent-via): Remove unused shadowed var `to-line'.
20907 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20908 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20909 (mail-do-fcc): Use dolist and push.
20910 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20911 (mail-yank-ignored-headers): Don't autoload.
20913 2005-12-05 Kenichi Handa <handa@m17n.org>
20915 * international/mule-cmds.el (set-language-info-internal): New fun.
20916 (set-language-info): Call set-language-info-internal to update
20917 language-info-alist. If LANG-ENV is the current one, call
20918 set-language-environment to make INFO effective now.
20919 (set-language-info-alist): Likewise.
20920 (locale-language-names): With locale "en", use English
20921 lang. env. but set the default codings to iso-8859-1.
20923 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20925 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20926 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20927 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20929 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20930 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20931 Create registers buffer if necessary. Echo new state in minibuffer.
20932 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20934 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20936 * info.el (Info-fontify-node): Match external links using
20937 non-directory part of filename.
20939 2005-12-04 Juri Linkov <juri@jurta.org>
20941 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20942 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20943 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20944 because there is no customization option for it.
20946 * font-lock.el (lisp-font-lock-keywords-1):
20947 Add define-global-minor-mode.
20949 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20951 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20952 properties on the constructed variable names.
20954 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20955 Put `definition-name' properties on the constructed function names
20956 next-sym and prev-sym.
20958 * emacs-lisp/find-func.el (find-function-regexp):
20959 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20960 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20961 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20962 and easy-menu-define.
20964 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20965 easy-mmode-define-global-mode and define-global-minor-mode.
20966 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20968 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20969 instead of easy-mmode-define-global-mode.
20971 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20972 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20974 * cus-edit.el (customize-group, customize-group-other-window):
20975 Filter out autoloaded options from the group completion list by
20976 using heuristics that autoloaded groups don't have `custom-autoload'
20977 property on their symbols (they have only `custom-loads').
20979 * simple.el (completion-setup-function): Put completions-common-part
20980 face on complete completion string too (i.e. completion string
20981 without completions-first-difference face).
20983 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20985 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20987 * view.el (view-mode): Doc fix.
20989 * disp-table.el (standard-display-european): Add to the warning
20990 message a reference to the doc string.
20992 * play/yow.el (apropos-zippy): Call print-help-return-message,
20993 similar to other Help and Apropos commands.
20995 * help.el (print-help-return-message): If pop-up-frames is
20996 non-nil, set up help-return-method to delete the help window and,
20997 possibly, its frame as well, and don't display message about
20998 scrolling the help window. Doc fix.
20999 (help-return-method): Doc fix.
21001 2005-12-03 Martin Rudalics <rudalics@gmx.at>
21003 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
21004 whereby names of length one or names starting with a
21005 symbol-constituent character would not be returned.
21007 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
21009 * subr.el (atomic-change-group): Add edebug and indentation spec.
21011 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
21013 * completion.el (save-completions-file-name): Fix typo in last change.
21015 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21017 * info.el: Move back/forward history to the beginning of the tool bar.
21019 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
21021 * allout.el (eval-when-compile): Remove unnecessary load of cl.
21022 Add fset of allout-real-isearch-abort during compile to fix
21023 byte-compilation warnings.
21024 (allout-mode-p): Move definition of this macro above all uses, or
21025 byte compilation in barren Emacs (eg, during Emacs build) will
21026 lack the definition.
21027 (allout-mode): Move this variable above any uses, or byte
21028 compilation will fail.
21029 (allout-resolve-xref): Remove use of personal file-reference function.
21030 (allout-toggle-current-subtree-encryption): Do the current (ie,
21031 visible containing) topic, rather than nearest around point. Doc fix.
21032 (allout-toggle-subtree-encryption): New function, workhorse that
21033 works on nearest topic containing point.
21034 (allout-encrypt-string): Signal requirement for newer version of pgg.
21035 (allout-resumptions): Doc fix.
21037 2005-12-02 Eli Zaretskii <eliz@gnu.org>
21039 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
21041 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
21043 * textmodes/flyspell.el (flyspell-external-point-words):
21044 Consider a misspelling as found in the string search if: (a) misspelling
21045 and found string lengths match, or (b) misspelling is found as
21046 element in a boundary-chars separated longer string, or (c)
21047 ispell-program-name is really ispell and misspelling is found as
21048 part of a TeX string. After successful match move beginning of
21049 search region to end of match. Warn about not found misspellings
21050 once the process is done.
21051 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
21053 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
21055 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21056 tool bar (removed inadvertently).
21058 2005-12-02 Juri Linkov <juri@jurta.org>
21060 * log-view.el (log-view-diff): Clarify doc string.
21062 2005-12-01 Bill Wohler <wohler@newt.com>
21064 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
21065 triggers lm-verify errors.
21067 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
21069 * simple.el (transient-mark-mode, line-number-mode)
21070 (column-number-mode, size-indication-mode): Remove `:require nil'.
21072 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
21074 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
21075 in the margin also.
21076 (gdb-breakpoints-mode-map): Use D instead of d for
21077 gdb-delete-breakpoint.
21078 (gdb-get-frame-number): Require a number to match on.
21079 (gdb-threads-mode-map): Add follow-link binding.
21081 2005-11-30 Jason Rumney <jasonr@gnu.org>
21083 * isearch.el (isearch-mode-map): Avoid exiting search on
21084 language-change event.
21086 2005-11-30 Romain Francoise <romain@orebokech.com>
21088 * speedbar.el (speedbar-default-position): New defcustom.
21089 (speedbar-frame-reposition-smartly): Use it.
21091 * dframe.el (dframe-reposition-frame-emacs): Fix position
21092 computation for `left' location.
21093 Update copyright year.
21095 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
21097 * help.el (help-map): Move initialization into declaration.
21099 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
21101 * help-fns.el (help-argument-name): Don't autoload.
21102 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
21103 to be re-loaded when customizing the `help' group.
21105 2005-11-30 John Paul Wallington <jpw@gnu.org>
21107 * help-fns.el (describe-function-1): Fill arglist output.
21109 2005-11-30 Kim F. Storm <storm@cua.dk>
21111 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
21112 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
21113 after revert-buffer (or anything else which kills all local variables).
21115 * apropos.el (apropos-parse-pattern): Doc fix.
21116 Set apropos-regexp directly, rather than expecting callers to do so.
21117 (apropos-command, apropos, apropos-value, apropos-documentation):
21118 Simplify calls to apropos-parse-pattern.
21120 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21122 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21123 (hi-lock-face-phrase-buffer): Use hi-yellow face.
21124 (hi-lock-write-interactive-patterns): Use comment-region.
21126 * longlines.el (longlines-mode): Add mail-setup-hook.
21128 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21130 * simple.el (sendmail-user-agent-compose, next-line):
21131 Conditionally use hard-newline.
21133 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
21135 * international/latexenc.el (latex-inputenc-coding-alist):
21138 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21140 * help.el (describe-key-briefly, describe-key): Recognize default
21143 2005-11-29 Romain Francoise <romain@orebokech.com>
21145 * view.el (view-inhibit-help-message): New defcustom.
21146 (view-mode-enter): Use it.
21148 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
21150 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21151 Preserve user position.
21153 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
21155 * font-lock.el: Throw error if facemenu is not loaded to prevent
21156 accidental change of loading order in loadup.el. (Suggested by RMS.)
21158 * loadup.el: Add comment explaining why facemenu must be loaded
21161 2005-11-28 Jay Belanger <belanger@truman.edu>
21163 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21164 (calc-dispatch-map): Add more keys for `calc-same-interface'.
21166 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21168 * calc/calc-embed.el (calc-do-embedded): Update help message.
21170 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21172 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21174 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21176 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21177 called-interactively-p.
21178 (elp-profilable-p): Rename from elp-not-profilable-p.
21179 Invert result and take into account macros and autoloaded functions.
21180 (elp-instrument-function): Update call.
21181 (elp-instrument-package): Update call. Add completion.
21182 (elp-pack-number): Use match-string.
21183 (elp-results-jump-to-definition-by-mouse): Merge into
21184 elp-results-jump-to-definition and then remove.
21185 (elp-output-insert-symname): Make help echo text single-line.
21187 * replace.el (query-replace-map): Move initialization into declaration.
21188 (occur-engine): Use with-current-buffer.
21189 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21190 (occur-mode-mouse-goto): Replace with an alias.
21192 2005-11-28 Juri Linkov <juri@jurta.org>
21194 * simple.el (quoted-insert): Let-bind input-method-function to nil.
21196 * term/w32-win.el: Bind [S-tab] to [backtab].
21198 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21199 `Info-find-file' to t.
21201 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21202 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21203 and same-window-regexps.
21204 (occur-next-error): Don't move point for arg 0.
21206 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
21208 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21210 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21212 * log-edit.el (log-edit-changelog-use-first): New var.
21213 (log-edit-changelog-ours-p): Use it.
21214 (log-edit-insert-changelog): Set it with new arg `use-first'.
21215 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21216 (log-edit-hook): Add them to the list of suggested options.
21218 * textmodes/flyspell.el (flyspell-last-buffer): New var.
21219 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21221 (flyspell-mode-on): Use add-hook for after-change-functions.
21222 (flyspell-mode-off): Use remove-hook for after-change-functions.
21223 (flyspell-changes): Make it buffer-local.
21224 (flyspell-after-change-function): Make it non-interactive. Use push.
21225 (flyspell-post-command-hook): Check input-pending-p while processing
21226 the potentially long list of buffer changes.
21228 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
21230 * buff-menu.el (list-buffers-noselect): Display the selected
21231 frame's buffer list, not the global one.
21233 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21235 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21236 that (list last-input-event) works as in interactive spec.
21238 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21240 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21241 `facemenu-keymap' needs to be defined when font-lock is loaded.
21242 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21244 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21246 * completion.el: Remove useless leading * in defcustom docstrings.
21247 (save-completions-file-name): Use ~/.emacs.d if available.
21248 (completion-standard-syntax-table): Rename from
21249 cmpl-standard-syntax-table and fold initialization into declaration,
21250 thus removing cmpl-make-standard-completion-syntax-table.
21251 (completion-lisp-syntax-table, completion-c-syntax-table)
21252 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21253 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21254 (symbol-under-point, symbol-before-point)
21255 (symbol-under-or-before-point, symbol-before-point-for-complete)
21256 (add-completions-from-c-buffer): Use with-syntax-table.
21257 (make-completion): Don't return a list of completion entries.
21259 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21260 (completion-initialize): Rename from initialize-completions.
21261 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21262 (kill-emacs-save-completions): Collect stats here.
21263 (save-completions-to-file, load-completions-from-file):
21264 Use with-current-buffer.
21265 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21266 into a function. Move all calls to toplevel.
21267 (completion-lisp-mode-hook): New fun.
21268 (completion-c-mode-hook, completion-setup-fortran-mode):
21269 Set the syntax-table here. Use local-set-key.
21270 (completion-saved-bindings): New var.
21271 (dynamic-completion-mode): Make it into a proper minor mode.
21272 (load-completions-from-file): Remove unused var `num-uses'.
21274 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21275 constructor if it is explicitly overridden.
21277 * complete.el (PC-completion-as-file-name-predicate):
21278 Use minibuffer-completing-file-name.
21279 (partial-completion-mode): Use find-file-not-found-functions.
21280 (PC-lisp-complete-symbol): Use with-syntax-table.
21281 (PC-look-for-include-file): Remove dead setq.
21282 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21283 (PC-complete): Use with-current-buffer.
21285 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21286 escape single quotes.
21288 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21290 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21291 of `if' whose condition always returned nil. Doc fix.
21293 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21294 window's buffer the current buffer around the call to
21295 `list-buffers-noselect'. This is necessary to mark that buffer
21296 with a `.' in the Buffer Menu when called from Lisp, for instance
21297 by Auto Revert Mode.
21299 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21301 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21303 (gdb-pre-prompt): Make sure gdb-error is reset.
21305 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21306 with a child process, detect it.
21307 (gud-speedbar-buttons): Match regexp more carefully.
21309 2005-11-27 Richard M. Stallman <rms@gnu.org>
21311 * mouse.el (mouse-drag-move-window-bottom):
21312 Use adjust-window-trailing-edge.
21314 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21316 * simple.el (blink-matching-open): Ignore
21317 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21318 (blink-matching-paren-on-screen): Update docstring.
21320 * paren.el (show-paren-mode): No longer change
21321 `blink-matching-paren-on-screen'.
21323 2005-11-27 John Paul Wallington <jpw@pobox.com>
21325 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21326 (gdb-threads-select, gdb-edit-register-value):
21327 Use `posn-set-point' instead of `mouse-set-point' because the
21328 latter is not fbound when configured without X.
21330 2005-11-27 Kim F. Storm <storm@cua.dk>
21332 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21333 existing face when partially highlighting a TAB in a rectangle.
21335 2005-11-26 Kim F. Storm <storm@cua.dk>
21337 * ido.el (ido-mode-map): Doc fix.
21338 (ido-mode-common-map, ido-mode-file-map)
21339 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21340 (ido-define-mode-map): Rewrite. Select one of the new maps as
21341 parent for ido-mode-map instead of building from scratch.
21342 (ido-init-mode-maps): New defun to initialize new maps.
21343 (ido-mode): Call it.
21344 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21345 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21347 2005-11-26 John Paul Wallington <jpw@pobox.com>
21349 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21350 `mouse-set-point' because the latter is not fbound when configured
21353 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21355 * files.el (file-relative-name): Doc fix.
21357 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21359 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21360 non-empty string for secondary prompt PS2.
21362 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21364 * progmodes/compile.el (compilation-setup): Fix last change.
21366 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21368 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21369 (gdb-mouse-toggle-breakpoint-margin)
21370 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21371 Add gdb-server-prefix to keep out of command history.
21372 (gdb-edit-register-value): New function.
21373 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21374 (gdb-info-registers-custom): Use above map.
21376 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21378 * custom.el (enable-theme): Signal error if argument is not a
21379 theme. Don't recalculate a face if it's not loaded yet.
21381 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21382 the `user' theme is in effect.
21384 * info.el (Info-on-current-buffer): Record actual filename in
21385 Info-current-file, instead of t, or a fake filename if a non-file
21386 buffer. Make autoload.
21387 (Info-find-node, Info-revert-find-node): No need to check for
21388 Info-current-file nil.
21389 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21390 Info-current-file is now never `t'.
21391 (Info-fontify-node): Many simplifications due to Info-current-file
21392 always being valid. Use Info-find-file to find node filename.
21394 2005-11-25 David Kastrup <dak@gnu.org>
21396 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21397 new character, then delete" in order to preserve markers.
21399 2005-11-25 David Ponce <david@dponce.com>
21401 * recentf.el (recentf-arrange-by-rule): Handle a special
21402 `auto-mode-alist'-like "strip suffix" rule.
21403 (recentf-build-mode-rules): Handle second level auto-mode entries.
21405 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21407 * emulation/viper-keym.el (viper-ESC-key): Use different values
21408 in terminal and window modes.
21410 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21411 add jde-javadoc-checker-report-mode.
21413 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21415 * ediff.el (ediff-date): Change the date of last update.
21417 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21419 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21420 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21421 (hi-lock-mode): New global minor mode.
21422 (turn-on-hi-lock-if-enabled): New function.
21423 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21424 Change arguments to regexp and face instead of a font-lock pattern.
21425 Directly set face property, instead of refontifying.
21426 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21427 (hi-lock-find-patterns): Use line-number-at-pos.
21429 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21430 arguments for hi-lock-set-pattern.
21431 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21432 Call font-lock-fontify-buffer.
21433 (hi-lock-find-file-hook, hi-lock-current-line)
21434 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21436 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21439 * progmodes/compile.el (compilation-setup): Don't fiddle with
21440 font-lock-defaults.
21442 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21444 * progmodes/gdb-ui.el (gdb-var-create-handler)
21445 (gdb-var-list-children-handler): Find values for all variable
21446 objects. gud-speedbar-buttons decides whether to display them.
21448 2005-11-24 Romain Francoise <romain@orebokech.com>
21450 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21451 buffer name with a space.
21453 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21455 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21456 `org-export-local-list-max-depth'. Change default value to 3.
21457 (org-auto-renumber-ordered-lists)
21458 (org-plain-list-ordered-item-terminator): New options.
21459 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21460 (org-get-indentation, org-get-string-indentation)
21461 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21463 (org-move-item-down, org-move-item-up): New commands.
21464 (org-export-as-html): New classes for CSS support. Bug fix in
21465 regular expression detecting fixed-width regions. Respect
21466 `org-local-list-ordered-item-terminator'.
21467 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21469 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21470 New item moving functions.
21472 2005-11-24 Juri Linkov <juri@jurta.org>
21474 * isearch.el (isearch-repeat): With empty search ring set
21475 `isearch-error' to the error string instead of signaling error
21476 with the function `error'.
21478 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21480 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21482 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21484 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21486 (gdb-var-create-handler, gdb-var-list-children-handler):
21487 Don't match on "char **...".
21488 (gdb-var-update-handler): Find values for all variable objects.
21489 (gdb-info-frames-custom): Identify frames by leading "#".
21491 * progmodes/gud.el (gud-speedbar-menu-items): Add
21492 gdb-speedbar-auto-raise as radio button.
21493 (gud-speedbar-buttons): Raise speedbar if requested.
21494 Don't match on "char **...".
21495 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21498 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21500 * info.el (Info-fontify-node): Handle the case where
21501 Info-current-file is t.
21503 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21505 * simple.el (blink-matching-open): Fix off-by-one in last change.
21507 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21509 * term/mac-win.el: Don't change default directory.
21511 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21513 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21514 buffers correctly. (It used to throw an error in such buffers.)
21515 Make it ask for confirmation in group buffers and other Custom
21516 buffers containing more than one customization item.
21518 2005-11-22 John Paul Wallington <jpw@gnu.org>
21520 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21521 property on mail and url overlays.
21522 (goto-address-at-point): Use `posn-set-point' instead of
21523 `mouse-set-point' because the latter is not fbound when configured
21526 2005-11-22 Lars Hansen <larsh@soem.dk>
21528 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21529 (ls-lisp-classify, ls-lisp-format): Delete call to
21530 ls-lisp-parse-symlink.
21531 (ls-lisp-handle-switches): Handle symlinks to directories as
21532 directories when ls-lisp-dirs-first in non-nil.
21534 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21536 * startup.el (command-line): Make sure that loaddefs.el is handled
21537 correctly in load-history.
21539 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21541 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21542 (gdb-struct-string, gdb-array-string): New constants.
21543 (gdb-info-locals-handler): Use them.
21544 (gdb-reset): Reset gdb-var-list to nil.
21546 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21548 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21551 2005-11-21 Juri Linkov <juri@jurta.org>
21553 * custom.el (defcustom): Update link types in docstring.
21555 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21557 * custom.el (defgroup): Add doc-string-elt info.
21559 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21561 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21563 * newcomment.el (comment-enter-backward): Fix last fix.
21565 * simple.el (blink-matching-open):
21566 * paren.el (show-paren-function): Allow new paren-class info.
21568 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21570 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21571 handled automagically.
21573 2005-11-20 Andreas Schwab <schwab@suse.de>
21575 * descr-text.el (describe-char): When copying overlays put them
21576 over the full char description instead of just the first character
21579 2005-11-20 Juri Linkov <juri@jurta.org>
21581 * simple.el (what-cursor-position):
21582 * descr-text.el (describe-char): Use Lisp-readable syntax
21583 for octal and hex. Reorder decimal, octal and hex values.
21584 Remove excess whitespace in the output. Use `=' in `column='
21585 like in `point=' and `Hscroll='.
21587 * international/mule-cmds.el (encoded-string-description):
21588 Use Lisp-readable syntax for hex.
21590 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21592 * newcomment.el (comment-enter-backward): Handle the case where the
21593 comment is closed by EOB.
21595 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21597 * longlines.el (longlines-before-revert-hook)
21598 (longlines-after-revert-hook): New functions.
21599 (longlines-mode): Turn off longlines temporarily when reverting.
21600 Add a message-setup-hook.
21601 (longlines-decode-buffer): New function.
21602 (longlines-wrap-line): Preserve marker positions.
21604 2005-11-19 Andreas Schwab <schwab@suse.de>
21606 * emacs-lisp/shadow.el: Handle compressed files.
21608 2005-11-19 Romain Francoise <romain@orebokech.com>
21610 * net/browse-url.el (browse-url-default-browser): Signal an error
21611 if no usable browser can be found, rather than try to load w3.
21613 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21615 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21616 replacing existing properties.
21617 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21618 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21620 (rcirc-server-prefix, rcirc-server): New faces.
21621 (rcirc-url-regexp): Generate with rx macro.
21622 (rcirc-last-server-message-time): New variable.
21623 (rcirc-filter): Record time of last message.
21624 (rcirc-keepalive): Kill processes that did not send a message
21625 since the last ping.
21626 (rcirc-mode): Give rcirc-topic a local binding here.
21628 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21630 * subr.el (read-passwd): Fontify the prompt as we do with other
21633 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21635 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21636 binding buffer-read-only to nil.
21638 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21640 * complete.el (partial-completion-mode):
21641 Mention completion-auto-help in the doc string.
21643 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21646 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21648 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21649 digits, not 8, to avoid misalignment for files larger than 100MB.
21651 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21653 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21654 Mention "keyboard shortcuts" in the help text.
21656 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21658 * startup.el (fancy-splash-default-action): Discard only
21659 mouse-down and succeeding mouse-up events in the splash screen
21660 window so that drag-n-drop event can be processed.
21662 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21664 * longlines.el (longlines-mode): Add hacks for mail-mode and
21667 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21669 * textmodes/org.el (org-table-sort-lines): New command.
21670 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21671 (org-add-file): Command removed, use `org-agenda-file-to-front'
21673 (org-export-icalendar): Use `org-icalendar-combined-name'.
21674 (org-cycle-agenda-files, org-agenda-file-to-end)
21675 (org-agenda-file-to-front): New commands.
21676 (org-table-tab-jumps-over-hlines, org-export-html-style):
21678 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21679 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21681 (org-fill-paragraph): Call `org-table-align' in tables.
21682 (org-mode): Call `org-set-autofill-regexps'.
21683 (org-export-as-html): Support for local handformatted lists.
21684 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21685 (org-export-local-list-max-depth): New option.
21686 (org-html-expand): Use `org-html-protect'.
21688 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21690 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21692 (gdb): Move definition of gud-pp to...
21694 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21696 (gdb-find-watch-expression): New function.
21698 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21700 * faces.el (face-attribute, set-face-attribute): Mention existence
21701 of `:ignore-defface' setting in docstring.
21703 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21705 * simple.el (completion-setup-function): Fix last change.
21707 2005-11-17 John Paul Wallington <jpw@pobox.com>
21709 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21710 Use `posn-set-point' instead of `mouse-set-point' because the
21711 latter is not fbound when configured without X.
21713 * comint.el (comint-insert-input): Likewise.
21715 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21717 * simple.el (hard-newline): New variable.
21718 (sendmail-user-agent-compose, next-line): Use it.
21720 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21721 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21722 (mail-mail-reply-to, mail-mail-followup-to)
21723 (mail-position-on-field, mail-signature, mail-yank-original)
21724 (mail-attach-file): Likewise.
21726 * mail/mailheader.el (mail-header-format)
21727 (mail-header-format-function): Likewise.
21729 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21731 2005-11-17 Juri Linkov <juri@jurta.org>
21733 * font-lock.el (font-lock-faces): Rename this defgroup from
21734 `font-lock-highlighting-faces'.
21735 (font-lock-comment-face, font-lock-comment-delimiter-face)
21736 (font-lock-string-face, font-lock-doc-face)
21737 (font-lock-keyword-face, font-lock-builtin-face)
21738 (font-lock-function-name-face, font-lock-variable-name-face)
21739 (font-lock-type-face, font-lock-constant-face)
21740 (font-lock-warning-face, font-lock-negation-char-face)
21741 (font-lock-preprocessor-face)
21742 (font-lock-regexp-grouping-backslash)
21743 (font-lock-regexp-grouping-construct): Rename :group from
21744 `font-lock-highlighting-faces' to `font-lock-faces'.
21746 * cus-edit.el (lisp, c, tex):
21747 * progmodes/ada-mode.el (ada):
21748 * progmodes/asm-mode.el (asm):
21749 * progmodes/cperl-mode.el (cperl-faces):
21750 * progmodes/cpp.el (cpp):
21751 * progmodes/dcl-mode.el (dcl):
21752 * progmodes/f90.el (f90):
21753 * progmodes/fortran.el (fortran):
21754 * progmodes/icon.el (icon):
21755 * progmodes/idlwave.el (idlwave-misc):
21756 * progmodes/m4-mode.el (m4):
21757 * progmodes/make-mode.el (makefile):
21758 * progmodes/meta-mode.el (meta-font):
21759 * progmodes/modula2.el (modula2):
21760 * progmodes/octave-mod.el (octave):
21761 * progmodes/pascal.el (pascal):
21762 * progmodes/perl-mode.el (perl):
21763 * progmodes/prolog.el (prolog):
21764 * progmodes/ps-mode.el (PostScript-edit):
21765 * progmodes/scheme.el (scheme):
21766 * progmodes/sh-script.el (sh-script):
21767 * progmodes/simula.el (simula):
21768 * progmodes/tcl.el (tcl):
21769 * textmodes/nroff-mode.el (nroff):
21770 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21771 * textmodes/sgml-mode.el (sgml):
21772 * textmodes/texinfo.el (texinfo):
21773 Add :link (custom-group-link font-lock-faces) to defgroup.
21775 * hi-lock.el (hi-lock): Rename this defgroup from
21776 `hi-lock-interactive-text-highlighting'. Change parent group from
21777 `faces' to `font-lock'. Add link to the manual.
21778 (hi-lock-mode, hi-lock-file-patterns-range)
21779 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21780 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21781 (hi-lock-faces): Add :group `faces'.
21783 * cus-edit.el (custom-variable-prompt): Clarify the code.
21785 * faces.el (face-read-string): Set the default value arg of
21788 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21790 * rfn-eshadow.el (file-name-shadow-properties)
21791 (file-name-shadow-tty-properties, file-name-shadow-mode):
21792 Remove autoloads, because the file is now preloaded.
21794 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21796 * printing.el (easy-menu-intern): Don't define.
21797 (pr-get-symbol): Use easy-menu-intern only if defined.
21799 * simple.el (blink-matching-open): Simplify a bit.
21800 (completion-setup-function): Fix the case of partial-completion-mode
21801 when the minibuffer's contents start with "-".
21802 Obey completion-base-size-function even when
21803 minibuffer-completing-file-name is non-nil.
21805 2005-11-16 Richard M. Stallman <rms@gnu.org>
21807 * net/eudcb-ph.el (eudc-ph-open-session):
21808 Use set-process-query-on-exit-flag.
21810 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21812 * international/ucs-tables.el (ucs-set-table-for-input):
21813 Use make-local-variable, not make-variable-buffer-local.
21815 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21816 Improve warning message text.
21818 * savehist.el (savehist-save-hook): Add :group.
21820 * menu-bar.el (menu-bar-help-menu):
21821 Rename Find Extra Packages to External Packages.
21823 * cus-edit.el (Custom-reset-standard): Verify that
21824 :custom-standard-value prop exists before calling it.
21826 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21828 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21830 * wid-edit.el (color): Enclose %t in %{...%}.
21832 * cus-edit.el (face): Enclose %t in %{...%}.
21834 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21836 * savehist.el (savehist-mode-hook): Re-add the var.
21837 (savehist-mode): Use it.
21839 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21841 * textmodes/flyspell.el: Fix commenting convention.
21842 Remove unnecessary leading * in custom docstrings.
21843 (flyspell-emacs): Remove unused var.
21844 (flyspell-delete-region-overlays): Use remove-overlays.
21845 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21846 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21847 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21848 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21849 (make-flyspell-overlay): Don't locally reuse a global name.
21850 (flyspell-highlight-incorrect-region)
21851 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21852 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21853 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21854 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21855 Wrap calls to accept-process-output inside with-local-quit since it's
21856 often called from a post-command-hook.
21857 (flyspell-correct-word, flyspell-auto-correct-word):
21858 Use ispell-send-string.
21859 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21861 * calendar/diary-lib.el (diary-list-entries): Also hide the
21862 terminating newline.
21864 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21866 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21867 window-system, to allow fonts on tty.
21869 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21871 * progmodes/gud.el (gud-speedbar-item-info): New function.
21872 (gud-install-speedbar-variables): Use it to display data type
21873 of watch expression as a tooltip in speedbar.
21875 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21877 * font-core.el (global-font-lock-mode): Add :version keyword,
21878 because default was changed.
21880 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21882 * startup.el (command-line): Use `custom-reevaluate-setting' for
21883 `file-name-shadow-mode'.
21885 * loadup.el: Preload rfn-eshadow.
21887 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21888 Add :version keyword.
21889 (file-name-shadow-properties, file-name-shadow-tty-properties)
21890 (file-name-shadow): Add :version keyword.
21892 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21893 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21894 in the custom-group property of the symbol frames and the fringe
21895 group got no link to its parent group frames.
21898 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21900 * progmodes/gud.el (gud-stop-subjob): New function.
21901 (gud-menu-map, gud-tool-bar-map): Use it.
21903 2005-11-16 Kim F. Storm <storm@cua.dk>
21905 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21907 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21908 to a more useful/logical place.
21910 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21912 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21913 go buttons complementary.
21915 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21917 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21918 (rfn-eshadow-sifn-equal): New function.
21919 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21921 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21923 * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
21924 Quote `-' in string.
21926 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21927 rcirc-mode buffers come up in Emacs state.
21929 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21932 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21934 * term.el (term-termcap-format): Fix typos.
21935 (term-down): Fix the negative argument case.
21937 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21939 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21941 (gdb-ann3): New command gud-go.
21942 (menu): Accomodate gdb-mi.el.
21943 (gdb-assembler-custom): Make buffer of selected window current
21944 so that set-window-point works.
21946 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21947 buttons and include new ones.
21949 2005-11-16 Kim F. Storm <storm@cua.dk>
21951 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21952 (gud-menu-map): Use it.
21954 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21956 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21957 that works correctly for Custom and that does not override a user
21960 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21961 (help-xref-interned, help-follow): Make hyperlinks for variables
21962 that are unbound, but have a non-nil variable-documentation property.
21964 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21965 mode hook. (It conflicted with defcustoms for some mode hooks.)
21966 Use the `variable-documentation' property to give the mode hook a
21967 docstring and expand that docstring.
21969 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21971 * savehist.el (savehist-mode): Don't bother with
21972 `custom-set-minor-mode'.
21973 (savehist-coding-system): Check XEmacs version.
21974 (history-length): Declare also at run time.
21975 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21976 Don't set the customize state.
21977 (savehist-minibuffer-hook): Special case for when
21978 minibuffer-history-variable is equal to t.
21980 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21982 * files.el (write-file): Refresh VC status.
21984 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21985 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21986 than fundamental-mode to see if the mode was set.
21988 2005-11-14 Romain Francoise <romain@orebokech.com>
21990 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21991 dummy function in `eval-when-compile' to avoid compiler warning.
21992 Require `man' at compile time.
21994 2005-11-14 Jay Belanger <belanger@truman.edu>
21996 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21997 calcFunc-powerexpand.
21998 (math-write-out-power): Rename it to math-powerexpand; have it
21999 handle negative exponents.
22000 (calc-writeoutpower): Rename it to calc-powerexpand.
22002 * calc/calc-ext.el: Change calcFunc-writeoutpower and
22003 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
22005 Add calcFunc-ldiv to autoloads.
22007 * calc/calc-arith.el (calcFunc-ldiv): New function.
22009 * calc/calc.el (calc-left-divide): New function.
22011 2005-11-14 Juri Linkov <juri@jurta.org>
22013 * cus-edit.el (custom-variable-prompt): Set the default value arg
22014 of completing-read.
22016 * cus-dep.el (custom-make-dependencies): Reverse the list of
22017 found dependencies.
22019 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
22021 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
22022 Highlighting" entry, it is on by default now.
22023 (menu-bar-options-save): Do not save global-font-lock-mode.
22025 2005-11-13 Richard M. Stallman <rms@gnu.org>
22027 * textmodes/flyspell.el (flyspell-large-region):
22028 Call flyspell-accept-buffer-local-defs.
22030 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
22032 * textmodes/flyspell.el (flyspell-notify-misspell):
22033 Fix misspelling of "Misspelling".
22034 (flyspell-process-localwords): New function.
22035 (flyspell-large-region): Call flyspell-process-localwords and
22036 flyspell-delete-region-overlays.
22037 (flyspell-delete-region-overlays): New function.
22038 (flyspell-delete-all-overlays): Call that.
22040 2005-11-13 Richard M. Stallman <rms@gnu.org>
22042 * help.el (help-for-help-internal): Improve doc of C-h a.
22043 (describe-key): Improve prompt; doc fix.
22045 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
22047 * vc-svn.el (vc-svn-registered): Catch all errors.
22049 * cus-dep.el (custom-make-dependencies): Typo.
22051 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
22053 * net/tramp-util.el (top): Fix compilation warning.
22055 2005-11-13 Kim F. Storm <storm@cua.dk>
22057 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
22059 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
22061 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
22062 (gud-speedbar-buttons): Match on "const char *" too.
22064 * progmodes/gdb-ui.el (gdb-var-create-handler)
22065 (gdb-var-list-children-handler): Match on "const char *" too.
22066 (gdb-var-evaluate-expression-handler): Match on empty string.
22067 (gdb-var-update-handler): Only call
22068 gdb-var-evaluate-expression-handler when required.
22070 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
22072 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
22073 selected window. This still doesn't work for speedbar.
22074 (gud-speedbar-buttons): Handle string expressions properly.
22076 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
22077 (gdb-var-create-handler): Handle string expressions properly.
22078 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
22079 Handle string expressions properly. Move "type" field into regexp.
22081 2005-11-12 Karl Fogel <kfogel@red-bean.com>
22083 * bookmark.el (bookmark-maybe-message): New function to reduce
22084 code duplication: invokes `message' iff baud-rate is high enough.
22085 (bookmark-write-file): Use above instead of an inline conditional.
22086 (bookmark-load): Same.
22088 2005-11-12 Karl Fogel <kfogel@red-bean.com>
22090 * bookmark.el (bookmark-write-file): Don't visit the destination
22091 file, just write the data to it using write-region. This is
22092 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
22093 change to avoid visiting the file in the first place.
22095 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
22097 * hi-lock.el (hi-lock-mode): Set the default value of
22098 font-lock-defaults.
22100 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
22102 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
22103 arg to `file-attributes'.
22104 (find-lisp-format): The UID and GID can now be strings.
22106 2005-11-12 Kim F. Storm <storm@cua.dk>
22108 * help.el (help-map): Bind C-h d to apropos-documentation.
22110 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
22111 when point is at end-of-buffer.
22113 * apropos.el (apropos-match-face): Doc fix.
22114 (apropos-sort-by-scores): Add new choice `verbose'.
22115 (apropos-documentation-sort-by-scores): New defcustom.
22116 (apropos-pattern): Now contains the pattern entered by the user.
22117 (apropos-pattern-quoted): New defvar.
22118 (apropos-regexp): New defvar, containing the regexp corresponding
22119 to apropos-pattern.
22120 (apropos-all-words-regexp): Rename from apropos-all-regexp.
22121 (apropos-read-pattern): New defun. Use it to read pattern arg in
22122 interactive calls; returns list of words for a word list, and
22123 string for a regexp.
22124 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
22125 parses a list of words or regexp as returned by apropos-read-pattern.
22126 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22127 (apropos-score-doc): Return a very high score if the string
22128 entered by the user matches literally.
22129 (apropos-variable): Doc fix. Use apropos-read-pattern.
22130 (apropos-command): Doc fix. Use apropos-read-pattern and
22131 apropos-parse-pattern. Call apropos-print with nosubst=t.
22132 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
22133 apropos-parse-pattern.
22134 (apropos-documentation): Doc fix. Use apropos-read-pattern and
22135 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
22136 apropos-documentation-sort-by-scores. Call apropos-print with
22138 (apropos-documentation-internal): Pass doc string through
22139 substitute-key-definition before adding text properties.
22140 Highlight substring matching literal user input if possible.
22141 (apropos-documentation-check-doc-file): Remove locals beg and end.
22142 Fix calculation of score (as added twice). Pass doc string through
22143 substitute-key-definition before adding text properties.
22144 (apropos-documentation-check-elc-file): Pass doc string through
22145 substitute-key-definition before adding text properties.
22146 Highlight substring matching literal user input if possible.
22147 (apropos-print): Add new arg NOSUBST; if set, command and variable
22148 doc strings have already been passed through substitute-key-definition.
22149 Add code to handle apropos-accumulator items without score element
22150 for backwards compatibility (e.g. with woman package).
22151 Only show scores if apropos-sort-by-scores is `verbose'.
22153 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22155 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22156 Add jka-compr-load-suffixes to load-suffixes.
22158 * jka-compr.el: Require jka-cmpr-hook.
22159 (jka-compr-info-compress-message, jka-compr-info-compress-program)
22160 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22161 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22162 (jka-compr-info-can-append, jka-compr-info-strip-extension)
22163 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22164 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
22165 (jka-compr-uninstall): Remove entries from
22166 jka-compr-added-to-file-coding-system-alist after they are used.
22167 (jka-compr-error): Remove unused var `curbuf'.
22168 (jka-compr-file-local-copy): Remove unused var `notfound'.
22170 2005-11-10 Romain Francoise <romain@orebokech.com>
22172 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22174 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
22176 * progmodes/gud.el (gud-menu-map): Move parentheses.
22177 (gdb): New command gud-pv.
22179 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22181 * tar-mode.el: Remove spurious or unnecessary leading stars
22183 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22184 (tar-parse-octal-integer-safe): Use mapc.
22185 (tar-header-block-summarize): Remove unused var `ck'.
22186 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22187 cleared before. Obey default-enable-multibyte-characters.
22188 Use mapconcat. Simplify setting of tar-header-offset.
22189 (tar-mode-map): Move initialization inside delcaration.
22190 (tar-flag-deleted): Use `abs'.
22191 (tar-expunge-internal): Remove unused var `line'.
22192 (tar-expunge-internal): Don't hardcode point-min==1.
22193 (tar-expunge): Widen while doing set-buffer-multibyte.
22194 (tar-rename-entry): Use file-name-coding-system.
22195 (tar-alter-one-field): Don't hardcode point-min==1.
22196 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22197 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
22199 2005-11-10 Masatake YAMATO <jet@gyve.org>
22201 * add-log.el (add-log-current-defun): Handle class::method
22202 notation of c++. Fix incorrect comment.
22204 2005-11-10 Alan Mackenzie <acm@muc.de>
22206 * help-fns.el (describe-variable): Make C-h v work when a variable
22207 has variable documentation yet is unbound.
22209 2005-11-10 Masatake YAMATO <jet@gyve.org>
22211 * man.el (Man-highlight-references): Set an empty
22212 string to `Man-arguments' if it is nil.
22213 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22215 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
22217 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22218 commenting conventions.
22220 * cus-dep.el (custom-make-dependencies): Simplify.
22221 Better follow the commenting conventions.
22223 2005-11-09 Richard M. Stallman <rms@gnu.org>
22225 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22226 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22228 (apropos-rewrite-regexp): Doc fix.
22229 (apropos-variable, apropos-command, apropos, apropos-value):
22230 Change prompt; carry through the argument renaming.
22232 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22234 * find-lisp.el: Require dired.
22235 (find-lisp-find-dired-internal): Do not call
22236 `abbreviate-file-name' on DIR.
22238 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22240 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22242 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22244 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22245 when using the speedbar.
22246 (gdb): New command gud-pp.
22247 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22249 2005-11-09 Juri Linkov <juri@jurta.org>
22251 * replace.el (occur-excluded-properties): New defcustom.
22252 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22254 2005-11-08 Jay Belanger <belanger@truman.edu>
22256 * calc/calc-units.el (math-convert-units): Replace any composite
22257 unit by its definition.
22259 2005-11-08 Lars Hansen <larsh@soem.dk>
22261 * emacs-lisp/autoload.el (update-directory-autoloads):
22262 Add obsolete function alias.
22264 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22266 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22267 comment-indent-function.
22268 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22270 * reveal.el (reveal-post-command): Rework the handling of
22271 reveal-open-spots, so as to be more reliable. There were several
22272 tricky corner cases where an open spot might be lost, or where
22273 a closed spot might end up on the list of open spots.
22274 Only reveal text that's ellipsised.
22276 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22278 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22280 2005-11-07 John Paul Wallington <jpw@gnu.org>
22282 * ibuffer.el (ibuffer): Search iconified frames too when
22283 getting Ibuffer buffer's window.
22285 2005-11-06 Richard M. Stallman <rms@gnu.org>
22287 * progmodes/compile.el (compilation-internal-error-properties):
22288 save-excursion around the computation of MARKER.
22290 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22292 * textmodes/flyspell.el (flyspell-external-point-words):
22293 flyspell-get-word returns a list, not just a string.
22295 2005-11-06 John Paul Wallington <jpw@pobox.com>
22297 * ibuffer.el (ibuffer): Search all visible frames when getting
22298 Ibuffer buffer's window.
22300 2005-11-07 Masatake YAMATO <jet@gyve.org>
22302 * man.el (Man-reference-regexp): Accept spaces between
22303 `Man-name-regexp' and `Man-section-regexp'.
22304 (Man-apropos-regexp): New variable.
22305 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22307 (Man-highlight-references, Man-highlight-references0):
22308 Handle the case when `Man-arguments' includes "-k".
22309 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22310 `TARGET'. `TARGET' can be a number, function or nil.
22312 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22314 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22315 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22316 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22317 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22318 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22319 (gdb-send-item): Use buffer-local-value and simplify.
22321 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22323 * startup.el (command-line): Use `custom-reevaluate-setting' for
22324 `global-font-lock-mode'.
22326 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22327 by default, except in batch mode or when the -D option is given.
22329 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22330 specified keyword args on to `define-minor-mode'. Update docstring.
22332 2005-11-05 Romain Francoise <romain@orebokech.com>
22334 * replace.el (occur-engine): Add marker at end of line, too.
22336 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22338 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22339 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22340 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22341 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22342 argument to all these routines, so the passphrase can be managed
22343 externally and passed in to the system.
22344 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22345 pgg-add-passphrase-to-cache function.
22347 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22348 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22349 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22350 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22351 argument to all these routines, so the passphrase can be managed
22352 externally and passed in to the system.
22353 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22356 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22358 * font-lock.el: Don't deal with font-lock-face-attributes here,
22361 * startup.el (command-line): ... here. Use face-spec-set instead
22362 of custom-declare-face.
22364 * faces.el (face-spec-set): Reset the face if spec is not nil.
22366 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22368 * newcomment.el (comment-region-internal): Box more tightly in the
22369 common case where there's no TAB in the boxed text.
22371 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22373 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22376 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22378 * net/newsticker.el: Commentary updated. Code formatting changed.
22379 (newsticker-version): Change to "1.9".
22380 (newsticker, newsticker-feed): Doc fix.
22381 (newsticker-url-list): Doc fix. Add option "Weekly".
22382 (newsticker-retrieval-interval): Add option "Weekly".
22383 (newsticker-headline-processing): Doc fix.
22384 (newsticker-auto-mark-filter): Remove.
22385 (newsticker-auto-mark-filter-list): New.
22386 (newsticker-layout, newsticker-sort-method): Doc fix.
22387 (newsticker-hide-old-items-in-newsticker-buffer)
22388 (newsticker-heading-format, newsticker-item-format)
22389 (newsticker-desc-format): Doc fix.
22390 (newsticker-show-all-rss-elements): Remove.
22391 (newsticker-show-all-news-elements): New.
22392 (newsticker-faces, newsticker-ticker): Doc fix.
22393 (remove-from-invisibility-spec): Code formatting.
22394 (newsticker--process-ids): New.
22395 (newsticker-mode): Doc fix.
22396 (newsticker-mode): Change mode-line-format.
22397 (newsticker-start): Remove debug output.
22398 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22399 (newsticker-w3m-show-inline-images): Code formatting.
22400 (newsticker-next-item): Call `force-mode-line-update'.
22401 (newsticker-previous-item): Call `force-mode-line-update'.
22402 (newsticker-next-feed): Call `force-mode-line-update'.
22403 (newsticker-previous-feed): Call `force-mode-line-update'.
22404 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22405 (newsticker-show-old-items): Do not show descs.
22406 (newsticker-hide-entry): Hide too much.
22407 (newsticker-hide-entry, newsticker-show-entry)
22408 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22409 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22410 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22411 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22412 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22413 (newsticker-get-news): Call `force-mode-line-update'.
22414 Collect process ids.
22415 (newsticker--sentinel): Change coding system handling.
22416 Move image retrieval to new functions newsticker--get-logo-url-*.
22417 Move feed parsing to new functions newsticker--parse-*.
22418 Update list of process ids.
22419 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22420 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22421 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22422 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22423 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22424 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22425 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22426 (newsticker--decode-coding-string): Remove.
22427 (newsticker--decode-numeric-entities): Check input. Format code.
22428 (newsticker--remove-whitespace): Check input.
22429 (newsticker--do-forget-preformatted): Doc fix.
22430 (newsticker--decode-rfc822-date): Allow for missing time.
22431 (newsticker--update-process-ids): New.
22432 (newsticker--image-sentinel): Change comment.
22433 (newsticker--image-read): Change error message.
22434 (newsticker--imenu-goto): Doc fix. Show headline title.
22435 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22436 (newsticker--buffer-do-insert-text): Clean whitespace in
22437 html-rendered headline title. Code formatting.
22438 Call `newsticker--buffer-print-extra-elements'.
22439 (newsticker--buffer-print-extra-element): Remove.
22440 (newsticker--buffer-print-extra-elements): New.
22441 (newsticker--buffer-do-print-extra-element): New.
22442 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22444 (newsticker--run-auto-mark-filter)
22445 (newsticker--do-run-auto-mark-filter):
22446 Use `newsticker-auto-mark-filter-list'.
22448 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22450 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22451 (rcirc-print): Force redisplay before running hooks. Do long
22452 buffer truncation after making new text read-only. Deal with nil
22453 text when decoding strings. If TARGET is nil, use either the
22454 currently selected buffer, if it is an rcirc buffer and of the
22455 same process or the process buffer.
22456 (rcirc-mode): Remove header-line. Recompute short buffer names.
22457 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22458 (rcirc-short-buffer-name): Add variable.
22459 (rcirc-kill-buffer-hook): Recompute short buffer names.
22460 Remove nick from private channel.
22461 (rcirc-send-input): Send command text to current-buffer.
22462 Don't clear overlay arrow here.
22463 (rcirc-short-buffer-name): Return a short buffer name.
22464 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22465 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22466 buffer-name abbreviations.
22467 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22468 Do not touch nick-table when killing a parted channel.
22469 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22470 Clear arrow from current buffer if it is now hidden.
22471 (rcirc-current-buffer): Add variable.
22472 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22473 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22474 Remove -face from names.
22475 (rcirc-update-activity-string): Print "DND" when globally ignoring
22477 (rcirc-ignore-buffer-activity-flag): Rename from
22478 rcirc-ignore-channel-activity.
22479 (rcirc-ignore-all-activity-flag): Doc fix.
22480 (rcirc-channels): Remove variable.
22481 (rcirc-kill-buffer-hook):
22482 (rcirc-get-buffer-create): Add nick to private channel.
22483 (rcirc-multiline-edit-submit): Remove tabs.
22484 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22486 (rcirc-remove-nick-channel): Bug fix.
22487 (rcirc-toggle-ignore-buffer-activity): Rename from
22488 rcirc-toggle-ignore-channel-activity.
22489 (rcirc-record-activity): Add buffers to the front of the list.
22490 (rcirc-update-activity): Remove killed buffers from list.
22491 (rcirc-process-server-response-1): Remove last argument if it is
22492 null before calling handler.
22493 (rcirc): Add "rcirc" defcustom prefix.
22494 (rcirc-prompt): Simplify default prompt.
22495 Use custom-initialize-default.
22496 (rcirc-private-chats): Remove variable.
22497 (rcirc-prompt): Change initialization.
22498 (rcirc-version): Remove function.
22499 (rcirc-id-string): Add constant.
22500 (rcirc-last-buffer): Remove variable.
22501 (rcirc-buffer-alist): Add variable.
22502 (rcirc-connect): Update variable setup.
22503 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22504 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22506 (rcirc-handler-generic): Trigger activity.
22507 (rcirc-send-message): Create the buffor of the target.
22508 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22509 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22510 (rcirc-multiline-edit-cancel): Remove function.
22511 (rcirc-set-last-buffer): Remove function.
22512 (rcirc-get-any-buffer): Add function.
22513 (rcirc-join-channels): Don't print /join text.
22514 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22516 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22517 (rcirc-handler-NOTICE): Recognize CTCP responses.
22518 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22519 constructing TOPIC string for buffers we are not JOINed.
22520 (rcirc-handler-CTCP-response): Add handler.
22521 (rcirc-multiline-edit-submit): Restore the window-configuration
22522 before adjusting point.
22523 (rcirc): Add customization group.
22524 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22525 (rcirc-user-full-name, rcirc-startup-channels-alist)
22526 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22527 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22528 (rcirc-input-ring-size, rcirc-read-only-flag)
22529 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22530 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22531 Change defvar to defcustom.
22532 (rcirc-update-prompt): Add optional ALL arg, which will update
22533 prompts in all rcirc buffers. Regexp quote replacement text.
22534 (rcirc-fill-column): Accept frame-width as a value.
22535 (rcirc-set-changed): Add function.
22536 (rcirc-next-active-buffer): Write more meaningful messages.
22537 (rcirc-faces): Add customization group.
22538 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22539 (rcirc-nick-in-message-face, rcirc-prompt-face)
22540 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22541 (with-rcirc-process-buffer): Move before first usage.
22542 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22543 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22544 (rcirc-debug): Rename from `rcirc-log'.
22545 (rcirc-format-response-string): Do not print `-' chars for a
22546 NOTICE with no sender. Simplify output of server responses.
22548 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22550 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22551 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22552 Make urls mouse and RET clickable.
22554 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22556 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22558 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22560 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22561 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22562 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22563 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22564 argument to all these routines, so the passphrase can be managed
22565 externally and passed in to the system.
22566 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22567 pgg-add-passphrase-to-cache function.
22569 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22570 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22571 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22572 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22573 argument to all these routines, so the passphrase can be managed
22574 externally and passed in to the system.
22575 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22578 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22580 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22581 from goto-address-url-regexp.
22583 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22585 * textmodes/org.el (org-read-date, org-goto-calendar)
22586 (org-recenter-calendar, org-agenda-goto-calendar):
22587 Temporarily clear `calendar-move-hook'.
22589 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22591 * ediff-merg.el (ediff-merge-region-is-non-clash):
22592 Return t, if not merging.
22594 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22595 have merge clashes.
22597 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22599 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22600 Undo previous change.
22602 * startup.el (command-line): Use `custom-reevaluate-setting' for
22603 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22604 tty-register-default-colors on Mac.
22606 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22608 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22609 (gdb-buffer-type): Make it automatically buffer local...
22610 (gdb-get-create-buffer): ...and set it accordingly.
22611 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22614 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22616 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22619 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22621 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22622 case GUD buffer is not visible.
22623 (gdb-goto-breakpoint): Try to force display in source buffer.
22624 (gdb-frame-gdb-buffer): Copy other similar functions.
22625 (gdb-restore-windows): Don't display source if not asked for.
22626 (gdb-assembler-buffer-name): Don't capitalise.
22628 2005-11-03 Richard M. Stallman <rms@gnu.org>
22630 * wid-edit.el (key-sequence): New widget type.
22632 * simple.el (set-mark-command-repeat-pop): New variable.
22633 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22634 if set-mark-command-repeat-pop is true.
22636 * info.el (Info-fontify-node): Don't display extra "see" if there
22637 already is one here.
22639 * mouse.el: Fix special handling of DEL after dragging a region:
22640 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22641 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22643 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22645 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22646 not to assume it pertains to an affix.
22648 * textmodes/flyspell.el (flyspell-post-command-hook):
22649 Bind deactivate-mark to prevent deactivation.
22651 2005-11-03 Lars Hansen <larsh@soem.dk>
22653 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22654 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22655 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22657 2005-11-03 Romain Francoise <romain@orebokech.com>
22659 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22660 Update copyright years.
22662 2005-11-03 Sam Steingold <sds@gnu.org>
22664 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22665 Use system-type instead of window-system because window-system is not
22666 correctly defined during loadup.
22668 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22670 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22671 (xml-parse-tag): Join strings separated by a comment properly.
22673 2005-11-02 Andreas Schwab <schwab@suse.de>
22675 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22677 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22679 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22680 (byte-optimize-pure-func): Quote the eval'd value.
22682 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22683 Rename from perl-font-lock-syntactic-face-function.
22684 Change the calling convention so it can be used as a font-lock MATCHER.
22685 Do the parse-partial-sexp loop outselves.
22686 (perl-font-lock-syntactic-keywords): Use it.
22687 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22689 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22691 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22692 disassembly buffer too.
22693 (gdb-exited): Remove overlay arrows when execution has finished.
22694 (gdb-info-frames-custom, gdb-info-threads-custom)
22695 (gdb-info-registers-custom): Don't add inappropriate text
22696 properties if inferior is not active.
22698 2005-11-02 Glenn Morris <rgm@gnu.org>
22700 * progmodes/fortran.el (fortran-blink-match):
22701 Use `blink-matching-delay'.
22703 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22705 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22707 2005-11-02 Lars Hansen <larsh@soem.dk>
22709 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22710 "Permission denied".
22712 2005-11-01 Richard M. Stallman <rms@gnu.org>
22714 * textmodes/flyspell.el (flyspell-external-point-words):
22715 Pass nil to flyspell-get-word.
22717 2005-11-02 Kim F. Storm <storm@cua.dk>
22719 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22720 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22722 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22724 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22725 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22726 (calendar-mouse-print-dates): Add optional `event' argument.
22727 Update interactive-spec.
22728 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22729 Use `calendar-event-to-date' instead of `event'.
22731 2005-11-02 Masatake YAMATO <jet@gyve.org>
22733 * progmodes/ld-script.el (ld-script-builtins):
22734 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22735 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22736 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22738 2005-11-01 Romain Francoise <romain@orebokech.com>
22740 * vc-sccs.el: Update copyright year.
22741 * ezimage.el: Likewise.
22743 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22745 * info.el (Info-fontify-node): Use `string-width' for fontifying
22748 2005-11-01 Juri Linkov <juri@jurta.org>
22750 * info.el (Info-fontify-node): Downcase node header keywords Node,
22751 Prev, Next, Up before comparison.
22752 (Info-history): Insert absolute directory name, and put invisible
22755 2005-11-01 Juri Linkov <juri@jurta.org>
22757 * info.el (Info-file-supports-index-cookies): New variable.
22758 (Info-find-node-2): Check makeinfo version for index cookie support.
22759 (Info-index-nodes): Search for nodes with index cookies only when
22760 Info-file-supports-index-cookies is t. Otherwise, search nodes
22761 with "Index" in the node name.
22762 (Info-index-node): Search index cookie in the current node only when
22763 Info-file-supports-index-cookies is t. Otherwise, check the word
22764 "Index" in the node name.
22765 (Info-find-emacs-command-nodes): Remove code that searches nodes
22766 with "Index" node name in the top menu.
22768 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22770 * progmodes/scheme.el (scheme-mode-variables): Use the default
22771 comment-indent-function.
22773 * faces.el (face-attribute): Handle the case where a face inherits from
22774 a non-existent face.
22776 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22777 for octal and hexa output, and merge the char into the paren.
22778 (kill-new): Use push.
22779 (copy-to-buffer): Use with-current-buffer.
22780 (completion-setup-function): Move code in loop to remove redundancy.
22781 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22782 those inherited from minibuffer-local-completion-map.
22784 * savehist.el (savehist-mode) <defcustom>:
22785 Use custom-set-minor-mode if available.
22786 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22787 and emit a message if applicable.
22789 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22791 * savehist.el: Sync up to version 19.
22792 (savehist-mode): New minor mode.
22793 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22794 (savehist-length): Remove (use history-length instead).
22795 (savehist-file-modes): Rename from savehist-modes.
22796 (savehist-save-hook, savehist-loaded): New vars.
22797 (savehist-load): Use savehist-mode. Try to smooth up transition from
22798 old format to new format.
22799 (savehist-install): Allow savehist-autosave-interval to be nil.
22800 (savehist-save): Run the new hook. Be more careful to only trim the
22802 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22803 (savehist-printable): Print into a buffer rather than char-by-char.
22805 2005-11-01 John Wiegley <johnw@newartisans.com>
22807 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22808 toggle-ignore keybinding (C-a). The author said it had been
22809 disabled much earlier due to a possible incompatibility, but after
22810 many months of usage I have encountered no problems (and it is a
22811 rather useful option, especially for switching to " *temp*").
22813 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22814 support for OS/X's AddressBook, by calling out to the open source
22815 program "contacts" (installable through Fink).
22817 * net/eudc.el (eudc-expand-inline): If the
22818 `eudc-multiple-match-handling-method' is set to `all', delete the
22819 query string before inserting the query result.
22821 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22822 flag, to prevent Eshell from using the system ls when
22823 `eshell-ls-insert-directory' is in used.
22824 (eshell-ls-insert-directory): Disable font-lock in directory
22825 buffer so that Eshell's own fontification is seen. This broke
22826 recently due to changes in font-lock, so this goes back to version
22829 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22831 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22832 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22833 (gdb-many-windows): Doc fix.
22835 2005-10-31 Romain Francoise <romain@orebokech.com>
22837 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22839 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22841 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22842 that global-font-lock-mode can be enabled by default.
22844 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22845 (font-lock-add-keywords, font-lock-remove-keywords)
22846 (font-lock-fontify-buffer): Remove autoload cookies.
22848 * jit-lock.el (jit-lock-register): Likewise.
22850 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22852 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22854 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22855 intact if there is no gud-comint-buffer.
22857 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22859 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22860 old prompt comint-prompt-read-only is t and GDB commands are
22861 issued from tool bar etc.
22863 2005-10-31 Masatake YAMATO <jet@gyve.org>
22865 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22867 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22869 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22870 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22872 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22874 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22875 starting at beginning of line. Fontification is messed up when
22876 `open-paren-in-column-0-is-defun-start' set to t.
22877 Reported by John Paul Wallington <jpw@pobox.com>.
22879 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22881 * comint.el (comint-send-input): Call `comint-update-fence' when
22882 `comint-process-echoes' and `comint-prompt-read-only' are both
22883 non-nil, to avoid leftover read-only newline.
22885 2005-10-30 Richard M. Stallman <rms@gnu.org>
22887 * textmodes/flyspell.el (flyspell-external-point-words):
22888 Detect when WORD can't be checked properly because
22889 flyspell-get-word finds just part of it, and move on.
22891 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22892 boundarychar for Polish.
22893 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22894 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22896 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22898 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22899 (gdb-registers-font-lock-keywords): Delete.
22900 (gdb-registers-mode): Don't fontify.
22901 (gdb-info-registers-custom): Use text properties instead as, in
22902 future, changed register values will use font-lock-warning-face.
22903 (gdb-local-font-lock-keywords): Rename to...
22904 (gdb-locals-font-lock-keywords): ...for consistency.
22906 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22908 * vc.el (vc-switch-backend): Better error message if the buffer is
22909 not visiting a file under version control.
22911 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22913 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22915 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22918 2005-10-29 Richard M. Stallman <rms@gnu.org>
22920 * replace.el (occur-mode-mouse-goto): Always go to other window.
22921 (occur-mode-goto-occurrence): Always switch in same window.
22923 * simple.el (undo): Display message at end, not at start.
22925 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22926 New arg REUSE-CELL.
22927 (cancel-timer-internal): New function.
22928 (timer-event-handler): Use cancel-timer-internal,
22929 and pass the cell it returns to timer-activate...
22931 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22932 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22933 (jit-lock-after-change): Test memory-full.
22935 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22937 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22938 part of the decoded armor to find the key-identifier.
22939 (pgg-gpg-lookup-key-owner): New function to return the
22940 human-readable identifier of a key owner.
22941 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22943 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22944 the key value) if we have a key and can match it against a secret
22945 key. Also, added a note pointing out fact that the prompt only
22946 indicates the first matching key.
22948 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22949 pgg-decrypt-region.
22950 (pgg-pending-timers): A new hash for tracking the passphrase cache
22951 timers, so that new ones supercede old ones.
22952 (pgg-add-passphrase-to-cache): Rename from
22953 `pgg-add-passphrase-cache' to reduce confusion (all callers
22954 changed). Modified to cancel old timers when new ones are added.
22955 (pgg-remove-passphrase-from-cache): Rename from
22956 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22957 changed). Modified to cancel old timers when their keys are
22958 removed from the cache.
22959 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22960 XEmacs, an indirection to delete-itimer.
22961 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22962 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22963 users can only check cache without risk of prompting. Correct bug in
22964 notruncate behavior.
22965 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22966 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22967 Add informative docstrings.
22968 (pgg-decrypt): Convey provided passphrase in subordinate call to
22969 pgg-decrypt-region.
22971 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22972 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22973 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22974 `passphrase' argument, so the passphrase can be managed externally
22975 and then passed in to the system.
22977 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22978 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22979 so the passphrase cache can be used reliably with identifiers
22980 besides a pgp packet's key id.
22982 * pgg-gpg.el (pgg-pgp-encrypt-region)
22983 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22984 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22985 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22986 argument to all these routines, so the passphrase can be managed
22987 externally and passed in to the system.
22989 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22990 `notruncate' argument, so the passphrase cache can be used
22991 reliably with identifiers besides a pgp packet's key id.
22993 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22995 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22996 symmetric encryption.
22997 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22998 encrypted session key.
22999 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23000 message ask for the passphrase in a proper way.
23002 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23003 New user commands for symmetric encryption.
23005 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
23007 * textmodes/conf-mode.el (conf-assignment-sign)
23008 (conf-assignment-regexp): Fix docstrings.
23009 (conf-mode-initialize): New function.
23010 (conf-mode): Remove optional args. Use delay-mode-hooks to
23011 recognize recursive calls.
23012 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
23013 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
23014 (conf-xdefaults-mode): Use define-derived-mode and
23015 conf-mode-initialize.
23017 2005-10-29 Romain Francoise <romain@orebokech.com>
23019 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
23021 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
23023 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23024 part of the decoded armor to find the key-identifier.
23025 (pgg-gpg-lookup-key-owner): New function to return the
23026 human-readable identifier of a key owner.
23027 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23029 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23030 the key value) if we have a key and can match it against a secret
23031 key. Also, added a note pointing out fact that the prompt only
23032 indicates the first matching key.
23034 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23035 pgg-decrypt-region.
23036 (pgg-pending-timers): A new hash for tracking the passphrase cache
23037 timers, so that new ones supercede old ones.
23038 (pgg-add-passphrase-to-cache): Rename from
23039 `pgg-add-passphrase-cache' to reduce confusion (all callers
23040 changed). Modified to cancel old timers when new ones are added.
23041 (pgg-remove-passphrase-from-cache): Rename from
23042 `pgg-remove-passphrase-cache' to reduce confusion (all callers
23043 changed). Modified to cancel old timers when their keys are
23044 removed from the cache.
23045 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23046 XEmacs, an indirection to delete-itimer.
23047 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23048 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23049 users can only check cache without risk of prompting. Correct bug in
23050 notruncate behavior.
23051 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23052 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23053 Add informative docstrings.
23054 (pgg-decrypt): Convey provided passphrase in subordinate call to
23055 pgg-decrypt-region.
23057 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
23059 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23060 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23061 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23062 `passphrase' argument, so the passphrase can be managed externally
23063 and then passed in to the system.
23065 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23066 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23067 so the passphrase cache can be used reliably with identifiers
23068 besides a pgp packet's key id.
23070 * pgg-gpg.el (pgg-pgp-encrypt-region)
23071 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23072 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23073 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23074 argument to all these routines, so the passphrase can be managed
23075 externally and passed in to the system.
23077 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23078 `notruncate' argument, so the passphrase cache can be used
23079 reliably with identifiers besides a pgp packet's key id.
23081 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
23083 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23084 symmetric encryption.
23085 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23086 encrypted session key.
23087 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23088 message ask for the passphrase in a proper way.
23090 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23091 New user commands for symmetric encryption.
23093 2005-10-28 Bill Wohler <wohler@newt.com>
23095 * help-mode.el (help-url): New button type. Calls browse-url.
23096 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
23097 Similar to Info nodes: URL `url'.
23098 (help-make-xrefs): Create help-url buttons for
23099 help-xref-url-regexp matches.
23101 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
23103 * tool-bar.el (tool-bar-add-item-from-menu)
23104 (tool-bar-local-item-from-menu): Fix doc strings.
23106 2005-10-28 Romain Francoise <romain@orebokech.com>
23108 * ldefs-boot.el: Update.
23110 * subr.el (locate-library): Move from help-fns.el.
23111 * help-fns.el (locate-library): Move to subr.el.
23113 2005-10-28 Richard M. Stallman <rms@gnu.org>
23115 * net/tramp.el (tramp-completion-mode): defvar moved up.
23117 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
23119 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23121 * files.el (find-file-noselect): Use %d to format large file size.
23123 * bindings.el (mode-line-format): Add %e.
23125 * loadup.el ("facemenu"): Load unconditionally.
23126 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23127 ("x-dnd"): Load, when appropriate.
23129 * startup.el (command-line): Call before-init-hook earlier.
23130 Warn about some bad characters in -u user name.
23132 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23133 (flyspell-external-point-words): Error if misspelled word is not found.
23134 Set flyspell-large-region-beg at end of word.
23136 2005-10-28 Andreas Schwab <schwab@suse.de>
23138 * view.el (View-revert-buffer-scroll-page-forward):
23139 Use view-page-size-default.
23141 2005-10-28 Juri Linkov <juri@jurta.org>
23143 * international/quail.el (quail-get-current-str): Translate last
23144 raw character for deterministic input methods.
23146 2005-10-27 Jay Belanger <belanger@truman.edu>
23148 * calc/calc-ext.el: Add functions to autoloads.
23149 (math-identity-matrix-p, math-ident-row-p): New functions.
23151 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23152 multiplication by an identity matrix; don't turn multiplication by
23153 an inverse matrix into division.
23154 (math-div-symbol-fancy): Replace division by matrices with
23155 multiplication by inverse.
23157 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23159 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23160 (calc-writeoutpower): New functions.
23162 2005-10-27 Romain Francoise <romain@orebokech.com>
23164 * replace.el (occur-engine): Include colon in mouse-face highlight.
23166 * dired-x.el: Change Maintainer field.
23168 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
23170 * longlines.el (longlines-mode): Bind after-change-functions to
23171 nil during initial decoding and final encoding.
23173 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23175 * term.el (term-emulate-terminal, term-handle-colors-array)
23176 (term-handle-ansi-escape): Specify the terminfo capabilities
23179 2005-10-26 Richard M. Stallman <rms@gnu.org>
23181 * info.el (Info-fontify-node): Fix detection of sentence-break
23184 2005-10-26 Romain Francoise <romain@orebokech.com>
23186 * smerge-mode.el: Add `tools' to file keywords.
23188 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
23190 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23191 when the fringe is not available.
23193 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23194 (def-gdb-auto-update-trigger): Simplify construction.
23195 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23196 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23197 defined explicitly.
23198 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23199 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23200 defined explicitly.
23201 (gdb-info-locals-custom): Remove as it's a no-op.
23203 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
23205 * longlines.el (longlines-mode): Remove narrowing before
23206 performing the initial decoding or final encoding.
23208 2005-10-25 Romain Francoise <romain@orebokech.com>
23210 * emacs-lisp/find-func.el (find-library-name): Also strip
23211 extension if library name ends in .el, to take advantage of
23212 `find-library-suffixes'.
23214 2005-10-25 Richard M. Stallman <rms@gnu.org>
23216 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23218 2005-10-25 Juri Linkov <juri@jurta.org>
23220 * textmodes/texinfo.el (texinfo-mode): Change charset of one
23221 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23223 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23225 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23226 (blackbox-redefine-key): Add argument `map'.
23228 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23229 regions when moving the jit-lock-context-unfontify-pos boundary.
23231 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23233 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23235 2005-10-25 Masatake YAMATO <jet@gyve.org>
23237 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23239 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23241 * play/blackbox.el (blackbox-redefine-key): New function.
23242 (blackbox-mode-map): Use it to remap existing bindings for cursor
23243 motion instead of binding literal keys.
23245 2005-10-25 Glenn Morris <rgm@gnu.org>
23247 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23248 diary does not end in a newline. Do not assume a blank line at
23249 the start of the diary file.
23251 2005-10-25 Kenichi Handa <handa@m17n.org>
23253 * international/quail.el (quail-translate-key): If the input
23254 method is deterministic and failed to handle the last key, restart
23255 the key handling loop from an appropriate key.
23257 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23259 * vc.el (vc-dired-mode): Extend comment for binding of
23260 `directory-listing-before-filename-regexp'.
23262 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23264 * textmodes/texinfo.el (texinfo-mode):
23265 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23266 not to unnecessarily expose emacs-mule's internal char codes.
23268 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23270 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23271 Display hand pointer and help-echo on disabled icon too.
23272 (gdb-mouse-until): New function.
23273 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23275 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23277 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23278 with 2005-10-23 change to doctor.el.
23280 * finder.el (finder-mode-map): Add follow-link binding.
23282 2005-10-25 Kim F. Storm <storm@cua.dk>
23284 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23285 to gdb-mouse-toggle-breakpoint-fringe.
23286 (gdb-mouse-toggle-breakpoint-margin): Rename from
23287 gdb-mouse-toggle-breakpoint. Fix doc.
23288 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23289 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23290 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23291 string properties also for fringe breakpoint bitmaps.
23293 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23295 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23297 2005-10-25 Masatake YAMATO <jet@gyve.org>
23299 * simple.el (completion-common-substring):
23300 Use `completion-common-substring' prior to `completion-base-size'.
23302 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23304 * savehist.el: Require CL while compiling.
23305 (savehist-history-variables): Remove.
23306 (savehist-save-minibuffer-history, savehist-additional-variables)
23307 (savehist-minibuffer-history-variables): New vars.
23308 (savehist-save): Use them.
23309 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23310 (savehist-install): New fun, extracted from savehist-load.
23311 (savehist-load): Use them.
23313 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23315 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23316 a dummy doc-string-elt property.
23317 (defalias, defvaralias, define-category): Add a docstring property.
23319 * image.el (defimage):
23320 * widget.el (define-widget):
23321 * custom.el (defface, defcustom): Add `doc-string' declaration.
23323 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23324 (defadvice): Add `doc-string' declaration.
23326 * emacs-lisp/byte-run.el (macro-declaration-function):
23327 Handle `doc-string' declarations.
23328 (define-obsolete-function-alias, define-obsolete-variable-alias):
23329 Add `doc-string' declaration.
23331 2005-10-24 Kenichi Handa <handa@m17n.org>
23333 * international/utf-7.el (utf-7): Add autoload cookie.
23335 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23337 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23339 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23340 list of directories passed to batch-update-autoloads. Add "." to
23341 the list of the echoed directories.
23348 * pgg.el: Moved here from the gnus subdirectory.
23350 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23352 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23353 in case comint-prompt-read-only is set to t.
23355 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23356 in case comint-prompt-read-only is set to t.
23358 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23360 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23362 (icalendar-import-format): Handle CLASS, STATUS, URL.
23363 Rename `subject' to `summary'.
23364 (icalendar-import-format-summary): Rename from
23365 `icalendar-import-format-subject'.
23366 (icalendar-import-format-url, icalendar-import-format-status)
23367 (icalendar-import-format-class): New variables.
23368 (icalendar--rris): Take variable argument list.
23369 (icalendar--datestring-to-isodate): Remove unnecessary
23370 calendar-style check when converting dates with explicit month names.
23371 (icalendar-export-region): Change return type of conversion
23372 subroutines. Bury current buffer unless error occurred.
23373 (icalendar--convert-to-ical)
23374 (icalendar--parse-summary-and-rest): New functions.
23375 (icalendar--convert-ordinary-to-ical)
23376 (icalendar--convert-weekly-to-ical)
23377 (icalendar--convert-yearly-to-ical)
23378 (icalendar--convert-block-to-ical)
23379 (icalendar--convert-cyclic-to-ical)
23380 (icalendar--convert-anniversary-to-ical): Change return type.
23381 Strip trailing blanks from subject.
23382 (icalendar--convert-sexp-to-ical): Change return type.
23383 Strip trailing blanks from subject. Handle simple sexp
23384 entries as generated by icalendar.el.
23385 (icalendar--convert-float-to-ical)
23386 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23387 (icalendar-import-file): Doc fix.
23388 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23389 Correct call to icalendar--rris.
23390 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23392 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23394 2005-10-24 Romain Francoise <romain@orebokech.com>
23396 * server.el (server-sentinel): Set query-on-exit flag to nil on
23397 new client processes (it isn't inherited from the server process).
23399 * replace.el (occur-engine): Rearrange text properties.
23401 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23403 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23404 case-fold-search is nil.
23405 (debug-help-follow): Use help-xref-interned directly.
23407 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23409 * thumbs.el (thumbs-image-type): Add .pbm.
23411 2005-10-23 Richard M. Stallman <rms@gnu.org>
23413 * faces.el (inhibit-face-set-after-frame-default): New variable.
23414 (set-face-attribute): Bind it.
23415 (face-set-after-frame-default): Test it.
23417 * help-fns.el (describe-simplify-lib-file-name): New function.
23418 (describe-function-1, describe-variable): Use it.
23420 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23422 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23423 Eliminate nil as possible value.
23424 (tooltip-hide-delay): Reduce internal-border-width.
23426 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23427 (menu-bar-file-menu) <new-file>: Likewise.
23429 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23431 * international/mule.el (load-with-code-conversion):
23432 Pass full file name to `eval-buffer' unless preloading.
23434 * textmodes/flyspell.el (flyspell-large-region):
23435 Call ispell-check-version.
23437 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23438 Fix the make-variable-buffer-local call that was supposed
23439 to be for this variable.
23440 (ispell-aspell-supports-utf8): Doc fix.
23441 (ispell-find-aspell-dictionaries): Preserve elements of
23442 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23443 (ispell-aspell-find-dictionary): Return nil on error.
23445 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23446 (doctor-symptoms): Likewise.
23448 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23450 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23452 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23453 (custom-raised-buttons): Add :set spec.
23454 (custom-button-unraised, custom-button-pressed-unraised):
23455 New faces, so that custom-raised-buttons actually does something.
23456 (custom-mode): Use custom-button and custom-button-pressed.
23458 * wid-edit.el (widget-specify-button): Don't ignore
23459 widget-mouse-face on graphic terminals.
23460 (widget-move-and-invoke): Cleanup.
23462 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23464 * whitespace.el (whitespace-cleanup): Doc fix.
23466 2005-10-23 Romain Francoise <romain@orebokech.com>
23468 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23469 `eval-after-load' to avoid evaluating their result.
23471 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23473 * files.el (directory-listing-before-filename-regexp):
23474 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23476 * dired.el (dired-move-to-filename-regexp): Remove.
23477 All occurrences replaced by `directory-listing-before-filename-regexp'.
23479 * dired-x.el, locate.el, vc.el:
23480 Replace `dired-move-to-filename-regexp' by
23481 `directory-listing-before-filename-regexp'. In vc.el it is
23482 overwritten locally; maybe this can be handled in files.el too.
23484 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23485 replaced by `directory-listing-before-filename-regexp'.
23487 2005-10-23 Andreas Schwab <schwab@suse.de>
23489 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23490 and eval-next-after-load.
23492 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23494 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23497 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23499 * allout.el: Remove autoloads for mailcrypt and crypt++.
23500 Require pgg, pgg-gpg during compilation.
23501 (allout-version): Increment version number to 2.1, and use a literal
23502 rather than RCS Id.
23503 (allout-default-encryption-scheme): Remove.
23504 (allout-passphrase-verifier-handling)
23505 (allout-passphrase-verifier-string)
23506 (allout-file-passphrase-verifier-string)
23507 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23508 (allout-passphrase-hint-handling): Rename and simplify.
23509 (allout-init): Use `find-file-hook' if available, otherwise
23511 (allout-mode): Use `write-file-functions' if available, otherwise
23512 `local-write-file-hooks' and, instead of making auto-save-hook
23513 buffer local, make the write-file-hook activity contingent to
23515 (allout-mode): Use key-binding substitution in the docstring.
23516 (allout-kill-line): Spell-out kill ring data structure mutation
23517 instead of using byte-compiler-complaint-provoking `pop'.
23518 (allout-insert-listified): Use `insert' rather than `insert-string'
23519 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23520 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23521 (allout-encrypt-string): Totally revamped vis new underlying
23522 encryption facilities.
23523 (allout-mc-activate-passwd): Remove.
23524 (allout-obtain-passphrase): New, more or less replaces
23525 allout-mc-activate-passwd.
23526 (allout-encrypted-key-info): More or less replaces
23527 allout-encrypted-text-type.
23528 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23529 (my-mark-marker): Use `(featurep 'xemacs)'.
23531 2005-10-23 Lars Hansen <larsh@soem.dk>
23533 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23534 (byte-compile-file-form-defmumble, byte-compile-defun)
23535 (byte-compile-defmacro): Use it.
23536 (byte-compile-form): Don't call byte-compile-set-symbol-position
23537 when a byte-compile handler is called.
23539 2005-10-22 Romain Francoise <romain@orebokech.com>
23541 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23543 * subr.el (eval-after-load): Convert library name to an absolute
23544 file name using locate-library, since load-history no longer has
23545 library names in it.
23547 2005-10-22 Richard M. Stallman <rms@gnu.org>
23549 * files.el (make-temp-file): Move from subr.el.
23550 * subr.el (make-temp-file): Move to files.el.
23552 * window.el (get-buffer-window-list): Move from subr.el.
23553 * subr.el (get-buffer-window-list): Move to window.el.
23555 * image.el (image-load-path): Use eval-at-startup to initialize.
23557 * subr.el (eval-at-startup): New macro.
23559 * subr.el: Much rearrangement of functions and division
23560 into pages. No code changes.
23562 2005-10-22 Kenichi Handa <handa@m17n.org>
23564 * tar-mode.el (tar-extract): Be sure to call
23565 find-operation-coding-system if set-auto-coding doesn't find a
23568 2005-10-22 Kim F. Storm <storm@cua.dk>
23570 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23572 (image-type-file-name-regexps): New defconst.
23573 (image-type-from-data): Simplify loop.
23574 (image-type-from-buffer): New defun.
23575 (image-type-from-file-header): Use it instead of image-type-from-data.
23576 Use image-search-load-path instead of only looking in data-directory.
23577 (image-type-from-file-name): New defun.
23578 (image-search-load-path): Change `pathname' to `filename'.
23579 Make PATH arg optional, default to image-load-path.
23581 2005-10-21 Richard M. Stallman <rms@gnu.org>
23583 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23585 * textmodes/paragraphs.el (sentence-end-base): New variable.
23586 (sentence-end): Use sentence-end-base.
23588 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23590 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23591 property independently from the font-lock-multiline variable.
23593 2005-10-21 Richard M. Stallman <rms@gnu.org>
23595 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23597 * startup.el (command-line): Convert library names
23598 in `load-history' to absolute file names.
23600 * subr.el (symbol-file): Doc fix.
23602 * loadhist.el (file-loadhist-lookup): Call locate-library
23603 instead of find-library-name. Don't try converting
23604 abs file names to library names, since load-history no longer
23605 has library names in it.
23606 (file-dependents, file-provides, file-requires): Doc fixes.
23608 2005-10-21 Juri Linkov <juri@jurta.org>
23610 * progmodes/etags.el (tags-table-mode): New function.
23611 (tags-verify-table): Replace initialize-new-tags-table with
23614 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23616 (desktop-modes-not-to-save): Add tags-table-mode to the
23619 * info.el (Info-index-next): Add total number of index
23620 alternatives to the message.
23622 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23623 backward only space (instead of space and period) before looking
23626 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23627 Add the old variable value as 4th default-value arg of read-string.
23629 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23631 * cus-face.el (custom-declare-face): Make face from X resources
23634 * disp-table.el (standard-display-g1, standard-display-graphic):
23635 Refuse to use string glyphs also on Mac.
23636 (standard-display-european): Don't set terminal coding system also
23639 * frame.el (display-screens): Use x-display-screens also on Mac.
23641 2005-10-21 Romain Francoise <romain@orebokech.com>
23643 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23645 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23647 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23650 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23651 warning face on open-paren-in-column-0.
23653 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23654 boundary case. Fix typo.
23655 Suggested by Martin Rudalics <rudalics@gmx.at>.
23657 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23659 * textmodes/org.el (org-combined-agenda-icalendar-file)
23660 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23661 (org-export-icalendar-this-file)
23662 (org-export-icalendar-all-agenda-files)
23663 (org-export-icalendar-combine-agenda-files): New commands.
23664 (org-export-icalendar, org-print-icalendar-entries)
23665 (org-start-icalendar-file, org-finish-icalendar-file)
23666 (org-ical-ts-to-string): New functions.
23667 (org-read-date, org-goto-calendar)
23668 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23669 call to `calendar'.
23670 (orgtbl-setup): Remove the :keys arguments from the menu description.
23671 (org-after-save-iCalendar-file-hook): New variable.
23673 2005-10-21 Kenichi Handa <handa@m17n.org>
23675 * language/vietnamese.el (tcvn-5712): Make it an alias of
23676 vietnamese-tcvn coding-system.
23678 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23680 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23683 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23685 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23686 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23687 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23688 whose line is either continued or ends with a comment.
23690 2005-10-20 Romain Francoise <romain@orebokech.com>
23692 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23694 * replace.el (occur-engine): Add follow-link property.
23696 * font-core.el (font-lock-mode): Doc fix.
23698 2005-10-20 Richard M. Stallman <rms@gnu.org>
23700 * net/rcirc.el: New file.
23702 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23704 * term.el (term-term-name): Initialize to "eterm-color".
23706 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23708 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23709 for encryption functionality.
23710 Move allout customization subgroup from `editing' to `outlines' group.
23711 Fix commentary keywords to legitimate ones.
23712 Update author info (using my current email address, obscurified).
23713 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23714 (allout-encrypted-topic-p, allout-encrypted-text-type)
23715 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23716 (allout-situate-encryption-key-verifier)
23717 (allout-get-encryption-key-verifier, allout-verify-key)
23718 (allout-next-topic-pending-encryption)
23719 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23720 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23721 (outline-key-verifier-handling, outline-key-hint-handling)
23722 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23723 (allout-file-key-verifier-string, allout-encryption-scheme)
23724 (allout-key-verifier-string, allout-key-hint-string)
23725 (allout-after-save-decrypt): New variables.
23726 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23727 (allout-after-saves-handler): New hook functions.
23728 (allout-post-command-business): Do allout-after-save-decrypt.
23729 (allout-enable-file-variable-adjustment): Custom var to enable
23730 mechanism for adding and adjusting settings of Emacs file variables.
23731 (allout-adjust-file-variable, allout-file-vars-section-data):
23732 New functions, implement the mechanism.
23733 (outlineify-sticky): Use the file vars mechanism.
23734 (allout-inhibit-protection, allout-during-write-cue)
23735 (allout-override-protect, allout-before-change-protect): Remove.
23736 (allout-flag-region, allout-open-topic): Adjust read-only text.
23737 (allout-open-line-not-read-only): Add to facilitate read-only
23738 text based protection.
23739 (allout-kill-line): Revise to adjust read-only text, clue the
23740 user about the inhibition.
23741 (allout-unprotected): Use unwind-protect.
23742 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23743 topic deeper than the offspring depth of the previous topic -
23744 avoiding confusing "containment discontinuities".
23745 (allout-reindent-bodies): Fix retention of body relative hanging
23746 indent during promotion of collapsed bodies.
23747 (allout-open-topic): Make it easy to open new topic with same
23748 bullet as current topic - topic creation functions provided with
23749 any universal argument provokes now prompt for bullet, defaulting
23750 to the bullet of the previous topic.
23751 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23752 Plain bullet alternates `.' period and `,' comma only. All other
23753 bullets are relegated to special status (but customizable).
23754 (allout-end-of-entry): Rename from allout-end-of-current-entry
23755 since it actually operates w.r.t. most immediately containing
23756 entry, visible or not.
23757 (allout-hide-current-entry, allout-show-current-entry): Use the
23759 (allout-old-expose-topic): Solidify deprecation.
23760 (allout-end-of-subtree): Add so we can span concealed as well
23762 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23763 (allout-end-of-current-heading): Tweak to just respect the first line.
23764 (allout-get-body-text): Add.
23765 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23766 when invoked interactively.
23767 (allout-up-current-level): Use `interactive-p'.
23768 (allout-mode, allout-init): Miscellaneous docstring and
23769 operational refinements, as well as hookups of new encryption stuff.
23770 (allout-beginning-of-current-entry): Now works as advertised.
23771 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23772 (allout-isearch-rectification): Refine condition for isearching.
23773 (allout-isearch-abort, allout-enwrap-isearch)
23774 (allout-flag-region, my-region-active-p): Relocate some macros.
23775 (allout-title): Fallback title is (buffer-name), not
23776 non-existing (current-buffer-name).
23777 (subst-char-in-string): Define if absent (for some XEmacs versions).
23779 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23781 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23782 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23783 (mail-citation-prefix-regexp, mail-signature-file)
23784 (mail-default-headers, mail-bury-selects-summary)
23785 (mail-send-nonascii): Add autoload cookies.
23787 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23789 * frame.el (blink-cursor-mode): Add `mac' to the list of
23790 window-system's that support blinking cursor.
23792 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23794 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23796 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23798 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23799 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23800 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23802 2005-10-20 Kim F. Storm <storm@cua.dk>
23804 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23805 (ido-set-current-directory): Don't add / after final @.
23806 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23807 Explicitly handle ange-ftp completion oddities.
23808 (ido-make-file-list): Don't rotate list at tramp root to avoid
23809 triggering tramp file handler for expand-file-name via get-file-buffer.
23811 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23813 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23815 2005-10-19 Jay Belanger <belanger@truman.edu>
23817 * calc/calc-units.el (math-standard-units): Add units, adjust
23818 symbols and update values.
23819 (math-unit-prefixes): Add more prefixes.
23821 2005-10-19 Romain Francoise <romain@orebokech.com>
23823 * bookmark.el (bookmark-menu-heading): New face.
23824 (bookmark-bmenu-list): Use it.
23825 Don't fiddle with `baud-rate' at top-level.
23827 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23829 * image.el (create-image, find-image): Mention max-image-size in
23832 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23834 * savehist.el (savehist-load): Revert to checking XEmacs.
23836 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23837 Various docstring and line-width fixups.
23838 (conf-mode): Use cond.
23839 Set font-lock-defaults. Don't set comment-use-syntax.
23841 2005-10-18 David Ponce <david@dponce.com>
23843 * tree-widget.el (tree-widget-button-click): New function.
23844 (tree-widget-button-keymap): Use it.
23846 2005-10-18 Romain Francoise <romain@orebokech.com>
23848 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23849 (bookmark-bmenu-hide-filenames): Add follow-link property.
23850 Improve help-echo text.
23852 * ffap.el (find-file-at-point): Doc fix.
23854 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23856 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23858 2005-10-18 Masatake YAMATO <jet@gyve.org>
23860 Install to the CVS repository what I forgot to install in my
23861 2005-10-16 changes.
23863 * progmodes/python.el (python-complete-symbol): Pass the common
23864 prefix substring of completion to `display-completion-list'.
23866 * textmodes/org.el (org-complete): Ditto.
23868 2005-10-18 Masatake YAMATO <jet@gyve.org>
23870 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23872 * woman.el (WoMan-xref-man-page): New button type derived
23873 from `Man-abstract-xref-man-page'.
23874 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23876 * man.el (Man-abstract-xref-man-page): New button type.
23877 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23878 (Man-highlight-references): Add new optional argument `xref-man-type'.
23880 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23882 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23884 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23886 * cus-edit.el (Custom-move-and-invoke): Delete.
23887 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23889 * wid-edit.el (widget-move-and-invoke): New function, from
23890 Custom-move-and-invoke.
23892 2005-10-17 Bill Wohler <wohler@newt.com>
23894 Move all remaining images from lisp/toolbar to etc/images, move
23895 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23896 the low resolution images in their own directory (low-color).
23898 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23899 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23900 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23901 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23902 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23903 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23904 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23906 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23907 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23908 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23909 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23910 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23911 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23912 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23913 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23914 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23915 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23916 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23917 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23918 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23919 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23920 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23922 To conform with convention, replace the underscore (_) in the
23923 following image names with dash (-) or (/) as appropriate.
23925 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23926 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23927 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23928 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23929 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23930 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23931 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23932 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23933 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23934 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23935 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23936 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23937 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23938 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23939 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23941 * info.el (info-tool-bar-map): Replace underscores in image names
23944 * makefile.w32-in (WINS): Remove toolbar.
23946 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23948 * tool-bar.el: Move to lisp from toolbar. Now that
23949 toolbar is empty, it should be deleted when folks run "cvs up -P".
23951 2005-10-18 Jay Belanger <belanger@truman.edu>
23953 * calc/calc-store.el (calc-store-into): Get the proper variable name
23954 to display in message.
23956 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23958 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23959 expressions display in speedbar for all buffers when debugging.
23960 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23962 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23963 (speedbar-insert-button, speedbar-make-button):
23964 Use add-text-properties.
23965 (speedbar-update-localized-contents)
23966 (speedbar-update-directory-contents)
23967 (speedbar-update-special-contents): Use dolist.
23968 (speedbar-buffer-easymenu-definition): Add a menu separator.
23970 2005-10-17 Jason Rumney <jasonr@gnu.org>
23972 * makefile.w32-in: Use $(lisp) consistently.
23973 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23974 for shell specific generation of mh-autoloads.
23976 2005-10-17 Richard M. Stallman <rms@gnu.org>
23978 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23980 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23982 * jit-lock.el (jit-lock-fontify-now):
23983 Move jit-lock-context-unfontify-pos to avoid wasted work.
23985 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23987 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23988 `tramp-completion-mode' for checking if we are in completion mode.
23989 (tramp-completion-handle-file-name-all-completions): Reorder code
23990 in order to complete for file names only in case there are no
23991 method/user/host completions. This is necessary for cooperation
23992 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23994 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23996 * longlines.el (longlines-search-forward)
23997 (longlines-search-backward): Match any number of spaces.
23999 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
24001 * diff-mode.el (diff-mode): Doc fix.
24003 2005-10-16 David Reitter <david.reitter@gmail.com>
24005 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
24006 as default on darwin and windows systems.
24008 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
24010 * arc-mode.el (archive-zip-extract): Doc fix.
24012 2005-10-16 Romain Francoise <romain@orebokech.com>
24014 * mouse.el (mouse-1-click-follows-link): Doc fix.
24016 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24018 * savehist.el: Don't require CL at runtime.
24019 (savehist-xemacs): Remove.
24020 (savehist-coding-system): Use utf-8 if present, regardless of religion.
24021 (savehist-no-conversion): Use (featurep 'xemacs).
24022 (savehist-load): Check existence of start-itimer rather than XEmacs.
24024 (savehist-process-for-saving): Replace use of CL funs `subseq' and
24027 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
24029 * savehist.el: Newer version.
24030 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
24031 (savehist-last-checksum, savehist-no-conversion): New vars.
24032 (savehist-autosave, savehist-process-for-saving, savehist-printable):
24034 (savehist-load, savehist-save): Use them.
24035 (savehist-delimit): Remove.
24037 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24039 * progmodes/compile.el (compilation-goto-locus): Display the
24040 compilation buffer first and the source buffer second, in case they're
24041 in overlapping frames. Don't raise the compilation frame if it was the
24042 selected window upon entry. Pass the `other-window' arg to
24045 * info.el (Info-fontify-node): Use dolist.
24046 Change add-text-properties to put-text-property.
24048 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24050 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
24053 2005-10-16 Masatake YAMATO <jet@gyve.org>
24055 * dabbrev.el (dabbrev-completion): Pass the common
24056 prefix substring of completion to `display-completion-list'.
24058 * filecache.el (file-cache-minibuffer-complete)
24059 (file-cache-complete): Ditto.
24061 * tempo.el (tempo-display-completions): Ditto.
24063 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
24065 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
24067 * eshell/em-hist.el (eshell-list-history): Ditto.
24069 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
24071 * mail/mailalias.el (mail-complete): Ditto.
24073 * progmodes/etags.el (complete-tag): Ditto.
24075 * progmodes/make-mode.el (makefile-complete): Ditto.
24077 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
24079 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
24081 * progmodes/pascal.el (pascal-complete-word)
24082 (pascal-show-completions): Ditto.
24084 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
24086 * simple.el (completion-common-substring): New variable.
24087 (completion-setup-function): Use `completion-common-substring'
24090 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24092 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
24093 (x-get-selection, mac-select-convert-to-string): Convert from/to
24094 UTF-16 clipboard data as in native byte order, no BOM.
24096 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
24098 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24099 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
24100 (gud-sentinel): Use speedbar-frame to check for speedbar.
24102 2005-10-15 Richard M. Stallman <rms@gnu.org>
24104 * savehist.el: New file.
24106 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
24108 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
24109 Fix bug in \bf fontification.
24111 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
24113 * pcvs.el (cvs-edit-log-files): New var.
24114 (cvs-mode-edit-log): New arg `file'.
24115 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
24116 Instead force the use of the original file and nothing else.
24117 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
24118 the cvs-minor-wrap-function is set.
24119 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24121 2005-10-14 Bill Wohler <wohler@newt.com>
24123 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24124 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24125 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24126 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24127 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24128 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24129 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24130 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24131 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24132 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24133 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24134 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24135 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24136 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24137 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24139 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24140 appropriately (for example, gud-break to gud/break).
24142 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
24144 * longlines.el (longlinges-search-function)
24145 (longlines-search-forward, longlines-search-backward): New functions.
24146 (longlines-mode): Set isearch-search-fun-function to
24147 longlinges-search-function.
24149 * mouse.el (mouse-drag-region-1): Handle the case where a
24150 double-click event is bound to an arbitrary function.
24152 2005-10-14 David Ponce <david@dponce.com>
24154 * recentf.el (recentf-track-opened-file)
24155 (recentf-track-closed-file, recentf-update-menu)
24156 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24157 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24158 mouse-1-click-follows-link.
24160 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24162 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24163 Gnome file-manager.png. Suggested by
24164 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24166 * toolbar/README: Add diropen.xpm.
24168 2005-10-13 Bill Wohler <wohler@newt.com>
24170 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24171 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
24173 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
24175 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24176 Don't waste the byte-compiler's time on constant data.
24178 2005-10-13 Kenichi Handa <handa@m17n.org>
24180 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24181 byte with `escape-glyph' face.
24183 * international/fontset.el (ccl-encode-unicode-font):
24184 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24185 Handle the case that ucs-mule-to-mule-unicode translates a character to
24186 ASCII (usually for IPA characters).
24188 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24190 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24191 Don't hide the underline of titles if font-lock-mode is disabled.
24193 2005-10-12 Bill Wohler <wohler@newt.com>
24195 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
24196 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24197 files in MH-E-SRC have been updated.
24198 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24200 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24202 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24203 (mixal-mode-syntax-table): Add \n as end-comment.
24204 (mixal-operation-codes-alist): Immediately initialize to full value.
24205 (mixal-add-operation-code): Remove.
24206 (mixal-describe-operation-code): Make the arg non-optional.
24207 Use the interactive spec instead.
24208 Use mixal-operation-codes-alist rather than mixal-operation-codes.
24209 (mixal-font-lock-keywords): Don't highlight comments here any more.
24210 (mixal-font-lock-syntactic-keywords): New var.
24211 (mixal-mode): Use it. Fix comment-start-skip.
24213 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24215 * startup.el (command-line-x-option-alist): -nb => -nbi.
24217 2005-10-12 Kim F. Storm <storm@cua.dk>
24219 * startup.el (fancy-splash-default-action): Discard mouse click in
24220 the splash screen window, as it has no sensible meaning in the
24221 next window to be selected. Fixes error reported by Jan D.
24223 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24225 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24227 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24229 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24230 Try to fix up minor layout issues like indentation, line break, etc...
24231 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24232 because it doesn't work.
24233 (mixal-operation-codes): Add some more codes.
24234 (mixal-font-lock-keywords): Process comments here.
24235 (mixal-mode): mixasm no longer needs -g option.
24237 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24239 * progmodes/sh-script.el (sh-tmp-file):
24240 Use mktemp -t. Finish support for es and rc shells.
24242 2005-10-11 Jay Belanger <belanger@truman.edu>
24244 * calc/calcalg2.el (calc-integral): With an argument, compute the
24247 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24249 * mouse.el (mouse-drag-region-1): Don't try to catch a
24250 double-click when doing follow-link (it's overridden anyway).
24252 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24254 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24255 (autoload-print-form-outbuf): Add docstring.
24257 2005-10-11 Juri Linkov <juri@jurta.org>
24259 * info.el (Info-mode-menu): Delete menu item "Edit".
24260 (Info-mode): Delete description of Info-edit from docstring,
24261 and rearrange descriptions of Info commands in the order
24262 they are documented in the Info manual.
24264 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24266 * calendar/appt.el (appt-check): Use diary-selective-display var.
24268 2005-10-10 Richard M. Stallman <rms@gnu.org>
24270 * net/newsticker.el (newsticker-start, newsticker-show-news):
24271 Add autoload cookies.
24273 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24275 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24277 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24279 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24281 2005-10-10 Jay Belanger <belanger@truman.edu>
24283 * calc/calc-arith.el (math-check-known-scalarp)
24284 (math-check-known-matrixp): Check the values of arguments that are
24286 (math-check-known-square-matrixp): New function.
24287 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24288 (math-super-types): Add sqmatrix type.
24290 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24291 mode name `square' to `sqmatrix'.
24293 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24294 mode name `square' to `sqmatrix'.
24296 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24298 * progmodes/etags.el (select-tags-table-mode): Don't use
24300 (tags-select-tags-table): Pass `button' to the action function.
24301 (select-tags-table): Place the side-info on button properties rather
24302 than in hidden text. Abbreviate file names.
24303 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24304 (select-tags-table-select): Add `button' argument.
24305 Get side-info from the button property rather than from hidden text.
24307 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24309 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24310 (gud-speedbar-buttons): Preserve point if possible.
24311 (gud-sentinel): Restore previous speedbar display type.
24313 * progmodes/gdb-ui.el (gdba): Improve diagram.
24314 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24315 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24316 Call get-buffer-window once.
24318 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24320 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24321 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24322 (pascal-indent-command): Remove unused var `ind'.
24323 (pascal-indent-case): Remove unused var `oldpos'.
24324 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24325 since it's now used as a proper minor mode map.
24326 (pascal-outline): Rename to pascal-outline-mode.
24327 (pascal-outline-mode): Use define-minor-mode.
24328 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24331 2005-10-10 Andreas Schwab <schwab@suse.de>
24333 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24334 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24336 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24337 outside source directory.
24339 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24341 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24343 (orgtbl-mode-map): Full keymap instead of sparse, because all
24344 `self-insert-command' keys are redefined in this map.
24345 (org-export-as-html): Specify charset for HTML file, by taking it
24346 from the coding system.
24348 2005-10-10 Kenichi Handa <handa@m17n.org>
24350 * textmodes/flyspell.el (flyspell-check-word-p):
24351 If unread-command-events is non-empty, don't call sit-for.
24353 2005-10-09 Richard M. Stallman <rms@gnu.org>
24355 * font-lock.el (font-lock-syntactic-keywords)
24356 (font-lock-keywords): Doc fixes.
24358 * textmodes/flyspell.el (flyspell-external-point-words):
24359 Simplify logic, and don't try to check for consecutive appearances
24360 of one incorrect word.
24362 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24364 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24367 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24368 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24369 (gud-expansion-speedbar-buttons): New function.
24370 (gud-speedbar-buttons): Check for gud-comint-buffer.
24372 2005-10-09 Bill Wohler <wohler@newt.com>
24374 * Makefile.in (updates): Add mh-loaddefs dependency.
24376 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24378 * speedbar.el (speedbar-file-key-map): Fix typo.
24380 2005-10-09 Daniel Brockman <daniel@brockman.se>
24382 * cus-start.el (line-spacing): Add custom spec.
24384 2005-10-09 Romain Francoise <romain@orebokech.com>
24386 * textmodes/ispell.el (ispell-check-version): Fix last change.
24388 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24390 * term/x-win.el: Remove -i, --icon-type from comment.
24392 * startup.el (command-line-x-option-alist): Remove options -i,
24393 -itype, --icon-type, added -nb, --no-bitmap-icon.
24395 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24397 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24398 instead of :active.
24400 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24402 * textmodes/ispell.el (ispell-check-version):
24403 Ignore hyphen, and all that follows, in aspell's version text.
24405 2005-10-08 Jay Belanger <belanger@truman.edu>
24407 * calc/calc-arith.el (math-known-square-matrixp): New function.
24408 (math-pow-fancy): Check for matrices before distributing exponent
24411 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24412 fullscreen keypad. Suggested by Luc Teirlinck.
24413 (calc-keypad-show-input): Add space for formatting.
24415 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24416 Add square matrix option.
24418 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24419 of checking calc-matrix-mode when deciding how to expand.
24421 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24423 2005-10-08 Lars Hansen <larsh@soem.dk>
24425 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24426 Add error handling.
24427 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24429 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24431 Sync with Tramp 2.0.51.
24433 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24434 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24435 Insert special handling for `last-coding-system-used', again
24436 it still seems to be necessary (unlike stated before).
24437 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24438 (tramp-password-prompt-regexp): There might be other words before
24439 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24440 (tramp-chunksize): Improve docstring.
24441 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24442 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24443 Christian Joergensen <bugs@razor.dk>.
24445 2005-10-07 Glenn Morris <rgm@gnu.org>
24447 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24448 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24451 2005-10-07 Romain Francoise <romain@orebokech.com>
24453 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24454 (ibuffer-do-shell-command-pipe-replace)
24455 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24456 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24457 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24458 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24459 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24460 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24461 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24462 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24463 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24464 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24465 Autoload file sans suffix.
24467 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24469 2005-10-07 David Ponce <david@dponce.com>
24471 * recentf.el (recentf-menu-open-all-flag): New option.
24472 (recentf-digit-shortcut-command-name): New function.
24473 (recentf--shortcuts-keymap): New variable.
24474 (recentf-menu-shortcuts): New variable.
24475 (recentf-make-menu-items): Initialize it. Replace the "More..."
24476 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24477 (recentf-menu-value-shortcut): New function.
24478 (recentf-make-menu-item): Use it. No more in-lined.
24479 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24480 (recentf-open-most-recent-file): Rename from
24481 `recentf-open-file-with-key'. Don't depend on key binding.
24482 (recentf-mode-map): New variable.
24483 (recentf-mode): Use it.
24485 2005-10-06 Bill Wohler <wohler@newt.com>
24487 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24489 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24490 (MH-E-SRC): New. Used by mh-autoloads.
24491 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24492 files in MH-E-SRC have been updated.
24493 (compile, recompile, bootstrap): Depend on mh-autoloads.
24495 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24497 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24498 gud-break and gud-remove icons when the fringe is not available.
24500 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24503 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24505 * play/zone.el (zone): Wrap body with save-window-excursion.
24507 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24509 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24510 Use the new `list-only' arg to diary-list-entries.
24512 * calendar/diary-lib.el: Use overlays rather than selective-display.
24513 (diary-selective-display): New var.
24514 (diary-header-line-format): Use it.
24515 (diary-list-entries): Add argument `list-only'.
24516 Put the buffer in diary-mode. Don't add \^M at beg and end.
24517 Replace \^M by invisible overlays.
24518 (diary-unhide-everything): Replace \^M by invisible overlays.
24519 (print-diary-entries): Look for overlays rather than \^M.
24520 Add a space to the temp buffer name.
24521 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24522 Put the buffer in diary-mode.
24523 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24524 (diary-anniversary): Make the year arg optional.
24525 (diary-time-regexp): New const.
24526 (diary-font-lock-keywords): Use it to accept a few more time formats.
24528 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24530 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24532 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24533 Fix bug introduced 2005-07-03: Use (car (last ...))
24534 to faithfully reproduce replaced artist-last.
24535 (artist-set-arrow-points-for-poly): Likewise.
24536 Suggested by Johan Bockg
\e,Ae
\e(Brd.
24538 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24540 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24541 * wid-edit.el (widget):
24542 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24543 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24545 2005-10-06 Kenichi Handa <handa@m17n.org>
24547 * international/mule-cmds.el (set-language-environment):
24548 Fix setting up of case-table for unibyte mode.
24550 * simple.el (what-cursor-position): If the character is displayed
24551 by some `display' text property, show that. Don't use
24552 single-key-description for eight-bit characters in multibyte mode.
24554 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24556 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24557 (gdb-ann3): Set it.
24558 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24559 (gdb-info-frames-custom): Use inverse-video for first five
24560 characters of selected frame only.
24561 (gdb-get-frame-number): Select frame even when point is on frame
24564 2005-10-06 Masatake YAMATO <jet@gyve.org>
24566 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24567 Put `font-lock-function-name-face'.
24568 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24569 and `font-lock-variable-name-face'
24570 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24571 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24572 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24573 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24574 (gdb-local-font-lock-keywords): New font lock keywords definition.
24575 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24576 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24577 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24579 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24581 * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
24582 (ediff-merge-region-is-non-clash-to-skip): Previously called
24583 ediff-merge-region-is-non-clash.
24585 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24586 Use insert-buffer-substring.
24588 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24589 selecting files to patch. Also bug fixes.
24591 * ediff-util.el (ediff-setup): Bug fix.
24592 (ediff-next-difference): Never skip clashes that differ in white
24595 * ediff-wind.el (ediff-setup-control-frame)
24596 (ediff-destroy-control-frame): Check the menubar feature.
24598 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24599 (viper-refresh-mode-line): Use make-local-variable to localize
24600 some vars instead of make-variable-buffer-local. Suggested by
24603 * emulation/viper-init.el (viper-make-variable-buffer-local):
24605 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24606 Use make-local-variable instead of make-variable-buffer-local.
24607 Suggested by Stefan Monnier.
24609 * emulation/viper.el (viper-mode): Don't use
24610 viper-make-variable-buffer-local.
24611 (viper-comint-mode-hook): Use make-local-variable on
24612 require-final-newline.
24613 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24615 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24617 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24618 also the second char of a comment-start sequence.
24619 (scheme-sexp-comment-syntax-table): New var.
24620 (lambda, define): Set their scheme-doc-string-elt property.
24621 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24622 Use lisp-font-lock-syntactic-face-function now that it properly
24623 handles |...| symbols.
24624 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24625 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24627 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24629 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24631 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24632 (lisp-doc-string-elt-property): New var.
24633 (lisp-font-lock-syntactic-face-function): Use it.
24634 Rewrite to recognize docstrings even for forms not at toplevel.
24636 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24637 annotation on the | part of #| rather than on the # part.
24638 (scheme-font-lock-syntactic-face-function): New function, to
24639 distinguish strings from |...| symbols.
24640 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24641 syntax-table so that #|...|# is properly highlighted.
24643 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24644 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24646 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24648 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24651 * emacs-lisp/eldoc.el: Move comments into docstrings.
24652 (eldoc-message-commands): Initialize in its declaration.
24653 Add move-beginning-of-line and move-end-of-line.
24654 (eldoc-add-command, eldoc-add-command-completions)
24655 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24657 * outline.el (outline-mark-subtree): Activate the mark.
24659 * calendar/appt.el (appt-time-regexp): New var.
24660 (appt-add, appt-make-list): Use it.
24661 (appt-convert-time): Clean up.
24663 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24664 Don't set any syntax-table property here.
24665 (tex-font-lock-verb): New function. Do it here.
24666 (tex-font-lock-syntactic-keywords): Use it.
24668 2005-10-04 Richard M. Stallman <rms@gnu.org>
24670 * wid-edit.el (widget-file-complete): Get the widget start point
24671 the right way. Default directory to `/' if file has none.
24673 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24675 * textmodes/flyspell.el (flyspell-mode-on):
24676 Call ispell-maybe-find-aspell-dictionaries.
24678 * textmodes/ispell.el (ispell-word, ispell-region):
24679 Call ispell-maybe-find-aspell-dictionaries.
24680 (ispell-accept-buffer-local-defs):
24681 Don't call ispell-maybe-find-aspell-dictionaries.
24683 2005-10-04 Richard M. Stallman <rms@gnu.org>
24685 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24687 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24689 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24690 instead of `fboundp' in order to allow for anonymous functions.
24692 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24694 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24695 case the user clicks on the link while another window is selected.
24696 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24698 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24700 (dframe-help-echo): Save point in case mouse tracking is off.
24702 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24704 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24706 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24708 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24709 not change the global value of those vars.
24711 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24712 make-local-variable which we do not need any more.
24714 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24716 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24717 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24718 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24719 (speedbar-path-line): Define obsolete aliases.
24720 (speedbar-line-directory): Doc fix.
24722 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24723 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24724 instead of speedbar-line-path.
24726 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24728 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24729 to nil if dropping on a window. Handle dropping on a minibuffer window
24730 like dropping on a non-window part of Emacs.
24732 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24734 * net/ange-ftp.el: Use with-current-buffer.
24735 (ange-ftp-insert-directory): Do not follow symlinks any more.
24737 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24738 Remove interactive spec.
24740 2005-10-03 Kim F. Storm <storm@cua.dk>
24742 * ido.el (ido-mode): Use custom-initialize-set.
24744 2005-10-02 Richard M. Stallman <rms@gnu.org>
24746 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24747 Use insert-buffer-substring.
24749 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24750 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24752 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24754 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24756 (ange-ftp-insert-directory): Fix up the search for the case where
24757 `file' is absolute.
24759 2005-10-02 Romain Francoise <romain@orebokech.com>
24761 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24763 2005-10-02 Andreas Schwab <schwab@suse.de>
24765 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24766 directory component in the session info.
24768 2005-10-01 Richard M. Stallman <rms@gnu.org>
24770 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24772 * simple.el (next-error-internal): New function.
24774 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24775 (compilation-start): Pass new arg to compilation-buffer-name.
24776 (compile-goto-error): Use next-error-internal.
24778 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24780 * speedbar.el: Remove RCS tag.
24781 (speedbar-check-read-only): Handle non-existent files.
24783 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24785 * info.el (Info-speedbar-hierarchy-buttons)
24786 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24788 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24790 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24791 Do not match newline.
24792 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24793 (bibtex-summary): Remove unnecessary save-excursion.
24794 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24796 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24798 * term/mac-win.el: Add charset info for "iso10646-1".
24799 Modify default fontset to use ATSUI-compatible fonts for some charsets
24802 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24804 * speedbar.el: Re-apply arch tag.
24805 (speedbar-version): Rename to version 1.0. Suggested by Eric
24807 Reapply two changes from Emacs CVS' version of speedbar lost
24809 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24810 (speedbar-frame-parameters): Improve customize type.
24812 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24814 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24815 (ange-ftp-file-directory-p): Fix the symlink case.
24816 (ange-ftp-insert-directory): When listing a single file, get a list of
24817 the parent buffer and extract the relevant line. Inspired from a patch
24818 by Katsumi Yamaoka <yamaoka@jpl.org>.
24819 (ange-ftp-file-name-sans-versions): Simplify.
24821 2005-09-30 Bill Wohler <wohler@newt.com>
24823 Move MH-E image files from toolbar and mail directories into
24826 * mail/reply2.*: Move to etc/images/mail/reply*.
24828 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24829 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24832 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24833 * toolbar/reply*: Move to etc/images/mail.
24835 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24837 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24839 * speedbar.el: New version 1.0pre3.
24841 Frame management code (including timer, and mouse click specifics)
24842 moved to dframe.el:
24843 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24844 (speedbar-timer): Removed. Use dframe-timer.
24845 (speedbar-close-frame): Removed. Use dframe-close-frame.
24846 (speedbar-activity-change-focus-flag): Removed. Use
24847 dframe-activity-change-focus-flag.
24848 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24849 dframe-update-speed.
24851 (speedbar-current-frame): New macro. Use this instead of the
24852 variable speedbar-frame.
24854 (speedbar-use-images, speedbar-expand-image-button-alist)
24855 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24857 (speedbar-find-image-on-load-path): Removed. Replaced by
24858 defezimage in ezimage.el.
24859 (speedbar-expand-image-button-alist): Removed. Replaced by
24860 ezimage-expand-image-button-alist in ezimage.el.
24862 (speedbar-ignored-directory-regexp)
24863 (speedbar-add-ignored-directory-regexp)
24864 (speedbar-ignored-directory-expressions)
24865 (speedbar-line-directory, speedbar-buffers-line-directory)
24866 (speedbar-directory-line, speedbar-buffers-line-directory):
24867 Renamed, replacing `path' with `directory'.
24869 (speedbar-create-directory, speedbar-expand-line-descendants)
24870 (speedbar-toggle-line-expansion)
24871 (speedbar-contract-line-descendants): New commands.
24873 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24874 (speedbar-use-tool-tips-flag): New options.
24876 (speedbar-check-read-only, speedbar-require-version)
24877 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24878 (speedbar-handle-delete-frame, speedbar-try-completion)
24879 (speedbar-update-localized-contents): New functions.
24881 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24882 (speedbar-object-read-only-indicator): New variables.
24884 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24887 (speedbar-separator-face): New face.
24889 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24890 (speedbar-ignored-modes): Add fundamental-mode.
24891 (speedbar-directory-unshown-regexp): Add . directories.
24893 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24894 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24895 `]' for full expand/close.
24896 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24898 (speedbar-check-vc): Support hidden files.
24899 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24900 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24901 state is nil, it is not checked out.
24903 (speedbar-line-text, speedbar-line-token): Support expand buttons
24905 (speedbar-refresh): Universal argument acts as power-click.
24906 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24907 that buffer to get variable values.
24909 And many other bugfixes.
24911 * dframe.el, ezimage.el, sb-image.el: New files.
24913 * sb-*.xpm: Remove files. New image files installed into
24914 etc/images/ezimage.
24916 2005-09-30 Kenichi Handa <handa@m17n.org>
24918 * ps-mule.el (ps-mule-show-warning): If a character is in
24919 ps-print-translation-table, don't treat it as non-printable.
24921 2005-09-30 David Ponce <david@dponce.com>
24923 * tree-widget.el (tree-widget-themes-load-path): New variable.
24924 (tree-widget-themes-directory): Doc fix.
24925 (tree-widget-image-formats) [Emacs]: Doc fix.
24926 (tree-widget--locate-sub-directory): New function.
24927 (tree-widget-themes-directory): Use it.
24929 * recentf.el (recentf-filename-handlers): Rename from
24930 `recentf-filename-handler'. Allow a list of functions.
24931 (recentf-menu-items-for-commands): Fix :help strings.
24932 (recentf-apply-filename-handlers): New function.
24933 (recentf-expand-file-name): Use it.
24934 (recentf-cleanup): Remove duplicates too.
24936 2005-09-29 Juri Linkov <juri@jurta.org>
24938 * faces.el: Rearrange face definitions to be in the same order as
24939 their face descriptions in "(emacs)Standard Faces".
24941 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24943 * tooltip.el (tooltip): Add group `basic-faces'.
24945 * buff-menu.el (Buffer-menu-buffer): Remove group
24946 `font-lock-highlighting-faces'.
24948 * progmodes/compile.el (compilation-error, compilation-warning)
24949 (compilation-info, compilation-line-number, compilation-column-number):
24950 Change group from `font-lock-highlighting-faces' to `compilation'.
24952 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24953 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24954 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24955 (vhdl-font-lock-reserved-words-face)
24956 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24957 `font-lock-highlighting-faces'.
24959 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24961 2005-09-28 Kim F. Storm <storm@cua.dk>
24963 * emulation/cua-base.el: Set CUA move property on additional commands:
24964 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24965 forward-sexp, backward-sexp, forward-list, backward-list.
24967 2005-09-28 Romain Francoise <romain@orebokech.com>
24969 * comint.el (comint-show-output): Really set point at the
24970 beginning of the output when not using `comint-use-prompt-regexp'.
24972 2005-09-27 Jay Belanger <belanger@truman.edu>
24974 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24977 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24979 * textmodes/org.el (org-table-sum): Fix format string.
24981 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24984 2005-09-26 Romain Francoise <romain@orebokech.com>
24986 * isearch.el (isearch-forward-regexp): Close doc string.
24988 2005-09-25 Richard M. Stallman <rms@gnu.org>
24990 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24992 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24994 * progmodes/compile.el (compilation-error-properties):
24995 When getting the file from the previous error message,
24996 correctly decode the new data format.
24998 * progmodes/cc-cmds.el (c-electric-paren):
24999 Call old-blink-paren only for close-paren.
25001 2005-09-24 Andreas Schwab <schwab@suse.de>
25003 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
25006 2005-09-25 Romain Francoise <romain@orebokech.com>
25008 * dired-aux.el (dired-copy-file-recursive):
25009 * dired.el (dired-delete-file):
25010 * ediff-mult.el (ediff-dir-diff-copy-file):
25011 * ediff-util.el (ediff-test-save-region):
25012 * forms.el (forms-mode):
25013 * ido.el (ido-file-internal, ido-delete-file-at-head):
25014 * log-edit.el (log-edit-done):
25015 * ses.el (ses-yank-resize):
25016 * play/gomoku.el (gomoku-human-plays, gomoku)
25017 (gomoku-human-resigns, gomoku-prompt-for-other-game)
25018 (gomoku-offer-a-draw):
25019 * play/landmark.el (lm-human-resigns, lm):
25020 * net/eudcb-ldap.el (eudc-ldap-check-base):
25021 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
25022 * progmodes/ebrowse.el (ebrowse-find-pattern):
25023 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
25024 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
25025 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
25027 * vc.el (vc-delete-file):
25028 * play/gomoku.el (gomoku-terminate-game, gomoku)
25029 (gomoku-prompt-for-move, gomoku-human-takes-back):
25030 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
25031 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
25033 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
25035 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
25036 color rxvt terminals by using the code xterm.el used to use before
25037 2005-04-09 in order to match the colors used by rxvt.
25039 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25041 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
25042 colors rxvt-unicode terminals by using the same code as xterm.el.
25044 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25046 * textmodes/tex-mode.el (tex-font-lock-append-prop)
25047 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
25048 new symbol used for the tex-verbatim face.
25050 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
25052 * woman.el (woman-file-name):
25053 * wid-edit.el (widget-file-prompt-value)
25054 (widget-coding-system-prompt-value):
25055 * w32-fns.el (set-w32-system-coding-system):
25056 * vc.el (vc-version-diff, vc-annotate):
25057 * textmodes/reftex-auc.el (reftex-arg-cite)
25058 (reftex-arg-index-tag):
25059 * textmodes/refer.el (refer-get-bib-files):
25060 * textmodes/artist.el (artist-figlet-choose-font):
25061 * terminal.el (terminal-emulator):
25062 * replace.el (occur-read-primary-args):
25063 * rect.el (string-rectangle, string-insert-rectangle):
25064 * ps-print.el (ps-print-preprint):
25065 * progmodes/pascal.el (pascal-goto-defun):
25066 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
25067 * progmodes/compile.el (compilation-find-file):
25068 * printing.el (pr-interactive-n-up):
25069 * play/animate.el (animate-birthday-present):
25070 * net/rcompile.el (remote-compile):
25071 * man.el (man, Man-goto-section, Man-follow-manual-reference):
25072 * mail/rmailsum.el (rmail-summary-search-backward)
25073 (rmail-summary-search):
25074 * mail/rmailout.el (rmail-output-read-rmail-file-name)
25075 (rmail-output-read-file-name):
25076 * mail/rmail.el (rmail-search, rmail-search-backwards):
25077 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
25078 * locate.el (locate):
25079 * international/quail.el (quail-show-keyboard-layout):
25080 * international/mule.el (set-buffer-file-coding-system)
25081 (revert-buffer-with-coding-system, set-file-name-coding-system)
25082 (set-terminal-coding-system, set-keyboard-coding-system)
25083 (set-next-selection-coding-system):
25084 * international/mule-diag.el (describe-coding-system)
25085 (describe-font, describe-fontset):
25086 * international/mule-cmds.el (universal-coding-system-argument)
25087 (search-unencodable-char, describe-input-method)
25088 (set-language-environment, describe-language-environment):
25089 * international/codepage.el (codepage-setup):
25090 * international/code-pages.el (codepage-setup):
25091 * info.el (Info-search, Info-follow-reference)
25092 (Info-search-backward):
25093 * emacs-lisp/advice.el (ad-read-advised-function)
25094 (ad-read-advice-class, ad-clear-cache, ad-activate)
25095 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
25096 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
25098 * ediff-util.el (ediff-toggle-regexp-match):
25099 * ediff-ptch.el (ediff-prompt-for-patch-file):
25100 * dired-aux.el (dired-diff):
25102 * cus-edit.el (custom-variable-prompt):
25103 * calendar/timeclock.el (timeclock-ask-for-project):
25104 * calc/calcalg3.el (calc-get-fit-variables):
25105 * calc/calc-store.el (calc-edit-variable)
25106 (calc-permanent-variable):
25107 * vc-mcvs.el (vc-mcvs-register):
25108 * shadowfile.el (shadow-define-literal-group):
25109 * woman.el (woman-file-name):
25110 * vc.el (vc-version-diff, vc-merge):
25111 * textmodes/reftex-index.el (reftex-index-complete-tag):
25112 * format.el (format-decode-buffer, format-decode-region):
25113 * emulation/viper-cmd.el (viper-read-string-with-history):
25114 * emacs-lisp/debug.el (cancel-debug-on-entry):
25115 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
25116 * ediff.el (ediff-merge-revisions)
25117 (ediff-merge-revisions-with-ancestor, ediff-revision):
25118 * completion.el (interactive-completion-string-reader):
25119 * calc/calc-prog.el (calc-user-define-formula):
25120 Follow convention for reading with the minibuffer.
25122 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
25124 * progmodes/python.el (python-describe-symbol): Add globals() and
25125 locals() to the arguments of emacs.ehelp.
25127 2005-09-24 Magnus Henoch <mange@freemail.hu>
25129 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25130 New function, code extracted from ispell-valid-dictionary-list.
25131 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25134 2005-09-24 Eli Zaretskii <eliz@gnu.org>
25136 * subr.el (version-regexp-alist): Extend valid syntax for version
25137 strings: allow any of the characters -,_,+ to separate the
25138 alpha/beta/rc part from the version part. Doc fix.
25139 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
25141 2005-09-23 David Reitter <david.reitter@gmail.com>
25143 * mail/mailclient.el: New file.
25145 2005-09-23 Richard M. Stallman <rms@gnu.org>
25147 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25148 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25151 * progmodes/cc-mode.el (c-font-lock-init):
25152 Specify font-lock-lines-before.
25154 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
25156 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25159 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
25161 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25162 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
25163 of `remap' feature when available. Additional key bindings for
25164 better tty support.
25165 (org-mode-restart, org-force-self-insert): New commands.
25166 (org-time-stamp-inactive): New command.
25167 (org-remap): New function.
25168 (org-table-auto-blank-field, org-level-color-stars-only): New options.
25169 (org-enable-fixed-width-editor): Move to `org-structure'
25170 customization group.
25171 (org-self-insert-command, orgtbl-self-insert-command): Modify to
25172 blank field after field motion commands.
25174 2005-09-23 Kenichi Handa <handa@m17n.org>
25176 * international/mule-cmds.el (set-language-environment):
25177 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25178 have to call utf-translate-cjk-load-tables.
25180 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
25182 * mouse.el (mouse-move-drag-overlay): Fix last change.
25184 2005-09-22 David Ponce <david@dponce.com>
25186 * tree-widget.el (tree-widget-value-create): Fix previous change.
25188 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25190 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25192 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25194 * mouse.el (mouse-move-drag-overlay): New function.
25195 (mouse-drag-region-1): Use it.
25196 Try to simplify a bit the state handling. Handle clicks on links
25197 inside intangible areas.
25198 (mouse-save-then-kill): Minor simplification.
25199 (mouse-secondary-overlay): Make it always non-nil instead of
25200 recreating it each time.
25201 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25202 (mouse-kill-secondary, mouse-secondary-save-then-kill):
25203 Simplify accordingly.
25205 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25207 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25209 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
25211 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25212 (ediff-file-name-sans-prefix): Treat nil as an empty string.
25213 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25216 * ediff-util.el: Use insert-buffer-substring.
25218 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25220 * emulation/viper-cmd.el (viper-change-state): Don't move over the
25221 field boundaries in the minibuffer.
25222 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25223 (viper-minibuffer-post-command-hook): New hook.
25224 (viper-line): Don't move cursor at bolp.
25226 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25228 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25229 avoid compiler warnings.
25231 * emulation/viper-macs.el (ex-map): Better messages.
25233 * emulation/viper-util.el (viper-beginning-of-field): New function.
25235 * emulation/viper.el: Replace make-variable-buffer-local with
25236 viper-make-variable-buffer-local everywhere, to avoid warnings.
25238 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25240 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25241 Delete unused var `old-selected-window'.
25242 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25243 (mouse-drag-secondary): Delete unused var `start-frame'.
25245 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25247 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25249 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25251 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25252 Re-indent within 80 columns. Use inhibit-read-only.
25254 2005-09-19 Romain Francoise <romain@orebokech.com>
25256 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25258 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25260 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25261 unconditionally, since the after-change-function already did it.
25263 2005-09-19 Miles Bader <miles@gnu.org>
25265 * net/newsticker.el: Get rid of CVS keyword.
25267 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25269 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25270 The prompt is formatted later.
25272 2005-09-19 David Ponce <david@dponce.com>
25274 * tree-widget.el (tree-widget-value-create): Save the converted
25277 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25279 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25280 variable `message'.
25282 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25284 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25285 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25286 <slawomir.nowaczyk.847@student.lu.se>.
25288 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25290 * image.el (image-load-path): Use symbol `data-directory' instead
25291 of its value, for backward compatibility with packages that bind
25292 it during `find-image'. Suggested by Katsumi Yamaoka.
25293 (image-search-load-path): Handle symbols whose values are strings.
25295 2005-09-18 Romain Francoise <romain@orebokech.com>
25297 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25298 with-current-buffer form in save-excursion.
25300 2005-09-18 Deepak Goel <deego@gnufans.org>
25302 * apropos.el (apropos-command): Fix `message' call: first arg
25303 should be a format spec. In this and all other cases that appear
25304 below and elsewhere in the source code, I made a change only when
25305 two conditions were satisfied: [1] I can think of a possibility
25306 that the arguments would cause an error, for example, the code in
25307 question relies on external variables such as filenames. [2] I
25308 was sure that the arg to `message' could not have been nil in the code.
25310 * textmodes/tildify.el (tildify-region): Ditto.
25312 * textmodes/reftex-index.el (reftex-index-change-entry)
25313 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25314 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25315 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25316 (org-priority, org-table-sum):
25317 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25318 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25319 (flyspell-word, flyspell-display-next-corrections):
25320 * textmodes/bibtex.el (bibtex-print-help-message):
25321 * textmodes/artist.el (artist-key-set-point-poly):
25322 * term/mac-win.el (mac-services-insert-text):
25323 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25324 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25325 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25326 (vhdl-compose-configuration):
25327 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25328 (sh-set-indent, sh-learn-line-indent):
25329 * progmodes/ps-mode.el (ps-mode-target-column):
25330 * progmodes/idlwave.el (idlwave-make-tags)
25331 (idlwave-scan-library-catalogs):
25332 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25333 * progmodes/gud.el (gud-jdb-analyze-source):
25334 * progmodes/flymake.el (flymake-log):
25335 * progmodes/ebnf2ps.el (ebnf-generate-region):
25336 * progmodes/cmacexp.el (c-macro-expansion):
25337 * progmodes/ada-xref.el (ada-treat-cmd-string):
25338 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25339 (ada-justified-indent-current, ada-batch-reformat):
25340 * play/zone.el (zone):
25341 * play/landmark.el (lm-move):
25342 * play/decipher.el (decipher-show-alphabet):
25343 * net/newsticker.el (newsticker--display-jump)
25344 (newsticker--display-scroll):
25345 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25346 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25347 * mail/feedmail.el (feedmail-dump-message-to-queue):
25348 * eshell/esh-proc.el (eshell-remove-process-entry):
25349 * emulation/ws-mode.el (ws-last-error):
25350 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25351 (viper-record-kbd-macro):
25352 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25353 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25354 * emacs-lisp/find-func.el (find-function-noselect):
25355 * calendar/timeclock.el (timeclock-status-string)
25356 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25357 (timeclock-when-to-leave-string):
25358 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25359 * calc/calc-units.el (calc-enter-units-table):
25360 * calc/calc-mode.el (calc-mode-record-mode):
25361 * woman.el (woman-mini-help):
25362 * wdired.el (wdired-change-to-wdired-mode):
25363 * vc.el (vc-retrieve-snapshot):
25364 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25365 * startup.el (display-startup-echo-area-message):
25366 * simple.el (set-goal-column):
25367 * ses.el (ses-command-hook, ses-recalculate-cell):
25368 * server.el (server-process-filter):
25369 * printing.el (pr-interface-txt-print, pr-interface-printify)
25371 * pcvs.el (cvs-help):
25372 * log-edit.el (log-edit, log-edit-mode-help):
25373 * iswitchb.el (iswitchb-possible-new-buffer):
25374 * isearch.el (isearch-edit-string):
25375 * image-mode.el (image-mode, image-minor-mode):
25376 * ibuf-macs.el (define-ibuffer-filter):
25377 * hi-lock.el (hi-lock-find-patterns):
25378 * files.el (toggle-read-only):
25379 * ediff-util.el (ediff-copy-diff)
25380 (ediff-write-merge-buffer-and-maybe-kill):
25381 * echistory.el (Electric-history-undefined):
25382 * dnd.el (dnd-insert-text):
25383 * dired-aux.el (dired-query):
25384 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25385 * bookmark.el (bookmark-bmenu-locate):
25386 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25387 Fix `message' calls to ensure first arg is a format string.
25388 The change was made only when these two conditions were satisfied:
25389 [1] when there is a possibility that the arguments would cause an error
25390 for example, if the code in question relies on external variables
25391 such as filenames, and
25392 [2] if the arg to `message' could not have been nil in the code.
25394 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25395 Not having a %s would be weird, though not technically wrong.
25397 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25399 * term/mac-win.el (mac-add-charset-info): Doc fix.
25401 2005-09-17 Romain Francoise <romain@orebokech.com>
25403 * shell.el (shell-resync-dirs): Handle echoing processes more
25404 reliably. Don't insert resync command if `comint-process-echoes'
25407 2005-09-17 Magnus Henoch <mange@freemail.hu>
25409 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25410 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25411 aspell versions >= 0.60.
25412 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25413 only if ispell-aspell-supports-utf8 is non-nil.
25415 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25417 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25418 buffer-local value to lisp-indent-function.
25420 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25422 * progmodes/glasses.el (glasses-make-readable): If
25423 glasses-separator differs from underscore, put appropriate
25424 overlays over underscore characters.
25425 (glasses-convert-to-unreadable): If glasses-separator differs from
25426 underscore, try to convert glasses-separator characters to
25429 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25431 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25432 Use with-syntax-table and dolist.
25434 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25436 * textmodes/reftex-auc.el:
25437 * textmodes/reftex-cite.el:
25438 * textmodes/reftex-dcr.el:
25439 * textmodes/reftex-global.el:
25440 * textmodes/reftex-parse.el:
25441 * textmodes/reftex-ref.el:
25442 * textmodes/reftex-sel.el:
25443 * textmodes/reftex-toc.el:
25444 * textmodes/reftex-vars.el:
25445 * textmodes/reftex.el: Small changes to remove compiler warnings.
25447 * textmodes/reftex-index.el: Likewise.
25448 (reftex-query-index-phrase): More efficient use of markers.
25450 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25452 * image.el (image-load-path): New variable.
25453 (image-search-load-path): New function.
25454 (find-image): Search for images in `image-load-path'.
25456 2005-09-15 Richard M. Stallman <rms@gnu.org>
25458 * follow.el: Change Maintainer field.
25460 2005-09-15 David Ponce <david@dponce.com>
25462 * recentf.el (recentf-save-file-modes): New option.
25463 (recentf-save-list): Use it.
25465 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25467 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25468 (mode-line-mule-info, mode-line-modified): Move bindings from
25469 mouse-3 to mouse-1.
25471 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25473 * simple.el (sendmail-user-agent-compose): Revert last change.
25475 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25477 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25478 Use with-current-buffer.
25479 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25480 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25481 (ange-ftp-insert-directory): Remove unused var `short'.
25482 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25484 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25485 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25487 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25488 (check-calendar-holidays, diary-list-entries): Autoload.
25489 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25490 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25492 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25493 which mistakenly removed a call to display-buffer.
25495 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25497 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25499 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25501 * progmodes/hideshow.el
25502 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25503 (hs-allow-nesting): New user var.
25504 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25505 (hs-hide-block-at-point): When nesting allowed,
25506 if there is already an overlay in place, delete it.
25507 (hs-safety-is-job-n): Delete func; remove call sites.
25508 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25509 (hs-overlay-at): New func.
25510 (hs-already-hidden-p, hs-show-block): Use it.
25511 (hs-hide-all): Don't pre-clean if nesting allowed.
25512 (hs-show-all): Temporarily disallow
25513 nesting around call to `hs-discard-overlays'.
25515 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25517 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25518 Delete unused local var.
25520 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25522 * help-fns.el (describe-categories): "?\ " -> "?\s".
25523 (help-do-arg-highlight): Recognize also ARG-n, as in
25524 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25526 * international/codepage.el (dos-unsupported-char-glyph):
25527 * net/newsticker.el (tool-bar-map, w3-mode-map)
25528 (w3m-minor-mode-map):
25529 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25531 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25533 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25535 * custom.el (custom-push-theme): Handle the case where a symbol is
25536 bound but face properties have not yet been assigned.
25538 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25539 Fix behavior if noerase is `t' and there is no mail buffer.
25541 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25542 if `continue' is nil, rather than signal an error.
25544 2005-09-12 Richard M. Stallman <rms@gnu.org>
25546 * font-lock.el (font-lock-keywords): Add autoload.
25548 * help-fns.el (describe-variable): Rearrange to put source link
25549 in a predictable place.
25551 * net/newsticker.el: New file.
25553 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25555 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25556 (calendar-basic-setup): Use the new nil arg.
25557 (number-of-diary-entries): Move to diary-lib.el.
25559 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25560 (diary-list-entries): Use with-syntax-table and dolist.
25561 Rename from list-diary-entries.
25562 Use number-of-diary-entries if `number' is nil.
25563 (diary, diary-view-entries): Use this new name and new nil arg value.
25564 (number-of-diary-entries): Move from calendar.el.
25565 (diary-unhide-everything): New function.
25566 (include-other-diary-files, fancy-diary-display)
25567 (diary-show-all-entries, make-diary-entry): Use it.
25568 (diary-mail-entries): Use buffer-string.
25569 (mark-diary-entries): Fix long standing paren typo.
25570 (diary-sexp-entry): Use count-lines.
25571 (make-diary-entry): Avoid `previous-line'.
25572 (diary-mode-map): New var.
25573 (diary-mode): Redraw cal after saving. Setup header-line.
25574 (fancy-diary-display-mode): Use local-set-key.
25576 * startup.el (command-line): Try calling various terminal-init-foo-bar
25577 functions by stripping hyphenated suffixes from $TERM.
25579 * files.el (normal-mode): Check boundness of font-lock-keywords.
25581 2005-09-12 Richard M. Stallman <rms@gnu.org>
25583 * progmodes/compile.el: Don't decide a file's directory
25584 until the user actually tries to go there.
25585 (compilation-next-error-function):
25586 Pass compilation-find-file the directory from the file-struct.
25587 (compilation-internal-error-properties): Separate local FILE-STRUCT
25588 from FILE. Doc the args better. Rename arg FMT to FMTS.
25589 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25590 Expand it, and if nil, use default-directory.
25591 (compilation-get-file-structure): Don't mix specified directory
25592 with default directory. Put specified directory into
25593 file-struct. Don't make the file name absolute.
25595 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25596 (compile-command): Add autoload.
25597 (compilation-disable-input): Add autoload.
25599 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25601 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25602 strings of the variables it can override.
25603 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25604 %Q and %q, for fully-qualified domain name and unqualified host name.
25606 2005-09-11 Kim F. Storm <storm@cua.dk>
25608 * emacs-lisp/authors.el (authors-aliases): Update list.
25609 (authors-fixed-entries): Update mldrag.el entry.
25611 2005-09-10 Alan Mackenzie <acm@muc.de>
25613 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25614 delimiter from the region narrowed to.
25616 2005-09-10 Magnus Henoch <mange@freemail.hu>
25618 * textmodes/ispell.el (ispell-check-version): Signal an error if
25619 aspell version is less than 0.60.
25621 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25623 * progmodes/octave-inf.el (inferior-octave-startup):
25624 Resync current dir at the end.
25626 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25628 * woman.el (woman-topic-at-point-default):
25629 Rename to woman-use-topic-at-point-default.
25630 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25631 (woman-file-name): Reflect renames above. Automatically use the
25632 word at point as topic if woman-use-topic-at-point is non-nil.
25633 Otherwise offer it as default but don't insert it in the
25634 minibuffer. Also use `test-completion' instead of `assoc' as
25635 suggested by Stefan Monnier.
25637 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25639 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25640 the attempt to do it over Tramp. This is not yet supported.
25642 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25644 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25645 (menu-bar-non-minibuffer-window-p): New functions.
25646 ("Split Window", "Save As..."): Use them.
25647 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25648 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25649 Use menu-bar-menu-frame-live-and-visible-p.
25650 ("Save Buffer", "Insert File", "Open Directory...")
25651 ("Open File...", "Visit New File..."):
25652 Use menu-bar-non-minibuffer-window-p.
25653 (kill-this-buffer-enabled-p, dired <menu-enable>):
25654 Use menu-bar-non-minibuffer-window-p.
25656 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25658 * cus-start.el (all): Don't complain about fringe-related
25659 built-ins if fringes are not supported. Ditto about
25660 selection-related built-ins. Fix the test for GTK-related built-ins.
25662 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25663 ("Postscript Print Buffer", "Print Region", "Save As...")
25664 ("Save", "Insert File...", "Open Directory...")
25665 ("Open File...", "Visit New File..."")
25666 ("Truncate Long Lines in this Buffer"): Don't look at
25667 menu-updating-frame if this display does not support multiple frames.
25669 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25671 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25673 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25675 * woman.el: Format- and whitespace-related changes.
25677 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25679 * woman.el: Fix my email address.
25681 2005-09-08 Richard M. Stallman <rms@gnu.org>
25683 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25684 (sh-mode): Locally set skeleton-pair-default-alist.
25686 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25688 * progmodes/flymake.el: Require `compile' unconditionally.
25690 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25692 * woman.el (woman-file-name): Provide a default, not initial input.
25694 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25696 * font-lock.el (font-lock-support-mode): Doc fix.
25698 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25700 2005-09-08 Richard M. Stallman <rms@gnu.org>
25702 * simple.el (blink-matching-open): Get rid of text props from
25703 the string shown in echo area. Don't permanently set point.
25704 Some rearrangements.
25706 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25708 * recentf.el (recentf-filename-handler): Add custom choice
25709 `abbreviate-file-name'.
25711 * msb.el (msb--very-many-menus): Fix typo.
25713 * disp-table.el (standard-display-european): Don't set
25714 enable-multibyte-characters to nil.
25716 2005-09-08 David Ponce <david@dponce.com>
25718 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25719 (recentf-expand-file-name): Doc fix.
25720 (recentf-dialog-mode-map): Define digit shortcuts.
25721 (recentf--files-with-key): New variable.
25722 (recentf-show-digit-shortcut-filter): New function.
25723 (recentf-open-files-items): New function.
25724 (recentf-open-files): Use it.
25725 (recentf-open-file-with-key): New command.
25727 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25729 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25730 Suggested by Kim F. Storm.
25731 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25732 (Buffer-menu-make-sort-button): Use global keymap.
25734 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25736 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25737 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25738 necessary any longer with the remapped command.
25739 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25740 formatting time only.
25742 * net/tramp.el (tramp-action-password)
25743 (tramp-multi-action-password): Compile the password prompt from
25744 `method', `user' and `host'. Sometimes it isn't obvious which
25745 password to enter, for example with remote files offered by
25746 recentf.el, or with multiple steps. Suggested by Robert Marshall
25747 <robert@chezmarshall.freeserve.co.uk>.
25749 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25751 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25752 Fix regexp for when "s///" is at the beginning of line.
25754 2005-09-07 Jay Belanger <belanger@truman.edu>
25756 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25757 when in matrix mode.
25759 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25761 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25762 non-anonymous functions.
25764 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25766 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25767 when using a header line. Otherwise, use mouse-1-click-follows-link.
25769 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25770 can't be moved; don't signal an error.
25772 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25774 * cus-theme.el (custom-theme-write-faces): Save the current face
25775 spec, not the defface spec.
25777 * custom.el (custom-known-themes): Clarify meaning of "standard".
25778 (custom-push-theme): Save old values in the standard theme.
25779 (disable-theme): Correct typo.
25780 (custom-face-theme-value): Deleted unused function.
25781 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25783 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25785 * progmodes/compile.el (compilation-goto-locus): Take into account
25786 iconified frames when determining whether the buffer is
25788 Don't reset window height if the window already existed.
25790 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25792 * custom.el (load-theme): Rename from require-theme.
25793 Add interactive spec.
25794 (enable-theme): Rename from custom-enable-theme.
25795 Add interactive spec.
25796 (disable-theme): Rename from custom-disable-theme.
25797 Add interactive spec.
25798 (custom-make-theme-feature): Doc fix.
25799 (custom-theme-directory): Doc fix.
25800 (provide-theme): Call enable-theme.
25802 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25804 * obsolete/lazy-lock.el (lazy-lock-mode):
25805 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25806 font-lock-mode if it's off. Print a warning instead.
25808 * progmodes/compile.el (compilation-start): Ignore errors if the
25809 process died before we get to send-eof.
25811 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25812 Undo last change. Enclosing the result in quotes broke things on Unix
25813 since tex-send-command passes it through shell-quote-argument.
25814 (tex-send-command): Pass `file' through convert-standard-filename
25816 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25817 info in a transcript.
25819 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25821 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25822 fix compilation warning. Reorder the key definitions to group
25823 together keys emitted by the current version of xterm.
25825 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25826 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25827 Reorder predicates to correct min-color usage.
25829 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25831 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25832 Kill local variables when longlines-mode is turned off.
25834 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25836 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25838 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25840 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25842 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25843 (font-lock-lines-before): Change default to being inactive.
25844 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25845 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25847 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25849 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25850 Deactivate temporarily advice if active (not needed for Emacs 22,
25851 but for backwards compatibility).
25852 (tramp-exists-file-name-handler): Rewrite. First implementation
25854 (tramp-advice-make-auto-save-file-name):
25855 Call `tramp-handle-make-auto-save-file-name' (again, just for
25856 backwards compatibility).
25858 2005-08-31 Reto Zimmermann <reto@gnu.org>
25860 * progmodes/vhdl-mode.el
25861 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25862 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25863 (vhdl-set-default-project): New function (easier setting of default).
25864 (vhdl-port-copy): Handle extended identifiers for generics.
25865 (vhdl-compiler-alist): Better description for error message regexp.
25866 (vhdl-make): Query for target, use previous as default.
25867 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25868 (vhdl-font-lock-keywords-2): Fix fontification for record
25870 (vhdl-speedbar-make-subpack-line): Add package body link.
25871 (vhdl-generate-makefile-1): Not include itself as dependency.
25872 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25873 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25874 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25875 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25876 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25877 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25878 (vhdl-import-project): Add string argument for `error'.
25879 (vhdl-compose-configuration)
25880 (vhdl-compose-configuration-architecture): Add configuration
25881 declaration generation.
25882 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25883 (vhdl-trailer-re): Add "record" keyword (better indentation).
25884 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25886 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25887 (vhdl-testbench-entity-file-name)
25888 (vhdl-testbench-architecture-file-name): Allow separate
25889 customization of testbench file names.
25890 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25891 (vhdl-get-visible-signals): Allow newline within alias declaration.
25892 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25893 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25894 (member-ignore-case): Alias for missing function in XEmacs.
25895 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25896 (vhdl-update-sensitivity-list): Ignore case on read signals.
25897 (vhdl-replace-string): Adjust case only for file names.
25898 (vhdl-update-sensitivity-list): Fix search for read signals.
25899 (vhdl-update-sensitivity-list): Exclude formal parameters.
25900 (vhdl-get-visible-signals): Include aliases of signals.
25901 (vhdl-get-visible-signals): Fix signal name searching.
25902 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25903 (vhdl-fixup-whitespace-region): Fix for character
25904 literals (e.g. `:').
25906 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25908 * ansi-color.el (comint-last-output-start):
25909 * bs.el (font-lock-verbose):
25910 * diff-mode.el (add-log-buffer-file-name-function):
25911 * dired-x.el (vm-folder-directory):
25912 * faces.el (help-xref-stack-item):
25913 * files.el (font-lock-keywords):
25914 * find-lisp.el (dired-buffers, dired-subdir-alist):
25915 * ido.el (cua-inhibit-cua-keys):
25916 * log-view.el (cvs-minor-wrap-function):
25917 * outline.el (font-lock-warning-face):
25918 * simple.el (compilation-current-error):
25919 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25920 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25921 * tooltip.el (comint-prompt-regexp):
25922 * w32-fns.el (explicit-shell-file-name):
25923 * term/mac-win.el (mac-charset-info-alist)
25924 (mac-services-selection, mac-system-script-code):
25925 * term/tty-colors.el (msdos-color-values):
25926 * term/w32-win.el (xlfd-regexp-registry-subnum):
25927 * term/x-win.el (x-keysym-table, x-selection-timeout)
25928 (x-session-id, x-session-previous-id):
25929 * textmodes/ispell.el (mail-yank-prefix):
25930 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25931 * textmodes/org.el (calc-embedded-close-formula)
25932 (calc-embedded-open-formula)
25933 (font-lock-unfontify-region-function):
25934 * textmodes/reftex-global.el (isearch-next-buffer-function)
25936 * textmodes/reftex.el (font-lock-keywords):
25937 * textmodes/tex-mode.el (font-lock-comment-face)
25938 (font-lock-doc-face):
25939 * textmodes/texinfo.el (outline-heading-alist):
25942 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25943 (artist-spray-chars, artist-mode-init, artist-replace-string)
25944 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25945 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25946 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25948 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25949 (conf-align-assignments): "?\ " -> "?\s".
25951 * textmodes/reftex-index.el (TeX-master): Add defvar.
25952 (reftex-index-phrases-marker): Move up defvar.
25954 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25955 (reftex-toc-include-labels-indicator)
25956 (reftex-toc-include-index-indicator)
25957 (reftex-toc-max-level-indicator): Move up declarations.
25959 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25960 of args to `tramp-run-real-handler', even if it's empty in this case.
25962 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25964 * dired.el (dired-move-to-filename-regexp): Add date format for
25965 Mac OS X 10.3 in East Asian locales.
25967 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25969 * files.el (make-auto-save-file-name): Add file name handler call
25972 * net/tramp.el (tramp-file-name-handler-alist)
25973 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25974 (tramp-handle-make-auto-save-file-name): Rename from
25975 `tramp-make-auto-save-file-name'.
25976 (tramp-exists-file-name-handler): New defun.
25977 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25978 `make-auto-save-file-name' is not a magic file name operation.
25980 2005-08-30 Richard M. Stallman <rms@gnu.org>
25982 * files.el (risky-local-variable-p):
25983 Match `-predicates' and `-commands.
25985 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25986 (custom-save-all): Visit the file if necessary;
25987 kill the buffer if we created it.
25988 (custom-save-delete): Don't visit file or kill buffer here.
25990 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25992 * textmodes/org.el (org-special-keyword): New face.
25993 (org-table-copy-down, org-table-eval-formula)
25994 (org-table-recalculate, org-init-section-numbers):
25995 Use `string-to-number' instead of `string-to-int'.
25996 (org-get-location): Use `insert-buffer-substring' instead of
25998 (org-modify-diary-entry-string): New function.
25999 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
26000 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
26001 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
26003 (org-export-as-html): Handle QUOTE keyword.
26004 (org-quote-string): New option.
26005 (org-bookmark-jump-unhide): New function, used for
26006 `bookmark-after-jump-hook'.
26007 (org-diary-default-entry): Apply only when not called through
26010 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
26012 * net/eudc.el (mode-popup-menu):
26013 * play/handwrite.el (ps-printer-name, ps-lpr-command):
26014 * progmodes/ada-mode.el (compile-auto-highlight)
26015 (skeleton-further-elements):
26016 * progmodes/autoconf.el (font-lock-syntactic-keywords):
26017 * progmodes/cmacexp.el (msdos-shells):
26018 * progmodes/compile.el (font-lock-extra-managed-props)
26019 (font-lock-keywords, font-lock-maximum-size)
26020 (font-lock-support-mode):
26021 * progmodes/grep.el (font-lock-lines-before):
26022 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
26023 * progmodes/mixal-mode.el (compile-command):
26024 * progmodes/perl-mode.el (font-lock-comment-face)
26025 (font-lock-doc-face, font-lock-string-face):
26026 * progmodes/prolog.el (comint-prompt-regexp):
26027 * progmodes/sh-script.el (font-lock-comment-face)
26028 (font-lock-set-defaults, font-lock-string-face):
26029 * progmodes/sql.el (font-lock-keyword-face)
26030 (font-lock-set-defaults, font-lock-string-face):
26031 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
26032 (itimer-version, lazy-lock-defer-contextually)
26033 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
26036 * progmodes/cperl-mode.el (cperl-electric-lbrace)
26037 (cperl-electric-keyword, cperl-electric-pod)
26038 (cperl-electric-backspace, cperl-forward-re)
26039 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
26040 (vc-rcs-header, vc-sccs-header): Add defvars.
26042 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
26043 (font-lock-syntactic-keywords, gud-find-expr-function):
26046 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
26047 (gdb-frame-parameters): Declare before use.
26049 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
26050 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
26051 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
26052 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
26054 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
26055 (idlwave-help-with-source): Use `insert-buffer-substring', not
26058 2005-08-29 Juri Linkov <juri@jurta.org>
26060 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
26061 Put outline-back-to-heading function call inside save-excursion.
26063 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
26065 * man.el (Man-init-defvars, Man-translate-references)
26066 (Man-support-local-filenames, Man-highlight-references):
26067 * progmodes/sql.el (sql-interactive-mode):
26068 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
26070 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
26071 (compilation-mode-font-lock-keywords): Add defvars.
26072 (checkdoc-interactive-loop): "?\ " -> "?\s".
26074 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
26075 (font-lock-doc-face, font-lock-string-face)
26076 (font-lock-keywords-case-fold-search): Add defvars.
26077 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
26079 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
26080 Don't pass X and Y (they are ignored anyway).
26081 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
26082 (mouse-delete-window): Make arguments optional.
26084 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
26085 (caesar-translate-table, minor-modes, news-buffer-save)
26086 (news-group-name, news-minor-modes): Add defvars.
26088 * emacs-lisp/lselect.el (mouse-highlight-priority)
26089 (x-lost-selection-functions, zmacs-regions):
26090 * emacs-lisp/pp.el (font-lock-verbose):
26091 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
26092 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
26094 * emacs-lisp/tcover-unsafep.el (safe-functions):
26095 * international/mule-cmds.el (mac-system-coding-system)
26096 (mac-system-locale):
26097 * language/ethio-util.el (rmail-current-message)
26098 (rmail-message-vector):
26099 * language/thai-util.el (thai-auto-composition-mode):
26100 * mail/metamail.el (rmail-current-message, rmail-message-vector):
26101 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
26102 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
26103 (vm-primary-inbox, vm-spool-files):
26104 * mail/rmail.el (deleted-head, font-lock-fontified)
26105 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
26106 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
26108 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
26109 (rmail-summary-mode-map):
26110 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
26111 (rmail-last-label, rmail-last-multi-labels)
26112 (rmail-summary-vector, rmail-total-messages):
26113 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
26114 * mail/rmailsum.el (msgnum):
26115 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
26116 (rmail-current-message):
26117 * obsolete/fast-lock.el (font-lock-face-list):
26118 * obsolete/rnewspost.el (mail-reply-buffer):
26119 * obsolete/scribe.el (compile-command):
26120 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26122 2005-08-28 John Paul Wallington <jpw@gnu.org>
26124 * ibuf-ext.el (ibuffer-auto-update-changed):
26125 Use `frame-or-buffer-changed-p' to check whether we need to update.
26126 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26127 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
26128 as a `frame-or-buffer-changed-p' state vector instead.
26130 2005-08-27 Romain Francoise <romain@orebokech.com>
26132 * textmodes/makeinfo.el (makeinfo-compile):
26133 Use `compilation-start'. Set `next-error-function' according to
26135 (makeinfo-next-error): New function.
26136 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26137 (makeinfo-buffer): Likewise.
26139 * progmodes/compile.el (compilation-start): Add autoload cookie.
26141 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26142 * textmodes/sgml-mode.el: Likewise.
26143 * progmodes/python.el: Likewise.
26145 2005-08-27 Eli Zaretskii <eliz@gnu.org>
26147 * simple.el (blink-matching-paren-distance): Document the meaning
26148 of nil value, and allow to customize to nil.
26150 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26151 command.com, not command.exe.
26153 2005-08-26 John Wiegley <johnw@newartisans.com>
26155 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26156 code around a bit so that an extraneous nil argument is not added
26157 to a command when no args are given.
26159 * eshell/esh-arg.el (eshell-parse-double-quote): If a
26160 double-quoted argument resolves to nil, return it as an empty
26161 string rather than as nil. This made it impossible to pass "" to
26162 a shell script as a null string argument.
26164 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
26166 * outline.el (outline-invent-heading): New fun.
26167 (outline-promote, outline-demote): Use it.
26168 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26169 (outline-end-of-subtree): Remove unused var `opoint'.
26171 2005-08-26 David Reitter <david.reitter@gmail.com>
26173 * menu-bar.el (truncate-lines, write-file, print-buffer)
26174 (ps-print-buffer-faces, ps-print-buffer, split-window):
26175 Disable menu items when the frame they refer to is invisible, or when
26176 they refer to a buffer and the minibuffer is selected.
26178 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
26180 * progmodes/flymake.el (flymake-highlight-err-lines):
26181 Use save-excursion around flymake-highlight-line to preserve point.
26183 2005-08-26 Eli Zaretskii <eliz@gnu.org>
26185 * progmodes/octave-mod.el: Change Author and Maintainer address.
26186 (octave-maintainer-address): Change Kurt's email address.
26187 * progmodes/octave-inf.el: Change Author and Maintainer address.
26188 * progmodes/octave-hlp.el: Change Author and Maintainer address.
26190 2005-08-26 Kim F. Storm <storm@cua.dk>
26192 * subr.el (version-list-<, version-list-<=, version-list-=):
26193 Rename from integer-list-*.
26194 (version-list-not-zero): Likewise. Fix while loop.
26195 (version=): Use version-list-= instead of string-equal.
26197 2005-08-26 Richard M. Stallman <rms@gnu.org>
26199 * outline.el (outline-promote): Try shortening the heading.
26200 As last resort, read the heading to use.
26201 (outline-demote): As last resort, read the heading to use.
26203 2005-08-26 Romain Francoise <romain@orebokech.com>
26205 * progmodes/compile.el (compilation-start): Doc fix.
26207 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26208 (antlr-font-lock-additional-keywords): Fix reference to
26209 `antlr-font-lock-literal-regexp' erroneously changed during the
26211 (antlr-run-tool): Use `compilation-start'.
26213 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26214 instead of the obsolete `compile-internal'.
26216 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
26218 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26219 (number, original-date):
26220 * calendar/cal-china.el (date):
26221 * calendar/cal-coptic.el (date):
26222 * calendar/cal-french.el (date):
26223 * calendar/cal-hebrew.el (date, entry, number, original-date):
26224 * calendar/cal-islam.el (date, number, original-date):
26225 * calendar/cal-iso.el (date):
26226 * calendar/cal-julian.el (date):
26227 * calendar/cal-mayan.el (date):
26228 * calendar/cal-menu.el (date, event):
26229 * calendar/cal-persia.el (date):
26230 * calendar/lunar.el (date):
26231 * calendar/solar.el (date): Add defvars.
26236 * obsolete/bg-mouse.el:
26237 * obsolete/sun-curs.el:
26238 * obsolete/swedish.el: Move the `defvar's to the top level.
26240 * smerge-mode.el (smerge-refined-change): Add :group.
26242 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26244 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26245 (smerge-keep-n): Remove props.
26246 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26247 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26248 now that it's done in smerge-keep-n.
26249 (smerge-refined-change): New face.
26250 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26251 (smerge-refine): New funs.
26252 (smerge-basic-map): Bind smerge-refine.
26254 2005-08-25 Juri Linkov <juri@jurta.org>
26256 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26257 compilation-process-setup-function and compilation-disable-input
26258 in grep-mode instead of let-bindings in grep.
26260 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26261 Delete "Automatic File De/compression" (auto-compression-mode).
26263 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26265 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26266 Silence warning about non-existent variable.
26268 2005-08-25 Richard M. Stallman <rms@gnu.org>
26270 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26271 Rename "Describe Key" to "Describe Key or Mouse Operation".
26273 * mail/mailalias.el (build-mail-aliases): Delete comments
26274 from the contents before processing them.
26276 * isearch.el (isearch-edit-string): Erase the Search prompt
26277 if user enters an empty string and there is no default.
26279 * comint.el (comint-file-name-prefix): Add autoload.
26281 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26283 * subr.el (play-sound): Rearrange to avoid warning.
26285 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26287 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26289 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26291 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26293 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26295 * custom.el (custom-theme-set-variables): Sort minor modes last.
26297 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26299 * subr.el (version-separator, version-regexp-alist): New vars used by
26300 version comparison funs.
26301 (integer-list-<, integer-list-=, integer-list-<=)
26302 (integer-list-not-zero): New funs for integer list comparison.
26303 (version-to-list, version=, version<, version<=): New funs for version
26306 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26308 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26309 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26310 time to silence the byte-compiler.
26312 * ibuffer.el (ibuffer-compile-make-eliding-form)
26313 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26314 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26315 so it's silly to get warnings for it).
26316 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26317 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26318 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26319 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26320 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26321 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26322 Defvar at compile time.
26323 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26324 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26325 Declare them before use.
26327 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26328 (info-xref-good, info-xref-bad): Defvar at compile time.
26330 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26331 Use `let*' instead of `let'.
26333 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26334 (*mouse-y*, menu, char): Defvar at compile time.
26335 (sc::menu): Declare it before use.
26336 (sc::pack-one-line): Use `let', not `let*'.
26338 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26339 (mail-send-hook): Defvar at compile time.
26341 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26342 Defvar at compile time.
26344 * term/sun-mouse.el (current-global-mousemap)
26345 (current-local-mousemap): Declare them before use.
26347 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26349 * bookmark.el (bookmark-after-jump-hook): New hook.
26350 (bookmark-jump): Run `bookmark-after-jump-hook'.
26352 2005-08-23 Juri Linkov <juri@jurta.org>
26354 * faces.el (minibuffer-prompt): Doc fix.
26356 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26358 * progmodes/xscheme.el: Trivial changes to silence warnings.
26359 (xscheme-previous-mode, xscheme-previous-process-state):
26361 (xscheme-last-input-end, xscheme-process-command-line)
26362 (xscheme-process-name, xscheme-buffer-name)
26363 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26364 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26365 (xscheme-control-g-synchronization-p)
26366 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26367 (default-xscheme-runlight, xscheme-runlight)
26368 (xscheme-runlight-string, xscheme-process-filter-state)
26369 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26370 Move to beginning of file.
26371 (scheme-interaction-mode-commands-alist)
26372 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26373 Declare them before use. Note: the initialization code for the
26374 variables has not been moved because it uses functions that reference
26376 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26377 (xscheme-prompt-for-expression-map): Declare them before use.
26378 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26380 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26382 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26384 2005-08-22 Juri Linkov <juri@jurta.org>
26386 * faces.el (set-face-underline): Delete this duplicate function
26387 and make an obsolete alias to set-face-underline-p.
26388 (set-face-underline-p): Use docstring of set-face-underline.
26389 (describe-face): Create hyperlink to parent face.
26391 * info.el (Info-insert-dir): Use save-excursion around
26392 insert-buffer-substring.
26393 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26394 (Info-escape-percent): Delete function.
26395 (Info-fontify-node): Replace Info-escape-percent by
26396 replace-regexp-in-string with REP arg set to lambda that
26397 duplicates `%' and preserves text properties.
26399 * progmodes/compile.el (compilation-disable-input): Doc fix.
26400 (define-compilation-mode): Doc fix and refill.
26401 (kill-compilation): Use `mode-name' in the error message.
26402 (compilation-find-file): Use `compilation-error' in the
26403 read-file-name's prompt.
26405 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26407 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26408 (smerge-auto-leave): Make undo re-enable the mode.
26409 (debug-ignored-errors): Add the user-error of impossible resolution.
26410 (smerge-resolve): Move things around a bit, in preparation for later.
26411 (smerge-diff): Don't fail if the buffer has no associated file.
26412 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26413 (smerge-conflict-overlay): New function.
26414 (smerge-match-conflict): Don't add text properties here.
26415 (smerge-find-conflict): Instead, add an overlay here.
26416 Also check for the case where we're inside a conflict already, so as to
26417 obviate the need for font-lock-multiline, which is unbearably slow with
26418 large conflicts and ciomplex font-lock patterns.
26419 (smerge-remove-props): Remove overlay rather than text-properties.
26420 (smerge-mode): Don't set font-lock-multiline.
26421 Remove overlays when turned off.
26423 2005-08-21 Kim F. Storm <storm@cua.dk>
26425 * ido.el (ido-ignore-item-p): Use save-match-data.
26426 Bind case-fold-search to ido-case-fold locally.
26428 2005-08-20 Richard M. Stallman <rms@gnu.org>
26430 * files.el (normal-mode): If font lock is on, turn it off and on.
26432 * subr.el (replace-regexp-in-string): Doc fix.
26434 * startup.el (command-line-1): Don't suppress startup screen
26435 due to existing processes.
26437 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26439 * progmodes/compile.el (compilation-disable-input): Default to nil.
26441 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26443 * progmodes/compile.el (compilation-disable-input): New defcustom.
26444 (compilation-start): If compilation-disable-input is non-nil, send
26445 EOF to the compilation process.
26447 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26449 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26450 Run the argument of tex-shell-cd-command through
26451 convert-standard-filename, to get the correct style of slashes on
26452 Windows, and enclose the result in quotes, in case the file name
26453 includes whitespace or other special characters.
26455 2005-08-19 Andreas Schwab <schwab@suse.de>
26457 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26460 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26462 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26464 2005-08-18 Kim F. Storm <storm@cua.dk>
26466 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26468 2005-08-18 Richard M. Stallman <rms@gnu.org>
26470 * scroll-lock.el: New file.
26472 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26474 * dired.el (dired-move-to-end-of-filename):
26475 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26477 2005-08-18 Kim F. Storm <storm@cua.dk>
26479 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26480 rather than toggle mode when custom value is nil.
26481 (ido-everywhere): Fix defun doc string.
26483 2005-08-17 Richard M. Stallman <rms@gnu.org>
26485 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26486 as tag instead of "Inviolable".
26488 2005-08-17 Kim F. Storm <storm@cua.dk>
26490 * windmove.el (windmove-coordinates-of-position): Remove.
26491 (windmove-coordinates-of-window-position): Remove.
26492 (windmove-reference-loc): Use posn-at-point instead.
26494 * subr.el (insert-for-yank-1): Doc fix.
26496 * ido.el (ido-enter-matching-directory): Rename from
26497 ido-enter-single-matching-directory. Change `slash' choice to
26498 `only'. Add `first' choice.
26499 (ido-exhibit): Adapt to above changes.
26501 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26503 * Makefile.in: Expand comment about building loaddefs.el.
26505 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26507 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26508 Comment use of defadvice.
26510 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26512 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26514 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26515 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26516 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26517 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26518 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26519 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26520 for backward compatibility for faces that did not appear in the
26521 previous Emacs release.
26523 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26525 2005-08-15 Kim F. Storm <storm@cua.dk>
26527 * emulation/cua-base.el (cua-delete-region): Return t if
26528 deleted region was non-empty.
26529 (cua-replace-region): Inhibit overwrite-mode for
26530 self-insert-command if replaced region was non-empty.
26531 (cua--explicit-region-start, cua--status-string): Make them
26532 buffer-local at top-level...
26533 (cua-mode): ...rather than when mode is enabled.
26535 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26537 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26538 Set t for Emacs 21, 22, and so on.
26540 2005-08-15 David Ponce <david@dponce.com>
26542 * tree-widget.el: Update Commentary header.
26543 (tree-widget-theme): Doc fix.
26544 (tree-widget-space-width): New option.
26545 (tree-widget-image-properties): Look up in the default theme too.
26546 (tree-widget--cursors): Only for images with arrow pointer shape.
26547 (tree-widget-lookup-image): Pointer shape is hand by default.
26548 (tree-widget-icon): Rename generic icon widget from
26549 `tree-widget-control'.
26550 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26551 derive from `tree-widget-icon'.
26552 (tree-widget-handle): Improve default look and feel of the text
26554 (tree-widget): Rename :*-control properties to :*-icon properties.
26555 Add :action and :help-echo properties.
26556 (tree-widget-after-toggle-functions): Move.
26557 (tree-widget-close-node, tree-widget-open-node): Remove.
26558 (tree-widget-before-create-icon-functions): New hook.
26559 (tree-widget-value-create): Update to allow customization of icons
26560 and nodes at run-time via that new hook.
26561 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26562 (tree-widget-icon-action, tree-widget-icon-help-echo)
26563 (tree-widget-action, tree-widget-help-echo): New functions.
26565 2005-08-15 Kim F. Storm <storm@cua.dk>
26567 * ido.el (ido-buffer-internal): Use with-no-warnings.
26568 (ido-make-merged-file-list): Use while-no-input.
26570 2005-08-15 Richard M. Stallman <rms@gnu.org>
26572 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26573 (flyspell-large-region): Fix doc and custom type.
26575 2005-08-14 Richard M. Stallman <rms@gnu.org>
26577 * files.el (interpreter-mode-alist): Doc fix.
26579 * mail/rmail.el (rmail-nonignored-headers): New variable.
26580 (rmail-clear-headers): Use it.
26581 (rmail-reply): Better handling of mail-followup-to header.
26583 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26584 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26585 don't try to refer to executable-font-lock-keywords.
26586 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26587 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26588 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26589 (sh-mode): Set comment-start-skip, local-abbrev-table,
26590 imenu-case-fold-search.
26591 (sh-set-shell): Don't set them here.
26592 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26593 Don't cache the results in the original alist; don't ever modify
26596 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26598 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26601 2005-08-15 Andreas Schwab <schwab@suse.de>
26603 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26605 * dired.el, info.el, mail/rmail.el: Revert last change.
26607 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26609 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26610 modification in `eval-after-load' form.
26611 * info.el: Likewise.
26612 * mail/rmail.el: Likewise.
26614 2005-08-14 Juri Linkov <juri@jurta.org>
26616 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26617 Remove highlighting of "Compilation started". Highlight only
26618 the word "finished" in "Compilation finished". Add highlighting
26619 of "interrupt", "killed", "terminated" and the exit code.
26620 (compilation-start): Add newline after header. Use exactly the
26621 same time stamp format as the finishing message.
26622 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26624 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26625 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26626 Add highlighting of "interrupt", "killed", "terminated".
26628 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26629 enabled and the current command is self-insert-command, call it
26630 explicitly with overwrite-mode bound to nil, to not allow it
26631 to delete the character after the selected region.
26633 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26635 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26636 move-end-of-line, end-of-line, and beginning-of-line to the list
26637 of commands after which the echo area is updated.
26639 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26641 * cus-edit.el (custom-save-all, custom-save-delete):
26642 Bind recentf-exclude to exclude custom-file.
26644 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26646 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26647 to go to the bottom of the mail message. Added to
26648 `rmail-summary-mode-map' with key "/".
26649 (rmail-summary-show-message): New (internal) function for use by
26650 both `rmail-summary-beginning/end-of-message'.
26651 (rmail-summary-beginning-of-message): Change to use
26652 rmail-summary-show-message.
26654 * mail/rmail.el (rmail-end-of-message): New command to go to the
26655 end of the current message. Added to `rmail-mode-map' with key "/".
26656 (rmail-beginning-of-message): Fix to work as documented.
26657 (rmail-mode): Change documentation.
26659 * progmodes/compile.el (compilation-start): Add the line
26660 "Compilation started" with compilation start time.
26661 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26663 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26665 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26668 2005-08-11 Richard M. Stallman <rms@gnu.org>
26670 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26672 * battery.el (battery-status-function): Don't use ignore-errors.
26674 2005-08-11 Lute Kamstra <lute@gnu.org>
26676 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26677 define-obsolete-variable-alias.
26679 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26681 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26682 (ange-ftp-send-cmd): Revert last change, and expand
26683 the comment explaining the problem.
26685 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26687 * ldefs-boot.el: Update.
26689 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26690 item to "Time, Load and Mail". Change help echo text.
26692 * time.el (display-time-use-mail-icon, display-time-format)
26693 (display-time-string-forms): Shorten first line of docstrings.
26695 2005-08-10 Lars Hansen <larsh@soem.dk>
26697 * desktop.el (desktop-buffer-mode-handlers):
26698 Make non-customizable. Add autoload cookie. Change initial value to
26699 nil; add elements in respective modules instead. Fix doc string.
26700 (desktop-load-file): New function.
26701 (desktop-minor-mode-handlers): New autoloaded variable.
26702 (desktop-create-buffer): Call minor mode handlers.
26703 Use desktop-load-file to load major and minor mode modules prior to
26704 checking for a handler.
26705 (desktop-save): Don't add nil to desktop-minor-modes for minor
26706 modes with nil function in desktop-minor-mode-table. Don't delete
26707 desktop file before rewriting it.
26708 (desktop-locals-to-save): Add autoload cookie. Don't make
26709 automatically buffer-local. Add variables column-number-mode,
26710 size-indication-mode, indent-tabs-mode,
26711 indicate-buffer-boundaries, indicate-empty-lines and
26712 show-trailing-whitespace.
26713 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26714 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26715 (desktop-clear-preserve-buffers-regexp): Delete.
26716 (desktop-clear-preserve-buffers): Update initial value and docstring.
26717 (desktop-save-buffer): Fix doc string.
26719 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26720 (hilit-chg-desktop-restore): New function.
26721 (highlight-changes-mode): Add highlight-changes-mode to
26722 desktop-locals-to-save.
26724 * dired.el: Add handler to desktop-buffer-mode-handlers.
26725 (dired-restore-desktop-buffer): Remove autoload cookie.
26726 (dired-mode): Add autoload cookie.
26728 * info.el: Add handler to desktop-buffer-mode-handlers.
26729 (Info-restore-desktop-buffer): Remove autoload cookie.
26730 (Info-mode): Add autoload cookie.
26732 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26733 (mh-restore-desktop-buffer): Remove autoload cookie.
26734 (mh-folder-mode): Add autoload cookie.
26736 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26737 (rmail-restore-desktop-buffer): Remove autoload cookie.
26739 2005-08-11 Masatake YAMATO <jet@gyve.org>
26741 * hexl.el (hexl-address-region):
26742 (hexl-ascii-region, hexl-font-lock-keywords):
26743 (hexl-highlight-line-range): Use the term "region"
26744 instead of "area" for consistency with the other symbols
26745 defined in hexl.el.
26747 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26749 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26750 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26751 out by Juri Linkov). Add `display-battery-mode'.
26753 2005-08-09 Juri Linkov <juri@jurta.org>
26755 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26756 Remove `-text' from face variable names.
26757 (compilation-error-file-name, compilation-warning-file-name)
26758 (compilation-info-file-name): Delete faces.
26759 (compilation-line-number, compilation-column-number):
26760 Remove face underlining.
26761 (compilation-message-face): Set to `underline' value by default.
26762 (compilation-error-face, compilation-warning-face)
26763 (compilation-info-face): Remove `-file-name' from face names.
26764 (compilation-error-text-face, compilation-warning-text-face)
26765 (compilation-info-text-face): Delete face variables.
26766 (compilation-text-face): Delete function.
26768 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26769 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26770 (grep-error-face): Set to `compilation-error' instead of
26771 `compilation-error-face' (which is redefined to `grep-hit-face' in
26773 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26774 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26776 * dired-aux.el (dired-do-query-replace-regexp):
26777 Use `query-replace-read-args'.
26779 * replace.el (query-replace-read-from, query-replace-read-to)
26780 (query-replace-read-args): Rename arg `string' to `prompt'.
26782 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26784 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26786 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26788 (ange-ftp-canonize-filename): Handle file names beginning with ~
26791 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26793 * textmodes/fill.el (canonically-space-region)
26794 (fill-context-prefix, fill-french-nobreak-p)
26795 (fill-delete-newlines, fill-comment-paragraph)
26796 (justify-current-line): "?\ " -> "?\s".
26798 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26800 * textmodes/fill.el (fill-nonuniform-paragraphs):
26801 Improve argument/docstring consistency.
26803 2005-08-09 Richard M. Stallman <rms@gnu.org>
26805 * textmodes/ispell.el (ispell-word): More fboundp checks.
26807 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26808 (find-file-noselect-1): Call it here, only if RAWFILE.
26809 (normal-mode): Always set some major mode.
26810 (save-some-buffers-action-alist): Change some explanation strings.
26811 (file-name-non-special): In the `quote' method, use unwind-protect.
26813 2005-08-09 Magnus Henoch <mange@freemail.hu>
26815 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26816 (ispell-have-aspell-dictionaries): New variable.
26817 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26818 (ispell-get-aspell-config-value): New function.
26819 (ispell-aspell-find-dictionary): New function.
26820 (ispell-aspell-add-aliases): New function.
26821 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26822 appropriate. Don't look for ispell dictionaries if we use aspell.
26823 (ispell-menu-map): Don't build a submenu of dictionaries.
26825 2005-08-09 Richard M. Stallman <rms@gnu.org>
26827 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26828 (sql-read-passwd): Use read-passwd.
26830 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26831 (idlwave-toolbar-is-possible): Add defvars.
26833 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26836 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26837 (idlwave-system-class-info, idlwave-executive-commands-alist):
26840 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26842 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26845 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26846 and content-type: headers.
26848 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26850 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26851 and rename some of them to be more self-explanatory.
26853 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26855 * startup.el (command-line-1): Implement -scriptload.
26857 * replace.el (occur-engine): Initial *Occur* output not undoable.
26859 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26860 and improve help strings.
26862 * isearch.el (isearch-repeat): When changing direction,
26863 mark search successful.
26865 * ediff-init.el: Use (featurep 'xemacs).
26867 * comint.el (send-invisible): Identify buffer, if not selected.
26869 * align.el: Delete autoload for c-guess-basic-syntax.
26871 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26873 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26874 Improve argument/docstring consistency. Doc fixes.
26875 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26876 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26877 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26878 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26879 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26880 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26881 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26882 Defvar at compile time.
26884 2005-08-09 Juri Linkov <juri@jurta.org>
26886 * info.el: Replace `info' with upper-case `Info' where appropriate.
26887 (info-title-1, info-title-2, info-title-3, info-title-4)
26888 (info-menu-header): Move up face definitions.
26889 (info-menu-star): Rename from `info-menu-5'.
26890 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26891 (Info-fontify-visited-nodes): Fix docstring.
26892 (Info-hide-note-references): Fix docstring.
26893 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26894 menu items in the same way as on cross-references.
26895 (info-apropos): Fix sorting order and formatting to be like in the
26896 stand-alone Info browser. Display error messages for 1 sec.
26897 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26898 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26900 (Info-insert-dir): Restore point after calling
26901 `insert-buffer-substring'.
26903 2005-08-08 Richard M. Stallman <rms@gnu.org>
26905 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26906 (recompute-lucid-menubar): Add defvars.
26908 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26910 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26912 * net/net-utils.el (run-dig): Rename from `dig'.
26914 * play/gametree.el (gametree-mode): Use make-local-variable,
26915 not make-variable-buffer-local.
26917 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26919 * ansi-color.el (ansi-color-make-extent)
26920 (ansi-color-set-extent-face): Use fboundp, not functionp.
26922 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26923 not make-variable-buffer-local.
26925 * bookmark.el (Info-current-file): Add defvar.
26926 (bookmark-jump-noselect): Use with-no-warnings.
26928 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26930 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26932 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26934 * find-file.el (ada-procedure-start-regexp)
26935 (ada-package-start-regexp): Add defvars.
26937 * info.el (Info-insert-dir): Use insert-buffer-substring.
26939 * xml.el (xml-att-def-re): Add defvar.
26941 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26942 calling convention.
26944 * subr.el (while-no-input): Return t if there is input.
26946 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26948 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26950 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26952 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26953 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26955 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26957 * cmuscheme.el (scheme-start-file): Replace reference to
26958 `user-emacs-directory' by "~/.emacs.d/".
26960 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26962 * info.el (Info-dir-remove-duplicates): Avoid case folding
26963 in loop; instead, keep downcased strings for comparison.
26964 Suggested by Helmut Eller.
26966 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26968 Sync with Tramp 2.0.50.
26970 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26971 XEmacs case; not necessary anymore.
26972 (tramp-user-regexp): Allow "@" as part of user name.
26973 (tramp-handle-set-visited-file-modtime)
26974 (tramp-handle-insert-file-contents)
26975 (tramp-handle-write-region): No special handling for
26976 `last-coding-system-used, because this is done in
26977 `tramp-accept-process-output' now.
26978 (tramp-accept-process-output): New defun.
26979 (tramp-process-one-action, tramp-process-one-multi-action)
26980 (tramp-wait-for-regexp, tramp-wait-for-output)
26981 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26982 Howells <dhowells@redhat.com>.
26983 (clear-visited-file-modtime): Defadvice removed. The check for
26984 unset buffer's modtime does not need to be based on
26985 `tramp-buffer-file-attributes'. Suggested by RMS.
26986 (tramp-message): Insert "\n" if not being at beginning of line.
26987 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26988 sequence with same logic.
26989 (tramp-completion-handle-expand-file-name): Discard call of
26990 `tramp-drop-volume-letter'. It is not necessary, and there have
26991 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26992 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26993 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26994 should always be visible.
26995 (tramp-handle-insert-directory, tramp-setup-complete)
26996 (tramp-set-process-query-on-exit-flag)
26997 (tramp-append-tramp-buffers): Pacify byte-compiler.
26998 (tramp-bug): Delete non-existing variables from list.
26999 Apply `tramp-load-report-modules' as pre-hook.
27000 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
27001 `shell-prompt-pattern' because of non-7bit characters.
27002 Reported by Sebastian Luque <sluque@mun.ca>.
27003 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
27004 (tramp-match-string-list): Remove function.
27005 (tramp-wait-for-regexp): Remove call of that function.
27006 Suggested by Kim F. Storm <storm@cua.dk>.
27007 (tramp-set-auto-save-file-modes): Use octal integer code #o600
27008 instead of octal character code ?\600. The latter resulted in a
27009 syntax error with XEmacs.
27011 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
27012 XEmacs case; not necessary anymore.
27013 (tramp-smb-handle-write-region): No special handling for
27014 `last-coding-system-used, because this is done in
27015 `tramp-accept-process-output' now.
27016 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
27018 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
27020 * wid-edit.el (widget-choice-value-create):
27021 Unconditionally respect user choice. Set :explicit-choice back to nil
27022 when no longer needed.
27023 (widget-choice-action): Unconditionally respect user choice.
27024 Eliminate :explicit-choice-value.
27026 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
27028 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
27029 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
27030 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
27031 running new function `toggle-indicate-empty-lines'.
27032 Rename "Customize" item to "Customize fringe".
27033 Rename "Indicators" item to "Buffer boundaries" and change help echo.
27034 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
27035 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
27036 Delete "Empty lines only" item.
27037 (menu-bar-showhide-fringe-ind-customize): New function.
27038 (menu-bar-showhide-fringe-ind-mixed)
27039 (menu-bar-showhide-fringe-ind-box)
27040 (menu-bar-showhide-fringe-ind-right)
27041 (menu-bar-showhide-fringe-ind-left)
27042 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
27043 instead of `fringe-indicators'.
27045 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
27047 * emulation/viper.el (viper-emacs-state-mode-list):
27048 Add recentf-dialog-mode. Change the date of last update.
27050 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
27052 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
27053 (viper-exec-yank, viper-put-back): Don't display modification msg
27054 if in the minibuffer.
27056 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
27057 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
27058 Make variables frame local.
27060 * emulation/viper-util.el (viper-append-filter-alist):
27061 Use append instead of nconc.
27063 * emulation/viper.el (viper-vi-state-mode-list)
27064 (viper-emacs-state-mode-list): Move help-mode and
27065 completion-list-mode from the first list to the second.
27066 (viper-mode): Docstring.
27067 (viper-go-away, viper-non-hook-settings): Don't localize
27068 minor-mode-alist in newer Emacsen. Add advice to
27069 set-cursor-color. Don't bind "\C-c\\".
27071 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
27073 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
27074 (scheme-macro-expand-command): New user options.
27075 (scheme-trace-procedure, scheme-expand-current-form): New commands.
27076 (scheme-form-at-point, scheme-start-file)
27077 (scheme-interactively-start-process): New functions.
27078 (scheme-get-process): New function, extracted from `scheme-proc'.
27079 (run-scheme): Call `scheme-start-file' to get start file, and pass
27080 it to `make-comint'.
27081 (switch-to-scheme, scheme-proc):
27082 Call `scheme-interactively-start-process' if no Scheme buffer/process
27085 2005-08-06 Juri Linkov <juri@jurta.org>
27087 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27088 Use `compilation-text-face', `compilation-info-text-face' and
27089 `compilation-error-text-face' instead of `font-lock-keyword-face'.
27090 (compilation-error): New face.
27091 (compilation-error-file-name): Inherit from
27092 `compilation-error' instead of `font-lock-warning-face'.
27093 (compilation-warning-file-name): Inherit from
27094 `compilation-warning' instead of `font-lock-warning-face'.
27095 (compilation-info, compilation-error-file-name)
27096 (compilation-warning-file-name, compilation-info-file-name)
27097 (compilation-line-number, compilation-column-number): Doc fix.
27098 (compilation-error-text-face, compilation-warning-text-face)
27099 (compilation-info-text-face): New face variables.
27100 (compilation-line-face, compilation-column-face)
27101 (compilation-enter-directory-face)
27102 (compilation-leave-directory-face): Doc fix.
27103 (compilation-text-face): New function.
27105 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
27106 instead of 1 to display binary file names as info file links.
27107 (grep-error-face): Use `compilation-error-face' instead of
27108 `font-lock-keyword-face'.
27109 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
27110 and `compilation-warning-text-face' instead of
27111 `font-lock-keyword-face'. Use `compilation-error-text-face'
27112 instead of `grep-error-face'.
27114 2005-08-05 Kenichi Handa <handa@m17n.org>
27116 * international/code-pages.el: Add autoload cookies for all coding
27119 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
27121 * cus-start.el (all): Put undo.c where it alphabetically belongs.
27123 2005-08-04 Juri Linkov <juri@jurta.org>
27125 * progmodes/compile.el (compilation-mode-map):
27126 * progmodes/grep.el (grep-mode-map):
27127 Bind TAB to `compilation-next-error' and [backtab] to
27128 `compilation-previous-error'.
27130 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27131 matching line numbers, column numbers and their ranges with regexp
27132 matching only line numbers.
27133 (grep-context-face): New face variable.
27134 (grep-mode-font-lock-keywords): Use it.
27136 * faces.el (read-face-name): Delete duplicate faces.
27138 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
27140 * thumbs.el (thumbs-find-image): Don't make variables
27141 automatically buffer local.
27142 (thumbs-current-tmp-filename, thumbs-current-image-filename)
27143 (thumbs-image-num): Make automatically buffer local.
27144 (thumbs-show-thumbs-list): Use `make-local-variable', not
27145 `make-variable-buffer-local'.
27146 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27148 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27149 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27150 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27151 (bother, bye, canyou, chatlst, continue, deathlst, describe)
27152 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27153 (feelings-about, foullst, found, hello, history, howareyoulst)
27154 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27155 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27156 (neglst, obj, object, owner, please, problems, qlist)
27157 (random-adjective, relation, remlst, repetitive-shortness)
27158 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27159 (shortlst, something, sportslst, stallmanlst, states, subj)
27160 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27161 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27162 Defvar at compile time.
27164 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27165 not `make-variable-buffer-local'.
27167 2005-08-02 Kim F. Storm <storm@cua.dk>
27169 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27170 rectangle overlay in selected window.
27172 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
27174 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27175 instead of display group. Make `indicate-buffer-boundaries'
27176 customizable through Custom.
27178 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
27180 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27181 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27182 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27183 (gdb-put-string): Fix typos in docstrings.
27185 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
27187 Update copyright notices of files in progmodes directory for
27188 release of Emacs 22.1.
27190 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27192 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27193 Don't barf if the GUD buffer has been killed.
27195 2005-08-01 Kim F. Storm <storm@cua.dk>
27197 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27199 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
27201 * simple.el (next-error-follow-minor-mode):
27202 make-variable-buffer-local -> make-local-variable.
27204 * emacs-lisp/cl-extra.el: Require CL also when compiling.
27206 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27207 (byte-compile-form-make-variable-buffer-local): New functions to warn
27208 about misuses of make-variable-buffer-local where make-local-variable
27211 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
27213 * bs.el (bs-attributes-list): Doc fix.
27214 (bs): Update url-link.
27216 * desktop.el (desktop-save-buffer): Fix typos in docstring.
27217 (desktop-load-default): Simplify.
27219 * ibuffer.el (ibuffer-columnize-and-insert-list)
27220 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27221 (ibuffer-unmark-all, ibuffer-toggle-marks)
27222 (ibuffer-unmark-forward, ibuffer-unmark-backward)
27223 (ibuffer-compile-make-format-form, ibuffer-format-column)
27224 (ibuffer-current-buffers-with-marks)
27225 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27226 (ibuffer): Doc fix.
27227 (ibuffer-mode): Fix typo in docstring.
27228 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27229 with `define-obsolete-variable-alias'.
27230 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27232 2005-07-29 Kenichi Handa <handa@m17n.org>
27234 * international/mule-cmds.el (select-message-coding-system):
27235 Be sure to use LF for end-of-line. If no coding system is decided,
27236 return iso-8859-1-unix.
27238 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27240 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27241 (ange-ftp-pending-error-line): New vars.
27242 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27243 to handle the non-fatal no-route-to-host messages.
27244 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27246 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27248 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27249 (isearch-quote-char, isearch-printing-char)
27250 (isearch-text-char-description): "?\ " -> "?\s".
27251 (isearch-lazy-highlight-cleanup)
27252 (isearch-lazy-highlight-initial-delay)
27253 (isearch-lazy-highlight-interval)
27254 (isearch-lazy-highlight-max-at-a-time)
27255 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27256 Declare with define-obsolete-*-alias macros.
27257 (isearch-forward): Fix typo in docstring.
27258 (search-invisible, search-ring-yank-pointer)
27259 (regexp-search-ring-yank-pointer): Doc fixes.
27261 * recentf.el (recentf-menu-append-commands-p): Declare with
27262 `define-obsolete-variable-alias'.
27263 (recentf-max-saved-items, recentf-menu-filter)
27264 (recentf-arrange-by-rule-subfilter): Doc fixes.
27265 (recentf-menu-append-commands-flag)
27266 (recentf-initialize-file-name-history, recentf-expand-file-name)
27267 (recentf-clear-data): Fix typos in docstrings.
27269 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27271 * progmodes/gdb-ui.el: Smarten comments.
27272 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27274 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27276 * term/apollo.el (terminal-init-apollo): New function containing
27277 all former top level forms in the file.
27278 * term/bobcat.el (terminal-init-bobcat):
27279 * term/cygwin.el (terminal-init-cygwin):
27280 * term/iris-ansi.el (terminal-init-iris-ansi):
27281 * term/linux.el (terminal-init-linux):
27282 * term/news.el (terminal-init-news):
27283 * term/rxvt.el (terminal-init-rxvt):
27284 * term/sun.el (terminal-init-sun):
27285 * term/tvi970.el (terminal-init-tvi970):
27286 * term/vt100.el (terminal-init-vt100):
27287 * term/vt102.el (terminal-init-vt102):
27288 * term/vt125.el (terminal-init-vt125):
27289 * term/vt200.el (terminal-init-vt200):
27290 * term/vt201.el (terminal-init-vt201):
27291 * term/vt220.el (terminal-init-vt220):
27292 * term/vt240.el (terminal-init-vt240):
27293 * term/vt300.el (terminal-init-vt300):
27294 * term/vt320.el (terminal-init-vt320):
27295 * term/vt400.el (terminal-init-vt400):
27296 * term/vt420.el (terminal-init-vt420):
27297 * term/wyse50.el (terminal-init-wyse50):
27298 * term/xterm.el (terminal-init-xterm): Likewise.
27300 * term/README: Describe the terminal-init-* functionality.
27302 * startup.el (command-line): After loading the terminal initialization
27303 file call the corresponding terminal initialization function.
27305 2005-07-27 Kenichi Handa <handa@m17n.org>
27307 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27310 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27311 (ps-mule-composition-prologue): Fix for the case that
27312 RelativeCompose is false.
27314 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27316 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27318 * descr-text.el (describe-char): Handle the case where the list of
27319 chars is displayed in a separate frame.
27320 Be a bit more discriminating when looking for the char.
27322 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27324 * bookmark.el (bookmark-automatically-show-annotations)
27325 (bookmark-read-annotation-text-func): Doc fixes.
27326 (bookmark-save): Improve argument/docstring consistency.
27327 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27328 (bookmark-alist-from-buffer)
27329 (bookmark-upgrade-file-format-from-0)
27330 (bookmark-grok-file-format-version)
27331 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27332 (bookmark-read-annotation-mode)
27333 (bookmark-insert-current-bookmark, bookmark-jump)
27334 (bookmark-exit-hook): Fix typos in docstrings.
27335 (bookmark-exit-hooks): Define as obsolete alias.
27336 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27337 not `bookmark-exit-hooks'. Fix docstring.
27338 (bookmark-bmenu-select): "?\ " -> "?\s".
27340 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27342 * startup.el (command-line): Fix typo.
27344 2005-07-24 Richard M. Stallman <rms@gnu.org>
27346 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27347 not emacs-quick-startup.
27349 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27351 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27352 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27353 instead of `reb-with-current-window'.
27354 (reb-prev-match): Likewise. Also, don't move left if the search
27356 (reb-initialize-buffer): New function.
27357 (re-builder, reb-change-syntax): Use it.
27359 * man.el (Man-goto-page): Make second argument NOERROR optional.
27361 2005-07-23 Richard M. Stallman <rms@gnu.org>
27363 * man.el (Man-bgproc-sentinel): Check here for failure to find
27364 any man page in the output, and report the error here.
27365 (Man-arguments): Make it permanent local.
27366 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27367 (Man-mode): Pass t for NOERROR.
27369 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27370 (grep-mode-font-lock-keywords):
27371 Don't use compilation-...-face for messages that are not file names.
27373 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27374 Don't use compilation-...-face for messages that are not file names.
27376 2005-07-22 Juri Linkov <juri@jurta.org>
27378 * startup.el (normal-splash-screen): Update menu name.
27380 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27382 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27384 * term/xterm.el: Load term/rxvt if the terminal is actually an
27386 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27388 * term/rxvt.el (function-key-map): Use substitute-key-definition
27389 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27391 * term/cygwin.el: New file.
27393 2005-07-22 Kim F. Storm <storm@cua.dk>
27395 * image-file.el (insert-image-file, image-file-yank-handler):
27396 Fix last change to maintain a (unique) yank-handler on yanked images.
27398 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
27400 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27401 of the file size (as in "177B" for 177 bytes). This happens with
27402 "ls -lh" on FreeBSD.
27404 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27406 * hilit-chg.el (highlight-changes-global-initial-state)
27407 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27408 (hilit-chg-fixup, highlight-changes-mode):
27409 Fix typos in docstrings.
27410 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27413 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27415 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27416 mode function using `eval-after-load'.
27418 2005-07-21 Kim F. Storm <storm@cua.dk>
27420 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27421 included when reporting an Emacs crash, and tell about the DEBUG file.
27423 * image-file.el (insert-image-file): Add yank-handler.
27424 (image-file-yank-handler): Yank handler to make unique copies of
27425 images when they are yanked into a buffer next to each other.
27427 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27429 * comint.el (comint-use-prompt-regexp, comint-send-input)
27430 (comint-source-default, comint-extract-string)
27431 (comint-get-source, comint-word, comint-completion)
27432 (comint-source, comint-prompt-read-only, comint-update-fence):
27433 Fix typos in docstrings.
27434 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27435 Declare with define-obsolete-*-alias macros.
27436 (comint-previous-matching-input-from-input)
27437 (comint-next-matching-input-from-input)
27438 (comint-previous-matching-input, comint-next-matching-input)
27439 (comint-forward-matching-input):
27440 Improve argument/docstring consistency.
27442 * desktop.el (desktop-clear-preserve-buffers-regexp):
27443 Also preserve the *server* buffer.
27445 * simple.el (clone-indirect-buffer): Doc fix.
27446 (fixup-whitespace, just-one-space)
27447 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27448 (next-error, next-error-highlight)
27449 (next-error-highlight-no-select, next-error-last-buffer)
27450 (next-error-buffer-p, next-error-find-buffer, next-error)
27451 (previous-error, next-error-no-select, previous-error-no-select)
27452 (open-line, split-line, minibuffer-prompt-width, kill-new)
27453 (binary-overwrite-mode): Fix typos in docstrings.
27454 (set-fill-column): Fix typo in message.
27456 * skeleton.el (skeleton-proxy-new): Doc fix.
27458 * strokes.el (strokes-load-hook): Doc fix.
27459 (strokes-grid-resolution, strokes-get-grid-position)
27460 (strokes-renormalize-to-grid, strokes-read-stroke)
27461 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27462 (strokes-global-map): Fix typos in docstrings.
27463 (strokes-help): Doc fix. Fix help message and pass it through
27464 `substitute-command-keys'.
27466 * tempo.el (tempo-insert-prompt, tempo-interactive)
27467 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27468 (tempo-insert-string-functions, tempo-local-tags)
27469 (tempo-define-template, tempo-insert-template)
27470 (tempo-insert-prompt-compat, tempo-is-user-element)
27471 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27472 Fix typos in docstrings.
27474 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27475 (vcursor-key-bindings, vcursor-use-vcursor-map)
27476 (vcursor-find-window, vcursor-scroll-down)
27477 (vcursor-disable, vcursor-beginning-of-buffer)
27478 (vcursor-end-of-buffer): Fix typos in docstrings.
27479 (vcursor-relative-move, vcursor-get-char-count):
27480 Improve argument/docstring consistency.
27482 * version.el: "?\ " -> "?\s".
27484 * wid-edit.el (widget-default-create, widget-after-change)
27485 (widget-default-format-handler, widget-checklist-add-item)
27486 (widget-radio-add-item, widget-choose, widget-specify-secret)
27487 (widget-field-value-create, widget-field-value-get)
27488 (widget-editable-list-format-handler)
27489 (widget-editable-list-entry-create, widget-group-value-create)
27490 (widget-documentation-link-add)
27491 (widget-documentation-string-value-create): "?\ " -> "?\s".
27492 (widget-convert-text): Doc fix.
27493 (widget-narrow-to-field, widget-field-find)
27494 (widget-url-link-action, widget-emacs-library-link-action)
27495 (widget-color-notify): Fix typos in docstrings.
27497 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27498 (x-select-text, set-w32-system-coding-system)
27499 (w32-add-charset-info): Fix typos in docstrings.
27501 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27502 (cua-enable-cua-keys, cua-use-hyper-key)
27503 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27504 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27506 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27508 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27509 `defalias' instead of faking it.
27511 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27512 (eshell-ls-missing, eshell-ls-dired-initial-args)
27513 (eshell-ls-use-in-dired): Fix typos in docstrings.
27515 2005-07-20 Kim F. Storm <storm@cua.dk>
27517 * emulation/cua-base.el (cua-mode): Improve doc string.
27519 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27521 * abbrev.el (expand-region-abbrevs): Doc fix.
27522 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27523 Improve argument/docstring consistency.
27525 * arc-mode.el (archive-get-descr, archive-alternate-display):
27527 (archive-l-e): Improve argument/docstring consistency.
27528 (archive-tmpdir, archive-unixdate, archive-unixtime)
27529 (archive-chmod-entry): Fix typos in docstrings.
27530 (archive-unflag, archive-unflag-backwards)
27531 (archive-unmark-all-files): "?\ " -> "?\s".
27533 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27534 (Buffer-menu-not-modified, Buffer-menu-execute)
27535 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27536 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27538 * composite.el (compose-string, encode-composition-rule)
27539 (compose-last-chars): Fix typos in docstrings.
27541 * desktop.el (desktop-enable, desktop-basefilename):
27542 Declare with `define-obsolete-variable-alias'.
27543 (desktop-internal-v2s): Don't quote keywords.
27544 (desktop-clear): "?\ " -> "?\s".
27546 * dired.el (dired-align-file, dired-flag-backup-files)
27547 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27548 (dired-listing-switches, dired-ls-F-marks-symlinks)
27549 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27550 (dired-directory, dired-faces, dired, dired-revert)
27551 (dired-mode, dired-summary, dired-view-file)
27552 (dired-copy-filename-as-kill, dired-delete-file)
27553 (dired-no-confirm, dired-unmark-all-marks)
27554 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27555 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27556 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27557 Fix typos in message strings.
27559 * dired-x.el (virtual-dired): Declare with `defalias'.
27560 (dired-mark-unmarked-files, dired-local-variables-file)
27561 (dired-omit-here-always): Doc fix.
27562 (dired-omit-mode, dired-find-subdir)
27563 (dired-enable-local-variables, dired-clean-up-buffers-too)
27564 (dired-extra-startup, dired-mark-extension, dired-jump)
27565 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27566 (dired-smart-shell-command, dired-guess-shell-alist-user)
27567 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27568 (dired-x-bind-find-file, dired-x-submit-report):
27569 Fix typos in docstrings.
27570 (dired-mark-unmarked-files): "?\ " -> "?\s".
27572 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27574 * faces.el (describe-face): "?\ " -> "?\s".
27575 (read-all-face-attributes, read-face-font, modify-face)
27576 (face-attr-construct, italic): Fix typos in docstrings.
27577 (frame-update-face-colors): Declare with
27578 `define-obsolete-function-alias'.
27580 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27581 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27582 (magic-mode-alist, buffer-file-numbers-unique)
27583 (write-file-functions, get-free-disk-space):
27584 Fix typos in docstrings.
27585 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27586 (write-contents-hooks, write-file-hooks):
27587 Declare with `define-obsolete-variable-alias'.
27589 * forms-d2.el (arch-rj): Fix typo in docstrings.
27590 (arch-tocol): Likewise. "?\ " -> "?\s".
27592 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27593 Fix typo in docstring.
27594 (set-screen-width, set-screen-height): Delete redundant info in
27596 (new-frame, screen-height, screen-width): Declare with
27597 `define-obsolete-function-alias'.
27598 (delete-frame-hook, blink-cursor): Declare with
27599 `define-obsolete-variable-alias'.
27601 * paths.el (prune-directory-list): Fix typos in docstring.
27603 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27604 (cvs-prefix-get): Fix typos in docstrings.
27606 * ps-print.el (ps-extend-face-list, ps-extend-face)
27607 (ps-print-background-image): Fix typos in docstrings.
27608 (ps-default-fg, ps-default-bg): Doc fixes.
27610 * s-region.el (s-region-bind): Doc fix.
27611 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27613 * textmodes/org.el (org-table-formula-substitute-names)
27614 (org-table-get-vertical-vector): Doc fixes.
27615 (org-table-recalculate): Remove unused argument to `message'.
27617 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27619 * textmodes/org.el (org-table-column-names)
27620 (org-table-column-name-regexp)
27621 (org-table-named-field-locations): New variables.
27622 (org-archive-subtree): Protect `this-command' when calling
27623 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27625 (org-complete): Remove fixed-formula completion.
27626 (org-edit-formulas-map): New variable.
27627 (org-table-edit-formulas): New command.
27628 (org-finish-edit-formulas, org-abort-edit-formulas)
27629 (org-show-variable, org-table-get-vertical-vector): New functions.
27630 (org-table-maybe-eval-formula): Handle `:=' fields.
27631 (org-table-get-stored-formulas, org-table-store-formulas)
27632 (org-table-get-formula, org-table-modify-formulas)
27633 (org-table-replace-in-formulas): Handle named field formulas.
27634 (org-table-get-specials): Store locations of named fields.
27636 2005-07-19 Juri Linkov <juri@jurta.org>
27638 * progmodes/grep.el (grep-regexp-alist)
27639 (grep-mode-font-lock-keywords, grep-process-setup):
27640 Use default GNU grep match color "01;31m" instead of "01;41m".
27641 (grep-regexp-alist, grep-mode-font-lock-keywords):
27642 Use `\\[[0-9]*m' instead of `\\[00m'.
27643 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27644 sgr_start where its handling is more important. Use the real
27645 length of sgr_start instead of constant 8.
27646 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27647 specially. Delete all remaining escape sequences.
27648 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27649 (grep-regexp-alist): Make hyperlink only for binary file name
27650 instead of the whole line.
27651 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27652 (grep-mode): Add autoload.
27654 * emacs-lisp/find-func.el (find-function-regexp):
27655 Add `define-compilation-mode'.
27657 2005-07-19 Juri Linkov <juri@jurta.org>
27659 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27660 (compare-windows-sync-string-size, compare-windows-recenter)
27661 (compare-windows-highlight, compare-windows): Add version 22.1.
27662 (compare-windows) <defface>: Inherit from lazy-highlight instead
27663 of duplicating its default value.
27665 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27666 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27668 * descr-text.el (describe-char): Create link buttons for `charset'
27669 and `code point'. Add the current input method name with a link
27670 button to `to input' field. Print face names of display table
27671 characters in `The display table entry is displayed by' section
27672 instead of printing face-id in the `display' field.
27673 Guess hardcoded faces and create a link button for them.
27674 Skip empty fields when calculating max-width.
27675 Treat `widget-create' specially while inserting strings from the
27676 collected field list.
27677 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27679 * diff-mode.el (diff-file-header): Change foreground color from
27680 yellow to green on light backgrounds.
27681 (diff-context): Inherit from `shadow' only for color/grayscale
27682 with more than 88 colors.
27683 (diff-indicator-removed, diff-indicator-added)
27684 (diff-indicator-changed): New faces.
27685 (diff-font-lock-keywords): Use new faces. Regroup rules.
27686 Add "^---$" for `normal' diff format. Fontify `#' lines with
27687 font-lock-comment-delimiter-face and font-lock-comment-face.
27688 Add `#' to ^[^...] in the rule for `diff-context-face'.
27690 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27691 a button-like box. Inherit from `highlight' on low colors.
27692 (shadow): Use shades of gray only for color/grayscale with
27693 more than 88 colors. Use green for light backgrounds with
27694 8 colors, and yellow for dark backgrounds with 8 colors.
27696 * font-lock.el (font-lock-regexp-grouping-backslash):
27697 Don't inherit from escape-glyph (use bold for all cases).
27699 * info.el (info-xref-visited): Use light foreground color `violet'
27700 for dark backgrounds instead of dark color `magenta3'.
27701 (info-title-1): Use `yellow' color for dark backgrounds.
27703 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27704 too-light magenta2.
27706 * replace.el (match): Use slightly more light RoyalBlue3 instead
27707 of dark RoyalBlue4.
27709 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27711 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27713 * novice.el (disabled-command-hook): Declare it with
27714 `define-obsolete-variable-alias'.
27716 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27717 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27718 (desktop-load-default): Add release to obsolescence info.
27719 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27720 (desktop-append-buffer-args, desktop-read):
27721 Fix typos in docstrings.
27722 (desktop-kill): Fix typo in message.
27723 (desktop-save): Doc fix.
27725 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27727 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27728 (viper-envelop-ESC-key): Change the definition of fast
27729 keysequence so it'll work with keyboard macros.
27731 * ediff.el (ediff-patch-buffer): Change the docstring.
27733 2005-07-19 Kenichi Handa <handa@m17n.org>
27735 * international/mule-cmds.el (select-safe-coding-system): Try to
27736 use an auto-coding (if any) before anything else. If the found
27737 auto-coding is invalid, show a warning message.
27739 * international/mule.el (find-auto-coding): New function created
27740 by modifying the body of set-auto-coding.
27741 (set-auto-coding): Use find-auto-coding to find a coding.
27743 2005-07-18 Richard M. Stallman <rms@gnu.org>
27745 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27746 not isearch-mode-end-hook-error.
27747 (allout-before-change-protect): Fix error message.
27749 2005-07-18 Juri Linkov <juri@jurta.org>
27751 * allout.el (allout-mode):
27752 * calculator.el (calculator-copy):
27753 * custom.el (custom-known-themes):
27754 * dired.el (dired-desktop-buffer-misc-data)
27755 (dired-restore-desktop-buffer):
27756 * dired-x.el (dired-omit-marker-char):
27757 * files.el (basic-save-buffer):
27758 * font-core.el (font-lock-mode):
27759 * calendar/calendar.el (calendar-goto-hebrew-date)
27760 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27761 (calendar-goto-persian-date):
27762 * language/ethio-util.el (ethio-sera-to-fidel-region):
27763 * textmodes/picture.el (picture-mode):
27764 Delete duplicate duplicate words.
27766 2005-07-18 Juri Linkov <juri@jurta.org>
27768 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27770 (isearch-fallback): Don't call `isearch-process-search-char'.
27771 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27772 (isearch-process-search-char): Call `isearch-fallback' for regexp
27774 (isearch-return-char): Make obsolete with `make-obsolete' instead
27775 of simply documenting it as obsolete in the docstring.
27776 (isearch-fallback): Refill docstring.
27778 * international/isearch-x.el
27779 (isearch-process-search-multibyte-characters): Remove unneeded
27780 `concat'. Add intermediate values to `junk-hist' instead of
27781 `minibuffer-history'. Test the length of `str'.
27783 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27785 * allout.el (allout-resolve-xref): Fix typos in error strings.
27786 (allout-before-change-protect): Remove unneeded `concat'.
27788 * array.el (array-mode, array-reconfigure-rows)
27789 (untabify-backward): Fix typos in docstrings.
27790 (array-reconfigure-rows): Use `insert-buffer-substring', not
27793 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27794 * progmodes/ada-mode.el (ada-make-body):
27795 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27797 * dired.el (dired-log):
27798 * tar-mode.el (tar-subfile-save-buffer):
27799 * play/zone.el (zone-pgm-stress-destress):
27800 Use `insert-buffer-substring', not `insert-buffer'.
27802 2005-07-17 Simon Josefsson <jas@extundo.com>
27804 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27806 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27808 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27809 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27811 2005-07-17 Kim F. Storm <storm@cua.dk>
27813 * ido.el (dired-other-window): Add ido property.
27815 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27817 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27818 Fix typo in docstring.
27819 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27820 `insert-file-literally'.
27822 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27823 info and delete redundant message. Doc fix.
27824 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27825 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27827 2005-07-16 Richard M. Stallman <rms@gnu.org>
27829 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27830 (byte-compile-and): Use byte-compile-and-recursion.
27831 (byte-compile-or-recursion): New function.
27832 (byte-compile-or): Use that.
27833 (byte-compile-if): Guard the else-clause too.
27834 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27836 * isearch.el (isearch-mode-end-hook-quit): New variable.
27837 (isearch-done): Bind it.
27838 (isearch-mode-end-hook): Doc fix.
27840 * allout.el (allout-isearch-did-quit): Variable deleted.
27841 (allout-real-isearch-abort): Function name no longer used.
27842 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27843 (allout-isearch-rectification): isearch-mode always exists.
27844 Don't set allout-isearch-did-quit.
27845 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27846 allout-isearch-did-quit.
27847 (allout-enwrap-isearch): Just add the hook.
27848 (allout-isearch-abort): Function deleted.
27849 (allout-pre-command-business): Avoid warning.
27851 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27852 Correctly avoid warnings.
27853 (pascal-outline): Likewise.
27855 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27857 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27859 * play/tetris.el (tetris-mode): Avoid warning.
27861 * play/snake.el (snake-mode): Avoid warning.
27863 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27864 (gamegrid-set-display-table): Avoid warning.
27865 (gamegrid-set-timer): Likewise.
27866 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27867 (gamegrid-add-score-with-update-game-score-1): Take FILE
27869 (gamegrid-add-score-with-update-game-score): Pass that argument.
27870 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27872 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27874 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27875 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27877 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27880 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27881 (sc-ask): Avoid warnings.
27883 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27884 (eshell-hist-initialize): Use that var the natural way.
27886 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27888 * emacs-lisp/re-builder.el (reb-cook-regexp):
27889 Avoid warning calling lre-compile-string.
27890 (reb-color-display-p): Avoid warning.
27892 * calculator.el (calculator-last-input): Guard uses
27893 of event-key and key-press-event-p.
27894 (event-key, key-press-event-p): Delete definitions.
27896 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27897 (find-gc-source-directory, find-gc-subrs-callers)
27898 (find-gc-noreturn-list, find-gc-source-files)
27899 (find-gc-subrs-called): Vars renamed and defvar'd.
27901 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27902 (checkdoc-overlay-put, checkdoc-delete-overlay)
27903 (checkdoc-overlay-start, checkdoc-overlay-end)
27904 (checkdoc-mode-line-update, checkdoc-char=):
27905 Define such that compiler knows they are defined.
27906 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27907 (checkdoc-read-event): Delete. Use read-event directly.
27909 * whitespace.el (whitespace-make-overlay)
27910 (whitespace-overlay-put, whitespace-delete-overlay)
27911 (whitespace-overlay-start, whitespace-overlay-end):
27912 Define such that compiler knows they are defined.
27913 (whitespace): Move conditional inside.
27915 * tempo.el (tempo-insert-template): Suppress warning.
27917 * ediff-diff.el (longlines-mode): Add defvar.
27919 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27921 * server.el: Bind "C-x #" in a way that works even if C-x is
27922 redefined to a command key, not a prefix key.
27924 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27926 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27927 cl-make-type-test till execution time.
27929 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27931 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27932 arg ARG and use it.
27934 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27936 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27938 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27940 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27941 a defcustom with two :set or :type keywords.
27943 2005-07-15 Richard M. Stallman <rms@gnu.org>
27945 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27946 Don't give ^M comment-end syntax.
27948 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27950 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27951 Don't consider gdbmi (gdb-mi.el has its own update functions).
27952 (gdb-var-delete): Make it work for gdbmi as well.
27953 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27955 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27956 (gud-speedbar-menu-items): Correct logic for enabling items.
27958 2005-07-15 Kim F. Storm <storm@cua.dk>
27960 * ido.el: Fix commentary.
27961 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27962 Use with-no-warnings around ffap-guesser.
27963 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27964 Let bind minibuffer-completing-file-name to t.
27966 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27968 * startup.el (site-run-file, keyboard-type): Doc fixes.
27969 (command-line): Check for "--basic-display" argument; also for
27970 "--quick", not "--bare-bones" (which was renamed).
27971 (fancy-splash-text): Add missing item "Getting New Versions".
27972 (normal-splash-screen): Fix typos and improve consistency with
27973 `fancy-splash-text'. Update copyright year.
27975 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27976 valid binding for `help-char'.
27978 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27980 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27982 * term.el (term-mode): Disable cua-mode for term buffers.
27984 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27986 * add-log.el (add-log-mailing-address, change-log-merge):
27988 (change-log-get-method-definition): Fix typo in docstring.
27990 2005-07-14 Kim F. Storm <storm@cua.dk>
27992 * emulation/cua-base.el:
27993 (cua--pre-command-handler-1, cua--pre-command-handler)
27994 (cua--post-command-handler-1, cua--post-command-handler):
27995 Split in two. Check (buffer local) value of cua-mode.
27996 (cua-selection-mode): New command.
27998 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
28000 * custom.el (custom-initialize-safe-set)
28001 (custom-initialize-safe-default): Doc fixes.
28003 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28004 and simplify :init-value again.
28006 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28007 and simplify :init-value again. Delete autoload.
28009 * startup.el (command-line): Use `custom-reevaluate-setting' again
28012 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28013 a defcustom with two :initialize keywords.
28015 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
28017 * allout.el (my-mark-marker, allout-isearch-prior-pos)
28018 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
28019 (allout-post-command-business, allout-flag-region)
28020 (isearch-reenable-font-lock, allout-yank)
28021 (allout-insert-latex-header, allout-insert-latex-trailer)
28022 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
28023 (allout-latex-verb-quote): Fix typos in docstrings.
28024 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
28025 (allout-unprotected, allout-prefix-data):
28026 Improve argument/docstring consistency.
28027 (allout-chart-subtree): Fix argument spec.
28028 (allout-open-topic): Rename `use_sib_bullet' argument to
28029 `use-sib-bullet'. Doc fix.
28031 * whitespace.el (whitespace-check-buffer-leading)
28032 (whitespace-check-buffer-trailing)
28033 (whitespace-check-buffer-indent)
28034 (whitespace-check-buffer-spacetab)
28035 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
28036 (whitespace-check-leading-whitespace)
28037 (whitespace-check-trailing-whitespace)
28038 (whitespace-check-spacetab-whitespace)
28039 (whitespace-check-indent-whitespace)
28040 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
28041 (whitespace-modes): Fix typos in docstrings.
28042 (defgroup, defcustom): Doc fixes.
28044 * winner.el (winner-mode, winner-boring-buffers)
28045 (winner-pending-undo-ring): Doc fixes.
28046 (winner-ring): Remove unneeded `progn'.
28047 (winner-equal): `defsubst' it.
28048 (winner-redo): Fix message.
28050 2005-07-13 Kim F. Storm <storm@cua.dk>
28052 * simple.el (line-move-1): Always use vertical-motion to
28053 do the last (or only) line move to ensure some movement.
28054 Undo 2005-06-23 change--don't check for overlays.
28056 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28058 * term/mac-win.el (ccl-encode-mac-roman-font)
28059 (ccl-encode-mac-centraleurroman-font)
28060 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
28061 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
28062 Change charset-id boundary of dimension to ?\xef.
28063 (mac-char-fontspec-list): New constant.
28064 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
28065 argument. Nil uses itself as family in font-spec. Previous
28066 behavior for nil is now provided by non-nil non-string argument.
28067 All callers changed. Add font-specs for Mac fonts to
28068 "fontset-default" unless iso8859-1 fonts are installed.
28070 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28072 * progmodes/sh-script.el (sh-get-indent-info): Only indent
28073 a continuation line if the \ is preceded by SPC or TAB.
28074 (sh-get-indent-info): Simplify.
28075 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
28076 Use with-current-buffer.
28078 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
28079 when the matched text is empty.
28081 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
28083 * startup.el (command-line): Revert to previous handling of
28084 tooltip-mode. Explain in comment why the complexity is needed.
28086 * tooltip.el (tooltip-mode): Revert to previous implementation of
28089 * frame.el (blink-cursor-mode): Revert to previous implementation
28090 of its defcustom. Update comment.
28092 2005-07-12 Lars Hansen <larsh@soem.dk>
28094 * desktop.el: Update e-mail address.
28096 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28098 * term/mac-win.el (mac-services-mail-selection)
28099 (mac-services-mail-to): New functions.
28100 (mac-application-menu-map): Bind them.
28102 2005-07-12 wulei <milton@wulei.net> (tiny change)
28104 * progmodes/gdb-ui.el: Add note about buffering with Windows.
28106 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
28108 * custom.el (custom-reevaluate-setting): Doc fix.
28110 2005-07-11 Jay Belanger <belanger@truman.edu>
28112 * calc/calc.el (calc-embedded-announce-formula-alist)
28113 (calc-embedded-open-close-plain-alist)
28114 (calc-embedded-open-close-mode-alist): Add checks for additional
28115 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
28117 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
28119 * custom.el (custom-enable-theme): Don't add theme to
28120 `custom-enabled-themes' with `push' because there is no
28121 setf-method for `delq'.
28123 2005-07-11 Richard M. Stallman <rms@gnu.org>
28125 * custom.el (custom-declare-variable): Doc fix.
28127 * dired-aux.el (dired-compare-directories): Remove "." and ".."
28130 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28131 Do nothing if edebug-active.
28133 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28134 (edebug-display): Do it here instead.
28136 2005-07-10 Richard M. Stallman <rms@gnu.org>
28138 * cus-face.el (custom-theme-set-faces): Make it work.
28139 (custom-reset-faces): Doc fix.
28140 (custom-theme-reset-internal-face, custom-theme-face-value):
28143 * custom.el (custom-push-theme): Maintain list of the settings
28144 of a given theme in its theme-settings property.
28145 Maintain position of old settings in the theme-value
28146 or theme-face property.
28147 (custom-enabled-themes): New variable.
28148 (custom-theme-enabled-p): New function.
28149 (provide-theme): Update custom-enabled-themes.
28150 Disable and reenable the `user' theme.
28151 (require-theme): Doc fix.
28152 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28153 (custom-theme-value, custom-theme-variable-value): Likewise.
28154 (custom-theme-reset-internal): Likewise.
28155 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28156 (custom-enable-theme, custom-disable-theme): New functions.
28157 (custom-variable-theme-value, custom-face-theme-value): Likewise.
28158 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28159 (custom-theme-reset-variables): Simplify.
28160 (deftheme, custom-declare-theme, custom-make-theme-feature):
28163 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
28165 * longlines.el (longlines-show-region)
28166 (longlines-unshow-hard-newlines): Recognize hard newlines by
28167 non-nil hard property, instead of t.
28169 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
28171 * emulation/viper-cmd.el (viper--key-maps): New variable.
28172 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28173 emulation-mode-map-alists.
28174 (viper-envelop-ESC-key): Use viper-subseq.
28175 (viper-search-forward/backward/next): Disable debug-on-error.
28177 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28178 (viper-ESC-key): New defcustoms.
28180 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28182 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28183 (viper-subseq): Copy of subseq from cl.el.
28185 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28186 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28188 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28190 * emulation/viper-init.el: Get rid of -face in face names.
28192 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28193 Make it work with longlines mode.
28195 * ediff-mult.el (ediff-meta-mode-hook): New variable.
28197 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28199 * ediff-init.el: Get rid of -face in face names.
28201 2005-07-10 Richard M. Stallman <rms@gnu.org>
28203 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28204 and with-timeout-unsuspend.
28206 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28207 and with-timeout-unsuspend.
28209 * emacs-lisp/timer.el (with-timeout-timers): New variable.
28210 (with-timeout): Bind that variable to record timers.
28211 (with-timeout-suspend, with-timeout-unsuspend): New functions.
28213 * emacs-lisp/debug.el (debug-help-follow): New function.
28214 (debugger-mode-map): Use that instead of help-follow.
28215 (debugger-setup-buffer): Use eval-buffer-list
28216 to handle eval-buffer frames.
28218 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
28220 * timezone.el (timezone-parse-date): Change first regexp
28221 so it will not mistakenly match dates with no time zone.
28223 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28225 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28227 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28229 * custom.el (custom-initialize-safe-set)
28230 (custom-initialize-safe-default): New functions.
28232 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28233 and simplify :init-value.
28235 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28236 and simplify :init-value. Delete obsolete comment.
28238 * startup.el (command-line): Use `custom-reevaluate-setting' to
28239 handle `tooltip-mode'. Delete obsolete comment.
28241 * files.el (set-visited-file-name): Avoid calling
28242 `file-name-nondirectory' with a nil argument.
28244 2005-07-09 Richard M. Stallman <rms@gnu.org>
28246 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28247 was called with nil for the buffer, handle the read position right.
28248 Handle read position for eval-region, too.
28250 2005-07-09 Juri Linkov <juri@jurta.org>
28252 * fringe.el (fringe-mode): Add period in docstring.
28253 (fringe-query-style): Build prompt depending on `all-frames' arg.
28255 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28256 to not create links to unrelated functions in the Help buffer.
28258 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28261 * simple.el (next-error-hook): New variable.
28262 (next-error): Use it. Doc fix.
28264 * textmodes/ispell.el (ispell-command-loop): Add current
28265 dictionary name and program name to mode-line-format.
28266 (ispell-region, ispell-process-line): Add current dictionary name
28267 and program name to messages.
28269 2005-07-08 Jay Belanger <belanger@truman.edu>
28271 * calc/calc.el (calc-embedded-announce-formula-alist)
28272 (calc-embedded-open-close-formula-alist)
28273 (calc-embedded-open-close-word-alist)
28274 (calc-embedded-open-close-plain-alist)
28275 (calc-embedded-open-close-new-formula-alist)
28276 (calc-embedded-open-close-mode-alist)
28277 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28278 (calc-embedded-mode-hook): New variables.
28280 * calc/calc-embed.el (calc-embedded-firsttime)
28281 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28283 (calc-do-embedded): Use calc-embedded-firsttime,
28284 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28285 determine whether or not to run hooks.
28286 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28287 calc-embedded-firsttime-formula appropriately.
28288 Set calc-embedded delimiter variables according to mode.
28290 2005-07-08 Richard M. Stallman <rms@gnu.org>
28292 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28293 Check for "emacs", etc., as entire symbol, not just as word.
28294 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28296 * files.el (set-visited-file-name): Report the error
28297 for "empty filename" earlier.
28298 (kill-some-buffers): Ignore buffers already dead.
28300 * fringe.el (fringe-mode): Doc fix.
28302 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28303 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28304 Use unwind-protect to ensure byte-compile-unresolved-functions
28307 * whitespace.el (whitespace-buffer-leading-cleanup):
28308 Simplify w/ skip-chars-forward.
28309 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28311 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28312 Unconditionally try to leave point at the same old place.
28314 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28316 * comint.el (comint-postoutput-scroll-to-bottom)
28317 (comint-show-maximum-output): Take scroll-margin into consideration.
28319 2005-07-08 Kim F. Storm <storm@cua.dk>
28321 * ido.el (ido-use-filename-at-point): New choice `guess'.
28322 (ido-file-internal): Try ffap-guesser if selected.
28324 * ido.el (ido-before-fallback-functions): New hook.
28325 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28326 (ido-read-file-name): Run it.
28328 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28330 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28331 strings rather than a list of symbols to the completion function.
28333 2005-07-07 Jay Belanger <belanger@truman.edu>
28335 * calc/calc-units.el (math-apply-units): Change the places in
28336 which units are simplified.
28338 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28340 * cus-edit.el (customize-option, customize-option-other-window):
28341 Make them handle aliases.
28343 * custom.el (custom-variable-p): Make it recursively follow
28344 aliases. Mention that in the docstring.
28346 2005-07-07 Richard M. Stallman <rms@gnu.org>
28348 * cus-start.el (exec-path): Use `directory' instead of `file'.
28351 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28353 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28354 when called non-interactively. Doc fix.
28356 2005-07-07 Lute Kamstra <lute@gnu.org>
28358 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28359 new address as well.
28361 2005-07-07 Kenichi Handa <handa@m17n.org>
28363 * international/mule.el (make-coding-system):
28364 Describe `ascii-incompatible' property in the docstring.
28365 (set-file-name-coding-system): Signal an error if coding-system is
28366 ascii-incompatible.
28367 (set-keyboard-coding-system): Likewise.
28369 * international/mule-cmds.el (set-default-coding-systems):
28370 Don't set default-file-name-coding-system and
28371 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28373 * international/utf-16.el: Declare that all UTF-16-based coding
28374 systems are ASCII-incompatible.
28376 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28378 * progmodes/gud.el: Require font-lock for displaying errors.
28381 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28383 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28384 values for the pattern lists which are `read'able but not
28385 `append'able (like symbols).
28387 2005-07-06 Richard M. Stallman <rms@gnu.org>
28389 * progmodes/flymake.el (flymake-float-time): Instead of
28390 with-no-warnings, test for XEmacs.
28391 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28394 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28396 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28398 2005-07-05 Lute Kamstra <lute@gnu.org>
28400 * battery.el: Add support for Darwin (with much debugging help
28401 from Samuel Lauber <sam124@operamail.com>).
28402 (battery-status-function, battery-echo-area-format)
28403 (battery-mode-line-format): Add support for pmset on Darwin.
28404 (battery-load-low, battery-load-critical): New user options.
28405 (battery-pmset): New function.
28407 2005-07-05 Lute Kamstra <lute@gnu.org>
28409 Update FSF's address in GPL notices.
28411 * textmodes/page-ext.el: Update FSF's address.
28413 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28415 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28416 filling from using prefix when filling a single-line docstring.
28418 * progmodes/flymake.el: Remove useless eval-when-compile.
28420 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28422 2005-07-04 Richard M. Stallman <rms@gnu.org>
28424 * textmodes/org.el (org-file-apps-defaults-gnu):
28425 Rename from org-file-apps-defaults-linux.
28426 (org-default-apps): Don't test system-type for `linux'.
28427 (org-file-apps): Doc fix.
28429 2005-07-04 David Ponce <david@dponce.com>
28431 * tree-widget.el: Improve header Commentary section.
28432 (tree-widget) [defgroup]
28433 (tree-widget-image-enable, tree-widget-themes-directory)
28434 (tree-widget-theme, tree-widget-image-properties-emacs)
28435 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28436 (tree-widget-image-formats, tree-widget-control)
28437 (tree-widget-empty-control, tree-widget-leaf-control
28438 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28439 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28440 (tree-widget-keep, tree-widget-after-toggle-functions)
28441 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28442 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28443 :help-echo message.
28444 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28445 (tree-widget-image-properties): Doc fix. Clearer implementation.
28446 (tree-widget--cursors): New constant.
28447 (tree-widget-lookup-image): New function split from
28448 `tree-widget-find-image'. Clearer implementation.
28449 (tree-widget-find-image): Use it.
28450 (tree-widget-button-keymap): Use `set-keymap-parent'.
28451 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28452 Define the sub-widgets here.
28453 (tree-widget-node): Check that :node is not a tree-widget.
28454 (tree-widget-get-super, tree-widget-open-control)
28455 (tree-widget-close-control, tree-widget-empty-control)
28456 (tree-widget-leaf-control, tree-widget-guide)
28457 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28458 (tree-widget-no-handle, tree-widget-value-delete)
28459 (tree-widget-map): Remove.
28460 (tree-widget-children-value-save): Doc fix. Simplified.
28461 (tree-widget-value-create): Update according to previous changes.
28463 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28465 * textmodes/org.el: Leading space replaced by TABS.
28466 (org-recalc-marks, org-table-rotate-recalc-marks)
28467 (org-table-get-specials): Treat "^" and "_" marks.
28468 (org-table-justify-field-maybe): Optional argument NEW.
28469 (org-table-eval-formula): Parsing of the format simplified.
28470 New modes C,I. Honor the %= parameter in the current table.
28471 Avoid unnecessary re-align by using the NEW argument to
28472 `org-table-justify-field-maybe'.
28473 (org-calc-default-modes): Default for date-format mimicks org-mode.
28474 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28476 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28478 * cus-face.el (custom-theme-set-faces): Make it handle face
28479 aliases whose alias declarations are pre- or autoloaded.
28481 2005-07-04 Juri Linkov <juri@jurta.org>
28483 * faces.el (read-face-name): Put the code for getting a face name
28484 from the buffer before adding the faces from the `face' property.
28485 Use `completing-read-multiple' instead of `completing-read'.
28486 Require `crm'. Add default value and post-process the returned
28489 * emacs-lisp/crm.el (crm-find-current-element)
28490 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28492 * emacs-lisp/lisp-mode.el (eval-defun-1):
28493 * emacs-lisp/edebug.el (edebug-eval-defun):
28494 Remove unnecessary quotes.
28496 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28498 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28499 (prolog-indent-level): Fix typo in docstring.
28501 * info.el (Info-history, Info-history-forward)
28502 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28504 * add-log.el (add-change-log-entry):
28505 * comint.el (comint-dynamic-list-input-ring)
28506 (comint-dynamic-list-completions):
28507 * dabbrev.el (dabbrev-expand):
28508 * delim-col.el (delimit-columns-rectangle-line):
28509 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28510 (diff-unified->context):
28511 * ediff-init.el (ediff-abbrev-jobname):
28512 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28513 (ediff-replace-session-activity-marker-in-meta-buffer):
28514 * info.el (Info-summary):
28515 * lpr.el (printify-region):
28516 * printing.el (pr-create-interface):
28517 * ps-print.el (ps-print-quote):
28518 * ses.el (ses-column-widths, ses-print-cell)
28519 (ses-adjust-print-width, ses-center):
28520 * shell.el (shell-file-name-quote-list):
28521 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28522 (strokes-fill-current-buffer-with-whitespace)
28523 (strokes-xpm-for-stroke, strokes-list-strokes)
28524 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28525 * term.el (term-dynamic-list-input-ring)
28526 (term-dynamic-list-completions):
28527 * calc/calc.el (math-format-stack-value):
28528 * emacs-lisp/edebug.el (edebug-display-freq-count):
28529 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28530 (delphi-new-comment-line):
28531 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28532 * progmodes/executable.el (executable-set-magic):
28533 * progmodes/python.el (inferior-python-mode):
28534 * progmodes/scheme.el (scheme-mode-syntax-table):
28535 * progmodes/sh-script.el (sh-maybe-here-document):
28536 * progmodes/sql.el (sql-copy-column):
28537 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28538 * textmodes/bibtex.el (bibtex-mode):
28539 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28540 (sgml-auto-attributes):
28541 * textmodes/table.el (table-insert, table-shorten-cell)
28542 (table--generate-source-scan-lines, table-delete-row)
28543 (*table--cell-delete-char, table--spacify-frame)
28544 (table--horizontally-shift-above-and-below)
28545 (table--cell-insert-char, table--cell-blank-str)
28546 (table--fill-region-strictly):
28547 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28548 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28550 * add-log.el (change-log):
28551 * apropos.el (apropos):
28552 * comint.el (comint-completion, comint-source):
28553 * dabbrev.el (dabbrev):
28554 * delim-col.el (columns):
28555 * diff-mode.el (diff-mode):
28556 * ediff.el (ediff):
28557 * ediff-diff.el (ediff-diff):
28558 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28559 * ediff-mult.el (ediff-mult):
28560 * ediff-ptch.el (ediff-ptch):
28561 * ediff-wind.el (ediff-window):
28562 * facemenu.el (facemenu):
28563 * indent.el (indent):
28565 * jka-cmpr-hook.el (compression, jka-compr):
28567 * outline.el (outlines):
28568 * pcmpl-cvs.el (pcmpl-cvs):
28569 * pcmpl-rpm.el (pcmpl-rpm):
28570 * printing.el (printing):
28571 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28572 (ps-print-vertical, ps-print-headers, ps-print-font)
28573 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28574 (ps-print-background, ps-print-printer, ps-print-page)
28575 (ps-print-miscellany):
28577 * shell.el (shell, shell-directories, shell-faces):
28578 * startup.el (initialization):
28579 * strokes.el (strokes):
28581 * uniquify.el (uniquify):
28582 * w32-vars.el (w32):
28583 * calc/calc.el (calc):
28584 * emacs-lisp/bytecomp.el (bytecomp):
28585 * emacs-lisp/cl-indent.el (lisp-indent):
28586 * emacs-lisp/edebug.el (edebug):
28587 * emacs-lisp/elp.el (elp):
28588 * emacs-lisp/testcover.el (testcover):
28589 * emacs-lisp/trace.el (trace):
28590 * emulation/viper-ex.el (viper-ex):
28591 * emulation/viper-mous.el (viper-mouse):
28592 * mail/mailalias.el (mailalias):
28593 * mail/supercite.el (supercite, supercite-frames)
28594 (supercite-attr, supercite-cite, supercite-hooks):
28595 * net/rcompile.el (remote-compile):
28596 * net/rlogin.el (rlogin):
28597 * obsolete/ooutline.el (outlines):
28598 * progmodes/delphi.el (delphi):
28599 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28600 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28601 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28602 (ebnf-optimization):
28603 * progmodes/etags.el (etags):
28604 * progmodes/executable.el (executable):
28605 * progmodes/idlwave.el (idlwave):
28606 * progmodes/pascal.el (pascal):
28607 * progmodes/prolog.el (prolog):
28608 * progmodes/python.el (python):
28609 * progmodes/scheme.el (scheme):
28610 * progmodes/sh-script.el (sh, sh-script):
28611 * progmodes/sql.el (SQL):
28612 * progmodes/tcl.el (tcl):
28613 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28614 * textmodes/enriched.el (enriched):
28615 * textmodes/makeinfo.el (makeinfo):
28616 * textmodes/sgml-mode.el (sgml):
28617 * textmodes/table.el (table-hooks):
28618 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28619 * textmodes/texinfo.el (texinfo):
28620 * textmodes/two-column.el (two-column):
28621 Finish `defgroup' description with period.
28623 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28624 * eshell/esh-var.el (eshell-var):
28625 * progmodes/vhdl-mode.el (vhdl-testbench):
28626 * textmodes/org.el (org): Fix typos in docstrings.
28628 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28631 * progmodes/flymake.el (flymake-find-file): Remove.
28632 (flymake-float-time): Use `with-no-warnings'.
28633 (flymake-check-start-time, flymake-check-was-interrupted)
28634 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28635 (flymake-new-err-info): `defvar' at compile time.
28637 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28639 * replace.el (occur-hook): Doc fix.
28640 (occur-1): Don't call `occur-hook' if there are no matches.
28642 2005-07-03 Richard M. Stallman <rms@gnu.org>
28644 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28645 global-map, save the same map.
28646 (global-map): Don't alter it at top level.
28647 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28648 Then alter it here instead.
28649 (tpu-edt-off): Set global-map to the saved one.
28651 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28652 All references simplified.
28653 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28654 (zmacs-regions): Add defvar.
28655 (repeat-complex-command-map): Everything about that deleted.
28657 * textmodes/artist.el (artist-key-is-drawing)
28658 (artist-key-endpoint1, artist-key-poly-point-list)
28659 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28660 (artist-key-compl-table, artist-rb-save-data)
28661 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28662 Don't put them in eval-when-compile.
28663 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28665 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28666 Use with-no-warnings.
28668 * net/browse-url.el (dos-windows-version): Add defvar.
28670 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28672 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28673 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28674 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28676 (rmail-summary-beginning-of-message): Use with-no-warnings.
28677 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28679 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28680 Use with-no-warnings.
28682 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28683 (c-mark-function): Add point-moving-unit property.
28684 (vi-goto-line): Use with-no-warnings.
28686 * emulation/edt.el (edt-last-copied-word): Add defvar.
28687 (zmacs-region-stays): Likewise.
28688 (edt-mark-section-wisely): Use c-mark-function for C.
28689 Use makr-defun for Fortran.
28690 (time-string): defvar deleted.
28691 (edt-display-the-time): Don't set time-string.
28693 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28695 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28696 Don't warn when name is not constant
28697 or for defining the group `emacs'.
28699 * tooltip.el (gud-tooltip-mode): Add defvar.
28701 * startup.el (default-frame-background-mode): Add defvar.
28703 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28705 * info.el (tool-bar-map): Add defvar.
28707 * dired.el (dnd-protocol-alist): Add defvar.
28709 * dired-aux.el (dired-query): Display question with answer, when
28712 * custom.el (custom-add-option): Doc fix.
28714 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28716 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28718 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28719 bogus name from the last change.
28721 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28723 * custom.el (custom-declare-variable): Fix typos in comment.
28724 (custom-known-themes): Doc fix.
28725 (custom-theme-directory): New defcustom.
28726 (require-theme): Make it check `custom-theme-directory'.
28728 * cus-theme.el (custom-new-theme-mode): New function.
28729 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28730 (custom-theme-description): Add compiler defvars.
28731 (customize-create-theme): Add doc to the "*New Custom Theme*"
28732 buffer. Use `custom-new-theme-mode'.
28733 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28734 and save it to the `custom-theme-directory'. Make this the
28735 default directory of the buffer.
28737 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28739 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28740 Fix unbalanced parentheses.
28742 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28744 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28745 into flymake-mode and delegate to flymake-mode.
28747 * find-file.el (ff-which-function-are-we-in): Clean up.
28749 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28751 * replace.el (occur-rename-buffer): Fix docstring.
28753 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28754 (edt-last-copied-word, edt-learn-macro-count)
28755 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28756 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28757 (time-string, zmacs-region-stays):
28758 * emulation/edt-mapper.el (edt-save-function-key-map)
28759 (EDT-key-name): `defvar' to silence the byte-compiler.
28761 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28763 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28764 font-lock-regexp-backslash. Doc fix.
28765 (font-lock-regexp-backslash-grouping-construct): Rename from
28766 font-lock-regexp-backslash-construct. Doc fix.
28767 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28768 grouping constructs.
28770 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28772 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28773 updating all the prerequisites.
28775 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28777 * textmodes/org.el (org-agenda-start-on-weekday)
28778 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28779 (org-agenda-use-time-grid, org-archive-location)
28780 (org-allow-space-in-links, org-usenet-links-prefer-google)
28781 (org-enable-table-editor, org-export-default-language)
28782 (org-export-html-show-new-buffer, org-fill-paragraph)
28783 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28784 (org-goto-quit, org-occur, org-eval-in-calendar)
28785 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28786 (org-agenda-diary-entry, org-remember-help)
28787 (org-table-convert-region, org-at-table-p)
28788 (org-table-move-row-down, org-table-move-row-up)
28789 (org-table-copy-region, org-table-toggle-vline-visibility)
28790 (org-table-get-stored-formulas, org-table-get-specials)
28791 (org-recalc-commands, org-table-eval-formula)
28792 (org-table-formula-substitute-names, orgtbl-make-binding)
28793 (org-format-org-table-html, org-format-table-table-html)
28794 (org-format-table-table-html-using-table-generate-source)
28795 (org-customize): Fix typos in docstrings.
28796 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28797 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28798 (org-back-to-heading): Doc fixes.
28799 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28800 (org-agenda-change-all-lines, org-get-header):
28801 Improve argument/docstring consistency.
28802 (orgtbl-error): Fix error message.
28804 * progmodes/flymake.el (flymake-find-possible-master-files)
28805 (flymake-master-file-compare, flymake-get-line-err-count)
28806 (flymake-highlight-line, flymake-gui-warnings-enabled):
28807 Fix typos in docstrings.
28808 (flymake-parse-line, flymake-get-project-include-dirs-function)
28809 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28811 (flymake-get-project-include-dirs-function)
28812 (flymake-make-err-menu-data):
28813 Improve argument/docstring consistency.
28815 2005-07-01 Lute Kamstra <lute@gnu.org>
28817 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28818 Catch errors with ignore-errors. Use temporary buffer.
28819 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28821 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28822 background color faces.
28823 (facemenu-set-foreground, facemenu-set-background):
28824 Use facemenu-set-face-from-menu.
28825 (facemenu-set-face-from-menu): Treat face names that start with
28826 "fg:" or "bg:" as special.
28827 (facemenu-add-new-color): Don't create faces. Simplify.
28829 2005-06-30 Richard M. Stallman <rms@gnu.org>
28831 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28832 (crm-find-current-element): Likewise.
28834 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
28836 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28838 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28840 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28841 (archive-mouse-extract): Make it an obsolete alias.
28842 (archive-mode-map): Don't use archive-mouse-extract any more.
28843 (archive-mode, archive-extract): write-contents-hooks ->
28844 write-contents-functions.
28845 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28847 (archive-rename-entry): Update the call.
28848 (archive-zip-summarize): Remove unused var `method'.
28849 (archive-lzh-summarize): Remove unused var `creator'.
28851 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28852 dedicated frame upon exit.
28854 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28855 (archive-zip-extract, archive-zip-expunge)
28856 (archive-zip-update, archive-zip-update-case): Use executable-find.
28857 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28858 Use restore-buffer-modified-p.
28859 (archive-extract, archive-add-new-member, archive-write-file-member):
28860 Use with-current-buffer.
28861 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28863 2005-06-30 Andreas Schwab <schwab@suse.de>
28865 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28867 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28869 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28871 2005-06-30 Juri Linkov <juri@jurta.org>
28873 * faces.el (vertical-border): Inherit from mode-line-inactive
28876 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28878 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28879 example, -NLINES in the `occur' docstring).
28881 * replace.el (occur-1): When no matches are found, do not set the
28882 `buffer-read-only' and modified flags for the occur buffer,
28883 because it is deleted.
28885 * emulation/cua-base.el (cua-check-pending-input)
28886 (cua-repeat-replace-region, cua-mode, cua-debug)
28887 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28888 Fix typos in docstrings.
28890 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28891 (cua-cut-region-to-global-mark)
28892 (cua--cut-rectangle-to-global-mark):
28893 Remove period from end of messages.
28895 * emulation/cua-rect.el (cua-do-rectangle-padding):
28896 Remove period from end of messages.
28897 (cua--rectangle-seq-format): Fix typo in docstring.
28898 (cua-sequence-rectangle, cua-fill-char-rectangle):
28899 Improve argument/docstring consistency.
28901 2005-06-29 Juri Linkov <juri@jurta.org>
28903 * faces.el (default-frame-background-mode): New internal variable.
28904 (frame-set-background-mode): Use it.
28906 * startup.el (normal-top-level): Set default-frame-background-mode
28907 instead of frame-background-mode. Before setting it, test for its
28908 nil value. Remove tests for frame-background-mode and frame
28909 parameter `reverse'. Add test for "unspecified-fg".
28911 * term/xterm.el (xterm-rxvt-set-background-mode):
28912 * term/rxvt.el (rxvt-set-background-mode):
28913 Set default-frame-background-mode instead of frame-background-mode.
28915 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28917 * simple.el (set-variable): Warn about obsolete user variables.
28919 * imenu.el (imenu--completion-buffer):
28920 * mouse.el (mouse-buffer-menu-alist):
28921 * msb.el (msb-invisible-buffer-p):
28922 * calendar/diary-lib.el (diary-header-line-format):
28923 * emacs-lisp/pp.el (pp-buffer):
28924 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28925 * textmodes/picture.el (picture-replace-match):
28926 Change space constants followed by a sexp to "?\s ".
28928 * play/decipher.el (decipher-loop-with-breaks):
28929 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28930 constants "protected" from end of line by a comment to "?\s".
28932 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28934 * font-lock.el (save-buffer-state): Use `declare'.
28936 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28937 reset the syntax-table to cperl-mode-syntax-table.
28938 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28939 "foo_print_bar" is not matched as a reserved keyword.
28941 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28943 * textmodes/org.el (orgtbl-setup): New function, for delayed
28944 setup for the orgtbl commands.
28945 (org-calc-default-modes): New option.
28946 (orgtbl-make-binding): Use `defun' to get better help display.
28947 (org-diary): Call `org-compile-prefix-format'.
28948 (org-table-formula-substitute-names): New function.
28949 (org-agenda-day-view, org-agenda-week-view): New commands.
28950 (org-agenda-toggle-week-view): Command removed.
28951 (org-tbl-menu): Split off from org-org-menu.
28952 (org-mode): Move removal of outline-mode menus to here.
28953 (org-table-formula-debug): New option.
28954 (org-table-insert-row): Keep first field if just "#" or "*".
28955 (org-mode): Paragraph regexps fixed.
28956 (org-table-recalculate-regexp): New constant.
28957 (org-table-justify-field-maybe): Avoid replace if not necessary.
28958 (org-copy-special, org-cut-special): Use `call-interactively'.
28959 (org-table-copy-region): Take region from `interactive' call.
28960 (org-trim): Return string even if no match.
28961 (org-formula): New face.
28962 (org-set-font-lock-defaults): No longer highlight "FIXME".
28963 But highlight formula-related fields in table.
28964 (org-table-p): Use regexp, not fontification.
28965 (org-table-align): Handle white space at end of line.
28966 (org-table-formula-evaluate-inline): New option.
28967 (org-mode): Auto-wrapping in comment lines turned off.
28968 (org-table-copy-down): Evaluate only in copied field, not in
28970 (org-table-current-formula): Variable removed.
28971 (org-table-store-formulas, org-table-get-stored-formulas)
28972 (org-table-modify-formulas, org-table-replace-in-formulas)
28973 (org-table-maybe-eval-formula): New functions.
28974 (org-table-get-formula): Modify to use stored formulas.
28975 (org-table-insert-column, org-table-delete-column)
28976 (org-table-move-column): Call `org-table-modify-formulas'.
28977 (org-complete): Add completion for keyword formulas.
28978 (orgtbl-mode): Pull orgtbl-mode-map to start of
28979 minor-mode-map-alist.
28981 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28983 * progmodes/python.el (python-check): Require `compile' before
28984 modifying its variables.
28986 * newcomment.el (comment-indent-default): Don't get fooled by an early
28989 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28991 * ps-print.el (ps-print-version): Fix version number.
28993 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28995 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28997 2005-06-28 Richard M. Stallman <rms@gnu.org>
28999 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
29000 (flyspell-local-mouse-map): Declaration deleted.
29001 (flyspell-mouse-map): Bind only mouse-2.
29002 (flyspell-mode-map): Don't test flyspell-use-local-map.
29003 (flyspell-overlay-keymap-property-name): Var deleted.
29004 (flyspell-mode-on): Don't make local bindings for
29005 flyspell-mouse-map and flyspell-mode-map.
29006 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
29008 * textmodes/ispell.el (ispell-word): Do not ignore short words.
29010 * progmodes/compile.el (compilation-next-error-function):
29011 Don't switch buffers; operate on the current buffer.
29013 * progmodes/compile.el (compilation-error-file-name)
29014 (compilation-warning-file-name, compilation-info-file-name)
29015 (compilation-line-number, compilation-column-number): New faces.
29016 (compilation-error-face, compilation-warning-face)
29017 (compilation-info-face, compilation-line-face)
29018 (compilation-column-face): Use them.
29020 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
29022 * comint.el (comint-password-prompt-regexp): Accept ", try again".
29024 * bindings.el (global-map): Bind insertchar and its variants.
29026 2005-06-27 Richard M. Stallman <rms@gnu.org>
29028 * textmodes/artist.el (artist-text-overwrite)
29029 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
29031 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29033 * ps-print.el: It was not working the page selection for printing.
29034 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
29035 (ps-print-version): New version 6.6.7.
29036 (ps-end-sheet): New fun.
29037 (ps-header-sheet, ps-end-job): Call it.
29039 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
29041 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
29043 2005-06-27 Lute Kamstra <lute@gnu.org>
29045 * facemenu.el (facemenu-unlisted-faces): Add foreground and
29046 background color faces.
29047 (facemenu-get-face): Delete function.
29048 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
29049 (facemenu-add-new-color): Make second argument mandatory.
29050 Create the appropriate face and return it. Simplify.
29051 (facemenu-set-foreground, facemenu-set-background): Don't check if
29052 color is defined. Use return value of facemenu-add-new-color.
29054 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
29056 * progmodes/gud.el (gud-filter): Add missing argument to
29057 with-selected-window.
29059 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
29061 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
29062 a :require to the defcustom.
29064 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
29065 defcustoms corresponding to minor modes.
29067 2005-06-26 David Ponce <david@dponce.com>
29069 * recentf.el: Require tree-widget instead of wid-edit.
29070 (recentf-filename-handler): Fix widget :type.
29071 (recentf-cancel-dialog, recentf-open-more-files)
29072 (recentf-open-files-action): Doc fix.
29073 (recentf-dialog-goto-first): New function.
29074 (recentf-dialog-mode-map): Set parent keymap first.
29075 (recentf-dialog-mode): Define with define-derived-mode.
29076 Don't display continuation lines in dialogs.
29077 (recentf-edit-list): Rename from recentf-edit-selected-items.
29078 (recentf-edit-list-select): Rename from recentf-edit-list-action.
29080 (recentf-edit-list-validate): New function.
29081 (recentf-edit-list): Update accordingly.
29082 (recentf-open-files-item-shift): Remove.
29083 (recentf-open-files-item): Convert menu elements into tree and
29084 link widgets. Don't create the widgets.
29085 (recentf-open-files): Update accordingly.
29086 (recentf-save-list): Untabify.
29088 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
29090 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
29091 (keep-lines): Add INTERACTIVE arg. Never delete lines only
29092 partially contained in the active region. Do not take active
29093 region into account when called from Lisp, unless INTERACTIVE arg
29094 is non-nil. Use `forward-line' instead of `beginning-of-line' to
29095 avoid trouble with fields. Make marker point nowhere when no
29096 longer used. Always return nil. Doc fix.
29097 (flush-lines): Add INTERACTIVE arg. Do not take active region
29098 into account when called from Lisp, unless INTERACTIVE arg is
29099 non-nil. Use `forward-line' instead of `beginning-of-line' to
29100 avoid trouble with fields. Make marker point nowhere when no
29101 longer used. Always return nil. Doc fix.
29102 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
29103 interchangeable. Do not take active region into account when
29104 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
29105 message in echo area when called from Lisp, unless INTERACTIVE arg
29106 is non-nil. Avoid saying "1 occurrences". Do not use markers.
29107 Return the number of matches. Doc fix.
29109 (perform-replace): Make comment follow double space convention for
29110 the sake of `outline-minor-mode'.
29112 * faces.el (facep): Doc fix.
29114 2005-06-25 Richard M. Stallman <rms@gnu.org>
29116 * facemenu.el (facemenu-enable-faces-p): New function.
29117 (facemenu-background-menu, facemenu-foreground-menu)
29118 (facemenu-face-menu): Add menu-enable property.
29120 * jka-compr.el (jka-compr-insert-file-contents):
29121 Special handling if cannot find the uncompression program.
29123 * cus-face.el (custom-face-attributes): Add autoload.
29125 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29126 Bind comment-indent-function locally.
29128 * window.el (save-selected-window): Use save-current-buffer.
29130 * subr.el (with-selected-window): Use save-current-buffer.
29132 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29133 and with-current-buffer.
29135 2005-06-24 Richard M. Stallman <rms@gnu.org>
29137 * simple.el (line-move-1): Fix previous change.
29139 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
29141 * replace.el (occur-1): Set `buffer-read-only' and the
29142 buffer-modified flag before running `occur-hook' to protect
29143 against unintentional buffer switches that can lead to data loss.
29145 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
29147 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29148 (gud-gdb-marker-filter): Use font-lock-warning-face for any
29151 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29153 (gdb-var-create-handler): Put name of expression in quotes.
29155 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
29157 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29158 elements of RING in order, and without bogus nil elements.
29160 2005-06-23 Richard M. Stallman <rms@gnu.org>
29162 * simple.el (set-variable): Args renamed; doc fix.
29163 (line-move-1): When there are overlays around, use vertical-motion.
29165 * faces.el (escape-glyph): Use brown against light background.
29166 (nobreak-space): Rename from no-break-space.
29167 Fix previous change.
29169 * dired-aux.el (dired-do-copy): Fix arg prompt.
29171 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29173 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
29175 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29176 rather than "Distributor".
29178 2005-06-23 Lute Kamstra <lute@gnu.org>
29180 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29181 (debug-on-entry): Use it. New interactive declaration that uses
29182 function-called-at-point.
29184 2005-06-23 Kim F. Storm <storm@cua.dk>
29186 * subr.el (save-match-data): Add comment about using evaporate arg
29189 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
29191 * cus-edit.el (customize-face)
29192 (customize-face-other-window): Handle face aliases.
29194 * faces.el (face-documentation, set-face-attribute)
29195 (face-spec-set): Handle face aliases.
29197 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
29199 * help-mode.el (help-make-xrefs): If a symbol representing a face
29200 name is not followed by the word "face", it could still be a
29201 function or variable name, so don't bypass other checks.
29203 2005-06-22 Juri Linkov <juri@jurta.org>
29205 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29206 Replace aliased functions with calls where second arg `inherit' is t.
29208 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
29210 * progmodes/gdb-ui.el (gdb-error): New variable.
29211 (gdb-error): New function.
29212 (gdb-annotation-rules): Act on error-begin and error annotations.
29213 (gdb-concat-output): Use font-lock-warning-face for errors.
29215 2005-06-22 Miles Bader <miles@gnu.org>
29217 * bindings.el (propertized-buffer-identification): Use renamed
29218 `Buffer-menu-buffer' face.
29220 * faces.el (vertical-border): Rename from `vertical-divider'.
29221 (escape-glyph): Change dark-background color back to `cyan'.
29223 2005-06-21 Juri Linkov <juri@jurta.org>
29225 * faces.el (face-user-default-spec): Try getting `customized-face'
29226 prior to `saved-face'.
29227 (frame-background-mode): Refill docstring.
29229 * emacs-lisp/lisp-mode.el (eval-defun-1):
29230 * emacs-lisp/edebug.el (edebug-eval-defun):
29231 Set `saved-face' temporarily to nil before calling form.
29232 Set `customized-face' to the new spec after that.
29234 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29236 * subr.el (1value, lambda, key-substitution-in-progress):
29239 * autoinsert.el (auto-insert-alist):
29240 * ses.el (ses-call-printer):
29241 * subr.el (noreturn):
29242 * emacs-lisp/lisp.el (check-parens):
29243 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29244 * net/browse-url.el (browse-url-mosaic):
29245 * progmodes/cc-defs.el (c-safe-scan-lists):
29246 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29247 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29248 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29249 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29250 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29251 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29253 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29255 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29257 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29259 * calendar/appt.el (appt-make-list): Activate the package, if
29260 not already active (for backwards compatibility).
29262 2005-06-20 Kim F. Storm <storm@cua.dk>
29264 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29266 2005-06-20 Miles Bader <miles@gnu.org>
29268 * faces.el (vertical-divider): New face.
29270 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29272 * simple.el (kill-whole-line): Doc fix.
29273 (next-error-buffer-p, next-error-find-buffer)
29274 (clone-indirect-buffer): Fix typos in docstrings.
29275 (comment-line-break-function): Doc fix: don't say variable
29276 is automatically buffer-local (it isn't).
29278 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29280 * net/tramp-ftp.el (top):
29281 * net/tramp-smb.el (top):
29282 * net/tramp-util.el (top):
29283 * net/tramp-uu.el (top):
29284 * net/tramp-vc.el (top):
29285 * net/tramp.el (top): Revert copyright years back to original
29286 ones. Tramp has a life outside GNU Emacs.
29288 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29290 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29292 2005-06-18 Juri Linkov <juri@jurta.org>
29294 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29295 end of first regexp to limit the match to the position between
29296 line number and source line with same separator character as used
29297 between file name and line number. In the second regexp limit
29298 mouse-face area to file name and line number by adding new group
29299 for them and referring it in HYPERLINK arg.
29300 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29301 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29302 previous line where grep markers may be already removed.
29304 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29306 * progmodes/ps-mode.el: Update version and maintainer's email address.
29308 2005-06-18 Steve Youngs <steve@xemacs.org>
29310 * net/browse-url.el (browse-url-browser-function)
29311 (browse-url-default-browser): Add firefox.
29312 (browse-url-firefox-program, browse-url-firefox-arguments)
29313 (browse-url-firefox-startup-arguments)
29314 (browse-url-firefox-new-window-is-tab): New defcustoms.
29315 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29317 2005-06-17 Richard M. Stallman <rms@gnu.org>
29319 * startup.el (command-line): Warn if specified user name has
29322 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29323 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29325 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29328 * faces.el (underline): Try bold if terminal doesn't support underline.
29330 * mail/sendmail.el (mail-setup-with-from): New variable.
29331 (mail-insert-from-field): New function.
29332 (sendmail-send-it): Call it.
29333 (mail-setup): Optionally call it here.
29335 * term/linux.el: Call tty-no-underline.
29337 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29339 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29341 2005-06-17 Miles Bader <miles@gnu.org>
29343 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29344 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29345 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29346 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29347 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29348 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29349 Remove "-face" suffix from face names.
29350 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29351 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29352 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29353 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29354 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29355 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29356 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29357 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29358 New backward-compatibility aliases for renamed faces.
29359 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29360 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29361 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29362 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29363 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29364 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29365 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29366 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29367 Use renamed ediff faces.
29369 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29370 Remove "-face" suffix from face names.
29371 (eshell-test-ok-face, eshell-test-failed-face):
29372 New backward-compatibility aliases for renamed faces.
29373 (eshell-run-test): Use renamed eshell-test faces.
29375 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29377 (eshell-prompt-face): New backward-compatibility alias for renamed
29379 (eshell-emit-prompt): Use renamed eshell-prompt face.
29381 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29382 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29383 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29384 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29385 Remove "-face" suffix from face names.
29386 (eshell-ls-directory-face, eshell-ls-symlink-face)
29387 (eshell-ls-executable-face, eshell-ls-readonly-face)
29388 (eshell-ls-unreadable-face, eshell-ls-special-face)
29389 (eshell-ls-missing-face, eshell-ls-archive-face)
29390 (eshell-ls-backup-face, eshell-ls-product-face)
29391 (eshell-ls-clutter-face):
29392 New backward-compatibility aliases for renamed faces.
29393 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29395 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29396 Remove "-face" suffix from face name.
29397 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29398 instead of literal face.
29400 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29402 * emacs-lisp/warnings.el (display-warning, lwarn)
29403 (warning-minimum-log-level): Doc fixes.
29404 (warning-minimum-level, warning-minimum-log-level):
29405 Add :debug to :type choices.
29407 * progmodes/ada-mode.el (ada-format-paramlist)
29408 (ada-get-indent-case, ada-check-matching-start)
29409 (ada-check-defun-name, ada-goto-matching-decl-start)
29410 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29411 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29412 (ada-make-subprogram-body): Follow error conventions.
29413 (ada-case-exception-file, ada-indent-comment-as-code)
29414 (ada-indent-handle-comment-special, ada-indent-renames)
29415 (ada-indent-return, ada-search-directories-internal)
29416 (ada-tab-policy, ada-case-exception-substring)
29417 (ada-other-file-alist, ada-matching-start-re)
29418 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29419 (ada-imenu-generic-expression, ada-compile-goto-error)
29420 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29421 (ada-popup-menu, ada-add-extensions, ada-mode)
29422 (ada-region-selected, ada-create-case-exception)
29423 (ada-create-case-exception-substring, ada-after-keyword-p)
29424 (ada-activate-keys-for-case, ada-adjust-case-region)
29425 (ada-adjust-case-buffer, ada-format-paramlist)
29426 (ada-scan-paramlist, ada-insert-paramlist)
29427 (ada-indent-newline-indent)
29428 (ada-indent-newline-indent-conditional)
29429 (ada-justified-indent-current, ada-goto-previous-word)
29430 (ada-indent-current, ada-get-indent-open-paren)
29431 (ada-get-indent-paramlist, ada-get-indent-end)
29432 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29433 (ada-get-indent-block-start, ada-get-indent-subprog)
29434 (ada-get-indent-noindent, ada-get-indent-label)
29435 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29436 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29437 (ada-goto-stmt-end, ada-goto-next-word)
29438 (ada-check-matching-start, ada-check-defun-name)
29439 (ada-goto-matching-decl-start, ada-goto-matching-start)
29440 (ada-goto-matching-end, ada-search-ignore-string-comment)
29441 (ada-in-decl-p, ada-looking-at-semi-or)
29442 (ada-looking-at-semi-private, ada-in-paramlist-p)
29443 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29444 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29445 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29446 (ada-previous-package, ada-create-menu)
29447 (ada-fill-comment-paragraph-justify)
29448 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29449 (ada-other-file-name, ada-last-which-function-line)
29450 (ada-last-which-function-subprog, ada-which-function)
29451 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29452 (ada-gen-treat-proc, ada-check-emacs-version)
29453 (ada-continuation-indent, ada-align-region-separate):
29454 Fix typos in docstrings.
29455 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29457 2005-06-16 Lute Kamstra <lute@gnu.org>
29459 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29462 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29464 * comint.el (comint-replace-by-expanded-filename)
29465 (comint-prompt-regexp, comint-delimiter-argument-list)
29466 (comint-preinput-scroll-to-bottom):
29467 * info.el (Info-hide-cookies-node):
29468 * ls-lisp.el (ls-lisp-classify):
29469 * find-file.el (ff-search-directories, ff-special-constructs)
29470 (ff-find-other-file):
29471 * font-lock.el (font-lock-keywords):
29472 * shell.el (shell-prompt-pattern)
29473 (shell-dynamic-complete-functions, shell-mode)
29474 (shell-delimiter-argument-list):
29475 * term.el (term-replace-by-expanded-filename)
29476 (term-prompt-regexp, term-delimiter-argument-list):
29477 * woman.el (woman-ignore, woman0-if):
29478 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29479 * emacs-lisp/elint.el (elint-init-env):
29480 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29481 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29482 * language/ethio-util.el (ethio-tilde-escape)
29483 (ethio-use-three-dot-question):
29484 * net/zone-mode.el (zone-mode-load-time-setup):
29485 * progmodes/cc-align.el (c-lineup-argcont):
29486 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29487 * progmodes/cperl-mode.el (cperl-set-style-back):
29488 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29489 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29490 Fix spellings in docstrings.
29492 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29493 * progmodes/modula2.el (m2-for): Fix spellings.
29495 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29497 * simple.el (undo-more): Don't use `format' on `error' arguments.
29498 Improve argument/docstring consistency.
29499 (pending-undo-list): Doc fix.
29501 * smerge-mode.el (smerge-ensure-match):
29502 * emulation/vip.el (vip-ex):
29503 * net/zone-mode.el (zone-mode-update-serial):
29504 * progmodes/idlwave.el (idlwave-complete):
29505 * progmodes/vhdl-mode.el (vhdl-visit-file)
29506 (vhdl-compose-wire-components):
29507 Don't use `format' on `error' arguments.
29509 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29510 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29511 (tooltip-help-tips): Fix typos in docstrings.
29513 2005-06-16 David Ponce <david@dponce.com>
29515 * tree-widget.el (tree-widget-value-create): Simplify last change.
29517 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29519 * ido.el (ido-incomplete-regexp): New variable.
29520 (ido-set-matches-1): Handle invalid-regexp error and set
29521 ido-incomplete-regexp.
29522 (ido-incomplete-regexp): New face.
29523 (ido-completions): Use it.
29524 (ido-complete, ido-exit-minibuffer, ido-completions):
29525 Handle incomplete regexps.
29526 (ido-completions): Add check for complete match when entering a regexp.
29528 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29530 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29532 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29534 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29535 by field delimiters.
29537 2005-06-15 David Ponce <david@dponce.com>
29539 * tree-widget.el: eval-and-compile inlined functions so they will
29540 be available at run-time too.
29541 (tree-widget-super-format-handler)
29542 (tree-widget-format-handler): Remove.
29543 (tree-widget-value-create): Handle the :indent property.
29545 2005-06-15 Miles Bader <miles@gnu.org>
29547 * progmodes/which-func.el (which-func): Only inherit
29548 `font-lock-function-name-face' when that makes sense against the
29549 default mode-line face, otherwise set the face color explicitly.
29551 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29552 faces instead of (non-existent) variables.
29554 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29556 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29557 (iswitchb-get-matched-buffers): Likewise. Simplify.
29559 2005-06-14 Miles Bader <miles@gnu.org>
29561 * progmodes/ld-script.el (ld-script-location-counter):
29562 Remove "-face" suffix from face name.
29563 (ld-script-location-counter-face):
29564 New backward-compatibility alias for renamed face.
29565 (ld-script-location-counter-face): Use renamed face.
29567 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29568 (cperl-hash): Remove "-face" suffix from face names.
29569 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29570 New backward-compatibility aliases for renamed faces.
29571 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29572 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29574 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29576 (which-func-face): New backward-compatibility alias for renamed face.
29577 (which-func-format): Use renamed which-func face.
29579 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29580 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29581 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29583 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29584 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29585 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29586 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29587 (vhdl-speedbar-architecture-selected)
29588 (vhdl-speedbar-configuration-selected)
29589 (vhdl-speedbar-package-selected)
29590 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29592 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29594 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29595 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29596 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29598 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29600 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29601 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29602 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29603 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29604 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29605 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29607 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29609 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29610 (sh-heredoc-face): Use renamed sh-heredoc face.
29612 * progmodes/idlw-help.el (idlwave-help-link):
29613 Remove "-face" suffix from face name.
29614 (idlwave-help-link-face):
29615 New backward-compatibility alias for renamed face.
29616 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29618 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29619 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29620 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29621 New backward-compatibility aliases for renamed faces.
29622 (idlwave-shell-disabled-breakpoint-face)
29623 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29625 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29626 Remove "-face" suffix from face names.
29627 (flymake-errline-face, flymake-warnline-face):
29628 New backward-compatibility aliases for renamed faces.
29629 (flymake-highlight-line): Use renamed flymake faces.
29631 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29632 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29633 (ebrowse-member-class, ebrowse-progress):
29634 Remove "-face" suffix from face names.
29635 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29636 (ebrowse-file-name-face, ebrowse-default-face)
29637 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29638 (ebrowse-progress-face):
29639 New backward-compatibility aliases for renamed faces.
29640 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29641 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29642 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29643 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29645 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29647 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29648 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29650 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29651 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29652 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29653 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29654 backward-compatibility aliases for renamed faces.
29655 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29656 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29657 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29658 remove "font-lock-". Use renamed antlr-mode faces.
29659 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29660 literal face-names with face variable references.
29662 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29664 (Buffer-menu-buffer-face): New backward-compatibility alias for
29666 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29668 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29670 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29671 Eliminate "-face" suffix.
29672 (makefile-targets): Inherit from font-lock-function-name-face and
29673 eliminate "-face" suffix.
29674 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29675 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29676 actions, instead of prepending, to make it less visible.
29677 (makefile-previous-dependency, makefile-match-dependency):
29678 Don't match a target on a continuation line.
29680 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29682 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29684 * progmodes/gdb-ui.el (menu): Re-order menu items.
29685 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29687 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29688 Define in tooltip.el.
29689 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29690 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29691 gud-tooltip-echo-area.
29693 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29694 backward compatibility and make obsolete.
29695 (tooltip-help-tips): Use tooltip-use-echo-area.
29696 (tooltip-show-help-function): Rename to...
29697 (tooltip-show-help): ...this, because it is a function.
29698 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29700 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29702 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29703 (edebug-print-length, edebug-print-level, edebug-print-circle)
29704 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29705 (edebug-eval-print-last-sexp): Doc fixes.
29707 2005-06-14 Kim F. Storm <storm@cua.dk>
29709 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29710 as the coverage buffer/file/both may change.
29712 2005-06-14 Lute Kamstra <lute@gnu.org>
29714 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29715 and run-mode-hooks. Simplify.
29717 * mail/rmailedit.el (rmail-edit-mode):
29718 * progmodes/octave-inf.el (inferior-octave-mode):
29719 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29721 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29722 and run-mode-hooks.
29723 (recentf-edit-list, recentf-open-files): Don't call
29724 kill-all-local-variables directly.
29726 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29728 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29730 * emacs-lisp/byte-run.el (make-obsolete)
29731 (define-obsolete-function-alias): Rename arguments FUNCTION and
29732 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29733 (make-obsolete-variable, define-obsolete-variable-alias):
29734 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29737 * isearchb.el (isearchb-activate):
29738 * pcvs.el (cvs-mode):
29739 * ses.el (ses-load):
29740 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29741 * net/tramp.el (tramp-find-file-exists-command)
29742 (tramp-find-shell):
29743 * progmodes/ada-mode.el (ada-create-case-exception)
29744 (ada-create-case-exception-substring, ada-make-subprogram-body):
29745 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29746 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29747 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29748 * textmodes/org.el (org-promote, org-evaluate-time-range)
29749 (org-agenda-next-date-line, org-agenda-previous-date-line)
29750 (org-agenda-error, org-open-at-point, org-table-move-row)
29751 (org-format-table-table-html-using-table-generate-source)
29752 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29753 * textmodes/reftex.el (reftex-access-scan-info):
29754 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29755 (reftex-toc-promote-prepare): Follow error conventions.
29757 * diff-mode.el (diff-mode): Fix typo in docstring.
29759 * forms.el (forms--intuit-from-file): Fix reference to
29760 `forms-number-of-fields' in error message.
29761 (forms-print): Fix quoting in error message.
29763 * forms.el (forms-mode):
29764 * emulation/vi.el (vi-goto-insert-state):
29765 * progmodes/flymake.el (flymake-new-err-info)
29766 (flymake-start-syntax-check-for-current-buffer)
29767 (flymake-simple-cleanup):
29768 * eshell/esh-var.el (eshell/export):
29769 * progmodes/gud.el (xdb):
29770 * textmodes/flyspell.el (flyspell-incorrect-hook)
29771 (flyspell-maybe-correct-transposition)
29772 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29774 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29776 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29779 2005-06-13 Kim F. Storm <storm@cua.dk>
29781 * subr.el (add-to-ordered-list): New defun.
29783 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29784 add cua--keymap-alist to emulation-mode-map-alists.
29786 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29788 * subr.el (complete-in-turn): New macro.
29789 (dynamic-completion-table, lazy-completion-table): Add debug info.
29791 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29792 in preference to face aliases.
29794 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29795 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29796 Remove unused vars `start' and `firstline'.
29797 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29798 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29800 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29802 * cus-start.el (all): Don't complain about missing GTK-related
29803 variables, unless either `gtk' is boundp or this isn't a
29804 `windows-nt' build.
29806 2005-06-13 Lute Kamstra <lute@gnu.org>
29808 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29811 * ediff-mult.el (ediff-meta-mode):
29812 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29814 * ledit.el (ledit-mode): Use delay-mode-hooks.
29816 * woman.el (woman-mode-line-format): Delete constant.
29817 (woman-mode-map): Initialize it properly.
29818 (woman-mode): Set mode-class property to special.
29819 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29820 Set major-mode and mode-name. Don't set mode-line-format directly.
29821 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29823 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29824 string argument obsolete.
29826 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29828 * textmodes/org.el (org-CUA-compatible): New option.
29829 (org-disputed-keys): New variable.
29830 (org-key): New function.
29831 (orgtbl-make-binding): Add docstring to the created function.
29832 (org-mode): Set paragraph start/separate regexps.
29833 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29834 (org-archive-location, org-archive-mark-done)
29835 (org-archive-stamp-time): New options.
29836 (org-archive-subtree): New command.
29837 (org-fill-paragraph): New function.
29838 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29839 (org-fake-empty-table-line): Function removed.
29840 (org-format-org-table-html): Do not create empty table lines at
29841 separator lines. Improved table header treatment.
29842 (org-link-format): New option.
29843 (org-make-link): New function.
29844 (org-insert-link, org-store-link): Use org-make-link.
29845 (org-open-file): Quote file name for shell command, to allow
29846 spaces in file names.
29847 (org-link-regexp): Fix bug with mailto link.
29848 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29850 (org-export-as-html): Deal with the optional angles around a link.
29851 Better treatment of file: links.
29852 (org-open-at-point): Replace @{ and @} with < and >.
29853 (org-run-mode-hooks): Function removed.
29854 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29856 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29858 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29859 MI command -data-list-register-values.
29860 (gdb-post-prompt): Indent properly.
29862 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29864 * hilit-chg.el (highlight-changes-colors): Rename from
29865 `highlight-changes-colours'.
29866 (highlight-changes-colours): Keep as obsolete alias.
29867 (highlight-changes-face-list): Doc fix.
29868 (hilit-chg-make-list): Use `highlight-changes-colors'.
29870 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29872 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29873 defun-prompt-regexp.
29875 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29877 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29880 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29881 Don't use an old loaddefs.el, as in Makefile.in.
29883 2005-06-12 Lute Kamstra <lute@gnu.org>
29885 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29887 * man.el (Man-mode-map): Initialize it properly.
29888 (Man-mode): Set mode-class property to special.
29890 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29892 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29894 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29895 A newline is needed in the docstring there.
29897 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29900 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29902 * printing.el: Doc fix. The menubar is no more changed when printing
29903 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29904 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29905 (pr-version): New version number (6.8.4).
29906 (pr-menu-bind): New command.
29907 (pr-update-menus): Docstring and code fix.
29908 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29910 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29911 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29913 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29915 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29916 "Returns" to "return", document useful return values, etc.
29918 2005-06-11 Alan Mackenzie <acm@muc.de>
29920 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29921 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29922 (adaptive-file-function): Minor amendment to doc-string.
29924 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29926 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29927 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29928 Fix :type--it is `integer', not `string'.
29930 * faces.el (modeline-highlight): Rename from (the erroneous)
29931 `modeline-higilight'.
29933 2005-06-11 Lute Kamstra <lute@gnu.org>
29935 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29936 lisp-interaction-mode-map but make it the parent.
29937 (edebug-eval-mode): Use define-derived-mode.
29939 2005-06-11 Andreas Schwab <schwab@suse.de>
29941 * bindings.el: Add binding of `ESC functionkey' for every
29943 * hexl.el (hexl-mode-map): Likewise.
29945 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29947 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29948 [msft]: update regexp for newer msft compilers.
29950 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29952 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29953 ATTLIST portions of included DTDs.
29954 (xml-parse-dtd): Eliminate use of inefficient match-data.
29956 2005-06-10 Miles Bader <miles@gnu.org>
29958 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29959 (mpuz-text): Remove "-face" suffix from face names.
29960 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29961 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29962 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29964 * play/gomoku.el (gomoku-O, gomoku-X):
29965 Remove "-face" suffix from face names.
29966 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29967 New backward-compatibility aliases for renamed faces.
29968 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29970 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29972 * thumbs.el: Fixes for changes of 2005-06-09.
29973 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29975 (thumbs-thumbname): Remove directory separator from format string;
29976 `thumbs-thumbsdir' now returns a valid directory name.
29977 (thumbs-temp-dir): New defsubst.
29978 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29981 * cus-edit.el (minibuffer):
29982 * files.el (make-backup-file-name-function):
29983 * filesets.el (filesets-external-viewers):
29984 * hilit-chg.el (highlight-changes-colours)
29985 (highlight-changes-face-list, highlight-changes-rotate-faces):
29986 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29987 * kmacro.el (kmacro-call-macro):
29988 * log-edit.el (log-edit-changelog-full-paragraphs):
29989 * mouse.el (mouse-1-click-follows-link):
29990 * skeleton.el (skeleton-autowrap):
29991 * subr.el (insert-for-yank-1):
29992 * tempo.el (tempo-insert-region):
29993 * terminal.el (terminal-emulator):
29994 * time.el (display-time-mail-face):
29995 * vc.el (vc-annotate):
29996 * vcursor.el (vcursor-copy-line):
29997 * woman.el (woman-bold-headings, woman-ignore)
29998 (woman-default-faces, woman-monochrome-faces):
29999 * calendar/todo-mode.el (todo-insert-threshold):
30000 * emulation/pc-select.el (pc-select-selection-keys-only)
30001 (pc-selection-mode):
30002 * emulation/vip.el (vip-find-char-forward):
30003 * emulation/viper-cmd.el (viper-find-char-forward):
30004 * international/mule-cmds.el
30005 (select-safe-coding-system-accept-default-p)
30006 (input-method-exit-on-invalid-key):
30007 * international/mule-diag.el (describe-coding-system):
30008 * international/ucs-tables.el (unify-8859-on-encoding-mode):
30009 * net/browse-url.el (browse-url-xterm-program):
30010 * obsolete/lazy-lock.el (lazy-lock-mode):
30011 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
30013 * progmodes/cpp.el (cpp-face-light-name-list)
30014 (cpp-face-dark-name-list):
30015 * progmodes/delphi.el (delphi-newline-always-indents):
30016 Fix spellings in docstrings.
30018 * ido.el (ido-mode, ido-file-extensions-order)
30019 (ido-default-file-method, ido-default-buffer-method)
30020 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
30021 (ido-decorations, ido-read-file-name-as-directory-commands)
30022 (ido-read-file-name-non-ido, ido-work-directory-list)
30023 (ido-ignore-item-temp-list, ido-current-directory)
30024 (ido-magic-forward-char, ido-enter-find-file)
30025 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
30026 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
30028 2005-06-10 Lute Kamstra <lute@gnu.org>
30030 * play/dunnet.el (dun-mode): Use define-derived-mode.
30031 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
30034 * play/doctor.el (doctor-mode-map): Remove defvar.
30035 (doctor-mode): Use define-derived-mode.
30037 * mail/mspools.el (mspools-mode):
30038 * net/eudc-hotlist.el (eudc-hotlist-mode):
30039 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
30041 2005-06-10 Miles Bader <miles@gnu.org>
30043 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
30044 Remove "-face" suffix from face names.
30045 (flyspell-incorrect-face, flyspell-duplicate-face):
30046 New backward-compatibility aliases for renamed faces.
30047 (flyspell-mode-on, make-flyspell-overlay)
30048 (flyspell-highlight-incorrect-region)
30049 (flyspell-highlight-duplicate-region)
30050 (flyspell-display-next-corrections)
30051 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
30053 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
30055 (texinfo-heading-face): New backward-compatibility alias for
30057 (texinfo-heading-face): Use renamed texinfo-heading face.
30059 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
30060 suffix from face names.
30061 (tex-math-face, tex-verbatim-face):
30062 New backward-compatibility aliases for renamed faces.
30063 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
30064 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
30067 * textmodes/table.el (table-cell): Remove "-face" suffix from face
30069 (table-cell-face): New backward-compatibility alias for renamed face.
30070 (table--put-cell-face-property, table--update-cell-face):
30071 Use renamed table-cell face.
30073 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
30075 (sgml-namespace-face): New backward-compatibility alias for
30077 (sgml-namespace-face): Use renamed sgml-namespace face.
30079 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
30080 (org-level-4, org-level-5, org-level-6, org-level-7)
30081 (org-level-8, org-warning, org-headline-done)
30082 (org-deadline-announce, org-scheduled-today)
30083 (org-scheduled-previously, org-link, org-done, org-table)
30084 (org-time-grid): Remove "-face" suffix from face names.
30085 (org-level-1-face, org-level-2-face, org-level-3-face)
30086 (org-level-4-face, org-level-5-face, org-level-6-face)
30087 (org-level-7-face, org-level-8-face, org-warning-face)
30088 (org-headline-done-face, org-deadline-announce-face)
30089 (org-scheduled-today-face, org-scheduled-previously-face)
30090 (org-link-face, org-done-face, org-table-face)
30091 (org-time-grid-face):
30092 New backward-compatibility aliases for renamed faces.
30093 (org-level-faces, org-set-font-lock-defaults, org-timeline)
30094 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
30095 (org-agenda-get-timestamps, org-agenda-get-scheduled)
30096 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
30098 * emulation/viper-init.el (viper-search, viper-replace-overlay)
30099 (viper-minibuffer-emacs, viper-minibuffer-insert)
30100 (viper-minibuffer-vi): Remove "-face" suffix from face names.
30101 (viper-search-face, viper-replace-overlay-face)
30102 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30103 (viper-minibuffer-vi-face):
30104 New backward-compatibility aliases for renamed faces.
30105 (viper-search-face, viper-replace-overlay-face)
30106 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30107 (viper-minibuffer-vi-face): Use renamed viper faces.
30109 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
30110 Remove "-face" suffix from face names.
30111 (testcover-nohits-face, testcover-1value-face):
30112 New backward-compatibility aliases for renamed faces.
30113 (testcover-mark): Use renamed testcover faces.
30115 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
30117 (diary-button-face): New backward-compatibility alias for renamed face.
30118 (diary-entry): Use renamed diary-button face.
30120 * calendar/calendar.el (diary, calendar-today, holiday)
30121 (mark-visible-calendar-date): Remove "-face" suffix from face names.
30122 (diary-face, calendar-today-face, holiday-face):
30123 New backward-compatibility aliases for renamed faces.
30124 (eval-after-load "facemenu", diary-entry-marker)
30125 (calendar-today-marker, calendar-holiday-marker, diary-face):
30126 Use renamed calendar faces.
30128 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30129 (compare-windows-face): New backward-compatibility alias for
30131 (compare-windows-highlight): Use renamed compare-windows face.
30133 * strokes.el (strokes-char): Remove "-face" suffix from face name.
30134 (strokes-char-face): New backward-compatibility alias for renamed face.
30135 (strokes-encode-buffer): Use renamed strokes-char face.
30137 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30138 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30139 Remove "-face" suffix from face names.
30140 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30141 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30142 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30143 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30144 Use renamed pcvs faces.
30145 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30146 * pcvs-defs.el (cvs-mode-map): Likewise.
30147 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30149 * info.el (info-title-1, info-title-2, info-title-3)
30150 (info-title-4): Remove "-face" suffix from and downcase face names.
30151 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30152 (Info-title-4-face):
30153 New backward-compatibility aliases for renamed faces.
30154 (Info-fontify-node): Use renamed info faces.
30156 * hilit-chg.el (highlight-changes, highlight-changes-delete):
30157 Remove "-face" suffix from face names.
30158 (highlight-changes-face, highlight-changes-delete-face):
30159 New backward-compatibility aliases for renamed faces.
30160 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30161 (hilit-chg-make-list): Use renamed highlight-changes faces.
30163 * generic-x.el (show-tabs-tab, show-tabs-space):
30164 Remove "-face" suffix from face names.
30165 (show-tabs-tab-face, show-tabs-space-face):
30166 New backward-compatibility aliases for renamed faces.
30167 (show-tabs-generic-mode-font-lock-defaults-1)
30168 (show-tabs-generic-mode-font-lock-defaults-2):
30169 Use renamed show-tabs faces.
30171 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30172 (smerge-markers): Remove "-face" suffix from face names.
30173 (smerge-mine-face, smerge-other-face, smerge-base-face)
30174 (smerge-markers-face):
30175 New backward-compatibility aliases for renamed faces.
30176 (smerge-mine-face, smerge-other-face, smerge-base-face)
30177 (smerge-markers-face): Use renamed smerge faces.
30179 * log-view.el (log-view-file, log-view-message): Remove "-face"
30180 suffix from face names.
30181 (log-view-file-face, log-view-message-face):
30182 New backward-compatibility aliases for renamed faces.
30183 (log-view-file-face, log-view-message-face): Use renamed log-view
30186 * paren.el (show-paren-match, show-paren-mismatch):
30187 Remove "-face" suffix from face names.
30188 (show-paren-match-face, show-paren-mismatch-face):
30189 New backward-compatibility aliases for renamed faces.
30190 (show-paren-function): Use renamed show-paren faces.
30192 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30193 (ruler-mode-margins, ruler-mode-fringes)
30194 (ruler-mode-column-number, ruler-mode-fill-column)
30195 (ruler-mode-comment-column, ruler-mode-goal-column)
30196 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30197 suffix from face names.
30198 (ruler-mode-default-face, ruler-mode-pad-face)
30199 (ruler-mode-margins-face, ruler-mode-fringes-face)
30200 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30201 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30202 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30203 New backward-compatibility aliases for renamed faces.
30204 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30205 (ruler-mode-column-number, ruler-mode-fill-column)
30206 (ruler-mode-comment-column, ruler-mode-goal-column)
30207 (ruler-mode-tab-stop, ruler-mode-current-column)
30208 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30211 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30213 (whitespace-highlight-the-space): Use renamed face.
30214 (whitespace-highlight-face): New backward-compatibility alias for
30217 * woman.el (woman-italic, woman-bold, woman-unknown)
30218 (woman-addition, woman-symbol-face):
30219 Remove "-face" suffix from face names.
30220 (woman-italic-face, woman-bold-face, woman-unknown-face)
30221 (woman-addition-face):
30222 New backward-compatibility aliases for renamed faces.
30223 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30224 (woman-decode-region, woman-replace-match)
30225 (woman-display-extended-fonts, woman-special-characters)
30226 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30227 Use renamed woman faces.
30229 * longlines.el (longlines-visible-face): Face removed.
30231 * diff-mode.el (diff-header, diff-file-header, diff-index)
30232 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30233 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30234 suffix from face names.
30235 (diff-header-face, diff-file-header-face, diff-index-face)
30236 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30237 (diff-changed-face, diff-function-face, diff-context-face)
30238 (diff-nonexistent-face): New backward-compatibility aliases for
30240 (diff-header-face, diff-file-header-face)
30241 (diff-index, diff-index-face, diff-hunk-header)
30242 (diff-hunk-header-face, diff-removed, diff-removed-face)
30243 (diff-added, diff-added-face, diff-changed-face, diff-function)
30244 (diff-function-face, diff-context-face, diff-nonexistent)
30245 (diff-nonexistent-face): Use renamed diff-mode faces.
30247 * progmodes/compile.el (compilation-warning-face)
30248 (compilation-info-face): Remove "-face" suffix from face names.
30249 (compilation-warning-face, compilation-info-face):
30250 New backward-compatibility aliases for renamed faces.
30251 (compilation-warning-face, compilation-info-face):
30252 Use renamed compilation faces.
30254 * add-log.el (change-log-date, change-log-name)
30255 (change-log-email, change-log-file, change-log-list)
30256 (change-log-conditionals, change-log-function)
30257 (change-log-acknowledgement): Remove "-face" suffix from face names.
30258 (change-log-date-face, change-log-name-face)
30259 (change-log-email-face, change-log-file-face)
30260 (change-log-list-face, change-log-conditionals-face)
30261 (change-log-function-face, change-log-acknowledgement-face):
30262 New backward-compatibility aliases for renamed faces.
30263 (change-log-font-lock-keywords): Use renamed change-log faces.
30265 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30266 (custom-set, custom-changed, custom-saved, custom-button)
30267 (custom-button-pressed, custom-documentation, custom-state)
30268 (custom-comment, custom-comment-tag, custom-variable-tag)
30269 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30270 (custom-group-tag): Remove "-face" suffix from face names.
30271 (custom-magic-alist, custom-magic-value-create)
30272 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30273 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30274 (custom-set-face, custom-changed-face, custom-saved-face)
30275 (custom-button-face, custom-button-pressed-face)
30276 (custom-documentation-face, custom-state-face)
30277 (custom-comment-face, custom-comment-tag-face)
30278 (custom-variable-tag-face, custom-variable-button-face)
30279 (custom-face-tag-face, custom-group-tag-face-1)
30280 (custom-group-tag-face):
30281 New backward-compatibility aliases for renamed faces.
30283 * wid-edit.el (widget-documentation, widget-button)
30284 (widget-field, widget-single-line-field, widget-inactive)
30285 (widget-button-pressed): "-face" suffix removed from face names.
30286 (widget-documentation-face, widget-button-face)
30287 (widget-field-face, widget-single-line-field-face)
30288 (widget-inactive-face, widget-button-pressed-face):
30289 New backward-compatibility aliases for renamed faces.
30290 (widget-documentation-face, widget-button-face)
30291 (widget-button-pressed-face, widget-specify-field)
30292 (widget-specify-inactive): Use renamed widget faces.
30294 2005-06-10 Kenichi Handa <handa@m17n.org>
30296 * term/x-win.el (x-clipboard-yank): Remove condition-case
30299 2005-06-11 Kenichi Handa <handa@m17n.org>
30301 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30302 date lines stricter.
30304 2005-06-10 Zhang Wei <id.brep@gmail.com>
30306 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30307 of x-get-selection.
30309 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30311 * comint.el (comint-mode, comint-snapshot-last-prompt):
30312 * frame.el (frame-current-scroll-bars):
30313 * term.el (term-mode, term-check-proc, term-input-sender)
30314 (term-simple-send, term-extract-string, term-word)
30315 (term-match-partial-filename):
30316 * window.el (window-current-scroll-bars):
30317 * emulation/cua-base.el (cua-normal-cursor-color)
30318 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30319 (cua-global-mark-cursor-color):
30320 * mail/undigest.el (rmail-forward-separator-regex):
30321 Fix typos in docstrings.
30323 * comint.el (comint-check-proc, make-comint-in-buffer)
30324 (comint-source-default): Doc fixes.
30326 * term.el (term-send-string): Improve argument/docstring consistency.
30328 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30330 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30331 call to `delete-region'.
30332 (comint-mode-hook): Do not enable Font Lock by default.
30334 2005-06-09 Lute Kamstra <lute@gnu.org>
30336 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30339 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30341 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30343 (debugger-step-through, debugger-continue, debugger-jump)
30344 (debugger-return-value): Set it when needed.
30345 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30346 Use inhibit-read-only.
30348 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30350 * window.el (shrink-window-if-larger-than-buffer)
30351 (window-size-fixed): Fix typo in docstring.
30353 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30354 thumbnails directory on loading.
30355 (thumbs-conversion-program): Use `eq' to check the system type,
30357 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30358 not "/tmp". Fix docstring.
30359 (thumbs-thumbsdir): New function to return the thumbnails
30360 directory, creating it if needed.
30361 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30362 (thumbs-temp-file): Delete variable and make it into a function.
30363 (thumbs-resize-image, thumbs-modify-image): Use it.
30364 (thumbs-kill-buffer): Simplify.
30365 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30366 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30369 2005-06-09 Kim F. Storm <storm@cua.dk>
30371 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30372 set-match-data to free markers in match-data.
30374 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30375 match-data to unchain markers in match-data.
30377 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30379 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30380 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30383 2005-06-08 Richard M. Stallman <rms@gnu.org>
30385 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30386 give the variable a doc string that doesn't say don't set it directly.
30388 * textmodes/ispell.el (ispell-check-version):
30389 Use match-string-no-properties.
30390 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30391 (ispell-buffer-local-words): Likewise.
30393 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30394 except on terminals with enough colors to really display it.
30395 (makefile-dependency-regex): Delete spurious `bb'.
30397 * faces.el (escape-glyph): Use blue once again in last case.
30398 (no-break-space): Redefine so that it isn't invisible on a tty.
30400 2005-06-08 Kim F. Storm <storm@cua.dk>
30402 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30403 also when reading directory name.
30405 2005-06-08 Lute Kamstra <lute@gnu.org>
30407 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30408 (flyspell-mode-line-string): Remove autoload cookie.
30409 (flyspell-mode): Remove defvar.
30411 2005-06-07 Lute Kamstra <lute@gnu.org>
30413 * textmodes/org.el (org-run-mode-hooks): New function.
30414 (org-agenda-mode): Use it.
30416 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30418 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30420 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30422 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30424 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30426 * font-lock.el (font-lock-add-keywords): Doc fix.
30428 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30430 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30431 (tex-compile-default): In the absence of any history, use the order in
30432 tex-compile-alist to choose the preferred command.
30433 (tex-compile-commands): Reorder a bit.
30435 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30436 (flyspell-incorrect-face, flyspell-duplicate-face):
30437 Use (X)Emacs-agnostic code.
30438 (flyspell-mode-map): Don't overwrite at each load. Remove code
30439 redundant with the subsequent add-minor-mode. Merge Emacs and
30441 (flyspell-word): Minor simplification.
30442 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30443 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30444 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30445 Merge the corresponding Emacs code.
30446 (flyspell-correct-word, flyspell-xemacs-popup):
30447 Use flyspell-do-correct.
30449 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30450 a dedicated window.
30452 * international/latexenc.el (latexenc-find-file-coding-system):
30453 Undo part of last patch, to turn off a compiler warning.
30455 2005-06-06 Juri Linkov <juri@jurta.org>
30457 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30458 Rename `tmm-inactive-face' to `tmm-inactive'.
30460 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30462 * iswitchb.el: Rename faces.
30464 2005-06-06 Kim F. Storm <storm@cua.dk>
30466 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30467 (cua-global-mark): Remove -face suffix from face names.
30469 * emulation/cua-gmrk.el (cua--init-global-mark):
30470 Remove cua-global-mark face setup.
30472 2005-06-06 Richard M. Stallman <rms@gnu.org>
30474 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30475 just like other allowed characters.
30476 (makefile-match-dependency): Exclude leading and training whitespace
30477 from the range of regexp subexp 1.
30478 (makefile-macroassign-regex): Don't try to match the body,
30479 just the name of the macro being defined.
30481 * info.el (Info-read-node-name-2): New function.
30482 (Info-read-node-name-1): Use that.
30483 Add a completion-base-size-function property.
30485 * simple.el (completion-setup-function): Look for
30486 completion-base-size-function property of minibuffer-completion-table.
30488 * files.el (locate-file-completion): Doc fix.
30490 * printing.el: Don't call pr-update-menus; user must do that.
30492 * emacs-lisp/debug.el (debugger-window): New variable.
30493 (debug): Use debugger-window if it is set and still alive.
30494 Record debugger-window for next entry.
30496 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30498 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
30500 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30501 (hack-one-local-variable, hack-local-variables)
30502 (hack-local-variables-prop-line): Pass that arg.
30504 2005-06-06 Kim F. Storm <storm@cua.dk>
30506 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30507 (ido-indicator): Remove -face suffix from face names.
30509 2005-06-06 Juri Linkov <juri@jurta.org>
30511 * font-lock.el (font-lock-regexp-backslash)
30512 (font-lock-regexp-backslash-construct): New faces.
30513 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30514 after `('. Add `while-no-input' to control structures.
30516 * faces.el (no-break-space, shadow): New faces.
30517 (escape-glyph): Use less loud colors pink2 and red4.
30519 * diff-mode.el (diff-context-face)
30520 * dired.el (dired-ignored)
30521 * rfn-eshadow.el (file-name-shadow)
30522 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30524 * info.el (Info-title-1-face): Use green instead of yellow because
30525 bold yellow is not readable on light backgrounds.
30527 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30528 before selecting the desired mode to not spend time fontifying
30531 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30533 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30534 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30536 * ps-print.el (ps-default-fg, ps-default-bg):
30537 Fix typos in docstrings.
30539 * isearchb.el (isearchb): Don't pass a spurious second argument to
30540 `iswitchb-completions'.
30542 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30544 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30546 (gdb-find-file-hook): Add doc string.
30548 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30549 C dereferenced pointer expression.
30550 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30552 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30554 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30555 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30556 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30557 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30558 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30559 Make background transparent.
30561 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30563 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30564 (font-lock-remove-keywords): Doc fix.
30565 (font-lock-mode-major-mode): Compiler defvar.
30566 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30568 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30569 (font-lock-mode): Update `font-lock-mode-major-mode'.
30570 (font-lock-set-defaults): Compiler defvar.
30571 (font-lock-default-function): Take `font-lock-mode-major-mode'
30574 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30575 keep track of which major mode it enabled the minor mode for.
30576 Use find-file-hook again. Update docstring.
30578 * simple.el (eval-expression-print-level)
30579 (eval-expression-print-length, eval-expression-debug-on-error):
30582 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30584 * iswitchb.el (iswitchb-single-match-face)
30585 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30586 (iswitchb-invalid-regexp-face): New faces.
30587 (iswitchb-completions): Use them.
30588 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30589 now marked as an obsolete alias.
30590 (iswitchb-read-buffer): Remove check for bound font variables.
30591 (iswitchb-invalid-regexp): New free variable.
30592 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30593 set iswitchb-invalid-regexp.
30594 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30596 (iswitchb-completions): Add check for complete match when entering
30598 (iswitchb-completions): Remove require-match argument.
30599 (iswitchb-exhibit): Fix caller.
30600 (iswitchb-common-match-inserted): New variable.
30601 (iswitchb-complete, iswitchb-completion-help): Use it.
30603 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30605 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30606 Use `url-http-debug' instead of `message'.
30608 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30610 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30611 as a callback argument.
30613 2005-06-04 Kim F. Storm <storm@cua.dk>
30615 * simple.el (line-move): Only call sit-for when moving backwards.
30617 * ido.el (ido-make-merged-file-list-1): New defun split from
30618 ido-make-merged-file-list.
30619 (ido-make-merged-file-list): Bind throw-on-input around call to
30620 ido-make-merged-file-list-1. Return input-pending-p if
30621 interrupted by more input available.
30622 (ido-read-internal): Handle input-pending-p return value from
30623 ido-make-merged-file-list.
30625 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30627 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30628 compatibility code.
30630 * international/latexenc.el (latexenc-find-file-coding-system):
30631 Don't inherit the EOL part of the coding-system from the
30632 tex-main buffer. Fit within 80 columns.
30634 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30636 * tmm.el (tmm-inactive-face): New face.
30637 (tmm-remove-inactive-mouse-face): New function.
30638 (tmm-prompt, tmm-add-one-shortcut)
30639 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30640 but not selectable.
30642 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30644 * faces.el (face-equal): Improve argument/docstring consistency.
30646 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30648 * progmodes/make-mode.el (makefile-targets-face)
30649 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30650 (makefile-bsdmake-dependency-regex)
30651 (makefile-makepp-rule-action-regex)
30652 (makefile-bsdmake-rule-action-regex): New constants.
30653 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30656 Allow (...) within `...' for makepp messages.
30658 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30660 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30662 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30663 "." files are deleted from all file lists before comparison.
30665 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30666 (viper-ESC-key): Made them customizable.
30668 * emulation/viper.el (viper-non-hook-settings):
30669 Fix the names of defadvices.
30671 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30673 * autorevert.el (auto-revert-buffers): Use save-match-data.
30675 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30677 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30678 menu items with a nil command binding.
30680 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30682 * emacs-lisp/cl-macs.el (defsetf):
30683 Improve argument/docstring consistency.
30685 * faces.el (list-faces-display): Improve the formatting by
30686 computing the maximum length required for any face-name (reworked
30687 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30688 (internal-find-face): Remove redundant info in docstring.
30690 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30692 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30693 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30694 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30695 (gdb-assembler-custom): Improve regexps.
30696 (def-gdb-auto-update-handler): Use window point to preserve point.
30698 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30700 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30702 2005-05-31 Jay Belanger <belanger@truman.edu>
30704 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30706 (calc-embedded-make-info): Have plain prefix argument select
30709 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30711 * faces.el (list-faces-display): Signal error if passed a regexp
30712 that matches no face name.
30714 * simple.el (filter-buffer-substring): Fix typo in docstring.
30716 2005-05-31 Richard M. Stallman <rms@gnu.org>
30718 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30719 (vhdl-emacs-21): Doc fix.
30720 (vhdl-mode): Unconditionally set comment-padding.
30721 (vhdl-fixup-whitespace-region): Insert spaces only where
30723 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30725 2005-05-30 John Wiegley <johnw@newartisans.com>
30727 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30728 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30729 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30730 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30731 `string-to-number'.
30733 2005-05-30 Jay Belanger <belanger@truman.edu>
30735 * calc/calc.el (calc-bug-address): Fix docstring.
30736 (calc-window-hook, calc-trail-window-hook): New variables.
30737 (calc-trail-display): Restore use of calc-trail-window-hook.
30738 (calc): Restore use of calc-window-hook.
30740 2005-05-31 Masatake YAMATO <jet@gyve.org>
30742 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30744 * help-fns.el (help-C-file-name): Add autoload mark for
30745 `find-function-noselect'.
30747 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30749 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30750 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30752 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30754 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30755 included diary buffer if it was not already being visited.
30756 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30758 * calendar/icalendar.el (top-level): Do not require appt.
30760 * mail/supercite.el (sc-select-attribution): Only use a list
30761 element from sc-attrib-selection-list if it returns a string.
30762 Reported by Davide G. M. Salvetti <salve@debian.org>.
30764 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30766 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30767 includes a hash value to improve its uniqueness, and has a ".jpg"
30768 extension. Also, it is now a valid filename on all systems.
30769 (thumbs-make-thumb): Use `let', not `let*'.
30770 (thumbs-show-thumbs-list): Check for JPEG availability.
30772 2005-05-30 Richard M. Stallman <rms@gnu.org>
30774 * filesets.el (filesets-menu-ensure-use-cached):
30775 Prevent warning when emacs-version>= is undefined.
30777 * printing.el (pr-interactive-n-up): Use string-to-number.
30779 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30781 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30782 Warn only when name to be defined is quoted.
30784 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30786 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30787 Make regexp more robust.
30788 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30789 Force regeneration of disassembly.
30791 2005-05-29 Jay Belanger <belanger@truman.edu>
30793 * calc/calc.el (calc-user-invocation): Check if
30794 calc-invocation-macro is non-nil.
30796 2005-05-29 Juri Linkov <juri@jurta.org>
30798 * add-log.el (change-log-font-lock-keywords):
30799 Add `+' to e-mail regexp to accept mail address with keywords.
30801 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30803 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30805 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30807 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30809 2005-05-29 Richard M. Stallman <rms@gnu.org>
30811 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30812 Undo the change that moves to end of the current word.
30814 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30816 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30817 Throw error when count <= 0 to ensure input is a number.
30818 (gdb-read-memory-custom): Pick up address from buffer.
30819 (gdb-memory-mode): Allow user to increment and decrement
30820 memory address from header line.
30822 2005-05-29 Richard M. Stallman <rms@gnu.org>
30824 * textmodes/flyspell.el (flyspell-version): Function deleted.
30825 (flyspell-auto-correct-previous-hook): Doc fix.
30827 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30828 Do nothing if memory is full.
30830 * font-lock.el (font-lock-fontify-syntactically-region):
30831 Pass t for GREEDY to looking-back.
30833 * saveplace.el (save-place-alist-to-file): Write the file
30834 using write-region.
30836 * subr.el (looking-back): New argument GREEDY.
30838 * progmodes/compile.el (compilation-start): Set the mode
30839 before inserting the initial text.
30841 * progmodes/which-func.el (which-func-update-1): Turn the mode
30842 off in case of error by setting which-func-mode.
30844 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30846 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30847 Narrow down to what's on the screen, and recenter overlays
30848 at the end of the next word.
30850 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30852 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30854 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30855 (flyspell-abbrev-p): Default to nil.
30856 (flyspell-use-global-abbrev-table-p): Doc fix.
30857 (flyspell-large-region): Allow nil as value.
30858 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30860 (mail-mode-flyspell-verify): More robust handling
30861 of `mail-header-separator'. More efficient signature detection.
30862 Allow for regexp metacharacters in message-header-separator.
30863 Adding `To' not to be checked in mail-mode-flyspell-verify.
30865 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30866 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30867 Bind flyspell-auto-correct-binding.
30869 (flyspell-mode-map): Likewise.
30870 (flyspell-mode): Doc fix.
30871 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30872 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30873 (flyspell-word-cache-result): New var, always local.
30874 (flyspell-check-pre-word-p): Doc fix.
30875 (flyspell-check-changed-word-p): Handle spc like newline.
30876 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30877 (flyspell-word-search-backward, flyspell-word-search-forward):
30879 (flyspell-word): Return t if nothing to check.
30880 When parsing TeX code, check for after } or \.
30881 Use flyspell-word-search-backward to find previous word.
30882 Return nil if duplicated word.
30883 For word already checked, return same value as last time.
30884 Set flyspell-word-cache-result after checking.
30885 Don't clobber the return value.
30886 (flyspell-get-word): Major rewrite.
30887 (flyspell-external-point-words): New locals pword, pcount.
30888 Fix size used in progress message.
30889 Find the proper corresponding word in flyspell-large-region-buffer.
30890 (flyspell-region): Check for flyspell-large-region = nil.
30891 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30892 (flyspell-auto-correct-word): Check that WORD is a cons.
30893 (flyspell-correct-word): Likewise.
30895 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30897 * progmodes/make-mode.el (makefile-rule-action-regex)
30898 (makefile-macroassign-regex, makefile-makepp-mode)
30899 (makefile-bsdmake-mode): Continuation lines may be empty.
30900 Reported by Joshua Varner.
30901 (makefile-makepp-font-lock-keywords): Add $(stem).
30903 2005-05-28 Karl Berry <karl@gnu.org>
30905 * textmodes/tex-mode.el: Now that tex-send-command calls
30906 shell-quote-argument (2005-03-31 change), remove all calls to
30907 shell-quote-argument; they all end up invoking tex-send-command.
30908 The double quoting loses on filenames with non-safe characters,
30909 such as "@". Reported by Frederik Fouvry.
30911 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30913 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30914 about preserving point.
30916 2005-05-27 Jay Belanger <belanger@truman.edu>
30918 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30921 * calc/calc-embed.el (calc-embed-arg): New variable.
30922 (calc-do-embedded-activate, calc-embedded-activate-formula)
30923 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30924 variable by new variable.
30925 (calc-embedded-make-info): Replace undeclared variable by new
30926 variable. When selecting region with positive prefix
30927 argument, use end of previous line instead of beginning of line.
30929 * calc/calc-aent.el (calc-arg-values): Declare it.
30931 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30934 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30936 * calc/calc.el (calc-alg-map): Declare it.
30938 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30940 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30942 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30943 (gdb-registers-buffer, toggle-gdb-all-registers):
30944 Toggle display of floating point registers.
30945 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30947 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30948 (toggle-gud-tooltip-dereference):
30949 Rename from gud-toggle-tooltip-dereference.
30951 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30953 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30955 2005-05-27 Jay Belanger <belanger@truman.edu>
30957 * calc/calc-prog.el (calc-kbd-report): Remove.
30958 (calc-kbd-query): Rewrite.
30960 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30962 * image.el (image-library-alist): Move to image.c.
30963 (image-type-available-p): Doc fix.
30965 2005-05-27 Lute Kamstra <lute@gnu.org>
30967 * calc/calc.el (calc):
30968 * outline.el (outline-1, outline-2, outline-3, outline-4)
30969 (outline-5, outline-6, outline-7, outline-8):
30970 * textmodes/dns-mode.el (dns-mode):
30971 * textmodes/sgml-mode.el (sgml-namespace-face):
30972 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30973 (tex-verbatim-face, tex-use-reftex):
30974 * textmodes/texinfo.el (texinfo-heading-face):
30975 Specify customization group.
30977 * longlines.el: Don't require easy-mmode.
30978 (longlines-visible-face): Specify customization group.
30980 2005-05-27 Kenichi Handa <handa@m17n.org>
30982 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30983 encoding table of windows-1251.
30985 * international/ucs-tables.el (ucs-set-table-for-input):
30986 If translation-table-for-input of a coding system is a symbol, get
30987 its translation-table property.
30989 * international/code-pages.el: Don't register a coding system into
30990 non-iso-charset-alist more than once.
30991 (cp-make-coding-system): Likewise.
30993 2005-05-26 John Wiegley <johnw@newartisans.com>
30995 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30996 `eshell-resume-eval' is wrapped in a list, it indicates that the
30997 command was run asynchronously. In that case, unwrap the value
30998 before checking the delimiter value.
31000 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
31001 character before a space at the end of a line is \, assume the space
31002 is part of the last argument rather than a final argument separator.
31004 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
31005 is in use, and the target is `t' or `nil' (which are the most common
31006 values), don't assume that the symbol target is a buffer.
31008 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
31010 * calendar/calendar.el (calendar-mode-line-format):
31011 Use mode-line-highlight as mouse-face.
31013 * time.el (display-time-string-forms, display-time-update):
31014 Use mode-line-highlight as mouse-face.
31016 2005-05-26 Jay Belanger <belanger@truman.edu>
31018 * calc/calc.el (calc-language-alist): Remove extra defvar.
31020 2005-05-26 Lute Kamstra <lute@gnu.org>
31022 * arc-mode.el (archive-mode):
31023 * bookmark.el (bookmark-read-annotation-mode)
31024 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
31026 * calc/calc-yank.el (calc-edit-mode):
31027 * calc/calc.el (calc-mode, calc-trail-mode):
31028 * calculator.el (calculator-mode):
31029 * chistory.el (command-history-mode):
31031 * cus-edit.el (custom-mode):
31032 * descr-text.el (describe-text-mode):
31033 * ebuff-menu.el (Electric-buffer-menu-mode):
31034 * ediff-util.el (ediff-mode):
31035 * emacs-lisp/re-builder.el (reb-mode):
31036 * emulation/vi.el (vi-mode-setup):
31037 * emulation/ws-mode.el (wordstar-mode):
31038 * eshell/esh-mode.el (eshell-mode):
31039 * forms.el (forms-mode):
31040 * help-mode.el (help-mode):
31041 * hexl.el (hexl-mode):
31042 * ibuffer.el (ibuffer-mode):
31043 * ielm.el (inferior-emacs-lisp-mode):
31044 * info.el (Info-mode, Info-edit-mode):
31045 * international/swedish.el:
31046 * ledit.el (ledit-from-lisp-mode):
31047 * locate.el (locate-mode):
31048 * mail/rmail.el (rmail-mode):
31049 * mail/rmailedit.el (rmail-edit-mode):
31050 * mail/rmailsum.el (rmail-summary-mode):
31051 * mail/supercite.el (sc-electric-mode):
31052 * net/eudc.el (eudc-mode):
31053 * net/quickurl.el (quickurl-list-mode):
31054 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
31055 * obsolete/ooutline.el (outline-mode):
31056 * obsolete/options.el (Edit-options-mode):
31057 * obsolete/rnews.el (news-mode):
31058 * obsolete/rnewspost.el (news-reply-mode):
31059 * play/5x5.el (5x5-mode):
31060 * play/decipher.el (decipher-mode, decipher-stats-mode):
31061 * play/gomoku.el (gomoku-mode):
31062 * play/snake.el (snake-mode):
31063 * play/solitaire.el (solitaire-mode):
31064 * play/tetris.el (tetris-mode):
31065 * progmodes/ada-mode.el (ada-mode):
31066 * progmodes/antlr-mode.el (antlr-mode):
31067 * progmodes/autoconf.el (autoconf-mode):
31068 * progmodes/dcl-mode.el (dcl-mode):
31069 * progmodes/delphi.el (delphi-mode):
31070 * progmodes/ebrowse.el (ebrowse-tree-mode)
31071 (ebrowse-electric-list-mode, ebrowse-member-mode)
31072 (ebrowse-electric-position-mode):
31073 * progmodes/f90.el (f90-mode):
31074 * progmodes/fortran.el (fortran-mode):
31075 * progmodes/icon.el (icon-mode):
31076 * progmodes/idlw-help.el (idlwave-help-mode):
31077 * progmodes/idlw-shell.el (idlwave-shell-mode):
31078 * progmodes/idlwave.el (idlwave-mode):
31079 * progmodes/inf-lisp.el (inferior-lisp-mode):
31080 * progmodes/m4-mode.el (m4-mode):
31081 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
31082 * progmodes/modula2.el (modula-2-mode):
31083 * progmodes/octave-inf.el (inferior-octave-mode):
31084 * progmodes/octave-mod.el (octave-mode):
31085 * progmodes/pascal.el (pascal-mode):
31086 * progmodes/sh-script.el (sh-mode):
31087 * progmodes/sql.el (sql-mode, sql-interactive-mode):
31088 * progmodes/vhdl-mode.el (vhdl-mode):
31089 * progmodes/xscheme.el (scheme-interaction-mode):
31090 * replace.el (occur-mode):
31091 * ses.el (ses-mode):
31092 * simple.el (completion-list-mode):
31094 * speedbar.el (speedbar-mode):
31095 * term.el (term-mode):
31096 * terminal.el (terminal-edit-mode):
31097 * textmodes/reftex-index.el (reftex-index-mode)
31098 (reftex-index-phrases-mode):
31099 * textmodes/reftex-sel.el (reftex-select-label-mode)
31100 (reftex-select-bib-mode):
31101 * textmodes/reftex-toc.el (reftex-toc-mode):
31102 * wdired.el (wdired-change-to-wdired-mode):
31103 * wid-browse.el (widget-browse-mode):
31104 Use run-mode-hooks.
31106 * array.el (array-mode):
31107 * calendar/todo-mode.el (todo-mode):
31108 * man.el (Man-mode):
31109 * play/landmark.el (lm-mode):
31110 * play/mpuz.el (mpuz-mode):
31111 Use kill-all-local-variables and run-mode-hooks.
31113 * subr.el (delay-mode-hooks): Specify indentation.
31115 2005-05-26 Mark A. Hershberger <mah@everybody.org>
31117 * xml.el (xml-substitute-special): Don't die for undefined xml
31120 2005-05-26 Jay Belanger <belanger@truman.edu>
31122 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31125 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
31127 * progmodes/gdb-ui.el (gdb-frame-address):
31128 Rename from gdb-current-address.
31129 (gdb-previous-frame-address): Rename from gdb-previous-address.
31130 (gdb-selected-frame): Rename from gdb-current-frame.
31131 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31132 (gdb-frame-number): Rename from gdb-current-stack-level.
31133 (gdb-ann3): Match new mode-name for disassembly buffer.
31134 Extend initialization of variables.
31135 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31136 (gdb-memory-mode): Use mouse-face in header line.
31137 (gdb-assembler-buffer-name): Call it disassembly and give frame
31139 (gdb-source-spec-regexp, gdb-assembler-custom)
31140 (gdb-invalidate-assembler, gdb-frame-handler):
31141 Make robust to leading zeroes in address format.
31143 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
31145 * textmodes/org.el (org-mode): Use `define-derived-mode' to
31147 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31149 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
31151 * log-edit.el (log-edit-changelog-entries): Distinguish between
31152 filenames like xfns.c and fns.c.
31154 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
31156 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31157 point after reverting.
31158 (Buffer-menu-make-sort-button): Handle the case where
31159 `Buffer-menu-use-header-line' is nil.
31161 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
31163 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31164 New funcs. In minibuffer-local-completion-map bind `]', `/'
31167 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
31169 * startup.el (normal-top-level): Allow modification of load-path while
31170 we're iterating over it.
31172 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
31174 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31175 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31176 (thumbs-resize-interactive, thumbs-insert-image)
31177 (thumbs-insert-thumb, thumbs-dired-show-marked)
31178 (thumbs-find-image-at-point, thumbs-delete-images)
31179 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31180 (thumbs-increment-image-size, thumbs-decrement-image-size):
31181 Fix typos in docstrings.
31183 2005-05-24 Andre Spiegel <spiegel@gnu.org>
31185 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31186 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31187 (cperl-mode): Use them.
31189 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
31191 * window.el (quit-window, shrink-window-if-larger-than-buffer):
31194 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
31196 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31197 Bind C-d to gdb-inferior-io-eof.
31199 * dired.el (dired-dnd-popup-notice): Use message-box.
31201 2005-05-23 Masatake YAMATO <jet@gyve.org>
31203 * bindings.el (mode-line-major-mode-keymap):
31204 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31206 * faces.el (mode-line-highlight): New face.
31208 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31211 * bindings.el (top-level, help-echo, mode-line-modified)
31212 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31215 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
31217 * progmodes/cc-engine.el (c-guess-basic-syntax):
31218 Remove spurious call to `zerop'.
31220 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31222 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31224 CC Mode update to 5.30.10:
31226 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31227 the point could go past the limit in decoration level 2, thereby
31228 causing errors during interactive fontification.
31230 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31231 bug when the file is evaluated interactively.
31233 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31234 declarations somewhat better in C++.
31236 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31237 New helper macro to make use of `run-mode-hooks'
31238 which has been added in Emacs 21.1.
31239 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31240 (awk-mode): Use it.
31241 (make-local-hook): Suppress warning about obsoleteness.
31243 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31244 (c-append-backslashes-forward, c-delete-backslashes-forward)
31245 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31246 Compensate for return value from `forward-line' when it has moved
31247 but not to a different line due to eob.
31249 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31250 `objc-method-intro' and `objc-method-args-cont'.
31252 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31254 CC Mode update to 5.30.10:
31256 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31257 address in the copyright statement. Incidentally, change "along with
31258 GNU Emacs" to "along with this program" where it occurs.
31260 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31261 autoload, so that it is interactive, hence can be found by M-x awk-mode
31262 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31263 <gmorris+emacs@ast.cam.ac.uk>.
31265 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31268 2005-05-23 Kevin Ryde <user42@zip.com.au>
31270 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31271 from c-parse-state, to avoid a lisp error (on bad code).
31273 2005-05-23 Lute Kamstra <lute@gnu.org>
31275 * subr.el (font-lock-defaults): Remove defvar as it's already
31276 defined in font-core.el.
31278 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31280 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31282 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31283 more general and work when GDB variable "print pretty" is on,
31284 as with Emacs, for example.
31286 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31288 * font-core.el: Update comment.
31290 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31291 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31293 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31295 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31297 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31298 and `yank-handler' in the doc strings.
31300 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31302 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31304 2005-05-22 Richard M. Stallman <rms@gnu.org>
31306 * help.el (describe-key): Move print-help-return-message call
31307 out of conditional.
31309 * progmodes/etags.el (list-tags): Use with-no-warnings.
31311 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31312 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31313 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31315 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31317 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31320 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31321 Use defvar, not defconst.
31323 * hexl.el (hexl-follow-line): Use with-no-warnings.
31325 * emulation/tpu-extras.el: Use write-file-functions instead of
31328 * dired.el (dired-font-lock-keywords): Fontify files with junk
31329 extensions even if marked by -F.
31331 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31333 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31334 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31335 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31336 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31337 (concatenate, list-length, get*, getf, cl-remprop):
31338 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31339 (etypecase, progv, lexical-let, lexical-let*)
31340 (multiple-value-bind, multiple-value-setq, shiftf):
31341 Improve argument/docstring consistency.
31343 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31345 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31347 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31350 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31351 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31353 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31355 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31356 already deleted variables: auto-fill-hook, blink-paren-hook,
31357 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31358 suspend-hooks, comment-indent-hook, meta-flag,
31359 before-change-function, after-change-function,
31360 font-lock-doc-string-face.
31362 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31364 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31366 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31368 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31369 rmail-dont-reply-to.
31371 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31373 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31374 literal blank when splitting new-header-values.
31376 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31378 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31379 string so that tmm doesn't create a completion entry for it.
31381 * textmodes/table.el (table-disable-menu): Ditto.
31383 2005-05-21 Richard M. Stallman <rms@gnu.org>
31385 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31387 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31389 * net/rcompile.el (remote-compile): Use compilation-start.
31391 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31393 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31395 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31396 Default to makefile-bsdmake-mode on BSD systems.
31398 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31399 REGEXP may also be a search function now. The part of doc-string
31400 for describing the structure was 95% identical to that of
31401 `imenu--generic-function'. Unify it there.
31403 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31404 Use function to find dependencies, because regexp alone is so complex,
31405 it easily goes into an endless loop.
31406 (makefile-makepp-mode): Also add submenu for Perl functions
31407 defined in the makefile.
31408 (makefile-bsdmake-mode): Special imenu-generic-expression no
31409 longer needed, due to function call.
31410 (makefile-match-dependency): Take BOUND into account when checking
31413 2005-05-20 Jay Belanger <belanger@truman.edu>
31415 * calc/calc-units.el (calc-invalidate-units-table):
31416 Use inhibit-read-only.
31417 (math-build-units-table-buffer): Use view-mode.
31419 2005-05-20 David Kastrup <dak@gnu.org>
31421 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31422 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31424 2005-05-20 Lute Kamstra <lute@gnu.org>
31426 * diff-mode.el (diff-header-face, diff-file-header-face)
31427 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31428 (diff-added-face, diff-changed-face, diff-function-face)
31429 (diff-context-face, diff-nonexistent-face): Put them in the
31430 diff-mode customization group.
31432 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31434 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31436 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31438 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31439 Minor regexp-optimization.
31441 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31443 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31444 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31445 (org-agenda-add-time-grid-maybe): New function.
31446 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31447 (org-table-create): `dotimes' instead of `mapcar'.
31448 (org-xor): Simplify implementation.
31449 (org-agenda): `inhibit-redisplay' turned on.
31450 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31451 a consistent line after a state change.
31452 (org-agenda-remove-times-when-in-prefix): New option.
31453 (org-prefix-has-time): New variable.
31454 (org-parse-time-string): Optional argument NODEFAULT.
31455 (org-format-agenda-item): Parse items for time-of-day
31456 specifications and move these into the prefix if possible.
31457 (org-agenda-priority): Get current heading, not previous heading
31458 during agenda remote editing.
31460 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31462 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31463 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31464 (remove-duplicates, delete-duplicates, substitute)
31465 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31466 (nsubstitute-if-not, find, find-if, find-if-not, position)
31467 (position-if, position-if-not, count, count-if, count-if-not)
31468 (mismatch, search, sort*, stable-sort, merge, member*)
31469 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31470 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31471 (intersection, nintersection, set-difference, nset-difference)
31472 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31473 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31474 (nsublis, tree-equal): Improve argument/docstring consistency.
31476 * subr.el (send-string, send-region): Remove obsolescence declaration.
31477 (window-dot, set-window-dot, read-input, show-buffer)
31478 (eval-current-buffer, string-to-int):
31479 Add release number to obsolescence declarations.
31481 2005-05-19 Kim F. Storm <storm@cua.dk>
31483 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31484 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31486 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31488 * faces.el (list-faces-display): Make back button respect optional
31491 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31493 * calculator.el (calculator-radix-grouping-mode)
31494 (calculator-radix-grouping-digits, calculator-displayer)
31495 (calculator-radix-grouping-separator, calculator-copy-displayer):
31496 * dabbrev.el (dabbrev-search-these-buffers-only):
31497 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31498 (diff-advance-after-apply-hunk, diff-mode-hook)
31499 (diff-minor-mode-prefix):
31500 * imenu.el (imenu-use-popup-menu):
31501 * jit-lock.el (jit-lock-context-time):
31502 * newcomment.el (comment-fill-column, comment-column)
31503 (comment-style, comment-padding, comment-multi-line)
31504 (comment-empty-lines, comment-auto-fill-only-comments):
31505 * reveal.el (reveal-around-mark):
31506 * uniquify.el (uniquify-buffer-name-style)
31507 (uniquify-after-kill-buffer-p)
31508 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31509 (uniquify-min-dir-content, uniquify-separator)
31510 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31511 * w32-vars.el (w32-fixed-font-alist):
31512 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31513 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31514 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31515 * progmodes/perl-mode.el (perl-indent-level)
31516 (perl-continued-statement-offset, perl-continued-brace-offset)
31517 (perl-brace-offset, perl-brace-imaginary-offset)
31518 (perl-label-offset, perl-indent-continued-arguments)
31519 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31520 * progmodes/tcl.el (tcl-indent-level)
31521 (tcl-continued-indent-level, tcl-auto-newline)
31522 (tcl-tab-always-indent, tcl-electric-hash-style)
31523 (tcl-help-directory-list, tcl-use-smart-word-finder)
31524 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31525 (inferior-tcl-source-command):
31526 * textmodes/fill.el (enable-kinsoku):
31527 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31528 * textmodes/table.el (table-yank-handler):
31529 Specify missing group (and type, if simple) in defcustom.
31531 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31533 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31535 2005-05-19 Richard M. Stallman <rms@gnu.org>
31537 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31539 * subr.el (event-basic-type): Don't get an error.
31540 (left-fringe-p): Function deleted.
31542 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31543 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31545 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31548 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31550 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31552 * emacs-lisp/bytecomp.el
31553 (byte-compile-file-form-custom-declare-variable):
31554 Call byte-compile-nogroup-warn if appropriate.
31556 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31557 (compilation-set-window): Don't call left-fringe-p; do it directly.
31559 2005-05-19 Jay Belanger <belanger@truman.edu>
31561 * calc/calc-graph.el (calc-graph-format-data): Make sure
31562 var-PlotRejects is bound before trying to check its value.
31564 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31566 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31567 definition of this variable from reftex-global.el to reftex.el,
31568 because it is needed in the menu.
31570 2005-05-19 Lute Kamstra <lute@gnu.org>
31572 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31573 years are fixed. Don't insert a space after a dash.
31575 2005-05-19 Kim F. Storm <storm@cua.dk>
31577 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31579 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31581 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31582 strings, because (eq ... ?\\) is fairly frequent.
31584 * progmodes/make-mode.el (makefile-add-this-line-targets):
31585 Simplify and integrate into `makefile-pickup-targets'.
31586 (makefile-add-this-line-macro): Simplify and integrate into
31587 `makefile-pickup-macros.
31588 (makefile-pickup-filenames-as-targets): Simplify.
31589 (makefile-previous-dependency, makefile-match-dependency):
31590 Don't stumble over `::'.
31592 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31594 * subr.el (post-command-idle-hook, post-command-idle-delay):
31595 Remove obsoletion of post-command-idle-hook and
31596 post-command-idle-delay.
31598 * faces.el (list-faces-display): Provide button when describe-face
31599 is called to take user back to the list of faces.
31601 * help-fns.el (describe-variable): Remove hyperlinks in a
31602 variable's value as these are quite frequently inappropriate.
31604 * follow.el (follow-submit-feedback, follow-mode):
31605 Remove references to post-command-idle-hook.
31607 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31609 * progmodes/make-mode.el (makefile-previous-dependency)
31610 (makefile-match-dependency): Check for := (and in bsd mode also
31611 !=) to give a better result, even when font-lock is not on.
31613 2005-05-18 Jay Belanger <belanger@truman.edu>
31615 * calc/calc-help.el (calc-s-prefix-help):
31616 Add `calc-copy-special-constant' to help string.
31618 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31620 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31622 2005-05-18 Jay Belanger <belanger@truman.edu>
31624 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31625 in linear factors are in proper order.
31627 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31629 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31630 Support for jurabib.
31632 * textmodes/reftex.el (featurep): Define aliases for overlay
31633 commands, for XEmacs compatibility, and use these aliases in
31634 overlay initializations.
31635 (reftex-highlight): Use `reftex-move-overlay'.
31636 (reftex-unhighlight): Use `reftex-delete-overlay'.
31637 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31638 (reftex-access-search-path): Use `reftex-uniquify' instead of
31641 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31642 `before-string' property modification enables for Emacs as well.
31643 (reftex-select-item): Use `reftex-delete-overlay'.
31644 (reftex-select-mark): Use `reftex-make-overlay' and
31645 `reftex-overlay-put'.
31646 (reftex-select-unmark): Use `reftex-delete-overlay' and
31647 `reftex-overlay-put'.
31649 2005-05-18 Lute Kamstra <lute@gnu.org>
31651 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31653 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31655 * add-log.el (add-change-log-entry):
31656 * array.el (array-make-template, array-reconfigure-rows)
31657 (array-init-max-row, array-init-max-column)
31658 (array-init-columns-per-line, array-init-field-width):
31659 * replace.el (replace-match-maybe-edit, perform-replace):
31660 * textmodes/spell.el (spell-region):
31661 Replace `read-input' by `read-string'.
31663 * forms.el (forms-mode):
31664 * finder.el (finder-compile-keywords):
31665 * shadowfile.el (shadow-read-files):
31666 Replace `eval-current-buffer' by `eval-buffer'.
31668 * terminal.el (te-pass-through):
31669 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31670 (ange-ftp-raw-send-cmd):
31671 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31672 (send-process-next-char, telnet-initial-filter, telnet):
31673 Replace `send-string' by `process-send-string'.
31675 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31676 (prolog-consult-region): Replace `send-string' by
31677 `process-send-string'; replace `send-region' by `process-send-region'.
31679 * progmodes/delphi.el (delphi-log-msg):
31680 Replace `set-window-dot' by `set-window-point'.
31682 * subr.el (window-dot, set-window-dot, read-input, send-string)
31683 (send-region, show-buffer, eval-current-buffer):
31684 Make really obsolete, as the comment says.
31686 2005-05-17 Kim F. Storm <storm@cua.dk>
31688 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31689 (cua--init-keymaps): Bind C-return instead of S-return to set
31692 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31693 instead of S-return to toggle/clear rectangle mark.
31695 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31697 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31698 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31699 Also fontify plain strings assigned to variables, mostly so that a
31700 colon has a face and is thus not taken as a dependency separator.
31701 (makefile-previous-dependency): Inline the new matcher, because it
31702 is too complex to work in both directions.
31703 (makefile-match-dependency): Eliminate `backward' arg (see above).
31704 Completely reimplemented so as to not sometimes go into an endless
31705 loop. It should also be more efficient, because first it only
31706 searches for `:', instead of applying the very complex regexp.
31707 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31708 to be fontified in one piece can be too long for JIT.
31709 Makefiles are never *that* big.
31711 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31713 * dired.el (dired-mode): Simplify.
31715 2005-05-17 Lute Kamstra <lute@gnu.org>
31717 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31718 defcustom for the mode hook variable.
31720 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31721 Emacs Lisp Reference Manual.
31723 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31725 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31727 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31728 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31730 * net/tramp-smb.el (tramp-smb-open-connection):
31731 Pass `tramp-chunksize' as fifth (required) argument.
31733 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31735 * font-lock.el (lisp-font-lock-keywords-1):
31736 Set `font-lock-negation-char-face' for [^...] char group.
31737 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31739 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31740 a var, and refine it to mask one more level of nested vars.
31741 (makefile-rule-action-regex): Turn it into a var, and refine it so
31742 it recognizes backslashed continuation lines as belonging to the
31744 (makefile-macroassign-regex): Refine it so it recognizes
31745 backslashed continuation lines as belonging to the same command.
31746 (makefile-var-use-regex): Don't look at the next char, because it
31747 might be the same one to be skipped by the initial [^$], leading
31748 to an overlooked variable use.
31749 (makefile-make-font-lock-keywords): Remove two parameters, which
31750 are now variables that some of the modes set locally.
31751 Handle dependency and rule action matching through functions, because
31752 regexps alone match too often. Dependency matching now comes
31753 last, so it can check, whether a colon already matched something else.
31754 (makefile-mode): Inform that font-lock improves makefile parsing
31756 (makefile-match-dependency, makefile-match-action): New functions.
31758 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31760 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31762 * align.el (align-regexp):
31763 * ansi-color.el (ansi-color-get-face):
31764 * array.el (array-reconfigure-rows, array-init-max-row)
31765 (array-init-max-column, array-init-columns-per-line)
31766 (array-init-field-width):
31767 * dired-aux.el (dired-trample-file-versions):
31768 * dired-x.el (dired-mark-sexp):
31769 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31770 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31771 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31772 * faces.el (face-read-integer):
31773 * files.el (backup-extract-version, insert-directory):
31774 * hexl.el (hexl-insert-decimal-char):
31775 * server.el (server-process-filter):
31776 * shell.el (shell-extract-num):
31777 * startup.el (command-line-1):
31778 * term.el (term-command-hook):
31779 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31780 (time-stamp-do-number):
31781 * time.el (display-time-update):
31782 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31783 (timezone-fix-time):
31784 * vms-patch.el (vms-suspend-resume-hook):
31785 * calendar/appt.el (appt-convert-time):
31786 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31787 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31788 * calendar/cal-islam.el (mark-islamic-diary-entries):
31789 * calendar/calendar.el (calendar-cursor-to-date)
31790 (calendar-star-date):
31791 * calendar/diary-lib.el (diary-attrtype-convert)
31792 (mark-diary-entries, diary-entry-time):
31793 * calendar/solar.el (solar-get-number):
31794 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31795 * emacs-lisp/re-builder.el (reb-display-subexp):
31796 * emulation/edt.el (edt-set-scroll-margins):
31797 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31798 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31799 (vip-get-ex-count):
31800 * emulation/viper-ex.el (viper-get-ex-token)
31801 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31802 * international/fontset.el (fontset-plain-name):
31803 * mail/feedmail.el (feedmail-look-at-queue-directory):
31804 * mail/mailalias.el (mail-get-names):
31805 * mail/rmail.el (rmail-convert-to-babyl-format):
31806 * mail/rmailsum.el (rmail-make-basic-summary-line)
31807 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31808 (rmail-summary-goto-msg):
31809 * mail/smtpmail.el (smtpmail-read-response):
31810 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31811 (ange-ftp-vms-add-file-entry):
31812 * play/gametree.el (gametree-looking-at-ply)
31813 (gametree-current-branch-score):
31814 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31815 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31816 * progmodes/cperl-mode.el (condition-case):
31817 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31818 (ebrowse-set-member-buffer-column-width)
31819 (ebrowse-select-1st-to-9nth):
31820 * progmodes/etags.el (etags-snarf-tag):
31821 * progmodes/flymake.el (flymake-parse-line):
31822 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31823 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31824 (idlwave-shell-menu-def):
31825 * progmodes/ps-mode.el (ps-run-goto-error):
31826 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31827 (vhdl-speedbar-contract-level):
31828 * term/mac-win.el (x-handle-numeric-switch):
31829 * term/sun-mouse.el (sun-get-frame-data):
31830 * term/w32-win.el (x-handle-numeric-switch):
31831 * term/x-win.el (x-handle-numeric-switch):
31832 * textmodes/ispell.el (ispell-parse-output):
31833 * textmodes/nroff-mode.el (nroff-outline-level):
31834 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31835 (reftex-bib-sort-year-reverse, reftex-format-citation):
31836 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31837 (reftex-section-number):
31838 * textmodes/texinfmt.el (texinfo-paragraphindent):
31839 Replace `string-to-int' by `string-to-number'.
31841 * international/latexenc.el: Add page marker to force the "Local
31842 Variables:" string out of the last page.
31844 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31846 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31847 tooltip-change-major-mode.
31848 (gud-tooltip-print-command): Remove case where gud-minor-mode
31849 is gdb ("--fullname").
31850 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31853 2005-05-16 Jay Belanger <belanger@truman.edu>
31855 * calc/calc-store.el (calc-copy-special-constant): New function.
31857 * calc/calc-ext.el (calc-init-extensions): Add binding for
31858 `calc-copy-special-constant'.
31860 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31861 for the `calc-copy-special-constant' command.
31863 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31865 * subr.el (left-fringe-p): New function.
31867 * progmodes/compile.el (compilation-setup): Set local value of
31868 overlay-arrow-string to "" always.
31869 (compilation-set-window): Left fringe then don't scroll.
31870 No left fringe then no arrow and scroll message to top.
31871 (compilation-context-lines): Adjust doc string accordingly.
31873 2005-05-16 Kim F. Storm <storm@cua.dk>
31875 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31876 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31877 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31878 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31879 (ido-read-file-name): Handle commands with ido property value
31880 equal to find-file as reading a file name, to allow C-d to enter dired.
31881 (ibuffer-find-file): Add ido property with value find-file.
31883 2005-05-15 Kim F. Storm <storm@cua.dk>
31885 * subr.el (open-network-stream-nowait): Remove.
31886 (open-network-stream-server): Remove.
31888 2005-05-15 Richard M. Stallman <rms@gnu.org>
31890 * faces.el (describe-face): Output a definition link button.
31892 * help-mode.el (help-face-def): New button type.
31894 * emacs-lisp/copyright.el (copyright-fix-years):
31895 Match properly if the first year is 2-digit.
31896 Don't mess up the whitespace after the years by filling.
31898 * dired-aux.el (dired-mark-confirm):
31899 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31901 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31902 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31903 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31905 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31906 Set font-lock-comment-start-skip.
31908 * font-lock.el (font-lock-comment-start-skip): New variable.
31909 (font-lock-comment-end-skip): New variable.
31910 (font-lock-fontify-syntactically-region): Use them if non-nil.
31912 2005-05-15 Jay Belanger <belanger@truman.edu>
31914 * calc/calc-store.el (calc-store-value): Return a string rather
31915 than display it as a message.
31916 Use calc-var-name for variable name.
31917 (calc-store-into): Add the result of calc-store-value to message.
31918 (calc-copy-variable): Add a message.
31919 (calc-store-exchange): Improve error messages.
31920 (calc-store-binary, calc-store-map): Don't reset the values of
31923 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31925 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31926 manual to docstring.
31928 * files.el (hack-local-variables-confirm): Add STRING argument.
31929 Make the function handle non file visiting buffers correctly.
31930 (hack-local-variables-prop-line, hack-local-variables)
31931 (hack-one-local-variable): Use STRING arg of
31932 `hack-local-variables-confirm'.
31934 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31936 Sync with Tramp 2.0.49.
31938 * net/tramp.el (tramp-handle-dired-call-process)
31939 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31940 because the contents of the Tramp buffer is changed before
31941 insertion (`expand-file' and alike).
31942 (tramp-handle-insert-directory): If `localname' has an empty
31943 nondirectory name, it must not be quoted.
31944 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31945 variable `tramp-chunksize'. Change callees.
31946 (tramp-open-connection-setup-interactive-shell): Check remote host
31947 for buggy `send-process-string' implementation.
31948 Set `tramp-chunksize' if found. Reported by Michael Kifer
31949 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31950 (tramp-handle-shell-command): `insert-buffer' cannot be used
31951 because the contents of the Tramp buffer is changed before
31952 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
31953 <frederic.bothamy@free.fr>.
31954 (tramp-set-auto-save): Actions should be done for Tramp file name
31955 handler only. Ange-FTP has its own auto-save mechanism.
31956 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31957 (tramp-set-auto-save-file-modes): Set file modes of
31958 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31959 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31960 (tramp-bug): Remove obsolete variable.
31961 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31962 for presence of `mml-mode'. Make it running for older Emacsen as well.
31964 2005-05-14 John Paul Wallington <jpw@pobox.com>
31966 * ibuf-ext.el (define-ibuffer-filter filename):
31967 If `dired-directory' is a list, use its car.
31969 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31971 * ibuffer.el (define-ibuffer-column filename):
31972 If `dired-directory' is a list, use its car.
31974 2005-05-14 Richard M. Stallman <rms@gnu.org>
31976 * subr.el (symbol-file): Doc fix.
31978 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31979 (byte-compile-form): Call byte-compile-nogroup-warn.
31980 (byte-compile-warning-types): Doc fix.
31982 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31984 * progmodes/cc-engine.el (c-literal-faces):
31985 Add font-lock-comment-delimiter-face.
31987 * net/net-utils.el (dig): Use with-no-warnings.
31989 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31990 (sc-recite-frame-alist, sc-default-cite-frame)
31991 (sc-default-uncite-frame, sc-default-recite-frame)
31992 (sc-attrib-selection-list, sc-rewrite-header-list):
31993 Mark as risky-local-variable.
31995 * international/ogonek.el (ogonek-jak, ogonek-how):
31996 Don't use beginning-of-buffer.
31998 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
32000 * calendar/solar.el (solar-data-list): Move definition up.
32002 * dnd.el (dnd-protocol-alist): Add autoload.
32004 * progmodes/sh-script.el: Many doc usage fixes.
32005 (sh-indent-after-do): Change default to match common styles.
32007 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
32009 * files.el (interpreter-mode-alist)
32010 (auto-mode-interpreter-regexp): Doc fixes.
32012 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
32014 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
32016 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
32018 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
32020 * dired.el (dired-mode): make-variable-buffer-local =>
32021 make-local-variable.
32023 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32025 * term/mac-win.el (mac-select-convert-to-string): Try coding
32026 systems in mac-script-code-coding-systems if specified one cannot
32027 encode string for `com.apple.traditional-mac-plain-text'.
32029 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
32031 * progmodes/make-mode.el (makefile-targets-face)
32032 (makefile-shell-face, makefile-makepp-perl-face): New faces.
32033 (makefile-dependency-regex): Fix it to not make the colon in
32034 $(var:a=b) special.
32035 (makefile-rule-action-regex): New regexp for highlighting embedded
32037 (makefile-macroassign-regex): Handle != for highlighting as
32038 embedded Shell strings.
32039 (makefile-var-use-regex): New const.
32040 (makefile-statements, makefile-automake-statements)
32041 (makefile-gmake-statements, makefile-makepp-statements)
32042 (makefile-bsdmake-statements): New consts.
32043 (makefile-make-font-lock-keywords): New function.
32044 (makefile-automake-font-lock-keywords)
32045 (makefile-gmake-font-lock-keywords)
32046 (makefile-makepp-font-lock-keywords)
32047 (makefile-bsdmake-font-lock-keywords): New consts.
32048 (makefile-mode-map): Add switchers between the various submodes.
32049 (makefile-mode): Document the availability of the variants.
32050 (makefile-automake-mode, makefile-gmake-mode)
32051 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
32053 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32054 new variants of makefile-mode.
32056 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
32058 * font-lock.el (font-lock-comment-delimiter-face): Fix up
32061 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
32063 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
32064 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
32066 * files.el (normal-mode): Extend the scope of the
32067 `enable-local-variables' binding to include the `set-auto-mode' call.
32068 (magic-mode-alist): Doc fix.
32070 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
32072 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
32073 font-lock-comment-face rather than copying its setting.
32075 2005-05-12 Andreas Schwab <schwab@suse.de>
32077 * eshell/esh-mode.el (eshell-send-input): Doc fix.
32079 2005-05-12 Lute Kamstra <lute@gnu.org>
32081 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
32082 defcustom for the mode hook variable. Delete the last argument.
32083 * generic-x.el: Fix callers of define-generic-mode.
32084 (generic-x-modes): Delete group.
32085 (show-tabs-tab-face, show-tabs-space-face): Put them in the
32086 generic-x customization group.
32088 2005-05-12 Kim F. Storm <storm@cua.dk>
32090 * font-lock.el (font-lock-negation-char-face): Default to "off".
32092 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
32093 font-lock-negation-char-face to ! in !=.
32095 2005-05-12 Masatake YAMATO <jet@gyve.org>
32097 * add-log.el (find-change-log): Fix typos in the docstring
32100 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
32102 * international/latexenc.el (latexenc-find-file-coding-system):
32103 Avoid `re-search-forward' when looking for input encoding because
32104 of speed and safety. Better regular expressions for recognizing
32105 input encoding. Limit a search for TeX-master/tex-main-file to
32106 the local variable section.
32108 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
32110 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
32111 syntax of $ to "'" (quote).
32113 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
32115 * dnd.el (dnd-protocol-alist): Improve custom type.
32117 * dired.el (dired-dnd-protocol-alist): New variable.
32118 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
32119 `dired-mode-hook' to the end.
32121 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32123 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32124 comment-end if comment-start-skip is not set.
32125 Obey the font-lock-comment-delimiter-face variables.
32127 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32129 * files.el (executable-find): Move from executable.el. Use
32131 * progmodes/executable.el (executable-find): Move to files.el.
32133 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32134 when trying to ensure forward progress.
32136 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
32138 * mouse-sel.el (mouse-sel-follow-link-p): New function.
32139 (mouse-select, mouse-select-internal, mouse-extend-internal):
32140 Use it to implement mouse-1-click-follows-link functionality.
32142 2005-05-11 Richard M. Stallman <rms@gnu.org>
32144 * font-lock.el (font-lock-fontify-syntactically-region):
32145 Use font-lock-comment-delimiter-face for comment delimiters.
32147 2005-05-10 Jay Belanger <belanger@truman.edu>
32149 * calc/calc-help.el (calc-m-prefix-help): Add mention of
32150 preserving embedded modes.
32152 2005-05-10 Richard M. Stallman <rms@gnu.org>
32154 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32156 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32157 Move from ada-stmt.el.
32158 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32160 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32161 Move to ada-mode.el.
32162 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32164 * cus-edit.el (custom-file): Call file-chase-links.
32166 * files.el (read-directory-name): Fix previous change.
32167 (hack-local-variables-confirm): New function.
32168 (hack-local-variables-prop-line, hack-local-variables)
32169 (hack-one-local-variable): Use it.
32171 2005-05-10 Lute Kamstra <lute@gnu.org>
32173 * font-lock.el (font-lock-keywords-alist)
32174 (font-lock-removed-keywords-alist): Clarify docstrings.
32176 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
32178 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32179 (gdb-source-info): Check for preprocessor info.
32180 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
32181 a macro for a function.
32182 (gdb-info-breakpoints-custom): Try to find file again if not already
32183 found (user might have used GDB dir command).
32184 (gdb-get-location): Update gdb-location-alist correctly for change
32185 to gdb-info-breakpoints-custom.
32187 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32188 (gud-tooltip-print-command): Add gdbmi case.
32189 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32192 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
32194 * startup.el (fancy-splash-insert): Fix typo in doc string.
32196 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
32198 * obsolete/float.el (string-to-float):
32199 * obsolete/hilit19.el (hilit-add-pattern):
32200 * obsolete/rnews.el (news-parse-range, news-select-message)
32201 (news-get-pruned-list-of-files): Replace `string-to-int' by
32202 `string-to-number'.
32204 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32205 `find-file-not-found-hooks'; use `add-hook'.
32206 (uncompress-while-visiting): Set `write-file-functions', not
32207 `write-file-hooks'; use `add-hook'.
32209 2005-05-09 Kim F. Storm <storm@cua.dk>
32211 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32212 (cua-paste): Handle clipboard action.
32213 (cua--init-keymaps): Remap clipboard-kill-region and
32214 clipboard-kill-ring-save.
32216 2005-05-08 Eli Zaretskii <eliz@gnu.org>
32218 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32219 Improve commentary.
32221 * simple.el (next-error-overlay-arrow-position): Revert the change
32222 made on 2005-04-30.
32224 2005-05-07 Jay Belanger <belanger@truman.edu>
32226 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32227 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32228 `calc-sel-reselect'.
32230 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32231 Calc is in embedded mode.
32233 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32235 * progmodes/compile.el (compilation-setup):
32236 Set overlay-arrow-string to an empty string on text terminals.
32238 * textmodes/ispell.el (ispell-program-name): Try looking for
32239 "aspell" along exec-path, and if found, use it as the default
32242 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32244 * international/mule.el (sgml-xml-auto-coding-function):
32245 Recognize encoding='FOO' in single quotes as well as in double quotes.
32247 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
32249 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32250 as well as `interactive', so that defmacro* would recognize
32253 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32255 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32256 Explain more about the LIGHTER arg's usage in the doc string.
32257 Add commentary to clarify what the code does. Fix the regexp that
32258 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32259 since it could have characters special to regular expressions.
32261 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32263 * replace.el (occur-1): Bind inhibit-read-only so that
32264 erase-buffer doesn't barf on read-only text properties (likewise
32265 for add-text-properties in occur-engine). Mark buffer as unmodified.
32266 (occur-engine): Don't set buffer-read-only here.
32268 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32270 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32271 list-buffers-directory. This caused the *cvs-commit* buffer to be
32272 sometimes mistakenly reused as a *cvs* buffer.
32274 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32276 * tooltip.el: Move code for GUD tooltips into gud.el.
32277 (require): CL no longer needed to compile case.
32278 (tooltip-mode): Do not toggle functions for GUD tooltips.
32279 (tooltip-gud-tips-p): Remove. Replace with minor mode
32280 gud-tooltip-mode in gud.el.
32281 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32282 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32283 tooltip-gud prefix with gud-tooltip and obsolete.
32284 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32285 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32286 (tooltip-mouse-motion): Mouse movement functions/variable.
32287 Rename in gud.el by adding gud prefix.
32288 (tooltip-gud-original-filter, tooltip-gud-dereference)
32289 (tooltip-gud-event, tooltip-toggle-gud-tips)
32290 (tooltip-gud-process-output, tooltip-gud-print-command)
32291 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32292 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32293 (gdb-tooltip-print): Move to gdb-ui.el.
32295 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32296 (require): CL needed to compile case.
32297 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32298 tooltip-gud-tips-p. Make it a minor-mode.
32299 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32300 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32301 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32302 (gud-tooltip-change-major-mode)
32303 (gud-tooltip-activate-mouse-motions-if-enabled)
32304 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32305 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32306 (gud-tooltip-original-filter, gud-tooltip-dereference)
32307 (gud-tooltip-event, tooltip-toggle-gud-tips)
32308 (gud-tooltip-process-output, gud-tooltip-print-command)
32309 (gud-tooltip-tips): Move from tooltip.el.
32311 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32312 (gdb-cpp-define-alist-flags): Doc fix.
32313 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32314 gud-tooltip-mode is t.
32316 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32318 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32319 evaporate if their text is deleted.
32320 (goto-address-at-point): Make it work as a mouse binding as well.
32321 (goto-address-at-mouse): Obsolete it. Update users.
32323 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32325 * calendar/appt.el (top-level): No longer activate on load.
32327 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32329 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32330 * net/webjump.el (webjump):
32331 * progmodes/idlw-help.el (idlwave-do-context-help1)
32332 (idlwave-highlight-linked-completions):
32333 * textmodes/po.el (po-find-file-coding-system-guts):
32334 Replace `assoc-ignore-case' by `assoc-string'.
32336 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32338 * files.el (locate-file): Doc fix.
32340 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32341 Remove the redundant test for ms-dos.
32343 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32344 look for the preprocessor with exec-suffixes. If not found in
32345 standard places, look in exec-path. Remove most of the tests that
32348 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32350 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32352 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32353 file-name clash with jka-compr.el on 8+3 filesystems.
32355 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32357 * term/mac-win.el: Don't define or bind scroll bar functions if
32358 x-toolkit-scroll-bars is t.
32359 (x-select-text, x-get-selection-value): Clear
32360 x-last-selected-text-clipboard if x-select-enable-clipboard is
32362 (PRIMARY): Put mac-scrap-name property.
32363 (mac-select-convert-to-file-url): New function.
32364 (public.file-url): New selection target type. Add to
32365 selection-converter-alist.
32366 (x-get-selection, x-selection-value): Handle it.
32367 (x-cut-buffer-or-selection-value): New alias.
32369 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32371 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32372 entry to avoid calling bibtex-find-entry with arg global
32373 being t. Remove arg key.
32374 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32375 (bibtex-copy-summary-as-kill): Change accordingly.
32377 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32379 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32380 (org-agenda-date-later): Use with-current-buffer.
32382 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32384 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32385 (define-obsolete-variable-alias): Doc Fixes.
32387 2005-05-06 Kim F. Storm <storm@cua.dk>
32389 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32390 vertical-motion when selective-display is active.
32392 * ido.el (ido-setup-hook): New hook.
32393 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32394 (ido-input-stack): New var.
32395 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32396 ido-next-work-file binding to M-O.
32397 Bind M-f to ido-wide-find-file-or-pop-dir.
32398 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32399 (ido-read-internal): Run ido-setup-hook.
32400 Catch quit in read-file-name and read-string to cancel edit.
32401 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32402 Automatically pop-all when completing a directory name (RET).
32403 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32404 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32405 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32406 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32407 New functions for M-b/M-f to move among the directory components.
32408 (ido-make-merged-file-list): Catch quit to cancel merge.
32409 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32410 (ido-completion-help): No warnings for ido-completion-buffer-full.
32412 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32414 * font-lock.el (font-lock-negation-char-face): New face and variable.
32415 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32416 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32417 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32418 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32420 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32422 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32423 Fix typo in docstring.
32425 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32426 (ebrowse-print-statistics-line)
32427 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32429 * term/w32-win.el (image-library-alist): Add additional name for
32432 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32434 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32435 use gcc instead of cpp.
32437 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32438 (gdb-create-define-alist): Use it.
32439 (gdb-cpp-define-alist-program): Update for MS-DOS.
32441 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32443 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32445 2005-05-04 Richard M. Stallman <rms@gnu.org>
32447 * help.el (describe-key): No error when UNTRANSLATED is nil.
32449 * simple.el (line-move-1): Fix previous change to signal errors
32452 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32454 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32455 (icalendar-duration-correction): Remove.
32456 (icalendar--get-event-properties): Split result at commas.
32457 (icalendar--decode-isoduration): New optional argument
32458 DURATION-CORRECTION.
32459 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32460 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32461 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32462 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32463 (icalendar--convert-anniversary-to-ical): New functions, extracted
32464 from icalendar-export-region, with bug fixes.
32465 (icalendar-export-region): Use the above functions.
32466 (icalendar-import-buffer): Check before saving diary file.
32467 (icalendar--convert-recurring-to-diary)
32468 (icalendar--convert-non-recurring-all-day-to-diary)
32469 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32470 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32471 (icalendar--convert-ical-to-diary): Use the above functions.
32473 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32475 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32476 Remove these recent additions.
32477 (c-mode): Restore to before 2005-04-28.
32479 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32482 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32483 (gdb-define-alist): New variables.
32484 (gdb-create-define-alist): New function.
32485 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32486 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32487 with string-to-number.
32488 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32490 * progmodes/gud.el: Replace string-to-int with string-to-number.
32491 (gud-find-file): Handle gdb-define-alist.
32493 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32495 2005-05-02 Jay Belanger <belanger@truman.edu>
32497 * calc/calc-aent.el (math-read-token):
32498 * calc/calc-bin.el (calc-word-size):
32499 * calc/calc-ext.el (calc-read-number-fancy):
32500 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32501 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32502 * calc/calc-frac.el (calc-over-notation):
32503 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32504 (calc-graph-num-points, calc-graph-init):
32505 * calc/calc-prog.el (calc-read-parse-table-part)
32506 (calc-edit-macro-repeats):
32507 * calc/calc-yank.el (calc-do-grab-rectangle):
32508 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32509 Replace `string-to-int' by `string-to-number'.
32511 2005-05-02 Kim F. Storm <storm@cua.dk>
32513 * kmacro.el: Use executing-kbd-macro-index variable.
32515 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32517 * net/rlogin.el (rlogin-parse-words): Delete func.
32518 (rlogin): Use split-string, not rlogin-parse-words.
32519 Also, if there are option-like elements in the parsed args,
32520 take the host to be the first arg immediately following them.
32521 Suggested by Michael Mauger.
32523 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32525 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32527 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32529 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32530 (cc-mode-cpp-program): Rename to cc-define-list-program and
32531 move to cc-vars.el.
32533 * progmodes/cc-vars.el (cc-define-list-program):
32534 Change to "gcc -E -dM -". Make customizable.
32536 2005-05-02 Kim F. Storm <storm@cua.dk>
32538 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32540 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32542 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32544 * international/mule-util.el (truncate-string): Remove alias and
32545 obsolete declaration.
32547 * international/mule-cmds.el (update-iso-coding-systems):
32548 Remove alias and obsolete declaration.
32550 * international/mule.el (coding-system-parent): Remove alias and
32551 obsolete declaration.
32553 * subr.el (define-function, sref): Remove aliases and obsolete
32555 (chars-in-region): Remove obsolete declaration.
32557 2005-05-01 Richard M. Stallman <rms@gnu.org>
32559 * info.el (Info-mode): Set widen-automatically to nil, locally.
32561 * simple.el (widen-automatically): New variable.
32562 (pop-global-mark): Obey widen-automatically.
32564 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32566 * term/xterm.el (function-key-map): Call substitute-key-definition
32567 before the keymap size is increased by a lot of define-key calls.
32569 2005-05-01 Richard M. Stallman <rms@gnu.org>
32571 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32572 Rename ARG to ELEMENT. Doc fix.
32574 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32576 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32577 Remove references to allout-exposure/change to allout-new-exposure.
32579 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32582 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32583 (compiled-function-p, focus-frame, unfocus-frame):
32584 Remove aliases and obsolete declarations.
32585 Back out inadvertent changes from previous commit.
32587 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32589 * files.el (require-final-newline): Make Custom tags consistent
32590 with mode-require-final-newline.
32591 (mode-require-final-newline): Doc fix.
32593 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32595 * international/latexenc.el (latexenc-find-file-coding-system):
32596 Fix regular expressions.
32598 2005-05-01 David Kastrup <dak@gnu.org>
32600 * international/latexenc.el (latexenc-find-file-coding-system):
32601 Fix regular expressions.
32603 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32605 * subr.el (string-to-int): Make obsolete.
32607 2005-04-30 Richard M. Stallman <rms@gnu.org>
32609 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32611 * loadup.el: Load jka-comp-hook.
32613 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32614 (jka-compr-handler): Add autoload. `put' calls moved
32615 to jka-comp-hook.el.
32616 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32617 (jka-compr-inhibit): Autoload.
32619 * jka-comp-hook.el: New file.
32620 Enable the mode by default.
32622 * files.el (backup-buffer-copy): Use copy-file instead
32623 of write-region, and put back the 'excl.
32625 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32627 * progmodes/flymake.el (flymake-split-string)
32628 (flymake-split-string, flymake-log, flymake-pid-to-names)
32629 (flymake-reg-names, flymake-get-source-buffer-name)
32630 (flymake-unreg-names, flymake-add-line-err-info)
32631 (flymake-add-err-info): Clarify docstrings.
32632 (flymake-popup-menu, flymake-make-emacs-menu)
32633 (flymake-make-xemacs-menu): Add docstrings.
32634 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32635 Set variables directly throughout.
32637 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32639 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32640 exists. Initialize cc-define-alist.
32641 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32642 If there is no file (Macroexpansion) don't create an alist.
32644 2005-04-29 Sam Steingold <sds@gnu.org>
32646 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32647 (cc-create-define-alist): Use it instead of the hard-coded string.
32649 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32651 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32654 2005-04-29 Lute Kamstra <lute@gnu.org>
32656 * emacs-lisp/generic.el: Improve commentary section.
32657 (define-generic-mode): Improve docstring.
32659 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32661 * textmodes/org.el (many places): Change to quiet the byte compiler.
32662 (org-prefix-format-compiled): New variable.
32663 (org-compile-prefix-format): New function.
32664 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32665 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32666 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32667 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32668 consistency with entries from `org-mode' files.
32669 (org-get-time-of-day): Fix bug with partial matches early in a line.
32670 (org-non-link-chars): New constant.
32671 (org-link-regexp): Respect `org-non-link-chars'.
32672 (org-agenda-day-view): Remove command.
32673 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32674 (org-follow-bbdb-link, org-store-link): Search also company field.
32675 (org-highlight-overlay): New variable.
32676 (org-highlight, org-unhighlight): New functions.
32677 (org-agenda-mode): Add pre-command-hook to remove highlight.
32678 (org-evaluate-time-range): Behavior depends upon whether time stamp
32679 contains a time or not.
32680 (org-show-subtree, org-show-entry): New functions.
32681 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32683 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32685 * comint.el (comint-output-filter-functions): Add autoload cookie.
32687 2005-04-28 Kim F. Storm <storm@cua.dk>
32689 * ido.el (ido-everywhere): Fix last change.
32691 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
32693 * international/latexenc.el: New file.
32694 * international/mule-conf.el (file-coding-system-alist): For .tex,
32695 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32697 2005-04-28 Lute Kamstra <lute@gnu.org>
32699 * font-lock.el (font-lock-add-keywords)
32700 (font-lock-remove-keywords): Clarify docstring.
32701 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32702 Don't start docstrings with a `*'.
32703 (font-lock-update-removed-keyword-alist): Give it a docstring.
32705 * generic-x.el: Update commentary section.
32706 Only require font-lock when compiling.
32707 Define all modes conditionally.
32708 Place all generic modes in the generic-x-modes customization group.
32709 (generic-x-modes): New customization group.
32710 (generic-default-modes, generic-mswindows-modes)
32711 (generic-unix-modes, generic-other-modes): New constants.
32712 (generic-define-mswindows-modes, generic-define-unix-modes):
32713 Update docstrings. Make them obsolete.
32714 (generic-extras-enable-list): New default value. Update docstring.
32715 Improve :type. Change :set function.
32716 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32719 * emacs-lisp/generic.el (generic-mode-internal):
32720 Simplify font-lock-defaults.
32721 (define-generic-mode): Fix docstring.
32723 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32725 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32726 font-lock-face property to highlight matches.
32728 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32730 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32731 (cc-define-alist): New variable.
32732 (c-mode): Make it local and initialize it.
32734 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32735 (gdb-exited): New function.
32736 (gdb-annotation-rules): Use it.
32737 (gdb-starting): Set gdb-active-process to t.
32738 (gdb-stopping): Amend doc string.
32739 (gdb-reset): Set gdb-active-process to nil.
32741 * tooltip.el (tooltip-gud-tips): Show the associated #define
32742 directives when a C program under GDB is not executing.
32744 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32746 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32747 font-lock-fontify-syntactic-keywords.
32749 * font-lock.el (font-lock-default-fontify-region): Don't force
32750 parse-sexp-lookup-properties to nil.
32752 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32754 * man.el (man-mode-syntax-table): Set up `:' to have
32755 word-constituent syntax.
32757 2005-04-27 Lute Kamstra <lute@gnu.org>
32759 * novice.el (disable-command): Don't add spurious newlines to the
32760 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32762 2005-04-26 Jay Belanger <belanger@truman.edu>
32764 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32765 than one window before deleting window.
32767 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32769 * shell.el (shell-prompt-pattern): Doc fix.
32770 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32772 * comint.el (comint-prompt-regexp, comint-get-old-input)
32773 (comint-use-prompt-regexp)
32774 (comint-use-prompt-regexp-instead-of-fields)
32775 (comint-replace-by-expanded-history, comint-send-input)
32776 (comint-output-filter, comint-get-old-input-default)
32777 (comint-line-beginning-position, comint-bol, comint-show-output)
32778 (comint-backward-matching-input, comint-forward-matching-input)
32779 (comint-next-prompt, comint-previous-prompt):
32780 Rename `comint-use-prompt-regexp-instead-of-fields' to
32781 `comint-use-prompt-regexp'. Keep old name as alias and declare
32783 (comint-use-prompt-regexp): Shorten first line of doc string.
32785 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32786 Set paragraph-separate buffer locally to "\\'".
32788 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32789 Adapt to above name change.
32791 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32792 (smbclient-prompt-regexp): Ditto.
32794 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32796 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32798 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32800 Break lines that are over 80 characters wide.
32802 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32804 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32805 New fun and var, to preserve compatibility.
32807 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32809 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32811 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32812 name to file-newer-than-file-p.
32814 2005-04-26 Richard M. Stallman <rms@gnu.org>
32816 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32818 * progmodes/python.el (python-mode):
32819 Use new name eldoc-documentation-function.
32821 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32823 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32824 (eldoc-documentation-function):
32825 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32827 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32829 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32831 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32833 * term/xterm.el (function-key-map): Fix strings for
32834 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32835 {C,S,A,C-S}-{f1-f12}.
32837 2005-04-26 Kenichi Handa <handa@m17n.org>
32839 * international/mule-cmds.el (select-safe-coding-system):
32840 Fix previous change.
32842 2005-04-26 Lute Kamstra <lute@gnu.org>
32844 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32846 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32847 (font-lock-comment-delimiter-face): Ditto.
32849 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32851 2005-04-25 Jay Belanger <belanger@truman.edu>
32853 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32854 to t while inserting information; use help-mode.
32856 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32858 * term.el (ansi-term-color-vector): Use the xterm colors.
32859 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32861 2005-04-25 Lute Kamstra <lute@gnu.org>
32863 * font-core.el (font-lock-defaults): Fix docstring.
32865 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32867 2005-04-25 Kenichi Handa <handa@m17n.org>
32869 * international/mule-cmds.el (select-safe-coding-system):
32870 Don't check consistency with coding: spec, etc if raw-text or
32871 no-conversion was found to be safe.
32873 2005-04-24 Richard M. Stallman <rms@gnu.org>
32875 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32876 citation markers at start of each line.
32878 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32879 citation markers at start of each line.
32881 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32883 * files.el (mode-require-final-newline): Fix previous change.
32884 (require-final-newline): Fix type label.
32886 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32888 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32889 statement in buffer (broken by 2004-11-24 change).
32891 2005-04-24 Kim F. Storm <storm@cua.dk>
32893 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32894 and read-file-name-function values. Don't overwrite existing
32895 non-nil values if ido-mode is enabled without ido-everywhere.
32897 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32899 * files.el (mode-require-final-newline): Minor doc fix.
32901 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32903 * subr.el (syntax-after): Doc fix.
32904 (syntax-class): If argument is nil, return nil. Mask off upper 16
32907 * files.el (mode-require-final-newline): Doc fix.
32908 (backup-buffer-copy): Fix last change.
32910 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32912 * term/mac-win.el: Require select. Set selection-coding-system to
32913 mac-system-coding-system. Call menu-bar-enable-clipboard.
32914 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32915 (x-select-enable-clipboard): New variables.
32916 (x-select-text, x-get-selection, x-selection-value)
32917 (x-get-selection-value, mac-select-convert-to-string)
32918 (mac-services-open-file, mac-services-open-selection)
32919 (mac-services-insert-text): New functions.
32920 (CLIPBOARD, FIND): Put mac-scrap-name property.
32921 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32922 (public.tiff): Put mac-ostype property.
32923 (selection-converter-alist): Add entries for them.
32924 (mac-application-menu-map): New keymap.
32925 (interprogram-cut-function, interprogram-paste-function): Set to
32926 x-select-text and x-get-selection-value, respectively.
32927 (split-window-keep-point): Set to t.
32929 2005-04-23 Richard M. Stallman <rms@gnu.org>
32931 * files.el (read-directory-name): Always pass non-nil
32932 DEFAULT-FILENAME arg to read-file-name.
32933 (backup-buffer-copy, basic-save-buffer-2): Take care against
32934 writing thru an unexpected existing symlink.
32935 (revert-buffer): In indirect buffer, revert the base buffer.
32936 (magic-mode-alist): Doc fix.
32937 (buffer-stale-function): Doc fix.
32938 (minibuffer-with-setup-hook): Avoid warning.
32939 (mode-require-final-newline): Doc and custom fix.
32941 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32943 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32944 use the default appearance.
32945 (font-lock-comment-delimiter-face): New face, new variable.
32947 * imenu.el (imenu--generic-function): The official position of a
32948 definition is the start of the line that BEG is in.
32950 * midnight.el (midnight-timer): Move defvar up.
32952 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32954 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32956 * startup.el (command-line): Use with-no-warnings.
32958 * window.el (window-size-fixed): New defvar.
32960 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32962 * mail/rmail.el (rmail-font-lock-keywords):
32963 Use font-lock-comment-delimiter-face.
32965 * mail/sendmail.el (mail-font-lock-keywords):
32966 Use font-lock-comment-delimiter-face.
32968 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32970 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32973 Specify t for LAXMATCH when matching directories.
32974 Save match data around compilation-compat-error-properties form.
32976 2005-04-23 David Kastrup <dak@gnu.org>
32978 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32979 Mention that the autoloaded aliases should be kept for AUCTeX.
32981 2005-04-23 Andreas Schwab <schwab@suse.de>
32983 * isearch.el (isearch-forward): Doc fix.
32985 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32987 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32988 (jit-lock-stealth-nice): Change default value to 0.5.
32990 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32992 * abbrev.el (write-abbrev-file): Write table entries in
32993 alphabetical order by table name.
32995 2005-04-22 Kim F. Storm <storm@cua.dk>
32997 * ido.el (ido-read-internal): Fix `list' completion.
32999 2005-04-22 Kenichi Handa <handa@m17n.org>
33001 * recentf.el (recentf-save-file-coding-system): New variable.
33002 (recentf-save-list): Encode the file by
33003 recentf-save-file-coding-system and add coding: tag.
33005 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
33007 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
33009 2005-04-21 Lute Kamstra <lute@gnu.org>
33011 * loadhist.el (unload-feature): Don't remove a function from hooks
33012 if it is about to be restored to an autoload . Remove functions
33013 that will become unbound from auto-mode-alist. Simplify the code.
33015 * subr.el (assq-delete-all): New implementation that is linear,
33016 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
33017 (rassq-delete-all): New function.
33019 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33020 Add size-indication-mode.
33022 2005-04-21 Kenichi Handa <handa@m17n.org>
33024 * international/mule-cmds.el: Add autoload for widget-value in
33027 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
33029 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33032 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
33034 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
33036 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
33037 (inferior-lisp-filter-regexp, inferior-lisp-program)
33038 (inferior-lisp-load-command, inferior-lisp-prompt)
33039 (inferior-lisp-mode-hook, lisp-source-modes)
33040 (inferior-lisp-load-hook): defvar->defcustom.
33041 (inferior-lisp-program, inferior-lisp-prompt)
33042 (inferior-lisp-load-hook): Doc fixes.
33043 (inferior-lisp-install-letter-bindings): Small change in
33044 introductory comment.
33046 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
33048 * vc.el (vc-annotate-color-map): Change some colors so that text
33049 using them as foreground is readable on both white and black
33052 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
33054 * international/mule-conf.el (translation-table-for-input):
33055 Remove redundant declaration.
33057 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
33059 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
33061 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
33062 (tooltip-toggle-gud-tips): New function.
33064 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33066 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
33067 right angle brackets.
33069 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
33071 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
33073 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
33075 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
33076 Remove. Update callers to use expand-file-name instead.
33078 * subr.el (syntax-class): New function.
33080 * simple.el (blink-matching-open): Use it.
33082 * paren.el (show-paren-function): Use it to recognize parens that are
33083 also used in 2-char comment markers.
33085 2005-04-19 Lute Kamstra <lute@gnu.org>
33087 * loadhist.el (unload-feature): Update for new format of
33088 load-history. Simplify the code.
33090 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33092 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
33093 (mac-add-charset-info): New function. Initialize variable
33094 mac-charset-info-alist using it.
33095 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
33097 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
33098 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
33099 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
33102 2005-04-19 Kim F. Storm <storm@cua.dk>
33104 * simple.el (next-buffer, prev-buffer, next-error)
33105 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33106 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33108 * bindings.el (next-buffer, prev-buffer, next-error)
33109 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33110 (clone-indirect-buffer-other-window): Move bindings from simple.el.
33111 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
33112 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
33114 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
33116 * isearch.el (isearch-edit-string): Make the search-ring available for
33117 minibuffer history commands.
33118 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
33119 the default history commands now work just as well.
33120 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33122 2005-04-18 Kim F. Storm <storm@cua.dk>
33124 * emulation/cua-base.el (cua--pre-command-handler): Add more
33125 elaborate check for shift modifier on non-window systems.
33127 2005-04-18 Lars Hansen <larsh@math.ku.dk>
33129 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33131 2005-04-18 Kim F. Storm <storm@cua.dk>
33133 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33134 and make it optional. Don't test tooltip-gud-echo-area here.
33135 (tooltip-gud-process-output, gdb-tooltip-print):
33136 Pass tooltip-gud-echo-area to tooltip-show.
33137 (tooltip-help-tips): Remove second optional arg to tooltip-show.
33139 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33141 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33142 `display-graphic-p' may not be bound yet.
33144 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
33146 * startup.el (command-line): No longer enable Xterm Mouse mode by
33147 default in terminals compatible with xterm.
33149 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33151 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
33153 * tooltip.el (tooltip-gud-echo-area): Rename from
33154 tooltip-use-echo-area.
33155 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33156 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33157 area independently of where help tooltips are displayed.
33159 2005-04-17 David Kastrup <dak@gnu.org>
33161 * cus-theme.el (custom-theme-write-variables): Quote variables
33164 2005-04-17 Richard M. Stallman <rms@gnu.org>
33166 * simple.el (yank-excluded-properties): Add follow-link to value.
33168 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33170 * startup.el (fancy-splash-max-time): Just 30 seconds.
33171 (fancy-splash-delay): Just 7.
33172 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33174 * loadhist.el (unload-feature): Update for new format of load-history.
33177 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33178 (rmail-font-lock-keywords): Don't fontify the text of a citation.
33180 * mail/sendmail.el (mail-font-lock-keywords):
33181 Don't fontify subject text.
33182 Don't fontify the text of a citation.
33184 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
33186 * comint.el (comint-output-filter): Run comint-output-filter-functions
33187 with point where the user had it.
33189 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
33191 * international/ucs-tables.el (ucs-set-table-for-input):
33192 Disable when using unify-on-decoding.
33194 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
33196 * emulation/cua-base.el (cua-global-mark-face): Add special case
33197 for displays supporting a high number of colors.
33199 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33201 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33203 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
33205 * filesets.el (filesets-add-buffer): If user supplies a name of a
33206 non-existing fileset, create a new fileset.
33208 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
33210 * textmodes/org.el (org-up-heading-all): Fix bug with
33211 `outline-up-heading-all'.
33213 2005-04-16 Andreas Schwab <schwab@suse.de>
33215 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33216 /etc/permissions.d/* and /etc/aliases.d/*.
33218 2005-04-16 Kenichi Handa <handa@m17n.org>
33220 * international/code-pages.el (cp-make-coding-system):
33221 Set `translation-table-for-input' property value to the symbol
33222 ucs-mule-to-mule-unicode, not to that value.
33223 (pt154): Escape guillemet by `\'.
33225 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33227 * loadup.el: Load tooltip if x-show-tip is fboundp.
33229 * startup.el (command-line): Add comment.
33231 * tooltip.el (tooltip-mode): Specify correct standard value for
33232 Custom in init-value.
33234 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33236 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33239 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33241 * textmodes/org.el (org-agenda-date-prompt): Rename from
33242 `org-agenda-date-today'.
33243 (org-evaluate-time-range): Insert at point instead of directly
33245 (org-first-headline-recenter, org-subtree-end-visible-p)
33246 (org-optimize-window-after-visibility-change): New functions
33247 (org-agenda-post-command-hook): Don't allow point at end of line,
33248 to make sure it always hits the text properties.
33249 (org-agenda-next-date-line, org-agenda-previous-date-line):
33251 (org-set-regexps-and-options): Category may contain white space.
33252 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33253 Improve marker positions.
33254 (org-agenda-new-marker): Argument POS made optional.
33255 (org-agenda-get-timestamps): Deadlines which are done are listed
33256 in org-done-face now.
33257 (org-agenda-get-todos, org-agenda-get-timestamps)
33258 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33259 Set `undone-face' and `done-face' properties.
33260 (org-last-todo-state-is-todo): New variable.
33261 (org-todo): Set `org-last-todo-state-is-todo'.
33262 (org-agenda-todo): Change face according to
33263 `org-last-todo-state-is-todo'. And change other lines referring to
33265 (org-calendar-goto-agenda): New command.
33266 (org-calendar-to-agenda-key): New option.
33267 (org-startup-folded): New allowed value `content'.
33268 (org-set-regexps-and-options): Accept new value `content' for
33269 `org-startup-folded'.
33270 (org-get-current-options): Handle new value `content' for
33271 `org-startup-folded'.
33272 (org-insert-todo-heading): New command.
33273 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33274 interactively in empty file and option
33275 `org-insert-mode-line-in-empty-file' has been set.
33276 (org-agenda-todo, org-agenda-priority): Modify to use
33277 `org-agenda-change-all-lines'.
33278 (org-warning-face): Change color on dark background.
33280 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33282 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33283 use preferences AppleLocale and AppleLanguages, and variable
33284 mac-system-locale for default locale. On Mac OS Classic, use
33285 mac-system-coding-system for default coding systems.
33287 * term/mac-win.el: Don't set file-name-coding-system.
33288 Decode variables system-name, emacs-build-system, user-login-name, and
33289 user-full-name by mac-system-coding-system on Mac OS Classic.
33290 (mac-system-coding-system): New variable.
33292 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33294 * startup.el (command-line): Handle `xterm-mouse-mode' before
33297 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33299 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33301 * progmodes/sh-script.el (sh-here-document-word): Make it a
33302 defcustom. Doc fix.
33303 (sh-add): Bash uses $(( )) for arithmetic.
33304 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33305 (sh-maybe-here-document): Remove quotes and leading whitespace
33306 from heredoc word when closing. Indent heredoc with tabs if word
33309 2005-04-13 Richard M. Stallman <rms@gnu.org>
33311 * simple.el (undo): Fix previous change.
33313 * custom.el (defface): Doc fix.
33315 2005-04-13 Lute Kamstra <lute@gnu.org>
33317 * Makefile.in (DONTCOMPILE): Remove list.
33318 (compile, compile-always): Don't use DONTCOMPILE.
33319 (update-authors): Load the library in which batch-update-authors
33321 * makefile.w32-in (DONTCOMPILE): Remove list.
33322 (compile, compile-always): Fix comments.
33323 (update-authors): Load the library in which batch-update-authors
33326 * generic-x.el (generic-mode-ini-file-find-file-hook):
33327 Rename to ini-generic-mode-find-file-hook.
33328 Keep generic-mode-ini-file-find-file-hook as an alias.
33329 (ini-generic-mode-find-file-hook): Rename from
33330 generic-mode-ini-file-find-file-hook. Fix docstring.
33331 (ini-generic-mode): Docstring change.
33332 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33334 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33337 * generic.el: Move to the emacs-lisp subdir.
33339 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33341 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33342 and C-S- function and cursor motion keys.
33344 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33346 * startup.el (command-line): Enable Xterm Mouse mode by default.
33347 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33348 for Custom. No longer show "Mouse" in mode line when enabled.
33351 2005-04-12 Kim F. Storm <storm@cua.dk>
33353 * emulation/cua-base.el (cua-rectangle-face)
33354 (cua-rectangle-noselect-face): Define face attributes here.
33356 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33358 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33360 * startup.el (command-line): Turn off blinking cursor if
33361 cursorBlink in resources is off or false.
33363 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33365 * term/mac-win.el (dnd): Require dnd.
33366 (mac-drag-n-drop): Call dnd-handle-one-url.
33367 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33368 (kTextEncodingISOLatin2): Remove constants.
33369 (mac-script-code-coding-systems): New constant.
33370 (mac-handle-language-change): New function.
33371 (special-event-map): Bind it to `language-change' event.
33372 (mac-centraleurroman, mac-cyrillic): New coding systems.
33373 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33374 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33375 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33376 encode-mac-cyrillic, respectively.
33378 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33380 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33381 Don't set overlay-arrow-string to "=>" as this is done
33384 2005-04-12 Lute Kamstra <lute@gnu.org>
33386 * generic-x.el (rc-generic-mode, rul-generic-mode):
33387 Fix auto-mode-alist entries.
33388 (etc-fstab-generic-mode): Tweak fontification.
33390 * generic.el (generic-make-keywords-list): Fix docstring.
33391 (generic-mode-internal): Simplify generic-font-lock-keywords.
33393 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33395 * whitespace.el (whitespace-buffer-leading)
33396 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33397 However, fix the highlight area for the leading and
33398 trailing whitespaces to show space.
33400 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33402 * whitespace.el (whitespace-version): Bump to 3.5.
33404 (whitespace-buffer-leading, whitespace-buffer-trailing):
33405 Invert sense of the test to highlight the whitespace.
33407 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33409 * progmodes/gud.el (gud-display-line): GUD uses its own
33410 overlay arrow now so don't set overlay-arrow-string.
33411 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33413 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33415 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33416 (term-ansi-current-reverse, term-ansi-current-invisible)
33417 (term-ansi-face-already-done): Change to boolean.
33418 (term-reset-terminal, term-handle-colors-array): Handle the above
33420 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33421 (term-emulate-terminal): Use the new name.
33423 * faces.el (secondary-selection): Use yellow1, not yellow.
33424 (trailing-whitespace): Use red1, not red.
33426 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33428 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33429 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33430 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33432 * cus-edit.el (dnd): New group.
33434 * term/w32-win.el (dnd): Require dnd
33435 (w32-drag-n-drop): Call dnd-handle-one-url.
33437 * x-dnd.el: Require dnd.
33438 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33439 Call dnd-handle-one-url.
33440 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33441 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33442 to dnd-insert-text.
33443 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33444 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33445 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33446 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33448 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33450 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33452 * wdired.el: Doc fixes.
33453 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33454 (wdired-use-dired-vertical-movement): Rename from
33455 wdired-always-move-to-filename-beginning.
33456 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33457 (wdired-change-to-wdired-mode): Change mode name.
33458 (wdired-newline): Delete.
33460 2005-04-11 Richard M. Stallman <rms@gnu.org>
33462 * whitespace.el (whitespace-highlight-the-space):
33463 Don't call whitespace-unhighlight-the-space here.
33465 * simple.el (undo): Record t in undo-equiv-table
33466 for the redo record made by an undo-in-region.
33468 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33470 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33471 (gdb-frame-inferior-io-buffer): New Functions to control
33472 display of separate IO buffer.
33473 (menu): Add them to menu-bar.
33474 (gdb-display-buffer): Check for buffer another frame.
33475 Protect GUD buffer.
33476 (gdb-setup-windows): Create IO buffer if not already there.
33477 (gdb-memory-mode): Remove purecopy noops.
33479 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33481 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33482 and pass to self-insert-command.
33484 2005-04-11 Lute Kamstra <lute@gnu.org>
33486 * generic.el: Commentary section cleanup.
33488 (generic-use-find-file-hook, generic-lines-to-scan)
33489 (generic-find-file-regexp, generic-ignore-files-regexp)
33490 (default-generic-mode, generic-mode-find-file-hook)
33491 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33492 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33493 (generic-use-find-file-hook, generic-lines-to-scan)
33494 (generic-find-file-regexp, generic-ignore-files-regexp)
33495 (default-generic-mode, generic-mode-find-file-hook)
33496 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33498 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33500 * bookmark.el (bookmark-write-file): Catch errors writing file.
33501 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33503 2005-04-10 Richard M. Stallman <rms@gnu.org>
33505 * startup.el (fancy-splash-tail): Update copyright year.
33506 (command-line): Split part of -Q into -D.
33507 (emacs-basic-display): New defvar.
33508 (fancy-splash-text): Correct name of menu item.
33510 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33512 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33515 * comint.el (comint-send-input): New arg ARTIFICIAL.
33516 Callers in this file changed.
33518 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33520 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33522 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33524 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33525 `ldap-search-internal'.
33527 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33529 * files.el (set-auto-mode-1): Use line-end-position.
33531 * international/latin-1.el:
33532 * international/latin-2.el:
33533 * international/latin-3.el:
33534 * international/latin-4.el:
33535 * international/latin-5.el:
33536 * international/latin-8.el:
33537 * international/latin-9.el: Give punctuation syntax to NBSP.
33539 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33540 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33541 Use char-classes to accept non-ascii letters, accepted in some recent
33542 bibtex implementations.
33544 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33546 * custom.el (custom-set-minor-mode): Any non-nil value for the
33547 variable should enable the mode when set through Custom.
33549 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33551 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33552 TAB binding so tab-always-indent is obeyed.
33553 (vhdl-minibuffer-local-map): Move initialization into declaration.
33554 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33555 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33556 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33557 (vhdl-current-line): Use line-beginning-position.
33558 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33559 with-output-to-temp-buffer, so the current position can be recorded.
33561 2005-04-10 Masatake YAMATO <jet@gyve.org>
33563 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33564 Add regexp for gcov.
33566 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33568 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33569 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33570 syntax which Emacs 20 doesn't support.
33572 2005-04-09 Richard M. Stallman <rms@gnu.org>
33574 * help.el (describe-key-briefly, describe-key):
33575 Replace strings as event types with "(any string)".
33577 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33579 * arc-mode.el (archive-mode-map): Move initialization into
33580 the declaration. Override *all* bindings of `undo'.
33581 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33583 2005-04-09 Jay Belanger <belanger@truman.edu>
33585 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33587 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33589 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33590 (xterm-register-default-colors): Update color values computation
33591 to match xterm-200.
33593 2005-04-09 Kenichi Handa <handa@m17n.org>
33595 * international/code-pages.el (iso-latin-7): Fix the map.
33597 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33599 * emacs-lisp/lisp.el (defun-prompt-regexp)
33600 (parens-require-spaces, buffer-end, end-of-defun)
33601 (insert-parentheses): Doc fixes.
33603 2005-04-08 Kim F. Storm <storm@cua.dk>
33605 * comint.el (comint-highlight-prompt): Fix face spec.
33606 * hi-lock.el (hi-green): Likewise.
33608 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33610 * cus-edit.el (custom-modified-face):
33611 * comint.el (comint-highlight-input): Fix previous changes.
33612 * term.el (term-handle-ansi-escape): Add a comment.
33614 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33616 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33617 in the buffer and in whitespace-highlighted-space.
33618 (whitespace-unhighlight-the-space): Simplify.
33619 (whitespace-buffer): Simplify.
33621 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33623 * textmodes/table.el (table-cell-face): Add special case for
33624 displays supporting a high number of colors.
33625 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33626 (vhdl-font-lock-reserved-words-face)
33627 (vhdl-speedbar-architecture-face)
33628 (vhdl-speedbar-instantiation-face)
33629 (vhdl-speedbar-architecture-selected-face)
33630 (vhdl-speedbar-instantiation-selected-face): Likewise.
33631 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33632 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33633 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33634 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33635 (ebrowse-progress-face): Likewise.
33636 * progmodes/compile.el (compilation-info-face): Likewise.
33637 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33638 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33639 * calendar/calendar.el (diary-face): Likewise.
33640 * woman.el (woman-italic-face, woman-bold-face)
33641 (woman-unknown-face): Likewise.
33642 * wid-edit.el (widget-button-pressed-face): Likewise.
33643 * whitespace.el (whitespace-highlight-face): Likewise.
33644 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33645 * pcvs-info.el (cvs-marked-face): Likewise.
33646 * info.el (info-xref): Likewise.
33647 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33648 * hilit-chg.el (highlight-changes-face)
33649 (highlight-changes-delete-face): Likewise.
33650 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33651 (hi-red-b): Likewise.
33652 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33653 * font-lock.el (font-lock-keyword-face)
33654 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33655 * cus-edit.el (custom-invalid-face, custom-modified-face)
33656 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33657 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33658 * comint.el (comint-highlight-prompt): Likewise.
33660 2005-04-08 Lute Kamstra <lute@gnu.org>
33662 * font-lock.el (font-lock-keywords): Docstring fixes.
33664 2005-04-08 Kenichi Handa <handa@m17n.org>
33666 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33667 chars are more than a limit, print " and more..." at the tail.
33669 2005-04-08 Kim F. Storm <storm@cua.dk>
33671 * emacs-lisp/authors.el (authors-aliases): Update list.
33672 (authors-ignored-files): New list.
33673 (authors-fixed-entries): Fix typo.
33674 (authors-renamed-files-alist): Update list.
33675 (authors-add): Check authors-ignored-files.
33677 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33679 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33680 optional, to ensure backward compatibility.
33682 2005-04-08 Stephen Eglen <stephen@gnu.org>
33684 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33686 2005-04-08 Kim F. Storm <storm@cua.dk>
33688 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33690 * mouse.el (mouse-on-link-p): Doc fix.
33692 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33694 * ielm.el (ielm-prompt-read-only): Doc fix.
33696 * comint.el (comint-prompt-read-only): Doc fix.
33698 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33700 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33701 ensure dired always handles wildcards passed to ffap.
33702 (find-file-at-point): Use it.
33703 (ffap-dired-wildcards): Doc fix.
33705 2005-04-07 Juri Linkov <juri@jurta.org>
33707 * simple.el (next-error-overlay-arrow-position): New defvar.
33708 Put "=>" on its property `overlay-arrow-string'. Add it to
33709 `overlay-arrow-variable-list'.
33711 * progmodes/compile.el (compilation-setup):
33712 Set `next-error-overlay-arrow-position' to nil. Also set it to
33713 nil in the local hook `kill-buffer-hook'. Make local variable
33714 `overlay-arrow-string' and set it to "=>".
33715 (compilation-goto-locus): Set BOL position to
33716 `next-error-overlay-arrow-position' instead of
33717 `overlay-arrow-position'.
33719 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33720 locally instead of adding it to the global hook.
33721 (Info-kill-buffer): Move up.
33723 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33725 * term/xterm.el (xterm-standard-colors): Update color values from
33728 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33730 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33733 * lazy-lock.el: Move them to the obsolete subdir.
33735 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33737 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33738 (wdired-add-replace-advice): Remove.
33739 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33741 2005-04-06 Kim F. Storm <storm@cua.dk>
33743 * startup.el (command-line): Add --bare-bones alias for -Q.
33745 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33747 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33748 create the startup fontset if a font specification ends with
33751 2005-04-06 Lute Kamstra <lute@gnu.org>
33753 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33756 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33757 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33759 2005-04-05 Lute Kamstra <lute@gnu.org>
33761 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33762 (define-generic-mode): Ditto. Fix debug declaration.
33764 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33765 Put them in the generic-x group.
33767 * calendar/timeclock.el (timeclock): Doc fix.
33769 * generic.el (define-generic-mode): Don't use custom-current-group.
33770 Document default :group value.
33771 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33772 (define-global-minor-mode): Don't use custom-current-group.
33774 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33776 * startup.el (command-line-1): Display startup-echo-area-message
33777 when fancy splash screen is in use.
33779 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33780 (sh-escaped-newline): New face.
33781 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33782 newline, and use sh-escaped-newline face.
33784 * progmodes/tcl.el (tcl-escaped-newline): New face.
33785 (tcl-builtin-list): New variable.
33786 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33787 newlines. Fix keywords subexpression number.
33789 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33791 * textmodes/org.el (org-diary-default-entry): Fix call to
33792 `add-to-diary-entry'.
33794 2005-04-05 Kim F. Storm <storm@cua.dk>
33796 * ediff-init.el: Use (featurep 'xemacs).
33798 2005-04-05 David Ponce <david@dponce.com>
33800 * cus-edit.el (face): Derive from symbol widget. Display sample
33801 of the current face on the fly.
33802 (widget-face-sample-face-get, widget-face-notify): New functions.
33803 (widget-face-value-create): Remove.
33805 * wid-edit.el (widget-field-end): Temporarily remove field
33806 narrowing before to call `get-char-property'.
33808 2005-04-04 Jay Belanger <belanger@truman.edu>
33810 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33811 (math-read-subscripts): New variable.
33812 (math-read-preprocess-string): Process subscripts.
33814 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33816 * comint.el (comint-prompt-read-only): Doc fix.
33818 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33821 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33823 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33824 Change default value to nil.
33826 2005-04-04 Lute Kamstra <lute@gnu.org>
33828 * autorevert.el (auto-revert-mode): Specify :group.
33829 * battery.el (display-battery-mode): Specify :group.
33830 * diff-mode.el (diff-minor-mode): Specify :group.
33831 * font-core.el (font-lock-mode): Specify :group.
33832 * hl-line.el (hl-line-mode): Specify :group.
33833 * iimage.el (iimage): New customization group.
33834 (iimage-mode): Specify :group.
33835 * longlines.el (longlines-mode): Specify :group.
33836 * master.el: Don't require easy-mmode.
33837 (master): New customization group.
33838 (master-mode): Specify :group.
33839 * msb.el (msb-mode): Specify :group.
33840 * reveal.el (reveal-mode): Specify :group.
33841 * simple.el (next-error-follow-minor-mode): Specify :group.
33842 * smerge-mode.el (smerge-mode): Specify :group.
33843 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33844 * emulation/cua-base.el (cua-mode): Specify :group.
33845 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33846 * language/thai-util.el (thai-auto-composition-mode)
33847 (thai-word-mode): Specify :group.
33848 * mail/supercite.el (sc-minor-mode): Specify :group.
33849 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33850 * progmodes/flymake.el (flymake-mode): Specify :group.
33851 * progmodes/glasses.el (glasses-mode): Specify :group.
33852 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33853 * textmodes/enriched.el (enriched-mode): Specify :group.
33854 * textmodes/refill.el (refill-mode): Specify :group.
33856 * add-log.el (change-log-font-lock-keywords): Names in
33857 parenthesized lists can contain spaces.
33859 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33861 * startup.el (fancy-splash-text): Shorten default text of
33862 "Emacs Tutorial" line. Also, if the current language env
33863 indicates an available tutorial file other than TUTORIAL,
33864 extract its title and append it to the line in parentheses.
33865 (fancy-splash-insert): If arg is a thunk, funcall it.
33867 2005-04-04 Jay Belanger <belanger@truman.edu>
33869 * calc/calc.el (calc-language-alist): Add tags to customization type.
33871 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33873 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33876 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33878 * add-log.el (change-log-font-lock-keywords): The manual
33879 describing a Change Log entry, says: (...) "Aside from these
33880 header lines, every line in the change log starts with a space or
33881 a tab.". The font-lock was not highlighting lines started with
33882 spaces, added support for it.
33884 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33886 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33887 (bibtex-generate-url-list): Update docstring accordingly. Put the
33888 complex example in the docstring.
33889 (bibtex-font-lock-url): Use pop.
33891 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33893 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33895 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33897 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33899 * filesets.el (filesets-set-default): Doc fix.
33901 2005-04-03 Lute Kamstra <lute@gnu.org>
33903 * generic.el (define-generic-mode): Add argument to specify
33904 keywords for defcustom.
33905 (default-generic-mode): Specify :group.
33907 * generic-x.el: Specify :group for all generic modes.
33909 * desktop.el (desktop-no-desktop-file-hook)
33910 (desktop-after-read-hook): Doc fix.
33912 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33914 * simple.el (visible-mode): Use explicit :group keyword.
33915 This changes the group of `visible-mode-hook' from paren-blinking
33918 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33920 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33921 mailbox specifications as well as URLs.
33922 (rmail-insert-inbox-text): Remove unused conditional branches.
33924 2005-04-01 Jay Belanger <belanger@truman.edu>
33926 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33927 (calc-gnuplot-print-command): Move definitions to calc.el.
33929 * calc/calc-embed.el (calc-embedded-announce-formula)
33930 (calc-embedded-open-formula, calc-embedded-close-formula)
33931 (calc-embedded-open-word, calc-embedded-close-word)
33932 (calc-embedded-open-plain, calc-embedded-close-plain)
33933 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33934 (calc-embedded-open-mode, calc-embedded-close-mode):
33935 Move definitions to calc.el.
33937 * calc/calc.el (calc-settings-file, calc-language-alist):
33939 (calc-embedded-announce-formula, calc-embedded-open-formula)
33940 (calc-embedded-close-formula, calc-embedded-open-word)
33941 (calc-embedded-close-word, calc-embedded-open-plain)
33942 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33943 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33944 (calc-embedded-close-mode, calc-gnuplot-name)
33945 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33946 from other files and make customizable.
33948 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33950 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33952 (cvs-mode-run): Don't call cvs-update-header here.
33953 (cvs-run-process): Call cvs-update-header.
33954 Use process properties for cvs-postprocess and cvs-buffer so that
33955 the sentinel can behave better if the temp buffer is killed.
33956 Use a pipe rather than a tty, to better handle unexpected prompts.
33957 (cvs-sentinel): Rewrite. Call cvs-update-header.
33959 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33961 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33962 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33964 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33966 * generic.el (define-generic-mode): Add indentation rule.
33968 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33970 * files.el (mode-require-final-newline): Make Custom correctly
33971 report a nil value and allow to set it to nil via Custom.
33974 2005-04-01 Kenichi Handa <handa@m17n.org>
33976 * international/characters.el: Enable the correct case setting for
33977 dotless-i and dotted-I.
33979 2005-04-01 Kim F. Storm <storm@cua.dk>
33981 * ido.el (ido-file-internal): Fall back to non-ido command if
33982 initial directory is on slow ftp (or tramp) host.
33984 2005-03-31 Richard M. Stallman <rms@gnu.org>
33986 * emacs-lisp/autoload.el (make-autoload):
33987 Handle define-global-minor-mode.
33989 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33990 Rename from easy-mmode-define-global-mode.
33991 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33993 * progmodes/scheme.el (scheme-mode-syntax-table):
33994 Update syntax of | and # for two-character comment syntax.
33996 2005-03-31 Lute Kamstra <lute@gnu.org>
33998 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33999 (define-minor-mode): Call custom-current-group at load-time.
34001 * generic.el (define-generic-mode): Add debug declaration.
34002 Add defcustom for the mode hook.
34003 (generic-mode-internal): Use run-mode-hooks.
34005 2005-03-31 Kim F. Storm <storm@cua.dk>
34007 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
34008 (mouse-fixup-help-message): New defun called by show_help_echo
34009 to fixup mouse-2 prefix in help messages when applicable.
34011 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34013 2005-03-31 Kenichi Handa <handa@m17n.org>
34015 * language/thai-word.el (thai-find-word-ends): Pay attention to
34016 the case that we reach the end of buffer.
34018 * textmodes/fill.el (fill-text-properties-at): New function.
34019 (fill-newline): Use fill-text-properties-at instead of
34020 text-properties-at.
34022 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34024 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
34025 not comint-quote-filename.
34027 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
34029 * help-fns.el (help-with-tutorial): Revert last change.
34031 2005-03-31 Kim F. Storm <storm@cua.dk>
34033 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
34035 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
34037 * calendar/cal-china.el: Update reference to "Calendrical
34038 Calculations" book; there's a new edition.
34039 * calendar/cal-coptic.el: Likewise.
34040 * calendar/cal-french.el: Likewise.
34041 * calendar/cal-hebrew.el: Likewise.
34042 * calendar/cal-islam.el: Likewise.
34043 * calendar/cal-iso.el: Likewise.
34044 * calendar/cal-julian.el: Likewise.
34045 * calendar/cal-mayan.el: Likewise.
34046 * calendar/cal-persia.el: Likewise.
34047 * calendar/calendar.el: Likewise.
34048 * calendar/holidays.el: Likewise.
34049 * calendar/lunar.el: Likewise.
34050 * calendar/solar.el: Likewise.
34052 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
34053 white space from doc string.
34055 2005-03-30 Jay Belanger <belanger@truman.edu>
34057 * calc/calc-help.el (calc-full-help): Remove email address.
34059 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
34061 * help-fns.el (help-with-tutorial): Delete title line.
34063 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
34065 * calendar/cal-x.el (calendar-one-frame-setup)
34066 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
34067 rather than `symbol' for set-window-dedicated-p.
34069 * calendar/appt.el (appt-buffer-name): Make it a constant.
34070 (appt-add): Doc fix.
34072 * filesets.el (filesets-menu-path, filesets-menu-before)
34073 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
34074 (filesets-menu-cache-file): Use directory ~/.emacs.d.
34075 (filesets-add-submenu): Delete and use add-submenu instead.
34077 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
34079 * textmodes/org.el (org-agenda-phases-of-moon)
34080 (org-agenda-sunrise-sunset, org-agenda-convert-date)
34081 (org-agenda-goto-calendar): New commands.
34082 (org-diary-default-entry): New function.
34083 (org-get-entries-from-diary): Better parsing of diary entries.
34084 (org-agenda-check-no-diary): New function.
34085 ("diary-lib"): Advice to function `add-to-diary-list', to allow
34086 linking to diary entries.
34087 (org-agenda-execute-calendar-command): New function.
34088 (org-agenda): Improve visible section in window.
34089 Use `org-fit-agenda-window'.
34090 (org-fit-agenda-window): New option.
34091 (org-move-subtree-down): Better handling of empty lines
34093 (org-cycle): Numeric prefix is interpreted now as show-subtree N
34095 (org-fontify-done-headline): New option.
34096 (org-headline-done-face): New face.
34097 (org-set-font-lock-defaults): Use `org-headline-done-face'.
34098 (org-table-copy-down): Rename from `org-table-copy-from-above'.
34099 When current field is non-empty, it is copied to next row.
34100 (org-table-copy-from-above): Fix bug which made it
34101 impossible to copy fields containing only a single non-white character.
34103 2005-03-30 Kim F. Storm <storm@cua.dk>
34105 * kmacro.el (kmacro-end-macro): Isearch may store this command
34106 into the macro -- so ignore it when executing keyboard macro.
34108 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34110 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
34112 2005-03-29 Kenichi Handa <handa@m17n.org>
34114 * language/thai.el ("Thai"): Set setup-function and exit-function
34115 for Thai language environment.
34117 * language/thai-util.el: Require thai-word.
34118 (thai-word-mode-map): New variable.
34119 (thai-word-mode): New minor mode.
34120 (setup-thai-language-environment-internal): New function.
34121 (exit-thai-language-environment-internal): New function.
34123 * language/thai-word.el (thai-word-table): Declare it by defvar,
34124 use dolist to initialize it.
34125 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34126 (thai-fill-find-break-point): New functions.
34128 2005-03-29 Richard M. Stallman <rms@gnu.org>
34130 * simple.el (idle-update-delay): Move definition up.
34131 (set-mark): Doc fix.
34133 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
34135 * longlines.el: New file.
34137 * simple.el (buffer-substring-filters): New variable.
34138 (filter-buffer-substring): New function.
34139 (kill-region, copy-region-as-kill): Use it.
34141 * register.el (copy-to-register, append-to-register)
34142 (prepend-to-register): Use filter-buffer-substring.
34144 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34146 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34147 (gud-filter-pending-text): Move in front of gdb.
34148 (gud-overlay-arrow-position): New variable.
34149 (gud-sentinel, gud-display-line): Use it in place of
34150 overlay-arrow-position.
34152 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
34154 * progmodes/fortran.el (fortran-if-indent): Doc fix.
34155 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34156 (fortran-font-lock-keywords-4): New variable.
34157 (fortran-blocks-re, fortran-end-block-re)
34158 (fortran-start-block-re): New constants, for hideshow.
34159 (hs-special-modes-alist): Add a Fortran entry.
34160 (fortran-mode-map): Bind fortran-end-of-block,
34161 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34162 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
34163 (fortran-looking-at-if-then, fortran-end-of-block)
34164 (fortran-beginning-of-block): New functions, for hideshow.
34166 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34167 Doc fix. Tweak regexp.
34168 (f90-beginning-of-block): Push mark first.
34170 2005-03-29 Jay Belanger <belanger@truman.edu>
34172 * calc/calc.el: Update copyright date.
34173 (calc-version): Increase to 2.1.
34174 (calc-version-date): Remove.
34176 * calc/calc-help.el: Update copyright date.
34177 (calc-full-help): Remove reference to calc-version-date.
34178 Update copyright date.
34180 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34182 * vc.el (vc-do-command): Use a pipe for async processes, so password
34183 prompts don't show up at places where the user can't reply.
34185 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34187 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34188 on the file name we pass to the inferior shell.
34190 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34192 * progmodes/which-func.el (which-function): Be robust in the face of an
34193 imenu--make-index-alist failure.
34195 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34197 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34199 * progmodes/python.el (python-preoutput-filter): Fix last change.
34201 2005-03-29 Lute Kamstra <lute@gnu.org>
34203 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34204 functions and compiled macros.
34205 (debug-convert-byte-code): Handle macros too.
34206 (debug-on-entry-1): Don't signal an error when trying to clear a
34207 function that is not set to debug on entry.
34209 2005-03-29 Jay Belanger <belanger@truman.edu>
34211 * calc/calc-lang.el: Add functions to math-function-table
34212 properties of tex and math.
34214 2005-03-29 Kenichi Handa <handa@m17n.org>
34216 * ps-mule.el (ps-mule-plot-string): Translate characters by
34217 ps-print-translation-table.
34218 (ps-mule-begin-job): Call find-charset-region/string with
34219 ps-print-translation-table.
34220 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34222 * ps-print.el (ps-print-translation-table): New variable.
34223 (ps-plot-region): Translate characters by ps-print-translation-table.
34225 2005-03-29 Juri Linkov <juri@jurta.org>
34227 * simple.el (next-error-highlight-timer): New variable.
34229 * progmodes/compile.el (compilation-goto-locus):
34230 Use `next-error-highlight-timer' instead of `sit-for'.
34232 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34234 * mail/supercite.el (sc-mail-field): Use assoc-string.
34235 (sc-get-address): Simplify regexps.
34237 * files.el (minibuffer-with-setup-hook): New macro.
34238 (find-file-read-args): Use it to avoid let-binding
34239 minibuffer-with-setup-hook (which breaks turning on/off
34240 file-name-shadow-mode while in the prompt).
34242 * complete.el (PC-read-include-file-name-internal):
34243 Use test-completion.
34245 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34247 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34249 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34251 * window.el (window-buffer-height): Use count-screen-lines.
34253 * progmodes/python.el (python-preoutput-leftover): New var.
34254 (python-preoutput-filter): Use it.
34255 (python-send-receive): Loop until all the result has been received.
34257 2005-03-28 Juri Linkov <juri@jurta.org>
34259 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34261 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34262 "Recover Crashed Session".
34263 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34264 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34265 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34266 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34267 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34268 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34269 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34270 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34272 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34273 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34274 Ediff Sessions", "Toggle use of separate control buffer frame",
34275 "Use separate frame for Ediff control buffer".
34277 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34278 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34279 "Rename Bookmark", "Delete Bookmark".
34281 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34282 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34283 Add `:active Info-index-alternatives' to "Next Matching Item".
34285 * wdired.el (wdired-change-to-wdired-mode):
34286 Mention `wdired-abort-changes' key in the initial message.
34288 * international/mule.el (auto-coding-alist): Associate non-ascii
34289 image filename extensions with `no-conversion'.
34291 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34293 * international/iso-acc.el:
34294 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34296 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34298 * textmodes/sgml-mode.el (html-mode): Doc update.
34300 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34302 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34304 * term.el (term-move-columns): Fix face after extending a line.
34305 (term-insert-spaces): Likewise.
34306 (term-reset-terminal): Fix off by one error.
34308 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34310 * international/mule.el (auto-coding-alist): Add .xpi files.
34312 * files.el (auto-mode-alist): Add .xpi files.
34314 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34316 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34318 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34320 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34322 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34324 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34325 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34327 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34328 cursor to Jan 1 when needed.
34329 (calendar-end-of-year): Fix -/+ typo.
34330 Reported by Chong Yidong <cyd@stupidchicken.com>.
34332 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34334 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34336 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34337 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34339 2005-03-25 Richard M. Stallman <rms@gnu.org>
34341 * filesets.el (filesets-init): Add autoload.
34343 * mail/mailalias.el (mail-directory): Doc fix.
34345 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34347 * mail/mailalias.el (mail-directory-process): Do nothing if
34348 mail-directory-process is an atom.
34349 (mail-get-names): Ignore mail-directory-names if it is an atom.
34350 (mail-directory-process defvar): Doc fix.
34351 (mail-names): Doc fix.
34353 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34355 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34357 2005-03-26 Kenichi Handa <handa@m17n.org>
34359 * international/mule-util.el (detect-coding-with-priority):
34360 Call update-coding-systems-internal before detect-coding-region.
34362 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34364 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34365 (gdb-frames-mode-map): Add follow-link property.
34367 2005-03-25 Jay Belanger <belanger@truman.edu>
34369 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34372 2005-03-25 Juri Linkov <juri@jurta.org>
34374 * image-mode.el: Optimize image filename extension regexps in
34375 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34376 in `auto-mode-alist'.
34377 (image-mode): Add `image-toggle-display-text' to local hook
34378 `change-major-mode-hook'. Display the image as an image by
34379 default. Set `cursor-type' and `truncate-lines' if the image
34380 is already displayed. Take into account the current mode (image
34381 or text) in message.
34382 (image-minor-mode): New minor mode.
34383 (image-mode-maybe, image-toggle-display-text): New functions.
34384 (image-toggle-display): Use called-interactively-p.
34385 Let-bind `inhibit-read-only' to t.
34387 * image-mode.el (image-minor-mode): Set `cursor-type' and
34388 `truncate-lines' if the image is already displayed. Add turning
34389 image-minor-mode off to `change-major-mode-hook'. Add message.
34390 Call `image-toggle-display-text' after turning image-minor-mode off.
34392 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34394 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34395 Terminal.app, use utf-8.
34396 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34397 (set-locale-environment): Use it.
34399 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34401 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34403 * progmodes/python.el (python-close-block-statement-p)
34404 (python-outdent-p, python-current-defun): Use symbol-end.
34406 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34408 * files.el (save-some-buffers): Doc fix.
34410 2005-03-25 Werner Lemberg <wl@gnu.org>
34412 * complete.el, thumbs.el: Replace `legal' with `valid'.
34413 * calendar/calendar.el: Replace `legal' with `valid'.
34414 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34415 * mail/supercite.el: Replace `legal' with `valid'.
34416 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34417 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34418 Replace `legal' with `valid'.
34419 * textmodes/reftex-vars.el, textmodes/reftex.el:
34420 Replace `legal' with `valid'.
34422 2005-03-25 Werner Lemberg <wl@gnu.org>
34424 * calc/calc-forms.el, calc/calc-sel.el
34425 * midnight.el, vc-cvs.el
34426 * emacs-lisp/cl-macs.el
34428 * eshell/esh-io.el, eshell/esh-var.el
34429 * mail/supercite.el
34430 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34431 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34432 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34433 * progmodes/sh-script.el, progmodes/xscheme.el
34434 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34435 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34436 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34437 * textmodes/reftex.el, textmodes/org.el:
34438 Replace `illegal' with `invalid'.
34440 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34442 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34443 (flymake-find-buildfile, flymake-find-possible-master-files)
34444 (flymake-check-include, flymake-parse-line): Replace loops over the
34445 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
34447 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34448 Substitute file-name-as-directory in the rest of the file.
34449 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34450 (flymake-replace-region): Remove unused arg `buffer'.
34451 (flymake-check-patch-master-file-buffer): Update calls to it.
34452 (flymake-add-err-info): Remove unused var `count'.
34453 (flymake-mode): Use define-minor-mode.
34455 * progmodes/flymake.el: Use with-current-buffer.
34456 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34457 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34458 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34459 Avoid testing for `xemacs'.
34460 (flymake-nop): Move.
34461 (flymake-region-has-flymake-overlays): Return the computed value.
34462 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34463 Remove unused var `endline'.
34464 (flymake-get-line-count): Remove unused function.
34465 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34469 * hilit-chg.el (global-highlight-changes):
34470 * hi-lock.el (hi-lock-mode):
34471 * follow.el: find-file-hooks -> find-file-hook.
34473 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34475 2005-03-24 Juri Linkov <juri@jurta.org>
34477 * dired.el (dired-mode-map): Add menu item "Compare directories"
34478 for dired-compare-directories.
34480 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34481 Doc fix. Replace `read-file-name' with `read-directory-name'.
34483 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34485 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34487 2005-03-24 Jay Belanger <belanger@truman.edu>
34489 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34490 relevant mode settings in calc-embedded-original-modes when modes
34491 are permanently changed.
34493 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34495 * autoinsert.el: find-file-hooks -> find-file-hook.
34497 2005-03-24 Lute Kamstra <lute@gnu.org>
34499 * generic.el (generic-font-lock-defaults): Make it obsolete.
34500 (generic-font-lock-keywords): New variable to replace
34501 generic-font-lock-defaults.
34502 (generic-mode-set-font-lock): Delete it.
34503 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34504 (generic-bracket-support): Add docstring.
34506 * generic-x.el: Rename generic-font-lock-defaults to
34507 generic-font-lock-keywords throughout.
34508 (mailagent-rules-setup-function): Delete it.
34509 (mailagent-rules-generic-mode): Use anonymous function instead.
34510 (show-tabs-generic-mode-font-lock-defaults-1)
34511 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34513 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34516 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34517 Recognize define-generic-mode.
34519 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34521 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34522 if there's no completion table.
34524 2005-03-23 Miles Bader <miles@gnu.org>
34526 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34527 Remove tty-specific variants, as they're no longer needed.
34529 2005-03-23 Lute Kamstra <lute@gnu.org>
34531 * generic-x.el: Code cleanup: make args constant whenever possible.
34532 (installshield-statement-keyword-list)
34533 (installshield-system-functions-list)
34534 (installshield-system-variables-list, installshield-types-list)
34535 (installshield-funarg-constants-list): Make them constants.
34537 * generic.el (generic-make-keywords-list): Add autoload cookie.
34539 * calendar/time-date.el: Add comment on time value formats.
34540 Don't require parse-time.
34541 (with-decoded-time-value): New macro.
34542 (encode-time-value): New function.
34543 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34544 (days-to-time): Return a valid time value when arg is huge.
34545 (time-since): Use time-subtract.
34546 (time-to-number-of-days): Use time-to-seconds.
34548 2005-03-23 David Ponce <david@dponce.com>
34550 * recentf.el (recentf-keep): New option.
34551 (recentf-menu-action): Default to `find-file'.
34552 (recentf-keep-non-readable-files-flag)
34553 (recentf-keep-non-readable-files-p)
34554 (recentf-file-readable-p, recentf-find-file)
34555 (recentf-cleanup-remote): Remove.
34556 (recentf-include-p): More robust.
34557 (recentf-keep-p): New function.
34558 (recentf-remove-if-non-kept): Rename from
34559 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34560 All callers updated.
34561 (recentf-menu-items-for-commands): Fix help string.
34562 (recentf-track-closed-file): Update. Doc fix.
34563 (recentf-cleanup): Update. Count removed files. Doc fix.
34565 2005-03-23 Kim F. Storm <storm@cua.dk>
34567 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34568 Don't inherit from fringe face (now happens automatically).
34570 2005-03-22 Kim F. Storm <storm@cua.dk>
34572 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34575 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34577 * menu-bar.el (showhide-date-time): Remove.
34578 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34579 (menu-bar-make-mm-toggle): Simplify.
34581 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34583 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34584 Accept qualified variable and function names.
34586 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34588 * bindings.el (completion-ignored-extensions):
34589 Remove ".lis" for `vax-vms'.
34591 2005-03-22 Andreas Schwab <schwab@suse.de>
34593 * generic-x.el: Revert last change.
34594 * ldefs-boot.el: Update.
34596 2005-03-22 Jay Belanger <belanger@truman.edu>
34598 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34599 (calc-embedded-save-original-modes)
34600 (calc-embedded-restore-original-modes): New functions.
34601 (calc-do-embedded): Save original modes when entering embedded mode
34602 and restore when leaving embedded mode.
34603 (calc-embedded-modes-change): Change the value of
34604 calc-embedded-original-modes to reflect permanent changes.
34606 2005-03-22 Lute Kamstra <lute@gnu.org>
34608 * generic-x.el: Require generic again.
34610 2005-03-22 Miles Bader <miles@gnu.org>
34612 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34613 Tweak details to look good on both ttys and bitmap displays, light
34614 or dark background, etc.
34616 2005-03-21 Kim F. Storm <storm@cua.dk>
34618 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34621 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34623 * icomplete.el: Don't forcibly turn on the mode upon load.
34624 (icomplete-mode): Use define-minor-mode.
34625 (icomplete-eoinput): Default to nil.
34626 (icomplete-minibuffer-setup): Remove autoload.
34627 (icomplete-tidy): Simplify.
34628 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34629 in the initial state or if the user has modified the field.
34630 Fix handling of icomplete-max-delay-chars.
34631 Remove code that handles the oddball case where
34632 minibuffer-completion-table is an integer.
34633 Wrap icomplete-completions in while-no-input in case building
34634 completions takes more time than expected.
34635 (icomplete-completions): Simplify.
34637 2005-03-21 Richard M. Stallman <rms@gnu.org>
34639 * jka-compr.el (jka-compr-really-do-compress):
34640 Make variable buffer-local.
34642 * image-mode.el: Handle .xpm files too.
34643 (image-toggle-display): Preserve modification flag.
34645 * help.el (where-is): Don't mention aliases with no key bindings.
34647 2005-03-21 Lute Kamstra <lute@gnu.org>
34649 * generic.el: Fix commentary section. Don't require cl for
34651 (generic-mode-list): Add autoload cookie.
34652 (generic-use-find-file-hook, generic-lines-to-scan)
34653 (generic-find-file-regexp, generic-ignore-files-regexp)
34654 (generic-mode, generic-mode-find-file-hook)
34655 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34656 (define-generic-mode): Make it a defmacro. Fix docstring.
34657 (generic-mode-internal): Code cleanup. Add autoload cookie.
34658 (generic-mode-set-comments): Code cleanup.
34659 * generic-x.el: Don't prevent compilation. Don't require generic.
34660 Follow coding conventions. Minor code cleanup.
34661 (etc-fstab-generic-mode): Add some keywords.
34662 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34663 define-generic-mode like a function declaration.
34665 2005-03-21 Jay Belanger <belanger@truman.edu>
34667 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34670 2005-03-21 Sam Steingold <sds@gnu.org>
34672 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34674 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34676 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34677 Add underscore to "f$ lexicals" regexp.
34679 2005-03-20 Juri Linkov <juri@jurta.org>
34681 * subr.el (progress-reporter-do-update): When `min-value' is equal
34682 to `max-value', set `percentage' to 0 and prevent division by zero.
34684 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34686 Sync with Tramp 2.0.48.
34688 * net/tramp.el (all): Change all addresses to .gnu.org.
34689 (tramp-append-tramp-buffers): New defun.
34690 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34691 Catch `dont-send' signal.
34692 (tramp-set-auto-save-file-modes): Set always permissions, because
34693 there might be an old auto-saved file belonging to another
34694 original file. This could be a security threat. Reported by
34695 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34696 Check for Emacs 21.3.50 removed.
34698 * net/tramp-smb.el (all): Remove debug construct for
34699 `with-parsed-tramp-file-name'.
34700 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34701 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34702 No error message if DIRECTORY or FILENAME doesn't exist.
34703 (tramp-smb-open-connection): Check existence of
34704 `tramp-smb-program'.
34706 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34708 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34709 Properly handle the case where the `m' or `s' command's argument is not
34711 (perl-indent-new-calculate): New function.
34712 (perl-indent-line): Use it.
34714 2005-03-20 Miles Bader <miles@gnu.org>
34716 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34717 in text-mode too. Change to new face names.
34718 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34719 Add `:weight bold' attribute.
34720 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34722 2005-03-19 Juri Linkov <juri@jurta.org>
34724 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34726 * international/mule.el (auto-coding-alist): Sync with
34727 `auto-mode-alist' by adding upper case archive file extensions
34728 and adding ear/war to jar extension.
34730 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34732 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34733 running, restart it.
34735 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34737 * finder.el (finder-current-item): Throw an error on an empty line.
34739 * man.el (Man-follow-manual-reference): If current-word returns
34742 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34744 * simple.el (goto-line): Doc fix.
34746 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34748 * files.el (save-buffer): Doc fix.
34750 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34752 * recentf.el (recentf-cleanup-remote): New variable.
34753 (recentf-cleanup): Use it to conditionally check availability of
34756 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34758 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34761 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34763 * language/thai-word.el: New file.
34765 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34767 * files.el (backup-buffer): If the file's directory is not
34768 writable, use copy instead of move to backup the file.
34770 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34772 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34774 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34776 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34777 Use functionp instead of symbolp and fboundp. Reported by Drkm
34778 <darkman_spam@yahoo.fr>.
34779 (ps-print-version): New version 6.6.6.
34781 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34783 * textmodes/table.el (table--line-column-position): New idiom.
34784 (table--row-column-insertion-point-p): New function to test
34785 validity of row and column insertion operation at a location.
34786 (table-global-menu, table-cell-menu): Use above functions for
34787 deterministic test operation.
34788 (table--editable-cell-p): Behave in deterministic fashion.
34790 2005-03-18 Juri Linkov <juri@jurta.org>
34792 * isearch.el (isearch-lazy-highlight-new-loop):
34793 Make arguments beg and end optional.
34794 (isearch-update): Remove optional arguments nil from
34795 isearch-lazy-highlight-new-loop.
34796 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34797 isearch-lazy-highlight-case-fold-search instead of
34798 isearch-case-fold-search, and let-bind isearch-regexp to
34799 isearch-lazy-highlight-regexp.
34800 Use isearch-lazy-highlight-last-string instead of isearch-string.
34802 * replace.el (perform-replace): Remove bindings of global
34803 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34804 Add three new arguments to `replace-highlight'.
34805 (replace-highlight): Add arguments string, regexp, case-fold.
34806 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34807 to allow isearch-lazy-highlight-new-loop to use these values
34808 to set corresponding isearch-lazy-highlight-* internal
34809 variables whose values lazy highlighting will use regardless of
34810 changes to global variables isearch-string, isearch-regexp,
34811 isearch-case-fold-search during lazy highlighting loop.
34812 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34813 to `lazy-highlight-cleanup'.
34815 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34816 (ispell-highlight-face): Set default face to `isearch' when
34817 lazy highlighting is enabled.
34818 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34819 priority to 1. Add lazy highlighting.
34820 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34821 from `isearch-dehighlight'.
34823 2005-03-18 David Ponce <david@dponce.com>
34825 * files.el (hack-local-variables): Do a case-insensitive search
34828 2005-03-18 Juri Linkov <juri@jurta.org>
34830 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34831 `isearch-lazy-highlight-cleanup', add alias to old name and
34832 declare obsolete. Add release numbers to other obsolete vars.
34833 (isearch-done, isearch-lazy-highlight-new-loop):
34834 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34835 (lazy-highlight-cleanup) <variable>: Doc fix.
34836 (isearch-lazy-highlight-update): Rename obsolete
34837 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34839 2005-03-18 Kenichi Handa <handa@m17n.org>
34841 * language/thai-util.el: Fix categorization of Thai characters in
34842 thai-category-table.
34843 (thai-composition-pattern): Adjust it for the above change.
34844 (thai-self-insert-command, thai-compose-syllable): New functions.
34845 (thai-compose-region): Use thai-compose-syllable.
34846 (thai-compose-string): Likewise.
34847 (thai-composition-function): Likewise.
34848 (thai-auto-composition): New function.
34849 (thai-auto-composition-mode): New minor mode.
34851 * language/thai.el: Fix patterns to be registered in
34852 composition-function-table.
34854 * international/quail.el (quail-input-method): Locally bind
34855 inhibit-modification-hooks to t.
34857 2005-03-17 Richard M. Stallman <rms@gnu.org>
34859 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34860 (perl-mode): Use run-mode-hooks.
34862 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34863 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34864 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34866 * mail/sendmail.el (sendmail-send-it): Reenable the code
34867 to compute resend-to-address and use it.
34869 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34871 * image-mode.el: New file.
34873 * image.el (insert-sliced-image): Add autoload cookie.
34875 * font-lock.el (font-lock-lines-before): New user option.
34876 (font-lock-after-change-function): Obey it.
34878 * bindings.el (esc-map): Make M-g a prefix.
34879 Bind M-g g and M-g M-g to goto-line.
34881 * faces.el (face-id): Doc fix.
34883 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34885 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34886 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34887 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34889 * mail/sendmail.el (mail-yank-ignored-headers)
34890 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34891 Add Mail-Followup-To and Mail-Reply-To headers.
34892 (mail-citation-hook): Add autoload cookie.
34893 (mail-mode): Doc fix.
34894 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34895 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34896 (mail-mode-fill-paragraph): Handle those headers.
34897 (mail-mailing-lists): New variable.
34898 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34900 2005-03-17 Juri Linkov <juri@jurta.org>
34902 * isearch.el (isearch-fallback): Check for `(car previous)'
34903 before calling `isearch-other-end-state'.
34905 2005-03-17 Kim F. Storm <storm@cua.dk>
34907 * simple.el (move-beginning-of-line): Move to beginning of buffer
34908 line, as well as beginning of screen line.
34910 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34912 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34913 argument REDRAW rather than calendar-redrawing variable.
34914 * calendar/calendar.el (calendar-redrawing): Delete.
34915 (redraw-calendar): Do not bind calendar-redrawing.
34917 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34919 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34922 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34924 * help.el (describe-mode): Allow a :minor-mode-function property to
34925 specify a different minor mode toggle function than the variable.
34926 * simple.el (auto-fill-function):
34927 * subr.el (add-minor-mode): Use it.
34929 2005-03-16 Kenichi Handa <handa@m17n.org>
34931 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34932 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34933 (ethio-fidel-to-sera-buffer): Likewise.
34935 2005-03-16 Juri Linkov <juri@jurta.org>
34937 * emacs-lisp/find-func.el (find-function-regexp):
34938 Add defun-emitting macro `menu-bar-make-toggle'.
34940 * isearch.el: Put `isearch-scroll' property to
34941 `split-window-horizontally'.
34943 * info.el: Update error messages for `debug-ignored-errors'.
34944 (Info-isearch-search): Doc fix.
34945 (Info-find-node): Move up code to go into info buffer before
34946 recording the node to the history.
34947 (Info-fontify-node): Fontify titles only if the next line
34948 has two or more `*', `=', `-', `.'.
34949 Display "go to this node" for empty (match-string 3).
34951 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34953 * term/mac-win.el: Add mouse pointer shape constants.
34955 2005-03-15 Kim F. Storm <storm@cua.dk>
34957 * simple.el (move-beginning-of-line): Use vertical-motion.
34959 2005-03-15 Juri Linkov <juri@jurta.org>
34961 * isearch.el (isearch-error): New variable.
34962 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34963 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34964 (isearch-within-brackets-state): Remove.
34965 (isearch-case-fold-search-state, isearch-pop-fun-state):
34966 Decrease frame index.
34967 (isearch-mode, isearch-top-state, isearch-push-state)
34968 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34969 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34970 (isearch-search, isearch-lazy-highlight-new-loop):
34971 Replace `isearch-invalid-regexp' with `isearch-error'.
34972 Remove `isearch-within-brackets'.
34973 (isearch-search): Add `search-failed' handler to `condition-case'.
34974 (isearch-lazy-highlight-search): Add `condition-case' to catch
34975 errors and allow `isearch-lazy-highlight-update' to try
34976 highlighting from the beginning of the window.
34977 (isearch-repeat): Move up code to set isearch-wrapped to t
34978 before calling isearch-wrap-function.
34980 * info.el (Info-isearch-initial-node): New internal variable.
34981 (Info-search): Signal an error in isearch mode when search leaves
34982 the initial node. Signal an error when `bound' is non-nil and
34983 nothing was found in the current subfile.
34984 (Info-isearch-search): Remove `condition-case'.
34985 (Info-isearch-wrap): Don't wrap when search failed during leaving
34986 the initial node. If `Info-isearch-search' is nil, wrap around
34988 (Info-isearch-start): New fun.
34989 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34990 `isearch-mode-hook'.
34992 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34994 * simple.el (normal-erase-is-backspace): Set default to t if
34997 * term/mac-win.el (function-key-map): Sync with x-win.el.
34999 2005-03-15 Kenichi Handa <handa@m17n.org>
35001 * international/mule-cmds.el (locale-language-names): Modify the
35002 format of elements and add more entries.
35003 (locale-preferred-coding-systems): Add more entries.
35004 (set-locale-environment): Adjust for the change of
35005 locale-language-names.
35007 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
35009 * pcvs.el (smerge-ediff): Remove bogus autoload.
35011 2005-03-14 Lute Kamstra <lute@gnu.org>
35013 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
35014 Ignore a `*' at the beginning of a line.
35016 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
35017 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
35019 (dont-compile, eval-when-compile, eval-and-compile): Use declare
35020 to specify indentation.
35022 * generic.el (define-generic-mode): Let generic-mode-list be a
35023 list of strings; test membership with equal.
35025 2005-03-14 Kim F. Storm <storm@cua.dk>
35027 * simple.el (next-line, previous-line): Add optional try-vscroll
35028 arg to recognize interactive use. Pass it on to line-move.
35029 (line-move): Don't perform auto-window-vscroll when defining or
35030 executing keyboard macro to ensure consistent behavior.
35032 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
35034 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
35036 2005-03-13 Lute Kamstra <lute@gnu.org>
35038 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
35039 debugger-setup-buffer so that backtrace marks the frames set to
35040 debug-on-exit and we don't have to do it manually. Set an extra
35041 debug-on-exit for macro's.
35042 (debugger-setup-buffer): Don't mark the top frame manually.
35044 2005-03-12 Lute Kamstra <lute@gnu.org>
35046 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
35047 lisp-indent-function throughout.
35048 (with-no-warnings): Set lisp-indent-function property.
35050 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
35052 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
35053 Add entry for backslash.
35055 2005-03-12 Juri Linkov <juri@jurta.org>
35057 * info.el (Info-search): Four fixes for backward search.
35059 2005-03-11 Jay Belanger <belanger@truman.edu>
35061 * calc/calc.el (calc-language-alist): New variable.
35062 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
35063 (calc-embedded-find-modes): Use calc-language-alist instead of
35064 calc-embedded-language-alist.
35066 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
35068 * calendar/calendar.el (calendar-redrawing): New internal
35070 (redraw-calendar): Remove bogus save-excursion from previous
35071 change. Bind calendar-redrawing to t for mark-diary-entries.
35072 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
35073 calendar if that is why we were called.
35075 2005-03-11 Kenichi Handa <handa@m17n.org>
35077 * international/mule.el (make-coding-system): Set property
35078 coding-system-define-form to nil.
35079 (define-coding-system-alias): Likewise.
35081 2005-03-11 Kenichi Handa <handa@m17n.org>
35083 These changes are suggested by Dave Love <fx@gnu.org>.
35085 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
35087 (adaptive-fill-regexp): Add more bullets.
35088 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
35091 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
35093 * help.el (describe-mode): Properly handle non-trivial lighters.
35094 Don't ignore minor modes that are not listed in minor-mode-list.
35096 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
35097 feature ON when the user requests to turn it OFF.
35099 2005-03-10 Lute Kamstra <lute@gnu.org>
35101 * emacs-lisp/debug.el (debug-entry-code): Delete it.
35102 (implement-debug-on-entry): New function to replace debug-entry-code.
35103 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
35104 second argument as the 2005-03-07 change makes it obsolete.
35105 (debug-on-entry, cancel-debug-on-entry): Update call to
35107 (debug, debugger-setup-buffer): Comment update.
35108 (debugger-frame-number): Update to work with implement-debug-on-entry.
35110 2005-03-10 Jay Belanger <belanger@truman.edu>
35112 * calc/calc-embed.el (math-ms-args): Declare it.
35113 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
35115 (calc-embedded-subst): Use math-multi-subst-rec to substitute
35118 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
35120 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35123 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35124 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35125 (tooltip-gud-tips): Simplify.
35126 (tooltip-gud-tips-p): Remove superfluous :set.
35127 (tooltip-gud-modes): Add fortran-mode.
35128 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35130 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35132 2005-03-09 Kim F. Storm <storm@cua.dk>
35134 * play/animate.el (animate-place-char): Use forward-line instead
35135 of next-line to improve performance.
35137 2005-03-09 Simon Josefsson <jas@extundo.com>
35139 * net/browse-url.el (browse-url-default-browser): Doc fix.
35141 2005-03-09 Miles Bader <miles@gnu.org>
35143 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35144 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35146 2005-03-09 Kenichi Handa <handa@m17n.org>
35148 * international/latin-1.el: Set case and syntax for 255 only if
35149 set-case-syntax-set-multibyte is nil.
35151 * textmodes/ispell.el (ispell-insert-word): New function.
35152 (ispell-word): Use ispell-insert-word to insert a new word.
35153 (ispell-process-line): Likewise.
35154 (ispell-complete-word): Likewise.
35156 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
35158 * calendar/calendar.el (redraw-calendar): Preserve point.
35159 Reported by Matt Hodges <MPHodges@member.fsf.org>.
35160 (calendar-week-start-day): Move after definition of
35161 redraw-calendar. Delete buffer test, since redraw-calendar has
35164 * calendar/diary-lib.el (mark-diary-entries): Only call
35165 redraw-calendar in the first of any recursive calls.
35166 Reported by Alan Shutko <ats@acm.org>.
35168 2005-03-08 Juri Linkov <juri@jurta.org>
35170 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35171 (html-horizontal-rule, html-line, html-image, html-checkboxes)
35172 (html-radio-buttons): Add a space before the trailing `/>' where
35173 sgml-xml-mode is non-nil.
35174 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35175 the subsequent tag of the empty XML tag.
35176 (html-href-anchor): Don't set initial input to "http:".
35177 (html-image): Ask for the image URL and set point inside alt="".
35178 (html-name-anchor): Duplicate the name in the `id' attribute when
35179 sgml-xml-mode is non-nil.
35180 (html-paragraph): Remove \n before <p>.
35181 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35182 instead of `checked' when sgml-xml-mode is non-nil.
35184 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35185 Remove 1 space before #RRGGBB to not truncate it on terminal
35186 windows w/o fringes. Remove 1 space between bg and fg examples
35188 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35189 avoid byte-compile warnings.
35191 * image-file.el (image-file-handler): Put `safe-magic' property to
35192 `image-file-handler'.
35194 * info.el (Info-isearch-search): Emulate word search in
35195 isearching through multiple Info nodes with Info-search.
35196 (Info-isearch-wrap): Allow isearch-word.
35198 2005-03-08 Lute Kamstra <lute@gnu.org>
35200 * emacs-lisp/debug.el (debugger-step-through): Make sure that
35201 stepping into the debugger's code is not possible.
35202 (debugger-jumping-flag): Docstring update.
35204 2005-03-08 Jay Belanger <belanger@truman.edu>
35206 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35207 embedded mode begins.
35208 (calc-embedded-language-alist): New variable.
35209 (calc-embedded-find-modes): Use calc-embedded-language-alist to
35210 set default language mode.
35212 2005-03-08 Kenichi Handa <handa@m17n.org>
35214 * international/ccl.el (define-ccl-program): Fix docstring about
35215 extra 256 bytes assured for the output buffer.
35217 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35218 Fix BUFFER_MAGNIFICATION to 2.
35219 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35221 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
35223 * align.el (align-rules-list): Added an alignment rule for CSS
35224 declarations (applies to css-mode and html-mode buffers).
35226 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35228 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35230 2005-03-07 Kim F. Storm <storm@cua.dk>
35232 * simple.el (move-beginning-of-line): New command.
35234 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35236 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35238 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35239 and move-beginning-of-line.
35241 * apropos.el (apropos-print): Omit command from M-x ... RET.
35243 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35245 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35246 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35248 2005-03-06 Richard M. Stallman <rms@gnu.org>
35250 * bindings.el (esc-map): Bind M-g to goto-line.
35252 * facemenu.el (global-map): Bind M-o, not M-g.
35254 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
35256 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35257 "Open Directory" as for "Open File".
35259 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35261 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35262 (push-mark-command): Run activate-mark-hook.
35264 2005-03-06 Richard M. Stallman <rms@gnu.org>
35266 * help-mode.el (help-mode-finish): Don't alter the element
35267 in view-return-to-alist if there already is one.
35269 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35270 make sure the current buffer is the expected one.
35272 * novice.el (disabled-command-function): Output in *Disabled Command*.
35273 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35275 * textmodes/flyspell.el (flyspell-large-region):
35276 Pass args differently for aspell.
35278 * files.el (mode-require-final-newline): Doc fix.
35280 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35282 * progmodes/which-func.el (which-function):
35283 Specify NOERROR when calling imenu--make-index-alist.
35285 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35287 * simple.el (normal-erase-is-backspace): Define default value.
35289 * custom.el (custom-theme-set-variables): Remove unused var
35291 (custom-reevaluate-setting): Simple function to handle variables
35292 that are defined before their default value can really be
35295 * startup.el (command-line): Use it for temporary-file-directory,
35296 small-emporary-file-directory, auto-save-file-name-transforms,
35297 blink-cursor-mode, and normal-erase-is-backspace.
35299 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35300 progress, even with buggy anchored keywords.
35302 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35304 * simple.el (goto-line): Remove unbalanced final parenthesis.
35306 2005-03-05 Richard M. Stallman <rms@gnu.org>
35308 * simple.el (goto-line): Use a number at point as the default.
35309 With C-u as arg, switch buffers.
35311 2005-03-05 Juri Linkov <juri@jurta.org>
35313 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35314 with `no-blinking-cursor'.
35316 * startup.el (no-blinking-cursor): New defvar.
35317 (command-line): Add `--no-blinking-cursor' to longopts.
35318 Set `no-blinking-cursor' to t for command line arguments
35319 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35320 with `no-blinking-cursor' in the condition for calling
35321 `blink-cursor-mode'.
35323 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35325 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35326 (menu-bar-options-save): Add blink-cursor-mode.
35327 (menu-bar-options-menu): Add blink-cursor-mode.
35329 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35331 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35332 (icalendar-export-file, icalendar-export-region)
35333 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35334 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35336 2005-03-04 Lute Kamstra <lute@gnu.org>
35338 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35339 (debug-function-list): Ditto.
35341 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35343 * textmodes/texinfmt.el (texinfo-append-refill):
35344 Redefine the types of line to which @refill
35345 is not appended by replacing a search for `@refill\\|@bye' with
35346 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35347 itemize@refill' bug and the unfilled long lines bug.
35348 (texinfmt-version): Update number and date.
35350 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35352 * international/code-pages.el (windows-1250, windows-125[2-8])
35353 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35355 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35357 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35360 2005-03-02 Romain Francoise <romain@orebokech.com>
35362 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35363 buffer after removing limits.
35364 (ibuffer-pop-filter): Ditto.
35367 2005-03-02 Miles Bader <miles@gnu.org>
35369 * button.el (make-text-button): If the user doesn't specify a
35370 type, use the default. Rewrite to use `add-text-properties' and
35373 2005-03-01 Lute Kamstra <lute@gnu.org>
35375 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35376 (debugger-jumping-flag): New var.
35377 (debug-entry-code): Use it.
35378 (debugger-jump): Use debugger-jumping-flag and add
35379 debugger-reenable to post-command-hook.
35380 (debugger-reenable): Use debugger-jumping-flag and remove itself
35381 from post-command-hook.
35382 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35385 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35387 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35388 inclusion of "itemize\\|", which may be unnecessary, is certainly
35389 inelegant, and stops refilling in itemize lists when formatting
35390 Japanese Texinfo files to Info.
35391 Update copyright to 2005.
35393 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35395 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35396 of an error if GDB can't find the source file.
35398 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35400 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35401 not just the calendar.
35403 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35405 (diary-redraw-calendar): New function.
35406 (make-diary-entry): Add diary-redraw-calendar to local
35407 write-contents-functions. Turn off selective display before
35408 inserting in diary.
35410 2005-03-01 Kim F. Storm <storm@cua.dk>
35412 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35414 2005-03-01 Lute Kamstra <lute@gnu.org>
35416 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35417 that debug-entry-code can be safely removed from a function while
35418 this code is being evaluated. Revert the 2005-02-27 change as the
35419 new implementation no longer requires it. Make sure that a
35420 function body containing just a string is not mistaken for a docstring.
35421 (debug): Skip one more frame in case of debug on entry.
35422 (debugger-setup-buffer): Delete one more frame line in case of
35424 (debugger-frame-number): Update to use the new text introduced by
35425 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35427 2005-02-28 Kim F. Storm <storm@cua.dk>
35429 * double.el (double-translate-key): Call force-window-update after
35430 read-event to avoid crash in redisplay.
35432 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35434 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35435 (debug): Use it. Move the inhibit-trace earlier.
35436 (debug-entry-code): New const.
35437 (debug-on-entry-1): Use it.
35439 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35441 * international/utf-16.el (ccl-encode-mule-utf-16le):
35442 Fix BUFFER_MAGNIFICATION to 2.
35443 (ccl-encode-mule-utf-16be): Likewise.
35445 2005-02-28 Kenichi Handa <handa@m17n.org>
35447 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35448 Fix BUFFER_MAGNIFICATION to 4.
35449 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35451 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35453 * speedbar.el (speedbar-update-flag): Doc fix.
35454 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35457 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35459 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35460 have a non-nil `invisible' property but are actually visible.
35462 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35463 for perldoc sections.
35464 (perl-outline-regexp, perl-outline-level): New var and function.
35465 (perl-mode): Use them.
35467 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35469 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35470 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35472 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35474 * cus-edit.el: Comment change.
35475 (custom-buffer-create-internal): Slightly reword text at top of
35476 Custom buffers. Mention there that saving an option edits the
35477 init file. Add link to Emacs manual node on `custom-file'.
35478 (custom-magic-alist): Rewrite individual State messages to use
35479 capitalized keywords. Doc fix.
35481 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35483 * calendar/calendar.el (calendar-buffer): Move above
35484 calendar-week-start-day.
35485 (calendar-week-start-day): Doc fix. Add :set function.
35486 (calendar-minimum-window-height): New variable.
35487 (generate-calendar-window): Only resize window if selected-window
35488 is displaying the calendar buffer. Use new variable
35489 calendar-minimum-window-height.
35490 (generate-calendar): Reword error message.
35491 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35493 2005-02-27 Andreas Schwab <schwab@suse.de>
35495 * vc.el (vc-do-command): Don't run command asynchronously when
35496 operating in a remote directory.
35498 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35499 change from sync with Tramp 2.0.47.
35501 2005-02-27 Richard M. Stallman <rms@gnu.org>
35503 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35505 * textmodes/flyspell.el (flyspell-mode-on):
35506 Call ispell-change-dictionary only if necessary.
35508 * emacs-lisp/re-builder.el (regexp-builder): New function.
35510 * register.el (describe-register-1): Explicitly handle
35511 yank-excluded-properties = t.
35513 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35514 (custom-magic-alist): Change the status descriptions again.
35515 (face widget-type): Total rewrite based on `restricted-sexp'
35516 to eliminate the confusing double hiding levels.
35518 * emacs-lisp/debug.el (debug-on-entry-1):
35519 If function body is empty, add nil as body form.
35521 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35523 * emacs-lisp/trace.el (inhibit-trace): New var.
35524 (trace-make-advice): Use it.
35526 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35528 2005-02-26 Kim F. Storm <storm@cua.dk>
35530 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35531 (mouse-on-link-p, mouse-drag-region-1): Use it.
35533 2005-02-25 Lute Kamstra <lute@gnu.org>
35535 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35537 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35539 * frame.el (blink-cursor-mode): Add :group keyword.
35541 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35543 * calendar/icalendar.el (icalendar--decode-isodatetime):
35544 New optional argument DAY-SHIFT.
35545 (icalendar-export-region): Fix coding-system-for-write.
35546 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35549 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35551 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35553 2005-02-24 Kim F. Storm <storm@cua.dk>
35555 * international/iso-acc.el (iso-accents-compose): Fix crash
35556 during redisplay. Call force-window-update after read-event
35557 and delete-region to signal that window is not accurate.
35559 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35561 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35562 Remove unused and inexistent var `inhibit-trace'.
35563 (debugger-mode): Use run-mode-hooks.
35564 (debugger-list-functions): Add buttons; setup xref stack.
35566 2005-02-23 Richard M. Stallman <rms@gnu.org>
35568 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35569 appointment says it was explicitly made.
35570 (appt-add): Set the 3rd element.
35571 (appt-make-list): Preserve explicit appointments.
35573 * subr.el (find-tag-default): Catch errors in forward-sexp.
35575 2005-02-23 Juri Linkov <juri@jurta.org>
35577 * info.el (Info-isearch-search): New defcustom.
35578 (Info-isearch-search): Call the default isearch function
35579 when Info-isearch-search is nil.
35580 (Info-isearch-wrap): Use variable Info-isearch-search.
35582 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35584 * cus-edit.el: Comment change.
35586 2005-02-22 Kim F. Storm <storm@cua.dk>
35588 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35589 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35591 2005-02-22 Simon Josefsson <jas@extundo.com>
35593 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35595 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35596 Oskarsson" <myrkraverk@users.sourceforget.net>.
35598 2005-02-22 Kim F. Storm <storm@cua.dk>
35600 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35601 check that window of that event is the selected window.
35602 (mouse-drag-region-1): Compare mouse event window to selected
35603 window before setting point.
35605 * tooltip.el (tooltip-show-help-function): Pass event to
35606 mouse-on-link-p so it can check selected window.
35608 2005-02-22 Kenichi Handa <handa@m17n.org>
35610 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35611 (ps-mule-show-warning): New function.
35612 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35613 characters are found.
35615 * ps-print.el (ps-header-footer-string): Return a list of header
35616 and footer strings.
35618 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35620 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35622 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35624 * frame.el (blink-cursor-mode): Use define-minor-mode.
35626 * term/mac-win.el (function-key-map): Use char-names more consistently.
35627 (file-name-coding-system): Only set it for MacOS-9. The other case is
35628 already handled in mule-cmds.el (where it also works when mac-win.el
35631 2005-02-21 Kenichi Handa <handa@m17n.org>
35633 * international/mule.el (ctext-pre-write-conversion): Always use
35634 " *code-converting-work*" buffer for work.
35636 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35638 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35640 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35642 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35644 * ses.el (undo-more): Restore defadvice, but only the part that
35645 allows changes outside the restricted area of the buffer.
35647 2005-02-20 Kim F. Storm <storm@cua.dk>
35649 * simple.el (line-move): Add fourth optional arg try-vscroll which
35650 must be set to perform auto-window-vscroll.
35651 When moving backwards and doing auto-window-vscroll, automatically
35652 vscroll to the last part of lines which are taller than the window.
35653 (next-line, previous-line): Set try-vscroll arg on line-move.
35655 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35657 * replace.el (query-replace, query-replace-regexp)
35658 (replace-string, replace-regexp): When operating on region, make
35659 the minibuffer prompt say so.
35661 * isearch.el (isearch-forward): Document isearch-query-replace and
35662 isearch-query-replace-regexp keybindings.
35664 2005-02-19 Jay Belanger <belanger@truman.edu>
35666 * calc/calc-aent.el (math-read-token): Add local variable.
35668 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35669 (calc-edit-top): Move declaration to earlier in file.
35670 (calc-edit-macro-repeats): Add local variables.
35672 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35673 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35675 Adjust integration rule for calcFunc-tan.
35677 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35679 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35680 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35681 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35682 (viper-skip-separators): Bug fix.
35683 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35684 particular major mode.
35685 (viper-del-backward-char-in-replace): Don't put deleted char on the
35688 * emulation/viper-ex.el (viper-color-display-p): New function.
35689 (viper-has-face-support-p): Use viper-color-display-p.
35691 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35693 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35695 * emulation/viper-util.el (viper-glob-unix-files):
35696 Fix shell status check.
35697 (viper-file-remote-p): Make equivalent to file-remote-p.
35699 * emulation/viper.el (viper-major-mode-modifier-list):
35700 Use viper-gnus-modifier-map.
35702 2005-02-19 David Kastrup <dak@gnu.org>
35704 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35707 2005-02-19 Jay Belanger <belanger@truman.edu>
35709 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35710 Remove extra definitions.
35711 (calc-coth): New function.
35712 (calcFunc-cot): Fix `let'.
35714 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35716 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35717 the reasons we use "type pc" in these faces.
35719 * button.el (button): Ditto.
35721 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35723 * replace.el (query-replace-read-from): Set the value of
35724 query-replace-from-history-variable to handle the case of an empty
35725 string entered to accept the suggested default.
35727 * net/tramp.el (tramp-file-name-for-operation):
35728 Use dired-call-process instead of dired-call-process-command.
35730 2005-02-19 Jay Belanger <belanger@truman.edu>
35732 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35733 (math-div-non-trig): New variables.
35734 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35735 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35736 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35739 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35741 * progmodes/gdb-ui.el (gdb-var-update-handler)
35742 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35743 for watch expressions,
35744 (gdb-var-create-handler): Don't set speedbar-update-flag.
35745 (gdb-post-prompt): Simplify test for speedbar.
35747 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35749 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35750 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35751 we use the syntax table of the correct buffer.
35752 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35755 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35756 (ediff-file-remote-p): Make synonymous with file-remote-p.
35757 In all deffaces ediff-*-face-*, use min-colors.
35759 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35760 ediff-recurse-to-subdirectories.
35761 (ediff-mark-if-equal): Check that the arguments are strings, use
35762 ediff-same-contents (after to Felix Gatzemeier).
35764 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35767 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35769 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35771 2005-02-18 David Kastrup <dak@gnu.org>
35773 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35774 use `mark-active' when defined.
35776 2005-02-18 Kenichi Handa <handa@m17n.org>
35778 * ps-print.el (ps-font-info-database): New entry
35779 ZapfChancery-MediumItalic with correct font name. Fix font name
35780 of the entry Zapf-Chancery-MediumItalic.
35782 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35784 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35786 2005-02-16 Kim F. Storm <storm@cua.dk>
35788 * ido.el (ido-fallback-command): Pass user input to fallback command.
35790 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35792 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35793 (gdb-find-file-hook): Add server prefix.
35795 2005-02-16 Richard M. Stallman <rms@gnu.org>
35797 * replace.el (perform-replace): Pass new args to replace-highlight.
35798 (replace-highlight): Take region args,
35799 and pass them to isearch-lazy-highlight-new-loop.
35801 * novice.el (disabled-command-hook): Autoload the defalias
35802 and the make-obsolete-variable call.
35804 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35806 * isearch.el (isearch-lazy-highlight-start-limit)
35807 (isearch-lazy-highlight-end-limit): New variables limit
35808 the region for highlighting.
35809 (isearch-lazy-highlight-new-loop): New args BEG and END.
35810 (isearch-lazy-highlight-search): Use the new vars.
35811 (isearch-lazy-highlight-update): Likewise.
35813 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35815 * cus-start.el (all): Use default-boundp.
35817 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35819 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35821 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35823 * autorevert.el (auto-revert-stop-on-user-input)
35824 (auto-revert-verbose): Doc fixes.
35826 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35828 * international/mule-cmds.el (set-locale-environment): Remove call
35829 to set-selection-coding-system on Windows.
35831 2005-02-15 Jay Belanger <belanger@truman.edu>
35833 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35834 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35836 (math-simplify-sqrt): Add simplifications.
35838 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35841 * calc/calc-ext.el: Add functions to autoloads.
35843 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35844 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35845 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35846 (math-csc-raw, math-cot-raw): New functions.
35848 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35850 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35851 the variable name in a message.
35853 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35854 calcFunc-csc, calcFunc-cot.
35856 * calc/calcalg2.el: Add derivative and integration rules for
35857 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35858 calcFunc-csch, calcFunc-coth.
35859 (math-do-integral-methods): Add to checks for when to use
35862 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35864 2005-02-15 Lute Kamstra <lute@gnu.org>
35866 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35867 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35868 <monnier@iro.umontreal.ca>.
35869 (lisp-outline-level): Improve efficiency. Suggested by David
35870 Kastrup <dak@gnu.org>.
35872 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35874 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35875 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35876 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35877 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35878 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35880 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35882 * cus-start.el (all): Comment change.
35884 2005-02-14 Lute Kamstra <lute@gnu.org>
35886 * cus-start.el (all): Check if symbol is void.
35888 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35890 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35891 optional argument to \cite.
35893 2005-02-14 Richard M. Stallman <rms@gnu.org>
35895 * cus-edit.el (custom-buffer-create-internal): Update help message.
35896 (custom-magic-alist): Update help messages.
35898 * cus-start.el (all): Allow a var to specify a standard value.
35900 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35902 * custom.el (custom-theme-set-variables): Handle variable aliases.
35904 * frame.el (blink-cursor-timer): Doc fix.
35905 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35907 (blink-cursor-mode): Define with defcustom and use correct
35908 standard expression in that defcustom.
35909 * startup.el (command-line): Adapt to above changes in frame.el.
35911 2005-02-11 Lute Kamstra <lute@gnu.org>
35913 * apropos.el (apropos-score-doc): Prevent division by zero.
35915 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35917 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35918 (icalendar--get-event-property-attributes)
35919 (icalendar--get-event-properties)
35920 (icalendar--datetime-to-diary-date): New functions.
35921 (icalendar--split-value): Doc fix.
35922 (icalendar--datetime-to-noneuropean-date)
35923 (icalendar--datetime-to-european-date): New optional argument
35924 SEPARATOR. Return result as a string instead of a list.
35925 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35926 (icalendar--convert-string-for-export): Rename arg S to STRING.
35927 (icalendar-export-region): Doc fix. Change name of error buffer.
35928 Save output buffer.
35929 (icalendar-import-file): Add blank at end of prompt.
35930 (icalendar-import-buffer): Doc fix. Do not switch to error
35931 buffer. Indicate status in return value.
35932 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35933 buffer. Save output buffer. Handle exception from recurrence
35934 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35935 events. Fix problems with weekly all-day events.
35937 2005-02-10 Richard M. Stallman <rms@gnu.org>
35939 * simple.el (eval-expression-print-format):
35940 Avoid warning about edebug-active.
35942 * help.el (help-for-help-internal): Rename from help-for-help.
35943 (help-for-help): Define with defalias.
35945 * font-core.el (font-lock-default-function): Use with-no-warnings.
35947 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35949 * custom.el (defface): Doc fix.
35951 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35953 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35954 width 0" to prevent word wrapping problems.
35956 2005-02-09 Kim F. Storm <storm@cua.dk>
35958 * ido.el (ido-file-extensions-order): New defcustom.
35959 (ido-file-extension-lessp, ido-file-extension-aux)
35960 (ido-file-extension-order): New advanced file ordering.
35961 (ido-file-lessp): New simple file ordering.
35962 (ido-sort-list): Remove.
35963 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35964 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35966 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35968 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35969 that some versions of grep produce.
35970 (grep-mode-font-lock-keywords): Likewise.
35972 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35974 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35975 (gdb-cdir): Delete.
35976 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35977 (gdb-source-info): Treat case when source file is in another
35978 directory properly.
35979 (gdb-get-location): New function.
35981 2005-02-07 Jay Belanger <belanger@truman.edu>
35983 * calc/calc-prog.el (calc-write-parse-table-part)
35984 (calc-fix-token-name): Fix a check for language type.
35986 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35988 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35990 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35991 as directory not writable.
35993 2005-02-07 Kim F. Storm <storm@cua.dk>
35995 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35996 (cua--standard-movement-commands): Remove list.
35997 Instead, set CUA property value to move for movement commands.
35998 (cua-movement-commands): Remove. Users must set CUA prop instead.
35999 (cua--pre-command-handler): Check CUA property.
36000 (cua--init-keymaps): Don't remap undo commands.
36001 (cua-mode): Don't call cua--rectangle-on-off.
36003 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
36004 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
36005 (cua--rect-undo-set-point): New var.
36006 (cua--rectangle-undo-boundary): Setup undo apply entry.
36007 (cua--rect-undo-handler): New function for rectangle undo.
36008 (cua--rect-start-position, cua--rect-end-position): Add.
36009 (cua--rectangle-post-command): Call cua--rectangle-set-corners
36010 for restored rectangle. Set point if cua--rect-undo-set-point.
36012 2005-02-06 Jay Belanger <belanger@truman.edu>
36014 * calc/calc-lang.el (calc-tex-language): Display more information
36017 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
36020 2005-02-06 Richard M. Stallman <rms@gnu.org>
36022 * emacs-lisp/lisp.el (buffer-end): Doc fix.
36024 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
36026 * net/ldap.el (ldap-search-internal): Support attributes with
36027 optional descriptions separated by a semi-colon, as in
36028 "userCertificate;binary".
36030 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
36032 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
36033 isn't a cons (i.e. the version is 0).
36035 2005-02-05 Eli Zaretskii <eliz@gnu.org>
36037 * help.el (help-for-help): Doc fix.
36039 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
36041 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
36042 GDB-Windows on the menu-bar as this works better.
36044 2005-02-04 Jay Belanger <belanger@truman.edu>
36046 * calc/calc-embed.el (calc-embedded-update): Don't put in
36047 unnecessary newlines. Adjust the end of formula marker.
36049 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
36050 (math-latex-parse-two-args): New function.
36052 2005-02-03 Lute Kamstra <lute@gnu.org>
36054 * help-fns.el (help-with-tutorial): Make sure that users cannot
36055 remove the entire text of the tutorial by means of `undo'.
36057 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
36059 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
36060 in recent changes, where the ispell process was repeatedly
36061 killed & restarted.
36063 * international/mule-cmds.el (set-locale-environment): Set file-name
36064 coding system to utf-8 on Darwin systems.
36065 (set-default-coding-systems): Don't set default-file-name-coding-system
36068 2005-02-03 Richard M. Stallman <rms@gnu.org>
36070 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
36072 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
36074 * faces.el (list-faces-display): Add optional argument.
36076 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
36078 * font-core.el (font-lock-default-function): Handle the rare case where
36079 only font-lock-keywords is set.
36081 2005-02-02 Kenichi Handa <handa@m17n.org>
36083 * international/characters.el: Cancel previous change for
36084 I-WITH-DOT-ABOVE and DOTLESS-i.
36086 * international/latin-5.el: Cancel previous change.
36088 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
36090 * progmodes/gud.el: Correction to syntax in gud-menu-map.
36092 2005-02-02 Kenichi Handa <handa@m17n.org>
36094 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
36097 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
36098 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
36100 * case-table.el (get-upcase-table): New function.
36101 (copy-case-table): Copy upcaes table too if non-nil.
36102 (set-case-syntax-delims): Maintain upcase table too.
36103 (set-case-syntax-pair): Likewise.
36104 (set-upcase-syntax, set-downcase-syntax): New functions.
36105 (set-case-syntax): Maintain upcase table too.
36107 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
36109 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
36111 * progmodes/gud.el (gud-goto-info): New function.
36112 (gud-tool-bar-map): Use correct icon.
36114 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36116 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
36117 When delegating, order args in the funcall correctly.
36119 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36121 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36123 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
36125 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36126 buffer not visiting a file.
36128 2005-01-31 Jay Belanger <belanger@truman.edu>
36130 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36131 bound on the line with the formula.
36133 2005-01-31 Kim F. Storm <storm@cua.dk>
36135 * ses.el (ses-create-cell-variable-range)
36136 (ses-destroy-cell-variable-range, ses-reset-header-string)
36137 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36138 (ses-insert-row): Fix format of apply undo entries.
36140 2005-01-31 Jay Belanger <belanger@truman.edu>
36142 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36145 * calc/calc-embed.el (calc-embedded-open-formula)
36146 (calc-embedded-close-formula): Ignore matrix environments.
36148 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36151 * calc/calc-lang.el (math-function-table, math-oper-table)
36152 (math-variable-table): Adjust the LaTeX portions.
36154 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36155 (math-latex-ignore-words): New constant.
36157 2005-01-31 Richard M. Stallman <rms@gnu.org>
36159 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36160 (ispell-local-dictionary): Doc fix.
36161 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36162 Don't reinitialize at run time. Don't defcustom.
36163 All uses changed to append ispell-local-dictionary-alist,
36165 (ispell-current-dictionary): New variable for dictionary in use.
36166 (ispell-dictionary): Now used only for global default.
36167 (ispell-start-process): Set ispell-current-dictionary,
36168 not ispell-dictionary.
36169 (ispell-change-dictionary): Use this only for setting
36171 (ispell-internal-change-dictionary): New function
36172 to change the current dictionary in use.
36173 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36174 Use ispell-current-dictionary.
36175 Handle ispell-local-dictionary-overridden.
36176 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36178 2005-01-31 Jay Belanger <belanger@truman.edu>
36180 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36182 * calc/calc-ext.el: Add calc-latex-language to autoloads.
36183 (calc-mode-map): Add calc-latex-language.
36185 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36186 (math-latex-print-frac): New functions.
36187 (math-oper-table, math-function-table, math-variable-table)
36188 (math-complex-format, math-input-filter): Add latex properties.
36189 (calc-set-language): Set math-expr-special-function-mapping.
36191 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36192 (calc-write-parse-table-part): Add LaTeX support.
36194 * calc/calc.el (calc-language): Adjust docstring.
36195 (calc-set-mode-line): Add LaTeX support.
36196 (math-expr-special-function-mapping): New variable.
36197 (math-tex-ignore-words): Add to list.
36199 * calc/calccomp.el (math-compose-expr, math-compose-rows):
36201 (math-compose-expr): Add support for special functions.
36203 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36205 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
36207 * progmodes/gdb-ui.el (gdb-memory-address)
36208 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36209 (gdb-memory-mode-map, gdb-memory-format-keymap)
36210 (gdb-memory-format-menu, gdb-memory-unit-keymap)
36211 (gdb-memory-unit-menu): New variables for a buffer
36212 that lets the user examine program memory.
36213 (gdb-memory-set-address, gdb-memory-set-repeat-count)
36214 (gdb-memory-format-binary, gdb-memory-format-octal)
36215 (gdb-memory-format-unsigned, gdb-memory-format-signed)
36216 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36217 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36218 (gdb-memory-unit-word, gdb-memory-unit-halfword)
36219 (gdb-memory-unit-byte, gdb-memory-unit-menu)
36220 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36221 (gdb-memory-mode, gdb-memory-buffer-name)
36222 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36223 New functions for above buffer.
36225 2005-01-30 Richard M. Stallman <rms@gnu.org>
36227 * cus-edit.el (custom-bury-buffer): Function deleted.
36228 (custom-buffer-done-function): Option deleted.
36229 (custom-buffer-done-kill): New replacement option.
36230 (Custom-buffer-done): Call quit-window.
36231 (custom-buffer-create-internal): Update for above changes.
36233 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36235 * simple.el (undo-ask-before-discard): New var.
36236 (undo-outer-limit-truncate): Implement it.
36237 (undo-extra-outer-limit): Doc update.
36239 2005-01-29 Richard M. Stallman <rms@gnu.org>
36241 * ses.el (undo-more): Delete defadvice.
36242 (ses-begin-change): Doc fix.
36244 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36245 instead of rebinding C-x u and C-_.
36247 * files.el (normal-backup-enable-predicate): Return nil for files
36248 in /tmp, regardless of temporary-file-directory.
36250 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36252 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36253 (open-rectangle, delete-whitespace-rectangle-line)
36254 (clear-rectangle-line): If FILL, pass t instead of FILL
36255 for move-to-column's 2nd arg.
36257 * simple.el (undo): Fix the test for continuing a series of undos.
36258 (undo-more): Set pending-undo-list to t when we reach end.
36259 (pending-undo-list): Move up defvar.
36261 * wid-edit.el (widget-button-click):
36262 Shorten the range of the track-mouse binding.
36264 * comint.el (comint-insert-input): Undo previous changes;
36265 use last-input-event in interactive spec.
36267 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36269 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36270 to nil before invoking call-process. Reset buffer's modified flag
36271 after fontifying it in the no-async branch.
36273 * wid-edit.el (widget-specify-button): If mouse pointer shape
36274 cannot be changed, use mouse face instead.
36276 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36278 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36279 (gdb-goto-breakpoint): Make breakpoint handling work on template
36280 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36281 (gdb-assembler-custom): Update to recognize breakpoint information
36282 added on 2005-01-19.
36284 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36286 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36287 (dsssl-mode): Use define-derived-mode.
36288 (scheme-mode-initialize): Remove.
36289 (scheme-mode): Use run-mode-hooks.
36291 * cus-edit.el (customize-group-other-window)
36292 (custom-buffer-create-other-window): Don't override special-display-*.
36293 (custom-mode-map): Make it dense.
36295 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36296 sets the default value.
36298 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36300 * descr-text.el: Add more keywords.
36302 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36304 * speedbar.el: Avoid unnecessary use of locate-library.
36306 * international/mule-cmds.el (standard-display-european-internal):
36307 Don't fiddle with latin-1 non-break space any more since it's now
36308 special cased in the C code.
36309 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36311 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36313 * cus-start.el (all): Add `undo-outer-limit'.
36315 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36317 * textmodes/bibtex.el (bibtex-format-entry):
36318 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36320 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36321 not on part of a buffer.
36323 2005-01-25 Lute Kamstra <lute@gnu.org>
36325 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36326 nonempty field text strings like "{letters\\macro{}more letters}".
36328 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36329 (bibtex-entry-offset, bibtex-parse-association)
36330 (bibtex-parse-field-name): Fix typos in docstrings.
36331 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36333 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36334 Juri Linkov <juri@jurta.org>
36336 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36337 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36338 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36339 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36341 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36342 isearch minor mode.
36344 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36346 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36348 2005-01-24 Lute Kamstra <lute@gnu.org>
36350 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36351 CASECHARS and NOT-CASECHARS regular expressions of the
36352 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36353 striding over charsets" error.
36355 2005-01-24 Jay Belanger <belanger@truman.edu>
36357 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36358 display variable name.
36360 2005-01-24 Kenichi Handa <handa@m17n.org>
36362 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36363 Fix setting of the element of encoded-kbd-iso2022-invocations.
36365 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36367 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36368 (gdb-threads-select): Change to also accept mouse events.
36369 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36370 (gdb-threads-mouse-select): Delete.
36372 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36374 * files.el (insert-directory): Take care of empty directory,
36375 listed without -a switch.
36377 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36379 * textmodes/refill.el (refill-post-command-function):
36380 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36381 to the list of functions that we should be careful not to undo.
36382 (refill-late-fill-paragraph-function): Remove.
36383 (refill-saved-state): New var.
36384 (refill-mode): Use it to save fill-paragraph-function.
36385 Save also the value of auto-fill-function.
36387 * term/w32-win.el: Simplify code.
36389 2005-01-23 Kim F. Storm <storm@cua.dk>
36391 * simple.el (line-move): Adapt to new return value from
36392 pos-visible-in-window-p.
36394 * simple.el (line-move): Fix last change. Check partial
36395 visibility at point rather than at window-start.
36397 2005-01-22 Jason Rumney <jasonr@gnu.org>
36399 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36401 2005-01-22 David Kastrup <dak@gnu.org>
36403 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36405 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36407 * type-break.el (type-break-mode): Add a test for
36408 type-break-file-name being non-nil.
36410 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36412 * net/eudc.el (top level): Call (message "") via progn, so that
36413 eudc-options-file is loaded.
36415 2005-01-22 Kim F. Storm <storm@cua.dk>
36417 * simple.el (line-move-1): Rename from line-move.
36418 (line-move): New function that adjusts vscroll for partially
36419 visible rows, and calls line-move-1 otherwise.
36421 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36423 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36424 since it's not a complete read-event implementation.
36426 2005-01-20 Jay Belanger <belanger@truman.edu>
36428 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36429 for called function.
36431 2005-01-20 Steven Tamm <steventamm@mac.com>
36433 * term/mac-win.el (process-connection-type): Remove.
36434 Controlled now by s/darwin.h:PTY_ITERATION.
36436 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36438 * window.el (handle-select-window): Don't switch window when we're
36441 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36443 * subr.el (dotimes-with-progress-reporter): New macro.
36445 * ses.el (ses-dotimes-msg): Remove macro.
36446 Use `dotimes-with-progress-reporter' instead.
36448 2005-01-19 Steven Tamm <steventamm@mac.com>
36450 * term/mac-win.el (process-connection-type): Use new
36451 operating-system-release variable to use ptys on Darwin 7 (OS X
36452 10.3) when using carbon build.
36454 2005-01-19 Jay Belanger <belanger@truman.edu>
36456 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36457 flags if the last command was a tab or M-tab.
36459 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36460 in formula editing buffer.
36462 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36464 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36465 breakpoint image symbol in margin.
36467 2005-01-19 Jay Belanger <belanger@truman.edu>
36469 * calc/calc-prog.el (calc-execute-kbd-macro):
36470 Ignore calc-keep-arg-flag.
36472 2005-01-19 Kenichi Handa <handa@m17n.org>
36474 * textmodes/ispell.el (ispell-looking-at): New function.
36475 (ispell-process-line): Use ispell-looking-at to compare the ispell
36476 output and the buffer contents.
36478 2005-01-18 Jay Belanger <belanger@truman.edu>
36480 * calc/calc.el (calc-display-raw): Fix docstring.
36482 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36484 * simple.el (blink-matching-open): Strip extra info from syntax.
36486 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36487 funny chars in the end-of-here-doc marker.
36489 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36491 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36492 that enable/disabled state of breakpoints is shown correctly in
36493 fringe and on ttys.
36494 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36495 Add breakpoint information as text properties.
36496 (gdb-mouse-toggle-breakpoint):
36497 Rename to gdb-mouse-set-clear-breakpoint.
36498 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36499 breakpoints in the margin.
36500 (gdb-remove-strings): Simplify.
36502 2005-01-17 Jay Belanger <belanger@truman.edu>
36504 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36507 2005-01-17 Richard M. Stallman <rms@gnu.org>
36509 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36510 for calling grep-compute-defaults.
36512 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36513 if buffer is empty.
36515 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36517 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36519 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36521 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36522 non-preloaded variables.
36524 2005-01-17 Steven Tamm <steventamm@mac.com>
36526 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36527 tex-shell cause to force interactivity when using pipes.
36529 2005-01-17 Kim F. Storm <storm@cua.dk>
36531 * simple.el (just-one-space): Make arg optional.
36533 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36535 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36536 posn-at-x-y to t to access left-margin.
36538 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36540 Sync with Tramp 2.0.47.
36542 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36543 catching keep-date problems in cp/scp operations.
36544 (tramp-handle-copy-file): Don't call `set-file-modes'
36545 unconditionally. Specialized functions should know better what is
36546 necessary. This improves performance a little bit, and the
36547 functions could catch errors with `cp -p' and `scp -p'.
36548 (tramp-do-copy-or-rename-file-via-buffer)
36549 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36551 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36552 Call `set-file-modes' when appropriate.
36553 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36554 Johnsson <isak@hypergene.com>.
36555 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36556 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36557 <joakim@verona.se>.
36558 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36561 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36562 `find-file-hooks' and `dired-mode-hook'.
36563 (tramp-minor-mode-map): Respective map. Add remapping for
36564 `compile' and `recompile'.
36565 (tramp-remap-command, tramp-recompile): New defuns.
36566 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36567 in buffer "*Compilation*". Call the commands asynchronously.
36569 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36570 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36571 `shell-command', because it isn't magic in XEmacs. Reported by
36572 Adrian Aichner <adrian@xemacs.org>.
36574 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36575 `substitute-in-file-name.
36576 (tramp-smb-handle-substitute-in-file-name): New defun.
36577 (tramp-smb-advice-PC-do-completion): Delete advice.
36579 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36581 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36582 Fix error in deleting region.
36584 2005-01-15 Richard M. Stallman <rms@gnu.org>
36586 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36587 In non-temp buffer, switch syntax table temporarily.
36589 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36591 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36593 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36595 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36596 (imenu--generic-function): Use START, not BEG, as pos of definition.
36598 * simple.el (just-one-space): Argument specifies number of spaces.
36600 * simple.el (eval-expression-print-format): Avoid warning
36601 about edebug-active.
36603 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36605 * progmodes/sh-script.el: Code copied from make-mode.el
36606 with small changes,
36607 (sh-mode-map): Bind C-c C-\.
36608 (sh-backslash-column, sh-backslash-align): New variables.
36609 (sh-backslash-region, sh-append-backslash): New functions.
36611 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36613 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36614 (rmail-pop-password, rmail-pop-password-required): Move to
36615 rmail-obsolete group.
36616 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36617 All callers updated.
36618 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36619 Take an argument specifying whether it is POP or IMAP mailbox we
36620 are using. All callers updated.
36621 (rmail-pop-password-error): Rename to
36622 rmail-remote-password-error. Added mailutils-specific error message.
36623 (rmail-movemail-search-path)
36624 (rmail-movemail-variant-in-use): New variables.
36625 (rmail-remote-password, rmail-remote-password-required):
36626 New customization variables.
36627 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36628 (rmail-parse-url): New function.
36629 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36630 with GNU mailutils movemail.
36632 2005-01-15 Kevin Ryde <user42@zip.com.au>
36634 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36635 suffix to space, $ or '$, to correctly position point when going
36636 to @table style constants like DBL_MAX.
36638 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36640 * type-break.el (type-break-mode, type-break-file-time)
36641 (type-break-file-keystroke-count, type-break-choose-file):
36642 Don't store data in or load data from the file if type-break-file-name
36644 (type-break-file-name): Doc update as per the above.
36646 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36648 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36649 lookup-key might return nil; handle that.
36651 2005-01-15 Alan Mackenzie <acm@muc.de>
36653 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36654 Return the tail of the tree rather than the element found,
36655 thus enabling the tree to be setcar'd.
36657 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36659 * textmodes/org.el (org-show-following-heading): New option.
36660 (org-show-hierarchy-above): Use `org-show-following-heading'.
36661 (org-cycle): Documentation fix.
36663 * textmodes/org.el (orgtbl-optimized): New option.
36664 (orgtbl-mode): New command, a minor mode.
36665 (orgtbl-mode-map): New variable.
36666 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36667 (orgtbl-error, orgtbl-self-insert-command)
36668 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36670 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36671 a local variable in each org-mode buffer.
36673 * textmodes/org.el (org-set-regexps-and-options): Rename from
36674 `org-set-regexps'. Added checking for STARTUP keyword.
36675 (org-get-current-options): Add STARTUP options.
36676 (org-table-insert-row): Make mode intelligent about when
36677 realignment is needed.
36678 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36680 (org-enable-table-editor): New default value `optimized'.
36681 (org-table-blank-field): Support blanking regions if active.
36683 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36685 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36686 if the year is not given.
36688 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36689 Add new escapes %m and %M, fixed bug with %F by adding
36691 (reftex-reference): Remove ?. from list of spaces.
36692 (reftex-label-info): Add automatic label prefix recognition.
36694 * textmodes/reftex-index.el (reftex-index-next-phrase):
36695 Add slave parameter to call of `reftex-index-this-phrase'.
36696 (reftex-index-this-phrase): New optional argument.
36697 (reftex-index-region-phrases): Add slave parameter to call of
36698 `reftex-index-this-phrase'.
36699 (reftex-display-index): New argument redo.
36700 (reftex-index-rescan): Add `redo' to arguments of
36701 `reftex-display-index'.
36702 (reftex-index-Rescan, reftex-index-revert)
36703 (reftex-index-switch-index-tag): Add `redo' to arguments of
36704 `reftex-display-index'.
36705 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36706 indexing. Fix bug with matching is there is a quote before or
36709 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36710 Fix bug when collecting citation keys in lines with comments.
36711 (reftex-citation): Prefix argument no longer rescans the document,
36712 but forces prompting for optional arguments of cite macros.
36713 (reftex-do-citation): Prompting for optional arguments implemented.
36715 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36716 Add optional arguments to most cite commands.
36717 (reftex-cite-cleanup-optional-args): New option
36718 (reftex-cite-prompt-optional-args): New option.
36719 (reftex-trust-label-prefix): New option.
36721 * textmodes/reftex-toc.el (reftex-toc-find-section):
36722 Add push-mark before changing the position in the buffer.
36724 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36725 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36727 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36729 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36732 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36734 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36735 (sgml-mode): Use it.
36736 (sgml-get-context): Better keep track of implicitly closed tags.
36738 2005-01-13 Kenichi Handa <handa@m17n.org>
36740 * textmodes/ispell.el: These changes are to fix misalignment error
36741 caused by equivalent characters of different Emacs charsets.
36742 (ispell-unified-chars-table): New variable.
36743 (ispell-get-decoded-string): New function.
36744 (ispell-get-casechars, ispell-get-not-casechars)
36745 (ispell-get-otherchars): Call ispell-get-decoded-string.
36747 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
36749 * custom.el (custom-declare-variable): Just put symbol instead
36750 of (defvar . symbol) in `current-load-list'.
36752 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36754 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36756 2005-01-12 Jay Belanger <belanger@truman.edu>
36758 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36759 to create a Calc summary.
36761 2005-01-12 Kim F. Storm <storm@cua.dk>
36763 * mouse.el (mouse-on-link-p): Change functionality and doc
36764 string to comply with latest description in lisp ref.
36766 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36768 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36769 Enable mouse clicks on mode-line, header-line and margin.
36770 (event-type): Give mouse event symbols an `event-kind' property
36771 with value `mouse-click'.
36773 2005-01-12 Juri Linkov <juri@jurta.org>
36775 * facemenu.el (list-colors-display): Add new arg buffer-name.
36776 Use it. Fix docstring. Replace code for identifying duplicate
36777 colors by the name with call to `list-colors-duplicates' which
36778 identifies duplicate colors by the value unless the color
36779 is one of special Windows colors. Set truncate-lines to t.
36780 Print sorted duplicate color names on each line. Indent to 22
36781 \(the longest color name in rgb.txt) instead of 20. Optimize.
36782 (list-colors-duplicates): New function.
36783 (facemenu-color-name-equal): Delete function.
36785 * facemenu.el (list-colors-print): New function created from code
36786 in list-colors-display. Print #RRGGBB at the window right edge.
36787 (list-colors-display): When temp-buffer-show-function is not
36788 defined, call list-colors-print from temp-buffer-show-hook
36789 to get the right value of window-width in list-colors-print
36790 after the buffer is displayed.
36792 * simple.el (pop-mark): Move deactivate-mark out of conditional
36793 part to deactivate the active mark regardless of the state of the
36796 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36797 variables line in desktop files.
36799 2005-01-12 Juri Linkov <juri@jurta.org>
36801 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36802 Bring together isearch highlight related options.
36803 (lazy-highlight): Replace group `replace' by `matching'.
36804 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36805 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36806 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36807 and declare them obsolete.
36808 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36809 (isearch-faces): Remove defgroup.
36810 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36811 Move isearch highlighting code closer to lazy highlighting code.
36813 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36814 (query-replace-highlight, query-replace-lazy-highlight)
36815 (query-replace): Move definitions to the beginning of the file.
36817 2005-01-11 Juri Linkov <juri@jurta.org>
36819 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36820 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36821 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36823 * info.el (Info-history-forward): New variable.
36824 (Info-select-node): Reset Info-history-forward to nil.
36825 (Info-last): Turn into defalias.
36826 (Info-history-back): Rename from Info-last.
36827 Add current node to Info-history-forward.
36828 (Info-history-forward): New fun.
36829 (Info-mode-map): Replace Info-last by Info-history-back.
36830 Bind Info-history-forward to "r".
36831 (Info-mode-menu): Replace Info-last by Info-history-back.
36832 Fix menu item text. Add menu item for Info-history-forward.
36833 (info-tool-bar-map): Replace Info-last by Info-history-back.
36834 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36835 for Info-history-forward.
36836 (Info-mode): Replace Info-last by Info-history-back in docstring.
36837 Add local variable Info-history-forward.
36838 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36840 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36842 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36843 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36844 Ignore select-window events rather than fiddle with
36845 mouse-autoselect-window.
36847 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36849 * type-break.el (type-break-mode): Fix previous change.
36851 2005-01-10 Jay Belanger <belanger@truman.edu>
36853 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36854 calculator; only reset when point is inside a calculator.
36855 Don't adjust the window height if the window takes up the whole height
36858 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36860 * ebuff-menu.el (Electric-buffer-menu-mode):
36861 Preserve value of buffer-local var header-line-format.
36863 2005-01-09 Jay Belanger <belanger@truman.edu>
36865 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36866 Make sure settings file exists before accessing it.
36868 * calc/calc-embed.el (calc-embedded-subst):
36869 Replace math-multi-subst-rec, which is only supposed to be called
36870 by math-multi-subst, by math-multi-subst.
36872 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36874 * vc.el (vc-allow-async-revert): New user option.
36875 (vc-disable-async-diff): New internal variable.
36876 (vc-revert-buffer): Use them to disable asynchronous diff.
36878 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36879 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36880 asynchronously if vc-disable-async-diff is t.
36882 2005-01-09 Jay Belanger <belanger@truman.edu>
36884 * calc/calc.el (defcalcmodevar): New macro.
36885 (calc-mode-var-list-restore-default-values)
36886 (calc-mode-var-list-restore-saved-values): New functions.
36887 (calc-mode-var-list): Use defcalcmodevar to define it.
36888 (calc-always-load-extensions, calc-line-numbering)
36889 (calc-line-breaking, calc-display-just, calc-display-origin)
36890 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36891 (calc-group-char, calc-point-char, calc-frac-format)
36892 (calc-prefer-frac, calc-hms-format, calc-date-format)
36893 (calc-float-format, calc-full-float-format, calc-complex-format)
36894 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36895 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36896 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36897 (calc-matrix-brackets, calc-language, calc-language-option)
36898 (calc-left-label, calc-right-label, calc-word-size)
36899 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36900 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36901 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36902 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36903 (calc-window-height, calc-display-trail, calc-show-selections)
36904 (calc-use-selections, calc-assoc-selections)
36905 (calc-display-working-message, calc-auto-why, calc-timing)
36906 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36907 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36908 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36909 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36910 (calc-gnuplot-geometry, calc-graph-default-resolution)
36911 (calc-graph-default-resolution-3d, calc-invocation-macro)
36912 (calc-show-banner): Use defcalcmodevar to declare them and set
36913 their default values.
36915 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36916 instead of default values (but restore default values if there is
36919 2005-01-09 David Kastrup <dak@gnu.org>
36921 * desktop.el (desktop-restore-eager): Fix typo in type.
36923 2005-01-08 Richard M. Stallman <rms@gnu.org>
36925 * cus-edit.el (customize): Delete :link.
36927 2005-01-08 Jay Belanger <belanger@truman.edu>
36929 * calc/calc.el (calc-mode): Remove the extension from the
36930 `calc-settings-file' file name when loading it.
36932 2005-01-08 Kim F. Storm <storm@cua.dk>
36934 * info.el (Info-mode-map, Info-next-link-keymap)
36935 (Info-prev-link-keymap, Info-up-link-keymap):
36936 Map follow-link to mouse-face.
36937 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36939 2005-01-08 Jay Belanger <belanger@truman.edu>
36941 * calc/calc.el (calc-settings-file): Change default value.
36942 Suggested by cgw in a comment in calc-mode.el.
36944 * calc/calc-mode.el (calc-settings-file-name):
36945 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36946 Replace ~/.emacs in a prompt by calc-settings-file.
36948 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36950 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36951 (desktop-lazy-idle-delay): New customizable variables.
36952 (desktop-buffer-args-list): New variable.
36953 (desktop-append-buffer-args): New function.
36954 (desktop-save): Call desktop-append-buffer-args for some buffers.
36955 (desktop-lazy-create-buffer): New function.
36956 (desktop-idle-create-buffers): New function.
36957 (desktop-read): Add message about buffers to restore lazily.
36958 (desktop-lazy-abort): New command.
36959 (desktop-clear): Call desktop-lazy-abort.
36960 (desktop-lazy-complete): New command.
36962 2005-01-06 Richard M. Stallman <rms@gnu.org>
36964 * emacs-lisp/find-func.el (find-face-definition):
36965 Rename from find-face.
36967 2005-01-06 Kim F. Storm <storm@cua.dk>
36969 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36971 * man.el (Man-xref-man-page, Man-xref-header-file)
36972 (Man-xref-normal-file): Add follow-link property.
36974 2005-01-06 Jay Belanger <belanger@truman.edu>
36976 * calc/calc-units.el: Make sure the proper macro definitions are
36977 available when compiling.
36979 2005-01-06 Juri Linkov <juri@jurta.org>
36981 * isearch.el (isearch-lazy-highlight-update):
36982 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36984 2005-01-06 Miles Bader <miles@gnu.org>
36986 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36987 (isearch-lazy-highlight-face): Use new name.
36989 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36991 * uniquify.el (uniquify-rationalize-file-buffer-names):
36992 Re-add an interactive spec.
36993 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36996 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36997 (isearch-update, isearch-done): Adjust calls accordingly.
36999 2005-01-05 Richard M. Stallman <rms@gnu.org>
37001 * custom.el (custom-set-variables, custom-theme-set-variables):
37002 Clarify documentation.
37004 * emacs-lisp/find-func.el (find-variable)
37005 (find-variable-other-window, find-variable-other-frame):
37006 Fix the TYPE args to find-function-read and find-function-do-it.
37007 (find-function): Doc fix.
37008 (find-function-at-point): Replace function-at-point alias.
37010 2005-01-04 Richard M. Stallman <rms@gnu.org>
37012 * cus-face.el (custom-declare-face):
37013 Record defface in current-load-list.
37015 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
37017 * emacs-lisp/find-func.el: Doc fixes.
37018 (find-face-regexp): New variable.
37019 (find-function-regexp-alist): New variable.
37020 (find-function-C-source): Third arg is now TYPE.
37021 (find-function-search-for-symbol): Handle general TYPE.
37022 (find-function-read, find-function-do-it): Handle general TYPE.
37023 (find-definition-noselect, find-face): New functions.
37024 (function-at-point): Alias deleted.
37026 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
37028 * battery.el (display-battery-mode): Rename from display-battery.
37029 Handle the case where it gets turned off.
37031 2005-01-04 Richard M. Stallman <rms@gnu.org>
37033 * cus-edit.el (customize): Make :link point to user doc.
37035 * man.el (Man-fontify-manpage): Turn off undo generation.
37037 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
37039 2005-01-04 Andreas Schwab <schwab@suse.de>
37041 * files.el (insert-directory): Only look for error lines in
37042 inserted text. Don't move too far after processing --dired markers.
37044 2005-01-04 Richard M. Stallman <rms@gnu.org>
37046 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
37047 Don't expand if the character is @, period, dash, etc.
37048 (define-mail-abbrev): Quote names that contain problem characters.
37050 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
37052 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
37054 2005-01-03 Richard M. Stallman <rms@gnu.org>
37056 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
37057 (query-replace-highlight, query-replace-lazy-highlight)
37058 (query-replace): Definitions moved up. Doc fix.
37060 2005-01-03 Richard M. Stallman <rms@gnu.org>
37062 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
37063 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37064 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37065 (lazy-highlight-face): Rename from isearch-lazy-...
37066 Change all references to them.
37068 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
37070 * cus-edit.el (custom-file): Doc fix for defcustom.
37071 (custom-file): The function no longer sets the variable
37072 `custom-file' to its return value.
37074 * startup.el (command-line): No longer load `custom-file'.
37076 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
37078 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
37080 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
37081 Don't confuse module-prefixed identifiers for labels.
37082 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
37084 2005-01-02 Richard M. Stallman <rms@gnu.org>
37086 * files.el (basic-save-buffer-1): Fix previous change.
37088 * loadhist.el (file-loadhist-lookup): New function.
37089 (file-provides, file-requires): Use it.
37091 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
37092 instead of calculating the right size.
37094 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
37096 * vc-svn.el (vc-svn-diff): Stay local if possible.
37098 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
37100 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
37102 * files.el (hack-local-variables): Fix last change.
37104 2005-01-02 Jay Belanger <belanger@truman.edu>
37106 * calc/calc-yank.el (calc-edit-top): New variable.
37107 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
37108 object. Change header properties.
37109 (calc-edit-finish, calc-edit-finish-stack-object)
37110 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
37112 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
37113 for the beginning of the edited object.
37114 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
37115 for the beginning of the edited object.
37116 * calc/calc-prog.el (calc-edit-macro-finish-edit)
37117 (calc-finish-formula-edit, calc-macro-repeats)
37118 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
37119 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
37120 beginning of the edited object.
37121 (calc-user-define-edit): Change the header for editing macros.
37122 Remove unnecessary variable.
37124 2005-01-01 Jay Belanger <belanger@truman.edu>
37126 * calc/calc-yank.el (calc-edit-mode): Change default header.
37127 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37128 * calc/calc-store.el (calc-edit-variable): Change title to match new
37130 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37131 mode to match new header.
37132 (calc-user-define-edit): Change titles to include names of commands.
37133 (calc-finish-formula-edit): Adjust to handle new header.
37134 (calc-finish-macro-edit): Remove.
37135 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37136 (calc-edit-macro-command, calc-edit-macro-command-type)
37137 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37138 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37139 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37140 (calc-edit-macro-finish-edit): New functions.
37141 (calc-user-define-edit): Use new functions to edit named calc macros.
37143 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
37145 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37147 * ses.el (copy-region-as-kill): Deactivate mark.
37149 2005-01-01 Richard M. Stallman <rms@gnu.org>
37151 * replace.el (occur-1): If the output buffer is also an input,
37152 don't kill it, rename it.
37154 * faces.el (set-face-background, set-face-foreground): Doc fix.
37156 * cus-face.el (custom-face-attributes): Fix :help-echo strings
37157 for :foreground and :background.
37159 * dired.el (dired-view-command-alist): Variable deleted.
37160 (dired-view-file, dired-mouse-find-file-other-window):
37161 Delete the code to use it.
37163 2005-01-01 Kim F. Storm <storm@cua.dk>
37165 * image.el (insert-sliced-image): Use t for line-height property.
37167 See ChangeLog.11 for earlier changes.
37169 ;; Local Variables:
37170 ;; coding: iso-2022-7bit
37171 ;; add-log-time-zone-rule: t
37174 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37176 This file is part of GNU Emacs.
37178 GNU Emacs is free software; you can redistribute it and/or modify
37179 it under the terms of the GNU General Public License as published by
37180 the Free Software Foundation; either version 3, or (at your option)
37183 GNU Emacs is distributed in the hope that it will be useful,
37184 but WITHOUT ANY WARRANTY; without even the implied warranty of
37185 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37186 GNU General Public License for more details.
37188 You should have received a copy of the GNU General Public License
37189 along with GNU Emacs; see the file COPYING. If not, write to the
37190 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37191 Boston, MA 02110-1301, USA.
37193 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1