(byte-compile-file): Doc fix.
[emacs.git] / lisp / ChangeLog
blob63e7dedc0697a013073733e4b7aa06a3ce271b92
1 2008-04-27  Glenn Morris  <rgm@gnu.org>
3         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
5         * calculator.el (calculator-expt): Replace cl function `oddp'.
7 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
9         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10         Simplify.  Collect `defun' and `autoload' entries.  Avoid
11         modifying load-history.
13 2008-04-26  Glenn Morris  <rgm@gnu.org>
15         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
17         * simple.el (quoted-insert, zap-to-char): Revert previous change.
19 2008-04-26  John Paul Wallington  <jpw@pobox.com>
21         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
22         `hexl-mode-old-eldoc-documentation-function'.
23         (hexl-mode-exit): Restore it.
24         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
26         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
28 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
30         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
31         (completion-pcm--all-completions): Doc fix.
32         (completion-styles-alist, completion-all-completions):
33         Fix typos in docstrings.
35 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
37         * whitespace.el: There is now only one variable (whitespace-style) to
38         specify which kind of blank is visualized.  Doc and docstring fix. New
39         version 11.0.
40         (whitespace-style): New option, replace whitespace-style-mark and
41         whitespace-style-color.
42         (whitespace-style-mark, whitespace-style-color): Options removed.
43         (whitespace-hspace, whitespace-tab, whitespace-newline)
44         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
45         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
46         (whitespace-hspace-regexp, whitespace-space-regexp)
47         (whitespace-tab-regexp, whitespace-trailing-regexp)
48         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
49         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
50         (whitespace-space-after-tab-regexp, whitespace-line-column)
51         (whitespace-display-mappings, whitespace-report): Docstring fix.
52         (whitespace-color-value-list, whitespace-mark-value-list)
53         (whitespace-active-color, whitespace-active-mark)
54         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
55         (whitespace-style-value-list, whitespace-active-style)
56         (whitespace-toggle-style): New vars.
57         (whitespace-toggle-option-alist, whitespace-help-text):
58         Var initialization and docstring fix.
59         (whitespace-toggle-options, global-whitespace-toggle-options)
60         (whitespace-cleanup, whitespace-cleanup-region)
61         (whitespace-report-region, whitespace-interactive-char)
62         (whitespace-toggle-list): Docstring and code fix.
63         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
64         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
65         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
66         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
68 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
71         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
72         (diff-sanity-check-hunk): Adjust code accordingly.
74 2008-04-26  Glenn Morris  <rgm@gnu.org>
76         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
78         * forms-d2.dat: Move to ../etc.
79         * forms-d2.el (forms-file): Adapt for above change.
81         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
82         `translation-table-for-input'.
84         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
85         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
87         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
88         to punctuation now it's not needed for abbrevs.
89         (fortran-mode-abbrev-table): Remove defvar, make use of new
90         define-abbrev-table :regexp feature.
92         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
93         insert, now that translation-table-for-input is not needed.
95 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
97         * emacs-lisp/pp.el (pp-display-expression): New function,
98         extracted from pp-eval-expression.
99         (pp-eval-expression): Use pp-display-expression.
100         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
101         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
102         (pp-eval-last-sexp): Use pp-last-sexp.
104 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * abbrev.el (define-abbrev-table): Apply props even if the table
107         exists already.
109         * minibuffer.el (completion-table-with-context): Fix `pred' for the
110         various kinds of completion tables.
111         (completion-emacs22-try-completion): Place cursor after the /, as was
112         done in Emacs-22's minibuffer-complete-word.
113         Fix bug reported by David Hansen <david.hansen@gmx.net>.
114         (completion-emacs22-try-completion): Merge all mergable text rather
115         than just /.
116         (completion-pcm--delim-wild-regex): New var.
117         (completion-pcm-word-delimiters): New custom.
118         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
119         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
120         (completion-pcm--all-completions, completion-pcm-all-completions)
121         (completion-pcm--merge-completions, completion-pcm--pattern->string)
122         (completion-pcm-try-completion): New functions.
123         (completion-styles-alist): Add them.
124         (completion-styles): Add it to the default.
126 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
128         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
129         (gdb-var-create-handler): ...until here when there are values.
130         (gdb-post-prompt): Don't do -var-update with no watch expressions.
131         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
133 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
135         * ls-lisp.el (ls-lisp-format): Fix last change.
136         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
137         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
138         (ls-lisp-filesize-f-fmt): New defvars.
139         (ls-lisp-insert-directory): Dynamically compute format specifiers
140         for displaying UID, GID, and file size, and store them in the
141         above variables.
142         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
143         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
144         instead of constant format strings.
145         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
146         ls-lisp-filesize-d-fmt instead of constant format strings.
148 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
150         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
151         value of addresses rather than (partial) string value.
152         (gdb-frame-handler): Change regexp according to above change.
153         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
154         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
155         (gdb-assembler-mode): Disable undo in these buffers.
157 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
159         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports
160         %s.  Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
162 2008-04-24  Sam Steingold  <sds@gnu.org>
164         * textmodes/remember.el (remember-diary-extract-entries): Use
165         diary-make-entry instead of the obsolete make-diary-entry.
167 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * subr.el (translation-table-for-input): Mark as obsolete.
171         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
173         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
175         * textmodes/ispell.el (ispell-dictionary-alist-1)
176         (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
177         (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
178         (ispell-dictionary-alist-6): Remove.
179         (ispell-dictionary-base-alist): New var, merges the above.
180         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
181         Use it.
182         (ispell-dictionary-alist): Default to nil.  Remove autoload.
183         (ispell-local-dictionary-alist): Remove autoload.
185         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
186         (f90-mode-abbrev-table): Use the new :regexp feature.
187         Merge defvar and mapc into define-abbrev-table.
188         (f90-imenu-type-matcher): Remove unused `l'.
189         (f90-imenu-generic-expression): Remove unused `not-ib'.
190         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
191         (f90-change-keywords): Use restore-buffer-modified-p.
193 2008-04-24  Glenn Morris  <rgm@gnu.org>
195         * net/goto-addr.el (goto-address-prog-mode):
196         * progmodes/bug-reference.el (bug-reference-prog-mode):
197         Define for compiler.
199         * minibuffer.el (x-file-dialog): Declare as function.
201         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
202         dframe-update-speed rather than obsolete alias speedbar-update-speed.
204         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
205         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
206         work with easymenu.  Add :keys where needed.
208         * calendar/cal-move.el (calendar-scroll-left): Handle case when
209         event-start is nil.
211         * calendar/calendar.el (calendar-mode-map): Fix typo.
213 2008-04-24  Tom Tromey  <tromey@redhat.com>
215         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
216         Document keywords.  Add :suppress.
217         * pcvs-defs.el (cvs-mode-map): Use :suppress.
219         * net/goto-addr.el (goto-address-unfontify): New function.
220         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
221         (goto-address-fontify-region, goto-address-mode)
222         (goto-address-prog-mode): New functions.
224         * progmodes/bug-reference.el: New file.
226 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
228         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
230 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
233         macros within lambdas.
235 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * minibuffer.el (completion-try-completion): Add `point' argument.
238         Change return value.
239         (completion-all-completions): Add `point' argument.
240         (minibuffer-completion-help): Pass the new `point' argument.
241         (completion--do-completion): Pass the whole field to try-completion.
242         (completion--try-word-completion): Rewrite, making fewer assumptions.
243         (completion-emacs21-try-completion, completion-emacs21-all-completions)
244         (completion-emacs22-try-completion, completion-emacs22-all-completions)
245         (completion-basic-try-completion, completion-basic-all-completions):
246         New functions.
247         (completion-styles-alist): Use them.
249 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
251         * ispell.el (ispell-set-spellchecker-params): New function to make sure
252         right params and dictionary alists are used after spellchecker changes.
253         (ispell-aspell-dictionary-alist, ispell-last-program-name)
254         (ispell-initialize-spellchecker-hook): New variables and hook.
255         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
256         (ispell-maybe-find-aspell-dictionaries): Remove.
257         Calls replaced by (ispell-set-spellchecker-params) calls.
258         (ispell-have-aspell-dictionaries): Remove.
259         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
260         ispell-set-spellchecker-params.
262 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * complete.el (PC-do-completion): Be more robust in the presence of
265         unexpected values in minibuffer-completion-predicate.
267         * minibuffer.el (read-file-name): Don't let-bind default-directory.
268         Only abbreviate default-filename if it's a file.
270         * minibuffer.el (read-file-name-function, read-file-name-predicate)
271         (read-file-name-completion-ignore-case, insert-default-directory):
272         New vars, moved from fileio.c.
273         (read-file-name): New fun, moved from fileio.c.
274         * cus-start.el: Remove insert-default-directory and
275         read-file-name-completion-ignore-case.
277         * Makefile.in (emacs-deps): Leave it empty.
279 2008-04-23  Magnus Henoch  <mange@freemail.hu>
281         * tar-mode.el (tar-untar-buffer): If the entry has directory
282         link type, extract it as a directory even if its file name doesn't
283         end with a slash.  Fixes extraction of NetBSD tar archives.
285 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
287         * server.el (server-start): Also don't get confused by CRs since we
288         don't quote them.
290 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
292         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
293         (gdb-set-gud-minor-mode-existing-buffers)
294         (gdb-info-breakpoints-custom, gdb-get-location)
295         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
296         Previously gdb-create-define-alist wasn't always run and added to
297         after-save-hook.
299         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
301 2008-04-23  Kevin Ryde  <user42@zip.com.au>
303         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
304         comments like unindented ones.
306 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
308         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
309         parameter origins.
311 2008-04-23  Kevin Ryde  <user42@zip.com.au>
313         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
314         Bind print-level to ensure output forms aren't truncated if
315         print-level is set to eval-expression-print-level when going via
316         eval-defun and friends, or has been otherwise fiddled with.
318 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * progmodes/cc-mode.el (c-basic-common-init): Don't set
321         font-lock-extend-after-change-region-function globally.
323 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
325         * speedbar.el (speedbar-use-tool-tips-flag)
326         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
327         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
328         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
329         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
330         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
331         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
332         (speedbar-separator-face): Fix typos in docstrings.
333         (speedbar-stealthy-function-list, speedbar-verbosity-level)
334         (speedbar-supported-extension-expressions, speedbar-update-current-file)
335         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
336         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
337         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
338         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
339         (speedbar-check-vc-this-line, speedbar-files-line-directory)
340         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
341         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
342         (speedbar-recenter): Doc fixes.
343         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
344         declaration and remove redundant info in docstring.
346 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
348         * vc-git.el (vc-git-status-printer): Deal with directories.
350         * vc.el (vc-next-action): Look at more than the first file to
351         determine the state.
353 2008-04-23  Glenn Morris  <rgm@gnu.org>
355         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
356         timers.  Doc fix.
357         (dframe-update-speed): Drop support for XEmacs < 20.
358         (dframe-frame-mode): Drop support for Emacs < 20.
359         (dframe-set-timer-internal): Drop support for Emacs without timers.
360         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
362         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
363         versions.  Add doc-string.  Mark as obsolete.
365         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
367         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
368         rather than using an Emacs version test.
370         * tree-widget.el (tree-widget-image-enable): Use display-images-p
371         rather than an Emacs version test.
373         * calendar/cal-china.el (holiday-chinese-qingming)
374         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
375         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
376         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
378         * calendar/cal-islam.el (holiday-islamic): Doc fix.
380         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
381         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
382         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
384 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
386         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
387         (gdb-previous-frame-pc-address): ...to this.
388         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
389         of "info frame" with Gdb 6.4+.
390         (gdb-stack-list-frames-regexp): New regexp.
391         (gdb-frame-handler-1): Parse output of -stack-info-frame
393 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
395         * tar-mode.el (tar-prefix-offset): New constant.
396         (tar-header-block-tokenize): Support paths with long names
397         which use the "ustar" standard.
399 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
401         * image-dired.el (image-dired-track-original-file)
402         (image-dired-modify-mark-on-thumb-original-file):
403         Use `dired-goto-file' instead of `search-forward'.  This solves
404         a bug with finding files where the file name is a subset of other
405         file names.  Doc fix.
407 2008-04-22  Juri Linkov  <juri@jurta.org>
409         * menu-bar.el (buffers-menu-max-size): Move its definition down to
410         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
411         (yank-menu-length): Change group name `mouse' to `menu'.
412         (buffers-menu-buffer-name-length): New user option.
413         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
414         instead of the hard-coded number 27.
416 2008-04-22  Juri Linkov  <juri@jurta.org>
418         * isearch.el (eval-when-compile): Require `help-macro'.
419         (isearch-help-for-help-internal): Isearch specific Help screen
420         created by `make-help-screen'.
421         (isearch-help-map): New variable that binds "b", "k", "m" to
422         isearch-specific commands, and binds other keys to
423         isearch-other-control-char, thus allowing other Help keys to
424         exit isearch mode and execute their global definitions.
425         (isearch-help-for-help, isearch-describe-bindings)
426         (isearch-describe-key, isearch-describe-mode): New commands.
427         (isearch-mode-help): Define alias to isearch-describe-mode
428         and remove its old function definition.
429         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
430         Remove old comments because this issue is settled now.
431         (isearch-forward): Describe three new Help commands in the docstring.
432         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
433         leave the single sentence at the first line of the docstring,
434         and prepend the word "function" before `isearch-forward'
435         to make the Help link to the function instead of variable.
437 2008-04-22  Juri Linkov  <juri@jurta.org>
439         * isearch.el (isearch-success-function): New variable with default
440         to `isearch-success-function-default'.
441         (isearch-search): Call a function from `isearch-success-function'
442         instead of calling the hard-coded `isearch-range-invisible'.
443         (isearch-success-function-default): New function that calls
444         `isearch-range-invisible' and inverts its return value.
446         * info.el (Info-search): In two similar places that skip
447         undesired search matches move code to Info-search-success-function,
448         and call `isearch-success-function' instead.
449         (Info-search-success-function): New function copied from code
450         in Info-search.  Replace isearch-range-invisible with
451         text-property-not-all that checks for 'invisible and 'display
452         properties to skip partially invisible matches (whose display
453         properties were set by Info-fontify-node).
454         (Info-mode): Set buffer-local isearch-success-function
455         to Info-search-success-function.
457 2008-04-22  Juri Linkov  <juri@jurta.org>
459         * minibuffer.el (internal-complete-buffer-except): New function.
461         * files.el (read-buffer-to-switch): New function.
462         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
463         Change interactive spec to call read-buffer-to-switch instead of
464         using the letter "B".
466         * simple.el (minibuffer-default-add-shell-commands): New function.
467         Use declare-function for mailcap-file-default-commands from "mailcap".
468         (shell-command): Set local minibuffer-default-add-function to
469         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
470         before calling read-shell-command.  Set 4th arg default-value of
471         read-shell-command to relative buffer-file-name in file buffers.
473         * dired-aux.el (dired-read-shell-command-default): Move it to
474         gnus/mailcap.el and change its name to more general name
475         mailcap-file-default-commands.
476         (minibuffer-default-add-dired-shell-commands): New function.
477         Use declare-function for mailcap-file-default-commands from "mailcap".
478         (dired-read-shell-command): Set local minibuffer-default-add-function
479         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
480         before calling read-shell-command.  Remove dired-read-shell-command-default
481         from the default value arg because default values are not set in
482         minibuffer-default-add-dired-shell-commands.  Doc fix.
484         * dired-x.el (dired-smart-shell-command): Sync arguments and
485         interactive spec with changes in `shell-command'.
486         Use dired-get-filename to get the dired file name at point
487         as the default value in dired mode.
489 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
491         * info.el (Info-complete-menu-item): Add missing parenthesis.
493 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * info.el (Info-complete-menu-item): Save point.
497 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
499         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
501 2008-04-22  Andreas Schwab  <schwab@suse.de>
503         * Makefile.in (emacs-deps): Define.
504         Use it instead of $(lisp)/subdirs.el.
506 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
508         * vc.el (vc-next-action): Do not consider directories when
509         checking for state compatibility.
510         (vc-transfer-file): Use when not if.
511         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
512         (vc-dir-mark-file): Use them.
513         (vc-deduce-fileset): Also return the backend.
514         (vc-diff-internal): Take as argument the value returned by
515         vc-deduce-fileset instead of just the fileset.
516         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
517         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
518         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
520 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
522         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
523         set-window-vscroll but image-scroll-down.  Fixes a bug where a
524         command following SPC scrolled up again.
526 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
528         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
529         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
530         (gud-watch): Add "$" prefix when in registers buffer.
532 2008-04-22  Glenn Morris  <rgm@gnu.org>
534         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
536         * whitespace.el (whitespace-display-table)
537         (whitespace-display-table-was-local): Move definitions before use.
539         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
540         (copyright-limit): Respect copyright-at-end-flag.
541         (copyright-re-search, copyright-start-point)
542         (copyright-offset-too-large-p): New functions.
543         (copyright-update-year): Use copyright-re-search.
544         (copyright-update, copyright-fix-years): Use copyright-start-point,
545         and copyright-re-search.
546         (copyright): Use copyright-offset-too-large-p.
547         * add-log.el (change-log-mode): Set copyright-at-end-flag.
549         * add-log.el (top-level): Require 'cl when compiling.
551 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
554         Treat minibuffer-completion-predicate as a predicate.
556         * minibuffer.el (completion--file-name-table): Accept both the old
557         `dir' arg or the new `pred' arg.
559         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
560         `predicate' argument to pass non-predicate data.
561         (ffap-read-url-internal, ffap-read-file-or-url-internal):
562         Use second arg as proper predicate.
564         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
565         (vc-bzr-revision-completion-table): Use completion-table-with-context
566         instead.
568         * simple.el (choose-completion-string): Use minibuffer-completion-table.
570 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
572         * term.el (term-emulate-terminal): Perform redisplay after the
573         process filter has finished running.
575 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
579         * minibuffer.el (completion-try-completion): Change magic symbol
580         property name.  Rename from minibuffer-try-completion.
581         (completion-all-completions): Rename from minibuffer-all-completions.
582         Remove hide-spaces argument.
583         (completion--do-completion): Rename from minibuffer--do-completion.
584         (minibuffer-complete-and-exit): Call just try-completion rather than
585         completion-try-completion to fix up the case.
586         (completion--try-word-completion): Try to add space or hyphen before
587         making `string' a prefix of `completion'.
588         (completion--insert-strings): Rename from minibuffer--insert-strings.
590 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
592         * net/tls.el (tls-program): Add -ign_eof argument to call the
593         openssl commands.
594         (tls-checktrust): Ditto.
596 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
598         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
600         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
601         (vc-check-master-templates, vc-file-not-found-hook)
602         (vc-kill-buffer-hook):
603         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
604         (vc-find-position-by-context, vc-buffer-context)
605         (vc-restore-buffer-context, vc-responsible-backend)
606         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
607         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
608         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
609         (vc-version-diff, vc-diff, vc-insert-headers)
610         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
611         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
612         (vc-revert, vc-rollback, vc-version-backup-file)
613         (vc-rename-master, vc-delete-file, vc-rename-file)
614         (vc-branch-part, vc-default-retrieve-snapshot)
615         (vc-annotate-display-autoscale, vc-annotate-display-select)
616         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
617         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
618         (vc-dir-update): Handle directories.
619         (vc-default-status-printer): Simplify.
621         * progmodes/asm-mode.el (asm-mode-map):
622         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
624         * progmodes/m4-mode.el (m4-mode-map): Add menu.
626 2008-04-21  Kenichi Handa  <handa@m17n.org>
628         * select.el (xselect-convert-to-string): Send a C_STRING only if
629         the polymorphic target TEXT is requested.
631 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
633         * minibuffer.el (completion-setup-hook, display-completion-list)
634         (completion--file-name-table): Fix typos in docstrings.
635         (completion-table-dynamic): Fix typo, and reflow docstring.
637 2008-04-20  Andreas Schwab  <schwab@suse.de>
639         * server.el (server-switch-buffer): Also consider clients in the
640         selected frame.
642 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
644         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
645         Select window clicked on first.
646         (gdb): Display thread number in mode-line.
647         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
648         (gdb-breakpoints-header): New variable.
649         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
651 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
654         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
655         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
656         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
657         (vc-sccs-print-log): Use it.
659         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
661         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
662         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
664         * tooltip.el (tooltip-previous-message): New var.
665         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
666         the C code (avoid overwriting a minibuffer, restore previous echo
667         message, ...).
668         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
669         Simplify.
671 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
673         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
674         (gdb-init-1): Initialise it.
675         (gdb-annotation-rules): New entry for "new-thread".
676         (gdb-thread-identification): New function to customize
677         mode-line-buffer-identification.
678         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
679         (gdb-assembler-mode): Use it.
680         (gdb-threads-mode): Force "info threads" onto queue.
682 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * files.el (locate-file-completion-table): Rename from
685         locate-file-completion and make it use `pred' in the normal way.
686         (locate-file-completion): New compatibility wrapper.
687         (load-library): Use locate-file-completion-table.
688         * finder.el (finder-commentary):
689         * subr.el (locate-library):
690         * emacs-lisp/find-func.el (find-library): Likewise.
691         * info.el: Use with-current-buffer and inhibit-read-only.
692         (Info-read-node-name-2): Change to use `predicate' in the normal way.
693         (Info-read-node-name-1): Adjust uses accordingly.
695         * minibuffer.el (completion-table-with-context): Add support for `pred'.
696         (completion-table-with-terminator): Don't use complete-with-action
697         since we have to distinguish all three cases anyway.
698         (completion-table-with-predicate): New function.
699         (dynamic-completion-table): Add obsolete alias.
701         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
703 2008-04-18  Sam Steingold  <sds@gnu.org>
705         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
706         Use quit-window instead of bury-buffer.
708 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * minibuffer.el (completion-table-with-terminator): Fix last fix.
712 2008-04-18  Andreas Schwab  <schwab@suse.de>
714         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
715         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
716         Depend on $(lisp)/subdirs.el.
718 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
720         * descr-text.el (describe-char-after):
721         Use `define-obsolete-function-alias'.
723         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
725         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
727         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
728         Remove redundant obsolescence info in docstring.
730         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
731         (vc-header-alist): Add WHEN to obsolescence declaration.
732         (vc-state): Fix typo in docstring.
734         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
735         Use `define-obsolete-variable-alias'.
737         * emulation/tpu-edt.el (tpu-have-ispell):
738         * international/codepage.el (codepage-setup):
739         Fix typo in obsolescence declaration.
741         * international/mule.el (char-coding-system-table):
742         Remove redundant obsolescence info in docstring.
743         (charset-list, generic-char-p, set-char-table-default):
744         Fix typos in obsolescence decarations.
746         * international/mule-diag.el (non-iso-charset-alist):
747         Fix typo in obsolescence declaration.
748         (decode-codepage-char): Remove redundant obsolescence info in docstring.
750         * font-core.el (font-lock-defaults-alist):
751         * font-lock.el (font-lock-reference-face):
752         * frame.el (screen-height, screen-width, set-screen-width)
753         (set-screen-height):
754         * hilit-chg.el (highlight-changes-initial-state):
755         * isearch.el (isearch-return-char):
756         * log-edit.el (cvs-commit-buffer-require-final-newline)
757         (cvs-changelog-full-paragraphs):
758         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
759         (mouse-popup-menubar-stuff):
760         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
761         (mouse-wheel-click-button):
762         * outline.el (outline-visible):
763         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
764         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
765         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
766         * progmodes/compile.el (compile-internal):
767         Add WHEN to obsolescence declarations.
769 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
771         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
772         is not better anyway.
774 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
776         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
777         properly.
779 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
782         (python-use-skeletons): Remove, unused.
783         (python-skeletons): Remove.  Use the abbrev table instead.
784         (python-mode-abbrev-table): Fix regexp;
785         add enable-function and case-fixed.
786         (def-python-skeleton): Simplify.
787         (python-expand-template): Use the abbrev-table and abbrev-insert.
788         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
789         Remove.
790         (python-mode): Don't set pre-abbrev-expand-hook.
792         * skeleton.el: Set coding-tag.
794         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
795         (expand-abbrev): Use it.
796         (abbrev-table-menu): New function.
798         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
800         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
802 2008-04-17  Sam Steingold  <sds@gnu.org>
804         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
805         idiosyncratic bury-buffer/delete-window logic.
807 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
809         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
810         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
812 2008-04-17  Kenichi Handa  <handa@m17n.org>
814         * international/characters.el: Don't make the width of U+00AD to 0.
816 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
818         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
819         (gdb, gdb-starting, gdb-frames-mode): Use it.
820         (gdb-invalidate-frames): Advise to call "info stack" only if
821         execution has occurred.
822         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
823         selected frame if no execution has occurred.
824         (gdb-frames-force-update): New interactive function.
825         (gdb-frames-mode-map): Bind it to "F".
827 2008-04-17  Michael Olson  <mwolson@gnu.org>
829         * textmodes/remember.el (remember-version): Release Remember 2.0.
831 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
833         * textmodes/artist.el:
834         * progmodes/vhdl-mode.el:
835         * progmodes/verilog-mode.el:
836         * progmodes/vera-mode.el:
837         * progmodes/simula.el:
838         * progmodes/ps-mode.el:
839         * progmodes/cmacexp.el:
840         * obsolete/hilit19.el:
841         * emulation/viper.el:
842         * ediff.el: Cleanup the bug-report email addresses and make sure the
843         maintainer is still willing to handle bug reports.
845 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
847         * vc.el (vc-dir-kill-query): Fix thinko.
849 2008-04-16  Glenn Morris  <rgm@gnu.org>
851         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
852         by diary-sexp-entry.
854 2008-04-16  Markus Triska  <markus.triska@gmx.at>
856         * proced.el (proced-command-alist): Add support for darwin.
858 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * proced.el (proced-mode): Redefine as just the major-mode.
861         (proced): Separate it from proced-mode.
863         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
865 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
867         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
868         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
869         `tab-width' setting from user.  New version 10.0.  Doc and docstring
870         fix.
871         (whitespace-style, whitespace-chars): Remove options.
872         (whitespace-style-mark): New option, replace whitespace-style deleted
873         option.  Fix docstring.
874         (whitespace-style-color): New option, replace whitespace-chars deleted
875         option.  Fix docstring.
876         (whitespace-space, whitespace-hspace, whitespace-tab)
877         (whitespace-newline, whitespace-trailing, whitespace-line)
878         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
879         (whitespace-space-after-tab, whitespace-hspace-regexp)
880         (whitespace-space-regexp, whitespace-tab-regexp)
881         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
882         (whitespace-empty-at-eob-regexp, whitespace-line-column)
883         (whitespace-toggle-option-alist): Fix docstring.
884         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
885         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
886         docstring and initialization.
887         (global-whitespace-mode): Autoloaded global minor mode.
888         (whitespace-chars-value-list, whitespace-style-value-list)
889         (whitespace-active-chars, whitespace-active-style)
890         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
891         (whitespace-color-value-list): New var, replace
892         whitespace-chars-value-list removed var.
893         (whitespace-mark-value-list): New var, replace
894         whitespace-style-value-list removed var.
895         (whitespace-active-color): New var, replace whitespace-active-chars
896         removed var.
897         (whitespace-active-mark): New var, replace whitespace-active-style
898         removed var.
899         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
900         removed var.
901         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
902         removed var.
903         (whitespace-toggle-option-alist, whitespace-report-list)
904         (whitespace-report-text, whitespace-help-text): Fix initialization.
905         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
906         (whitespace-toggle-options, global-whitespace-toggle-options)
907         (whitespace-cleanup-region, whitespace-report-region)
908         (whitespace-interactive-char): Fix docstring and code.
909         (whitespace-cleanup, whitespace-report): Fix docstring.
910         (whitespace-replace-spaces-by-tabs): Remove fun.
911         (whitespace-replace-action): New fun, replace
912         whitespace-replace-spaces-by-tabs removed fun.
913         (whitespace-regexp, whitespace-indentation-regexp)
914         (whitespace-space-after-tab-regexp, whitespace-insert-value)
915         (whitespace-kill-buffer): New funs.
916         (whitespace-insert-option-mark, whitespace-help-on)
917         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
918         (whitespace-color-on, whitespace-color-off)
919         (whitespace-display-char-on): Fix code.
921 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
924         (mouse-throw-magnifier-with-mouse-movement): Remove.
925         (mouse-throw-magnifier-base): New const.
926         (mouse-drag-scroll-delta): New fun.
927         (mouse-drag-throw): Use it.
929 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
931         * international/uni-bidi.el, international/uni-category.el:
932         * international/uni-combining.el, international/uni-comment.el:
933         * international/uni-decimal.el, international/uni-decomposition.el:
934         * international/uni-digit.el, international/uni-lowercase.el:
935         * international/uni-mirrored.el, international/uni-name.el:
936         * international/uni-numeric.el, international/uni-old-name.el:
937         * international/uni-titlecase.el, international/uni-uppercase.el:
938         * international/charprop.el: Regenerate.
940 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
942         * vc.el (vc-status-fileinfo): Add new member directoryp.
943         (vc-default-status-printer): Print directories.
944         (vc-status-update): Sort files before subdirectories.
946         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
947         Add alternative implementation based on "cvs update".
949 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
951         * doc-view.el: Changed requirements section to tell that only one
952         of dvipdf or dvipdfm is needed.
953         (doc-view-already-converted-p): Fix bug that forced reconversion
954         if doc was already converted.
956 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * minibuffer.el (minibuffer-message):
959         Make sure we can put-text-property.
961         * emacs-lisp/crm.el: Complete rewrite.
963         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
964         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
965         case of an error in display-completion-list.
967         * filecache.el (file-cache-completions-keymap): Move init from
968         file-cache-completion-setup-function into declaration.
969         (file-cache-minibuffer-complete): Simplify.
970         (file-cache-completion-setup-function): Use standard-output,
971         preserve current-buffer.
973         * vc.el (vc-status-update): Fix typo.
974         (vc-status-update): Set needs-update.
975         (vc-status-refresh): η-reduce.
977 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
979         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
980         to image-eol.
982 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
984         * vc.el (vc-status-update): Undo the previous revert.
986 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * minibuffer.el (completion-table-with-terminator): Those completions
989         are never valid w.r.t test-completion.
990         (completion--file-name-table):
991         Check completion-all-completions-with-base-size.
993 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
995         * doc-view.el (doc-view-dvipdf-program): New variable.
996         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
997         (doc-view-mode-p): Check for doc-view-dvipdf-program as
998         alternative for doc-view-dvipdfm-program.
999         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
1001         * doc-view.el (doc-view-start-process): Don't set
1002         default-directory to "~/" if the current value is valid.
1003         This broke PS files that run other files in the same directory.
1005 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
1007         * vc.el (vc-status-kill-query): New function.
1008         (vc-status-mode): Add it to kill-buffer-query-functions.
1009         (vc-status-show-fileentry): New function.
1010         (vc-status-menu-map): Bind it.  Bind vc-next-action.
1012 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * minibuffer.el (minibuffer-message): Put cursor at the right place.
1016 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1018         * proced.el (proced-send-signal): Fix error recognition.
1020 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1022         * proced.el (proced-command-alist): Remove sort column.
1023         (proced-command, proced-procname-column):
1024         Use make-variable-buffer-local.
1025         (proced-signal-function): Rename from proced-kill-program.
1026         Allow for elisp symbols and string values representing system calls.
1027         (proced-marker-regexp, proced-success-message): New functions.
1028         (proced): Use defalias.  Add autoload cookie.
1029         (proced-unmark-backward, proced-toggle-marks)
1030         (proced-hide-processes): New commands.
1031         (proced-do-mark): Simplify code.
1032         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1033         (proced-update): Remove sorting.
1034         (proced-send-signal): Display number of processes to operate on.
1035         Allow for system calls or elisp functions to send signals.
1036         Check if signal was sent successfully.
1038 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * minibuffer.el (completion-all-completion-with-base-size): New var.
1041         (completion--some): New function.
1042         (completion-table-with-context, completion--file-name-table):
1043         Return the base-size if requested.
1044         (completion-table-in-turn): Generalize to multiple arguments.
1045         (complete-in-turn): Compatibility alias.
1046         (completion-styles-alist): New var.
1047         (completion-styles): New customization.
1048         (minibuffer-try-completion, minibuffer-all-completions):
1049         New functions.
1050         (minibuffer--do-completion, minibuffer-complete-and-exit)
1051         (minibuffer-try-word-completion): Use them.
1052         (display-completion-list, minibuffer-completion-help): Use them.
1053         Handle all-completions's new base-size info to set completion-base-size.
1054         * info.el (Info-read-node-name-1): Use completion-table-with-context,
1055         completion-table-with-terminator and complete-with-action.
1056         Remove the now obsolete completion-base-size-function property.
1057         * simple.el (completion-list-mode-map): Move init into declaration.
1058         (completion-list-mode): Use define-derived-mode.
1059         (completion-setup-function): Use any completion-base-size that may
1060         have been set before.  Remove handling of completion-base-size-function.
1061         * loadup.el: Move abbrev.el up earlier.
1063 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
1065         * vc-git.el (vc-git-after-dir-status-stage)
1066         (vc-git-dir-status-goto-stage): New functions.
1067         (vc-git-after-dir-status-stage1)
1068         (vc-git-after-dir-status-stage1-empty-db)
1069         (vc-git-after-dir-status-stage2): Remove, functionality moved
1070         into the new generic stage functions.
1071         (vc-git-dir-status-files): New function.
1073         * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
1074         comments.
1075         (vc-status-refresh-files): New function.
1076         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1077         state of up-to-date files.
1078         (vc-default-dir-status-files): New function.
1080 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
1082         * minibuffer.el (completion--embedded-envvar-table)
1083         (read-file-name-internal): Fix typos in 2008-04-11 change.
1085         * faces.el (read-face-name): Use `completion-table-in-turn',
1086         not `complete-in-turn'.
1088 2008-04-13  Andreas Schwab  <schwab@suse.de>
1090         * progmodes/etags.el: Require 'cl when compiling.
1092 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
1094         * progmodes/gud.el (gud-menu-map): Expand tooltip.
1096         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1097         (menu): Add/expand menu tooltips.
1099 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1101         * progmodes/sh-script.el (sh-show-indent): Fix typo.
1102         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1104         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1105         considered registered.
1107 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1109         * emacs-lisp/copyright.el (copyright-update-directory): New command.
1111         * ediff-wind.el (ediff-split-window-function)
1112         (ediff-merge-split-window-function): Improve custom type.
1114 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
1116         * loadup.el ("minibuffer"): Move after "faces".
1118 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * progmodes/hideif.el (hif-factor): Handle unary minus.
1122 2008-04-12  Glenn Morris  <rgm@gnu.org>
1124         * calendar/cal-china.el (chinese-calendar-time-zone):
1125         Mark obsolete name as risky too.
1127         * calendar/calendar.el (calendar-faces): New custom group.
1128         (calendar-today, diary, holiday): Doc fix.
1129         Move to calendar-faces group.
1130         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1131         (diary-button): Doc fix.  Move to calendar-faces group.
1133         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1134         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1135         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1136         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1137         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1138         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1139         not in dumped files before the associated defcustom.
1141 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
1143         * minibuffer.el (lazy-completion-table): Fix debug spec.
1145 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1147         * minibuffer.el (complete-with-action, lazy-completion-table):
1148         Move from subr.el.
1149         (apply-partially, completion-table-dynamic)
1150         (completion-table-with-context, completion-table-with-terminator)
1151         (completion-table-in-turn): New funs.
1152         (completion--make-envvar-table, completion--embedded-envvar-table):
1153         New funs.
1154         (read-file-name-internal): Use them.
1155         (completion-setup-hook): Move from simple.el.
1156         * subr.el (complete-with-action, lazy-completion-table):
1157         * simple.el (completion-setup-hook): Move to minibuffer.el.
1159 2008-04-11  Glenn Morris  <rgm@gnu.org>
1161         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1163 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1167         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1169         * textmodes/fill.el (fill-forward-paragraph-function): New var.
1170         (fill-forward-paragraph): New fun.
1171         (fill-paragraph, fill-region): Use it.
1173         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1174         (vc-status-create-fileinfo): Make `extra' optional.
1175         (vc-status-busy): New fun.
1176         (vc-status-menu-map): Use it.
1177         (vc-status-crt-marked): Remove.
1178         (vc-status-update): Rename from vc-status-add-entries.
1179         Add argument so as to prevent addition of entries.  Rewrite.
1180         (vc-update-vc-status-buffer): Remove.
1181         (vc-status-refresh): Don't remove old entries, set them to
1182         up-to-date instead.  Also do it after the update is complete.
1183         (vc-status-marked-files): η-reduce.
1185         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1186         for non-dialogs.
1188         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1190         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1192 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
1194         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1195         to t and don't truncate msg.
1197 2008-04-11  Glenn Morris  <rgm@gnu.org>
1199         * calendar/calendar.el (diary, holidays):
1200         Move custom groups to other files.
1201         (holiday-general-holidays, holiday-oriental-holidays)
1202         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1203         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1204         (holiday-hebrew-holidays, holiday-christian-holidays)
1205         (holiday-islamic-holidays, holiday-bahai-holidays)
1206         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1207         * calendar/diary-lib.el: Move custom group here from calendar.el.
1208         * calendar/holidays-lib.el: Move custom group and variables here
1209         from calendar.el.
1211         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1213         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1214         Fix custom group.
1215         (calendar-current-time-zone-cache): Autoload riskiness.
1217         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1219 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
1221         * woman.el (woman2-TH): Use string-equal instead of string-match.
1223 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1226         (smerge-resolve): Merge the "2-way refinement" case with one half of
1227         the "mere whitespace" resolution.
1229 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1231         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1233 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
1235         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1236         Add WHEN to obsolescence declaration.
1238         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1240 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1242         * vc-hooks.el (vc-state): Add new state `conflict'.
1243         (vc-after-save): Use when not if.
1244         (vc-default-mode-line-string): Deal with the conflict state.
1245         (vc-prefix-map):
1246         (vc-menu-map): Bind vc-status instead of vc-directory.
1248         * vc.el (vc-editable-p):
1249         (vc-default-status-printer):
1250         (vc-next-action): Deal with the conflict state.
1251         (vc-mark-resolved): New function.
1252         (vc-status-mode): Fix mode name.
1253         (vc-default-comment-history): Use when not if.
1254         (Todo): Add new entries, remove old ones.
1256         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1257         (vc-cvs-parse-status):
1258         (vc-cvs-after-dir-status):
1259         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1260         Detect the conflict state.
1262         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1264 2008-04-10  Glenn Morris  <rgm@gnu.org>
1266         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1267         Respect truncate-partial-width-windows in non-full windows,
1268         with regards to :toggle and :enable state.
1270         * simple.el (toggle-truncate-lines): Doc fix.
1272         * Makefile.in (MH_E_DIR): New variable.
1273         (MH_E_SRC): Restore variable removed 2008-03-13.
1274         (mh-loaddefs.el): Depend on $MH_E_SRC.
1275         (CAL_DIR, CAL_SRC): New variables.
1276         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1277         Depend on CAL_SRC.
1279         * calendar/calendar.el (calendar, diary): Add :prefix.
1280         (holidays): Change :prefix.
1281         (calendar-today, holiday, calendar-holiday-marker)
1282         (european-calendar-style): Change custom groups.
1284         * calendar/calendar.el (diary-hook, diary-display-hook):
1285         Move to diary-lib.el.
1286         * calendar/diary-lib.el (diary-hook, diary-display-hook):
1287         Move here from calendar.el.
1288         * calendar/appt.el: Require diary-lib rather than calendar.
1289         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1291         * calendar/appt.el (appt): Add :prefix.
1293         * calendar/diary-lib.el (diary-hook): Doc fix.
1294         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1296 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1299         New functions.
1301         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1302         the arg to recursive calls.
1304 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1306         * minibuffer.el (completion-auto-help): Fix typo.
1308 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1312 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
1314         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1315         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1317 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1319         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1321         * minibuffer.el (minibuffer): Move group from cus-edit.el.
1322         (completion-auto-help): Move from C code.
1323         (minibuffer--maybe-completion-help): Remove.
1324         (minibuffer--bitset): New function.
1325         (minibuffer--do-completion): Rename from minibuffer-do-completion.
1326         Renumber a bit.  Really complete on string *before* point.
1327         Add argument used for word-completion.
1328         Join trailing / in completion with following text, as done in
1329         minibuffer-complete-word.
1330         Handle new value `lazy' for completion-auto-help.
1331         (minibuffer-try-word-completion): New function extracted from
1332         minibuffer-complete-word.
1333         (minibuffer-complete-word): Use minibuffer--do-completion.
1334         (minibuffer--insert-strings): Rename from
1335         minibuffer-complete-insert-strings.
1336         (exit-minibuffer): Fix typo.
1337         * cus-edit.el (minibuffer): Move group to minibuffer.el.
1338         * cus-start.el: Remove completion-auto-help.
1340 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
1342         * vc.el (vc-status-add-entries): New function.
1343         (vc-status-add-entry): Remove.
1344         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1345         Use vc-status-add-entries.
1347         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1348         order.
1350 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1352         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1353         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1354         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1355         (AUTOGENEL): New variable.
1356         (distclean, maintainer-clean): New targets.
1358 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1360         * emacs-lisp/regexp-opt.el (regexp-opt):
1361         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1363 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
1365         * nxml/nxml-mode.el (nxml-cleanup): New function.
1366         (nxml-mode): Add it to change-major-mode-hook.
1368 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1370         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1372 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1374         * calc/.cvsignore: New file.
1376 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1378         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1380         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1381         show-help-function when turning tooltip off.
1382         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1383         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1385 2008-04-09  Alan Mackenzie  <acm@muc.de>
1387         * font-lock.el (font-lock-extend-after-change-region-function):
1388         Make it buffer local.
1390 2008-04-09  Glenn Morris  <rgm@gnu.org>
1392         * calendar/calendar.el (diary-file, european-calendar-style):
1393         Remove autoload cookies.
1395 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1397         * outline.el (outline-mode-menu-bar-map):
1398         * log-view.el (log-view-mode-menu):
1399         * log-edit.el (log-edit-menu): Add :help.
1401 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1403         * emacs-lisp/regexp-opt.el (regexp-opt-group):
1404         Use substring-no-properties for correct handling of unibyte strings.
1406 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * add-log.el (change-log-next-buffer): Handle the case where version<
1409         signals an error.
1411         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1412         mouse-major-mode-menu.
1413         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1414         (mouse-major-mode-menu, mouse-popup-menubar)
1415         (mouse-popup-menubar-stuff): Use them.
1416         (C-down-mouse-3): Bind to a dynamic map rather than to
1417         mouse-popup-menubar-stuff.
1419         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1420         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1422 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1424         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1425         file:// access method.
1427 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * minibuffer.el: New file.
1430         * loadup.el: Load it.
1432 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1435         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
1437         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1438         (calc-mode-map, calc-digit-map, calc-dispatch-map):
1439         Move initialization into declaration.
1440         * calc/calc-yank.el:
1441         * calc/calc-misc.el:
1442         * calc/calc-embed.el:
1443         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
1445 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
1447         * ps-samp.el (ps-add-printer, ps-remove-printer)
1448         (ps-make-dynamic-printer-menu): New functions.
1450         * net/zeroconf.el: New file.
1452 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1456 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1458         * vc-rcs.el (vc-rcs-modify-change-comment):
1459         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1461         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1463 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
1465         * international/mule-cmds.el (set-locale-environment): Don't warn if
1466         coding system doesn't agree with system locale (this reverts changes
1467         by Dave Love, dated 2002-10-27 and 2002-10-09).
1469         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1470         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1472         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1474 2008-04-08  Glenn Morris  <rgm@gnu.org>
1476         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1477         * textmodes/remember.el (remember-diary-convert-entry):
1478         Require calendar.
1480         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1481         diary-file, since it is the default for make-diary-entry anyway.
1483         * calendar/cal-menu.el (cal-menu-event-to-date):
1484         Rename calendar-event-to-date.  Update callers.
1485         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1486         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1487         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1488         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1489         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1490         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1491         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1492         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1493         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1494         (calendar-mouse-tex-month-landscape):
1495         Rename cal-tex-mouse-month-landscape.
1496         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1497         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1498         (calendar-mouse-tex-year-landscape):
1499         Rename cal-tex-mouse-year-landscape.
1500         (cal-menu-context-mouse-menu): Update for above name changes.
1502         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1503         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1504         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1505         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1506         * calendar/holidays.el: Replace int-to-string with number-to-string.
1508 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
1510         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1511         region if point moves.
1513 2008-04-08  Kenichi Handa  <handa@m17n.org>
1515         * faces.el (font-slant-table): Change numeric values for `r',
1516         `roman', and `normal'.
1518 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1520         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1522 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
1524         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1525         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
1527 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
1529         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1530         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
1532 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1536 2008-04-07  Sam Steingold  <sds@gnu.org>
1538         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1539         Add helper functions.
1540         (lisp-do-defun): Extract the common part of lisp-eval-defun and
1541         lisp-compile-defun; DEFVAR forms reset the variables to the init
1542         values, just like in emacs-lisp mode eval-defun.
1543         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1544         (lisp-compile-region): Use lisp-compile-string.
1546 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * subr.el (combine-and-quote-strings): Also quote strings that contain
1549         the separator.
1551         * pcvs-util.el (cvs-map): Avoid recursion :-(
1553 2008-04-07  Glenn Morris  <rgm@gnu.org>
1555         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1557         * calendar.el (diary-view-entries-initially-flag): Rename
1558         view-diary-entries-initially.  Keep old name as alias, update users.
1559         (calendar-mark-diary-entries-flag): Rename
1560         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
1561         (calendar-view-holidays-initially-flag): Rename
1562         view-calendar-holidays-initially.  Keep old name as alias, update users.
1563         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1564         Keep old name as alias, update users.
1565         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1566         Keep old name as alias, update users.
1567         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1568         Keep old name as alias, update users.
1569         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1570         Keep old name as alias, update users.
1571         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
1572         (diary-american-date-forms): Rename american-date-diary-pattern.
1573         Keep old name as alias, update users.
1574         (diary-european-date-forms): Rename european-date-diary-pattern.
1575         Keep old name as alias, update users.
1576         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1577         Keep old name as alias, update users.
1578         (calendar-european-date-display-form): Rename
1579         european-calendar-display-form.  Keep old name as alias, update users.
1580         (calendar-american-date-display-form): Rename
1581         european-calendar-display-form.  Keep old name as alias, update users.
1582         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1583         Keep old name as alias, update users.
1584         (holiday-general-holidays): Rename general-holidays.
1585         Keep old name as alias, update users.
1586         (holiday-oriental-holidays): Rename oriental-holidays.
1587         Keep old name as alias, update users.
1588         (holiday-local-holidays): Rename local-holidays.
1589         Keep old name as alias, update users.
1590         (holiday-other-holidays): Rename other-holidays.
1591         Keep old name as alias, update users.
1592         (holiday-hebrew-holidays): Rename hebrew-holidays.
1593         Keep old name as alias, update users.
1594         (holiday-christian-holidays): Rename christian-holidays.
1595         Keep old name as alias, update users.
1596         (holiday-islamic-holidays): Rename islamic-holidays.
1597         Keep old name as alias, update users.
1598         (holiday-bahai-holidays): Rename bahai-holidays.
1599         Keep old name as alias, update users.
1600         (holiday-solar-holidays): Rename solar-holidays.
1601         Keep old name as alias, update users.
1602         (diary-fancy-buffer): Rename fancy-diary-buffer.
1603         Keep old name as alias, update users.
1604         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1605         Update users.
1606         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1607         Update users.
1608         (calendar-increment-month): Rename increment-calendar-month.
1609         Keep old name as alias, update callers.
1610         (calendar-increment-month-cons): Rename old calendar-increment-month.
1611         Update callers.
1612         (calendar-extract-month): Rename extract-calendar-month.
1613         Keep old name as alias, update callers
1614         (calendar-extract-day): Rename extract-calendar-day.
1615         Keep old name as alias, update callers.
1616         (calendar-extract-year): Rename extract-calendar-year.
1617         Keep old name as alias, update callers.
1618         (calendar-generate-window): Rename generate-calendar-window.
1619         Update callers.
1620         (calendar-generate): Rename generate-calendar.  Update callers.
1621         (calendar-generate-month): Rename generate-calendar-month.
1622         Update callers.
1623         (calendar-redraw): Rename redraw-calendar.  Update callers.
1624         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
1625         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1626         Update callers.
1627         (calendar-update-mode-line): Rename update-calendar-mode-line.
1628         Update callers.
1629         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
1630         update callers.
1631         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1632         Keep old name as alias, update callers.
1633         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1634         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1635         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1636         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1637         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1638         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1639         * calendar/solar.el: Update for calendar.el name changes.
1640         * org/org.el (org-agenda-format-date-aligned)
1641         (org-agenda-execute-calendar-command): Access date elements directly
1642         rather than using calendar functions.
1643         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1644         Also set calendar-view-diary-initially-flag,
1645         calendar-view-holidays-initially-flag
1646         (org-get-entries-from-diary): Also set diary-fancy-buffer.
1647         (org-agenda-execute-calendar-command): No need to set displayed-day.
1649 2008-04-06  Alan Mackenzie  <acm@muc.de>
1651         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1652         typo in the doc string.
1654         * progmodes/cc-mode.el (c-basic-common-init):
1655         Set font-lock-extend-after-change-region-function.
1656         (c-extend-after-change-region): New function, used in
1657         font-lock-extend-after-change-region-function, thus superseding
1658         advice on the Font Lock after change functions.
1659         (c-advise-fl-for-region): Remove this macro.
1661 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1663         * textmodes/flyspell.el (flyspell-duplicate-distance):
1664         Improve custom type.
1666 2008-04-06  Glenn Morris  <rgm@gnu.org>
1668         * calendar/diary-lib.el (diary-sexp-entry-symbol):
1669         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
1670         (diary-list-entries-hook): Rename list-diary-entries-hook.
1671         Keep old name as alias, update users.
1672         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1673         Keep old name as alias, update users.
1674         (diary-nongregorian-listing-hook): Rename
1675         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
1676         (diary-nongregorian-marking-hook): Rename
1677         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
1678         (diary-print-entries-hook): Rename print-diary-entries-hook.
1679         Keep old name as alias, update users.
1680         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1681         Keep old name as alias, update users.
1682         (diary-number-of-entries): Rename number-of-diary-entries.
1683         Keep old name as alias, update users.
1684         (view-diary-entries, list-diary-entries, show-all-diary-entries):
1685         Give version of obsolescence.
1686         (diary-view-other-diary-entries): Rename view-other-diary-entries.
1687         Keep old name as alias, update callers.
1688         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
1689         update callers.
1690         (diary-include-other-diary-files): Rename include-other-diary-files.
1691         Keep old name as alias, update callers.
1692         (diary-simple-display): Rename simple-diary-display.
1693         Keep old name as alias, update callers.
1694         (diary-fancy-display): Rename fancy-diary-display.
1695         Keep old name as alias, update callers.
1696         (diary-print-entries): Rename print-diary-entries.
1697         Keep old name as alias, update callers.
1698         (diary-marking-entries-flag): Rename marking-diary-entries.
1699         Update users.
1700         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
1701         (diary-mark-entries): Rename mark-diary-entries.
1702         Keep old name as alias, update callers.
1703         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1704         Keep old name as alias, update callers.
1705         (diary-mark-included-diary-files): Rename mark-included-diary-files.
1706         Keep old name as alias, update callers.
1707         (calendar-mark-days-named): Rename mark-calendar-days-named.
1708         Keep old name as alias, update callers.
1709         (calendar-mark-month): Rename mark-calendar-month.
1710         Keep old name as alias, update callers.
1711         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1712         Keep old name as alias, update callers.
1713         (diary-sort-entries): Rename sort-diary-entries.
1714         Keep old name as alias, update callers.
1715         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1716         Keep old name as alias, update callers.
1717         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
1718         update callers.
1719         (diary-insert-entry): Rename insert-diary-entry.
1720         Keep old name as alias.
1721         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1722         Keep old name as alias.
1723         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1724         Keep old name as alias.
1725         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1726         Keep old name as alias.
1727         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1728         Keep old name as alias.
1729         (diary-insert-block-entry): Rename insert-block-diary-entry.
1730         Keep old name as alias.
1731         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1732         Keep old name as alias.
1733         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1734         Keep old name as alias, update users.
1735         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1736         Keep old name as alias, update callers.
1737         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1738         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1739         * calendar/icalendar.el: Update for diary-lib name changes.
1741 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
1743         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1745         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1746         for copy, move, and link operations.
1748 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1750         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1751         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1753         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1754         'require' statements with 1-argument ones (wrapped in if's).
1755         For compatibility with the current stable version of XEmacs.
1757 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
1759         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1761 2008-04-06  Jason Rumney  <jasonr@gnu.org>
1763         * language/burmese.el ("Burmese"): Make sample text consistent with
1764         language name.
1766 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
1768         * progmodes/gdb-ui.el (gdb): New group.
1769         (gdb-debug-log-max, gdb-enable-debug)
1770         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1771         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1772         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1773         (gdb-show-changed-values, gdb-max-children)
1774         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1775         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1776         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1777         (gdb-memory-unit): Move to new group from GUD group.
1778         (menu): Allow customization from GDB-UI menu-item.
1780 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
1782         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1784 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1787         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1788         Revision numbers can include ".".
1790         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1791         "+" lines not accounted for by counting "-" and context lines.
1793 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1795         * term/mac-win.el (mac-service-open-file): Use file URL instead of
1796         file name string.
1798 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1800         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1801         (vc-bzr-annotate-time): Accept space used to preserve alignment.
1803 2008-04-05  Richard Stallman  <rms@gnu.org>
1805         * emacs-lisp/advice.el (defadvice): Add usage pattern.
1807 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
1809         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1810         thread in [h-e-w]).
1812 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
1814         * files.el (abort-if-file-too-large): Fix typo in docstring.
1816 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * subr.el (functionp): Return nil for special forms.
1820 2008-04-05  Glenn Morris  <rgm@gnu.org>
1822         * emacs-lisp/autoload.el (autoload-ensure-default-file):
1823         Provide a feature.
1824         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1825         Require loaddef file rather than loading it.
1826         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1827         autoload-ensure-default-file provides a feature.
1829         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1830         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1831         (compile, compile-always, recompile): Use $LOADDEFS.
1832         (cal-autoloads): Remove.
1834         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1835         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
1837         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1838         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1840         * calendar/calendar.el (diary-hebrew-entry-symbol):
1841         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
1842         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1843         Keep old name as alias.
1844         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1845         Keep old name as alias.
1846         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1847         to diary-bahai-entry-symbol.
1848         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1849         to diary-hebrew-entry-symbol.
1850         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1851         to diary-islamic-entry-symbol.
1852         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1854         * calendar/solar.el (diary-sabbath-candles-minutes)
1855         (diary-sabbath-candles): Move to cal-hebrew.
1856         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1857         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1858         Doc fix.  Keep old name as alias.
1859         (diary-hebrew-sabbath-candles): Simplify.
1860         (solar-setup, solar-sunrise-sunset, calendar-latitude)
1861         (calendar-longitude, calendar-time-zone): Declare for compiler.
1862         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1863         rename.
1865         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1866         Rename coptic-calendar-month-name-array.  Update callers.
1867         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
1868         (calendar-coptic-name): Rename coptic-name.  Update callers.
1869         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1870         Update callers.
1871         (calendar-coptic-last-day-of-month):
1872         Rename coptic-calendar-last-day-of-month.  Update callers.
1873         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1874         Keep old name as alias, update callers.
1875         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1876         Keep old name as alias, update callers.
1877         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1878         Keep old name as alias.
1879         (calendar-ethiopic-month-name-array):
1880         Rename ethiopic-calendar-month-name-array.  Update callers.
1881         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1882         Update callers.
1883         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
1884         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1885         Keep old name as alias, update callers.
1886         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1887         Keep old name as alias, update callers.
1888         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1889         Keep old name as alias.
1891         * calendar/cal-french.el (calendar-french-epoch):
1892         Rename french-calendar-epoch.  Update callers.
1893         (calendar-french-month-name-array): Rename variable and function
1894         french-calendar-month-name-array.  Update callers.
1895         (calendar-french-multibyte-month-name-array):
1896         Rename french-calendar-multibyte-month-name-array.  Update callers.
1897         (calendar-french-day-name-array): Rename variable and function
1898         french-calendar-day-name-array.  Update callers.
1899         (calendar-french-special-days-array): Rename variable and function
1900         french-calendar-special-days-array.  Update callers.
1901         (calendar-french-multibyte-special-days-array):
1902         Rename french-calendar-multibyte-special-days-array.  Update callers.
1903         (calendar-french-accents-p): Rename french-calendar-accents.
1904         Update callers.
1905         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1906         Update callers.
1907         (calendar-french-last-day-of-month):
1908         Rename french-calendar-last-day-of-month.  Update callers.
1909         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1910         Keep old name as alias, update callers.
1911         (calendar-french-print-date): Rename calendar-print-french-date.
1912         Keep old name as alias, update callers.
1913         (calendar-french-goto-date): Rename calendar-goto-french-date.
1914         Keep old name as alias.
1916         * calendar/cal-menu.el, calendar/calendar.el:
1917         Update for Coptic and French name changes.
1919         * calendar/cal-china.el (calendar-chinese): Rename custom group
1920         from chinese-calendar.  Update users.
1921         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1922         Keep old name as alias, update users.
1923         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1924         Keep old name as alias.
1925         (calendar-chinese-daylight-time-offset):
1926         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
1927         update users.
1928         (calendar-chinese-standard-time-zone-name):
1929         Rename chinese-calendar-standard-time-zone-name.
1930         Keep old name as alias, update users.
1931         (calendar-chinese-daylight-saving-start):
1932         Rename chinese-calendar-daylight-savings-starts.
1933         Keep old name as alias, update users.
1934         (calendar-chinese-daylight-saving-end):
1935         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
1936         update users.
1937         (calendar-chinese-daylight-saving-start-time):
1938         Rename chinese-calendar-daylight-savings-starts-time.
1939         Keep old name as alias, update users.
1940         (calendar-chinese-daylight-saving-end-time):
1941         Rename chinese-calendar-daylight-savings-ends-time.
1942         Keep old name as alias, update users.
1943         (calendar-chinese-celestial-stem): Rename
1944         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
1945         (calendar-chinese-terrestrial-branch):
1946         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
1947         update users.
1948         (calendar-chinese-zodiac-sign-on-or-after):
1949         Rename chinese-zodiac-sign-on-or-after.  Update callers.
1950         (calendar-chinese-new-moon-on-or-after):
1951         Rename chinese-new-moon-on-or-after.  Update callers.
1952         (calendar-chinese-month-list): Rename chinese-month-list.
1953         Update callers.
1954         (calendar-chinese-number-months): Rename number-chinese-months.
1955         Update callers.
1956         (calendar-chinese-compute-year): Rename compute-chinese-year.
1957         Update callers.
1958         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
1959         (calendar-chinese-year): Rename chinese-year.  Update callers.
1960         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1961         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1962         Keep old name as alias, update callers.
1963         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1964         Keep old name as alias, update callers.
1965         (calendar-chinese-months-to-alist):
1966         Rename make-chinese-month-assoc-list.  Update callers.
1967         (calendar-chinese-months): Rename chinese-months.  Update callers.
1968         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1969         Keep old name as alias, update callers.
1971         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1972         Rename hebrew-calendar-leap-year-p.  Update callers.
1973         (calendar-hebrew-last-month-of-year):
1974         Rename hebrew-calendar-last-month-of-year.  Update callers.
1975         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1976         Update callers.
1977         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1978         Update callers.
1979         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1980         Update callers.
1981         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1982         Update callers.
1983         (calendar-hebrew-last-day-of-month):
1984         Rename hebrew-calendar-last-day-of-month.  Update callers.
1985         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1986         Keep old name as alias, update callers.
1987         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1988         Keep old name as alias, update callers.
1989         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1990         Keep old name as alias, update callers.
1991         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1992         Keep old name as alias.
1993         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1994         Keep old name as alias.
1995         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1996         Keep old name as alias.
1997         (holiday-hebrew-passover): Rename holiday-passover-etc.
1998         Keep old name as alias.
1999         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
2000         Keep old name as alias, update callers.
2001         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
2002         Keep old name as alias.
2003         (calendar-hebrew-mark-date-pattern):
2004         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
2005         update callers.
2006         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2007         Keep old name as alias.
2008         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2009         Keep old name as alias.
2010         (diary-hebrew-insert-monthly-entry):
2011         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
2012         (diary-hebrew-insert-yearly-entry):
2013         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
2014         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2015         Keep old name as alias.
2016         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
2017         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
2018         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2019         Keep old name as alias.
2020         (calendar-hebrew-parashiot-names):
2021         Rename hebrew-calendar-parashiot-names.  Update callers.
2022         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2023         (calendar-hebrew-year-Saturday-incomplete-Sunday):
2024         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2025         (calendar-hebrew-year-Saturday-complete-Tuesday):
2026         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2027         (calendar-hebrew-year-Monday-incomplete-Tuesday):
2028         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2029         (calendar-hebrew-year-Monday-complete-Thursday):
2030         Rename hebrew-calendar-year-Monday-complete-Thursday.
2031         (calendar-hebrew-year-Tuesday-regular-Thursday):
2032         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2033         (calendar-hebrew-year-Thursday-regular-Saturday):
2034         Rename hebrew-calendar-year-Thursday-regular-Saturday.
2035         (calendar-hebrew-year-Thursday-complete-Sunday):
2036         Rename hebrew-calendar-year-Thursday-complete-Sunday.
2037         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2038         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2039         (calendar-hebrew-year-Saturday-complete-Thursday):
2040         Rename hebrew-calendar-year-Saturday-complete-Thursday.
2041         (calendar-hebrew-year-Monday-incomplete-Thursday):
2042         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2043         (calendar-hebrew-year-Monday-complete-Saturday):
2044         Rename hebrew-calendar-year-Monday-complete-Saturday.
2045         (calendar-hebrew-year-Tuesday-regular-Saturday):
2046         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2047         (calendar-hebrew-year-Thursday-incomplete-Sunday):
2048         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2049         (calendar-hebrew-year-Thursday-complete-Tuesday):
2050         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2051         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
2052         Update for above name changes of constants.
2054         * calendar/cal-menu.el, calendar/calendar.el:
2055         Update for chinese and hebrew name changes.
2056         * calendar/diary-lib.el: Update for hebrew name changes.
2058 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * subr.el (keymap-canonicalize): Correct thinko.
2062         * server.el: Undo part of the multi-tty change, which is only
2063         needed if server.el is preloaded, and broke server-running-p.
2064         (server-socket-dir): Initialize in the defvar, as before.
2065         (server-start): Remove initialization of server-socket-dir.
2067 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2069         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2070         3-member cons cells.
2072 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
2074         * cus-face.el (custom-face-attributes): Handle roman slant.
2076         * faces.el (default): Ensure the face-defface-spec property is set.
2078 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
2080         * files.el (abort-if-file-too-large): New function.
2081         (find-file-noselect, insert-file-1): Use it.
2083 2008-04-05  Reto Zimmermann  <reto@gnu.org>
2085         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2086         Replace C-c[a-zA-Z] key bindings.
2088 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2090         * progmodes/hideif.el (hif-token-alist): New var.
2091         (hif-token-regexp, hif-tokenize): Use it.
2092         (hif-mathify-binop): New macro.
2093         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2094         (hif-greater-equal, hif-less-equal): Use it.
2095         (hif-logior, hif-logand): New functions.
2096         (hif-math): Accept | and & as well.
2098         * progmodes/etags.el: Fix problem with completion for buffer-local
2099         tables.  Reported by Radey Shouman <shouman@comcast.net>.
2100         (tags-complete-tag): Remove.
2101         (tags-lazy-completion-table): New function to replace it.
2102         (find-tag-tag, complete-tag): Update users.
2104 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
2106         * vc-rcs.el (vc-rcs-dir-status):
2107         * vc-sccs.el (vc-sccs-dir-status): New function.
2109         * outline.el (outline-mode-menu-bar-map):
2110         * term.el (terminal-signal-menu): Add :help.
2112         * net/eudc.el (eudc-mode-map): Declare and define in one step.
2113         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2115         * emacs-lisp/re-builder.el (reb-mode-map):
2116         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2118         * diff-mode.el (diff-file-junk-re): Recognize the git format for
2119         new files, deleted files and for changing permissions.
2120         (diff-mode): Set beginning-of-defun-function and
2121         end-of-defun-function.
2123         * vc-bzr.el (vc-bzr-state): Use when instead of if.
2125         * vc.el (vc-default-status-fileinfo-extra): New function.
2126         (vc-status-mark-buffer-changed): Use it.
2127         (vc-update-vc-status-buffer): Allow for partial updates.
2129 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * net/tramp.el (after-init-hook): Don't wrap a lambda around
2132         tramp-register-completion-file-name-handler.
2134         * subr.el (keymap-canonicalize): New function.
2135         * mouse.el (mouse-menu-non-singleton): Use it.
2136         (mouse-major-mode-menu): Remove hack made unnecessary.
2138         * simple.el (set-fill-column): Prompt rather than error by default.
2140 2008-04-04  Andreas Schwab  <schwab@suse.de>
2142         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2143         Reset new-rules after each round.
2145         * Makefile.in (cal-autoloads): New target.
2146         (compile, compile-always, recompile): Depend on it.
2147         ($(lisp)/calendar/cal-loaddefs.el)
2148         ($(lisp)/calendar/diary-loaddefs.el)
2149         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2151 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
2153         * ediff*.el: Replace load with require in eval-when-compile.
2155         * ediff-hook: Delete all invocations of (autoload ...).
2157         * ediff-util.el (ediff-setup): Make window-min-height a local variable
2158         in ediff control window, and set its min height to 2.
2159         (ediff-setup-control-buffer): Dedicate the control window.
2160         (ediff-toggle-multiframe): Undedicate control window.
2161         Work directly with ediff-setup-windows-multiframe and
2162         ediff-setup-windows-plain.
2164         * ediff-wind (ediff-choose-window-setup-function-automatically):
2165         New function.
2166         (ediff-window-setup-function): Change initialization.
2167         (ediff-setup-windows-automatic): Delete.
2168         (ediff-setup-windows-plain-merge): Make control window dedicated.
2169         (ediff-destroy-control-frame): Do not skip frames if working in a
2170         single frame.
2172         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2173         eval-when-compile.
2175         * emulation/viper-util.el: Move provide's forward, prevent recursion in
2176         eval-when-compile.
2178 2008-04-04  Glenn Morris  <rgm@gnu.org>
2180         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2181         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
2183         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2184         Rename islamic-calendar-leap-year-p.  Update callers.
2185         (calendar-islamic-last-day-of-month):
2186         Rename islamic-calendar-last-day-of-month.  Update callers.
2187         (calendar-islamic-day-number):
2188         Rename islamic-calendar-day-number.  Update callers.
2189         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2190         Update callers, keep old name as alias.
2191         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2192         Update callers, keep old name as alias.
2193         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2194         Keep old name as alias.
2195         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2196         Update callers, keep old name as alias.
2197         (calendar-islamic-mark-date-pattern):
2198         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
2199         name as alias.
2200         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2201         Keep old name as alias.
2202         (diary-islamic-insert-monthly-entry):
2203         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
2204         (diary-islamic-insert-yearly-entry):
2205         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
2207         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2208         calendar-absolute-from-iso.  Update callers, keep old name as alias.
2209         (calendar-iso-print-date): Rename calendar-print-iso-date.
2210         Update callers, keep old name as alias.
2211         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2212         Keep old name as alias.
2213         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2214         Keep old name as alias.
2216         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2217         calendar-absolute-from-julian.  Update callers, keep old name as alias.
2218         (calendar-julian-print-date): Rename calendar-print-julian-date.
2219         Update callers, keep old name as alias.
2220         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2221         Update callers, keep old name as alias.
2222         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2223         Update callers, keep old name as alias.
2224         (calendar-astro-print-day-number):
2225         Rename calendar-print-astro-day-number.  Update callers, keep old
2226         name as alias.
2227         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2228         Update callers, keep old name as alias.
2230         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2231         Rename calendar-string-to-mayan-long-count.  Update callers.
2232         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2233         Update callers, keep old name as alias.
2234         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2235         Update callers.
2236         (calendar-mayan-read-tzolkin-date):
2237         Rename calendar-read-mayan-tzolkin-date.  Update callers.
2238         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2239         Keep old name as alias.
2240         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2241         Keep old name as alias.
2242         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2243         Keep old name as alias.
2244         (calendar-mayan-previous-tzolkin-date):
2245         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
2246         (calendar-mayan-next-round-date):
2247         Rename calendar-next-calendar-round-date.  Keep old name as alias.
2248         (calendar-mayan-previous-round-date):
2249         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
2250         (calendar-mayan-long-count-to-absolute): Rename
2251         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
2252         (calendar-mayan-goto-long-count-date):
2253         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
2255         * calendar/cal-persia.el (calendar-persian-month-name-array):
2256         Rename persian-calendar-month-name-array.  Update callers.
2257         (calendar-persian-epoch): Rename persian-calendar-epoch.
2258         Update callers.
2259         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2260         Update callers.
2261         (calendar-persian-last-day-of-month):
2262         Rename persian-calendar-last-day-of-month.  Update callers.
2263         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2264         Update callers, keep old name as alias.
2265         (calendar-persian-print-date): Rename calendar-print-persian-date.
2266         Update callers, keep old name as alias.
2267         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2268         Keep old name as alias.
2270         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2271         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2272         * calendar/solar.el: Update for cal-julian name changes.
2274         * calendar/cal-dst.el: Update for persian name changes.
2276         * calendar/cal-menu.el, calendar/calendar.el:
2277         Update for islamic, iso, julian, mayan, persian name changes.
2279         * calendar/diary-lib.el: Update for islamic name changes.
2281         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2282         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
2283         as alias.
2284         (calendar-christian-all-holidays-flag):
2285         Rename all-christian-calendar-holidays.  Update callers, keep old
2286         name as alias.
2287         (calendar-islamic-all-holidays-flag):
2288         Rename all-islamic-calendar-holidays.  Update callers, keep old
2289         name as alias.
2290         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2291         Update callers, keep old name as alias.
2292         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2293         Update for the above name changes.
2295 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
2297         * hilit-chg.el (global-highlight-changes-mode)
2298         (highlight-changes-passive-string, highlight-changes-active-string):
2299         Mark as obsolete since 23.1, not 22.1.
2301 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
2303         * hilit-chg.el (highlight-changes-visibility-initial-state)
2304         (hilit-chg-update, highlight-changes-mode-turn-on):
2305         Fix typos in docstrings.
2307 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
2309         * newcomment.el (comment-enter-backward): Be careful to restore
2310         position changed during narrowing.
2312 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
2314         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2315         Recognize `sub ($$)'.
2317 2008-04-03  Richard Sharman  <rsharman@pobox.com>
2319         * hilit-chg.el (highlight-changes-mode): Rename from
2320         highlight-changes; no longer uses sub-modes active and passive;
2321         implemented by define-minor-mode.
2322         (highlight-changes-toggle-visibility): New function, to replace
2323         the old passive/active submodes of global-highlight-changes-mode;
2324         implemented by define-minor-mode.
2325         (global-highlight-changes-mode): Rename from global-highlight-changes;
2326         rewrite using define-globalized-minor-mode.
2327         (hilit-chg-major-mode-hook, hilit-chg-check-global)
2328         (hilit-chg-post-command-hook, hilit-chg-check-global)
2329         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2330         to use of define-globalized-minor-mode.
2331         (highlight-changes-global-initial-state): Change to be boolean.
2332         (highlight-changes-visible-string, highlight-changes-invisible-string):
2333         Rename from highlight-changes-active-string and
2334         highlight-changes-passive-string.
2335         (hilit-chg-update, hilit-chg-set): Use them.
2336         (global-highlight-changes-mode): Rename from global-highlight-changes.
2337         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2338         docstring.
2339         (hilit-chg-hide-changes): Rewrite to use dolist.
2340         (hilit-chg-set-face-on-change, hilit-chg-update)
2341         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2342         variable instead of testing highlight-changes-mode.
2343         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2344         to highlight-changes-mode changed.
2345         (highlight-compare-with-file): Fix problems with interactive
2346         call giving invalid default file.
2348 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
2350         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2351         Fix in disassembly buffer (regression in 22.2).
2353 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2355         * emulation/viper-macs.el (viper-read-fast-keysequence):
2356         Use viper-read-event instead of viper-read-key.
2358         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2360         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2361         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2362         let-statements.
2364         * emulation/viper-ex.el, emulation/viper-macs.el:
2365         * emulation/viper-mous.el:
2366         Replace load with require in eval-when-compile.
2368 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2372         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2373         (archive-try-jka-compr): New function.
2374         (archive-set-buffer-as-visiting-file): Use it.
2376         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2378 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2380         * simple.el (handle-shift-selection): New arg.
2382 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2384         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2386         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2388 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2390         * shell.el (shell-dynamic-complete-filename): New fun.
2391         (shell-dynamic-complete-functions): Use it.
2393         * help-fns.el (describe-variable): Undo 2008-02-25 change.
2395 2008-04-03  Kenichi Handa  <handa@m17n.org>
2397         * international/fontset.el (create-fontset-from-x-resource):
2398         Handle the error of X resource more gracefully.
2400         * international/latin1-disp.el (latin1-display): Don't use make-char.
2401         Fix the argument to set-char-table-range.
2402         (latin1-display-identities): Don't use make-char.
2403         (latin1-display-reset): Use map-charset-chars instead of directly
2404         calling standard-display-default.
2405         (latin1-display-check-font): Don't use make-char.
2406         (latin1-display-setup): Likewise.
2407         (latin1-display-ucs-per-lynx): Likewise.
2409 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2411         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2412         name the fields, to make the code clearer.
2413         Rewrite all `aset' and `aref' using the defined accessors.
2414         (timer--time): New pseudo-field.
2415         (timer-set-time, timer-set-idle-time, timer-inc-time)
2416         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2417         (timer--time-less-p): New function.
2418         (timer--activate): New function, extracted from timer-activate.
2419         (timer-activate-when-idle, timer-activate): Use it.
2420         (cancel-function-timers): Use dolist.
2422 2008-04-03  Glenn Morris  <rgm@gnu.org>
2424         * add-log.el (c-beginning-of-defun, c-end-of-defun):
2425         Remove declarations; no longer used.
2426         (c-cpp-define-name, c-defun-name): Declare as functions.
2428         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2429         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2431         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2432         (holiday-passover-etc, holiday-hanukkah): Doc fix.
2433         Add optional argument.  Simplify.
2434         (holiday-tisha-b-av-etc): Use memq rather than unless.
2435         (holiday-julian): Autoload it.
2436         (holiday-hebrew-misc): New function.
2438         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2440         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2441         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2442         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2443         all-hebrew-calendar-holidays.
2444         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2445         Simplify using new functions.
2446         (calendar-holidays): Doc fix.
2447         (generate-calendar-window): Use bound-and-true-p.
2449         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2451         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2452         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
2453         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
2454         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2456         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2458 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2462         * vc-bzr.el (vc-bzr-checkout): Simplify.
2464         * image-mode.el (image-mode-fit-frame): New command.
2466         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2467         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2468         (keyboard-escape-quit): Check region-active-p i.s.o
2469         transient-mark-mode.
2471 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2473         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2474         (imap-message-copyuid-1): Use it.
2475         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2476         J. Williams in
2477         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2479 2008-04-02  Alan Mackenzie  <acm@muc.de>
2481         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2482         New optimised functions to get the name of the current defun/macro.
2484         * add-log.el (add-log-current-defun): Move the functionality which
2485         gets the current function name for C like modes to cc-cmds.el,
2486         thus optimising for speed.
2488 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
2490         * simple.el (deactivate-mark): When the mark is temporarily
2491         active, restore the original value of transient-mark-mode.
2492         (set-mark-command): First deactivate the mark if was temporarily active.
2493         (exchange-point-and-mark): Reactivate the mark if it was
2494         temporarily active.
2495         (handle-shift-selection): New fun.
2496         (transient-mark-mode): Move var documentation here from buffer.c.
2497         (next-line, previous-line, backward-word, move-end-of-line)
2498         (move-beginning-of-line, forward-to-indentation)
2499         (backward-to-indentation, back-to-indentation)
2500         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2502         * mouse.el (mouse-set-region-1): Save the old value of
2503         transient-mark-mode.
2504         (mouse-drag-track): Ignore the now-obsolete value `identity' for
2505         transient-mark-mode.
2507         * textmodes/paragraphs.el (forward-paragraph)
2508         (backward-paragraph, forward-sentence, backward-sentence): Add ^
2509         interactive spec.
2511         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2513 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
2515         * net/tramp.el (tramp-make-tramp-temp-file):
2516         Use `tramp-drop-volume-letter' for the local file name part.
2518 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2520         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
2521         Add menu entries corresponding to all the key bindings.
2523         * emacs-lisp/debug.el (debugger-mode-map):
2524         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2525         (conf-align-assignments): Only work on the region if it is active.
2526         (conf-quote-normal): Use when instead of if.  Remove redundant test.
2528         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2529         for tracing and re-builder.
2531 2008-04-02  Glenn Morris  <rgm@gnu.org>
2533         * calendar/appt.el (appt-disp-window-function): Doc fix.
2534         (appt-display-message): Move beep before display.
2535         (appt-check): Make interactive.  Reduce the number of lets.
2536         Use string-equal to compare mode-line strings.
2537         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
2538         read-only.
2539         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2540         (appt-delete): Simplify.
2542         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2544         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2546         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2547         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2548         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2550         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2551         (calendar-holiday-marker, mark-visible-calendar-date):
2552         * calendar/diary-lib.el (fancy-diary-display):
2553         Check for font-lock-mode before using faces.
2555         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2556         (calendar-gregorian-from-absolute): Reduce the number of lets.
2557         (hebrew-holidays-4, generate-calendar-window): Simplify.
2558         (calendar-for-loop): Make obsolete.
2559         (calendar-nth-named-day): Doc fix.
2561         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2562         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2563         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2564         Reduce the number of lets.
2565         (mark-sexp-diary-entries, calendar-mark-complex):
2566         Expand calendar-for-loops.
2568 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
2570         * find-dired.el (find-dired-filter): Fix last patch to handle
2571         multi-line process input.  Pad link numbers too.
2573 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
2575         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2577 2008-04-01  Jason Rumney  <jasonr@gnu.org>
2579         * international/characters.el (script-list): Add phonetic script,
2580         covering IPA (previously Latin), Phonetic Extensions and
2581         Phonetic Extensions Supplement (both previously unassigned).
2583         * international/fontset.el (setup-default-fontset): Use unicode fonts
2584         that cover bopomofo script for bopomofo.
2585         Likewise for braille and mathematical.
2586         Use unicode scripts that cover the phonetic script for IPA.
2588 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
2590         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2591         return the assigned value.
2593 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2595         * abbrev.el (abbrev-mode): Use define-minor-mode.
2597         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
2598         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2599         Use map-keymap.
2600         (minor-mode-menu-from-indicator): Use it.  Simplify.
2602         * bindings.el (mode-line-mode-menu): Move before (new) first use.
2603         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2604         Bind the key directly to the menu.
2605         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2607 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
2609         * epa.el (epa-decrypt-region): Explain the reason why this
2610         function should not be used in Lisp programs.
2611         (epa-decrypt-armor-in-region): Ditto.
2612         (epa-verify-region): Ditto.
2613         (epa-verify-cleartext-in-region): Ditto.
2614         (epa-sign-region): Ditto.
2615         (epa-encrypt-region): Ditto.
2617         * epg.el (epg-start-receive-keys): Fix typo in docstring.
2619         * epa.el (epa-select-keys): Show menu even if there is no key in
2620         GnuPG's keyring.
2622 2008-04-01  Glenn Morris  <rgm@gnu.org>
2624         * calendar/calendar.el (calendar-make-temp-face): New function.
2625         (mark-visible-calendar-date):
2626         * calendar/diary-lib.el (fancy-diary-display): Use it.
2628         * vc-hooks.el (vc-responsible-backend): Declare as function.
2630         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2631         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2632         * calendar/cal-julian.el (holiday-julian): Use it.
2634         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2635         (calendar-hebrew-date-is-visible-p): Extract some common code into
2636         separate function.
2637         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2639         * calendar/cal-menu.el (cal-menu-holidays-menu):
2640         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2641         rather than obsolete alias.
2643         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2644         for mark characters.
2645         (calendar-unmark): Unmark by removing all overlays, rather than
2646         redrawing.
2647         (calendar-starred-day): Remove.
2648         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
2649         (calendar-cursor-to-date): No need for special star handling now
2650         using overlays.
2651         (calendar-star-date): Use overlays.
2653         * calendar/cal-french.el (calendar-goto-french-date):
2654         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2655         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2656         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2657         * calendar/cal-persia.el (calendar-persian-date-string):
2658         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2659         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2660         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2661         * calendar/solar.el (solar-equinoxes-solstices):
2662         Reduce nesting of some lets.
2664         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2665         (calendar-goto-mayan-long-count-date): Simplify.
2667         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2668         Simplify by using mapcar.
2669         (calendar-list-holidays): Return holiday-list.
2670         (list-holidays): Use let rather than let*.  Remove un-needed locals
2671         `d', `never'.
2672         (calendar-check-holidays): Return result from dolist.
2673         (holiday-float): Use a single let*.  Simplify if-and to and.
2674         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2675         single let*.
2677 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
2679         * calc/calc.el: Autoload `calc-yank'.
2680         (calc-mode-map): Add keybindings for `calc-yank'.
2681         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2682         assignments for `calc-yank'.
2684 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
2686         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2687         (vc-status-mark-buffer-changed): Handle the extra field.
2689         * vc-bzr.el (vc-bzr-after-dir-status):
2690         * vc-cvs.el (vc-cvs-after-dir-status):
2691         * vc-hg.el (vc-hg-after-dir-status):
2692         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2694 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2696         * doc-view.el: Compute displayed pages first (in PDF).
2697         (doc-view-current-converter-processes): Rename from
2698         doc-view-current-converter-process.  Update users.
2699         (doc-view-sentinel): Test buffer's liveness.
2700         (doc-view-pdf/ps->png-sentinel): Remove.
2701         (doc-view-start-process): New function.
2702         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2703         (doc-view-ps->pdf): Use it.
2704         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2705         New functions.
2706         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2707         (doc-view-mode): Kill the processes when leaving the mode.
2709 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
2711         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2712         Use `byte-compile-warning-types'.  Add docstring.
2714 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2717         (smerge-resolve): Add various resolution heuristics.
2719         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2720         in 3-way conflicts.
2722 2008-03-31  Glenn Morris  <rgm@gnu.org>
2724         * calendar/cal-bahai.el (diary-bahai-mark-entries):
2725         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2726         * calendar/cal-islam.el (mark-islamic-diary-entries):
2727         Fix argument order in call to diary-mark-entries-1.
2729         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2730         pre-Bahai dates.
2731         (holiday-bahai): Use an algorithm actually relevant to this calendar
2732         system.
2734         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2736         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2737         Use and.
2739         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2740         in the last fortnight in Julian October.
2742         * calendar/calendar.el (increment-calendar-month): Optionally handle
2743         systems without 12 months per year.
2745         (calendar-date-is-visible-p): Doc fix.  Simplify.
2747         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2748         from dolist.
2750 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
2752         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2753         (hi-lock-unload-function): New function.
2755 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
2757         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2758         overwriting when NEWNAME is a local file.
2760         * net/trampver.el: Update release number.
2762 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
2764         * vc-git.el: Make vc-status display information about copies,
2765         renames and permission changes.
2766         (vc-git-extra-fileinfo): New defstruct.
2767         (vc-git-escape-file-name, vc-git-file-type-as-string)
2768         (vc-git-rename-as-string, vc-git-permissions-as-string)
2769         (vc-git-status-printer): New functions.
2770         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2771         (vc-git-after-dir-status-stage1): Look for copies, renames and
2772         permission changes.
2773         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2774         (vc-git-dir-status): Ask for staged files and renames.
2776 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2778         * vc.el: Allow backends to display backend specific information in
2779         the vc-status listing.
2780         (vc-status-fileinfo): Add a field for backend specific information.
2781         (vc-status-printer): Rename to ...
2782         (vc-default-status-printer): ... this.
2783         (vc-status-printer): New function.
2784         (vc-update-vc-status-buffer): Set the backend specific file info
2785         if provided.
2787 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * textmodes/remember.el (remember-diary-convert-entry): Revert last
2790         change (ill-conceived).
2792 2008-03-29  Glenn Morris  <rgm@gnu.org>
2794         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2795         * calendar/cal-julian.el (holiday-julian): Simplify.
2797         * calendar/holidays.el (list-holidays): Use or.
2799 2008-03-29  Juri Linkov  <juri@jurta.org>
2801         * window.el (split-window-preferred-horizontally): New function.
2803         * cus-start.el (split-window-preferred-function):
2804         Set choice for "vertically" to nil instead of split-window.
2805         Set choice for "horizontally" to split-window-preferred-horizontally
2806         instead of lambda.
2808 2008-03-29  Juri Linkov  <juri@jurta.org>
2810         * simple.el (minibuffer-default-add-function): New variable with
2811         the default to minibuffer-default-add-completions.
2812         (minibuffer-default-add-done): New variable.  Make it buffer-local.
2813         (minibuffer-default-add-completions): New function.
2814         (goto-history-element): Set minibuffer-default-add-done to t and
2815         call a function in minibuffer-default-add-function when the
2816         specified absolute history position is greater than the length of
2817         the minibuffer-default list and minibuffer-default-add-done is nil.
2818         Change "^End of history; no next item$" to "^End of defaults;
2819         no next item$".
2821         * bindings.el (debug-ignored-errors): Change "^End of history;
2822         no next item$" to "^End of defaults; no next item$".
2824 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2828         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2829         to with-no-warnings.
2831 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
2833         Sync with Tramp 2.1.13.
2835         * net/tramp-ftp.el: Require 'cl when byte-compiling.
2837         * net/trampver.el: Update release number.
2839 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2841         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2842         the current backend.
2844         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2845         (vc-status-refresh): Create a temporary buffer and call the
2846         `dir-status' backend function from that buffer.
2848         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2849         (vc-bzr-after-dir-status): Don't kill the buffer.
2851         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2852         (vc-cvs-after-dir-status): Don't kill the buffer.
2854         * vc-git.el (vc-git-dir-status): Don't create a buffer.
2855         (vc-git-after-dir-status-stage2): Don't kill the buffer.
2857         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2858         (vc-hg-after-dir-status): Don't kill the buffer.
2860         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2861         (vc-svn-after-dir-status): Don't kill the buffer.
2863 2008-03-29  Glenn Morris  <rgm@gnu.org>
2865         * calendar/calendar.el (diary-file, american-date-diary-pattern)
2866         (european-date-diary-pattern, european-calendar-display-form)
2867         (american-calendar-display-form, diary-display-hook): Doc fixes.
2868         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
2869         custom :set.  Mark as obsolete.
2870         (calendar-date-style, iso-date-diary-pattern)
2871         (iso-calendar-display-form): New user variables.
2872         (diary-date-forms, calendar-date-display-form): Set using
2873         calendar-date-style.  Doc fix.
2874         (calendar-set-date-style): New command.
2875         (european-calendar, american-calendar): Use calendar-set-date-style.
2876         Mark as obsolete.
2878         * calendar/diary-lib.el (number): Move declaration where needed.
2879         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2880         (diary-make-date): New function.
2881         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2882         Use diary-make-date.
2883         (diary-date-display-form, diary-insert-entry-1): New functions.
2884         (insert-monthly-diary-entry, insert-yearly-diary-entry):
2885         Use diary-insert-entry-1.
2886         (insert-anniversary-diary-entry, insert-block-diary-entry)
2887         (insert-cyclic-diary-entry): Use diary-date-display-form.
2889         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2890         Autoload diary-insert-entry-1.
2891         * calendar/cal-bahai.el (diary-bahai-insert-entry)
2892         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2893         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2894         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2895         * calendar/cal-islam.el (insert-islamic-diary-entry)
2896         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2897         Use diary-insert-entry-1.
2899         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2900         (diary-yahrzeit): Doc fix.  Use diary-make-date.
2902         * calendar/icalendar.el (icalendar--datetime-to-american-date):
2903         New name for icalendar--datetime-to-noneuropean-date.  Make old name
2904         obsolete alias.
2905         (icalendar--datetime-to-iso-date): New function.
2906         (icalendar--datetime-to-diary-date): Doc fix.  Respect
2907         calendar-date-style if bound.
2909         * textmodes/remember.el (remember-diary-convert-entry):
2910         Respect calendar-date-style if bound.
2912 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2914         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2915         (xterm-mouse-handle-delete-frame): Delete.
2917         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2918         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2919         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2920         in xterm-modify-other-keys-terminal-list.
2922         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2923         are conflicts.
2925 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2927         * vc.el (vc-update): Check if the buffer is unsaved only if it
2928         actually exists.
2929         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2930         vc-print-log.
2932 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2934         * net/dns.el (dns-write): Use set-buffer-multibyte.
2936 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * vc-bzr.el (vc-bzr-sha1): New fun.
2939         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2940         (vc-bzr-registered): Use it.
2942 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2944         * vc.el (vc-status-kill-dir-status-process): Simplify.
2945         (vc-status-refresh): Make sure the buffer is live.
2946         (ring): Don't require it, not used.
2948 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
2950         * progmodes/verilog-mode.el (verilog-auto-inout-module):
2951         Add optional regular expression to AUTOINOUTMODULE.
2952         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2953         (verilog-auto-inst-param, verilog-auto-reg)
2954         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2955         (verilog-auto-output-every, verilog-auto-input)
2956         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2957         (verilog-auto-unused, verilog-auto): Update documentation to use
2958         more obvious instance module names versus cell names.
2960 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
2962         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2963         kill if a process is running.
2965         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2967 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2969         * vc.el: Add new backend function 'status-extra-headers.
2970         (vc-default-status-extra-headers): New function.
2971         (vc-status-headers): Call 'status-extra-headers.  Add colors.
2973         * vc-git.el (vc-git-status-extra-headers): New function.
2975 2008-03-28  Glenn Morris  <rgm@gnu.org>
2977         * calendar/cal-menu.el (cal-menu-holidays-menu)
2978         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2979         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2980         holiday-list is optional.
2981         (calendar-mouse-holidays): Remove un-needed local `l'.
2983         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2984         Remove un-needed local `date'.
2985         (calendar-cursor-to-visible-date): Use let rather than let*.
2986         Remove un-needed local `first-of-month-weekday'.
2988         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2990         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2991         Doc fixes.
2992         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
2993         (diary-header-line-flag, diary-header-line-format): Declare.
2994         (diary-pull-attrs): Check for multiple matches.
2995         (diary-list-entries-2): Simplify finding start of date.
2996         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2997         pop-up-frames.
2998         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2999         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
3001 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
3003         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
3005         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3007 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3009         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3011         * image-mode.el (image-mode-reapply-winprops): Fix last change.
3013 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
3015         * international/mule-conf.el (define-iso-single-byte-charset):
3016         Don't make latin-iso8859-* supplementary.
3017         (#'set-charset-priority): Don't change the priority of charsets
3018         `unicode' and `emacs'.
3020 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3022         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3023         temp buffer.
3025 2008-03-27  Glenn Morris  <rgm@gnu.org>
3027         * calendar/cal-bahai.el (diary-bahai-list-entries):
3028         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3029         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3031         * calendar/calendar.el (diary-file): Doc fix.
3033         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3034         (list-diary-entries-hook, mark-diary-entries-hook)
3035         (include-other-diary-files, diary-mail-entries)
3036         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3037         (diary-set-header): New function.
3038         (diary-header-line-flag, diary-header-line-format):
3039         Use diary-set-header for custom :set function.
3040         (diary-set-maybe-redraw): Use symbol-value rather than eval.
3041         (diary-attrtype-convert): Use intern-soft rather than read.
3042         (diary-display-no-entries): New function.
3043         (simple-diary-display, fancy-diary-display): Use it.
3044         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
3045         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3047         * calendar/holidays.el (list-holidays): Doc fix.
3049 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
3051         * calc/calc-store.el (calc-read-var-name-history): New variable.
3052         (calc-read-var-name): Use `calc-read-var-name-history'.
3054 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * image-mode.el (image-mode-reapply-winprops): Simplify now that
3057         window-configuration-change-hook works buffer-locally.
3059 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
3061         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3062         for Emacs Lisp, not Lisp.
3064 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
3066         * help-fns.el (describe-function-1, describe-variable):
3067         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3069         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3070         replacement is provided, don't print "use nil instead".
3072 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
3074         * complete.el (PC-do-completion): Use regexp-quote.
3076 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3078         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3079         Detect missing files.
3081         * vc-git.el (vc-git-extra-menu-map): New key map.
3082         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3083         New functions.
3085         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3086         and 'missing files.
3088 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3090         * calendar/holidays.el (list-holidays): Make Y2 optional.
3092         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3093         buffers shown to the user.
3094         (appt-disp-window): Disable undo explicitly now that the leading space
3095         is gone.
3097         * simple.el (activate-mark): New function.
3098         (set-mark-command): Use it with region-active-p to clean up the code.
3099         (exchange-point-and-mark): Invert the meaning of C-u when
3100         transient-mark-mode is active.
3102         * dired-aux.el (dired-create-files): Use dolist.
3104         * bindings.el (mode-line-change-eol): Use with-selected-window.
3106         * apropos.el (apropos-command): Include macros.
3108 2008-03-26  Glenn Morris  <rgm@gnu.org>
3110         * calendar/cal-bahai.el: Require calendar, not cal-julian.
3111         (calendar-bahai-epoch): Doc fix.
3113         * calendar/cal-china.el: Explicitly require calendar.
3115         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3116         Require calendar rather than cal-julian.
3117         Autoload calendar-absolute-from-julian.
3118         * calendar/cal-coptic.el (coptic-calendar-epoch):
3119         * calendar/cal-islam.el (calendar-islamic-epoch):
3120         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3122         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3124         * calendar/cal-dst.el: Don't require cal-persia.
3125         (calendar-absolute-from-persian): Autoload it.
3126         (dst-adjust-time): Doc fix.
3128         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3129         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3130         calendar.
3132         * calendar/cal-menu.el: Require calendar rather than declaring
3133         functions.
3134         * calendar/calendar.el: Provide calendar before requiring cal-menu.
3136         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3137         calendar-after-frame-setup-hooks.  Update callers, make old name an
3138         obsolete alias.  Doc fix.
3139         (calendar-frame-1): Doc fix.
3141         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3143         * calendar/calendar.el (oriental-holidays, solar-holidays):
3144         * calendar/holidays.el (list-holidays): Assume atan always bound.
3146         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3147         Explicitly require calendar, not cal-julian.
3148         * calendar/lunar.el: Explicitly require cal-dst.
3150 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3154         * help-fns.el (describe-function-1, describe-variable): If no
3155         replacement is provided, don't print "use nil instead".
3157 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3159         * proced.el: New file.
3161 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3163         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3165 2008-03-25  Juri Linkov  <juri@jurta.org>
3167         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3168         in battery-mode-line-format.
3170         * bindings.el (minibuffer-local-map): For the command
3171         file-cache-minibuffer-complete replace keymap minibuffer-local-map
3172         with map which is already locally bound to minibuffer-local-map.
3174 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3176         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3177         Remove `sort-first' argument.
3179         * subr.el (redisplay-end-trigger-functions)
3180         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3181         (process-filter-multibyte-p, set-process-filter-multibyte):
3182         Mark as obsolete.
3184 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
3186         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3187         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3188         use the LOCAL arg of `add-hook'.
3189         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3190         Remove spurious * from defcustom docstrings.
3191         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3192         Fix typos in messages.
3193         (reb-mode-buffer-p): New function.
3194         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
3195         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3196         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3197         (reb-update-overlays): Use `unless', `when'.
3198         (re-builder-unload-function): New function.
3200 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
3202         * vc-hooks.el (vc-state): Add documentation for 'missing.
3204 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
3206         * progmodes/verilog-mode.el (verilog-auto-output)
3207         (verilog-auto-input, verilog-auto-inout, verilog-auto)
3208         (verilog-delete-auto): Add optional regular expression to
3209         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3210         (verilog-signals-matching-regexp): New internal function for
3211         signal matching.
3213 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
3215         * info.el (Info-isearch-search): Always return point.
3217 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3219         * diff-mode.el (diff-remembered-defdir): New var.
3220         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3222 2008-03-25  Glenn Morris  <rgm@gnu.org>
3224         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3225         calendar-bahai-prompt-for-date.  Update callers, make old name an
3226         obsolete alias.  Doc fix.
3227         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3228         coptic-prompt-for-date.  Update callers, make old name an
3229         obsolete alias.  Doc fix.
3230         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3231         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
3232         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3233         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
3234         * calendar/cal-iso.el (calendar-iso-read-date): New name for
3235         calendar-iso-read-args.  Update callers, make old name an obsolete
3236         alias.
3237         * calendar/cal-persia.el (calendar-persian-read-date): New name for
3238         persian-prompt-for-date.  Update callers, make old name an
3239         obsolete alias.  Doc fix.  Move definition before use.
3241         * calendar/cal-x.el (diary-frame-parameters)
3242         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3243         (calendar-frame-1): Doc fixes.
3244         (make-fancy-diary-buffer): Remove declaration.
3245         (calendar-dedicate-diary): Replace call to deleted function
3246         make-fancy-diary-buffer.
3247         (calendar-frame-setup): New function.
3248         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3249         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3250         work, and mark as obsolete.
3251         (special-display-buffer-names): Don't mess with this; it's not our
3252         business.
3253         (cal-x-load-hook): Defvar it, and mark as obsolete.
3255         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3256         Default to t.  Add to 'calendar group.
3257         (calendar): Doc fix.  Use calendar-frame-setup.
3258         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
3259         (generate-calendar-window): Doc fix.
3261 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3265 2008-03-24  Drew Adams  <drew.adams@oracle.com>
3267         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3268         New variables.
3269         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
3270         (finder-exit): Ignore errors rather than avoiding them.
3271         Kill *Finder-package* buffer also.
3273 2008-03-24  Andreas Schwab  <schwab@suse.de>
3275         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3277 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
3279         * vc-hg.el (vc-hg-after-dir-status):
3280         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3282         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3283         Detect removed files.
3285         * vc.el (vc-status-printer): Use a different face for missing files.
3286         (vc-status-hide-up-to-date): Rename from
3287         vc-status-remove-up-to-date.  Update all callers.
3288         (vc-status-mode-map): Bind C-m.
3290 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
3292         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3293         code ...
3294         (vc-git--state-code): ... to this new function.
3295         (vc-git-state): Use it.
3297 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3299         * textmodes/remember.el (remember-mail-date)
3300         (remember-store-in-mailbox): Write date and From line in such a
3301         way that Mutt can read it.
3303 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
3305         * simple.el (transient-mark-mode): Turn on by default.
3307 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3309         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3310         'unregistered for unregistered files.
3312         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3314         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3316         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3317         subdirectories.
3319         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3320         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3321         Add :enable for vc-status-refresh.
3322         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3323         (vc-status-tool-bar-map): Add binding for
3324         vc-status-kill-dir-status-process.
3325         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3326         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3327         Reset vc-status-process-buffer.
3328         (vc-status-refresh): Don't run two refreshes at a time.
3329         (vc-status): If the buffer is already in vc-status-mode only refresh.
3330         (vc-status-mark-buffer-changed): Add an optional file parameter.
3331         (vc-resynch-buffer): Use it.
3332         (vc-delete-file): Expand the file name before using it.
3333         Be careful to not create a new buffer with the old file contents.
3334         Update the VC state after performing the operation.
3336 2008-03-23  Andreas Schwab  <schwab@suse.de>
3338         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3339         Fix radio button condition.
3340         [box]: Likewise.
3341         [customize]: Add radio button.
3343 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
3345         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3346         (calc-user-parse-tables, calc-gnuplot-default-device)
3347         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3348         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3349         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3350         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3351         (calc-undo-list, calc-redo-list, calc-main-buffer)
3352         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3353         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3354         (calc-said-hello, calc-executing-macro, calc-any-selections)
3355         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3356         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3357         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3358         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3359         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3360         (calc-create-buffer, calc-quit): Add docstrings.
3362 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
3364         * makefile.w32-in (WINS_ALMOST): Add org.
3366 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3368         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3369         New functions to implement vc-status support.
3371 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3373         * vc.el (vc-status-prepare-status-buffer): New function.
3374         (vc-status): Use it.
3376         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3377         appropriate.
3379 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
3381         * vc-git.el (vc-git--empty-db-p)
3382         (vc-git-after-dir-status-stage1-empty-db): New functions.
3383         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3384         Add support for empty repositories.
3386 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3388         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3389         Allow "^" in a version name.
3391         * vc-mtn.el (vc-mtn-state): Support the added state.
3393 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
3395         * org: New directory for Org-mode.
3397         * org/org-export-latex.el: Moved from lisp/texmodes.
3399         * org/org-irc.el: Moved from lisp/texmodes.
3401         * org/org-mac-message.el: Moved from lisp/texmodes.
3403         * org/org-mouse.el: Moved from lisp/texmodes.
3405         * org/org-publish.el: Moved from lisp/texmodes.
3407 2008-03-21  Juri Linkov  <juri@jurta.org>
3409         * comint.el (comint-dynamic-simple-complete):
3410         Use variable `stub' for the second arg `common-substring'
3411         of `comint-dynamic-list-completions'.
3412         (comint-dynamic-list-filename-completions):
3413         Use variable `filenondir' for the second arg `common-substring'
3414         of `comint-dynamic-list-completions'.
3415         (comint-dynamic-list-completions): Add new optional arg
3416         `common-substring'.  Add `common-substring' as the second arg of
3417         the call to `display-completion-list'.  Doc fix.
3419         * comint.el (comint-dynamic-complete-as-filename)
3420         (comint-dynamic-list-filename-completions)
3421         (comint-dynamic-simple-complete): Use `minibuffer-message'
3422         to display message "No completions of %s" when a command
3423         is called in the minibuffer.
3424         (comint-dynamic-simple-complete): Don't display other
3425         completion messages when a command is called in the minibuffer.
3426         (comint-dynamic-list-completions): Use `minibuffer-message'
3427         to display message " [Type space to flush ...]" when a command
3428         is called in the minibuffer.
3430         * shell.el (shell-dynamic-complete-command)
3431         (shell-dynamic-complete-environment-variable): Don't display
3432         completion messages when command is called in the minibuffer.
3434         * emacs-lisp/lisp.el (lisp-complete-symbol):
3435         Use `minibuffer-message' to display message "No completions of %s"
3436         when this command is called in the minibuffer.
3438         * bindings.el (standard-mode-line-modes): Put special help-echo
3439         tooltip on recursive edit %[ %] mode-line constructs.
3441         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3442         "^No dynamic expansion for .* found$" to allow error messages like
3443         "No dynamic expansion for \"%s\" found in this-buffer".
3445 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
3447         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3448         "psftp".
3450 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3452         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3453         * vc.el (vc-default-dired-state-info): Use just "modified".
3454         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3455         (vc-cvs-mode-line-string): Make use of the better default.
3456         (vc-cvs-parse-entry): Use the new `added'.
3457         (vc-cvs-dired-state-info): Remove.
3458         * vc-svn.el (vc-svn-dired-state-info): Remove.
3459         * vc-hg.el (vc-hg-dired-state-info): Remove.
3460         * vc-git.el (vc-git-dired-state-info): Remove.
3462 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3464         * vc-git.el (vc-git-status-result): New variable.
3465         (vc-git-dir-status): Split out ...
3466         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3467         ... these new functions and work asynchronously.
3469 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
3471         * vc-git.el (vc-git-after-dir-status): Remove.
3472         (vc-git-dired-state-info): Reimplement.
3474 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3476         * replace.el (occur-mode-map): Add :help.
3478         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3479         for disassemble.
3481         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3482         the 'added state.
3483         (vc-status-remove-up-to-date): New function.
3484         (vc-status-mode-map, vc-status-menu-map): Bind it.
3485         (vc-status-printer): Use a different face up-to-date files.
3486         (vc-resynch-buffer): Update the vc-status buffer if it exists.
3487         (Todo): Remove solved entries.
3489         * vc-hg.el (vc-hg-state):
3490         * vc-git.el (vc-git-state):
3491         * vc-cvs.el (vc-cvs-parse-status):
3492         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3493         state.
3495 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * progmodes/compile.el (compile):
3498         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3500         * simple.el (minibuffer-local-shell-command-map): New var.
3501         (minibuffer-complete-shell-command, read-shell-command): New funs.
3502         (shell-command, shell-command-on-region): Use them.
3504 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3506         * vc.el (vc-status-mark-buffer-changed): New function to implement
3507         updating of the *vc-status* buffer when a buffer is saved.
3508         (vc-status-mode): Use it for after-change-hook.
3509         (vc-add-to-vc-status-buffer): Rename to ...
3510         (vc-status-add-entry): ... this.
3511         (Todo): Add new entry.
3513 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3515         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3517 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
3519         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3520         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3521         Remove spurious * from defcustom docstrings.
3522         (icomplete-compute-delay): Fix docstring and remove spurious *.
3523         (icomplete-delay-completions-threshold): Fix typo in docstring and
3524         remove spurious *.
3525         (icomplete-completions): While collecting the list of prospective
3526         candidates, don't overshoot `icomplete-prospects-length'.
3528 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3530         * textmodes/refbib.el:
3531         * textmodes/reftex.el:
3532         * textmodes/reftex-global.el:
3533         * textmodes/reftex-vars.el:
3534         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3535         compiler pacifying defvars.
3536         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3537         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3538         not needed.
3540 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
3542         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3543         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3544         (verilog-customize, verilog-font-customize)
3545         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3546         (verilog-mode): Update documentation strings to match tool tips.
3547         (verilog-auto-search-do, verilog-auto-re-search-do)
3548         (verilog-skip-forward-comment-or-string): Fix verilog-auto
3549         expansion when a .* appears inside a string.
3550         (verilog-re-search-forward, verilog-re-search-backward):
3551         Add comment to recall how this works.
3552         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3554 2008-03-20  Glenn Morris  <rgm@gnu.org>
3556         * calendar/calendar.el (calendar-other-dates): New function.
3557         (calendar-print-other-dates): Use calendar-other-dates.
3558         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3559         the declarations it replaces.
3560         (calendar-mouse-print-dates): Use calendar-other-dates.
3562         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3563         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3564         (calendar-absolute-from-bahai): Fix the leap-year case.
3565         (calendar-bahai-from-absolute): Re-use the Gregorian month.
3566         (calendar-bahai-date-string, calendar-bahai-print-date):
3567         Handle pre-Bahai dates.
3569         * calendar/cal-china.el (chinese-calendar-celestial-stem)
3570         (chinese-calendar-terrestrial-branch): Make defcustoms.
3572         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3573         (calendar-mouse-view-diary-entries): Use or.
3574         (calendar-mouse-chinese-date): Remove unused command.
3575         (cal-menu-load-hook): Mark as obsolete.
3577         * calendar/solar.el (calendar-location-name, calendar-latitude)
3578         (calendar-longitude, solar-arctan, sunrise-sunset)
3579         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3581 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
3583         * calc/calc.el: Remove outdated comments.
3584         (defcalcmodevar, calc-mode-var-list-restore-default-values)
3585         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3586         Add docstrings.
3588 2008-03-19  Jason Rumney  <jasonr@gnu.org>
3590         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3592 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3594         * net/tls.el (open-tls-stream): Reindent.
3596 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
3598         * net/tramp.el (tramp-let-maybe): Removed.
3599         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3600         It does not exist under XEmacs.
3601         (tramp-handle-file-truename, tramp-handle-expand-file-name)
3602         (tramp-completion-file-name-handler): Let-bind
3603         `directory-sep-char'.
3605         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3606         `directory-sep-char'.
3608 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3610         * help-fns.el (describe-function-1): Don't signal "missing arglist"
3611         for autoloaded keymaps.
3613         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3614         (electric-verilog-terminate-line, verilog-in-struct-region-p)
3615         (verilog-backward-ws&directives, verilog-forward-ws&directives)
3616         (verilog-in-comment-p, verilog-in-star-comment-p)
3617         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3618         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3619         (verilog-skip-forward-comment-or-string, verilog-in-paren)
3620         (verilog-skip-forward-comment-p): Use it.
3622 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3624         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3625         (org-remember-templates, org-time-stamp-rounding-minutes)
3626         (org-back-over-empty-lines, org-find-base-buffer-visiting)
3627         (org-columns-new): Fix typos in docstrings.
3629 2008-03-19  Glenn Morris  <rgm@gnu.org>
3631         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3632         (tramp-handle-shell-command): Use condition-case rather than
3633         ignore-errors.
3635 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3637         * diff-mode.el (diff-header): Make the color louder.
3638         (diff-refine-change): Tone the color down.
3640 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3642         * descr-text.el (describe-char): When `describe-char-unidata-list'
3643         is set to show all properties, list them in the right order.
3645 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3647         * international/mule.el (load-with-code-conversion): Avoid setting
3648         default-enable-multibyte-characters.
3650 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
3652         * vc.el (vc-annotate-background): Fix custom type.
3654 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * descr-text.el (describe-char-unidata-list): Allow specifying
3657         just all properties.
3658         (describe-char): Handle that new value.
3660         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3662 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3664         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3665         instead of file name extension to make docs with uncommon
3666         extensions work.
3668 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3670         * doc-view.el (require): Require cl at compile time because
3671         `assert' needs it.
3673 2008-03-18  Glenn Morris  <rgm@gnu.org>
3675         * calendar/calendar.el (initial-calendar-window-hook)
3676         (today-visible-calendar-hook): Doc fixes.
3678 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
3680         * net/tramp.el (tramp-root-regexp): Simplify.
3681         (tramp-completion-file-name-regexp-separate): Don't insist on
3682         leading "[".  This prevents method or user or host completion.
3683         (tramp-let-maybe): Autoload it.
3684         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
3685         is an alias for `identity'.
3686         (tramp-handle-write-region): Protect `last-coding-system-used'
3687         over the trailing statements.
3688         (tramp-completion-file-name-handler-post-function): Remove.
3689         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3690         instead of calling `tramp-drop-volume-letter'.
3692         * net/tramp.el:
3693         * net/tramp-uu.el:
3694         * net/trampver.el: Move coding cookie at the end.
3696 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3698         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3699         elements which may be something else than characters.
3701 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
3703         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3704         New functions to implement vc-status support.
3706         * vc.el (vc-default-extra-status-menu)
3707         (vc-add-to-vc-status-buffer): New functions.
3709         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3710         for eldoc and ielm.
3712 2008-03-17  Glenn Morris  <rgm@gnu.org>
3714         * calendar/cal-x.el (diary-frame-parameters)
3715         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3716         Fix custom type; add options.
3717         (calendar-frame, diary-frame): Doc fixes.
3718         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3719         new functions.
3720         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3721         Use calendar-frame-1 and calendar-dedicate-diary.
3722         (calendar-one-frame-setup): Also handle only-one-frame case.
3723         (calendar-only-one-frame-setup): Doc fix.  Just call
3724         calendar-one-frame-setup.
3726         * calendar/diary-lib.el: Re-order some definitions before their use.
3727         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3728         (diary-list-entries): Doc fixes.
3729         (make-fancy-diary-display): Remove function.
3731         * calendar/calendar.el (calendar-today-marker)
3732         (initial-calendar-window-hook, today-visible-calendar-hook)
3733         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3734         (calendar-star-date, calendar-mark-today): Doc fixes.
3735         (today-visible-calendar-hook): Add options.
3736         (calendar-in-read-only-buffer): New macro.
3737         (calendar-basic-setup): Adapt for change in calendar-read-date.
3738         Place holiday let inside if.
3739         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3740         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3741         (calendar-print-other-dates): Use one let rather than many.
3743         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3744         (calendar-print-other-dates):
3745         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3746         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3747         * calendar/holidays.el (calendar-list-holidays, list-holidays)
3748         (calendar-cursor-holidays):
3749         * calendar/lunar.el (calendar-phases-of-moon): Use
3750         calendar-in-read-only-buffer to replace previous code and disable undo.
3752 2008-03-16  Juri Linkov  <juri@jurta.org>
3754         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3755         and regexp-search-ring-yank-pointer for the HISTPOS argument of
3756         read-from-minibuffer to provide the correct initial minibuffer
3757         history position in isearch-edit-string when it is called from
3758         isearch-ring-adjust.
3760         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3761         to check if the current buffer is the minibuffer, and in this case
3762         call abort-recursive-edit to kill the minibuffer.  Doc fix.
3763         (kill-this-buffer-enabled-p): Allow this function to return non-nil
3764         when the current buffer is the minibuffer.
3766         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
3768 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
3770         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3771         Use non-nil PARENTS attribute of make-directory instead of
3772         explicitly checking existence the current cache directory.
3774 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
3776         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3777         M-x epa-file-select-keys.
3779 2008-03-16  Kenichi Handa  <handa@m17n.org>
3781         * international/mule.el (auto-coding-alist):
3782         Use no-conversion-multibyte for archive files.
3784 2008-03-16  Glenn Morris  <rgm@gnu.org>
3786         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3787         New functions.
3788         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3789         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3790         Use calendar-mark-1.
3791         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3792         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3793         Use calendar-mark-complex.
3794         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3795         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3796         Use calendar-mark-1.
3798         * calendar/calendar.el (calendar-mod): Remove.
3799         * calendar/cal-china.el (calendar-chinese-from-absolute)
3800         (calendar-chinese-date-string): Expand calendar-mod calls.
3801         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3802         Expand calendar-mod calls.
3804         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3805         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3806         (diary-bahai-insert-yearly-entry): Use let rather than let*.
3807         Move obsolete aliases after the functions that replaced them.
3809         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3810         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3811         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3812         Use let rather than let*.
3813         (calendar-hebrew-prompt-for-date): New function.
3814         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3815         (holiday-tisha-b-av-etc): Use unless, let.
3817         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3818         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3820         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3822         * calendar/calendar.el (calendar-for-loop): Add indent spec.
3824         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3825         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3826         than concat.
3827         (diary): Remove un-needed let.
3828         (view-other-diary-entries): Rename argument.
3829         (diary-list-entries-2): New function.
3830         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3831         (print-diary-entries): Use unless.
3832         (diary-mark-entries-1): Change argument order, make all but
3833         markfunc optional.  Handle the standard (Gregorian) case.
3834         Use match-string-no-properties.  Handle marks.
3835         (mark-diary-entries): Use diary-mark-entries-1.
3836         (diary-font-lock-keywords-1): New macro.
3837         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3839 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
3841         * icalendar.el (icalendar-version): Increase to 0.18.
3842         (icalendar-export-hidden-diary-entries): New variable.
3843         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3844         In case of error, insert full error-val.
3845         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
3846         Use calendar-day-of-week.  Return the day number.
3847         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3849 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
3851         * icalendar.el (icalendar-recurring-start-year): New variable.
3852         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3853         (icalendar-export-region): Ignore hidden diary entries.
3854         (icalendar--convert-ordinary-to-ical): Fix case where event
3855         spans across midnight boundary.
3856         (icalendar-first-weekday-of-year): New function.
3857         (icalendar--convert-weekly-to-ical): Allow user-selectable start
3858         year for recurring events (Mozilla calendars do not propagate
3859         recurring events forever, so year 2000 start date was not working).
3860         (icalendar--convert-yearly-to-ical): Remove extra spaces in
3861         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3863 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
3865         * net/tramp.el (tramp-root-regexp): New defconst.
3866         (tramp-completion-file-name-regexp-unified)
3867         (tramp-completion-file-name-regexp-separate)
3868         (tramp-completion-file-name-regexp-url): Use it.
3869         (tramp-do-copy-or-rename-file-via-buffer):
3870         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
3871         t for `insert-file-contents-literally'.
3872         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3873         Autoload it.
3874         (tramp-completion-file-name-handler-post-function): New defconst.
3875         (tramp-completion-file-name-handler): Use it.
3876         (tramp-maybe-open-connection): Update calls to
3877         `tramp-flush-connection-property' for removed 2nd argument.
3879 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3882         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3883         New functions.
3885 2008-03-15  Glenn Morris  <rgm@gnu.org>
3887         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3888         New functions.
3889         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3890         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3891         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3892         (diary-bahai-list-entries): Use diary-list-entries-1.
3893         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
3894         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3895         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3896         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3897         (list-hebrew-diary-entries): Use diary-list-entries-1.
3898         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
3899         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3900         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3901         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3902         (list-islamic-diary-entries): Use diary-list-entries-1.
3903         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
3905         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3907         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3909         * calendar/cal-china.el (number-chinese-months)
3910         (calendar-chinese-from-absolute): Use nth, caar.
3912         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3914         * calendar/cal-french.el (french-calendar-accents): Doc fix.
3916         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3917         (calendar-hebrew-month-name-array-leap-year)
3918         (hebrew-calendar-parashiot-names): Make constants.
3919         (diary-parasha): Move definition after constants it uses.
3921         * calendar/cal-html.el (cal-html-insert-link-yearpage)
3922         (cal-html-htmlify-list): Doc fix.
3923         (cal-html-htmlify-entry): Use nth.
3925         * calendar/cal-islam.el (calendar-islamic-month-name-array)
3926         (calendar-islamic-epoch): Make constants.
3927         (calendar-islamic-epoch): Doc fix.
3929         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3931         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3932         (cal-tex-month-name): Doc fix.
3933         (cal-tex-last-blank-p): Use zerop.
3935         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3936         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3937         (calendar-cursor-to-date): Doc fix.
3938         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3939         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3940         (calendar-day-number): Use when.
3941         (generate-calendar-month): Use dotimes.
3942         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3943         (calendar-set-mark): Reverse conditional.
3944         (calendar-make-alist): Move definition before use.
3946         * calendar/diary-lib.el (diary-face-attrs)
3947         (diary-glob-file-regexp-prefix, diary-selective-display)
3948         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3949         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3950         (diary-anniversary, diary-cyclic)
3951         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3952         (diary-header-line-format): Change wording.
3953         (diary-list-entries): Set `date-start' in let.
3954         (include-other-diary-files, mark-included-diary-files): Use format.
3955         (simple-diary-display, fancy-diary-display): Use cadr, unless.
3956         (mark-diary-entries): Use 1+.
3957         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3958         (mark-calendar-month): Use dotimes.
3960         * calendar/holidays.el (displayed-month, displayed-year):
3961         Move declarations where needed.
3962         (calendar-list-holidays): Doc fix.
3964         * calendar/parse-time.el (parse-time-string): Simplify.
3966         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3967         Make constants.
3968         (solar-sunrise-sunset): Rename some local variables for clarity.
3969         (sunrise-sunset): Use zerop.
3970         (solar-mean-equinoxes/solstices): Doc fix.
3972         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3973         Use nth.
3974         (timeclock-completing-read, timeclock-generate-report): Use zerop.
3975         (timeclock-mean, timeclock-generate-report): Use dolist.
3977         * calendar/todo-mode.el (todo-add-category): Simplify.
3978         (todo-more-important-p, todo-delete-item, todo-file-item):
3979         Use unless, when.
3980         (todo-top-priorities): Use zerop.
3982 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
3984         * buff-menu.el (list-buffers-noselect): Display buffer name in
3985         tooltip instead of mouse binding when it doesn't fit in the list.
3987 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3989         * faces.el (xw-defined-colors):
3990         * simple.el (widget-convert, shell-mode): Declare as functions
3991         instead of autoloading.
3993         * abbrev.el:
3994         * button.el:
3995         * cus-face.el:
3996         * ediff-hook.el:
3997         * emacs-lisp/backquote.el:
3998         * emacs-lisp/timer.el:
3999         * facemenu.el:
4000         * faces.el:
4001         * menu-bar.el:
4002         * simple.el:
4003         * subr.el:
4004         * textmodes/fill.el:
4005         * textmodes/paragraphs.el: Remove autoloads, redundant when the
4006         files are preloaded.
4008 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * desktop.el (desktop-create-buffer): Don't catch errors if
4011         debug-on-error is set.
4013 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
4015         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4016         ($(lisp)/calendar/diary-loaddefs.el)
4017         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4018         (LOADDEFS): New macro.
4019         (autoloads): Depend on $(LOADDEFS).
4021 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4023         * font-lock.el (featurep): Remove test, not useful anymore.
4024         (facemenu-keymap): Move key binding ...
4025         * facemenu.el (facemenu-keymap): ... here.
4027         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
4028         for each file in the list.
4029         (vc-bzr-log-view-mode): Recognize the file marker.
4031         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4032         for checkdoc and profiling.
4034 2008-03-14  Bastien Guerry  <bzg@altern.org>
4036         * textmodes/flyspell.el (nxml-mode): Add the right
4037         `flyspell-mode-predicate'.
4039         * wid-edit.el (link): Use 'mouse-face for :follow-link.
4041 2008-03-14  Glenn Morris  <rgm@gnu.org>
4043         * calendar/solar.el: Reorder so that functions are defined before use.
4044         (displayed-month, displayed-year): Move declarations where needed.
4045         (solar-get-number): Move definition before use.  Use unless.
4046         (solar-equatorial-coordinates): Simplify.
4047         (solar-sunrise-and-sunset): Use let rather than let*.
4048         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4050         * startup.el (command-line-1): Rename -internal-script back to
4051         -scriptload (reverts previous change).
4053         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4054         (calendar-bahai-leap-base): Add doc strings.
4055         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4056         Move definition before use.
4057         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4058         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4059         variables outside the loop.  Use dolist.
4060         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4062         * calendar/cal-china.el: Re-order so that functions are defined before
4063         use.
4064         (displayed-month, displayed-year): Move declarations where needed.
4065         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4066         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4067         Add doc strings.
4068         (chinese-year-cache): Recenter on 2010.  Doc fix.
4069         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4070         Doc fix.  Simplify.
4071         (chinese-year-cache-init): New function.
4072         (compute-chinese-year, holiday-chinese-new-year)
4073         (calendar-chinese-date-string, calendar-goto-chinese-date)
4074         (make-chinese-month-assoc-list): Use cadr, nth.
4075         (chinese-months): Remove un-needed let.
4077         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4078         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4079         (coptic-prompt-for-date): Move definition before use.
4081         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4082         (calendar-dst-find-data, calendar-daylight-time-offset)
4083         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4084         (calendar-daylight-savings-starts-time)
4085         (calendar-daylight-savings-ends-time): Use cadr, nth.
4087         * calendar/cal-french.el (french-calendar-epoch)
4088         (calendar-goto-french-date): Doc fix.
4089         (french-calendar-month-name-array)
4090         (french-calendar-multibyte-month-name-array)
4091         (french-calendar-day-name-array, french-calendar-special-days-array):
4092         Add doc strings.
4094         * calendar/cal-hebrew.el (displayed-month, displayed-year)
4095         (original-date): Move declarations where needed.
4096         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4097         Doc fix.
4098         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4099         constant variables outside the loop.  Use dolist.
4101         * calendar/cal-islam.el (displayed-month, displayed-year)
4102         (original-date): Move declarations where needed.
4103         (islamic-calendar-day-number): Remove unused local variable `day'.
4104         (calendar-goto-islamic-date): Doc fix.
4105         (holiday-islamic): Use unless.
4106         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4107         constant variables outside the loop.  Use dolist.
4108         (mark-islamic-calendar-date-pattern): Move definition before use.
4109         Use unless.
4110         (mark-islamic-diary-entries): Doc fix.
4111         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4112         (insert-yearly-islamic-diary-entry): Use let rather than let*.
4114         * calendar/cal-julian.el (calendar-absolute-from-julian):
4115         Move definition before use.  Remove un-needed local `day'.
4116         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4118         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4119         (calendar-mayan-tzolkin-names-array): Add doc strings.
4120         (calendar-mayan-long-count-from-absolute): Use a single let.
4121         (calendar-string-to-mayan-long-count): Simplify.
4122         (calendar-next-haab-date, calendar-previous-haab-date)
4123         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4124         (calendar-previous-calendar-round-date)
4125         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4126         Doc fix.
4127         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4128         (calendar-mayan-date-string, calendar-print-mayan-date)
4129         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4130         (calendar-mayan-long-count-common-era): Move definitions before use.
4132         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4133         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4134         Doc fix.
4135         (calendar-mouse-goto-date): Move definition before use.
4137         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4138         Move definition before use.
4139         (calendar-cursor-to-visible-date): Move definition before use.
4140         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
4141         and place inside the conditional.
4142         (calendar-forward-day): Simplify.
4143         (calendar-end-of-month): Use unless.
4144         (calendar-goto-day-of-year): Doc fix.
4145         Relocate obsolete aliases after their replacements.
4147         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4149         * calendar/diary-lib.el (mark-diary-entries): Move some constant
4150         variables outside the diary-date-forms loop.
4152         * calendar/calendar.el (diary-file): Doc fix.
4153         (calendar-buffer-list): Return buffers rather than strings (fixes
4154         previous change).
4155         (hebrew-holidays-4): Fix typo.
4157         * calendar/holidays.el (displayed-month, displayed-year):
4158         Move declarations where needed.
4159         (calendar-holiday-list, calendar-list-holidays)
4160         (holiday-filter-visible-calendar): Move definitions before use.
4161         (list-holidays): Use cadr.
4162         Relocate obsolete aliases after their replacements.
4164         * calendar/lunar.el (date, displayed-month, displayed-year):
4165         Move declarations where needed.
4166         (lunar-phase-list): Move definition after functions it uses.
4167         (calendar-phases-of-moon, diary-phases-of-moon)
4168         (lunar-new-moon-on-or-after): Use cadr, nth.
4169         (lunar-new-moon-on-or-after): Doc fix.
4171         * textmodes/org-irc.el (top-level): CL not required when compiling.
4172         (org-irc-visit-erc): Replace runtime CL functions.
4174         * textmodes/org-publish.el (declare-function): Add compatibility stub.
4175         (org-publish-delete-dups): Declare as function.
4177 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4179         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4180         (vc-bzr-show-log-entry): Make regexp match more cases.
4181         (vc-diff-switches-list): Remove autoload, not needed.
4183 2008-03-14  Juri Linkov  <juri@jurta.org>
4185         * isearch.el (isearch-edit-string): Remove one call to
4186         `isearch-push-state' not to push an inconsistent state,
4187         but keep another correct call to `isearch-push-state'.
4188         (isearch-ring-adjust): Call `isearch-push-state' only when
4189         `search-ring-update' is non-nil since `isearch-edit-string'
4190         already pushes its state.
4191         (isearch-message): Improve matching the failed part by checking
4192         if the original message starts with the last successful message.
4194         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4195         (dired-perm-write): Rename from `dired-warn-writable'.
4196         Change parent face from `font-lock-warning-face' to
4197         `font-lock-comment-delimiter-face'.
4198         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4199         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4200         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4201         with `dired-perm-write-face'.
4203 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
4205         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4206         Create cache dir only if it doesn't already exist.
4208 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4210         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4211         of \ and '.
4213 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
4215         * net/browse-url.el (browse-url-text-xterm):
4216         Unquote browse-url-text-browser.
4218 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4220         * textmodes/org-mouse.el: Version number change.
4222         * textmodes/org-publish.el (org-publish-expand-components):
4223         Remove null projects from the list of components.
4224         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4225         Remove unused retrieval of the :publishing-directory property.
4226         (org-publish-file): Bugfix: when using a relative directory as the
4227         publishing directory, convert it to a directory filename.
4228         (org-publish-project): New alias.
4229         (org-publish-get-files): Protect against empty p.
4230         (org-publish-file): Send an error when file is not part of any project.
4231         (org-publish-file): Offer to refresh the list of files in known
4232         project when the current file is not part of any project.
4233         (org-publish-before-export-hook)
4234         (org-publish-after-export-hook): New hooks.
4235         (org-publish-org-to): Use new hooks and kill buffers.
4236         (org-publish-file): Remove the code for killing buffers.
4237         (org-publish-initialize-files-alist): Use interactive.
4238         (org-publish-file): If the publishing function creates a new
4239         buffer, kill it after publishing.
4240         (org-publish-timestamp-filename): Protect ":" in file name path
4241         under windows.
4243         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4244         change that killed the LaTeX buffer.
4246         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4247         in the decision tree.
4248         (org-select-remember-template): Clean the code.
4249         (org-prepare-dblock): Add the extra :content parameter.
4250         (org-write-agenda): New output type ".ics" files.
4251         (org-write-agenda): Call `org-icalendar-verify-function', both for
4252         time stamps and for TODO entries.
4253         (org-agenda-collect-markers, org-create-marker-find-array)
4254         (org-check-agenda-marker-table): New functions.
4255         (org-agenda-marker-table): New variable.
4256         (org-export-as-html): Revert the change that killed the html
4257         buffer.  Side effects first need to be studied carefully.
4258         (org-get-tags-at): Fix the structure of the condition-case statement.
4259         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4260         (org-timestamp-change): Fix regulear expressions to swallow the
4261         extra character for repeat-shift control.
4262         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4263         (org-get-legal-level): Alias to `org-get-valid-level'.
4264         (org-dblock-write:clocktable): Add a :link parameter, linking
4265         headlines to their location in the Org agenda files.
4266         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4267         throwing an error when getting tags before headlines.
4268         (org-timestamp-change, org-modify-ts-extra)
4269         (org-ts-regexp1): Fix timestamp editing.
4270         (org-agenda-custom-commands-local-options): New constant.
4271         (org-agenda-custom-commands):
4272         Use `org-agenda-custom-commands-local-options' to improve customize
4273         type.  "htmlize": Removed hack to fix face problem with htmlize,
4274         it no longer seem necessary.
4275         (org-follow-link-hook): New hook.
4276         (org-agenda-custom-commands): Add "Component" as a tag for each
4277         item in a command serie.
4278         (org-open-at-point): Run `org-follow-link-hook'.
4279         (org-agenda-schedule): Bugfix: don't display marker type when it
4280         is nil.
4281         (org-store-link): org-irc required.
4282         (org-set-regexps-and-options): Parse the new logging options.
4283         (org-extract-log-state-settings): New function.
4284         (org-todo): Handle the new ways of recording state change stuff.
4285         (org-local-logging): New function.
4286         (org-columns-open-link): Fix bug with opening link in column view.
4287         (org-local-logging): New function
4288         (org-todo): Make sure that LOGGING properties are honoured.
4289         (org-todo-keywords): Improve docstring.
4290         (org-startup-options): Cleanup startup options.
4291         (org-set-regexps-and-options): Process the "!" markers.
4292         (org-todo): Respect the new logging stuff.
4293         (org-log-note-how): New variable.
4294         (org-add-log-maybe): New parameter HOW that defines how logging
4295         should be done and also overrides PURPOSE.  Add a docstring.
4296         (org-add-log-note): Check if we really need to ask for a note.
4297         (org-get-current-options): Digest the new keyword.
4298         (org-agenda-reset-markers): Rename from
4299         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
4300         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4301         function, without force argument.
4302         (org-buffer-property-keys): Bind local variables s and p.
4303         (org-make-tags-matcher): Allow "" to match an empty or
4304         non-existent property value.
4305         (org-export-as-html): Join unsorted lists when they directly
4306         follow each other.  Such lists may be created by headlines that
4307         are converted to lists.
4308         (org-nofm-to-completion): New function.
4309         (org-export-as-html): Use :html-extension instead of
4310         org-export-html-extension.
4311         (org-store-link): Support for links from `rmail-summary-mode'.
4312         (org-columns-new, org-complete, org-set-property): Set the
4313         `include-columns' argument in the call to
4314         `org-buffer-property-keys'.
4315         (org-buffer-property-keys): New argument `include-columns', to
4316         include properties expected by any of the COLUMS formats in the
4317         current buffer.
4318         (org-cleaned-string-for-export): Get rid of drawers first, so that
4319         they will be removed also in the text before the first headline.
4320         (org-clock-report): Show the clocktable when found.
4321         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4322         (org-version): With prefix argument, insert `org-version' at point.
4323         (org-agenda-goto): Recenter the window after finding the target
4324         location, to make sure the correct position will be displayed.
4325         (org-agenda-get-deadlines): Don't scale priority with the warning
4326         period.
4327         (org-insert-heading): Don't break line in the middle of the line.
4328         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4329         be 0.
4330         (org-update-checkbox-count): Revamp to deal with hierarchical
4331         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
4332         (org-remove-timestamp-with-keyword): New function.
4333         (org-schedule, org-deadline):
4334         Use `org-remove-timestamp-with-keyword' to make sure all such time
4335         stamps are removed.
4336         (org-mode): Support for `align'.
4337         (org-agenda-get-deadlines): Make sure priorities increase as the
4338         due date approaches and is passed.
4339         (org-remember-apply-template): Fix problem with tags that
4340         contain "_" or "@".
4341         (org-make-link-regexps): Improve the regular expression for plain links.
4342         (org-agenda-get-closed): List each clocking entry.
4343         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4344         (org-special-ctrl-k): New option.
4345         (org-kill-line): New function.
4346         (org-archive-all-done): Fix incorrect number of stars in regexp.
4347         (org-refile-get-location): New function.
4348         (org-refile-goto-last-stored): New function.
4349         (org-global-tags-completion-table): Add the value of org-tag-alist
4350         in each buffer, to make sure that also unused tags will be
4351         available for completion.
4352         (org-columns-edit-value)
4353         (org-columns-next-allowed-value): Only update if not in agenda.
4354         (org-clocktable-steps): New function.
4355         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4356         (org-archive-subtree): Add the outline tree context as a property.
4357         (org-closest-date): New optional argument `prefer'.
4358         (org-goto-auto-isearch): New option.
4359         (org-goto-map, org-get-location): Implement auto-isearch.
4360         (org-goto-local-auto-isearch-map): New variable.
4361         (org-goto-local-search-forward-headings)
4362         (org-goto-local-auto-isearch): New functions.
4364 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
4366         * textmodes/org-irc.el: New file.
4368 2008-03-13  John Wiegley  <johnw@gnu.org>
4370         * textmodes/org-mac-message.el: New file.
4372 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
4374         * font-lock.el (font-lock-comment-face): Set the foreground for
4375         the light background 8 colors case.
4377 2008-03-13  Glenn Morris  <rgm@gnu.org>
4379         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4380         generate-autoload-cookie patterns.
4382         * startup.el (command-line-1): Rename -scriptload to -internal-script.
4384         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4385         (MH_E_SRC): Remove variable.
4386         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4387         Simplify file header.  Use $@ for generated-autoload-file.
4389         * Makefile.in (LOADDEFS): New variable.
4390         (AUTOGENEL): Use $LOADDEFS.
4391         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4392         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4393         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4394         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4395         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4396         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4397         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4398         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4399         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4400         Add calendar-specific autoload cookies, and remove any setting of
4401         generated-autoload-file.
4402         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4403         * calendar/diary-lib.el: Replace explicit autoloads with reading of
4404         diary-loaddefs.
4405         * calendar/holidays.el: Replace explicit autoloads with reading of
4406         hol-loaddefs.
4408         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4409         (calendar-buffer-list): Simplify.
4410         (generate-calendar-window): Use calendar-mark-holidays rather than
4411         obsolete alias.
4413         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4414         Use cal-hebrew-yahrzeit-buffer.
4416         * calendar/cal-x.el (calendar-only-one-frame-setup)
4417         (calendar-two-frame-setup): Doc fixes.
4418         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4420         * calendar/appt.el (appt-mode-string): Mark as risky.
4421         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4423         * calendar/cal-html.el (diary-list-entries):
4424         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4425         (calendar-iso-from-absolute): Fix autoloads.
4427         * calendar/cal-iso.el (calendar-absolute-from-iso)
4428         (calendar-iso-read-args): Simplify.
4429         (calendar-iso-date-string, calendar-iso-read-args)
4430         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4432         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4433         (displayed-month, displayed-year): Move declarations where needed.
4434         (calendar-print-astro-day-number): Doc fix.
4436         * calendar/cal-persia.el (persian-calendar-month-name-array)
4437         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4438         (persian-prompt-for-date): Remove local variable `today'.
4440         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4442         * calendar/solar.el (solar-moment, solar-exact-local-noon)
4443         (solar-sunrise-sunset, solar-sunrise-sunset-string)
4444         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4445         (diary-sabbath-candles, solar-equinoxes/solstices)
4446         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4447         (solar-time-equation, solar-date-to-et): Simplify.
4449         * mail/supercite.el: Remove the `function' in `(function (lambda'.
4450         Replace `(car (cdr' with cadr'.
4452         * progmodes/f90.el (f90-font-lock-n): New function.
4453         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4454         Use f90-font-lock-n.
4455         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4457         * progmodes/f90.el (f90-mode-abbrev-table):
4458         * progmodes/fortran.el (fortran-mode-abbrev-table):
4459         Use newer form of define-abbrev, where supported.  No need to bind
4460         abbrevs-changed for system abbrevs.
4462 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4465         delete-frame-functions.
4467         * bookmark.el (Info-current-node): Remove.
4469 2008-03-12  Juri Linkov  <juri@jurta.org>
4471         * help.el (describe-project): Remove defaliases for view-todo and
4472         describe-project that are now unnecessary after the merge from
4473         emacs--rel--22 that added define-obsolete-function-alias.
4475         * startup.el (inhibit-startup-screen): Revert incomplete
4476         2008-03-10 merge from emacs--rel--22 that partly reverted
4477         2008-02-28 change that added initial message to *scratch* buffer
4478         regardless of the value of `inhibit-startup-screen'.
4479         Now keep this change in the trunk, but not in the 22 branch.
4481 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * international/quail.el (quail-setup-completion-buf, quail-help):
4484         * mail/binhex.el (binhex-decode-region-internal):
4485         * mail/uudecode.el (uudecode-decode-region-internal):
4486         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4487         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4488         setting default-enable-multibyte-characters.
4490         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4492         * comint.el: Fix up indentation and comment style.  Remove `function'.
4494         * international/mule-cmds.el (reset-language-environment)
4495         (set-language-environment-nonascii-translation):
4496         Don't set-unibyte-charset.
4498         * doc-view.el: Remove all cb-args, use closures instead.
4499         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4500         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4501         doing an incorrect check).  Update all callers to use the new name.
4502         (doc-view-doc->txt): Add missing `txt' argument.
4504 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4506         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4507         md5 sum calculation to single-byte.
4509 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * doc-view.el (doc-view-new-window-function): Add assertion.
4512         (doc-view-doc-type): New var.
4513         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4514         (doc-view-intersection): New fun.
4515         (doc-view-mode): Use it to set the new var.
4517 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4519         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4520         (doc-view-already-converted-p): New functions.
4521         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4522         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4523         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4524         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4525         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4526         (doc-view-convert-current-doc): Don't hardwire the functions the
4527         sentinels call.  Now they're provided by two args CALLBACK and
4528         CB-ARGS to the functions.
4529         (doc-view-search): Use doc-view-doc->txt.
4530         (doc-view-initiate-display): Use doc-view-already-converted-p.
4531         Mention new binding C-c C-t if doc-view-mode doesn't work.
4533 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4535         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4537 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4539         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4540         Mark " outside of tags as punctuation.
4542 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4544         * menu-bar.el (minibuffer-local-map): Use the same command for the
4545         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4546         Prefer RET over C-j for exit-minibuffer.
4548         * files.el (display-buffer-other-frame): Eliminate problematic code.
4550         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4551         (menu-bar-select-buffer): Remove.
4552         (menu-bar-select-frame): Make non-interactive and take a frame arg.
4553         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4555 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
4557         * icomplete.el (icomplete-completions): Remove obsolete code.
4559         * net/net-utils.el (iwconfig-program-options): Doc fix.
4560         (net-utils-run-program, run-network-program): Define as functions.
4562 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4564         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4566 2008-03-11  Glenn Morris  <rgm@gnu.org>
4568         * faces.el (mode-line-emphasis): New face.
4569         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4571         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4573 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
4575         * simple.el (set-mark-command): Doc fix.
4577 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4581         * emacs-lisp/autoload.el (autoload-find-destination):
4582         Don't force raw-text.
4584         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4585         * calendar/cal-loaddefs.el: Don't version control.
4587 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4589         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4590         entries and add :help to the existing ones.
4592 2008-03-10  Glenn Morris  <rgm@gnu.org>
4594         * calendar/cal-hebrew.el (date, entry, number): Move declarations
4595         to where they are needed.
4597         * calendar/calendar.el (diary-file, hebrew-holidays-1)
4598         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4599         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4600         (calendar-version): Doc fixes.
4601         (calendar-absolute-from-gregorian): Use zerop.
4602         (calendar-mode-line-format): Make it a defcustom.
4604         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4605         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4606         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4607         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4608         (mark-included-diary-files, mark-calendar-days-named)
4609         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4610         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4611         (insert-monthly-diary-entry, insert-yearly-diary-entry)
4612         (insert-anniversary-diary-entry, insert-block-diary-entry)
4613         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4614         (diary-font-lock-sexps): Doc fixes.
4615         (diary-remind-message, mark-calendar-month): Use zerop.
4616         (diary-attrtype-convert, diary-pull-attrs): Simplify.
4617         (diary-list-entries): Revert let to let* (previous change).
4619         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4621 2008-03-10  Kim F. Storm  <storm@cua.dk>
4623         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4624         function aliases for the old names.
4626 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
4628         * iswitchb.el (iswitchb-use-faces): Doc fix.
4629         (iswitchb-buffer-ignore, iswitchb-read-buffer):
4630         Fix typos in docstrings.
4632 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4634         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4635         Fix typo.
4636         (verilog-type-font-keywords): Reindent.
4638 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
4640         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4641         grouping-keyword regular expression.
4642         (verilog-font-lock-keywords): Allow users to toggle special
4643         highlight of grouping-keywords.
4644         (verilog-highlight-grouping-keywords): The toggle for special
4645         highlighting of grouping keywords.
4647 2008-03-10  Juri Linkov  <juri@jurta.org>
4649         * startup.el: Revert 2008-02-28 change that adds initial message
4650         to *scratch* buffer regardless of the value of
4651         `inhibit-startup-screen'.
4653 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4655         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4656         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4657         * progmodes/verilog-mode.el (verilog-mode):
4658         * net/socks.el (socks):
4659         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4661 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4663         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4664         (doc-view-bookmark-make-record): Use them.
4665         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
4666         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4668         * bookmark.el (bookmark-make-record-function): Change expected return
4669         value to include a suggested bookmark name.
4670         (bookmark-make): Split into bookmark-make-record and bookmark-store.
4671         Fix reversed `overwrite' semantics.
4672         (bookmark-set): Call bookmark-make-record before prompting the user.
4673         Then pass the result to bookmark-store later on.
4674         (bookmark-make-name-function): Remove.
4675         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4676         * info.el (bookmark-make-name-function): Remove.
4677         (Info-mode): Don't set it.
4678         (Info-bookmark-make-name): Remove.
4679         (Info-bookmark-make-record): Use Info-current-node as suggested default
4680         bookmark name.
4682         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4683         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4684         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4685         (bookmark-annotation-buffer, bookmark-annotation-file)
4686         (bookmark-annotation-point, bookmark-send-annotation)
4687         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4688         (bookmark-edit-annotation-text-func): Rename from
4689         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
4690         (bookmark-edit-annotation-mode-map): Move initialization into
4691         declaration.
4693         * bookmark.el: Remove spurious * in docstrings.
4694         (bookmark-minibuffer-read-name-map): New var.
4695         (bookmark-set): Use it.  Also pass the default value as it should.
4696         (bookmark-send-edited-annotation): Take no chances with text properties.
4697         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4698         (bookmark-insert-buffer-name): Remove.
4699         (bookmark-buffer-file-name): Signal an error rather than returning nil.
4701 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
4703         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4705 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
4707         * diff-mode.el (diff-mode-menu): Add :help.
4709 2008-03-09  Glenn Morris  <rgm@gnu.org>
4711         * calendar/calendar.el (general-holidays, oriental-holidays)
4712         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4713         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4714         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4715         (calendar-holidays): Restore autoload cookies, because people are
4716         used to using these variables without loading calendar.el.
4718         * calendar/cal-islam.el (diary-islamic-date): Move to end.
4719         (date, number): Declare where needed.
4721         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4722         (list-sexp-diary-entries): Doc fixes.
4723         (diary-list-entries): Doc fix.  Remove free variable `entry'.
4724         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
4725         Simplify setting of `date-holiday-list'.
4726         (mark-diary-entries): Remove free variable `entry'.
4727         (diary-list-entries, include-other-diary-files, fancy-diary-display):
4728         Use let where let* is not needed.
4730 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4733         make-record function, instead paste it in afterwards.
4734         (bookmark-make-record-for-text-file):
4735         * doc-view.el (doc-view-bookmark-make-record):
4736         * info.el (Info-bookmark-make-record): Don't mess with annotations.
4738 2008-03-08  Glenn Morris  <rgm@gnu.org>
4740         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4742 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * calendar/diary-lib.el (diary-list-entries)
4745         (include-other-diary-files, mark-diary-entries)
4746         (mark-sexp-diary-entries, mark-included-diary-files)
4747         (diary-entry-time, list-sexp-diary-entries): Remove the special
4748         handling of ^M that dates back to the use of selective-display.
4749         (simple-diary-display): Obey setting of pop-up-frames.
4750         (body, entry): Remove unnecessary declarations.
4752         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4753         (bookmark-get-annotation, bookmark-set-annotation)
4754         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4755         (bookmark-set-position, bookmark-get-front-context-string)
4756         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4757         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4758         * info.el (Info-bookmark-make-record): Don't bother recording point.
4759         (bookmark-get-filename, bookmark-get-front-context-string)
4760         (bookmark-get-rear-context-string, bookmark-get-position):
4761         Don't declare any more.
4762         (bookmark-get-info-node): Remove.
4763         (bookmark-prop-get): Declare.
4764         (Info-bookmark-jump): Use it.
4766 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
4768         * subr.el (while-no-input): Don't splice BODY directly into the
4769         `or' form.
4771 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
4773         * diff-mode.el (diff-ignore-whitespace-hunk):
4774         Bind inhibit-read-only before trying to change the buffer.
4776 2008-03-08  Glenn Morris  <rgm@gnu.org>
4778         * calendar/appt.el (appt): Move custom group here from calendar.el.
4779         (appt-disp-window, appt-convert-time): Doc fixes.
4781         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4782         (calendar-bahai-mark-date-pattern):
4783         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4784         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4785         * calendar/cal-julian.el (calendar-absolute-from-julian):
4786         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4788         * calendar/cal-china.el (chinese-calendar): Move custom group here from
4789         calendar.el.
4790         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4791         Make constants.
4792         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4793         (chinese-calendar-daylight-savings-starts)
4794         (chinese-calendar-daylight-savings-ends)
4795         (chinese-calendar-daylight-savings-starts-time)
4796         (chinese-calendar-daylight-savings-ends-time)
4797         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4798         Doc fixes.
4800         * calendar/cal-coptic.el (coptic-name): Add doc string.
4802         * calendar/cal-french.el (french-calendar-month-name-array)
4803         (french-calendar-day-name-array, french-calendar-special-days-array):
4804         Add doc strings.
4806         * calendar/cal-bahai.el (diary-bahai-mark-entries)
4807         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4808         (diary-bahai-insert-yearly-entry):
4809         * calendar/cal-dst.el (calendar-next-time-zone-transition)
4810         (calendar-time-zone):
4811         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4812         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4813         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4814         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4815         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4816         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4817         (list-islamic-diary-entries, mark-islamic-diary-entries)
4818         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4819         (insert-yearly-islamic-diary-entry):
4820         * calendar/cal-iso.el (calendar-iso-read-args):
4821         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4822         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4823         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4824         (calendar-next-calendar-round-date)
4825         (calendar-mayan-long-count-common-era):
4826         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4827         (cal-menu-x-popup-menu, calendar-mouse-holidays)
4828         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4829         (calendar-mouse-goto-date):
4830         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4831         * calendar/holidays.el (holidays):
4832         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4833         * calendar/time-date.el (date-to-time, time-subtract, time-add)
4834         (safe-date-to-time): Doc fixes.
4836         * calendar/cal-persia.el (persian-calendar-month-name-array)
4837         (persian-calendar-epoch): Make constants.
4839         * calendar/cal-tex.el (calendar-tex): Move custom group here from
4840         calendar.el.
4842         * calendar/cal-x.el (diary-frame-parameters)
4843         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4844         (calendar-after-frame-setup-hooks): Make defcustoms.
4845         (calendar-one-frame-setup, calendar-only-one-frame-setup)
4846         (calendar-two-frame-setup): Doc fix.
4848         * calendar/cal-loaddefs.el: New file.
4850         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4851         * calendar/cal-french.el, calendar/cal-html.el:
4852         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4853         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4854         * calendar/cal-tex.el, calendar/cal-x.el:
4855         Unquote lambda functions.  Add autoload cookies to functions formerly
4856         autoloaded in calendar.el.  Set `generated-autoload-file' to
4857         "cal-loaddefs.el".
4859         * calendar/calendar.el: Move many autoloads to separate file,
4860         cal-loaddefs.el.  Move defcustoms to start and re-order.
4861         (calendar-month-name-array, calendar-starred-day): No need to
4862         declare for compiler.
4863         (cal-loaddefs): Require it.
4864         (appt, chinese-calendar, calendar-tex): Move custom groups to the
4865         appropriate file.
4866         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4867         Reverse logic.
4868         (diary-face, diary-file-name-prefix-function, diary-include-string)
4869         (diary-glob-file-regexp-prefix, diary-face-attrs)
4870         (diary-file-name-prefix, sexp-diary-entry-symbol)
4871         (print-diary-entries-hook, list-diary-entries-hook)
4872         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4873         (nongregorian-diary-marking-hook, diary-list-include-blanks):
4874         Move to diary-lib.
4875         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4876         (all-bahai-calendar-holidays): Doc fix.
4877         (calendar-insert-indented): Doc fix.  Use when rather than if.
4878         (exit-calendar): Use mapc rather than mapcar.
4879         (calendar-cursor-to-date): Use zerop.
4880         (calendar-mark-ring): Add doc-string.
4881         (calendar-starred-day): Defvar it.
4882         (calendar-mode): Make calendar-starred-day local.
4883         (calendar-star-date): No need to make calendar-starred-day local.
4885         * calendar/diary-lib.el: Move defcustoms to start.
4886         (diary-include-string, diary-list-include-blanks)
4887         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4888         (diary-file-name-prefix, diary-file-name-prefix-function)
4889         (sexp-diary-entry-symbol, list-diary-entries-hook)
4890         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4891         (nongregorian-diary-marking-hook, print-diary-entries-hook):
4892         Move here from calendar.el.
4893         (diary-file-name-prefix-function): Use 'identity.
4894         (diary-face): Make it a defcustom, and mark as obsolete.
4895         (top-level): No need to require cal-hebrew, cal-islam when compiling.
4896         (calendar-hebrew-month-name-array-leap-year)
4897         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4898         Define for compiler.
4899         (diary-font-lock-keywords): Use format rather than concat.
4900         Add bahai-diary-entry-symbol.
4902         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4903         * calendar/solar.el: Unquote lambda functions.
4905         * calendar/solar.el (calendar-location-name, calendar-latitude)
4906         (calendar-longitude, solar-setup, solar-sin-degrees)
4907         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4908         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4909         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4910         (solar-exact-local-noon, solar-julian-ut-centuries)
4911         (solar-ephemeris-time, solar-date-next-longitude)
4912         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4913         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4914         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4915         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4916         Doc fixes.
4917         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4918         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4919         (solar-ecliptic-coordinates): Use unless.
4920         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4921         Use or.
4923         * calendar/timeclock.el: Add doc-strings to all functions.
4924         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4925         (timeclock-entry-list-length, timeclock-entry-list-projects)
4926         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4928         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4930         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4931         (org-get-entries-from-diary): Require diary-lib.
4933 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
4935         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4936         Pacify byte-compiler.
4938 2008-03-07  Alan Mackenzie  <acm@muc.de>
4940         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4941         paren/bracket pairs parsed, to solve performance problem.
4943 2008-03-07  Bastien Guerry  <bzg@altern.org>
4945         * bookmark.el (bookmark-set): Don't check for
4946         `bookmark-make-name-function' since `bookmark-buffer-file-name'
4947         already takes care of this.
4948         (bookmark-buffer-name, bookmark-buffer-file-name):
4949         Remove Info-mode specific code.
4951         * info.el (bookmark-get-info-node): Define this function in
4952         info.el, not in bookmark.el.
4953         (Info-mode): Set `bookmark-make-name-function' to
4954         `Info-bookmark-make-name' locally.
4955         (Info-bookmark-make-name): New function.
4957         * bookmark.el (bookmark-make-name-function): New variable.
4959 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4961         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4962         buffer-local, not `bookmark-make-cell-function' (the old name).
4964 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
4966         * doc-view.el (doc-view-bookmark-make-record):
4967         * image-mode.el (image-bookmark-make-record):
4968         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4970 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
4972         * vc.el (vc-status-menu-map-filter): Return orig-binding if
4973         boundp 'vc-ignore-menu-filter.
4974         (vc-status-tool-bar-map): Make it defvar.
4975         (vc-status-mode): vc-status-tool-bar-map now variable.
4976         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4978 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4980         Give a better name to part of the bookmark interface.
4982         This was originally a much larger change, but halfway through I
4983         updated and discovered that Stefan Monnier had done the rest.
4984         It looks like he anticipated the new name too, because he used
4985         `the-record' instead of `the-cell' for some internal variable names.
4987         * bookmark.el (bookmark-make-record-function): Was
4988         `bookmark-make-cell-function'.
4989         (bookmark-make, bookmark-send-annotation): Update for above.
4990         (bookmark-make-record-for-text-file):
4991         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4993         * info.el: Adjust accordingly.
4994         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4996         * image-mode.el: Adjust accordingly.
4997         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4999         * doc-view.el: Adjust accordingly.
5000         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
5002 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
5005         Move initialization into declaration.
5006         (bookmark-get-info-node, bookmark-set-info-node): Remove.
5007         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5008         (bookmark-info-current-node): Remove.
5009         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5010         Add relocation fallback.  Set bookmark-current-bookmark.
5011         (bookmark-default-handler): Rename from bookmark-jump-noselect.
5012         Remove relocation fallback.  Don't set bookmark-current-bookmark.
5013         (bookmark-set): Let it be used even if there's no buffer-file-name
5014         as long as there is a bookmark-make-cell-function.
5015         * info.el (Info-bookmark-jump): Remove relocation fallback.
5016         Don't set bookmark-current-bookmark.
5018 2008-03-07  Glenn Morris  <rgm@gnu.org>
5020         * calendar/appt.el (appt-issue-message)
5021         (appt-message-warning-time, appt-audible, appt-visible)
5022         (appt-msg-window, appt-display-mode-line, appt-display-duration)
5023         (appt-display-diary): Remove autoload cookies.
5025         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5026         Remove leading `*' from defcustom doc-strings.
5028         * calendar/cal-dst.el (calendar-dst): New custom group.
5029         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5030         (calendar-time-zone, calendar-daylight-time-offset)
5031         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5032         (calendar-daylight-savings-starts-time)
5033         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5034         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5035         Move to start.
5037         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5039         * calendar/calendar.el (calendar-version): Use emacs-version and
5040         make it obsolete.  Move to end.
5041         (calendar-offset, view-diary-entries-initially)
5042         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5043         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5044         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5045         (all-bahai-calendar-holidays, calendar-load-hook)
5046         (initial-calendar-window-hook, today-visible-calendar-hook)
5047         (today-invisible-calendar-hook, calendar-move-hook)
5048         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5049         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5050         (diary-include-string, sexp-diary-entry-symbol)
5051         (abbreviated-calendar-year, american-date-diary-pattern)
5052         (european-date-diary-pattern, european-calendar-display-form)
5053         (american-calendar-display-form, print-diary-entries-hook)
5054         (list-diary-entries-hook, diary-hook, diary-display-hook)
5055         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5056         (nongregorian-diary-marking-hook, diary-list-include-blanks)
5057         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5058         (local-holidays, other-holidays, hebrew-holidays-1)
5059         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5060         (hebrew-holidays, christian-holidays, islamic-holidays)
5061         (bahai-holidays, solar-holidays, calendar-setup)
5062         (calendar-week-start-day): Remove autoload cookies.
5063         (diary-glob-file-regexp-prefix): Doc fix.
5064         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5065         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5066         (calendar-week-start-day, calendar-debug-sexp): Move to start.
5068         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5069         (calendar-time-display-form, calendar-latitude)
5070         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5071         cookies.
5072         (calendar-latitude, calendar-longitude): Move functions after
5073         variables.
5074         (diary-sabbath-candles-minutes): Move to start.
5075         (solar-setup): Use or rather than if.
5076         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5077         Remove condition-case.
5078         (solar-atn2): Use zerop.
5079         (solar-equinoxes-solstices): Doc fix.
5081         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5082         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
5084         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5085         (calendar-longitude, calendar-latitude, calendar-location-name):
5086         Declare for compiler.
5088 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * arc-mode.el (archive-ar-file-header-re): New const.
5091         (archive-ar-summarize, archive-ar-extract): New funs.
5092         (archive-find-type): Recognize ar archives.
5094         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5095         New functions.
5097         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5099 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
5101         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5102         Replace :enable (mark-active) with :enable mark-active.
5104 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
5106         * vms-patch.el (make-legal-file-name): New obsolete alias.
5107         (make-valid-file-name): Rename from `make-legal-file-name'.
5108         (make-auto-save-file-name): Use it.
5110         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5111         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5112         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5114         * textmodes/org.el (org-export-html-style): Doc fix.
5115         (org-get-legal-level): New obsolete alias.
5116         (org-get-valid-level): Rename from `org-get-legal-level'.
5117         (org-promote, org-demote, org-archive-subtree)
5118         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5120 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
5122         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5124         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5125         (vc-status-toggle-mark): New functions.
5126         (vc-status-mode): Set tool bar map.
5128 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
5130         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5131         Reported by Drew Adams <drew.adams@oracle.com>.
5133 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
5135         * subr.el (read-quoted-char): Resolve modifers of the character
5136         event.
5138         * comint.el (comint-exec-1): Don't change the coding-system for
5139         decoding to dos-like EOL.
5140         (comint-carriage-motion): Fully rewrite.
5142 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
5144         * epg.el (epg-context-include-certs): Reflow docstring.
5145         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5146         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5147         (epg-context-set-signers, epg-context-set-sig-notations)
5148         (epg-make-import-status, epg-make-import-result)
5149         (epg-start-delete-keys): Fix typos in docstrings.
5150         (epg-start-sign-keys, epg-sign-keys):
5151         Fix typos in obsolescence declarations.
5153         * iswitchb.el: Don't check for `cadr' and `last'.
5154         (iswitchb-define-mode-map, iswitchb-default-keybindings):
5155         Add obsolescence declaration and remove redundant info from docstring.
5156         (iswitchb-set-common-completion, iswitchb-set-matches)
5157         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5158         (recentf-list, most-len, most-is-exact):
5159         Don't wrap defvars within `eval-when-compile'.
5161 2008-03-05  Glenn Morris  <rgm@gnu.org>
5163         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5164         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5165         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5166         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5167         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5169         * ediff-hook.el (ediff-window-setup-function): Don't autoload
5170         declaration for compiler.
5171         (ediff-xemacs-init-menus): Use when rather than if.
5173         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5174         if+and to just and.
5175         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5176         (ediff-delete-overlay): Move the XEmacs test inside the definition.
5178         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5180         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5181         test inside XEmacs test.
5182         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5183         since it was doing nothing on Emacs.
5184         (ediff-make-bullet-proof-overlay): Use when rather than if.
5186         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5187         (ediff-setup-control-frame): Remove
5188         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5189         a (featurep 'xemacs) test.
5191 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
5193         * calc/calc-ext.el (calc-extended-command-history): New variable.
5194         (calc-exectute-extended-command): Use `calc-extended-command-history'.
5196 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
5198         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
5199         (standard-mode-line-position): Add mouse-face.
5201         * progmodes/compile.el (compilation-menu-map):
5202         (compilation-mode-map):
5203         * progmodes/grep.el (grep-mode-map): Add :help.
5205         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5206         initialize in one step.  Add :help.  Use :enable to activate menu
5207         items.  Show the key binding for edebug-defun.
5208         (lisp-interaction-mode-map): Add a menu.
5210         * term.el (term-mode-map): Define and initialize in one step.
5212         * ediff-init.el (ediff-color-display-p): Simplify.
5213         (Xor): Remove unused function.
5214         (ediff-with-syntax-table): Simplify for Emacs.
5216         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5217         menu-bar being loaded, it always is.
5219 2008-03-05  Glenn Morris  <rgm@gnu.org>
5221         * textmodes/tex-mode.el (tex-mode): Suppress warning about
5222         multiple definitions when compiling.
5224 2008-03-04  Alan Mackenzie  <acm@muc.de>
5226         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5228         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5229         doc-string, "c-old-LEN" -> "c-old-END".
5231 2008-03-04  Jason Rumney  <jasonr@gnu.org>
5233         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5234         namespaces.
5236 2008-03-04  Glenn Morris  <rgm@gnu.org>
5238         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5240         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5241         than mapcar.
5243 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5246         (byte-compile-nilconstp): Can't use recursion in a defsubst.
5248         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5249         so that M-q can fill comments.
5250         (tex-executable-exists-p, tex-compile): Extend with special syntax for
5251         commands implemented in elisp.
5252         (tex-compile-commands): Add an entry to use doc-view for pdf files.
5253         (tex-format-cmd): New function.
5254         (tex-compile): Use it to let the user specify default arguments.
5255         (tex-cmd-bibtex-args): New var.
5256         (tex-cmd-doc-view): New function.
5258 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
5260         * faces.el (face-spec-set): Fix typos in docstring.
5262 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
5264         * bindings.el (mode-line-column-line-number-mode-map): New variable.
5265         (standard-mode-line-position): Use it to add a menu for toggling
5266         column number and line number display.
5268 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5270         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5271         Remove optimization that was working around the form-code-walker bug.
5273         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5274         Walk into the body of lambdas after byte-compile-unfold-lambda.
5276 2008-03-03  Glenn Morris  <rgm@gnu.org>
5278         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5279         value, if set, over frame value.
5281         * simple.el (transient-mark-mode): Don't turn on by default.
5283         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5284         accidentally removed by the 2007-12-05 merge from Gnus.
5286 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
5288         * progmodes/compile.el (compilation-menu-map): Add menu entries
5289         for useful options.
5291 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
5292             Glenn Morris  <rgm@gnu.org>
5294         * emacs-lisp/bytecomp.el (byte-recompile-directory)
5295         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5296         Give a `bytecomp-' prefix to local variables with common names.
5298 2008-03-01  Glenn Morris  <rgm@gnu.org>
5300         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5301         code commented out 2007-11-10.
5303         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5305         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5306         Delete macro.
5307         * emulation/viper-cmd.el, emulation/viper-ex.el:
5308         * emulation/viper-init.el, emulation/viper-keym.el:
5309         * emulation/viper-mous.el, emulation/viper-util.el:
5310         * emulation/viper.el:
5311         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5312         featurep test.
5314         Replace obselete frame-local variables with frame-parameters.
5315         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5316         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5317         (viper-vi-state-cursor-color): Only call make-variable-frame-local
5318         on XEmacs.
5319         * emulation/viper-util.el (viper-frame-value): New macro.
5320         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5321         (viper-R-state-post-command-sentinel)
5322         (viper-replace-state-post-command-sentinel)
5323         (viper-change-state-to-insert, viper-change-state-to-emacs):
5324         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5325         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5326         (viper-get-saved-cursor-color-in-insert-mode)
5327         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5328         Use viper-frame-value for viper-replace-overlay-cursor-color,
5329         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5330         viper-vi-state-cursor-color values.
5332         * emulation/viper-cmd.el (zmacs-region-stays):
5333         * emulation/viper-util.el (zmacs-region-stays): No need to define
5334         for compiler.
5336         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5337         mapcar on Emacs.
5339         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5340         on XEmacs.
5342         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5343         rather than if.
5345 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5347         * whitespace.el: New version 9.3.  As the glyph code generation was
5348         fixed, it is possible now to use character code above ?\x1FFFF in the
5349         display table.  Fix `whitespace-indentation-regexp' to not include an
5350         extra ending character.  Reported by Michael Welsh Duggan
5351         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
5352         the original whitespace package had.  Suggested by Eric Cooper
5353         <ecc@cmu.edu>.  Doc fix.
5354         (whitespace-action): New option.
5355         (whitespace-display-mappings): Changed default newline visualization to
5356         display downwards arrow, as the glyph code generation was fixed.
5357         (whitespace-unload-function): Assure that all local whitespace mode is
5358         turned off.
5359         (whitespace-global-modes): Fix type customization.
5360         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5361         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5362         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5363         Fix code.
5364         (whitespace-buffer): Command removed.
5365         (whitespace-trailing-regexp, whitespace-mark-x)
5366         (whitespace-display-window, whitespace-action-when-on)
5367         (whitespace-add-local-hook, whitespace-remove-local-hook)
5368         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5369         (whitespace-action): New funs.
5370         (whitespace-report-list, whitespace-report-text)
5371         (whitespace-report-buffer-name): New consts.
5372         (whitespace-report, whitespace-report-region): New commands.
5374 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5376         * disp-table.el (make-glyph-code): Don't test the result of
5377         `face-id', which already signals an error for invalid faces.
5378         (glyph-face): Simplify.
5380         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5381         running `desktop-not-loaded-hook' to allow modifying it.
5382         Don't show warning message if `desktop-dirname' was modified.
5384 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5386         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5387         we still expect more lines.
5389         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5390         comment-paragraph filling if the commark doesn't match
5391         comment-start-skip.
5393 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
5395         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5396         the `imap' variant.
5398 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5400         * files.el (make-auto-save-file-name): Encode more characters in
5401         non-file buffer names.  Use url-encoding.
5403 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5405         * net/net-utils.el (ftp-program): Fix typo in docstring.
5406         (ifconfig-program-options, netstat-program-options)
5407         (arp-program-options, route-program-options, nslookup-program-options)
5408         (ftp-program-options, smbclient-program-options)
5409         (dns-lookup-program-options, arp, route): Doc fixes.
5411         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5412         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5413         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5414         Fix typos in docstrings.
5415         (gdb-pending-triggers): Reflow docstring.
5416         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5418 2008-03-01  Alan Mackenzie  <acm@muc.de>
5420         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5421         typing "#" at EOB.
5423 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5425         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5427 2008-02-29  Kim F. Storm  <storm@cua.dk>
5429         * emulation/cua-base.el (cua-remap-control-v)
5430         (cua-remap-control-z): New defcustoms.
5431         (cua-mode): Add them to set-after property.
5432         (cua--init-keymaps): Use them.
5433         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5435         * help.el (view-emacs-todo): Rename from view-todo.
5436         (describe-gnu-project): Rename from describe-project.  Users changed.
5437         (view-help-file): New helper function.
5438         (describe-distribution, describe-copying, describe-gnu-project)
5439         (view-todo, view-order-manuals, view-emacs-problems): Use it.
5440         (view-emacs-debugging, view-external-packages): New commands.
5441         (help-map): Move describe-distribution to C-h C-o (ordering).
5442         Move view-emacs-problems to C-h C-p (problems).
5443         Bind view-emacs-debugging to C-h C-d (debugging).
5444         Bind view-external-packages to C-h C-e (extras).
5445         (help-for-help-internal): Cleanup and align descriptions.
5446         Remove command names to reduce clutter.
5448 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5450         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5451         and quieter face (not a warning).
5453 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
5455         * vc.el (vc-status-crt-marked): New variable.
5456         (vc-status-mode): Make it local.
5457         (vc-status-refresh): Use it to save the marked files.
5458         (vc-update-vc-status-buffer): Use it to restore the marked files.
5460         * vc-svn.el (vc-svn-after-dir-status):
5461         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5463 2008-02-29  Glenn Morris  <rgm@gnu.org>
5465         * allout.el (allout-topic-encryption-bullet)
5466         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5467         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5468         from 22.0 to 22.1.
5470         * net/imap.el (imap-ping-server):
5471         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5472         Change defcustom :version from 23.0 to 23.1.
5474 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
5476         * desktop.el (desktop-save): Save the buffer name if the
5477         uniquified base name is empty.
5479 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5481         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5482         correctly when user has "set print address off".
5484 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
5486         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5487         version number of the next major Emacs release, not 23.0.
5489         * longlines.el (longlines-unload-function): New function.
5491 2008-02-28  Juri Linkov  <juri@jurta.org>
5493         * startup.el (normal-splash-screen): Add argument `concise'.
5494         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
5495         to the created buffer.  If `concise' is non-nil, call
5496         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
5497         (display-startup-screen): Add argument `concise' to the call to
5498         `normal-splash-screen'.
5500 2008-02-28  Kim F. Storm  <storm@cua.dk>
5502         * startup.el (startup-echo-area-message): Check for about-emacs.
5504 2008-02-28  Juri Linkov  <juri@jurta.org>
5506         * startup.el: Always add initial message to *scratch* buffer if
5507         `initial-scratch-message' is non-nil regardless of the value of
5508         `inhibit-startup-screen'.
5509         (inhibit-startup-screen, initial-scratch-message): Doc fix.
5510         (command-line-1): Move code that inserts `initial-scratch-message'
5511         up before the if-form that checks for `inhibit-startup-screen'.
5512         Suggested by Jonathan Rockway <jon@jrock.us>.
5514 2008-02-28  Juri Linkov  <juri@jurta.org>
5516         * cus-edit.el (custom-mode-map, custom-mode-link-map):
5517         Rename `custom-mode' to `Custom-mode' in docstrings.
5518         (custom-buffer-create-internal, customize-browse):
5519         Rename `custom-mode' to `Custom-mode'.
5520         (custom-mode-hook): Rename to `Custom-mode-hook'.
5521         (Custom-mode-hook): Renamed from `custom-mode-hook'.
5522         (custom-mode): Rename to `Custom-mode'.
5523         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
5524         (custom-mode): Add backward-compatible non-interactive variant of
5525         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
5526         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5528         * info-look.el: Rename `custom-mode' to `Custom-mode'.
5530         * emulation/viper.el (viper-emacs-state-mode-list):
5531         Rename `custom-mode' to `Custom-mode'.
5533         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5534         Capitalize "Tagged Files".
5535         (minibuffer-local-map): Add menu items for next/previous
5536         history elements and isearch history forward/backward.
5538         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5539         `hs-isearch-open' with t instead of `comment' in :selected
5540         for "Code and Comment blocks" menu item.
5542 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         * uniquify.el (uniquify-buffer-base-name): Undo last change.
5545         Should be done in desktop.el instead.
5547 2008-02-28  Glenn Morris  <rgm@gnu.org>
5549         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5551         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5553         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5554         (Info-menu, Info-goto-node): Remove declarations.
5555         (report-emacs-bug-info): Use info rather than Info-goto-node.
5557         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5558         (idlwave-convert-xml-system-routine-info): Don't require xml.
5559         (idlwave-show-commentary, idlwave-shell-show-commentary):
5560         Don't require finder.
5561         (idlwave-info): Don't require info.  Use info rather than
5562         Info-goto-node.
5564         * textmodes/org.el (Info-goto-node): Remove declaration.
5565         (org-info): Use info rather than Info-goto-node.
5567         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5568         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
5570 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
5572         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5573         the menu.
5575         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5576         (vc-finish-logentry): Check for vc-status-mode, not only for
5577         vc-dired-mode.
5579 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
5581         * isearch.el (isearch-printing-char): Don't check
5582         keyboard-coding-system.
5583         Call isearch-process-search-multibyte-characters only when
5584         current-input-method is non-nil.
5586 2008-02-27  Kim F. Storm  <storm@cua.dk>
5588         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5589         (glyph-char, glyph-face): Handle cons encoding.
5591 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
5593         * uniquify.el (uniquify-buffer-base-name): If the base name is an
5594         empty string, return nil to allow the caller to default to the
5595         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
5597         * tool-bar.el (tool-bar-setup): Doc fix.
5599         * mail/supercite.el (sc-describe):
5600         Fix typos in obsolescence declaration.
5602 2008-02-27  Glenn Morris  <rgm@gnu.org>
5604         * autoinsert.el (auto-insert-alist): Change permission text to
5605         match FSF's GPLv3 form.
5607         * mail/supercite.el (sc-cite-original): Doc fix.
5608         (sc-version): Make obsolete.
5609         (sc-describe): Show the SC info page.  Make obsolete.
5611 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5614         when using transient-mark-mode.
5615         (default-indicate-unused-lines): Remove unused var.
5617 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
5619         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5620         and previous.
5622         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5624 2008-02-26  Glenn Morris  <rgm@gnu.org>
5626         * net/net-utils.el (top-level): Don't require comint when compiling.
5627         (nslookup-font-lock-keywords): Don't require font-lock.
5628         Use font-lock faces rather than variables.
5629         (nslookup, ftp, smbclient, network-service-connection):
5630         Don't require comint.
5631         (comint-prompt-regexp, comint-input-autoexpand)
5632         (comint-input-ring): Declare for compiler.
5633         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5634         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
5636         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5637         doc-string.
5639 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5641         * doc-view.el (doc-view-current-page): Add a `win' argument.
5643 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5645         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5646         Demote it to plain defvar.
5647         (doc-view-conversion-refresh-interval): Reduce interval.
5648         (doc-view-goto-page): Allow moving to pages not yet rendered.
5649         (doc-view-goto-page): Construct a file name rather than extracting it
5650         from doc-view-current-files.
5651         (doc-view-kill-proc): Ignore errors from kill-process.
5652         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5653         (doc-view-insert-image): Use appropriate text if the page hasn't been
5654         rendered yet.  Adjust scrolling so the text is displayed.
5655         (doc-view-display): Detect not just that a page is available, but also
5656         that it wasn't available before, so as to avoid refreshing all pages
5657         repeatedly.
5658         (doc-view-mode): Make doc-view-cache-directory if needed.
5660 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5662         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5663         toggle-read-only.
5665         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5666         refering to a missing required field with the OPT prefix.
5667         Make unwindform more robust.
5669         * textmodes/bibtex.el: Remove support for hideshow minor mode as
5670         it duplicates the bibtex support in progmodes/hideshow.el.
5671         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5672         entries that do not start at the beginning of a line.
5674 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
5676         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5678 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
5680         * help-fns.el (describe-variable): Add phrases about
5681         initialization file with and without customization;
5682         use new button type help-info-variable.
5684         * help-mode.el (help-info-variable):
5685         New button able to read Info files for help-fns.el.
5687 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
5689         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5690         (grep-mode): Use grep-mode-tool-bar-map.
5692         * progmodes/compile.el (tool-bar): Require tool-bar.
5693         (compilation-mode-tool-bar-map): New variable.
5694         (compilation-mode): Use compilation-mode-tool-bar-map.
5696         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
5698 2008-02-25  Glenn Morris  <rgm@gnu.org>
5700         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5702 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * diff-mode.el (diff-file-junk-re): New const.
5705         (diff-beginning-of-file-and-junk): Use it.
5706         (diff-file-kill): Make sure we were really inside a file diff.
5708         * diff-mode.el: Make it more robust in the presence of empty context
5709         lines in unified hunks.
5710         (diff-valid-unified-empty-line): New var.
5711         (diff-unified->context, diff-sanity-check-hunk): Obey it.
5712         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
5713         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5714         (diff-hunk-header-re-unified): New const.
5715         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5716         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5717         (diff-sanity-check-hunk): Use it.
5719         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5720         Index: line, don't search backward for the previous one.
5722 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
5724         * international/fontset.el (setup-default-fontset): Add non-OTF
5725         lao font for lao script.
5727         * language/tibetan.el: Register tibetan-composition-function in
5728         composition-function-table.
5730         * language/tibet-util.el (tibetan-composition-function):
5731         Adjust for the new calling way (argument changed).  Try font-shape-text
5732         if possible.
5734         * language/lao.el: Register lao-composition-function in
5735         composition-function-table.
5737         * language/lao-util.el (lao-composition-function): Adjust for the new
5738         calling way (argument changed).  Try font-shape-text if possible.
5740 2008-02-25  Jason Rumney  <jasonr@gnu.org>
5742         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5744 2008-02-25  Juri Linkov  <juri@jurta.org>
5746         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5747         background, "red4" for a dark background, "red" for 16 and
5748         8 colors, "grey" for grayscale, and inverse video otherwise.
5749         Add :version tag.
5750         (isearch-message): Keep the original isearch-message intact, and
5751         add text properties to it where necessary.  Add `isearch-error' to
5752         the condition that checks if isearch is unsuccessful.
5754 2008-02-24  Juri Linkov  <juri@jurta.org>
5756         * progmodes/compile.el (compilation-handle-exit):
5757         Use compilation-error face instead of font-lock-warning-face.
5758         Display the same message in the minibuffer as is inserted
5759         at the end of the compilation buffer.
5761 2008-02-24  Glenn Morris  <rgm@gnu.org>
5763         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5764         multiple file case.
5766         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5768         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5769         multiple file case.  Use a single `let' rather than two.
5771 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5773         * progmodes/compile.el (compilation-start): Specify a face for
5774         mode-line-process.
5775         (compilation-handle-exit): Specify a face and a tooltip for
5776         mode-line-process.
5778 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * hilit-chg.el: Remove spurious * in defcustom docstrings.
5781         (hilit-chg-make-ov): Simplify.
5782         (hilit-chg-fixup): Use remove-overlays.
5783         (hilit-chg-set-face-on-change): Remove redundant call to
5784         `remove-text-properties'.
5786         * dired.el (dired-mark-prompt): Don't count/display the t element.
5787         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5789 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5791         * progmodes/verilog-mode.el (eval-when-compile): Don't define
5792         add-submenu.
5793         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5794         Remove.  Move contents to the only use ...
5795         (verilog-menu): ... here.
5796         (verilog-statement-menu): Remove.  Move contents to the only use ...
5797         (verilog-stmt-menu): ... here.
5798         (verilog-mark-defun): Simply call mark-defun for emacs.
5799         (occur-pos-list): Declare for byte compiler.
5800         (mode-popup-menu): Don't defvar.
5801         (verilog-add-statement-menu): Remove.
5802         (verilog-mode-hook): Don't add verilog-add-statement-menu.
5803         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5805 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5807         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5808         conditional.
5809         (verilog-font-grouping-keywords-face): Make the begin..end
5810         keywords standout more than other verilog keywords.
5811         (verilog-type-font-keywords): Move the begin..end out of this list
5812         to facilitate making them to (potentially) stand out more.
5813         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5814         function & task blocks.
5815         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5816         initial, function & task blocks.
5817         (verilog-forward-sexp): Handle the new "disable fork" statement of
5818         IEEE-1800 Verilog.
5819         (verilog-beg-block-re-ordered): Handle the new "disable fork"
5820         statement of IEEE-1800 Verilog.
5821         (verilog-calc-1): Handle the new "disable fork" statement of
5822         IEEE-1800 Verilog.
5823         (verilog-disable-fork-re): Add const to help handle the new
5824         "disable fork" statement of IEEE-1800 Verilog.
5825         (verilog-declaration-core-re): Add port directions by themselves,
5826         with no qualification, as base item of a declaration.
5827         (verilog-pretty-declarations): Add new flag to ask it to refrain
5828         from printing to the message buffer.
5829         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5830         printing to the message buffer.  Improve handling of the many
5831         types of expression line up.
5832         (verilog-just-one-space): Remove printing of an empty message.
5833         (verilog-get-lineup-indent): Rework to support the better handling
5834         of expression lineup for verilog-pretty-expr.
5835         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5837 2008-02-24  Alan Mackenzie  <acm@muc.de>
5839         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5840         yesterday's commit.
5842 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5844         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5845         to mouse-set-point in buffers that aren't associated with files.
5847         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5849 2008-02-24  Alan Mackenzie  <acm@muc.de>
5851         Set of changes so that "obtrusive" syntactic elements in a
5852         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5853         unmatched paren) don't interact syntactically with stuff outside
5854         the CPP line.
5856         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5857         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5858         off-by-one bug.
5859         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5860         a bit of refactoring.
5861         (c-awk-extend-and-syntax-tablify-region): Takes some of the
5862         functionality of c-awk-advise-fl-for-awk-region, which has been
5863         refactored away.
5865         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5866         (c-clear-char-property-with-value): New function and macro which
5867         remove text-properties `equal' to a supplied value.
5869         * progmodes/cc-engine.el: Comment about text properties amended.
5871         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5872         parens around "error\\|warning".
5874         * progmodes/cc-langs.el (c-get-state-before-change-function)
5875         (c-before-font-lock-function, c-anchored-cpp-prefix):
5876         New language variables.
5877         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5879         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5880         syntax-table text properties.
5881         (c-common-init): Call language specific before/after-change
5882         functions at mode initialisation.
5883         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5884         (c-extend-region-for-CPP, c-neutralize-CPP-line)
5885         (c-neutralize-syntax-in-CPP): New functions.
5886         (c-before-change, c-after-change): Call the new language specific
5887         change functions defined in cc-langs.el.
5888         (c-advise-fl-for-region): New macro.
5889         (awk-mode): Remove AWK specific stuff which has been refactored
5890         into language independent stuff.
5892 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5894         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5895         (gdb): (Re)set gdb-flush-pending-output to nil here...
5896         (gdb-init-1): ...instead of here (before gdb-prompt).
5898 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5901         Recognize ''' just like any other char-constant.
5903 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5906         careful enough.  Detect the uid-change all within the main loop.
5908 2008-02-24  Stefan Monnier  <monnier@pastel.home>
5910         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5912 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * hilit-chg.el (highlight-save-buffer-state): New macro.
5915         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5916         (hilit-chg-clear): Use it to preserve the modified-p flag.
5917         (highlight-changes-rotate-faces): Don't mess with the undo-list.
5919 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * font-lock.el (font-lock-set-defaults): Unset previously set variables
5922         when needed.
5924 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
5926         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5927         from gnus-button-url-regexp.
5929 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
5931         * progmodes/compile.el (compilation-next-error): Doc fix.
5932         (compilation-find-file): Doc fix.
5934 2008-02-24  Glenn Morris  <rgm@gnu.org>
5936         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5937         Add obsolete aliases to the old names.
5939 2008-02-24  Richard Stallman  <rms@gnu.org>
5941         * net/net-utils.el (ifconfig): Rename from ipconfig.
5942         (ipconfig): Alias to ifconfig.
5943         (ifconfig-program): Rename from ipconfig-program.
5944         (ifconfig-program-options): Rename from ipconfig-program-options.
5946 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5948         * progmodes/verilog-mode.el (verilog-declaration-core-re):
5949         Add port directions by themselves, with no qualification, as base
5950         item of a declaration.
5951         (verilog-pretty-declarations): Add new flag that inhibits printing
5952         to the message buffer.
5953         (verilog-pretty-expr): Add new flag that inhibits printing to the
5954         message buffer.  Improve handling of the many types of expression
5955         line up.
5956         (verilog-just-one-space): Don't print an empty message.
5957         (verilog-get-lineup-indent): Rework to support the better handling
5958         of expression lineup for verilog-pretty-expr.
5959         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5960         (verilog-mode-version, verilog-mode-release-date): Update.
5962 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * subr.el (cancel-change-group): Don't move point.
5966 2008-02-23  Markus Triska  <markus.triska@gmx.at>
5968         * linum.el (linum-after-config): Update all visible windows.
5970 2008-02-23  Glenn Morris  <rgm@gnu.org>
5972         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5973         Add :help for Solitaire and Tetris.
5975         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5977         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5978         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
5979         (smtpmail-queue-index-file): Make it a defcustom.
5980         (smtpmail-queue-index): Delete.
5981         (smtpmail-send-it, smtpmail-send-queued-mail):
5982         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5983         smtpmail-queue-index.
5985         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5986         Add :version.
5988 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
5990         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5991         New variables.
5992         (iwconfig): New function.
5994 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
5996         * vc.el (vc-find-revision): Make vc-parent-buffer local before
5997         setting it.
5998         (vc-status-menu-map): Do not define using easy-menu.
5999         (vc-status-menu-map): New defalias.
6000         (vc-status-mode-map): Hook up the menu.
6001         (top-level): Update TODO.
6003         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
6005         * vc-bzr.el (vc-bzr-init-version): Rename to ...
6006         (vc-bzr-init-revision): ... this.
6008 2008-02-23  Jason Rumney  <jasonr@gnu.org>
6010         * makefile.w32-in (WINS_ALMOST): Remove term.
6011         (WINS): Add term here.
6012         (custom-deps, finder-data): Use WINS_ALMOST.
6014 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
6016         * faces.el (font-weight-table): Fix value of `semi-light'.
6018 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6021         Make those tables bijective.
6023 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
6025         Finish pdbtrack integration cleanup, settling missing-functions
6026         byte compiler warnings appropriately.
6028         * progmodes/python.el (python-point): Remove this - beginning-of-line
6029         was all that was necessary for `python-pdbtrack-overlay-arrow'.
6030         (python-end-of-def-or-class, python-beginning-of-def-or-class)
6031         (python-goto-initial-line): Drop these - they were only needed for
6032         python-point.
6033         (python-comint-output-filter-function): Use condition-case and
6034         beginning-of-line directly, instead of python-mode.el functions
6035         which require all sorts of baggage.
6036         (point-safe): Unnecessary - we're using condition-case directly,
6037         instead.
6038         (python-execute-file): Include for python-shell, which I'm leaving
6039         in keeping despite it being unnecessary for pdb tracking.
6041 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
6043         * progmodes/scheme.el (scheme-font-lock-keywords-2):
6044         Add SRFI 11 support.
6045         (let-values, let*-values): Specify scheme-indent-function.
6047 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
6049         * vc.el (vc-exec-after): Move setting mode-line-process in the
6050         busy case ...
6051         (vc-set-mode-line-busy-indicator): ... in this new function.
6052         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6053         (vc-update-vc-status-buffer): Reset mode-line-process.
6054         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6055         mark/unmark all the files with the same state as the current one.
6056         With a prefix argument mark/unmark all files.
6057         (vc-status-mode-menu): Adjust strings.
6058         (vc-update-vc-status-buffer): Only do something when the argument
6059         is not nil.
6060         (vc-status-kill-dir-status-process): New function.
6061         (vc-status-mode-map): Bind it.
6062         (vc-status-process-buffer): New variable.
6063         (vc-status-mode): Make it local.
6064         (vc-status-refresh): Set it.
6066         * vc-hg.el (vc-hg-dir-status):
6067         * vc-git.el (vc-git-dir-status):
6068         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6069         command is run.
6071 2008-02-22  Glenn Morris  <rgm@gnu.org>
6073         * json.el (top-level): No need to require thingatpt.
6074         (json-read-keyword): Use thing-at-point rather than word-at-point.
6076         * time.el (top-level): No need to require time-date when compiling.
6078         * emacs-lisp/copyright.el (copyright-update-year):
6079         Fix subexpression numbering for the case when years are split over
6080         lines, and for the replace case.
6082         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
6083         (tpu-caar, tpu-cadr): Delete functions.
6084         (zmacs-regions): No need to declare for compiler.
6085         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6086         (tpu-spell-check): Rewrite, and handle mark after point.
6087         (tpu-special-insert): Use or rather than if.
6089         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6090         rather than spell-region.
6092         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6093         warnings about spell-region.
6095 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
6097         * ldefs-boot.el: Regenerated.
6099         * loadup.el: Don't load language/devanagari, language/kannanda,
6100         language/malayalam, and language/tamil.  Load language/sinhala.
6102         * language/indian.el (indian-font-foundry)
6103         (indian-script-language-alist, indian-font-char-index-table)
6104         (indian-font-char, indian-font-char-range, indian-script-table)
6105         (indian-default-script, indian-composable-pattern): Delete them.
6106         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6107         language environments moved to here.
6108         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6109         New language environments.
6111         * language/devanagari.el, language/devan-util.el,
6112         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6113         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6114         Delete them.
6116         * language/sinhala.el: New file.
6118 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
6120         Update Nick Robert's port of pdb tracking from python-mode.el.
6122         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6123         Clarify docstring.
6124         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6125         tracking is happening.
6126         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6127         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6128         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6129         Tracking is plugged in to all comint buffers once python.el is loaded.
6130         (python-pdbtrack-overlay-arrow): Toggle activation of
6131         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6132         (python-pdbtrack-track-stack-file): Use new
6133         `python-pdbtrack-get-source-buffer' for more flexible access to
6134         debugging source files.
6135         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6136         according to pdb stack trace, optionally using new
6137         `python-pdbtrack-grub-for-buffer' if file is not locally available.
6138         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6139         named buffer, or having function with indicated name.
6140         (python-shell): Remove comint-output-filter-functions hook
6141         addition, it's being done elsewhere.  Wrap long line.
6143 2008-02-21  Michael Olson  <mwolson@gnu.org>
6145         * json.el: Replace XEmacs compatibility code to get rid of
6146         compiler warnings.
6148         * time.el: Fix compiler warning.
6150 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
6152         * json.el: New file (JavaScript Object Notation parser / generator).
6154 2008-02-21  Dave Love  <fx@gnu.org>
6156         * progmodes/sym-comp.el: New file.
6158         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6159         Require sym-comp.  Add Python buffer to same-window-buffer-names.
6160         Fixup whitespaces.
6161         (python-font-lock-keywords): Add highlighting for Python builtins.
6162         (python-font-lock-syntactic-keywords): Rewrite.
6163         (python-quote-syntax): Use syntax-ppss-context instead of parsing
6164         ppss directly.
6165         (python-mode-map): Add binding for python-find-function.
6166         (python-calculate-indentation): Clean up the logic.
6167         (python-beginning-of-defun): Explicitly set return value.
6168         (python-beginning-of-statement): Stop looping if we get stuck
6169         going backwards.
6170         (python-next-statement): Stop looping if we somehow end up inside
6171         a string while advancing.
6172         (python-preoutput-continuation, python-version-checked): New vars.
6173         (python-check-version): New function.
6174         (run-python): Set default command to python-command instead of
6175         python-python-command.
6176         (run-python): Use python-check-version.  Give PYTHONPATH
6177         precedence over data-directory in the process environment.
6178         Load function definitions in python process after.
6179         (python-check-comint-prompt): New function.
6180         (python-send-command, python-send-receive): Use it.
6181         (python-complete-symbol, python-try-complete): Functions deleted.
6182         Use symbol-complete instead of python-complete-symbol throughout.
6183         (python-fill-paragraph): Further refine the fenced-string regexp.
6184         (def-python-skeleton): Expand to the original abbrev instead if in
6185         a comment or string.  Tweak skeletons for `if', `while', `for',
6186         `try/except', `try/finally', `name'.
6187         (python-pea-hook, python-abbrev-pc-hook): New functions.
6188         (python-abbrev-syntax-table): New var.
6189         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6190         Use symbol-completion-try-complete for hippie expansion.
6191         Turn on font lock unconditionally.
6192         (python-mode-hook): Defcustom it.  No need to use make-local
6193         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6194         option, since it's buffer-local.
6196 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
6198         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6200 2008-02-21  Drew Adams  <drew.adams@oracle.com>
6202         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6203         "Turn off" and a "Help" entry when the minor mode has no menu.
6205 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
6207         * vc.el (vc-status-mark, vc-status-unmark): New functions.
6208         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6209         vc-status-mark-file and vc-status-unmark-file.
6210         (vc-status-mark-unmark): New function.
6211         (vc-status-previous-line, vc-status-next-line): No longer interactive.
6213 2008-02-21  Glenn Morris  <rgm@gnu.org>
6215         * composite.el (encode-composition-rule): Fix typo in error message.
6216         (composition-function-table, auto-composition-mode): Doc fixes.
6218         * subr.el (sit-for): Fix obsolete form for nil second argument.
6220         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6221         (spell-string): Make obsolete, in favor of ispell.
6223 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
6225         * language/devanagari.el: Don't setup composition-function-table
6226         here.
6227         ("Devanagari"): Change charset, coding-system, coding-priority to
6228         Unicode-based ones.  Don't require the feature devan-util.
6230         * composite.el (compose-chars-after): Fix arguments for a function
6231         in composition-function-table.
6232         (auto-compose-region): Likewise.
6234         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6235         for Ethiopic.
6236         (ps-mule-plot-string): Ignore glyph-string based compositions.
6238 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * doc-view.el: Allow different windows to show different pages.
6241         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6242         (doc-view-current-image, doc-view-current-overlay): Remove variables,
6243         add them back as macros instead, using image-mode-winprops instead.
6244         Update all users of those variables.
6245         (doc-view-new-window-function): New function to create a new overlay
6246         for each new window.
6247         (doc-view-mode): Use it and image-mode-setup-winprops.
6248         (doc-view-clone-buffer-hook): Rewrite accordingly.
6250         * image-mode.el: Extend [hv]scroll support to per-window properties.
6251         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6252         (image-mode-winprops-alist): New var to replace them.
6253         (image-mode-new-window-functions): New hook.
6254         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6255         New funs.
6256         (image-set-window-vscroll, image-set-window-hscroll): Use them.
6257         Remove the `window' argument, update callers.
6258         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6259         Use the new functions.
6260         (image-mode-reapply-winprops): New fun.
6261         (image-mode): Use it.
6263 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
6265         * calc/calc-math.el (math-sin-raw): Add optional argument
6266         to keep track of original argument.
6267         (math-cos-raw): Use optional argument when calling math-sin-raw.
6268         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6269         with close to original precision.
6271 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6273         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6274         args in calls of sit-for.
6276 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
6278         * vc-svn.el (vc-svn-program): Fix typo in docstring.
6279         (vc-svn-checkin): Fix typo in error message.
6281         * help-mode.el: Require easymenu when compiling.
6283 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
6285         * help-mode.el (help-mode-menu): New menu.
6287 2008-02-20  Glenn Morris  <rgm@gnu.org>
6289         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6290         on Windows.
6292 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
6294         * ps-mule.el (ps-mule-encode-region): Return a single string.
6295         (ps-mule-plot-string): Adjust for the above change.
6296         (ps-mule-encode-header-string): Likewise.
6298         * international/latin1-disp.el (latin1-display): Don't use
6299         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
6300         standard-display-table.
6301         (latin1-display-identities): Adjust for the change of what is
6302         returned by (get-language-info charset 'charset).
6304         * international/mule-util.el (char-displayable-p): Fix for Latin-1
6305         characters and terminal case.
6307 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
6309         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6311         * progmodes/python.el: Also require comint when loading.
6312         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6313         Replace python-shell with run-python on menu bar.
6314         (python-shell-map): New map.
6315         (python-default-interpreter, python-python-command-args)
6316         (python-jython-command-args, python-pdbtrack-do-tracking-p):
6317         New options.
6318         (python-which-shell, python-which-args, python-which-bufname):
6319         New buffer local variables.
6320         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6322         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6323         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6324         New constants.
6326         Pdbtrack features:
6328         (python-point, python-end-of-def-or-class)
6329         (python-beginning-of-def-or-class, python-goto-initial-line)
6330         (python-comint-output-filter-function)
6331         (python-pdbtrack-overlay-arrow)
6332         (python-pdbtrack-track-stack-file, python-toggle-shells)
6333         (python-shell, python-pdbtrack-toggle-stack-tracking)
6334         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6335         New functions.
6337 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6339         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6340         when the argument is nil.
6342 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6344         * vc.el (dir-status): Add a brief description.
6346 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
6348         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6349         If non-nil, reverse the sense of the check.
6351         * vc-rcs.el (vc-rcs-root): New func.
6352         * vc-cvs.el (vc-cvs-root): New func.
6353         * vc-svn.el (vc-svn-root): New func.
6354         * vc-sccs.el (vc-sccs-root): New func.
6356 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
6358         * language/japan-util.el (setup-japanese-environment-internal):
6359         Call use-cjk-char-width-table.
6361         * language/japanese.el ("Japanese"): Set exit-function to
6362         use-default-char-width-table.
6364         * international/characters.el: Delete occurrences of non-Unicode
6365         tibetan and ethiopic characters.
6366         (cjk-char-width-table): New variable.
6367         (use-cjk-char-width-table, use-default-char-width-table):
6368         New functions.
6370 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6372         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6373         (vc-status-mode-menu): Add a :filter.
6374         (vc-status-printer): Add faces.
6376         * vc-hg.el (vc-hg-extra-status-menu): New function.
6377         (vc-hg-dir-status): Clean up the buffer before using it.
6379 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6382         (gdb): Initialize it here instead.
6384         * files.el (locate-dominating-file): Fix thinko in last change.
6385         Reported by Bruce Stephens <bruce.stephens@isode.com>.
6387 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
6389         * vc.el (vc-status-mode-menu): New menu for vc-status.
6391 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
6393         * progmodes/verilog-mode.el (customize): Fix typo in error message.
6394         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6395         (verilog-mode-auto, verilog-indent-level-module)
6396         (verilog-minimum-comment-distance, verilog-library-flags)
6397         (verilog-library-directories, verilog-library-files)
6398         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6399         (verilog-xemacs-menu, verilog-set-compile-command)
6400         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6401         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6402         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6403         (verilog-batch-inject-auto, verilog-batch-indent)
6404         (verilog-continued-line, verilog-type-keywords)
6405         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6406         (verilog-read-inst-pins, verilog-read-arg-pins)
6407         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6408         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6409         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6410         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6411         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6412         (verilog-mode-version, verilog-mode-release-date)
6413         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6414         (verilog-simulator, verilog-compiler)
6415         (verilog-auto-sense-defines-constant, verilog-company)
6416         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6417         Fix typos in docstrings.
6418         (verilog-set-auto-endcomments, verilog-calculate-indent)
6419         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6420         Reflow docstrings.
6421         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6422         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6423         (electric-verilog-forward-sexp, verilog-in-case-region-p)
6424         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6425         (verilog-leap-to-head, verilog-current-indent-level)
6426         (verilog-case-indent-level, verilog-cpp-keywords)
6427         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6428         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6429         (verilog-signals-not-in, verilog-symbol-detick-text)
6430         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6431         (verilog-forward-close-paren, verilog-backward-open-paren)
6432         (verilog-backward-open-bracket): Doc fixes.
6434         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6435         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6436         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6437         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6438         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6439         Fix typos in docstrings.
6441         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6443 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6445         * info.el (Info-read-node-name): Removed unused `default' arg.
6447 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6449         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6451 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6453         * image-mode.el (image-get-display-property): New fun.
6454         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6455         (image-mode, image-minor-mode, image-toggle-display-text)
6456         (image-toggle-display): Use it.
6458 2008-02-18  Jason Rumney  <jasonr@gnu.org>
6460         * international/mule.el (xml-find-file-coding-system): Don't warn
6461         about utf-16 with BOM.
6463         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6465         * international/mule.el (sgml-xml-auto-coding-function): Detect and
6466         warn if file encoding is not utf-8 and encoding not specified.
6467         (xml-find-file-coding-system): New function.
6468         * international/mule-conf.el (file-coding-system-alist): Use it.
6470 2008-02-17  Glenn Morris  <rgm@gnu.org>
6472         * international/mule-cmds.el (set-locale-environment):
6473         Pass `frame' to getenv for LC_MESSAGES.
6475 2008-02-17  Juri Linkov  <juri@jurta.org>
6477         * time.el (emacs-init-time): Use format instead of format-seconds.
6479 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6481         * textmodes/bibtex.el (bibtex-search-entry): Rename from
6482         bibtex-find-entry.  Add autoload cookie.
6483         (bibtex-find-entry): Alias for bibtex-search-entry.
6484         (bibtex-search-crossref): Rename from bibtex-find-crossref.
6485         (bibtex-find-crossref): Alias for bibtex-search-crossref.
6486         (bibtex-clean-entry): atomic-change-group removed.
6487         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
6488         to locate buffer location where error occurred.
6489         Make error messages more specific.
6490         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6492 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
6494         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6495         top level.
6497         * simple.el (transient-mark-mode): Add an :init-value.
6499         * startup.el (command-line): Use custom-reevaluate-setting for
6500         transient-mark-mode.
6502 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
6504         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6506 2008-02-16  Juri Linkov  <juri@jurta.org>
6508         * startup.el (after-init-time): New variable.
6509         (command-line): Set `after-init-time' to the current time.
6511         * time.el (emacs-init-time): New function.
6513 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * files.el (locate-dominating-file): Remove initial loop because it's
6516         not careful enough.  Detect the uid-change all within the main loop.
6518 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6520         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6522 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6524         * vc.el (vc-annotate): Add new argument.
6525         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6527         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6528         Move make-variable-buffer-local code after the corresponding defvar.
6529         (hs-minor-mode-map): Define and initialize in one step.
6530         (hs-minor-mode): Change from defun to define-minor-mode.
6532 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
6534         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6535         (gdb-ready): Move declaration...
6537         * progmodes/gdb-ui.el (gdb-ready): ...to here.
6538         (gdb-early-user-input): New variable.
6539         (gdb): Reset gdb-flush-pending-output to nil and set
6540         comint-input-sender here (before gdb-prompt), instead of...
6541         (gdb-init-1): ...here.
6542         (gdb-send): If Emacs is not ready, defer user input to...
6543         (gdb-prompt): ...here.
6545 2008-02-16  Glenn Morris  <rgm@gnu.org>
6547         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6549         * startup.el (emacs-startup-time): Rename to `before-init-time'.
6550         (before-init-time): New name for `emacs-startup-time'.
6551         (command-line): Use before-init-time rather than emacs-startup-time.
6552         * time.el (emacs-uptime): Use before-init-time rather than
6553         emacs-startup-time.
6555         * composite.el (composition-function-table): Doc fix.
6557         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6558         in favor of `%z' specifier.
6559         (emacs-uptime): Move to time.el.
6560         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
6561         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
6562         argument of format-seconds.
6564 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6566         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6568 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6570         * ielm.el (ielm-is-whitespace): Remove.
6571         (ielm-is-whitespace-or-comment): New function.
6572         (ielm-eval-input): Use it.
6574 2008-02-15  Jason Rumney  <jasonr@gnu.org>
6576         * term/mac-win.el: Fix coding tag.
6578 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
6580         * vc-hooks.el (vc-menu-map):
6581         * bindings.el (mode-line-mode-menu): Add tooltips.
6583         * bindings.el (help-echo): Add more tooltips.  Use a less
6584         telegraphic style for existing tooltips.
6586 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6588         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6589         from the auto-generated one.
6591 2008-02-14  Glenn Morris  <rgm@gnu.org>
6593         * mail/rmail-spam-filter.el (rmail-spam-filter):
6594         Let-bind message-spam-status.
6596         * mail/smtpmail.el (password-cache-add): Declare as function.
6598 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
6600         * mail/smtpmail.el: Use password-cache.
6602 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
6604         * uniquify.el (uniquify-buffer-base-name): New function.
6605         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6607         * desktop.el (uniquify-managed): Don't defvar.
6608         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6609         `uniquify-managed'.  Return also the buffer's base name.
6610         (desktop-save): When saving the buffer info, filter out the base name,
6611         and save it as buffer name if the buffer is managed by uniquify.
6612         (uniquify-item-base): Don't declare; not called anymore.
6614 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
6616         * vc.el (vc-annotate-find-revision-at-line): New function.
6617         (vc-annotate-mode-map): Bind it.
6618         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
6619         some entries.
6621 2008-02-14  Glenn Morris  <rgm@gnu.org>
6623         * calendar/time-date.el (format-seconds): New function.
6624         (emacs-uptime): Use format-seconds.
6626         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6627         Remove `LC_ALL=C', since it's included in $(emacs) now.
6629 2008-02-14  Zhang Wei  <id.brep@gmail.com>
6631         * textmodes/org-publish.el (org-publish-timestamp-filename):
6632         Replace colon characters in filename too.
6634 2008-02-13  Bastien Guerry  <bzg@altern.org>
6636         * mail/rmail.el (rmail-header-name): New face.
6637         (rmail-font-lock-keywords): Use rmail-header-name.
6639         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6640         against X-Spam-Status header field.
6641         (rmail-spam-filter): Also check X-Spam-Status header field.
6643 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
6645         * progmodes/flymake.el (flymake-allowed-file-name-masks):
6646         Add support for .pm files and .php files.
6647         (flymake-err-line-patterns): Add pattern for PHP errors.
6648         (flymake-php-init): New function.  PHP support for flymake.
6650         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6651         Add regular expression for PHP errors.
6653 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
6655         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6656         This DTRT even on w32 machines.
6657         (ange-ftp-cf1): Quote FILENAME.
6659 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6662         (smerge-auto-combine): New fun.
6664 2008-02-12  Juri Linkov  <juri@jurta.org>
6666         * startup.el (fancy-startup-screen, normal-splash-screen):
6667         Set default-directory to command-line-default-directory.
6669         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6670         after reading the desktop.
6672         * progmodes/compile.el (compilation-auto-jump):
6673         Call compile-goto-error only when compilation-auto-jump-to-first-error
6674         is non-nil.
6675         (compilation-scroll-output): Replace :type 'boolean with a choice
6676         that has three options including a third option `first-error'.
6677         Doc fix.
6678         (compilation-start, compilation-forget-errors): Add an alternate
6679         condition comparing compilation-scroll-output with `first-error'
6680         in addition to compilation-auto-jump-to-first-error (to call
6681         compilation-auto-jump in the proper place).
6683 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * international/mule.el (sgml-html-meta-auto-coding-function):
6686         Make sure the search limit is ahead.
6688         * tar-mode.el: Fix broken indentation.
6689         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6690         Use with-current-buffer.
6692 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
6694         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6695         it is already automatically buffer-local.
6697 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6699         * help.el (describe-key): Join some split lines to facilitate filling.
6700         * help-fns.el (describe-function-1): Fill text of overlong lines.
6702 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
6704         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6705         Use unibyte-string instead of string-make-unibyte.
6707         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6709 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6712         works also for buffers w/o buffer-file-name.  Update callers.
6713         (doc-view-clone-buffer-hook): New fun.
6714         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
6715         the `doc-view' property so they can be recognized.
6717         * simple.el (clone-indirect-buffer-hook): New hook.
6718         (clone-indirect-buffer): Run it.
6720 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
6722         * epa.el (epa-menu-mode): Merge into epa-mode.
6723         (epa-menu-items): Rename the label "EasyPG Assistant" to
6724         "Encryption/Decryption".
6726         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6727         (epa-dired-mode-map): Rename from epa-dired-map.
6728         (epa-global-dired-mode): Rename the global minor mode.
6730 2008-02-11 Drew Adams  <drew.adams@oracle.com>
6732         * isearch.el (isearch-fail): New face.
6733         (isearch-message): Highlight failure part of input.
6735 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6737         * ibuffer.el (ibuffer-header-line-format): New var.
6738         (ibuffer-mode): Set it instead of header-line-format.
6739         (ibuffer-update): Use it to set header-line-format.
6741         * international/mule-cmds.el (ucs-insert): Inherit surrounding
6742         properties like self-insert-command.
6744 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6746         * progmodes/etags.el: Add many doc strings.
6748 2008-02-11  Jason Rumney  <jasonr@gnu.org>
6750         * ldefs-boot.el: Regenerated.
6752 2008-02-11  Glenn Morris  <rgm@gnu.org>
6754         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6755         Shorten some names.
6757         * ffap.el (ffap-rfc-directories): Add :version.
6759 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
6761         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6762         files, and backup files of same.
6764 2008-02-11  Kevin Ryde  <user42@zip.com.au>
6766         * ffap.el (ffap-rfc-directories): New variable.
6767         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6769         * info.el (Info-next-reference, Info-prev-reference)
6770         (Info-try-follow-nearest-node): Move to and follow https:// links too.
6772         * simple.el (completion-list-mode): Show full completion-list-mode-map
6773         in the docstring.
6775 2008-02-11  Sam Steingold  <sds@gnu.org>
6777         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6779 2008-02-11  Glenn Morris  <rgm@gnu.org>
6781         * startup.el (emacs-startup-time): New variable.
6782         (command-line): Set emacs-startup-time.
6784         * calendar/time-date.el (emacs-uptime): New function.
6786 2008-02-10  Bastien Guerry  <bzg@altern.org>
6788         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6789         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6790         it is nil.
6792 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6794         * epg-config.el: Expand the contents of epg-package-info.el.
6795         (epg-package-name): New constant.
6796         (epg-version-number): New constant.
6797         (epg-bug-report-address): New constant.
6799         * epa-mail.el (epa-mail-mode): Add autoload cookie.
6800         (epa-global-mail-mode): New global minor mode.
6802         * epa-file.el (epa-file-mode): New global minor mode.
6804         * epa-dired.el (epa-dired-mode): New global minor mode.
6806         * epa.el (epa-menu): New variable.
6807         (epa-menu-items): New variable.
6808         (epa-menu-mode): New global minor mode.
6809         (epa-global-minor-modes): New user option.
6810         (epa-mode): New global minor mode.
6812 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
6814         * net/dbus.el: Remove `no-byte-compile' cookie.
6815         (dbus-call-method, dbus-register-signal, dbus-debug)
6816         (dbus-registered-functions-table): Declare them with
6817         `declare-function' or `defvar', respectively.
6818         (top): Don't assert any longer.  Require 'cl when compiling.
6819         Apply `ignore-errors' but `dbus-ignore-errors'.
6821 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6823         * diff-mode.el (diff-add-change-log-entries-other-window):
6824         Use add-change-log-entry.
6826 2008-02-09  Jason Rumney  <jasonr@gnu.org>
6828         * button.el (button-map):
6829         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6830         * ldefs-boot.el: Regenerate.
6832 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6834         * epa.el (epa-faces, epa):
6835         * epa-file.el (epa-file):
6836         * epg-config.el (epg): Add :version.
6838 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
6840         * vc.el (vc-exec-after): Append CODE to previous fragments.
6841         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6842         take MESSAGES instead of VERBOSE; use it when non-nil.
6843         (vc-diff-internal): Compute messages once; use them;
6844         update call to vc-diff-finish.
6846 2008-02-09  Michael Olson  <mwolson@gnu.org>
6848         * net/tramp.el (tramp-process-sentinel): Avoid error when process
6849         buffer has been killed, such as by
6850         `tramp-cleanup-all-connections'.
6852 2008-02-09  Miles Bader  <miles@gnu.org>
6854         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6856 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6858         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6859         splitter in context hunks.
6861 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
6863         * international/fontset.el (setup-default-fontset): Fix arabic otf
6864         font specification.
6866 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
6868         * epa-dired.el:
6869         * epa-file.el:
6870         * epa-mail.el:
6871         * epa-setup.el:
6872         * epa.el:
6873         * epg-config.el:
6874         * epg-package-info.el:
6875         * epg.el: Initial check-in of EasyPG.
6877 2008-02-08  Glenn Morris  <rgm@gnu.org>
6879         * woman.el (woman-locale): New defcustom.
6880         (woman-expand-locale, woman-manpath-add-locales): New functions.
6881         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
6883         * international/mule-cmds.el (locale-translate): New function,
6884         with old code extracted from set-locale-environment.
6885         (set-locale-environment): Use locale-translate.  Set woman-locale.
6887         * cus-start.el (selection-coding-system): Remove, since it's now
6888         defined in select.el rather than in xselect.c.
6889         * select.el (selection-coding-system): Make it a defcustom, and
6890         add the properties from cus-start.el.  Bump :version.
6892         * custom.el (custom-theme-set-variables): Sort symbols that are
6893         dependencies before symbols that depend on them.
6894         (custom-enabled-themes): Set after custom-theme-directory.
6896         * pcmpl-unix.el (top-level): Move provide statement to end.
6897         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6898         `*' from doc-string.  Allow to be nil.
6899         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6900         Allow to be nil.  Add :version.
6901         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
6902         without hostnames, and multiple hostnames per line.
6904         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6906 2008-02-08  Phil Hagelberg  <phil@evri.com>
6908         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6909         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6911 2008-02-07  Timo Savola  <timo.savola@iki.fi>
6913         * startup.el (command-line-x-option-alist): Add --parent-id.
6915         * term/x-win.el (x-handle-parent-id): New function.
6917 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
6919         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6920         "Font Menu".
6922 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
6924         * net/dbus.el (dbus-interface-peer): New defconst.
6925         (dbus-ping): New defun.
6927 2008-02-06  Sam Steingold  <sds@gnu.org>
6929         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6931 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6933         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6934         Just return nil and let the C code provide a fallback.
6936 2008-02-05  Glenn Morris  <rgm@gnu.org>
6938         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6939         tramp-flush-connection-property for removed 2nd argument.
6941 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * diff-mode.el (diff-add-change-log-entries-other-window):
6944         Rename from diff-create-changelog.  Change users.
6945         Minor change to hopefully work with plain diffs.
6946         (diff-mode-map): Add binding for it.
6948 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
6950         * diff-mode.el: Add new TODO entry.
6951         (diff-create-changelog): New function.
6952         (diff-mode-menu): Bind it.
6954 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
6956         * international/mule-diag.el (print-fontset-element): Handle the
6957         case of inhibiting the fallback fonts.
6959 2008-02-04  Kim F. Storm  <storm@cua.dk>
6961         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6962         (ido-magic-delete-char): Use prefix arg.
6964 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
6966         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6967         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6968         of today, the most recent libpng is 1.2.24).
6970 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
6972         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6974         * net/dbus.el (top): Check (featurep 'dbusbind).
6976         * net/tramp.el (tramp-process-sentinel): New defun.
6977         (tramp-do-copy-or-rename-file-out-of-band)
6978         (tramp-maybe-open-connection): Use it as process sentinel.
6979         (tramp-handle-delete-directory): Don't use the "-f" option; it
6980         isn't portable.
6981         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6982         after the command.
6983         (tramp-handle-shell-command): Set `mode-line-process' in the
6984         asynchronous case.
6986         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6988         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6989         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6990         Use `tramp-process-sentinel' as process sentinel.
6992 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
6994         * whitespace.el (global-whitespace-mode): Revert last change.
6995         (whitespace-unload-function): Force `global-whitespace-mode'
6996         to deactivate local modes in a slightly less intrusive way.
6998 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
7000         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
7002 2008-02-02  Glenn Morris  <rgm@gnu.org>
7004         * international/latin1-disp.el (latin1-display):
7005         * progmodes/fortran.el (fortran-comment-indent-char):
7006         * progmodes/idlw-shell.el (top-level):
7007         * term/mac-win.el (mac-keyboard-translate-char):
7008         * whitespace.el (whitespace-char-valid-p):
7009         * wid-edit.el (widget-key-sequence-read-event):
7010         Use characterp rather than char-valid-p.
7012         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7013         to capitalized-find-word-boundary.  Doc fix.  Update callers.
7014         (capitalized-next-word-boundary-function-table): Rename to
7015         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
7017         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7018         string-to-int.
7020         * ps-def.el (declare-function): Add compatibility definition.
7021         (ps-plot-with-face, ps-plot-string): Declare as functions.
7022         (ps-bold-faces, ps-italic-faces): Declare variables.
7024         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7025         (ps-mule-end-job): Declare as functions.
7027         * wid-edit.el (widget-string-complete): Use assoc-string rather
7028         than assoc-ignore-case.
7030 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
7032         * progmodes/etags.el (next-file): Improve revert message.
7034 2008-02-01  Andreas Schwab  <schwab@suse.de>
7036         * loadup.el: Load language/burmese instead of language/myanmar.
7038 2008-02-01  Richard Stallman  <rms@gnu.org>
7040         * language/burmese.el: Rename from myanmar.el.
7041         ("Burmese"): Rename from "Myanmar".
7043 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7045         * international/fontset.el (script-representative-chars): Add cham
7046         and tai-viet.
7047         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7048         Add fontconfig spec for cjk-misc.  Explicitly specify font font
7049         for U+E000..U+F8FF.
7051         * international/characters.el (script-list): Add cham.
7053         * language/cham.el: New file.
7055 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
7057         * xml.el (xml-escape-string): Don't do any encoding changes on the
7058         string.
7060 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7062         * language/ind-util.el (in-is13194-post-read-conversion):
7063         Delete unnecessary call of indian-compose-region.
7065 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7067         * ps-print.el: Some face attributes (like :strike-through) were not
7068         being recognised.  Reported by Leo <sdl.web@gmail.com>.
7069         (ps-print-version): New version 7.3.2.
7070         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
7071         ps-face-overline-p and ps-face-box-p functions.
7073         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7074         New functions.
7076 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7078         * international/fontset.el (font-encoding-alist): Add an entry for
7079         iso8859-16.
7080         (setup-default-fontset): Add iso8859-16 to latin.
7082         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7083         hexadigit string.
7084         (describe-char): Adjust for the above change.
7086 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7088         * international/fontset.el (font-encoding-alist): Don't set the
7089         repertory of GB18030 fonts.
7091 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7093         * language/indian.el: Set font-shape-text for all Indic characters
7094         in composition-function-table.
7096         * language/khmer.el: New file.
7098         * language/myanmar.el: New file.
7100         * loadup.el: Load "language/khmer" and "language/myanmar".
7102 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7104         * international/fontset.el (setup-default-fontset): Fix lao OTF
7105         script name.
7107 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7109         * composite.el (terminal-composition-modification): Delete it.
7111 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7113         * international/fontset.el (x-complement-fontset-spec):
7114         Complement size too.
7116 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7118         * international/fontset.el (font-encoding-charset-alist):
7119         Initialize it.
7120         (otf-script-alist): Fix typo of canadian-aboriginal.
7121         (setup-default-fontset): Specify font-specs for many more scripts.
7122         (x-complement-fontset-spec): Change the first argument to a
7123         font-spec object.
7124         (create-fontset-from-fontset-spec): Adjust for the above change.
7126 2008-02-01  Kenichi Handa  <handa@m17n.org>
7128         * language/devanagari.el: Register font-shape-text in
7129         composition-function-table.
7131         * language/tibetan.el: Register font-shape-text in
7132         composition-function-table.
7134         * language/thai-util.el (thai-composition-function): Fix arguments.
7136         * language/tamil.el: Register font-shape-text in
7137         composition-function-table.
7139         * language/malayalam.el: Register font-shape-text in
7140         composition-function-table.
7142         * language/lao.el: Register font-shape-text in
7143         composition-function-table.
7145         * language/kannada.el: Register font-shape-text in
7146         composition-function-table.
7148         * language/european.el (diacritic-composition-function): Fix arguments.
7150         * language/ethio-util.el (ethio-composition-function): Fix arguments.
7152         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7154         * composite.el (composition-function-table): Fix docstring.
7155         (terminal-composition-function): Fix arguments.
7156         (auto-compose-current-font): Delete it.
7157         (auto-compose-chars): Adjust for the change of
7158         composition-function-table.
7160 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7162         * international/fontset.el (font-encoding-alist): Add the entry of
7163         "unicode-bmp".
7165 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7167         * composite.el (auto-compose-chars): Be sure to calculate
7168         composition at least at POS.
7170 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7172         * printing.el: Fix pr-interface-map initialization code.
7173         (pr-version): New version 6.9.3.
7174         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7175         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7176         (pr-f-read-string): Replace by pr-read-string.
7177         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7178         New function name.
7179         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7181 2008-02-01  Kenichi Handa  <handa@m17n.org>
7183         * language/tv-util.el (tai-viet-re): Include '-'.
7184         (tai-viet-glyph-info): Handle '-'.
7186 2008-02-01  Kenichi Handa  <handa@m17n.org>
7188         * descr-text.el (describe-char): Handle a composition of the new
7189         format.  Show font name.
7191 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7193         * language/tibet-util.el (tibetan-composition-function): Use
7194         font-shape-text if auto-compose-current-font is non-nil.
7196         * language/tibetan.el: Fix the range for recording
7197         tibetan-composition-function in composition-function-table.
7199         * language/mlm-util.el (malayalam-composition-function): Use
7200         font-shape-text if auto-compose-current-font is non-nil.
7202         * international/mule-conf.el: Flag many charsets as supplementary.
7204         * international/mule.el (define-charset): Update the docstring for
7205         :supplementary-p.
7207         * international/fontset.el (setup-default-fontset): Add OpenType
7208         fonts for malayalam and tibetan.
7210 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7212         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7214 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7216         * international/fontset.el (otf-script-alist): Make all otf tags
7217         4-letters.
7218         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7220         * language/tml-util.el (tamil-composition-function): Use
7221         font-shape-text if auto-compose-current-font is non-nil.
7223         * language/devan-util.el (devanagari-composition-function): Use
7224         font-shape-text if auto-compose-current-font is non-nil.
7226         * composite.el (auto-compose-chars): Change argument font-object
7227         to window.
7229 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7231         * ps-print.el (ps-lpr-switches): Docstring fix.
7232         (ps-string-list): New function.
7233         (ps-do-despool): Code fix.
7235 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7237         * international/utf-7.el (utf-7-imap-post-read-conversion)
7238         (utf-7-imap-pre-write-conversion): New functions.
7240         * international/mule-conf.el (utf-7-imap): New coding system.
7242 2008-02-01  Kenichi Handa  <handa@m17n.org>
7244         * term/x-win.el (x-selection-value): If x-select-request-type is
7245         nil, try also STRING at last.
7246         (x-select-request-type): Doc fix for the change of x-selection-value.
7248         * select.el (selection-coding-system, next-selection-coding-system):
7249         Move declarations from xselect.c.
7250         (x-get-selection): Decode by selection-coding-system if it is non-nil.
7251         If it is nil, decode by a proper coding system.  Handle C_STRING.
7252         (ccl-check-utf-8, string-utf-8-p): Delete them.
7253         (xselect-convert-to-string): Fix determining data-type in the case
7254         that TEXT is requested.  Don't use selection-coding-system if it's
7255         not proper for the data-type.
7257 2008-02-01  Kenichi Handa  <handa@m17n.org>
7259         * term/x-win.el (x-selection-value): If x-select-request-type is
7260         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7262 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7264         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7265         to signify default fontset.
7267 2008-02-01  Kenichi Handa  <handa@m17n.org>
7269         * international/mule-cmds.el (describe-language-environment):
7270         Check if the specified input method exists or not.
7272 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7274         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7275         (ps-face-background-name): Remove this function.  It's already defined
7276         in ps-def.el file.
7278 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7280         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7281         Epoch emacsen.
7283 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7285         * ps-print.el: Now detect if text foreground and background colors are
7286         equals and replace the foreground color by another color, so the text
7287         becomes visible.  Doc fix.
7288         (ps-print-version): New version 7.3.
7289         (ps-default-fg, ps-default-bg): Docstring fix.
7290         (ps-fg-list, ps-fg-validate-p): New options.
7291         (ps-foreground-list): New variable.
7292         (ps-generate-header-line): Replace fboundp by functionp.
7293         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7295 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7297         * printing.el: Pacify byte compiler, that is, no compiler warnings.
7298         Move (again) some variable definitions before use, define some
7299         function aliases, no code change.
7300         (pr-version): New version 6.9.2.
7301         (pr-path-style, pr-auto-region, pr-menu-char-height)
7302         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7303         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7304         via (defvar VAR).
7305         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7306         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7307         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7308         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7309         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7310         (pr-menu-print-item, pr-ps-printer-menu-modified)
7311         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7312         (pr-even-or-odd-alist): Move variable definitions.
7314 2008-02-01  Kenichi Handa  <handa@m17n.org>
7316         * language/chinese.el (cp936): Delete duplicated alias.
7318         * international/mule-diag.el (list-block-of-chars): Don't insert
7319         non-Unicode characters.
7321 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7323         * loadup.el [windows-nt]: Don't load code-pages and ccl.
7324         * term/w32-win.el: Don't require code-pages.
7326 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         Fix up multi-tty merge.
7330         * version.el (emacs-version): Bump to 23.0.60.
7332         * term/x-win.el (x-initialize-window-system): Don't try to create
7333         a fontset from a font-specification anymore.  This was removed on the
7334         unicode branch and mistakenly re-added by the multi-tty merge.
7336         * term/w32-win.el: Remove duplicate code that's now in
7337         w32-initialize-window-system.
7338         (w32-initialize-window-system): Don't try to create a fontset from
7339         a font-specification anymore.  This was removed on the unicode branch
7340         and mistakenly re-added by the multi-tty merge.
7342         * term/mac-win.el: Remove duplicate top-level code.
7344         * language/ethio-util.el:
7345         * international/characters.el: Use utf-8 rather than utf-8-emacs
7346         since it works as well and has the advantage of working with
7347         non-unicode versions of Emacs.
7349         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7350         multi-tty code, which includes the previous local change.
7352 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7354         * ps-print.el (ps-print-version): New version 7.2.5.
7355         (ps-background, ps-begin-file, ps-build-reference-face-lists):
7356         Use `mapc' rather than `mapcar'.
7358 2008-02-01  Kenichi Handa  <handa@m17n.org>
7360         * skeleton.el (skeleton-internal-1): Use integerp and stringp
7361         instead of char-or-string-p to catch -1.
7363 2008-02-01  Kenichi Handa  <handa@m17n.org>
7365         * international/mule-cmds.el (inactivate-input-method):
7366         Set input-method-function to nil before calling
7367         inactivate-current-input-method-function.
7369 2008-02-01  Kenichi Handa  <handa@m17n.org>
7371         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7372         height that doesn't exceed the requested height by rounding off.
7374 2008-02-01  Andreas Schwab  <schwab@suse.de>
7376         * international/mule-diag.el (print-fontset-element):
7377         Use fontp only if defined.
7379 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7381         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7382         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7383         (ps-mule-prologue-generated): Code fix.
7385 2008-02-01  Kenichi Handa  <handa@m17n.org>
7387         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7388         with FIXEDCASE t.
7390 2008-02-01  Kenichi Handa  <handa@m17n.org>
7392         * international/mule-diag.el (print-fontset-element): Fix for the
7393         format change of a fontset element for font-backend feature.
7395 2008-02-01  Kenichi Handa  <handa@m17n.org>
7397         * descr-text.el (describe-char): Fix for the case that a component
7398         character is TAB.
7400 2008-02-01  Kenichi Handa  <handa@m17n.org>
7402         * international/mule-cmds.el (select-safe-coding-system-interactively):
7403         Fix printing of rejected and unsafe coding-systems.
7405         * international/fontset.el (setup-default-fontset): Add tai-viet.
7407         * international/characters.el: Setup syntax/category table for Tai Viet.
7408         (script-list): Add tai-viet.
7410         * loadup.el: Load "language/tai-viet".
7412         * language/tai-viet.el: New file.
7414         * language/tv-util.el: New file.
7416 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7418         * faces.el (font-weight-table): Use defaults on w32 that match
7419         LOGFONT.lfWeight.
7421         * term/w32-win.el: Don't create fontset from command-line font.
7423 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7425         * international/mule-cmds.el (toggle-enable-multibyte-characters)
7426         (sort-coding-systems, search-unencodable-char): Doc fixes.
7427         (default-input-method, input-method-verbose-flag)
7428         (input-method-highlight-flag): Remove * in defcustom's docstrings.
7429         (exit-language-environment-hook, set-default-coding-systems)
7430         (coding-system-change-eol-conversion, prefer-coding-system)
7431         (find-multibyte-characters, leim-list-entry-regexp)
7432         (set-input-method, input-method-exit-on-first-char, princ-list)
7433         (locale-language-names, locale-charset-language-names)
7434         (define-char-code-property): Fix typos in docstrings.
7436 2008-02-01  Kenichi Handa  <handa@m17n.org>
7438         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7439         Fix for a new character code space (22-bit).
7441 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7443         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7445 2008-02-01  Kenichi Handa  <handa@m17n.org>
7447         * international/characters.el: Add more cases/syntaxes from Latin
7448         characters.
7450 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7452         * ps-def.el (installation-directory): Must be initialized when defining
7453         it in XEmacs.
7454         (coding-system-for-read): Eliminate duplicated definition.
7456 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7458         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7460 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7462         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7463         (ps-print-emacs-type): Eliminate variable.
7464         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
7465         running ps-print package.
7467         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7468         (ps-frame-parameter): Replace defun by defalias.
7469         (mark-active): Eliminate defvar.
7471         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7472         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7473         (ps-jts-ps-setup): Replace macros by vector key definition.
7475 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7477         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7478         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7479         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7480         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7481         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7482         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7483         New command actions for EPS header and EPS footer.
7485         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7486         footer.  Fix some problems with one-or-more, zero-or-more and
7487         alternative constructions generation.  Some implementation of log
7488         messages.  Doc fix.
7489         (ebnf-version): New version 4.4.
7490         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7491         (ebnf-eps-footer, ebnf-log): New options.
7492         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7493         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7494         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7495         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7496         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7497         (ebnf-style-custom-list, ebnf-style-database): Put new values.
7498         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7499         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7500         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7501         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7502         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7503         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7504         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7505         (ebnf-non-terminal-dimension, ebnf-special-dimension)
7506         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7507         (ebnf-except-dimension, ebnf-alternative-dimension)
7508         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7509         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7510         Insert log message function.
7511         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7512         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7513         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7514         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7515         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7516         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7517         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7518         compatibility with Emacs 20 & 21.
7519         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7520         (ebnf-eps-file-alist, ebnf-basic-width-extra)
7521         (ebnf-basic-empty-height): New variables.
7522         (ebnf-prologue): Fix PostScript code.
7523         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7524         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7525         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7526         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7528 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7530         * printing.el: Group together all XEmacs/Emacs definitions.
7531         (pr-version): New version 6.9.
7532         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7533         New functions.
7534         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7535         (pr-menu-bind): Fix code.
7536         (pr-e-frame-char-height, pr-e-frame-char-width)
7537         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7538         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7539         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7540         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7541         (pr-x-event-y-pixel): Eliminate aliases.
7542         (pr-xemacs-global-menubar): Move macro.
7543         (current-menubar, current-mouse-event, zmacs-region-stays)
7544         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7545         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7546         Move variables.
7547         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7548         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7549         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7550         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7551         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7552         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7553         Move functions.
7555 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7557         * ps-print.el: The ps-print commands without face printing should not
7558         print background color.  Reported by Leo <sdl.web@gmail.com>.
7559         (ps-print-version): New version 7.2.2.
7560         (ps-begin-job): New arg.  Fix ps-default-background and
7561         ps-default-foreground initialization.
7562         (ps-face-attributes): Fix doc string.
7563         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7565         * printing.el: Fix ps-print link.
7567 2008-02-01  Kenichi Handa  <handa@m17n.org>
7569         * international/mule-diag.el (list-character-sets-2): Don't print width.
7571 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7573         * ps-print.ps: Fix background height.
7574         (ps-print-version): New version 7.2.1.
7576 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7578         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7579         into separate files.
7580         (ps-print-version): New version 7.2.
7581         (ps-postscript-code-directory): Fix XEmacs initialization.
7582         (ps-generate-postscript-with-faces):
7583         Call ps-generate-postscript-with-faces1 (new function).
7584         (ps-color-format, ps-float-format): Move variables to ps-def.el.
7585         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7586         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7587         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7588         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7589         Move functions to ps-def.el.
7590         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7591         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7592         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7593         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7594         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7595         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7596         Move functions to ps-samp.el.
7598         * ps-bdf.el (installation-directory, coding-system-for-read):
7599         Move variables to ps-def.el.
7601         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7602         (charset-bytes, charset-dimension, charset-id, charset-width)
7603         (find-charset-region, char-width, chars-in-region, forward-point)
7604         (decompose-composite-char, encode-coding-string, coding-system-p)
7605         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7606         (string-make-multibyte, encode-char): Move functions to ps-def.el.
7608         * ps-def.el: New file.  XEmacs/Emacs definitions.
7609         (ps-generate-postscript-with-faces1): New function.
7610         (ps-color-format, ps-float-format): Move variables from ps-print.el.
7611         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7612         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7613         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7614         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7615         Move functions from ps-print.el.
7616         (installation-directory, coding-system-for-read):
7617         Move variables from ps-bdf.el.
7618         (leading-code-private-22): Move variable from ps-mule.el.
7619         (charset-bytes, charset-dimension, charset-id, charset-width)
7620         (find-charset-region, char-width, chars-in-region, forward-point)
7621         (decompose-composite-char, encode-coding-string, coding-system-p)
7622         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7623         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7625         * ps-samp.el: New file.  Sample setup code.
7626         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7627         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7628         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7629         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7630         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7631         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7632         Move functions from ps-print.el.
7634 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7636         * ps-print.el: Handle frame parameters (background and/or foreground
7637         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7638         (ps-print-version): New version 7.1.
7639         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7640         (ps-frame-parameter): New function.
7641         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7642         Fix doc and customization.
7643         (ps-begin-job): Get frame parameters (background and/or foreground
7644         colors).
7645         (ps-do-despool): Ensure ps-printer-name has a valid value.
7647 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7649         * progmodes/ebnf-abn.el:
7650         * progmodes/ebnf-bnf.el:
7651         * progmodes/ebnf-dtd.el:
7652         * progmodes/ebnf-ebx.el:
7653         * progmodes/ebnf-iso.el:
7654         * progmodes/ebnf-otz.el:
7655         * progmodes/ebnf-yac.el:
7656         * progmodes/ebnf2ps.el:
7657         * delim-col.el:
7658         * printing.el:
7659         * ps-bdf.el:
7660         * ps-mule.el:
7661         * ps-print.el: Remove 'Time-stamp' comment mark.
7663         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7664         'easy-menu-add-item' when called in Emacs 21 or higher.
7666 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7668         * ps-print.el : Fix doc.
7669         (ps-print-version): New version 7.0.
7671 2008-02-01  Kenichi Handa  <handa@m17n.org>
7673         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7674         XMODIFIERS.
7676 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7678         * ps-print.el: Fix maintainer email.  Eliminate function declaration
7679         that kept compatibility with older Emacs version.
7680         (ps-print-version): New version 6.7.
7682 2008-02-01  Kenichi Handa  <handa@m17n.org>
7684         * international/quail.el (quail-get-translations):
7685         Make quail-current-key multibyte if not yet done.
7687 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7689         * language/chinese.el ("Chinese-GBK"): Add tutorial.
7690         ("Chinese-GB18030"): Add sample-text and tutorial.
7692         * international/fontset.el (font-encoding-alist)
7693         (setup-default-fontset): Add gb18030.
7694         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7695         (charset-script-alist): Add gbk and gb18030.
7697         * international/characters.el: Put property
7698         preferred-coding-system on gbk and gb18030.
7700         * international/mule-cmds.el (locale-language-names): Add an entry
7701         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7703         * faces.el (face-font-registry-alternatives): Add gb18030.
7705 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7707         * ps-mule.el: Fix maintainer email.
7709 2008-02-01  Kenichi Handa  <handa@m17n.org>
7711         * international/quail.el (quail-insert-kbd-layout): Check the
7712         length of (cdr translation).
7713         (quail-get-current-str): Check the length of (cdr def).
7715 2008-02-01  Kenichi Handa  <handa@m17n.org>
7717         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7719 2008-02-01  Kenichi Handa  <handa@m17n.org>
7721         * international/mule-cmds.el (ucs-insert): Re-implement.
7723 2008-02-01  Kenichi Handa  <handa@m17n.org>
7725         * composite.el (terminal-composition-modification): New function.
7726         (terminal-composition-function): Create composition with the above
7727         modification function.
7729 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7731         * international/characters.el: Add more full-width characters in
7732         char-width-table.
7734 2008-02-01  Kenichi Handa  <handa@m17n.org>
7736         * international/fontset.el (create-fontset-from-fontset-spec):
7737         Fix script name handling.
7739 2008-02-01  Kenichi Handa  <handa@m17n.org>
7741         * composite.el (terminal-composition-function): New function.
7742         (terminal-composition-function-table): New variable.
7743         (auto-compose-chars): If running on a terminal, use
7744         terminal-composition-function-table.
7746         * loadup.el: Load "composite" after "international/characters".
7748         * international/characters.el: Delete codes for setting up charset
7749         property nospace-between-words.  Fix setting up of
7750         char-width-table.  Don't make ethiopic and tibetan double column.
7752         * textmodes/fill.el (fill-find-break-point-function-table):
7753          Don't set it up in defvar.
7754         (fill-nospace-between-words-table): New variable.
7755         (fill-delete-newlines): Check fill-nospace-between-words-table
7756         instead of charset property nospcae-between-words.
7758 2008-02-01  Kenichi Handa  <handa@m17n.org>
7760         * composite.el (global-auto-composition-mode): Make the initial
7761         value not depend on emacs-basic-display.
7763         * textmodes/fill.el: Don't use charset property
7764         `fill-find-break-point-function'.
7765         (fill-find-break-point-function-table): New variable.
7766         (fill-find-break-point): Lookup fill-find-break-point-function-table.
7768 2008-02-01  Kenichi Handa  <handa@m17n.org>
7770         * international/mule.el (coding-system-list): Be sure to exclude
7771         subsidiary coding systems.
7773 2008-02-01  Kenichi Handa  <handa@m17n.org>
7775         * composite.el (auto-composition-after-change)
7776         (toggle-auto-composition): Remove `auto-composed' property instead
7777         of setting it to nil.
7779 2008-02-01  Kenichi Handa  <handa@m17n.org>
7781         * language/misc-lang.el (iso-8859-6): New coding system.
7783 2008-02-01  Kenichi Handa  <handa@m17n.org>
7785         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7786         replace-regexp-in-string as replacement.
7788 2008-02-01  Kenichi Handa  <handa@m17n.org>
7790         * international/fontset.el (otf-script-alist): Add byzm, math,
7791         musc, and nko.
7793         * international/characters.el (script-list): Add nko,
7794         byzantine-musical-symbol, musical-symbol, and mathematical.
7796 2008-02-01  Kenichi Handa  <handa@m17n.org>
7798         * composite.el (auto-compose-current-font): New variable.
7799         (auto-compose-chars): New arg FONT-OBJECT.
7801 2008-02-01  Kenichi Handa  <handa@m17n.org>
7803         * international/characters.el: Modify category-table and
7804         script-table for new Ethiopic character range.
7806 2008-02-01  Kenichi Handa  <handa@m17n.org>
7808         * international/mule-cmds.el (set-language-environment-fontset):
7809         Delete it.
7811 2008-02-01  Kenichi Handa  <handa@m17n.org>
7813         * international/fontset.el (otf-script-alist): Set it.
7815 2008-02-01  Kenichi Handa  <handa@m17n.org>
7817         * international/fontset.el (font-encoding-alist):
7818         Fix for "ethiopic-unicode".
7820 2008-02-01  Kenichi Handa  <handa@m17n.org>
7822         * international/fontset.el (script-representative-chars):
7823         Add an entry for latin script.
7825 2008-02-01  Kenichi Handa  <handa@m17n.org>
7827         * faces.el (font-weight-table): Treat regular and normal as the
7828         same as medium.
7829         (font-slant-table): Add (roman . 100).
7831 2008-02-01  Kenichi Handa  <handa@m17n.org>
7833         These changes are for the new font handling codes.
7835         * faces.el (font-weight-table, font-slant-table)
7836         (font-swidth-table): New customizable variables.
7838         * international/fontset.el (font-encoding-alist): Add koi8-4.
7839         (script-representative-chars): Set the default value.
7840         (create-fontset-from-x-resource): Delete `message'.
7842 2008-02-01  Kenichi Handa  <handa@m17n.org>
7844         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7845         Call set-buffer-multibyte with arg `to'.
7847 2008-02-01  Kenichi Handa  <handa@m17n.org>
7849         * info.el (Info-fontify-node): Check if already fontified or not
7850         by next-single-property-change.
7852 2008-02-01  Kenichi Handa  <handa@m17n.org>
7854         * international/mule.el (ctext-pre-write-conversion): Produce
7855         extra designation sequence for ASCII at the end off extended segment.
7857 2008-02-01  Kenichi Handa  <handa@m17n.org>
7859         * international/mule.el (ctext-non-standard-encodings-table):
7860         Reverse the returning list.
7861         (ctext-pre-write-conversion): Fix encoding with extended segments.
7863         * international/mule-conf.el (compound-text)
7864         (compound-text-with-extensions): Add long-form in :flags.
7866 2008-02-01  Kenichi Handa  <handa@m17n.org>
7868         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7869         regexp for paring FONTSET-SPEC (allow spaces after `:').
7871 2008-02-01  Kenichi Handa  <handa@m17n.org>
7873         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7874         for the case that a charset is specified as target.
7876 2008-02-01  Kenichi Handa  <handa@m17n.org>
7878         * international/ccl.el (ccl-embed-string): Check string length.
7879         Set special flag for multibyte character sequence.
7880         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7881         str unibyte.
7882         (ccl-compile-write): If the character code doesn't fit in 22-bit
7883         (ccl-dump-write-const-string): Check special flag for multibyte
7884         character sequence.
7886 2008-02-01  Kenichi Handa  <handa@m17n.org>
7888         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7889         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7890         ps-mule-eight-bit-char.
7892 2008-02-01  Kenichi Handa  <handa@m17n.org>
7894         * language/chinese.el ("Chinese-BIG5"):
7895         Set ctext-non-standard-encodings property to "big5-0".
7897         * international/mule.el (ctext-non-standard-encodings):
7898         Initialize to nil.
7899         (ctext-non-standard-encodings-alist): Set charset `big5' in the
7900         entry for "big5-0".
7901         (ctext-non-standard-encodings-table): Return a list instead of
7902         char-table.
7903         (ctext-pre-write-conversion): Adjust for the above change.
7905 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7907         * international/mule.el (ctext-non-standard-encodings-alist):
7908         Add an entry for gbk-0.
7909         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7910         a row 8-bit.
7912         * language/chinese.el ("Chinese-GBK"):
7913         Set ctext-non-standard-encodings property to "gbk-0".
7914         Add sample-text property.
7916 2008-02-01  Kenichi Handa  <handa@m17n.org>
7918         * international/kkc.el (kkc-region): Use
7919         this-single-command-raw-keys on pushing back an unhandled key sequence.
7921 2008-02-01  Kenichi Handa  <handa@m17n.org>
7923         * international/encoded-kb.el (encoded-kbd-mode):
7924         Check saved-input-mode on turning off Encoded Kbd mode.
7926         * composite.el (auto-composition-after-change): Use save-buffer-state.
7927         (turn-on-auto-composition-if-enabled): Don't turn on
7928         auto-composition-mode in a unibyte buffer.
7930 2008-02-01  Kenichi Handa  <handa@m17n.org>
7932         * startup.el (command-line): Use custom-reevaluate-setting for
7933         global-auto-composition-mode.
7935         * composite.el (auto-composition-function): Make it buffer local.
7936         (auto-composition-mode): New minor mode.
7937         (turn-on-auto-composition-if-enabled): New function.
7938         (global-auto-composition-mode): New global minor mode.
7940 2008-02-01  Kenichi Handa  <handa@m17n.org>
7942         * descr-text.el (describe-char): Use insert-text-button instead of
7943         widget-create for "customize what to show" button.
7945 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7947         * language/ethiopic.el: Fix copyright.
7948         (composition-function-table): Support a new character in Unicode 4.1.
7950         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7951         (ethio-tex-to-fidel-buffer, ethio-composition-function)
7952         ("ethiopic-tex"): Support new characters in Unicode 4.1.
7954 2008-02-01  Kenichi Handa  <handa@m17n.org>
7956         * international/characters.el: Register characters in
7957         auto-fill-chars.  Put nospace-between-words to more charsets.
7959 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7961         * international/mule-cmds.el (locale-language-names): Add entries
7962         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7963         (locale-preferred-coding-systems): Fix entries for Chinese locales.
7965 2008-02-01  Kenichi Handa  <handa@etlken>
7967         * international/utf-7.el: Delete the definition of utf-7.
7968         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7969         Add autoload cookies.
7971 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7973         * term/mac-win.el: Delete the code to create a fontset from the X
7974         resource "Font".
7976 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7978         * international/robin.el (robin-define-package): Be sure to call
7979         put-char-code-property.
7981 2008-02-01  Kenichi Handa  <handa@m17n.org>
7983         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7984         property to 1.
7986         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7987         property to t.
7989         * international/mule.el (coding-system-get):
7990         Check `ascii-incompatible' for backward compatiblity.
7991         (set-file-name-coding-system): Signal an error for a coding system
7992         not suitable for file name.
7993         (set-keyboard-coding-system): Signal an error for a coding system
7994         not suitable for keyboard.
7996         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7997         Set :suitable-for-keyboard property to 1.
7999         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8000         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
8002         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
8003         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
8005 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8007         * international/robin.el (robin-define-package): Delete redundant code.
8008         (robin-add-rule): Allow N-1 reverse conversion.
8010 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8012         * international/robin.el (robin-define-package): Make the
8013         expanded form shorter.
8015 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8017         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8018         chiense-iso-8bit.
8020 2008-02-01  Kenichi Handa  <handa@m17n.org>
8022         * loadup.el: If we are byte-compiling unidata-gen.el or running
8023         unidata-ge-files, set purify-flag to nil.
8025 2008-02-01  Kenichi Handa  <handa@m17n.org>
8027         * loadup.el: Load international/charprop.el with NOERROR t.
8029         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8031 2008-02-01  Kenichi Handa  <handa@m17n.org>
8033         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8034         New charsets and coding systems.
8035         (mac-symbol, mac-dingbats): New charsets.
8037 2008-02-01  Kenichi Handa  <handa@m17n.org>
8039         * international/characters.el: Set syntax of NBSP to punctuation.
8041 2008-02-01  Kenichi Handa  <handa@m17n.org>
8043         * international/mule-cmds.el: Don't require wid-edit.
8045 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8047         * international/robin.el: New file.
8049         * language/ethiopic.el: Change encoding to utf-8-emacs.
8050         Register ethio-composition-function in composition-function-table.
8051         ("Ethiopic"): Change coding-systems to utf-8-emacs.
8053         * language/ethio-util.el: Change encoding to utf-8-emacs.
8054         Rewrite all transliteration functions to use robin.el.
8055         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8056         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8057         (ethio-prefer-ascii-punctuation): Delete variables.
8058         (ethio-char-to-ethiocode, ethio-convert-digit)
8059         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8060         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8061         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8062         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8063         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8064         (ethio-adjust-robin, ethio-composition-function)
8065         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8066         (ethio-sera-to-fidel-region-ethio)
8067         (ethio-sera-to-fidel-region-noethio)
8068         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8069         New functions.
8071 2008-02-01  Miles Bader  <miles@gnu.org>
8073         * international/mule.el (auto-coding-regexp-alist)
8074         (ctext-pre-write-conversion): Replace embedded control characters
8075         with octal escapes; this prevents diff from thinking the file is binary.
8077 2008-02-01  Miles Bader  <miles@gnu.org>
8079         * descr-text.el (describe-char-unidata-list):
8080         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8081         (byte-compile-insert-header):
8082         * international/mule.el (charset-list, set-coding-priority)
8083         (ignore-relative-composition):
8084         * international/mule-util.el (detect-coding-with-priority):
8085         * international/mule-diag.el:
8086         * international/mule-cmds.el (language-info-custom-alist):
8087         * international/codepage.el (codepage-setup):
8088         Replace references to Emacs version "22" with "23".
8090 2008-02-01  Kenichi Handa  <handa@m17n.org>
8092         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8094         * international/fontset.el (font-encoding-alist): Add an entry for
8095         microsoft-cp1251.
8096         (setup-default-fontset): Add entries for microsoft-cp1251 and
8097         koi8-r for cyrillic.
8099         * international/mule-cmds.el (char-code-property-alist): New variable.
8100         (define-char-code-property): New function.
8101         (get-char-code-property, put-char-code-property): Handle a
8102         char-table registerd in char-code-property-alist.
8103         (set-language-environment): Check :ascii-compatible-p property of
8104         nonascii charset instead of its dimension.
8106         * international/uni-bidi.el, international/uni-category.el:
8107         * international/uni-combining.el, international/uni-comment.el:
8108         * international/uni-decimal.el, international/uni-decomposition.el:
8109         * international/uni-digit.el, international/uni-lowercase.el:
8110         * international/uni-mirrored.el, international/uni-name.el:
8111         * international/uni-numeric.el, international/uni-old-name.el:
8112         * international/uni-titlecase.el, international/uni-uppercase.el:
8113         * international/charprop.el: New files automatically generated by
8114         admin/unidata/Makefile.
8116         * loadup.el: Load internationnal/charprop.el.
8118         * descr-text.el (describe-char-unidata-list): New variable.
8119         (describe-char-unicode-data): Use char-code-property-description.
8120         (describe-char): Add lines for describing Unicode-based character
8121         properties.
8123 2008-02-01  Kenichi Handa  <handa@m17n.org>
8125         * textmodes/ispell.el: These changes are to fix the code merged
8126         from trunk for the change on 2008-02-01.
8127         (ispell-unified-chars-table): Delete it.
8128         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8130 2008-02-01  Kenichi Handa  <handa@m17n.org>
8132         * international/mule-util.el (char-displayable-p): Check
8133         :charset-list property of CODING.
8135 2008-02-01  Kenichi Handa  <handa@m17n.org>
8137         * international/mule-cmds.el (select-safe-coding-system-interactively):
8138         Change 'mime-charset to :mime-charset.
8139         (select-safe-coding-system): Use above.
8140         (set-language-environment): Delete unnecessary code for handling
8141         overriding-fontspec.
8143 2008-02-01  Kenichi Handa  <handa@m17n.org>
8145         * international/mule-conf.el: New coding system aliases unix, dos,
8146         and mac.
8148 2008-02-01  Kenichi Handa  <handa@m17n.org>
8150         * international/titdic-cnv.el (tit-process-header): Fix embedded
8151         coding tag.
8152         (titdic-convert): Bind coding-system-for-write to the coding
8153         system specfied in the map file.  Remove `charset' property after
8154         decoding.
8155         (miscdic-convert): Bind coding-system-for-write to the coding
8156         system specfied for the map file.  Fix LANGUAGE arg to
8157         quail-define-package.
8158         (batch-miscdic-convert): Check if a file is directory or not.
8160 2008-02-01  Kenichi Handa  <handa@m17n.org>
8162         * international/mule.el (coding-system-equal): Move from mule-util.el.
8164         * international/mule-util.el (coding-system-equal): Move to mule.el.
8166 2008-02-01  Kenichi Handa  <handa@m17n.org>
8168         * international/encoded-kb.el (encoded-kbd-decode-code-list):
8169         New function.
8170         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8171         Support multibyte charsets.
8173 2008-02-01  Kenichi Handa  <handa@m17n.org>
8175         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8176         to eight-bit chars.
8178         * international/mule-conf.el: Don't define coding system
8179         `undecided' here.
8181 2008-02-01  Kenichi Handa  <handa@m17n.org>
8183         * international/mule-cmds.el (locale-language-names): Fix for
8184         gb18030 and gdk.
8186 2008-02-01  Kenichi Handa  <handa@m17n.org>
8188         * international/fontset.el (font-encoding-alist): Add gbk.
8189         (charset-script-alist): Add chinese-gbk.
8191 2008-02-01  Kenichi Handa  <handa@m17n.org>
8193         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8195 2008-02-01  Kenichi Handa  <handa@m17n.org>
8197         * language/japanese.el ("Japanese"): Fix ordering of charsets.
8199 2008-02-01  Kenichi Handa  <handa@m17n.org>
8201         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8202         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8203         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8205 2008-02-01  Kenichi Handa  <handa@m17n.org>
8207         * descr-text.el (describe-char): Fix for the case CODE is a cons
8208         of integers.
8210 2008-02-01  Steven Tamm  <steventamm@mac.com>
8212         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8213         (mac-standard-fontset-spec): Create.
8215 2008-02-01  Kenichi Handa  <handa@m17n.org>
8217         * international/mule-diag.el (unicode-data):
8218         Call find-file-noselect with NOWARN t.
8220 2008-02-01  Kenichi Handa  <handa@m17n.org>
8222         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8224 2008-02-01  Kenichi Handa  <handa@m17n.org>
8226         * international/characters.el: Give more CJK characters the
8227         category `|'.
8229         * descr-text.el (describe-char): Make it work on *Help* buffer.
8230         Suppress auto-composition on a region describing about composition.
8232         * language/european.el (diacritic-compose-region)
8233         (diacritic-compose-string, diacritic-composition-function):
8234         Compose diacritical marks only with a character whose syntax is
8235         word constituent.
8236         (diacritic-post-read-conversion): Delete it.
8238 2008-02-01  Kenichi Handa  <handa@m17n.org>
8240         * composite.el (auto-compose-chars): Execute the main code in
8241         condition-case.
8243 2008-02-01  Kenichi Handa  <handa@m17n.org>
8245         * international/fontset.el (x-complement-fontset-spec):
8246         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8248 2008-02-01  Kenichi Handa  <handa@m17n.org>
8250         * international/characters.el (next-word-boundary-kana):
8251         Handle half-width kana.
8253 2008-02-01  Kenichi Handa  <handa@m17n.org>
8255         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8257 2008-02-01  Kenichi Handa  <handa@m17n.org>
8259         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8261         * mail/rmail.el (rmail-decode-babyl-format):
8262         Use with-coding-priority instead of detect-coding-with-priority.
8264 2008-02-01  Kenichi Handa  <handa@m17n.org>
8266         * international/mule.el (make-translation-table)
8267         (make-translation-table-from-vector): Set the second extra slot of
8268         the char table to 1.
8269         (make-translation-table-from-alist): Fix handling of multiple entries.
8271 2008-02-01  Kenichi Handa  <handa@m17n.org>
8273         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8274         New translation tables.
8276         * international/mule.el (make-translation-table-from-alist):
8277         New function.
8279 2008-02-01  Kenichi Handa  <handa@m17n.org>
8281         * international/mule.el (translate-region): Re-implement it here.
8282         Make it interactive.
8284 2008-02-01  Kenichi Handa  <handa@m17n.org>
8286         * ps-mule.el (ps-mule-font-info-database): Doc fix.
8288 2008-02-01  Kenichi Handa  <handa@m17n.org>
8290         * international/mule-conf.el (chinese-cns11643-15): New charset.
8292 2008-02-01  Kenichi Handa  <handa@m17n.org>
8294         * international/fontset.el (font-encoding-alist): Add entries for
8295         variations of cns11643 fonts.
8296         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8298 2008-02-01  Kenichi Handa  <handa@m17n.org>
8300         * international/mule-diag.el (list-charset-chars): Put charset
8301         text property.
8303         * international/fontset.el (setup-default-fontset): Delete the
8304         entry for symbol script, add JISX0213 to kana script, specify
8305         fallback fonts.
8307 2008-02-01  Kenichi Handa  <handa@m17n.org>
8309         * international/fontset.el (setup-default-fontset)
8310         (font-encoding-alist): Register "JISX0213.2004-1".
8312         * international/mule-diag.el (list-character-sets): Fix the first
8313         line message.
8314         (sort-listed-character-sets): Adjust for the change of
8315         list-characters-sets-1.
8316         (list-character-sets-1): List supplementary character sets in a
8317         different section.
8318         (list-charset-chars): Validate charset at early stage.
8320         * international/characters.el: Fix `han' script range.
8322         * international/mule-conf.el (japanese-jisx0213.2004-1):
8323         Specify :code-space.
8324         (cp932-2-byte): Fix :code-space.
8325         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8327 2008-02-01  Kenichi Handa  <handa@m17n.org>
8329         * international/mule-conf.el (japanese-jisx0213.2004-1):
8330         Specify :dimension 2.
8332         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8333         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8334         New coding systems.
8335         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8336         aliases.
8337         ("Japanese"): Add new charsets and coding systems.
8339 2008-02-01  Kenichi Handa  <handa@m17n.org>
8341         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8342         Rename from japanese-ucs-cp932-map.
8343         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8344         (japanese-ucs-glibc-map): Delete this translation table.
8345         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8346         New translation tables.
8348 2008-02-01  Kenichi Handa  <handa@m17n.org>
8350         * cus-start.el: Handle charset-map-path, not charset-map-directory.
8352 2008-02-01  Kenichi Handa  <handa@m17n.org>
8354         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8356 2008-02-01  Kenichi Handa  <handa@m17n.org>
8358         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8359         tables japanese-ucs-*-map.
8361 2008-02-01  Kenichi Handa  <handa@m17n.org>
8363         * international/eucjp-ms.el: New file (automatically generated by
8364         admin/charsets/Makefile).
8366         * international/cp51932.el: New file (automatically generated by
8367         admin/charsets/Makefile).
8369         * language/japanese.el: Load cp51932 and eucjp-ms.
8370         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8371         (japanese-ucs-glibc-map): New translation tables.
8372         (eucjp-ms): New coding system.
8374         * international/mule.el (coding-system-put): Delete it.
8375         It's implemented in C now.
8377         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8378         (japanese-jisx0213-a): New supplementary charset.
8379         (japanese-jisx0213.2004-1): New charset.
8381 2008-02-01  Kenichi Handa  <handa@m17n.org>
8383         * language/japanese.el (japanese-cp932): New coding system.
8384         (cp932): New alias of it.
8386         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8387         (cp932): New charsets.
8389         * international/mule.el (define-charset): If :code-space is not
8390         given, generate it from :dimension.
8392 2008-02-01  Kenichi Handa  <handa@m17n.org>
8394         * composite.el (reference-point-alist): Doc fix.
8395         (encode-composition-rule, decode-composition-rule):
8396         Handle a rule (GREF NREF XOFF YOFF).
8398 2008-02-01  Kenichi Handa  <handa@m17n.org>
8400         * language/european.el (diacritic-composition-function): Fix for
8401         the case that POS is at the head.  Allow combining with more characters.
8403 2008-02-01  Kenichi Handa  <handa@m17n.org>
8405         * descr-text.el (describe-char): Check `charset' property.
8406         Show the code point in the charset in hexadigits.
8408         * international/mule-diag.el (stretches-for-character-list):
8409         Delete it.
8410         (list-block-of-chars): Use tabs instead of `display' property for
8411         aligning characters.
8412         (print-fontset-element): Fix the printing of XLFD.
8414 2008-02-01  Kenichi Handa  <handa@m17n.org>
8416         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8417         New function.
8418         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8419         handling utf-8.
8421 2008-02-01  Kenichi Handa  <handa@m17n.org>
8423         * faces.el (read-face-font): Include fontsets in the completion list.
8425         * international/mule-cmds.el (set-locale-environment):
8426         Insert locale-translation-file-name in a unibyte buffer.
8428         * international/characters.el: Fix setting of category `|'.
8430 2008-02-01  Kenichi Handa  <handa@m17n.org>
8432         * language/chinese.el (chinese-gb18030): Fix :charset-list.
8434 2008-02-01  Kenichi Handa  <handa@m17n.org>
8436         * international/mule-cmds.el (select-safe-coding-system): Fix for
8437         the case that the first element of default-coding-system is t.
8438         Fix a message when some coding systems are rejected.
8440 2008-02-01  Kenichi Handa  <handa@m17n.org>
8442         * international/mule-cmds.el (set-language-environment): Put
8443         higher priority to charsets listed in `charset' property of the
8444         language environment.
8446 2008-02-01  Kenichi Handa  <handa@m17n.org>
8448         * composite.el (auto-compose-chars): Don't do unnecessary
8449         save-exclusion and save-restriction.
8451 2008-02-01  Kenichi Handa  <handa@m17n.org>
8453         * international/mule-conf.el (ctext-no-compositions):
8454         Remove garbage arguments.
8456         * international/mule.el (make-coding-system): Fix generation of
8457         properties.
8459         * international/fontset.el (setup-default-fontset): Specify fonts
8460         for `symbol' script.
8462         * international/characters.el (script-list): Include `currency'
8463         in `symbol'.
8465 2008-02-01  Alex Schroeder  <alex@gnu.org>
8467         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8468         8601 format (a capital T between the date and the time).
8470 2008-02-01  Kenichi Handa  <handa@m17n.org>
8472         * international/mule.el (private-char-area-1-min)
8473         (private-char-area-1-max, private-char-area-2-min)
8474         (private-char-area-2-max, emacs-mule-charset-table): New variables.
8475         (convert-define-charset-argument): New function.
8476         (define-charset): Handle the old calling style.
8477         Update emacs-mule-charset-table.
8478         (make-char-internal): New function.
8480 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8482         * w32-charset-info-alist: Define iso10646-1 always.
8484 2008-02-01  Kenichi Handa  <handa@m17n.org>
8486         * composite.el (compose-region): Doc fix (delete duplicated line).
8488 2008-02-01  Kenichi Handa  <handa@m17n.org>
8490         * international/characters.el: Fix syntax for Ethiopic.
8492 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8494         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8496         * makefile.w32-in (DONTCOMPILE): Remove old languages.
8497         Add international/latin1-disp.el.
8498         (LC_ALL): Define as C.
8500 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8502         * term/w32-win.el: Don't set fontsets to use sjis.
8504 2008-02-01  Kenichi Handa  <handa@m17n.org>
8506         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8507         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8509 2008-02-01  Kenichi Handa  <handa@m17n.org>
8511         * composite.el (auto-composition-chunk-size): Delete variable.
8512         (auto-compose-chars): Always stop after processing a newline.
8514 2008-02-01  Kenichi Handa  <handa@m17n.org>
8516         * international/mule.el (define-coding-system): Fix attribute
8517         name :for-unibyte.
8519 2008-02-01  Kenichi Handa  <handa@m17n.org>
8521         * ps-bdf.el: Largely re-write.
8523         * ps-mule.el: Largely re-write.
8525         * ps-print.el (ps-generate-string-list): Delete function.
8526         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8527         (ps-header-footer-string): Delete function.
8528         (ps-encode-header-string-function): New variable.
8529         (ps-generate-header-line): Call ps-encode-header-string-function.
8530         (ps-basic-plot-string-function): New variable
8531         (ps-begin-job): Set ps-basic-plot-string-function and
8532         ps-encode-header-string-function.  For setting up headers and
8533         footers, don't use caches such as ps-rh-cache.  Don't call
8534         ps-mule-begin-page.
8535         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8536         Don't call ps-mule-prepare-ascii-font.
8537         (ps-plot-region): Don't pay attention to composition and
8538         non-ASCII characters.
8539         (ps-generate): Call ps-mule-end-job.
8540         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8541         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8542         (ps-mule-end-job): Declare autoload.
8544         * composite.el (auto-compose-region): New function.
8546 2008-02-01  Dave Love  <fx@gnu.org>
8548         * international/mule-util.el
8549         (detect-coding-with-language-environment): Doc fix.
8551         * composite.el: Doc fixes.
8552         (auto-compose-chars): Use functionp, not fboundp.
8554         * international/mule-diag.el (list-charset-chars): Set buffer file
8555         coding system.
8557         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8558         cookie.  Doc fix.
8560 2008-02-01  Dave Love  <fx@gnu.org>
8562         * international/mule-diag.el (list-charset-chars): Set buffer file
8563         coding system.
8565         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8566         cookie.  Doc fix.
8568         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8569         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8570         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8571         * eshell/esh-opt.el (eshell-process-option):
8572         * emulation/keypad.el (keypad-setup):
8573         * emacs-lisp/lisp-mode.el (prin1-char):
8574         * emacs-lisp/generic.el (generic-mode-set-comments):
8575         * edmacro.el (edmacro-parse-keys):
8576         * disp-table.el (standard-display-default): Use characterp.
8578 2008-02-01  Kenichi Handa  <handa@m17n.org>
8580         * international/mule-conf.el (utf-16-be): Make it an alias of
8581         utf-16be-with-signature.
8582         (utf-16-le): Make it an alias of utf-16le-with-signature.
8583         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8584         coding system aliases.
8586         * international/utf-7.el (utf-7-decode, utf-7-encode):
8587         Use utf-16be, not utf-16-be.
8589 2008-02-01  Kenichi Handa  <handa@m17n.org>
8591         * international/mule.el (coding-system-category): New function.
8592         (set-coding-priority): Re-write.
8593         (make-translation-table): Re-write.
8595         * international/mule-cmds.el (universal-coding-system-argument):
8596         Check the coding system type `undecided', not `t'.
8597         (sort-coding-systems): Fix for iso-2022 coding systems.
8598         (find-multibyte-characters): Fix for eight-bit chars.
8599         (set-language-environment): Set charset priorities according to
8600         the charsets supported by the coding systems of higher priorities.
8602 2008-02-01  Kenichi Handa  <handa@m17n.org>
8604         * font-lock.el
8605         (font-lock-match-c-style-declaration-item-and-skip-to-next):
8606         Check (match-end 2) before going there.
8608 2008-02-01  Kenichi Handa  <handa@m17n.org>
8610         * international/mule.el (ctext-non-standard-designations-alist):
8611         Exclude entries for iso8859-1[03456].  Fix docstring.
8612         (ctext-pre-write-conversion): Make it work for the case that FROM
8613         is a string.  Don't do unnecessary save-restriction and
8614         narrow-to-region.
8616 2008-02-01  Kenichi Handa  <handa@m17n.org>
8618         * international/mule.el (ctext-non-standard-encodings-alist):
8619         Rename from non-standard-icccm-encodings-alist.
8620         (ctext-non-standard-encodings-regexp): New variable
8621         (ctext-post-read-conversion): Full rewrite.
8622         (ctext-non-standard-designations-alist): Rename from
8623         non-standard-designations-alist.
8624         (ctext-pre-write-conversion): Full rewrite.
8625         (define-coding-system): Doc fix (escape '"' by '\').
8627 2008-02-01  Dave Love  <fx@gnu.org>
8629         * international/mule-conf.el (utf-16le, utf-16be-16be)
8630         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8631         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
8632         `-16-{b,l}e-' and define aliases for the old names.
8634         * international/mule.el (define-coding-system): Doc fix.
8636 2008-02-01  Dave Love  <fx@gnu.org>
8638         * international/utf-7.el: New file.
8640         * international/mule-conf.el (utf-7): New.
8642 2008-02-01  Kenichi Handa  <handa@m17n.org>
8644         * international/mule-conf.el (utf-16): Add :endian 'big.
8646         * international/mule.el (define-coding-system): Fix docstring
8647         about :bom and :endian.
8649 2008-02-01  Dave Love  <fx@gnu.org>
8651         * international/mule-diag.el (describe-character-set):
8652         Fix printing dimensions.  Use `×', not `x'.
8654 2008-02-01  Kenichi Handa  <handa@m17n.org>
8656         * international/fontset.el: Register CDAC fonts in
8657         face-font-rescale-alist instead of face-resizing-fonts.
8659 2008-02-01  Kenichi Handa  <handa@m17n.org>
8661         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8662         (utf-16-be): Rename from utf-16-be-nosig.
8663         (utf-16-le-with-signature): Rename from utf-16-le.
8664         (utf-16-be-with-signature): Rename from utf-16-be.
8665         (utf-16): Set :bom to (utf-16-le-with-signature .
8666         utf-16-be-with-signature).
8668 2008-02-01  Dave Love  <fx@gnu.org>
8670         * language/georgian.el (georgian-ps, georgian-academy): New coding
8671         system.
8673         * language/chinese.el (chinese-big5-hkscs): New coding system.
8674         (big5-hkscs, cn-big5-hkscs): New aliases.
8676         * international/mule-conf.el (big5-hkscs, georgian-academy):
8677         New charset.
8678         (ibm1047): Doc fix.
8679         (pt154): Add mime-charset.
8680         (ptcp154, cp154): New aliases.
8682 2008-02-01  Dave Love  <fx@gnu.org>
8684         * international/mule.el (charset-iso-final-char, define-coding-system):
8685         Doc fix.
8687 2008-02-01  Kenichi Handa  <handa@m17n.org>
8689         * international/ccl.el (define-ccl-program): Fset charset-id
8690         to charset-id-internal temporarily.
8692 2008-02-01  Kenichi Handa  <handa@m17n.org>
8694         * international/mule-diag.el (list-block-of-chars):
8695         Use decode-char instead of make-char.
8697 2008-02-01  Kenichi Handa  <handa@m17n.org>
8699         * international/fontset.el: Enable the default fontset to use
8700         unicode fonts for ASCII characters.
8701         (x-decompose-font-name): Don't try to resolve PATTERN by
8702         x-resolve-font-name.
8703         (x-complement-fontset-spec): Never prepend an ASCII font.
8704         (create-fontset-from-fontset-spec): If a fontset of the same name
8705         already exists, override it instead of signalling an error.  Don't
8706         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
8708         * international/mule-conf.el (unicode-bmp): Delete duplicated
8709         definition.  Give it :code-offset 0.
8711         * international/mule-diag.el (print-fontset-element): New function.
8712         (print-fontset): Use print-fontset-element to print the elements
8713         of a fontset.  Use it also to print fonts fallen back to the
8714         default fontsets.
8716         * term/x-win.el: Delete the code to create a fontset from the X
8717         resource "Font".
8719 2008-02-01  Kenichi Handa  <handa@m17n.org>
8721         * international/mule-diag.el (print-fontset): Insert proper
8722         newline and indentation spaces.
8724 2008-02-01  Dave Love  <fx@gnu.org>
8726         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8727         multibyte-char-to-unibyte.
8729         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8731         * international/mule-cmds.el (find-coding-systems-for-charsets):
8732         Use coding-system-type, coding-system-charset-list.
8733         (standard-keyboard-coding-systems): Delete.
8734         (set-locale-environment): Maybe set keyboard coding system.
8735         Avoid typical warning about codeset in C locale.
8737 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8739         * international/fontset.el (x-complement-fontset-spec): If a
8740         fontname doesn't conform to XLFD format, try to get XLFD name by
8741         x-list-fonts.
8743 2008-02-01  Dave Love  <fx@gnu.org>
8745         * international/mule-conf.el (mik, pt154): New charsets.
8747         * language/cyrillic.el (mik, pt154): New coding systems.
8749 2008-02-01  Dave Love  <fx@gnu.org>
8751         * international/characters.el: Move parts around so that syntax
8752         definitions aren't overwritten wrongly.
8754         * international/mule-diag.el (unicode-data): Fix treatment of
8755         numeric-value fields.
8757 2008-02-01  Dave Love  <fx@gnu.org>
8759         * progmodes/cap-words.el: New file.
8761 2008-02-01  Kenichi Handa  <handa@m17n.org>
8763         The following changes are to make character composition happen
8764         automatically on displaying.
8766         * composite.el: Remove all autoload cookies.
8767         (composition-function-table): Move variable declaration from
8768         composite.c.  Change format.
8769         (save-buffer-state): Copy from font-lock.el.
8770         (auto-composition-chunk-size): New variable.
8771         (auto-compose-chars): New function.  Set
8772         auto-composition-function to it.
8773         (toggle-auto-composition): New function.
8775         * international/characters.el: Make all chararacters in the
8776         charset tibetan to tibetan script.
8778         * international/mule-conf.el (tibetan): Fix :code-space property.
8779         (tibetan-1-column): Delete :superset property, add :code-offset
8780         property.
8782         * international/quail.el (quail-input-string-to-events): Don't
8783         generate compose-chars-after events.
8785         * language/devanagari.el: Register devanagari-composable-function
8786         in composition-function-table for Devanagari characters.
8788         * language/devan-util.el: Register devanagari-composable-pattern
8789         in indian-composable-pattern.
8790         (devanagari-composition-function): Add autoload cookie.  Change
8791         arguments to conform to composition-function-table.
8793         * language/european.el: Register combining characters in
8794         composition-function-table.
8795         (diacritic-composition-function): Change arguments to conform to
8796         composition-function-table.
8798         * language/indian.el (indian-composable-pattern): New variable.
8800         * language/ind-util.el (indian-compose-region): Don't call
8801         compose-chars-after, instead call a function registered in
8802         composition-function-table.
8804         * language/lao.el: Register lao-composition-function in
8805         composition-function-table for Lao vowels and tones.
8806         (lao): Don't use lao-post-read-conversion.
8808         * language/lao-util.el (lao-post-read-conversion): Delete this function.
8809         (lao-composition-function): Change arguments to conform to
8810         composition-function-table.
8812         * language/thai.el: Register thai-composition-function in
8813         composition-function-table for Thai vowels and tones.
8814         (thai-tis620): Don't use thai-post-read-conversion.
8816         * language/thai-util.el (thai-post-read-conversion): Delete function.
8817         (thai-composition-function): Change arguments to conform to
8818         composition-function-table.
8820         * language/tibetan.el: Register tibetan-composition-function in
8821         composition-function-table for Tibetan characters.
8823         * language/tibet-util.el (tibetan-composition-function):
8824         Change arguments to conform to composition-function-table.
8826         * loadup.el: Load composite.
8828 2008-02-01  Dave Love  <fx@gnu.org>
8830         * international/mule-diag.el (unicode-data): Find unicodedata-file
8831         literally.
8833 2008-02-01  Dave Love  <fx@gnu.org>
8835         * international/fontset.el: Doc fixes.
8836         ("fontset-default"): Add iso8859-15.
8838 2008-02-01  Kenichi Handa  <handa@m17n.org>
8840         * international/fontset.el ("fontset-default"): Add an entry for
8841         `indian-is13194' charset.
8843         * international/mule-conf.el (indian-is13194): Delete :unify-map
8844         property.  Don't unify this charset.
8845         (indian-2-column): Delete :superset property, add :code-offset property.
8847         * language/devan-util.el: Delete the superfluous autoload cookie
8848         near the head of the file.
8849         (devanagari-compose-region): Add autoload cookie.
8851         * language/ind-util.el (indian-2-column-to-ucs-region):
8852         Add autoload cookie.
8854 2008-02-01  Kenichi Handa  <handa@m17n.org>
8856         * international/fontset.el ("fontset-default"): Add an entry for
8857         `devanagari' script and `malayalam-glyph' charset.
8858         (face-resizing-fonts): Register CDAC fonts.
8860         * international/mule-conf.el (malayalam-glyph): New charset.
8862 2008-02-01  Dave Love  <fx@gnu.org>
8864         * term/x-win.el: Fix typo in loop setting x-keysym-table.
8866 2008-02-01  Dave Love  <fx@gnu.org>
8868         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8870         * term/x-win.el: Remove some ancient compatibility code.  Populate
8871         x-keysym-table.
8873         * international/mule-cmds.el (wid-edit): Require when compiling.
8874         (set-locale-environment): Check locale against coding system
8875         aliases too.
8877 2008-02-01  Kenichi Handa  <handa@m17n.org>
8879         * language/indian.el (in-is13194-devanagari):
8880         Fix :post-read-conversion and :pre-write-conversion.
8882 2008-02-01  Dave Love  <fx@gnu.org>
8884         * international/mule-cmds.el (charset): Supply doc, :tag.
8886 2008-02-01  Kenichi Handa  <handa@m17n.org>
8888         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8889         return a unibyte string.
8891 2008-02-01  Kenichi Handa  <handa@m17n.org>
8893         * international/mule-cmds.el (set-locale-environment):
8894         Delete superfluous ')'s at the tail.
8896 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8898         * international/mule.el (define-coding-system): Fix typo;
8899         "docode" -> "decode".
8901 2008-02-01  Dave Love  <fx@gnu.org>
8903         * emacs-lisp/byte-opt.el (side-effect-free-fns):
8904          Add string-make-unibyte string-make-multibyte string-to-multibyte
8905          string-as-multibyte string-as-unibyte.
8907 2008-02-01  Dave Love  <fx@gnu.org>
8909         * language/english.el (ibm1047, cp1047): New.
8911         * international/mule-conf.el (alternativnyj): Use new table.
8912         (cp866): Define standalone, not as alias.
8913         (ibm866): Change alias.
8914         (ibm1047): New.
8916         * language/cyrillic.el (cyrillic-alternativnyj):
8917         Remove mime-charset.  Use alternativnj charset.
8918         (cp866): Remove alias.  Define standalone.
8920 2008-02-01  Dave Love  <fx@gnu.org>
8922         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8924         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8925         ("Tajik", "Belarusian"): Fix charset.
8927         * international/mule-cmds.el (describe-language-environment):
8928         Be case-insensitive when looking for input methods.
8929         (locale-name-match): Doc fix.
8930         (locale-charset-match-p): New.
8931         (set-locale-environment): Warn if coding system doesn't agree
8932         with system locale.
8934 2008-02-01  Kenichi Handa  <handa@m17n.org>
8936         * international/mule-cmds.el (select-safe-coding-system): If
8937         :mime-charset property of a coding system is not equal to that
8938         coding system, don't show that :mime-charset name.
8940 2008-02-01  Dave Love  <fx@gnu.org>
8942         * international/quail.el (quail-help): Fix underlining.
8944         * language/chinese.el (chinese-gb18030, gb18030)
8945         ("Chinese-GB18030"): New.
8947         * international/mule-cmds.el (locale-language-names): Add GB18030.
8949         * international/swedish.el: Don't require latin-1.
8951 2008-02-01  Dave Love  <fx@gnu.org>
8953         * language/czech.el ("Czech"):
8954         * language/slovak.el ("Slovak"):
8955         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8957         * language/greek.el ("Greek"): Remove unibyte-syntax property.
8958         (cp737): New coding system.
8960         * language/european.el: Remove unibyte-syntax properties.
8961         Augment some coding-system properties.
8963         * international/mule-cmds.el (set-language-environment):
8964         Check for charset property of environment.
8965         (language-info-alist): Doc fix.
8967         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8969         * international/characters.el: Add Latin-1.
8971         * international/latin-1.el, international/latin-2.el,
8972         * international/latin-3.el, international/latin-4.el,
8973         * international/latin-5.el, international/latin-8.el,
8974         * international/latin-9.el: Delete.
8976         * loadup.el: Remove international/latin-N.el.
8978         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8979         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8980         Undo last changes.
8982         * international/mule-diag.el (unicode-data): Check that
8983         `unicodedata-file' exists.
8985 2008-02-01  Kenichi Handa  <handa@m17n.org>
8987         * international/fontset.el (charset-script-alist): Fix script names.
8989 2008-02-01  Kenichi Handa  <handa@m17n.org>
8991         * international/latin-1.el: Bind set-case-syntax-charset to
8992         iso-8859-1.  Never provide latin-1.
8994         * international/latin-2.el: Bind set-case-syntax-charset to
8995         iso-8859-2.  Never provide latin-2.
8997         * international/latin-3.el: Bind set-case-syntax-charset to
8998         iso-8859-3.  Never provide latin-3.
9000         * international/latin-4.el: Bind set-case-syntax-charset to
9001         iso-8859-4.  Never provide latin-4.
9003         * international/latin-5.el: Bind set-case-syntax-charset to
9004         iso-8859-9.  Never provide latin-5.
9006         * international/latin-8.el: Bind set-case-syntax-charset to
9007         iso-8859-14.  Never provide latin-8.
9009         * international/latin-9.el: Bind set-case-syntax-charset to
9010         iso-8859-15.  Never provide latin-9.
9012         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9013         (set-case-syntax-charset): New variable.
9014         (set-case-syntax-1): New function.
9015         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9016         Call set-case-syntax-1 on arguments.
9018         * international/mule-cmds.el (set-language-environment): Delete
9019         unnecessary setup of syntax/case for unibyte case.
9021 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9023         * international/fontset.el (generate-fontset-menu): Exclude the
9024         default fontset.
9026         * faces.el (describe-face): Describe :fontset property too.
9028 2008-02-01  Dave Love  <fx@gnu.org>
9030         * international/characters.el: Don't set char width of CJK
9031         charsets generally.  Add some non-word syntax cases.
9032         (korean-ksc5601): Fix ranges with symbol syntax.
9034 2008-02-01  Dave Love  <fx@gnu.org>
9036         * Makefile.in (DONTCOMPILE): Add indian.el.
9038         * language/ind-util.el:
9039         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9040         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9041         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9042         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9043         Remove declarations and let-bind them in re-written top-level loop
9044         over scripts, including ucs-devanagari-to-is13194-alist.
9046 2008-02-01  Dave Love  <fx@gnu.org>
9048         * international/mule-cmds.el (charset): Move.
9049         (language-info-custom-alist): Move.  Alter :set.
9050         (find-coding-systems-for-charsets): Check charset type before
9051         getting :charset-list.
9053         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9055 2008-02-01  Dave Love  <fx@gnu.org>
9057         * wid-edit.el (widget-string-complete): New.
9058         (widget-coding-system-prompt-value-history): Delete.
9059         (coding-system): Use coding-system-value-history.
9061         * international/mule-cmds.el (charset): New widget.
9062         (language-info-custom-alist): Use it.
9063         (default-input-method): Modify :type.
9065 2008-02-01  Dave Love  <fx@gnu.org>
9067         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9068         (indian-glyph-char, indian-char-glyph): Delete.
9069         (is13194-default-repertory): Rename from is13194-default-repartory.
9070         (iscii-to-ucs-region): Hoist evals from loop.
9072         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9074         * language/indian.el (indian-script-table)
9075         (ccl-encode-indian-glyph-font): Delete.
9077         * international/mule-cmds.el (language-info-custom-alist): New.
9078         (input-method-activate-hook, input-method-inactivate-hook)
9079         (input-method-after-insert-chunk-hook)
9080         (input-method-use-echo-area, set-language-environment-hook)
9081         (exit-language-environment-hook): Customize.
9082         (find-coding-systems-for-charsets): Rewrite.
9083         (default-input-method): Add :link.
9085 2008-02-01  Dave Love  <fx@gnu.org>
9087         * international/mule-conf.el (eight-bit): Add :docstring,
9088         :short-name properties.
9089         (cp851): Doc fix.
9090         (unicode-bmp): New.
9092         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9094         * language/european.el (cp858): New.
9095         ("Turkish"): Add special case rules.
9097 2008-02-01  Dave Love  <fx@gnu.org>
9099         * international/characters.el: Make Ÿ and ÿ a case pair.
9101 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9103         * international/mule-conf.el: Don't define the charset iso-8859-1
9104         here, just setup its properties.
9106 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9108         * international/mule-conf.el (utf-8): Give :mime-charset property.
9110 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9112         * international/characters.el: Remove duplicated case setting for
9113         Cyrillic and Greek letters.  Don't setup printable-chars here.
9115         * case-table.el (describe-buffer-case-table): Handle the case
9116         that KEY is a cons within map-char-table.
9118 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9120         * international/characters.el: Fix categories ?A and ?C.
9121         Treat ASCII characters as `latin' script.
9123 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9125         * international/fontset.el (fontset-plain-name): If the fontset
9126         name doesn't ends with "-fontset-*", use family name as the first
9127         part of the plain name.
9128         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9129         created, use that name for the fontset.  Fix arguments to
9130         subst-char-in-string.
9132 2008-02-01  Dave Love  <fx@gnu.org>
9134         * term.el (term-char-mode): Remove generic-character-list code.
9136         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9138         * wid-edit.el (character): Use characterp.
9140         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9142         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9144         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9145         Add charset.
9146         ("Ukrainian"): New.
9148         * language/georgian.el (georgian-ps): New coding system.
9150 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9152         * international/mule-cmds.el (reset-language-environment):
9153         Don't set nonascii-translation-table and nonascii-insert-offset.
9154         Call set-unibyte-charset, not set-primary-charset.
9155         (nonascii-translation-table, nonascii-insert-offset):
9156         Declare these variable as obsolete ones.
9157         (set-language-environment): Call set-unibyte-charset, not
9158         set-primary-charset.  Call set-charset-priority with `charset'
9159         info of the language environment.
9161 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9163         * international/characters.el (next-word-boundary-han):
9164         Don't treat katakana following han characters as a part of a word.
9166 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9168         * international/characters.el: Call map-charset-chars on big5 (not
9169         chinese-big5-1/2) to set categories `c', `C', and `|'.
9170         (next-word-boundary-han, next-word-boundary-kana): New function.
9171         Register it in next-word-boundary-function-table.
9173 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9175         * arc-mode.el (archive-file-name-coding-system): New variable.
9176         Make it permanent-local.
9177         (byte-after, bref, insert-unibyte): New function.  Change most of
9178         char-after, aref, insert to them respectively.
9179         (archive-mode): Set archive-file-name-coding-system.
9180         (archive-summarize): Don't change the buffer's multibyteness.
9181         (archive-extract): Inherit archive-file-name-coding-system from
9182         archive-superior-buffer.  Bind coding-system-for-write to
9183         archive-file-name-coding-system.
9184         (archive-*-write-file-member): Encode ENAME by
9185         archive-file-name-coding-system.  Bind coding-system-for-write to
9186         no-conversion.
9187         (archive-rename-entry): Encode the filename by
9188         archive-file-name-coding-system.
9189         (archive-mode-revert): Don't change the buffer's multibyteness.
9190         (archive-arc-summarize, archive-lzh-summarize)
9191         (archive-zoo-summarize): Don't change the buffer's multibyteness.
9192         Decode filenames by archive-file-name-coding-system.
9193         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9194         the buffer's multibyteness.
9196         * tar-mode.el (tar-file-name-coding-system): New variable.
9197         Make it permanent-local.
9198         (tar-header-block-tokenize): Decode filename and linkname by
9199         tar-file-name-coding-system.
9200         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9201         the byte value of eight-bit chars.
9202         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9203         `to'.  Delete unnecessary call of position-bytes.
9204         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
9205         call of position-bytes.
9206         (tar-extract): Simplify by calling decode-coding-region with
9207         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
9208         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9209         (tar-clear-modification-flags): Delete unnecessary call of
9210         position-bytes.
9211         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9212         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9213         Convert new-data-string by string-to-multibyte before inserting it.
9214         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9215         buffer.  Simplify by calling encoding-coding-region with
9216         DESTINATION argument.
9217         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9219 2008-02-01  Dave Love  <fx@gnu.org>
9221         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9223         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9225 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9227         * international/characters.el: Setup char-script-table.
9229         * international/fontset.el: Setup the default fontset by the new
9230         script-based way.
9231         (x-complement-fontset-spec): Change the format of arg FONTLIST to
9232         an alist of charsets vs font name lists.
9233         (charset-script-alist): New variable.
9234         (create-fontset-from-fontset-spec): Allow script name in
9235         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
9236         to the corresponding script name.
9237         (create-fontset-from-ascii-font): Slight tuning.
9239         * international/mule-conf.el (devanagari-glyph): New charset.
9240         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9241         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9242         japanese-jisx0213-2.
9244         * international/mule-diag.el (print-fontset): Use describe-vector
9245         to handle a char table returned by fontset-info.
9247         * language/indian.el: Don't register ccl-encode-indian-glyph-font
9248         and ccl-encode-unicode-font in font-ccl-encoder-alist.
9250 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9252         * international/mule-util.el (detect-coding-with-priority):
9253         Fix the place of using `,' marker in backquote form.
9255 2008-02-01  Dave Love  <fx@gnu.org>
9257         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9259         * international/mule-util.el (with-coding-priority): Fix.
9261         * international/mule.el (set-coding-priority): Fix obsolete spec.
9263 2008-02-01  Dave Love  <fx@gnu.org>
9265         * international/mule-cmds.el (leim-list-header): Add coding tag.
9267 2008-02-01  Dave Love  <fx@gnu.org>
9269         * international/mule-cmds.el (find-coding-systems-region)
9270         (language-info-alist, reset-language-environment, princ-list): Doc fix.
9271         (input-method-verbose-flag): Fix :type.
9273 2008-02-01  Dave Love  <fx@gnu.org>
9275         * international/mule.el (set-char-table-default): Make obsolete.
9277 2008-02-01  Dave Love  <fx@gnu.org>
9279         * language/devanagari.el ("Devanagari"): Fix coding-system,
9280         coding-priority.
9282         * international/mule-diag.el (describe-char-after): Modify display
9283         list processing.
9284         (unicodedata-file, unicodedata-find): New.
9286 2008-02-01  Dave Love  <fx@gnu.org>
9288         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9289         autoload cookie.
9291         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9293 2008-02-01  Dave Love  <fx@gnu.org>
9295         * international/mule-util.el (detect-coding-with-priority): Rewrite.
9297 2008-02-01  Dave Love  <fx@gnu.org>
9299         * composite.el (compose-string): Doc fix.
9301         * language/georgian.el ("Georgian"): Delete code-pages feature,
9302         add nonascii-translation.
9304         * language/european.el ("German", "French", "Spanish"):
9305         Add latin-9 as alternative coding system.
9306         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9307         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
9308         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9309         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9310         system.
9312         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9313         encode-coding-char.
9314         (side-effect-and-error-free-fns): Add charsetp, max-char,
9315         primary-charset.
9317         * simple.el: Don't require cl when compiling.
9319         * Makefile.in (DONTCOMPILE): Fix duplicates.
9321         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9323         * international/mule.el: Doc fixes.
9324         (load-with-code-conversion): Fix coding-system-type test.
9326         * international/mule-cmds.el (sort-coding-systems): Comment out
9327         iso-2022 case.
9328         (encoded-string-description): Fix coding-system-type test.
9330 2008-02-01  Dave Love  <fx@gnu.org>
9332         * international/characters.el: Make korean-ksc5601 double-width.
9334         * international/mule.el (auto-coding-regexp-alist):
9335         Recognize Emacs 20/1 byte-compiled files.
9337         * international/mule-conf.el (file-coding-system-alist):
9338         Change .elc to utf-8-emacs.
9340         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9341         of utf-8-emacs.
9342         (byte-compile-insert-header): Update magic number.  Add ballast.
9343         (map-char-table): Use byte-compile-funarg-2.
9345 2008-02-01  Dave Love  <fx@gnu.org>
9347         * language/cyrillic.el ("Belarusian"): Doc fix.
9348         (cp1125, koi8-t): Doc fix.
9350         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9351         (find-multibyte-characters): Don't test for charset `unknown'.
9352         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9353         ru, sr_YU, tg, wa, zh.gbk.
9354         (locale-language-names): Change sp to Cyrillic.
9355         (locale-charset-language-names): Match @euro after utf-8.
9357 2008-02-01  Dave Love  <fx@gnu.org>
9359         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9360         New coding systems.
9361         ("Chinese-GBK"): New environment.
9363         * language/thai-util.el: Remove redundant unicodes in category-setting.
9365         * language/lao-util.el: Remove redundant unicodes in category-setting.
9367         * international/mule-conf.el (japanese-jisx0213-1)
9368         (japanese-jisx0213-2): Add unify-map.
9370 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9372         * international/quail.el (quail-update-leim-list-file):
9373         Force writing the file by iso-2022-7bit.
9375         * international/titdic-cnv.el (miscdic-convert): Force writing the
9376         file by iso-2022-7bit.
9378         * international/mule.el (define-charset): Change the attribute
9379         :parents to :subset or :superset.
9381         * international/mule-conf.el: Adjust for the change of
9382         define-charset (:parent -> :subset or :superset).
9384         * international/characters.el: Fix the last change.
9386 2008-02-01  Dave Love  <fx@gnu.org>
9388         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9389         (cyrillic-encode-alternativnyj-char): Fix.
9390         (standard-display-cyrillic-translit): Remove redundant unicodes.
9392 2008-02-01  Dave Love  <fx@gnu.org>
9394         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9395         New environments.
9397         * international/mule-conf.el (control-1): New charset.
9398         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9399         (korean-ksc5601): Redefine to use code-offset and unify-map.
9401 2008-02-01  Dave Love  <fx@gnu.org>
9403         * international/mule-conf.el (tcvn-5712): New charset.
9405         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9406         ("Vietnamese"): Doc fix.
9408 2008-02-01  Dave Love  <fx@gnu.org>
9410         * international/mule-conf.el (windows-936): New alias.
9412         * cus-start.el: Add scalable-fonts-allowed.
9414         * international/characters.el: Reinstate various CJK syntax and
9415         category setup.  Remove obsolete syntax setting in Greek section.
9416         Optimize the char tables.
9418         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9420         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9422         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9423         coding systems.
9425         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9427 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9429         * international/characters.el (printable-chars): Setup correctly.
9431 2008-02-01  Dave Love  <fx@gnu.org>
9433         * cus-start.el: Add selection-coding-system.
9435         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9437         * language/china-util.el (post-read-decode-hz)
9438         (pre-write-encode-hz): Move from chinese.el.
9439         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9440         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9442         * language/chinese.el (post-read-decode-hz)
9443         (pre-write-encode-hz): Move to china-util.el.
9445         * case-table.el (set-case-syntax-pair): Test again for equal byte
9446         lengths of the pair.
9448         * international/characters.el: Add Vietnamese category to
9449         equivalent unicodes.
9451 2008-02-01  Dave Love  <fx@gnu.org>
9453         * international/mule-conf.el (chinese-sisheng, ipa)
9454         (indian-is13194, tibetan, ethiopic): Add :unify-map.
9456         * international/mule-diag.el (describe-character-set): Account for
9457         more than two dimensions of possibly different size.
9458         (describe-current-coding-system): Add selection-coding-system.
9460         * international/mule-cmds.el (unify-8859-on-encoding-mode)
9461         (unify-8859-on-decoding-mode): Move from mule.el.
9463         * international/mule.el (unify-8859-on-encoding-mode)
9464         (unify-8859-on-decoding-mode): Remove :init-value.
9465         (charset-chars): Add optional dimension arg.
9466         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9467         Move to mule-cmds.el.
9469 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9471         * international/fontset.el: Change registry for japanese-jisx0208
9472         to "JISX0208*" in the default fontset.
9473         (font-encoding-alist): Add an entry for "JISX0208.1983" and
9474         "ISO10646.indian-1".
9476 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9478         * language/japanese.el (japanese-iso-7bit-1978-irv):
9479         Add `designation' to :flags, `ascii' to :charset-list.
9481         * international/mule.el (define-charset): New args :min-code and
9482         :max-code.
9483         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9485         * international/mule-conf.el (chinese-gbk): Change :code-offset to
9486         #x160000.
9487         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9488         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9490 2008-02-01  Dave Love  <fx@gnu.org>
9492         * language/thai.el (iso-8859-11): New coding system.
9494         * international/mule-conf.el: Doc fixes.
9495         (iso-8859-11): New.
9497 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
9499         * cus-start.el (scalable-fonts-allowed): Add.
9501 2008-02-01  Dave Love  <fx@gnu.org>
9503         * international/mule.el (unify-8859-on-encoding-mode)
9504         (unify-8859-on-decoding-mode): Dummy versions.
9506         * international/ucs-tables.el: Remove.
9508         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9509         language/japanese.el.
9511         * international/mule-conf.el: Doc fixes.
9512         (cp936): New alias.
9513         (cp720, cp858): New charsets.
9515         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9516         coding system, not emacs-mule.
9518         * files.el (revert-buffer, recover-file): Likewise.
9520         * desktop.el (desktop-save): Likewise.
9522 2008-02-01  Dave Love  <fx@gnu.org>
9524         * international/mule.el (with-category-table): Use make-symbol.
9525         (coding-system-list): Use coding-system-aliases.
9526         (make-translation-table): Don't deal with generic characters.
9528         * international/mule-util.el (coding-system-post-read-conversion)
9529         (coding-system-pre-write-conversion)
9530         (coding-system-translation-table-for-decode)
9531         (coding-system-translation-table-for-encode): Get the right properties.
9532         (with-coding-priority): New macro.
9533         (detect-coding-with-language-environment): Use it.
9534         (coding-system-equal): Use coding-system-plist.
9536         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9537         Use :valid property.
9539         * international/mule-cmds.el (encode-coding-char):
9540         Use find-coding-systems-string.  Don't use make-char.
9541         (describe-language-environment): Use coding-system-aliases.
9542         (prefer-coding-system): Doc fix.
9544         * international/mule-diag.el (describe-current-coding-system):
9545         Fix aliases listing.
9546         (print-iso-2022-flags): Delete.
9547         (print-designation): Partial re-write.
9548         (describe-coding-system): Deal with iso-2022 designations, flags.
9549         Fix shift_jis case.
9550         (describe-char-after): Use characterp.  Print explicit unicode.
9551         Remove some obsolete code.
9552         (print-coding-system-briefly): Fix printing aliases.
9553         (print-coding-system): Use coding-system-aliases.
9554         (mule-diag): Don't list coding categories.
9556         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
9557         Re-order charset priorities.
9558         (binary): New alias.
9559         (iso-8859-16): Fix nickname.
9560         (define-iso-single-byte-charset): Un-define after use.
9562 2008-02-01  Dave Love  <fx@gnu.org>
9564         * international/characters.el: Additional double width specifications.
9566         * international/mule-diag.el (print-coding-system): Incomplete updates.
9567         (describe-character-set): List more properties.
9568         (print-fontset): Fix case of vector font-spec.
9569         (describe-current-coding-system): Fix iso-7, iso-7-else.
9571         * international/mule-conf.el (ibm866): Fix alias.
9572         (iso-8859-16): Fix nickname.
9574 2008-02-01  Dave Love  <fx@gnu.org>
9576         * language/ind-util.el: Avoid decode-char.
9577         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9578         Use characterp, not char-valid-p.
9580         * language/devan-util.el: Add coding tag, avoid decode-char.
9582         * international/titdic-cnv.el: Add coding tag.
9583         (tit-process-header): Add coding tag to output.
9585         * language/thai.el (cp874, ibm874): New coding systems.
9587         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9588         Add character-p.
9590         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9591         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9592         New coding systems.
9593         <set-language-info-alist>: Avoid decode-char.
9595         * language/hebrew.el (cp862, ibm862): New coding systems.
9597         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9599         * language/cyrillic.el (cp855, ibm855): New coding systems.
9601         * international/mule-conf.el: Avoid decode-char in top-level code
9602         for self-inserting multibyte chars.
9603         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9604         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9605         New charsets.
9607         * international/characters.el: Various simplifications and additions.
9609 2008-02-01  Dave Love  <fx@gnu.org>
9611         * international/mule-conf.el (code-pages): Provide, for compatibility.
9613         * international/code-pages.el: Remove.
9615 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9617         * Makefile.in: Cancel the 2008-02-01 change of mine.
9619         * international/fontset.el: Add setting for unicode font at the
9620         end of the default fontset.
9622 2008-02-01  Dave Love  <fx@gnu.org>
9624         * international/mule-conf.el (adobe-standard-encoding, symbol):
9625         Adjust :code-space.
9626         (ibm850): Add :ascii-compatible-p.
9628 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9630         * international/mule-conf.el (vietnamese-viscii-lower)
9631         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9632         mapping table.
9634 2008-02-01  Dave Love  <fx@gnu.org>
9636         * cus-start.el: Add charset-map-directory.
9638         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9640         * format.el (format-alist): Remove ibm, mac, hp entries (available
9641         natively).
9643         * language/romanian.el (iso-latin-10): Add :mime-charset.
9644         ("Romanian"): Add doc.
9646         * international/mule-conf.el (iso-8859-10, symbol)
9647         (adobe-standard-encoding, ibm850): New charsets.
9648         (iso-8859-13): Fix IR number, final char.
9649         (file-coding-system-alist): Add .xml.
9651         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9652         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9653         (adobe-standard-encoding, cp850, ibm850): New coding systems.
9654         ("Latin-6", "Latin-7"): New language environments.
9656 2008-02-01  Dave Love  <fx@gnu.org>
9658         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9659         utf-8-subst; add vietnamese, cyrillic, czech.
9661         * language/romanian.el (iso-latin-10): New coding system.
9663         * international/mule-conf.el (emacs-mule): Set :charset-list,
9664         consistent with coding-system-charset-list doc.
9665         (iso-8859-16): New charset.
9667         * international/mule-diag.el (describe-coding-system): Avoid error
9668         for iso-2022, emacs-mule.
9670 2008-02-01  Dave Love  <fx@gnu.org>
9672         * international/codepage.el: Remove or comment out most of code.
9673         (codepage-setup): Re-write as trivial, obsolete function.
9675         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9676         Remove setup function.
9678         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9680         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9681         language/cyrillic.el, language/czech.el.
9683         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9684         (font-ccl-encoder-alist): Remove viscii, vscii.
9686         * language/hebrew.el (windows-1255, cp1255): New coding systems.
9688         * language/european.el (windows-1254, cp1254, windows-1257)
9689         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9690         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9692         * language/greek.el (windows-1253, cp1253): New coding systems.
9694         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9695         file name.
9696         (windows-1253, windows-1254, windows-1255, windows-1256)
9697         (windows-1257, windows-1258, next): New charsets.
9699         * international/utf-8.el, international/utf-8-subst.el: Remove.
9701         * international/mule.el: Doc fixes.
9702         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9703         (coding-system-get): Try to convert old-style symbol to keyword.
9704         (define-charset): Purecopy strings in property list.
9705         (define-coding-system): Purecopy docstring.
9707         * international/mule-diag.el (list-character-sets-2): Avoid
9708         charset-bytes.
9709         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9710         (list-block-of-chars): Re-write.
9711         (describe-character-set): Show more properties.
9712         (describe-char-after): Correct codepoint display.
9713         (print-coding-system): Use symbolic types.
9715 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9717         * Makefile.in: Be sure also to run emacs with LANG=C.
9719 2008-02-01  Dave Love  <fx@gnu.org>
9721         * international/mule-diag.el: Doc fixes.
9722         (sort-charset-list, charset-multibyte-form-string): Remove.
9723         (list-character-sets, list-character-sets-1)
9724         (list-character-sets-2): Re-write.
9725         (non-iso-charset-alist): Set to nil and made obsolete.
9726         (decode-codepage-char): Re-write and made obsolete.
9727         (read-charset): Don't use non-iso-charset-alist.
9728         (describe-coding-system): Use keyword properties.
9729         (describe-character-set): Re-write.
9731         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9732         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9733         (ebcdic-uk): New charsets.
9735         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9736         New coding systems.
9738         * language/european.el (windows-1252): New coding system.
9740 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9742         * Makefile.in: By sure to run emacs with LC_ALL=C.
9744         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9745         encoded-kbd-self-insert-iso2022-8bit with argument 1.
9746         (encoded-kbd-self-insert-charset): New function.
9747         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9748         coding-system of type charset.
9750 2008-02-01  Dave Love  <fx@gnu.org>
9752         * international/mule-cmds.el (set-locale-environment): Comment out
9753         set-keyboard-coding-system stuff.
9755 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9757         * international/mule.el (define-coding-system): Doc fix;
9758         sjis->shift-jis.
9760         * international/mule-conf.el: Use decode-char instead of make-char.
9762         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9763         New arg ARG.  Directly call self-insert-command.  This is a
9764         temporary workaround to make it work with latin-1.
9765         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9767         * international/characters.el: Setup char-width-table for CJK
9768         characters.
9770 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9772         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9773         Fix the initial value to specify character range of
9774         japanese-jisx0208, not unicode.
9776         * international/characters.el: Set syntax/category for
9777         japanese-jisx0208.
9779 2008-02-01  Dave Love  <fx@gnu.org>
9781         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9782         mime-charset.
9784         * language/vietnamese.el, language/korean.el, language/japanese.el:
9785         * language/hebrew.el, language/greek.el, language/chinese.el:
9786         Fix :mime-charset properties.
9788         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9789         (cyrillic-alternativnyj): Fix :mime-charset.
9790         (cp878, cp866): New alias.
9792         * language/european.el: Fix mime-charset properties.
9794         * international/mule-cmds.el (sort-coding-systems)
9795         (select-safe-coding-system, select-message-coding-system): Use
9796         :mime-charset, not 'mime-charset.
9798         * international/mule-conf.el: Add various :mime-charset properties.
9800 2008-02-01  Dave Love  <fx@gnu.org>
9802         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9803         getting decoder.
9804         (encoded-kbd-mode): Fix code for coding system type and designations.
9806         * international/mule-conf.el: Spelling fixes.
9808 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9810         * international/fontset.el (fontset-plain-name): Handle the case
9811         that size, weight, slant are not specified in the fontset name.
9813 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
9815         * language/greek.el (greek-iso-8bit): Fix typo.
9817 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9819         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9821 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9823         * international/characters.el: Change encoding to utf-8-emacs.
9824         Remove apparent duplicate codes.
9826 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9828         * international/fontset.el: Change the registry for
9829         chinese-gb2312 and add the registry for chinese-gbk.
9831         * international/mule.el (charset-chars): Fix typo.
9833         * international/mule-conf.el (chinese-gbk): New charset.
9835         * international/titdic-cnv.el (titdic-convert): Read into a
9836         unibyte buffer then make the buffer multibyte.
9838 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9840         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9841         instead of :signature.
9843 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9845         * language/czech.el ("Czech"): Set `iso-8859-2' for
9846         `nonascii-translation'.
9848         * language/romanian.el ("Romanian"): Likewise.
9850         * language/slovak.el ("Slovak"): Likewise.
9852         * international/characters.el: Optimize calls of modify-category-entry.
9854 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9856         * bindings.el: Don't bind multibyte characters to
9857         self-insert-command here.  It's done in mule-conf.el.
9859         * case-table.el (set-case-syntax-offset): Delete variable.
9860         (set-case-syntax-1): Delete function.  Change callers.
9861         (set-case-syntax-delims): Don't check byte length of characters.
9863         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9864         characters to isearch-printing-char.
9866         * loadup.el: Don't load "international/utf-8".  Don't call
9867         update-coding-systems-internal.  Bind coding-system-for-write to
9868         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
9869         dumping.
9871         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9872         change of map-char-table.
9874         * eshell/esh-mode.el: Adjust for the change of map-char-table.
9876         * international/characters.el: Adjust for the deletion of
9877         generic characters.
9879         * international/code-pages.el (cp-make-translation-table)
9880         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
9881         (cp-make-coding-system): Call define-coding-system.
9883         * international/fontset.el: Rewrite most code.
9885         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9886         Call encode-char instead of split-char.
9888         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9889         Change value.
9890         (skkdic-lookup-key): Call encode-char instead of split-char.
9892         * international/titdic-cnv.el (titdic-convert): Bind
9893         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
9894         buffer.
9896         * international/latin-1.el: Don't bind set-case-syntax-offset.
9898         * international/latin-2.el: Don't bind set-case-syntax-offset.
9900         * international/latin-3.el: Don't bind set-case-syntax-offset.
9902         * international/latin-4.el: Don't bind set-case-syntax-offset.
9904         * international/latin-5.el: Don't bind set-case-syntax-offset.
9906         * international/latin-8.el: Don't bind set-case-syntax-offset.
9908         * international/latin-9.el: Don't bind set-case-syntax-offset.
9910         * international/mule-cmds.el: Don't use coding category.
9911         Call set-coding-system-priority instead of set-coding-priority.
9912         (sort-coding-systems, select-safe-coding-system):
9913         Call coding-system-priority-list to get the most preferred one.
9914         (reset-language-environment): Order of coding system priority
9915         changed.  Set primary charset to iso-8859-1.
9916         (set-language-environment-coding-systems):
9917         Call set-coding-system-priority instead of set-coding-priority.
9918         (get-charset-property, put-charset-property): Move to mule.el.
9920         * international/mule-conf.el: Ful re-write.
9922         * international/mule-diag.el (print-designation): Change arguments.
9923         (print-iso-2022-flags): New function.
9924         (describe-coding-system, describe-current-coding-system):
9925         Adjust for the new structure of coding system.
9927         * international/mule.el (char-valid-p): Make it an alias of characterp.
9928         (define-charset): Full re-design.
9929         (charset-quoted-standard-p): Delete.
9930         (charsetp): Move to charset.c.
9931         (charset-info, charset-id, charset-bytes, charset-width)
9932         (charset-directioin, charset-iso-graphic-plane)
9933         (charset-reverse-charset): Delete.
9934         (charset-dimension, charset-chars, charset-iso-final-char)
9935         (charset-description, charset-short-name, charset-long-name):
9936         Call charset-plist instead of charset-info.
9937         (charset-plist, set-charset-plist): Move to charset.c.
9938         (get-charset-property, put-charset-property): Move from
9939         mule-cmds.el.  Call charset-plist and set-charset-plist.
9940         (make-char): Delete.
9941         (generic-char-p): Make it always return nil.
9942         (decode-char, encode-char): Move to charset.c.
9943         (coding-spec-XXX-idx): Delete variables.
9944         (coding-system-iso-2022-flags): New variable.
9945         (define-coding-system): New function.
9946         (transform-make-coding-system-args, make-coding-system): Delete.
9947         (set-coding-priority): Make it obsolete.
9948         (after-insert-file-set-buffer-file-coding-system)
9949         (find-new-buffer-file-coding-system): Adjust for the new coding
9950         system structure.
9952         * language/chinese.el, language/cyrillic.el, language/european.el:
9953         * language/greek.el, language/hebrew.el, language/indian.el:
9954         * language/japanese.el, language/korean.el, language/lao.el:
9955         * language/thai.el, language/tibetan.el, language/vietnamese.el:
9956         Call define-coding-system instead of make-coding-system.
9957         Delete all CCL program.
9959         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9960         of make-char.
9961         (sgml-char-names-table): Fix iteration limit.
9963         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9964         (ccl-encode-mac-roman-font): Delete.
9966         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9967         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9968         currently.  This is just a temporary workaround.
9970 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9972         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9973         of `find-file-hooks'.
9974         (global-whitespace-toggle-options): Doc fix.
9976 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9978         * whitespace.el (whitespace): Set :version tag to 23.1.
9979         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9980         (whitespace-style, whitespace-chars, whitespace-space)
9981         (whitespace-hspace, whitespace-tab, whitespace-newline)
9982         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9983         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9984         (whitespace-hspace-regexp, whitespace-space-regexp)
9985         (whitespace-tab-regexp, whitespace-trailing-regexp)
9986         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9987         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9988         (whitespace-space-after-tab-regexp, whitespace-line-column)
9989         (whitespace-display-mappings, global-whitespace-toggle-options)
9990         (whitespace-cleanup, whitespace-cleanup-region)
9991         (whitespace-interactive-char): Doc fixes.
9993 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9995         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9996         When turning off the global mode, turn off the local modes too
9997         if whitespace is being unloaded.
9998         (whitespace-unload-function): New function.
10000 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
10002         * vc.el (vc-update): Fix bug: Specify branch tip as
10003         vc-checkout REVISION.  Reported by Dan Nicolaescu.
10005 2008-02-01  Glenn Morris  <rgm@gnu.org>
10007         * info.el (bookmark-make-cell-function, bookmark-search-size)
10008         (bookmark-current-bookmark): Declare variables for compiler.
10009         (bookmark-buffer-file-name, bookmark-get-filename)
10010         (bookmark-get-front-context-string)
10011         (bookmark-get-rear-context-string, bookmark-get-position)
10012         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10013         (bookmark-jump-noselect): Declare functions for compiler.
10014         (Info-bookmark-make-cell): Fix argument list to match example of
10015         `bookmark-make-cell-for-text-file'.
10016         (Info-bookmark-jump): Don't require info inside info.el.
10018 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10020         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10021         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10022         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10023         (verilog-sk-state-machine): Quote all calls to
10024         "auxiliary skeleton"s to prevent infloops.
10026 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10028         * w32-fns.el: Partially revert 2007-11-10 change.
10030 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
10032         * mail/rmail.el (rmail-highlight): Fix specification.
10033         Reported by pod <pod@herald.ox.ac.uk>.
10035 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         * image-mode.el (image-mode-current-vscroll)
10038         (image-mode-current-hscroll): Make buffer-local.
10039         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10040         (image-reset-current-vhscroll): Use the latest setting when displaying
10041         for the first time in a window.  Apply to all windows in the frame.
10042         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10044         * progmodes/grep.el (grep-compute-defaults):
10045         Don't mix up defaults for different connections to the same host.
10047 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10049         * blank-mode.el: Rename to whitespace.el.
10051         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10053 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * net/rcompile.el (remote-compile): Remove broken code.
10057 2008-01-31  Jason Rumney  <jasonr@gnu.org>
10059         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10061 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
10063         * linum.el (linum-unload-function): New function.
10065 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
10067         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10068         (gdb-var-set-format-handler): New function.
10069         (gdb-var-set-format): Use it.
10071 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
10073         * emacs-lisp/check-declare.el (check-declare-directory):
10074         * emacs-lisp/authors.el (authors): Use `find-program' and
10075         `grep-program' instead of hardcoded program names.
10077         * emacs-lisp/cl-loaddefs.el: Update.
10079 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
10081         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10082         Implement bookmark support the new make-cell/handler way.
10083         (Info-mode): Bind bookmark-make-cell-function to
10084         Info-bookmark-make-cell buffer locally.
10086 2008-01-30  Richard Stallman  <rms@gnu.org>
10088         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10089         Doc fix.
10091         * files.el (hack-local-variables): Don't query about fake variables.
10093 2008-01-30  Markus Triska  <markus.triska@gmx.at>
10095         * linum.el: New file.
10097 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
10099         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10100         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
10101         a single element in "plinkx".
10102         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10103         "*Shell Command Output*" buffers.  Check, whether there is already
10104         an asynchronous process running.  Display always the buffer of the
10105         asynchronous process.
10106         (tramp-compute-multi-hops): Adapt error message.
10108 2008-01-29  Alan Mackenzie  <acm@muc.de>
10110         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10111         from this regexp; part of same fix as next change to cc-engine.el.
10113         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10114         Anchor the "{" of a template function correctly on "template", not the
10115         following "<".
10117         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10119 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
10121         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10122         and image-mode-current-hscroll being alists now.
10124         * image-mode.el (image-mode-current-vscroll)
10125         (image-mode-current-hscroll): Add doc strings.
10126         (image-set-window-vscroll, image-set-window-hscroll)
10127         (image-reset-current-vhscroll, image-mode): Adapt to
10128         image-mode-current-vscroll and image-mode-current-hscroll being
10129         alists now.
10131 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
10133         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10134         Strip extension from .emacs.el to make sure symbol is searched
10135         in .emacs too.
10137 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
10139         * doc-view.el (doc-view-mode): Use facilities below to
10140         restore [vh]scroll when switching buffers.
10142         * image-mode.el (image-mode-current-vscroll)
10143         (image-mode-current-hscroll): New variables.
10144         (image-set-window-hscroll, image-set-window-vscroll): New functions.
10145         (image-forward-hscroll, image-next-line, image-bol, image-eol)
10146         (image-bob, image-eob): Use them.
10147         (image-reset-current-vhscroll): New function.
10148         (image-mode): Make new variables buffer-local and reset [vh]scroll
10149         on window configuration changes.
10151 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
10153         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10154         gdb-cpp-define-alist-program if file is nil (currently only
10155         " *partial-output-...").
10157 2008-01-27  Richard Stallman  <rms@gnu.org>
10159         * allout.el: Many doc fixes.
10160         (allout-encrypt-string): Fix error message.
10162 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10164         * progmodes/etags.el (tags-query-replace): Doc fix.
10166 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10168         * allout.el (allout-unload-function): New function.
10170 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10172         * allout.el (allout-prefix-data): Doc fix.
10173         (allout-show-current-subtree): Reflow docstring.
10174         (allout-use-mode-specific-leader, allout-use-hanging-indents)
10175         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10176         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10177         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10178         (allout-copy-topic-as-kill, allout-listify-exposed)
10179         (allout-process-exposed, allout-encrypted-key-info)
10180         (allout-update-passphrase-mnemonic-aids)
10181         (allout-next-topic-pending-encryption)
10182         (allout-tests-globally-true): Fix typos in docstrings.
10184 2008-01-23  Jason Rumney  <jasonr@gnu.org>
10186         * lpr.el (printer-name): Do not set on MS Windows.
10188 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
10190         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10191         the command.
10193 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10195         * whitespace.el: Moved to obsolete dir.
10197         * blank-mode.el: New version 9.2.  Replace whitespace functions by
10198         aliases in blank-mode.
10199         (whitespace-buffer): New fun.
10200         (whitespace-region): Alias for whitespace-buffer, because there is no
10201         blank-region fun.
10202         (whitespace-cleanup): Alias for blank-cleanup.
10203         (whitespace-cleanup-region): Alias for blank-cleanup-region.
10205 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
10207         * server.el (server-log-time-function): Doc fix.
10208         (server-buffer): Fix typo in docstring.
10210 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
10212         * view.el (view-buffer): Explain in doc-string why exit-action
10213         should not be set to kill-buffer.
10215         * arc-mode.el (archive-extract):
10216         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10217         exit-action when viewing the buffer.
10219 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10221         * add-log.el (change-log-search-file-name): Work harder to find
10222         the correct file name.
10223         (change-log-find-file): Fix typo.
10224         (change-log-start-entry-re): Move definition earlier.
10226 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10228         * add-log.el (change-log-search-file-name, change-log-find-file):
10229         New function.
10230         (change-log-font-lock-keywords): Move file name matching ...
10231         (change-log-file-names-re): ... here.  New defconst.
10232         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10234 2008-01-27  Alan Mackenzie  <acm@muc.de>
10236         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10237         enhance comments.
10239 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
10241         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10242         methods, the host name must be a local host.
10244 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10246         * vc.el: Add TODO item about not defaulting to RCS.
10248         * server.el (server-process-filter): Check for non-nil before
10249         calling file-directory-p.
10251 2008-01-27  Alan Mackenzie  <acm@muc.de>
10253         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10254         arglist-cont-nonempty.
10256         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10257         for a brace with syntax arglist-cont-nonempty.
10259         * progmodes/cc-styles.el (c-style-alist): Add elements for
10260         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10262 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
10264         * button.el (define-button-type): Clarify type of NAME in docstring.
10266 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * server.el (server-buffer): New const.
10269         (server-log): New var.
10270         (server-log): Use them.
10271         (server-process-filter): (Try to) run the continuation in the same cwd
10272         as the client's.
10274 2008-01-26  Alan Mackenzie  <acm@muc.de>
10276         * progmodes/cc-defs.el (c-save-buffer-state):
10277         Bind buffer-file-name and buffer-file-truename to nil, to prevent
10278         primitives generating "buffer is read only" messages.
10280 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
10282         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10283         (icalendar-import-format): Doc fix.  Allow function type.
10284         (icalendar--read-element): Doc fix.
10285         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
10286         type icalendar-import-format.  Make regexps non-greedy.
10287         (icalendar--format-ical-event): Handle function type
10288         icalendar-import-format.
10289         (icalendar-import-format-sample): New function.
10291 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
10293         * vc.el (vc-exec-after): For mode-line-process highlighting, if
10294         `compile' is not available, fall back to font-lock-warning-face.
10296 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
10298         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10299         that the filename end is found even when the filename is empty.
10300         Fixes error and spurious newlines when marking files for deletion.
10302 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
10304         * subr.el (find-tag-default): Simplify using exclusively
10305         skip-syntax-backward/-forward.
10307 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
10309         * vc.el (vc-directory, vc-update-change-log): Remove check for
10310         Tramp.  Both functions work for it, though pretty slow
10311         (`vc-directory').  Maybe the implementation can be optimized.
10313         * net/tramp.el (tramp-dissect-file-name): Raise an error when
10314         Tramp 2.0 syntax is used.
10315         Suggested by Trent W. Buck <trentbuck@gmail.com>.
10317 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10319         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10320         invoke directory-files-and-attributes with last argument `integer'
10321         instead of `string'.
10322         (insert-directory): Add -n to the list of supported switches
10323         mentioned in the doc string.
10325 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10327         * blank-mode.el: New version 9.1.  Handle "long" line tail
10328         visualization.  Doc fix.
10329         (blank-line-length): Rename to blank-line-column.
10330         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10331         Initialization fix.
10332         (blank-replace-spaces-by-tabs): New fun.
10333         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10335 2008-01-25  Richard Stallman  <rms@gnu.org>
10337         * subr.el (add-hook): Implement `permanent-local-hook' property.
10339         * loadhist.el (file-provides, file-requires): Push the filename right.
10341 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
10343         * emacs-lisp/find-func.el (find-library): Wrap search for
10344         library name in condition-case to avoid reporting a scan-error.
10346 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10348         * server.el (server-process-filter): Don't force
10349         the authentication string to be followed by "\n".
10351 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10353         * blank-mode.el: New version 9.0.  New commands to clean up some blank
10354         problems like trailing blanks.  New faces and regexp for visualizing
10355         the blank problems.  Doc fix.
10356         (blank-chars, blank-global-modes, blank-chars-value-list)
10357         (blank-toggle-option-alist, blank-help-text): Initialization fix.
10358         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10359         (blank-indentation, blank-empty, blank-space-after-tab)
10360         (blank-indentation-regexp, blank-empty-at-bob-regexp)
10361         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10362         (blank-cleanup, blank-cleanup-region): New commands.
10363         (blank-color-on): Code fix.
10365 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10367         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10368         file name.
10369         (ibuffer-mode-map): Add binding to sort by file name.
10370         (ibuffer-filename/process-header-map): New variable.
10371         (filename-and-process): Add a header that sorts by file name.
10372         (ibuffer-mode): Mention sorting by file name.
10374         * ibuf-ext.el (filename/process): New sorter.
10376 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
10378         * view.el (kill-buffer-if-not-modified): Don't pass t to
10379         buffer-modified-p.
10381 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
10383         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10384         the source file in case of `rename'.
10385         Reported by Pete Forman <pete.forman@westerngeco.com>.
10387 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
10389         * allout.el (allout-keybindings-list): In initial setting, express
10390         meta-prefixed allout keys as vectors instead of strings, since the
10391         string form is interpreted in some cases as composed key
10392         modifiers, eg, accented keys.
10394         (allout-line-boundary-regexp): Clarify description.
10396         (set-allout-regexp): Repair the expressions so that the formfeed
10397         part is identified as one of the top-level groups, and is
10398         included in all the forms, not just the -line-boundary-regexp one.
10400         (allout-prefix-data): Incorporate information from the various
10401         allout regexp's formfeed alternative group, when present.
10403         (allout-write-file-hook-handler): Rectify mangling of the error
10404         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10405         condition-case handler was apparently reformatted as if it was a
10406         call to the error function.  An apparent repair attempt in version
10407         1.101 situated the original body of the error handling code as
10408         bogus condition-case handlers.  I've returned to just about the
10409         working code that was originally there, removing an unnecessary -
10410         but benign - enclosing 'progn'.  (Automated or cursory code fixes
10411         often aren't.)
10413         (allout-region-active-p): Fallback to value of mark-active if
10414         neither use-region-p nor region-active-p are present, for
10415         compatability with current and recent emacs major releases.
10417 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10419         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10420         (reftex-toc-restore-region):
10421         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10422         (reftex-index-phrases-apply-to-region):
10423         * textmodes/ispell.el (ispell-word):
10424         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10425         * progmodes/pascal.el (pascal-mark-defun):
10426         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10427         (f90-fill-region):
10428         * emulation/tpu-edt.el (tpu-set-mark):
10429         * emulation/crisp.el (crisp-region-active):
10430         * winner.el (winner-active-region):
10431         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10432         of bound tests in order to resolve conditionals at compile time.
10434 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
10436         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10437         not autoloaded, and we wouldn't want to load CL just to unload
10438         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
10440 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
10442         * delsel.el (delete-selection-pre-hook): Avoid clearing out
10443         pre-command-hook when text is read-only.
10445 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
10447         * vc.el (vc-process-filter): Do nothing if buffer not live.
10448         (vc-diff-finish): Rename from vc-diff-sentinel.
10449         No longer take REV1-NAME and REV2-NAME.
10450         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
10451         Don't do window resize if no window displays buffer.
10452         (vc-diff-internal): Use vc-diff-finish.
10454         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10455         In both cases, convert single call to one wrapped in dolist.
10457 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10459         * vc.el: Add a TODO item about missing files.
10460         (vc-exec-after): Add a tooltip to the new mode-line item.
10462 2008-01-24  Glenn Morris  <rgm@gnu.org>
10464         * t-mouse.el (gpm-mouse-start): Declare as a function.
10466 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
10468         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10469         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10470         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10471         Don't send `tramp-rsh-end-of-line' additionally, when setting the
10472         prompt.
10473         (tramp-wait-for-output): Distinguish different prompt formats.
10474         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10475         (tramp-local-host-p): Check whether temp directory is writable.
10477 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10479         * vc.el: Add TODO items.
10481 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
10483         * replace.el (occur-mode-find-occurrence-hook): New hook that can
10484         be used to reveal or highlight the location of a match.
10485         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10486         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10488 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
10490         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10491         for defcustom.
10492         (hide-ifdef-shadow): Add version number for defface.
10494 2008-01-23  Glenn Morris  <rgm@gnu.org>
10496         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10498 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10500         * progmodes/sh-script.el (sh-basic-offset):
10501         * progmodes/cc-vars.el (c-syntactic-indentation)
10502         (c-syntactic-indentation-in-macros): Mark as safe.
10504 2008-01-23  Richard Stallman  <rms@gnu.org>
10506         * icomplete.el (icomplete-get-keys):
10507         Look up KEYS using all maps in proper buffer.
10509 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
10511         * frame.el (display-mm-height, display-mm-width):
10512         * whitespace.el (whitespace-check-leading-whitespace)
10513         (whitespace-check-trailing-whitespace)
10514         (whitespace-check-spacetab-whitespace)
10515         (whitespace-check-indent-whitespace)
10516         (whitespace-check-ateol-whitespace):
10517         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10519 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10521         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10522         after-save-hook so that it is not called multiple times.
10524         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10526 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
10528         * view.el (view-file-other-window, view-file-other-frame):
10529         Don't kill the buffer if it is modified.  Doc fixes.
10530         (kill-buffer-if-not-modified): New function.
10531         (view-file): Don't kill the buffer if it is modified.
10533         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10534         (ebrowse-view/find-file-and-search-pattern):
10535         Call view-file-other-window instead of ebrowse-view-file-other-window.
10536         (ebrowse-view-file-other-frame): Don't call
10537         current-window-configuration.  Fix second argument in the call to
10538         view-mode-enter.  Doc fix.
10540 2008-01-23  Richard Stallman  <rms@gnu.org>
10542         * subr.el (atomic-change-group): Prevent undo list truncation.
10544 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10546         * files.el (safe-local-eval-forms):
10547         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10549 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
10551         * comint.el (comint-insert-input): Set point first.
10553         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10554         session doesn't hang because gdb-pending-triggers is non-nil.
10555         (gdb-frame-handler): Use buffer-file-name instead of
10556         buffer-name in case of duplicate file names.
10558 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10560         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10561         C-M-e and C-M-h for emacs, they work by default.
10562         (verilog-emacs-features): Remove.
10563         (verilog-setup-dual-comments, verilog-populate-syntax-table):
10564         Remove.  Move syntax table initialization ...
10565         (verilog-mode-syntax-table): ... here.
10566         (verilog-mode): Don't initialize the syntax table here.
10567         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10568         does not need it.
10570 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10572         * progmodes/verilog-mode.el (verilog-booleanp): New function for
10573         backward compatibility.  Replace all uses of booleanp with
10574         verilog-booleanp.
10576 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10578         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10580 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10582         * progmodes/verilog-mode.el (top-level): Fix spacing.
10583         (verilog-mode-version, verilog-mode-release-date):
10584         Update version number.
10585         (verilog-mode-release-emacs): New variable.
10586         (compile-command, reporter-prompt-for-summary-p):
10587         Define for byte compiler.
10588         (verilog-startup-message-lines, verilog-startup-message-displayed)
10589         (verilog-display-startup-message): Remove.
10590         (verilog-highlight-p1800-keywords): Improve docstring.
10591         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10592         (vector-skip-list): Only defvar at compile time.
10593         (verilog-highlight-translate-off, verilog-indent-level)
10594         (verilog-indent-level-module, verilog-indent-level-declaration)
10595         (verilog-indent-declaration-macros, verilog-indent-lists)
10596         (verilog-indent-level-behavioral, verilog-indent-level-directive)
10597         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10598         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10599         (verilog-tab-to-comment, verilog-indent-begin-after-if)
10600         (verilog-align-ifelse, verilog-minimum-comment-distance)
10601         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10602         (verilog-auto-endcomments, verilog-auto-read-includes)
10603         (verilog-auto-star-expand, verilog-auto-star-save)
10604         (verilog-library-flags, verilog-library-directories)
10605         (verilog-library-files, verilog-library-extensions)
10606         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10607         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10608         (verilog-assignment-delay, verilog-auto-inst-vector)
10609         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10610         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10611         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10612         Add safe-local-variable properties.
10613         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10614         (verilog-re-search-backward, verilog-error-regexp-add)
10615         (verilog-end-block-re, verilog-emacs-features)
10616         (verilog-populate-syntax-table, verilog-setup-dual-comments)
10617         (verilog-type-font-keywords, verilog-inside-comment-p)
10618         (electric-verilog-backward-sexp, verilog-backward-sexp)
10619         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10620         (electric-verilog-terminate-line, electric-verilog-semi)
10621         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10622         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10623         (verilog-beg-of-statement, verilog-in-case-region-p)
10624         (verilog-in-struct-region-p, verilog-in-generate-region-p)
10625         (verilog-in-fork-region-p, verilog-backward-case-item)
10626         (verilog-set-auto-endcomments, verilog-get-expr)
10627         (verilog-expand-vector-internal, verilog-surelint-off)
10628         (verilog-batch-execute-func, verilog-calculate-indent)
10629         (verilog-calc-1, verilog-calculate-indent-directive)
10630         (verilog-leap-to-head, verilog-continued-line)
10631         (verilog-backward-token, verilog-backward-syntactic-ws)
10632         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10633         (verilog-forward-ws&directives, verilog-at-constraint-p)
10634         (verilog-skip-backward-comments, verilog-indent-line-relative)
10635         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10636         (verilog-pretty-declarations, verilog-pretty-expr)
10637         (verilog-just-one-space, verilog-indent-declaration)
10638         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10639         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10640         (verilog-read-always-signals-recurse, verilog-read-instants)
10641         (verilog-read-auto-template, verilog-set-define)
10642         (verilog-read-defines, verilog-read-signals, verilog-getopt)
10643         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10644         (verilog-modi-cache-results, verilog-insert-one-definition)
10645         (verilog-make-width-expression, verilog-delete-autos-lined)
10646         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10647         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10648         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10649         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10650         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10651         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10652         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10653         (verilog-load-file-at-mouse, verilog-load-file-at-point)
10654         (verilog-library-files): Cleanup spacing of )'s they should not be
10655         on unique lines.  Fix checkdoc warnings.
10657 2008-01-22  Glenn Morris  <rgm@gnu.org>
10659         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10660         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10661         from defcustoms.
10662         (hide-ifdef-shadow): Remove autoload cookie from defface.
10664         * vc.el (vc-diff-sentinel): Do not write a footer if there were
10665         differences.
10667 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
10669         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10670         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
10671         manual entry.
10673 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
10675         * net/dbus.el (dbus-ignore-errors): New macro.
10676         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
10677         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10678         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10679         (dbus-get-signatures): Apply `dbus-ignore-errors'.
10681 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
10683         * outline.el (outline-up-heading): Fix check for top level to
10684         avoid infinite looping in hide-other.
10686 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10688         * vc.el (vc-process-sentinel): After calling the previous
10689         sentinel, do nothing if the process' buffer is not live.
10691 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10693         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10694         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
10695         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
10696         blank-mode faces.  Doc fix.  New version 8.1.
10697         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10698         CONDITION BODY).
10699         (blank-space-face): Face/option name replaced by blank-space.
10700         (blank-hspace-face): Face/option name replaced by blank-hspace.
10701         (blank-tab-face): Face/option name replaced by blank-tab.
10702         (blank-newline-face): Face/option name replaced by blank-newline.
10703         (blank-trailing-face): Face/option name replaced by blank-trailing.
10704         (blank-line-face): Face/option name replaced by blank-line.
10705         (blank-space-before-tab-face): Face/option name replaced by
10706         blank-space-before-tab.
10707         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10709 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10711         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10712         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10713         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10714         (global-blank-mode): Doc fixes.
10715         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10716         (blank-newline-face, blank-trailing-face, blank-line-face)
10717         (blank-space-before-tab-face, blank-display-mappings)
10718         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10719         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10720         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10721         Fix typos in docstrings.
10723 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10725         * server.el (server-log-time-function): New variable.
10726         (server-log): Use it.
10728 2008-01-21  Glenn Morris  <rgm@gnu.org>
10730         * progmodes/hideif.el: Move defcustoms and defface to start of file.
10732         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10734 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10736         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10737         (org-descriptive-links, org-link-file-path-type)
10738         (org-remember-use-refile-when-interactive)
10739         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10740         (org-export-ascii-bullets, org-agenda-deadline-faces)
10741         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10742         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10743         (org-kill-note-or-show-branches): Fix typos in docstrings.
10745 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
10747         * vc.el (vc-process-sentinel): Set mode-line-process.
10748         (vc-exec-after): Likewise, for the `run' process status.
10750 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * ibuffer.el (ibuffer-mode): Fix last change.
10754 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
10756         * vc-hg.el (vc-hg-registered):
10757         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10759 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
10761         * repeat.el (repeat-undo-count): New variable.
10762         (repeat): For self-insertions make undo boundary only after 20
10763         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
10765 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10767         * net/imap.el (imap-ping-server): New variable.
10768         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10769         (imap-ping-server): Minor doc string fixes.
10771 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10773         * net/imap.el (imap-ping-server): New function.
10774         (imap-opened): Call imap-ping-server.
10776 2008-01-20  Glenn Morris  <rgm@gnu.org>
10778         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10779         prevent infloops.
10781 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
10783         * progmodes/python.el (python-imports): Default to "None".
10785 2008-01-19  Tom Tromey  <tromey@redhat.com>
10787         * vc-svn.el (vc-svn-after-dir-status): New function.
10788         (vc-svn-dir-status): Run svn asynchronously.
10790 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
10792         * progmodes/hideif.el (hide-ifdef-shadow): New option.
10793         (hide-ifdef-shadow): New face.
10794         (hide-ifdef-toggle-shadowing): New function to toggle between
10795         shadowing and making code invisible.
10796         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10797         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10798         (hide-ifdef-region-internal): Give new overlay hide-ifdef
10799         property.  Shadow text when hide-ifdef-shadow is non-nil.
10800         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10801         (hif-hide-line): Use when instead of if.
10802         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10803         Remove unneeded * from doc-strings.
10805 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10808         the hscroll behavior was fixed.
10809         (doc-view-mode): Disable auto-hscroll-mode.
10811 2008-01-18  Tom Tromey  <tromey@redhat.com>
10813         * vc-svn.el (vc-svn-dir-status): New function.
10815 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10817         * vc.el: Make vc-status asynchronous.
10818         (vc-update-vc-status-buffer): New function broken out of ...
10819         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
10820         the dir-status backend function.
10822         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10823         Move the output processing to ...
10824         (vc-hg-after-dir-status): ... here.  Call the function passed as
10825         an argument with the results.
10827 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10830         (doc-view-insert-image): Do something if the image is missing.
10831         (doc-view-mode): Don't use file-remote-p.
10833 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
10835         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10836         (org-export-latex-special-chars): Convert "..." in \ldots
10837         and skip tables.
10838         (org-export-latex-fontify-headline): Change parameter name.
10839         (org-export-as-latex): Handle export of subtrees.
10840         (org-export-latex-make-header): New argument TITLE.
10841         (org-export-latex-content): New argument EXCLUDE-LIST.
10842         (org-list-parse-list): New name for org-export-latex-parse-list.
10843         (org-export-latex-make-header): New name for
10844         org-export-latex-make-preamble.
10845         (org-list-to-generic): New name of org-export-list-to-generic.
10846         (org-list-to-latex): New name of org-export-list-to-latex.
10847         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10848         (org-list-send-list, org-list-to-texinfo)
10849         (org-list-to-html): New functions.
10850         (org-export-latex-tables-column-borders)
10851         (org-export-latex-default-class, org-export-latex-classes)
10852         (org-export-latex-classes-sectioning)
10853         (org-list-radio-list-templates): New options.
10854         (org-export-latex-header): New variable.
10855         (org-latex-entities): New constant.
10856         (org-export-latex-default-sectioning, org-export-latex-preamble)
10857         (org-export-latex-prepare-text-option)
10858         (org-export-latex-get-sectioning): Remove.
10860 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
10862         * textmodes/org-publish.el (org-publish-current-project):
10863         Fix bug with forcing publication.
10865         * textmodes/org.el (org-export-with-special-strings): New option.
10866         (org-export-html-convert-special-strings): New function.
10867         (org-html-do-expand): `org-export-html-convert-special-strings'
10868         added to the list of conversion.
10869         (org-infile-export-plist, org-get-current-options): Add support
10870         for "-" in the #+OPTION line to let user switch on/off special
10871         strings conversion.
10872         (org-export-plist-vars): New :html-table-tag property.
10873         (org-export-as-html, org-format-org-table-html)
10874         (org-format-table-table-html) Use the :html-table-tag property
10875         instead of the `org-export-html-table-tag' global value.
10876         (org-additional-option-like-keywords): Add "TBLFM".
10877         (org-entry-properties): Include the CLOCKSUM special property.
10878         (org-columns-edit-value): Do not allow to edit the special
10879         CLOCKSUM property.
10880         (org-flag-drawer): Use the original value of `outline-regexp'.
10881         (org-remember-handler): Add invisible-ok flag to call to
10882         `org-end-of-subtree'.
10883         (org-agenda-highlight-todo): Respect
10884         `org-agenda-todo-keyword-format'.
10885         (org-agenda-todo-keyword-format): New option.
10886         (org-infile-export-plist): No restriction while searching for options.
10887         (org-remember-handler): Remove comments at the end of the buffer.
10888         (org-remember-use-refile-when-interactive): New option.
10889         (org-table-sort-lines): Make sure sorting works on link
10890         descritions only, and ignores the link.
10891         (org-sort-entries-or-items): Make sure the end of the subtree is
10892         included.
10893         (org-refile-use-outline-path): New allowed values `file' and
10894         `full-file-path'.
10895         (org-get-refile-targets): Respect new values for
10896         `org-refile-use-outline-path'.
10897         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10898         (org-export-as-xoxo): Restore point when done.
10899         (org-open-file): Allow multiple %s in command.
10900         (org-clock-in-switch-to-state): New option.
10901         (org-first-list-item-p): New function.
10902         (org-last-remember-storage-locations): New variable.
10903         (org-get-refile-targets): Interpret the new maxlevel setting.
10904         (org-refile-targets): New option `:maxlevel'.
10905         (org-copy-subtree): Include empty lines before but not after subtree.
10906         (org-back-over-empty-lines, org-skip-whitespace): New functions.
10907         (org-move-item-down, org-move-item-up): Include empty lines before
10908         but not after item.
10909         (org-first-sibling-p): New function.
10910         (org-remember-apply-template): Defaults, completions and history
10911         for template prompts.  Also, interpret new `%!' escape.
10912         (org-context-choices): New constant.
10913         (org-bound-and-true-p): New macro.
10914         (org-imenu-depth): New option.
10915         (org-imenu-markers): New variable.
10916         (org-imenu-new-marker, org-imenu-get-tree)
10917         (org-speedbar-set-agenda-restriction): New functions.
10918         (org-agenda-set-restriction-lock)
10919         (org-agenda-remove-restriction-lock)
10920         (org-agenda-maybe-redo): New functions.
10921         (org-agenda-restriction-lock): New face.
10922         (org-agenda-restriction-lock-overlay)
10923         (org-speedbar-restriction-lock-overlay): New variables.
10924         (org-open-at-point): Remove obsolete way to do redirection in
10925         shell links.
10926         (org-imenu-and-speedbar): New customization group.
10927         (org-entry-properties): Return keyword-less time strings.
10928         (org-clock-heading-function): New option.
10929         (org-clock-in): Use `org-clock-heading-function'.
10930         (org-calendar-holiday): Try to use `calendar-check-holidays'
10931         instead of the obsolete `check-calendar-holidays'.
10932         (org-export-html-special-string-regexps): New constant.
10933         (org-massive-special-regexp): New variable.
10934         (org-compute-latex-and-specials-regexp)
10935         (org-do-latex-and-special-faces): New functions.
10936         (org-latex-and-export-specials): New face.
10937         (org-highlight-latex-fragments-and-specials): New option.
10938         (org-link-escape-chars): Use characters instead of strings.
10939         (org-link-escape-chars-browser, org-link-escape)
10940         (org-link-unescape): Use characters instead of strings.
10941         (org-export-html-convert-sub-super, org-html-do-expand): Check for
10942         protected text.
10943         (org-emphasis-alist): Additional `verbatim' flag.
10944         (org-set-emph-re): Handle the verbatim flag and compute
10945         `org-verbatim-re'.
10946         (org-cleaned-string-for-export): Protect verbatim elements.
10947         (org-verbatim-re): New variable.
10948         (org-hide-emphasis-markers): New option.
10949         (org-additional-option-like-keywords): Add new keywords.
10950         (org-get-entry): Rename from `org-get-cleaned-entry'.
10951         (org-icalendar-cleanup-string): New function for quoting icalendar text.
10952         (org-agenda-skip-scheduled-if-done): New option.
10953         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10954         `org-agenda-skip-scheduled-if-done'.
10955         (org-prepare-agenda-buffers): Allow buffers as arguments.
10956         (org-entry-properties): Add CATEGORY as a special property.
10957         (org-use-property-inheritance): Allow a list of properties as a value.
10958         (org-eval-in-calendar): No longer update the prompt.
10959         (org-read-date-popup-calendar): Rename from
10960         `org-popup-calendar-for-date-prompt'.
10961         (org-read-date-display-live): New variable.
10962         (org-read-date-display): New function.
10963         (org-read-date-analyze): New function.
10964         (org-remember-apply-template): Define `remember-finalize' if it is
10965         not yet defined.
10966         (org-remember-insinuate): New function.
10967         (org-read-date-prefer-future): New option.
10968         (org-read-date): Respect the setting of
10969         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
10970         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10971         hardcoded string.
10972         (org-remember-apply-template): Use `remember-finalize' instead of
10973         `remember-buffer'.
10974         (org-columns-compute, org-column-number-to-string)
10975         (org-columns-uncompile-format, org-columns-compile-format)
10976         (org-columns-compile-format): Handle printf format specifier.
10977         (org-columns-new, org-column-number-to-string)
10978         (org-columns-uncompile-format, org-columns-compile-format):
10979         Support for new currency summary type.
10980         (org-tree-to-indirect-buffer): Do not kill old buffer when
10981         `org-indirect-buffer-display' is `new-frame'.
10982         (org-indirect-buffer-display): Document that `new-frame' leads to
10983         indiret buffer proliferation.
10984         (org-agenda-list): Use `org-extend-today-until'.
10985         (org-extend-today-until): New option.
10986         (org-format-org-table-html): Use lower-case for <col> tag.
10987         (org-agenda-execute): New command.
10988         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10989         (org-select-remember-template): New function.
10990         (org-remember-apply-template): Use `org-select-remember-template'.
10991         (org-go-to-remember-target): New function.
10993 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10995         * vc.el: Add a TODO note about vc-state.
10996         (vc-next-action): Register 'unregistered and 'ignored files.
10997         Use when and unless instead of if where appropriate.
10998         (vc-start-entry): Fix typo.
10999         (vc-status): Autoload it.
11001 2008-01-18  Glenn Morris  <rgm@gnu.org>
11003         * ffap.el (ffap-alist): Remove space from RFC regexp.
11005 2008-01-18  Richard Stallman  <rms@gnu.org>
11007         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11008         than face-spec-recalc.
11010 2008-01-18  Glenn Morris  <rgm@gnu.org>
11012         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11014 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11015             Miles Bader  <miles@gnu.org>
11017         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
11018         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
11019         for handling display table (via visws.el package), his code was
11020         modified, but the main idea was kept.
11022 2008-01-17  Glenn Morris  <rgm@gnu.org>
11024         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11025         (ibuffer-save-filters): Remove calls to deleted
11026         ibuffer-update-mode-name.
11028 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
11030         * longlines.el (longlines-mode, longlines-show-region)
11031         (longlines-unshow-hard-newlines): Bind buffer-file-name and
11032         buffer-file-truename to nil while modifying buffer.
11034         * cus-edit.el (custom-reset-standard-variables-list)
11035         (custom-reset-standard-faces-list): New variables.
11036         (custom-reset-standard-save-and-update): New function.
11037         (Custom-save): Apply custom-mark-to-save before and
11038         custom-state-set-and-redraw after saving options.
11039         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11040         options and call custom-reset-standard-save-and-update.
11041         (custom-variable, custom-face, custom-group): Provide new
11042         entries for custom-mark-to-save, custom-mark-to-reset-standard,
11043         and custom-state-set-and-redraw.
11044         (custom-variable-mark-to-save)
11045         (custom-variable-state-set-and-redraw)
11046         (custom-variable-mark-to-reset-standard)
11047         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11048         (custom-face-mark-to-reset-standard)
11049         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11050         (custom-group-mark-to-reset-standard): New functions.
11051         (custom-variable-save): Move save, state-set, and redraw
11052         functionality to custom-variable-mark-to-save.
11053         (custom-face-save): Move save, state-set, and redraw
11054         functionality to custom-face-mark-to-save.
11055         (custom-group-save): Move save, state-set, and redraw
11056         functionality to custom-group-mark-to-save.
11057         (custom-variable-reset-standard, custom-face-reset-standard)
11058         (custom-group-reset-standard): Move save, state-set, and redraw
11059         functionality to custom-reset-standard-save-and-update.
11061         (custom-buffer-create-internal): Fix text in verbose help.
11062         (custom-face-value-create): Indent doc-strings of faces like
11063         those of variables.
11065 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * server.el (server-process-filter): Replace lineno and columnnno
11068         which defaulted to 1&0 with filepos which defaults to nil.
11069         (server-goto-line-column): Only receive the filepos.
11070         Only move if filepos is non-nil.
11071         (server-visit-files): Slight restructure to consolidate two calls to
11072         server-goto-line-column into just one.
11074         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11075         the use of degraded mode.
11076         (nxml-degrade): Don't change mode-name.
11078         * nxml/rng-nxml.el (rng-nxml-mode-init):
11079         Don't overwrite mode-line-process.
11081         * ibuffer.el (mode): Pass the buffer to format-mode-line.
11082         (ibuffer-update-mode-name): Remove.
11083         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11084         (ibuffer-mode): Use mode-line-process instead.
11086         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11087         Use derived-mode-p.
11088         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11090         * help.el (describe-mode): Pass the right buffer to format-mode-line.
11092 2008-01-16  Glenn Morris  <rgm@gnu.org>
11094         * comint.el (comint-regexp-arg): Fix no-input case.
11096 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
11098         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11099         * pcvs.el (cvs-revert-if-needed):
11100         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11102         * vc-svn.el (vc-svn-find-file-hook):
11103         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11105 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
11107         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11108         (icalendar-export-file, icalendar-import-file):
11109         Restore significant trailing whitespace in `interactive' prompts.
11111 2008-01-16  Tom Tromey  <tromey@redhat.com>
11113         * calendar/icalendar.el (icalendar--convert-tz-offset)
11114         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11115         (icalendar--find-time-zone): New functions.
11116         (icalendar--decode-isodatetime): Add `zone' argument, passed to
11117         `decode-time'.  Doc fix.
11118         (icalendar--convert-ical-to-diary): Compute zone-map.
11119         Pass timezone to icalendar--decode-isodatetime.
11121 2008-01-16  Alan Mackenzie  <acm@muc.de>
11123         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11124         an eval-and-compile, so as to permit byte-compiling (e.g. in
11125         bootstrap).
11127 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11129         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11130         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11131         using the same key for different menu entries.
11133         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11134         (smerge-makeup-conflict): New command.
11136 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
11138         * log-edit.el (log-edit): Doc fix.
11140 2008-01-15  Glenn Morris  <rgm@gnu.org>
11142         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11144 2008-01-14  Alan Mackenzie  <acm@muc.de>
11146         * progmodes/cc-vars.el (c-constant-symbol): New function which
11147         supersedes c-const-symbol.  During a customize-.. call it enables
11148         an element of (e.g.) c-hanging-braces alist to have its name
11149         displayed, even when the default value of c-h-b etc. doesn't
11150         include the elemnt.  Replace uses of the old function by the new.
11152         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11153         obscure non-working fragment ":value c-".
11155 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11159 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
11161         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11162         instead of `tramp-file-name-real-host'.
11164         * net/trampver.el: Update release number.
11166 2008-01-14  Alan Mackenzie  <acm@muc.de>
11168         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11169         call inside a struct being recognised as a K&R argument.
11171 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11173         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11174         Accept "fatal error" from MSFT.
11175         Reported by Jared Finder <jfinder@crypticstudios.com>.
11177 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
11179         * smerge-mode.el (smerge-auto): New function.
11180         * vc-svn.el (vc-svn-find-file-hook):
11181         * vc-arch.el (vc-arch-find-file-hook):
11182         * pcvs.el (cvs-revert-if-needed):
11183         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11184         (top-level): Add a Todo list.
11186 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
11188         * vc.el (vc-update): Resolve conflicts if necessary instead of
11189         just updating the buffer.
11191         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11192         update command so that we can parse the output.
11194 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
11196         * mail/rmail.el (rmail-convert-to-babyl-format):
11197         Remove save-excursion to avoid infinite looping.
11198         Reported by dnz <dnz@bk.ru>.
11200 2008-01-12  Glenn Morris  <rgm@gnu.org>
11202         * woman.el (woman-parse-numeric-arg): Change handling of `==':
11203         can be interned without a function definition.
11205 2008-01-12  Jason Rumney  <jasonr@gnu.org>
11207         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11208         (rng-nxml-mode-init): Declare.
11210 2008-01-11  Jason Rumney  <jasonr@gnu.org>
11212         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11213         (rng-preferred-prefix-alist-default): Remove.
11215         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11216         Rename from nxml-enable-unicode-char-name-sets-flag.
11217         (nxml-enable-unicode-char-name-sets-1): Merge into
11218         nxml-enable-unicode-char-name-sets.
11219         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11220         nxml-char-name-ignore-case here.
11222         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11223         Update doc string and commentary.
11224         (nxml-char-name-ignore-case): Change default value.
11225         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11227 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
11229         * cus-start.el (all): Add missing version entries.
11231 2008-01-11  Glenn Morris  <rgm@gnu.org>
11233         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11234         (euc-to-flat-code, flat-code-to-euc):
11235         * textmodes/org.el (elmo-msgdb-overview-get-entity)
11236         (wl-summary-buffer-msgdb): Declare as funtions.
11238 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
11240         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11241         Bind buffer-file-name and buffer-file-truename.
11243         * fringe.el (fringe-mode-explicit): New variable.
11244         (set-fringe-mode): Don't alter default-frame-alist when just
11245         loading this file.
11247 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11249         * doc-view.el (doc-view-buffer-file-name): New variable.
11250         (doc-view-convert-current-doc, doc-view-search)
11251         (doc-view-current-cache-dir, doc-view-initiate-display)
11252         (doc-view-mode): Use it.
11253         (doc-view-bookmark-make-cell): Use variable buffer-file-name
11254         instead of function.
11256 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11258         * vc-svn.el (vc-svn-registered): Return the correct value for
11259         ignored and unregistered files.
11261 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11263         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11265 2008-01-10  Tom Tromey  <tromey@redhat.com>
11267         * vc.el (vc-status-unmark-all-files): New function.
11268         (vc-status-unmark-all-files): Likewise.
11269         (vc-status-mode-map): Add bindings.
11271 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11273         * ediff*.el: Uncomment declare-function.
11275         * emulation/viper*.el: Uncomment declare-function.
11277 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11279         * doc-view.el (doc-view-mode): Support tramp, compressed files and
11280         files inside archives uniformly.
11282 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11284         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11285         constant with a computation on sgml-specials rather than a literal
11286         list.  Without this change the syntax table is generated
11287         incorrectly, and the mode will think it's in a comment following
11288         any instance of the string "--".
11290 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11292         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11293         (doc-view-mode): Support document files inside archives.
11295 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
11297         * vc.el (vc-deduce-fileset): Return the currently selected file if
11298         no files are selected when using vc-status.
11300 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
11302         * ediff*.el: Comment out declare-function.  "make bootstrap"
11303         stops with an error and Emacs does not compile with those things in.
11304         Besides, declare-function is not defined in XEmacs.
11306         * ediff-util (eqiff-quit): Autoraise minibuffer.
11308         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11310         * emulation/viper*.el: Comment out declare-function -- not defined
11311         in XEmacs.
11313         * emulation/viper-ex.el (viper-info-on-file):
11314         Take care of indirect buffers.
11316         * emulation/viper.el (viper-set-hooks, set-cursor-color):
11317         Set viper-vi-state-cursor-color.
11319 2008-01-09  Tom Tromey  <tromey@redhat.com>
11321         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11322         Just return header.
11323         (vc-status-move-to-goal-column): New function.
11324         (vc-status-mode-map): Define more keys.
11325         (vc-status-mode): Use vc-status-refresh.  Now 'special.
11326         (vc-status-refresh): New function.
11327         (vc-status-next-line): Likewise.
11328         (vc-status-previous-line): Likewise.
11329         (vc-status-mark-file): Use vc-status-next-line.
11330         (vc-status-unmark-file): Use vc-status-previous-line.
11331         (vc-status-unmark-file-up): New function.
11332         (vc-status-register): Likewise.
11333         (vc-status-find-file): Likewise.
11334         (vc-status-find-file-other-window): Likewise.
11335         (vc-status-current-file): Likewise.
11336         (vc-ensure-vc-buffer): Understand vc-status mode.
11338         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11340 2008-01-09  Glenn Morris  <rgm@gnu.org>
11342         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11343         entry, for Windows.
11345 2008-01-09  Tom Tromey  <tromey@redhat.com>
11347         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11349 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11352         add a file-name handler.
11354 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11356         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11357         Rename from function bibtex-files-expand.  New optional arg select.
11358         (bibtex-flash-head): Allow blink-matching-delay being zero.
11359         (bibtex-clean-entry): Use atomic-change-group.
11360         (bibtex-format-entry): Check presence of required fields only
11361         after formatting of fields.  Use member-ignore-case.  Do not use
11362         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
11363         (bibtex-autofill-entry): Do not call undo-boundary.
11364         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11365         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11366         Parse keys if necessary.
11368 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11370         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11371         quotes in case of spaces, e.g. STL containers (not pretty).
11373 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11375         * progmodes/gdb-ui.el (gud-gdb-command-name):
11376         Explain "--annotate=3" option is necessary for the Graphical Interface.
11378 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11380         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11381         on menu bar.
11383 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11385         * ffap.el (ffap-read-file-or-url): Let-bind
11386         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11388 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
11390         * vc-bzr.el: Fix typo in header.
11392 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
11394         * Makefile.in (custom-deps, finder-data): Depend on autoloads
11395         instead of loaddefs.el.
11397 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11399         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11400         gets inserted out-of-order.
11402 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
11404         * vc-bzr.el: Copyright and version headers update.
11405         Remove some outdated comments through the whole file.
11406         (vc-bzr-program-args): Remove because unused.
11407         (vc-bzr-log-switches): New customization option.
11408         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
11409         use `vc-bzr-program-args'.
11410         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11411         `vc-find-root' (patch by Andreas Hoenen).
11412         (vc-bzr-status): Update regex to match latest Bzr output.
11413         Remove redundant test.
11414         (vc-bzr-init-version): New function.
11415         (vc-bzr-unregister): Must not delete file.
11416         (vc-bzr-find-version): New function.
11417         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11418         a non-empty string, otherwise take head revision.
11419         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11420         (vc-bzr-diff): Simpler build of the revision spec string.
11421         (vc-annotate-convert-time, vc-bzr-annotate-difference):
11422         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11423         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
11424         (vc-bzr-dired-state-info): Only provide custom strings for
11425         overloaded VC state 'edited; otherwise fallback to
11426         `vc-default-dired-state-info'.
11428 2008-01-08  Richard Stallman  <rms@gnu.org>
11430         * delsel.el (delete-selection-mode): Doc fix.
11432 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11434         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11435         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11437         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11438         of watch expressions (only works fully with GDB 6.7 or later).
11440 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
11442         * time-stamp.el (time-stamp-time-zone):
11443         * whitespace.el (whitespace-check-buffer-leading)
11444         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11445         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11446         * progmodes/sh-script.el (sh-indentation):
11447         * textmodes/ispell.el (ispell-local-pdict):
11448         Add safe-local-variable properties.
11450 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11452         * vc-git.el (vc-git--call): Apply `process-file' instead of
11453         `call-process'.
11455         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11456         Reported by Pete Forman <pete.forman@westerngeco.com>.
11457         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11458         (tramp-handle-process-file): Handle the case where DESTINATION is
11459         a consp with t as car.
11460         (tramp-wait-for-output): We shall remove exactly what has been
11461         find by the search.
11463 2008-01-08  Kevin Ryde  <user42@zip.com.au>
11465         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11466         For perl, allow "during global destruction" at end.  Add entry for
11467         two-arg form of the Test module ok() func.
11469 2008-01-08  Glenn Morris  <rgm@gnu.org>
11471         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11472         unified format.
11474         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11476 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
11478         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11479         Simplify selection of frame focusing function.
11481 2008-01-08  Michael Olson  <mwolson@gnu.org>
11483         * textmodes/remember.el (remember-region): Fix typo in docstring.
11485 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11487         * textmodes/remember.el (remember): If there is a visible region
11488         [that is, the mark is active and transient mark mode is enabled]
11489         then use this region for the initial contents of the *Remember*
11490         buffer.  Use `region-beginning' and `region-end' instead of
11491         `point' and `mark'.
11493 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
11495         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11496         argument to vc-hg-command.
11497         (vc-hg-log-view-mode): Handle the user field better.
11499 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11501         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11503 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11505         * vc.el (vc-status-fileinfo): New defstruct.
11506         (vc-status): New defvar.
11507         (vc-status-insert-headers, vc-status-printer, vc-status)
11508         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11509         (vc-status-unmark-file, vc-status-marked-files): New functions.
11511         * vc-hg.el (vc-hg-dir-status): New function.
11513 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
11515         * cus-edit.el (custom-tool-bar-map): Move initialization of this
11516         keymap from here ...
11517         (custom-mode): ... to here.  Reported by Reiner Steib.
11519 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11521         * obsolete/x-apollo.el: Remove file for unsupported system.
11523         * term/x-win.el (vendor-specific-keysyms): Remove reference to
11524         Apollo.
11526         * progmodes/gud.el (gud-dgux-p): Remove.
11527         (dbx): Remove reference to dgux.
11529         * progmodes/ps-mode.el (ps-mode-print-function):
11530         * ps-print.el (ps-lp-system):
11531         * paths.el (rmail-spool-directory):
11532         * ls-lisp.el (ls-lisp-emulation):
11533         * lpr.el (lpr-lp-system):
11534         * dired.el (dired-chown-program): Remove references to dgux.
11536 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * vc.el (vc-process-sentinel): Fix apparent typo.
11539         (vc-do-command): Forcefully kill any left over process.
11540         Use start-file-process.
11541         (vc-annotate-get-time-set-line-props): Check we don't move backward.
11543 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
11545         * net/dbus.el (dbus-list-hash-table)
11546         (dbus-name-owner-changed-handler): Replace "signal" by "member".
11547         (dbus-check-event): Add serial number to event.
11548         (dbus-handle-event): Apply return message if needed.
11549         (dbus-event-serial-number): New defun.
11550         (dbus-event-service-name, dbus-event-path-name)
11551         (dbus-event-interface-name, dbus-event-member-name):
11552         Adapt implementation to serial number.
11554 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11556         * bs.el (bs--get-mode-name): Fix typo in previous change.
11558 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11560         * mouse.el (mouse-popup-menubar): Fix typo.
11562         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11563         form inside with-current-buffer.
11565         * progmodes/antlr-mode.el (provide): Move to the end of file.
11566         (require): Don't require font-lock and compile.
11567         (outline-level, imenu-use-markers, imenu-create-index-function):
11568         Move declarations to top level.
11569         (cond-emacs-xemacs-macfn): Declare for compiler.
11571         * vc-bzr.el (vc-bzr-root):
11572         * vc-arch.el (vc-arch-root): Only set a property if the file is
11573         managed by this backend.
11575         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11577 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
11579         * doc-view.el (doc-view-scroll-up-or-next-page)
11580         (doc-view-scroll-down-or-previous-page): Don't scroll to the
11581         top/bottom again when on the first/last page.
11583         * doc-view.el (doc-view-scroll-up-or-next-page)
11584         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11585         image-scroll-down instead of the non-image equivalents.
11586         Don't rely on a signalled condition but switch pages when scrolling
11587         doesn't change the vertical position anymore.
11588         (doc-view-mode-map): Remap scroll-{up,down} to
11589         image-scroll-{up,down}.
11591 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
11593         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11594         tpu-mapper command rather than load the tpu-mapper package.
11596         * emulation/tpu-mapper.el (tpu-mapper): New command.
11597         Contains all the code previously at top-level.
11599 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11601         * bs.el (bs--sort-by-mode, bs--get-mode-name):
11602         * imenu.el (imenu-add-to-menubar):
11603         * makesum.el (make-command-summary):
11604         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11605         (mouse-buffer-menu):
11606         * msb.el (msb--mode-menu-cond):
11607         * calc/calc-embed.el (calc-do-embedded):
11608         * emacs-lisp/helper.el (Helper-describe-mode):
11609         * mail/emacsbug.el (report-emacs-bug):
11610         * progmodes/hideshow.el (hs-grok-mode-type):
11611         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11612         * textmodes/table.el (*table--cell-describe-mode):
11613         Pass mode-name through format-mode-line.
11615 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11617         * progmodes/ada-xref.el (ada-prj-find-prj-file):
11618         * progmodes/ada-mode.el (comment-region):
11619         * calendar/todo-mode.el (todo-insert-item):
11620         * bookmark.el (bookmark-buffer-name):
11621         Test major-mode rather than mode-name.
11623 2008-01-04  Richard Stallman  <rms@gnu.org>
11625         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11626         Call byte-compile-warn-about-unresolved-functions outside
11627         the with-current-buffer.
11628         (byte-compile-insert-header): Use with-current-buffer.
11630 2008-01-04  Glenn Morris  <rgm@gnu.org>
11632         * startup.el (fancy-about-screen): Remove reference to deleted
11633         `fancy-splash-help-echo' variable.
11635         * version.el (emacs-copyright): Update to 2008.
11637         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11638         rather than mapcar.
11640         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11641         change (merge mistake).
11643         * doc-view.el (doc-view-search-internal): Don't use `incf'.
11645         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11646         (bookmark-get-bookmark-record):
11647         * image-mode.el (bookmark-make-cell-function)
11648         (bookmark-get-filename, bookmark-get-bookmark-record)
11649         (bookmark-get-position):
11650         * log-view.el (vc-modify-change-comment):
11651         * progmodes/grep.el (find-name-arg): Declare for compiler.
11653 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11655         * savehist.el (savehist-coding-system): Default to a variant coding
11656         system with explicit unix end-of-line conversion, which is safer.
11658 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11660         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11661         * ibuffer.el (mode column): Use format-mode-line.
11663         * server.el (server-create-window-system-frame): Remove workaround for
11664         a bug that has been fixed.
11666 2008-01-03  Magnus Henoch  <magnus@zemdatav>
11668         * net/dbus.el (dbus-name-owner-changed-handler):
11669         Use dbus-unregister-object instead of dbus-unregister-signal.
11671 2008-01-03  Drew Adams  <drew.adams@oracle.com>
11673         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11675 2008-01-03  Richard Stallman  <rms@gnu.org>
11677         * replace.el (occur-context-lines): New subroutine,
11678         broken out of occur-engine.
11679         (occur-engine): Call it.
11681 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
11683         * vc-git.el (vc-git--ls-files-state): New function.
11684         (vc-git-dir-state): Use it instead of processing the status
11685         results here.
11687 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11689         * progmodes/grep.el (grep-find-ignored-directories):
11690         Initialize from the value of vc-directory-exclusion-list.
11692         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11693         even though we don't have a back end for darcs yet.
11695 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
11697         Change a return type, for greater extensibility.
11698         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11699         and its thread for discussion leading to this change.
11701         * bookmark.el (bookmark-jump-noselect):
11702         Return an alist instead of a dotted pair.
11703         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11704         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11705         (bookmark-bmenu-switch-other-window): Adjust accordingly.
11706         (bookmark-make-cell-function): Adjust documentation accordingly.
11708         * image-mode.el (image-bookmark-jump):
11709         Adjust return type accordingly; document.
11711         * doc-view.el (doc-view-bookmark-jump):
11712         Adjust return type accordingly; document.
11714 2008-01-02  Miles Bader  <miles@gnu.org>
11716         * net/rcirc.el (rcirc-log-filename-function): New variable.
11717         (rcirc-log): Use `rcirc-log-filename-function' to generate the
11718         log-file name.  Don't log anything if it returns nil.
11719         (rcirc-log-write): Use `expand-file-name' when merging the
11720         log-file name from the alist with rcirc-log-directory; this does
11721         the right thing if the name in the alist already an absolute
11722         filename.  Make the log-file directory if necessary.
11724 2007-12-29  Richard Stallman  <rms@gnu.org>
11726         * font-lock.el (font-lock-prepend-text-property)
11727         (font-lock-append-text-property): Canonicalize the face and
11728         font-lock-face properties.
11730         * faces.el (facep): Doc fix.
11732         * startup.el (fancy-startup-tail, fancy-about-text)
11733         (fancy-startup-text): Regularize format of face property.
11735         * facemenu.el (list-colors-print): Use :background and :foreground
11736         instead of background-color and foreground-color.
11738 2007-12-29  Drew Adams  <drew.adams@oracle.com>
11740         * cus-edit.el (custom-add-parent-links):
11741         Fill the "Parent documentation" text.
11743 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11745         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11746         MS-Windows and MS-DOS.
11747         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11749 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11751         * vc-svn.el (vc-svn-modify-change comment): New function.
11753 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
11755         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11756         Do not disable undo, with-temp-buffer does it by default.
11758 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
11760         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11761         correctly.
11763         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
11764         with vc-state.
11765         (vc-next-action): Fix vc-transfer-file call.
11767 2007-12-31  Tom Tromey  <tromey@redhat.com>
11769         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11770         Move point to the start of the buffer.
11772 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
11774         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11776         * vc.el: State that dir-state is required to set the vc-state and
11777         vc-backend properties.
11779 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
11781         * man.el (Man-default-man-entry): Make this a defun.
11782         Improve guessing mechanism and handling of section numbers.
11784 2007-12-31  Richard Stallman  <rms@gnu.org>
11786         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11788 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
11790         * calc/calc-units.el (calc-convert-temperature): Ensure that units
11791         are on the result even when the result is zero.
11793 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
11795         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11796         resistent towards wrong parameters.
11797         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11799 2007-12-30  Richard Stallman  <rms@gnu.org>
11801         * faces.el (face-all-attributes): New function.
11803         * faces.el (face-differs-from-default-p): Compute list of attr names
11804         from face-attribute-name-alist.
11806         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11807         (custom-face-save): Likewise.
11808         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11810         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11811         (custom-theme-set-faces): Clear `face-override-spec' property.
11812         Call `face-spec-set' with FOR-DEFFACE.
11814         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11816         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11817         Use of frame as third arg is deprecated.
11818         Handle `face-override-spec' property.
11819         (face-spec-recalc): New function.
11820         (face-spec-set-2): New function.
11821         (frame-set-background-mode): Handle `face-override-spec' property.
11822         Use `face-spec-recalc'.
11823         (face-set-after-frame-default): Use `face-spec-recalc'.
11825 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
11827         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11829 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11831         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11833 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
11835         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11836         'added, 'removed.
11838         * vc.el (header coment): Better description of dir-state.
11839         (vc-compatible-state): New function.  Checks whether two states
11840         can be in the same changeset; used with 'edited it can test whether
11841         the next action for a state should be commit.
11842         (vc-default-dired-state-info): Display 'removed state.
11843         (vc-dired-hook): Turn off undo, this is a speed tweak.
11845         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11847         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11848         Cope with the possibility that the 'C' status flag might change
11849         in 0.9,6.
11851         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11853 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11855         * files.el (cd-absolute): Fix omission bug:
11856         Make `list-buffers-directory' buffer-local.
11858 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11860         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11862 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
11864         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11866         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11867         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11868         (math-yacas-compose-deriv, math-yacas-compose-taylor)
11869         (math-maxima-parse-subst, math-maxima-parse-taylor)
11870         (math-maxima-compose-taylor, math-maxima-compose-subst)
11871         (math-maxima-compose-if, math-lang-switch-args)
11872         (math-lang-compose-switch-args, math-read-giac-subscr):
11873         New functions.
11874         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11875         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11876         Add languages.
11877         (math-vector-brackets, math-complex-format, math-variable-table)
11878         (math-parse-table, math-oper-table, math-function-table)
11879         (math-special-function-table, math-compose-subscr):
11880         Add values for new languages.
11882         * calc/calccomp.el (math-compose-expr): Add new languages.
11884         * calc/calc.el (calc-language): Add languages to docstring.
11886         * calc/calc-ext.el (calc-init-extensions): Add keybindings
11887         for new languages.  Autoload commands to change languages.
11889         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11891         * calc/calc-menu.el (calc-modes-menu): Add new languages.
11892         (calc-arithmetic-menu, calc-scientific-function-menu)
11893         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11894         (calc-units-menu, calc-variables-menu, calc-stack-menu):
11895         Add :active keywords.
11897 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11899         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11900         returns 'ignored or 'unregistered.
11901         (vc-hg-state): Pass "-A" to the status command and deal with the
11902         output.
11903         (vc-hg-dir-state): Pass "-A" to the status command.
11905 2007-12-29  Richard Stallman  <rms@gnu.org>
11907         * progmodes/compile.el (compilation-start): Set initial visible
11908         point properly even when compilation buffer already current.
11910 2007-12-29  Richard Stallman  <rms@gnu.org>
11912         * files.el (conf-mode-maybe): New function.
11913         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11915 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
11917         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11919 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11921         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11923 2007-12-29  Richard Stallman  <rms@gnu.org>
11925         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11926         so they never do EOF.
11928 2007-12-29  Richard Stallman  <rms@gnu.org>
11930         * faces.el (copy-face): Create the new face explicitly if it
11931         does not exist already.
11933 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11935         * simple.el (minibuffer-history, shell-command-history)
11936         (set-variable-value-history):
11937         * replace.el (regexp-history):
11938         * international/mule-cmds.el (input-method-history):
11939         * files.el (file-name-history): Add reference to history-length in
11940         the doc string.
11942 2007-12-29  Richard Stallman  <rms@gnu.org>
11944         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11946 2007-12-29  Jason Rumney  <jasonr@gnu.org>
11948         * find-dired.el (find-name-arg): New custom variable.
11949         (find-name-dired): Use it.
11950         (find-dired-find-program): Remove.
11951         (find-dired): Use find-program.
11952         (find-grep-dired): Use grep-program.
11954         * progmodes/grep.el (rgrep): Use find-name-arg.
11956 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11958         * progmodes/cc-vars.el (defcustom-c-stylevar):
11959         Revert to pre-2007-12-12 version.
11961 2007-12-29  Richard Stallman  <rms@gnu.org>
11963         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11965         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11966         Use changed.
11968         * startup.el (fancy-splash-help-echo): Var deleted.
11969         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11970         (fancy-about-screen): Don't display fancy-splash-help-echo.
11972         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11974 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
11976         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11977         to vc-hooks.el so it will be available to other modes, such as
11978         speedbar.el.  Also, teach it to recognize monotone state directories.
11980         * speedbar.el: Remove this mode's fragile assumptions about
11981         version-control systems.  Instead, make it use logic from
11982         vc-hooks.el so it will become smarter whenever VC mode does.
11984         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11985         Fix the documentation.
11987         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11988         Modify all instances of the dir-state back-end method to suppress
11989         keeping undo lists on the buffers holding status output, which
11990         can get extremely large.
11992         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11993         so they don't do work that the default one can do instead.
11995         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11996         states, and the new return-value convention.  These are not
11997         actually used yet, just set.
11999         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
12000         states when appropriate.
12002         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
12003         'unregistered when appropriate.
12005         * vc-git.el: Document that we don't set the new states yet.
12007         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12008         'ignored states.
12010         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12011         appropriate.
12013         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12014         when appropriate.
12016 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
12018         * thumbs.el (thumbs-call-convert): Use call-process directly
12019         with thumbs-conversion-program instead of through shell-file-name
12020         for better error reporting.
12022 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
12024         * calc/calc-aent.el (math-remove-percentsigns):
12025         * calc/calccomp.el (math-to-percentsigns): Change placeholder
12026         for percent signs.
12028 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12030         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12031         use completion-ignored-extensions to detect files that should be
12032         ignorted in VC-Dired listings, heading off lots of expensive calls
12033         to (vc-state).
12035         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12036         non-terse mode.
12037         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12038         Makefile.in or Makefile.am.
12040 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12042         * ps-print.el (ps-mark-active-p): Fun returned back.
12043         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12044         `region-active-p' for error checking.
12046 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12048         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12049         Put new machinery in place to support editing of change comments
12050         with 'e' in a log-view buffer.  Not documented yet as this
12051         only works for SCCS, RCS, and maybe CVS if you have admin
12052         privileges.  When we have backend support for Subversion and
12053         more modern systems it will be time to write this up.
12055 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
12057         * international/mule-cmds.el (select-safe-coding-system):
12058         When a buffer is modified, cancel the writing.
12060 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
12062         * log-view.el: Add Subversion and Mercurial log format samples.
12064         * vc.el (vc-dired-hook): Significantly speed up by arranging for
12065         it to call the backend dir-state hook (if it exists)
12066         exactly *once*, rather than once per each subdirectory (with
12067         dired-state-info calls on all toplevel files slowing it down even
12068         further).  For this to work, backend dir-state methods have to
12069         recurse to subdirectories.  Most of them already did anyway; a few
12070         needed *non*-recursion switches removed.  This change mostly
12071         removed code that was perversely bad and should have been shot
12072         through the head years ago.
12074         * vc-bzr.el (vc-bzr-dir-state):
12075         * vc-cvs.el (vc-cvs-dir-state):
12076         * vc-mcvs.el (vc-mcvs-dir-state):
12077         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12079         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12080         multiple arguments, so generate logs sequentially when we get them.
12081         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12082         headers so the various log bindings can do the right thing.
12083         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12085 2007-12-26  Andreas Schwab  <schwab@suse.de>
12087         * font-lock.el (save-buffer-state): Make sure the state of the
12088         buffer is always restored.
12090 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
12092         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12094         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12095         a variable.
12097         * calc/calccomp.el (math-to-percentsigns): New function.
12098         (math-compose-var): Handle variables with percent signs.
12099         (math-compose-expr): Handle function names with percent signs.
12101         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12102         (math-read-exprs): Handle percent signs in languages that
12103         allow them.
12104         (math-restore-underscores): Remove function.
12105         (math-remove-percentsigns, math-restore-placeholders):
12106         New functions.
12108 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12110         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12111         of `mark' for error checking.
12113 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
12115         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12116         New functions.
12117         (image-mode): Set bookmark-make-cell-function appropriately.
12119         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12121         * bookmark.el (bookmark-make-cell-function): New variable.
12122         (bookmark-make): Call bookmark-make-cell-function's function
12123         instead of bookmark-make-cell.
12124         (bookmark-get-handler, bookmark-jump-internal): New functions.
12125         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12126         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12127         Use bookmark-jump-internal.
12128         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12130         * doc-view.el (doc-view-bookmark-make-cell)
12131         (doc-view-bookmark-jump): New functions.
12132         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12134 2007-12-25  Miles Bader  <miles@gnu.org>
12136         * indent.el (indent-for-tab-command): Rigidly indent the following
12137         sexp along with the current line when a prefix arg is given in the
12138         non-active-region case.  Specify raw prefix in interactive spec.
12139         Simplify main indentation logic to get rid of the conditional call
12140         to `indent-according-to-mode' (it just ended up calling
12141         `indent-line-function' in all cases anyway, which can be done more
12142         simply here).  Remove unnecessary test of ARG in active region case.
12144 2007-12-25  Richard Stallman  <rms@gnu.org>
12146         * allout.el (allout-region-active-p): Rename from my-region-active-p.
12147         Use `use-region-p'.
12148         (allout-write-file-hook-handler): Simplify code.
12150         * ps-print.el (ps-mark-active-p): Function deleted.
12151         (ps-print-preprint-region): Use (mark) for the error check.
12153         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12155         * winner.el (winner-active-region): Use `mark-active' if it's defined.
12157         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12159         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12161         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12163         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12165         * progmodes/cc-defs.el (c-region-is-active-p):
12166         Use `mark-active' if it's defined.
12168         * progmodes/cc-cmds.el (c-indent-line-or-region):
12169         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
12171         * simple.el (select-active-regions): New option.
12172         (set-mark): Obey it.
12173         (yank-pop-change-selection): New option.
12174         (current-kill): Obey it.
12176         * simple.el (use-region-p): Rename from `region-active-p'.
12177         (region-active-p): New function.
12179 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
12181         * term/x-win.el (x-select-enable-primary): New option.
12182         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12184         * mouse.el (mouse-yank-primary): New function (almost same
12185         as mouse-yank-secondary).
12187 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
12189         * calculator.el:
12190         * dframe.el:
12191         * iswitchb.el:
12192         * whitespace.el:
12193         * winner.el:
12194         * emacs-lisp/checkdoc.el:
12195         * mail/feedmail.el:
12196         * net/quickurl.el:
12197         * obsolete/fast-lock.el:
12198         * play/5x5.el:
12199         * progmodes/delphi.el:
12200         * progmodes/idlw-shell.el:
12201         * progmodes/idlwave.el:
12202         * textmodes/artist.el:
12203         * textmodes/ispell.el:
12204         * textmodes/texinfmt.el:
12205         * textmodes/texinfo.el: Remove obsolete definitions of backward
12206         compatibility macros for defcustom, defgroup, defface, when,
12207         unless, with-current-buffer and with-temp-message.
12209 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
12211         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12213 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12215         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12216         indeed a process.
12218 2007-12-23  Richard Stallman  <rms@gnu.org>
12220         * simple.el (region-active-p): New function.
12221         (use-empty-active-region): New variable.
12223         * dired-aux.el (dired): Load dired.el at run time too.
12225 2007-12-23  Juri Linkov  <juri@jurta.org>
12227         * man.el (Man-follow-manual-reference): Fill the minibuffer's
12228         default list with a full list of references.
12230         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12232 2007-12-23  Andreas Schwab  <schwab@suse.de>
12234         * files.el (switch-to-buffer-other-frame): Return the buffer
12235         switched to.
12237 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
12239         Sync with Tramp 2.1.12.
12241         * net/tramp.el: New todo item.
12243         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12244         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12246         * net/trampver.el: Update release number.
12248 2007-12-22  Richard Stallman  <rms@gnu.org>
12250         * newcomment.el (comment-region-default): Don't triple the
12251         comment starter if the first region line isn't indented enough.
12253 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12255         * net/imap.el (imap-authenticate): Use current-buffer instead of
12256         buffer, for the cases where imap-authenticate is called with a nil
12257         buffer parameter.
12259 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
12261         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12262         specifier from format-string.  Reported by Ye Wenbin.
12264 2007-12-20  Jason Rumney  <jasonr@gnu.org>
12266         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12267         Parent group is font-lock-faces.
12268         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12269         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12270         (nxml-version): Remove.
12271         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12272         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12273         (nxml-processing-instruction-delimiter)
12274         (nxml-processing-instruction-target)
12275         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12276         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12277         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12278         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12279         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12280         (nxml-attribute-prefix, nxml-attribute-colon)
12281         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12282         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12283         (nxml-attribute-value, nxml-attribute-value-delimiter)
12284         (nxml-namespace-attibute-value)
12285         (nxml-namespace-attribure-value-delimiter)
12286         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12287         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12288         (nxml-glyph): Rename, removing -face suffix.
12289         Inherit from existing font-lock faces.
12290         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12291         Use new face names.
12293         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12294         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12295         Rename, removing -face suffix.
12296         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12297         (nxml-highlighted-colon, nxml-highlighted-slash)
12298         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12299         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12300         (nxml-highlighted-qname, nxml-outline-display-heading):
12301         Use new face names.
12303         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12305         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12307 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
12309         * cus-start.el (all): Use correct group name for members of
12310         mode-line group.
12312         * man.el (Man-default-man-entry): When looking for default man
12313         entry title search text preceding point.  Use when instead of if.
12315         * indent.el (indent-for-tab-command): Fix doc-string typo.
12317         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12318         vc-parent-buffer is the current buffer.
12320         * info-look.el (info-lookup, info-lookup-setup-mode)
12321         (info-lookup-make-completions): Avoid clobbering Info-history and
12322         Info-history-list.
12324 2007-12-19  Glenn Morris  <rgm@gnu.org>
12326         * progmodes/verilog-mode.el (top-level): Don't require compile.
12327         (compilation-error-regexp-alist, compilation-last-buffer):
12328         Define for compiler.
12329         (verilog-insert-1): New function.
12330         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12331         Use verilog-insert-1.
12332         (verilog-surelint-off): Use next-error-last-buffer if bound.
12333         Check compile buffer is live.
12335 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
12337         * progmodes/compile.el (compilation-start): Don't pass a FRAME
12338         argument to display-buffer.
12340 2007-12-19  Jason Rumney  <jasonr@gnu.org>
12342         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12343         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12344         (rng-byte-compile-load, rng-write-version): Remove.
12346         * nxml/rng-loc.el (rng-schema-locating-files-default)
12347         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12348         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12350 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
12352         * files.el (cd-absolute): Set `list-buffers-directory' in order to
12353         show correct path in buffer list.
12355         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12356         (tramp-find-shell): Send only single prompt setting commands, in
12357         order to avoid double-prompt.
12359         * net/tramp-compat.el (top): Require cl only when compiling.
12360         Reported by Glenn Morris <rgm@gnu.org>.
12362 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12364         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12365         (c-comment-continuation-stars): No longer declare with
12366         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12367         (c-block-comment-prefix): Use symbol-value to
12368         access c-comment-continuation-stars.
12369         * progmodes/cc-mode.el (c-initialize-cc-mode):
12370         Use symbol-value to access c-comment-continuation-stars.
12372 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
12374         * xml.el (xml-escape-string): New function.  Escape string using
12375         xml-entity-alist.
12376         (xml-debug-print-internal): Use xml-escape-string to escape
12377         characters in attributes and in text children of elements.
12379 2007-12-18  Glenn Morris  <rgm@gnu.org>
12381         * progmodes/cc-subword.el (c-subword-mode): Drop support for
12382         systems without define-minor-mode.
12384         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12386         * progmodes/verilog-mode.el: Replace all instances of
12387         string-to-int with string-to-number, insert-string with insert,
12388         and read-input with read-string.
12389         (top-level): No need to require imenu, reporter, dinotrace, vc,
12390         font-lock when compiling.  Always require compile.  Relegate remaining
12391         compatibility cruft to XEmacs.  Don't require font-lock.
12392         (verilog-version): Remove superfluous concat.
12393         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12394         No need to define.
12395         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12396         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12397         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12398         (verilog-startup-message-displayed): These are variables, not constants.
12399         (verilog-batch-execute-func, verilog-auto-inst)
12400         (verilog-auto-inst-param): Use mapc rather than mapcar.
12401         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12402         actually defining.
12403         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12404         (verilog-modi-get-outputs, verilog-modi-get-inouts)
12405         (verilog-modi-get-inputs, verilog-modi-get-wires)
12406         (verilog-modi-get-regs, verilog-modi-get-assigns)
12407         (verilog-modi-get-consts, verilog-modi-get-gparams)
12408         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12409         (verilog-modi-get-sub-inputs): Move inline functions earlier in
12410         the file.
12411         (sigs-in, sigs-out): Don't declare multiple times.
12412         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12413         `defvar'.
12414         (verilog-auto): Call dinotrace-unannotate-all only if bound.
12415         (verilog-module-inside-filename-p): No need to wrap fboundp test
12416         in condition-case.
12417         (reporter-submit-bug-report): Autoload it.
12418         (verilog-mark-defun): Call zmacs-activate-region only if bound.
12419         (verilog-font-customize): Call customize-apropos only if bound.
12420         (verilog-getopt-flags, verilog-auto-reeval-locals):
12421         Use make-local-variable rather than make-variable-buffer-local.
12422         (verilog-company, verilog-project, verilog-modi-cache-list):
12423         Move make-variable-buffer-local calls to top-level.
12424         (font-lock-defaults-alist): Don't define it.
12425         (verilog-need-fld): Remove.
12426         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12427         (verilog-mode): Only call make-local-hook on XEmacs.
12428         Set font-lock-defaults rather than using verilog-font-lock-init.
12430 2007-12-17  Andreas Schwab  <schwab@suse.de>
12432         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12433         Fix comment typo.
12435 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
12437         * net/dbus.el (dbus-name-owner-changed-handler):
12438         Use `dbus-unregister-signal' for removing old rules.
12439         Obey new structure of `dbus-registered-functions-table'.
12441 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
12443         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12445 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
12447         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12448         function.
12449         (add-submenu): Only define for XEmacs.
12450         (verilog-regexp-words): Revert previous change, keep the other
12451         definition.
12453 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12455         * progmodes/perl-mode.el (perl-continued-statement-offset)
12456         (perl-continued-brace-offset, perl-brace-offset)
12457         (perl-brace-imaginary-offset, perl-label-offset):
12458         * progmodes/cperl-mode.el (cperl-brace-offset)
12459         (cperl-continued-brace-offset, cperl-label-offset)
12460         (cperl-continued-statement-offset)
12461         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12462         Add safe-local-variable properties.
12464 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12466         * progmodes/verilog-mode.el (verilog-mode-map)
12467         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12468         (verilog-colorize-include-files): Use only overlay functions so
12469         that it can work on both emacs and XEmacs.
12470         (set-extent-keymap): Remove unused defun.
12471         (verilog-kill-existing-comment, verilog-insert-date)
12472         (verilog-insert-year): Rename in order not to pollute the global
12473         namespace from kill-existing-comment, insert-date and
12474         insert-year, respectively.
12475         (verilog-set-auto-endcomments, verilog-header): Update callers.
12477         * files.el (auto-mode-alist): Recognize verilog files.
12479         * progmodes/verilog-mode.el (verilog-string-replace-matches)
12480         (verilog-string-remove-spaces, verilog-re-search-forward)
12481         (verilog-re-search-backward, verilog-re-search-forward-quick)
12482         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12483         (verilog-get-end-of-line, verilog-within-string): Move definitions
12484         before first use.  No code changes.
12486 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12488         * progmodes/verilog-mode.el (verilog-mode-version)
12489         (verilog-mode-release-date): Don't use expanding keywords.
12490         (provide): Move to the end of file.
12491         (fboundp): Don't check if eval-when-compile is bound, it is used
12492         later in the file without checking.
12493         (when, unless): Copy definitions from subr.el.
12494         (char-before, defcustom, defface, customize-group)
12495         (verilog-batch-error-wrapper): Don't use old style backquotes.
12496         (verilog-regexp-opt): Avoid using the cl function case.
12497         (verilog-regexp-words): Remove duplicated definition.
12498         (verilog-mode-abbrev-table): Remove, duplicate.
12499         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12500         Declare and initialize in one step.
12501         (verilog-declaration-prefix-re, verilog-declaration-re)
12502         (verilog-end-of-statement, verilog-indent-declaration)
12503         (verilog-get-lineup-indent): Remove trailing whitespace.
12504         (verilog-mode): Fix autoload cookie.
12505         Set beginning-of-defun-function and end-of-defun-function.  Use when
12506         instead of if.
12507         (verilog-emacs-features, verilog-auto-ascii-enum)
12508         (verilog-insert-indices): Escape braces in doc strings.
12510 2007-12-08  Michael McNamara  <mac@verilog.com>
12511             Wilson Snyder  <wsnyder@wsnyder.org>
12513         * progmodes/verilog-mode.el: New file.
12515 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
12517         * international/latexenc.el (latexenc-find-file-coding-system):
12518         If both coding-system-for-write and buffer-file-coding-system of
12519         latex-main-file are nil, use `undecided'.
12521 2007-12-06  Jason Rumney  <jasonr@gnu.org>
12523         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12525 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12527         * files.el (revert-buffer): Docstring fix.
12529 2007-12-11  Glenn Morris  <rgm@gnu.org>
12531         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12533 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
12535         * calc/calc-aent.el (math-restore-underscores)
12536         (math-string-restore-underscores): New functions.
12537         (math-read-factor): Properly check variable names with underscores
12538         for entries in `math-expr-variable-mapping'.
12540         * calc/calc-lang.el (math-lang-name): New property name.
12542         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12543         to set language name.
12545 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12547         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12549 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * server.el (server-select-display): Fix important typo.
12552         (server-process-filter): Turn a "" display into nil.
12554 2007-12-09  Juri Linkov  <juri@jurta.org>
12556         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12557         Check search-upper-case before calling isearch-no-upper-case-p
12558         to set case-fold-search.
12559         (occur): Doc fix.
12560         (occur-1, perform-replace): Check search-upper-case before calling
12561         isearch-no-upper-case-p to set case-fold-search.
12563         * isearch.el (search-upper-case): Doc fix.
12564         (isearch-mode-map): Bind `M-s o' to isearch-occur.
12565         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
12566         (isearch-query-replace-regexp): Doc fix.
12567         (isearch-occur): New function.
12569 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12571         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12572         backward compatibility.
12574         * net/imap.el (imap-string-to-integer): New function.
12576 2007-12-09  David Kastrup  <dak@gnu.org>
12578         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12579         directories.  Not sure anybody uses this anymore, though.
12581 2007-12-09  Glenn Morris  <rgm@gnu.org>
12583         * emulation/viper-init.el (top-level): Use dolist rather than mapc
12584         in make-variable-frame-local call.
12586 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12588         * mail/hashcash.el (declare-function):
12589         * net/imap.el (declare-function): New no-op macro for backward
12590         compatibility.
12592 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
12594         Sync makefile.w32-in with Makefile.in.
12596         * makefile.w32-in (check-declare): New target.
12597         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12598         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12599         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12600         ($(lisp)/progmodes/cc-mode.elc): Use it.
12601         ($(lisp)/progmodes/cc-mode.elc): New rule.
12603 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12605         * indent.el (tab-stop-list): Mark as safe-local-variable.
12607         * generic-x.el (etc-sudoers-generic-mode): New mode.
12608         (generic-unix-modes): Add it.
12610 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
12612         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
12613         apply wildcards in a hash table key; there is no usable hash code then.
12614         (dbus-registered-functions-table): Use `equal' as test function.
12615         (dbus-name-owner-changed-handler): Rewrite due to new hash table
12616         structure.
12618 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
12620         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12621         bound error in block comment branch.
12623 2007-12-08  David Kastrup  <dak@gnu.org>
12625         * textmodes/reftex.el (reftex-select-with-char):
12626         * textmodes/reftex-toc.el (reftex-toc-do-promote)
12627         (reftex-toc-visit-location, reftex-toc-find-section):
12628         * textmodes/reftex-index.el (reftex-index-show-entry):
12629         * textmodes/org.el (org-cycle-hide-archived-subtrees)
12630         (org-table-rotate-recalc-marks, org-mark-ring-push)
12631         (org-follow-info-link, org-mhe-get-message-folder-from-index)
12632         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12633         (org-evaluate-time-range, org-edit-agenda-file-list):
12634         * textmodes/artist.el (artist-select-next-op-in-list)
12635         (artist-select-prev-op-in-list):
12636         * term/mac-win.el (mac-service-insert-text):
12637         * startup.el (fancy-about-screen):
12638         * progmodes/vhdl-mode.el (vhdl-decision-query):
12639         * progmodes/idlwave.el (idlwave-template)
12640         (idlwave-scroll-completions, idlwave-display-completion-list):
12641         * progmodes/ebrowse.el (ebrowse-show-progress):
12642         * progmodes/cperl-mode.el (cperl-find-pods-heres):
12643         * progmodes/antlr-mode.el (antlr-insert-option-do):
12644         * play/mpuz.el (mpuz-close-game):
12645         * net/rcirc.el (rcirc-next-active-buffer):
12646         * mail/reporter.el (reporter-update-status):
12647         * kmacro.el (kmacro-display):
12648         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12649         * emulation/viper-util.el (viper-save-setting):
12650         * emacs-lisp/lisp-mnt.el (lm-verify):
12651         * emacs-lisp/edebug.el (edebug-set-mode):
12652         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12653         * calendar/calendar.el (calendar-print-day-of-year):
12654         * calc/calcalg3.el (calc-curve-fit):
12655         * calc/calcalg2.el (math-integral):
12656         * calc/calc.el (calc-read-key-sequence, calc-version):
12657         * calc/calc-mode.el (calc-set-simplify-mode):
12658         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12660 2007-12-07  D. Goel  <deego3@gmail.com>
12662         * progmodes/idlw-shell.el (idlwave-shell-display-line)
12663         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12664         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12665         * mail/uce.el (uce-reply-to-uce)
12666         * progmodes/vhdl-mode.el (vhdl-template-modify)
12667         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12668         to `error' (as suggested by RMS.)
12670 2007-12-07  Glenn Morris  <rgm@gnu.org>
12672         * allout.el (allout-write-file-hook-handler):
12673         * textmodes/reftex.el (reftex-TeX-master-file):
12674         * textmodes/reftex-parse.el (reftex-short-context):
12675         Revert previous change.
12677 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
12679         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12680         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12681         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12682         (dbus-event-service-name, dbus-event-path-name)
12683         (dbus-event-interface-name, dbus-event-member-name): Fix for new
12684         event structure.
12685         (dbus-list-activatable-names, dbus-list-names)
12686         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12687         Reorder `dbus-call-method' arguments.
12689 2007-12-06  D. Goel  <deego3@gmail.com>
12691         * allout.el (allout-write-file-hook-handler):
12692         * textmodes/reftex.el (reftex-TeX-master-file):
12693         * textmodes/org.el (org-paste-subtree):
12694         * progmodes/vhdl-mode.el (vhdl-template-modify):
12695         * progmodes/idlw-shell.el (idlwave-shell-send-command)
12696         (idlwave-shell-display-line):
12697         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12698         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12699         * net/trampver.el (x):
12700         * mail/uce.el (uce-reply-to-uce):
12701         * mail/rmailout.el (rmail-output):
12702         * mail/feedmail.el (feedmail-dump-message-to-queue):
12703         * whitespace.el (whitespace-write-file-hook):
12704         * wdired.el (wdired-check-kill-buffer):
12705         * vc.el (vc-update):
12706         * vc-mcvs.el (vc-mcvs-checkin):
12707         * vc-cvs.el (vc-cvs-checkin):
12708         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12709         * ibuffer.el (ibuffer-current-buffer):
12710         * dired.el (dired-move-to-end-of-filename):
12711         * bindings.el (complete-symbol):
12712         * textmodes/org-publish.el (org-publish-file):
12713         (org-publish-current-project):
12714         * textmodes/reftex-parse.el (reftex-short-context):
12715         * textmodes/texinfmt.el: Fix buggy calls to `error'.
12717 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12719         * doc-view.el (doc-view-dvi->pdf-sentinel)
12720         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12721         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12722         within a sentinel or timer.
12723         (doc-view-display): Don't try to display before the requested page
12724         is available, unless told to do so explicitly.
12725         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12726         Force display even if the requested page is not available.
12728 2007-12-06  Richard Stallman  <rms@gnu.org>
12730         * help-fns.el (describe-function-1): Call ad-get-advice-info
12731         only on symbols.
12733 2007-12-06  Glenn Morris  <rgm@gnu.org>
12735         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12736         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12737         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12738         faces in non-light-background case.
12740         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12741         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12742         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12743         * emulation/vi.el, emulation/viper-cmd.el:
12744         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12745         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12746         * textmodes/fill.el: Remove directory part from filenames in
12747         function declarations.
12749         * dired-aux.el (mailcap-mime-info): Update declaration.
12751 2007-12-05  Richard Stallman  <rms@gnu.org>
12753         * wid-edit.el (widget-type): Doc fix.
12755 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12757         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12758         Don't match "sub { (...) ... }".
12760 2007-12-05  Richard Stallman  <rms@gnu.org>
12762         * international/mule-cmds.el (toggle-input-method-active): New var.
12763         (toggle-input-method): Bind toggle-input-method-active to t.
12764         Error if it was already non-nil.
12766 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12768         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12770 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12772         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12773         see if certs should be verified and what is to be done in the
12774         event of a verification failure.
12776 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12778         * net/tls.el (tls-program): Provide more custom choices from
12779         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12780         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12781         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12782         version.  Minor improvement to doc strings.
12783         (tls-program): Add comment.
12785 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12787         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12788         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12789         mismatch between the hostname provided in the certificate and the name
12790         of the host connnecting to.
12791         (open-tls-stream): Use them.  Check certificates against trusted root
12792         certificates.
12794 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12796         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12797         (imap-parse-status): Upcase status-att for broken servers that sends
12798         them lower-case (e.g., MS Exchange 2007).
12800 2007-12-05  D. Goel  <deego3@gmail.com>
12802         * simple.el (undo):
12803         * image-dired.el (image-dired-display-thumb-properties):
12804         (image-dired-modify-mark-on-thumb-original-file):
12805         (image-dired-dired-display-properties):
12806         * help.el (help-window-display-message):
12807         * files.el (hack-local-variables-confirm):
12808         * ediff.el (ediff-version):
12809         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12810         `message' and `error': Ensure that first arg is a format string.
12812         * emacs-lisp/find-func.el (find-library-name): Prefer files with
12813         ".el" suffix over "".
12815 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
12817         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12818         interface and member fields.
12820 2007-12-05  Glenn Morris  <rgm@gnu.org>
12822         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12823         (pcomplete-here): Autoload it.
12825         * eshell/em-basic.el (print-func): No need to define for compiler.
12827         * eshell/esh-cmd.el (eshell-debug-command):
12828         * eshell/esh-io.el (eshell-print): Move definitions before use.
12830         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12832         * eshell/esh-util.el (top-level): Don't require pp.
12833         Use condition-case rather than ignore-errors.
12835         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12837         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12838         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12839         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12840         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12841         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12842         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12843         * eshell/esh-util.el, eshell/eshell.el: Require individual files
12844         if needed when compiling, rather than esh-maint.  Collect any
12845         require statements.  Move provide statement to end.  Move any
12846         commentary to start.
12848         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12849         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12850         * eshell/esh-proc.el, eshell/esh-var.el:
12851         Require individual files if needed when compiling, rather than
12852         esh-maint.  Collect any require statements.  Leave provide at start.
12853         Move any commentary to start.
12855         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12856         Remove declared function from byte-compile-noruntime-functions.
12858         * ediff-util.el (ediff-version):
12859         * progmodes/python.el (compilation-shell-minor-mode):
12860         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12861         (calendar-bahai-date-string, calendar-check-holidays)
12862         (calendar-chinese-date-string, calendar-coptic-date-string)
12863         (calendar-ethiopic-date-string, calendar-forward-day)
12864         (calendar-french-date-string, calendar-goto-date)
12865         (calendar-goto-today, calendar-hebrew-date-string)
12866         (calendar-islamic-date-string, calendar-iso-date-string)
12867         (calendar-julian-date-string, calendar-mayan-date-string)
12868         (calendar-persian-date-string, gnus-summary-last-subject)
12869         (parse-time-string, rmail-show-message): Declare as functions.
12871 2007-12-05  Michael Olson  <mwolson@gnu.org>
12873         * textmodes/remember.el: Merge contents of remember-diary.el here,
12874         updating header.  Add autoload cookie so that byte-compilation
12875         works without warning.
12876         (remember-diary-file): Default to nil, since diary might not yet
12877         be loaded at this point, which would deny us access to diary-file.
12878         (remember-diary-extract-entries): If remember-diary-file is nil,
12879         then use diary-file instead.
12881         * textmodes/remember-diary.el: Remove, due to the issue of needing
12882         the first 8 characters of a filename to be unique.
12884 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
12886         * net/dbus.el (dbus-hash-table=): New defun.
12887         (dbus-hash-table-test): New hash table test function, used in
12888         `dbus-registered-functions-table'.
12889         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12890         (dbus-event-service-name, dbus-event-path-name)
12891         (dbus-event-interface-name, dbus-event-member-name):
12892         Rewrite, due to new structure of `dbus-event'.
12894 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
12896         * ido.el (ido-save-history): Set the `coding' local
12897         variable in the first line of the file.
12899 2007-12-04  Glenn Morris  <rgm@gnu.org>
12901         * password-cache.el: Move here from gnus/password.el.
12902         (top-level): Don't require cl when compiling.
12903         (password-read-and-add): Doc fix.  Make obsolete.
12905         * net/tramp.el: Require password-cache or password.
12907         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12908         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
12909         compiling.
12910         (cua-set-rectangle-mark): Add doc string to autoload.
12911         (cua--rectangle, cua--last-killed-rectangle)
12912         (cua--global-mark-active): Always define for compiler.
12913         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12914         (cua--delete-rectangle, cua--insert-rectangle)
12915         (cua--rectangle-corner, cua--rectangle-assert)
12916         (cua--insert-at-global-mark, cua--global-mark-post-command):
12917         Declare as functions.
12919         * emulation/cua-gmrk.el (top-level): Move provide to end.
12921         * emulation/cua-rect.el (top-level): Move provide to end.
12922         Don't require cua-gmrk when compiling.
12923         (cua--cut-rectangle-to-global-mark)
12924         (cua--copy-rectangle-to-global-mark): Declare as functions.
12926         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12927         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12928         (viper-vi-state-cursor-color):
12929         Consolidate make-variable-frame-local calls.
12931         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12932         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12933         than bbdb-address-street1,2,3.
12935         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12936         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
12938 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
12940         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12941         (save-place-alist-to-file, load-save-place-alist-from-file):
12942         Don't print non-error messages at all, there's really no need.
12943         Do print if there's a problem, and clarify message in that case.
12945 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12947         * ediff-diff.el (ediff-prepare-error-list):
12948         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12950 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
12952         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12953         (doc-view-current-overlay, doc-view-pending-cache-flush):
12954         Add doc string.
12956 2007-12-03  Richard Stallman  <rms@gnu.org>
12958         * subr.el (declare-function): Move from byte-run.el.
12960         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12962         * window.el (recenter-top-bottom): Don't use `ecase'.
12964 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12966         * saveplace.el (save-place-alist-to-file):
12967         Set coding-system-for-write once and refer to it throughout.
12968         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12970 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12972         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12973         system when writing, and set it in the first-line file variables.
12974         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12975         Juanma Barranquero.
12977 2007-12-02  Glenn Morris  <rgm@gnu.org>
12979         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12980         Reverse branches of if statement.
12982         * emulation/viper-cmd.el (top-level): Don't require advice.
12983         Don't load viper-util, viper-keym, viper-mous, viper-macs,
12984         viper-ex when compiling.
12986         * emulation/viper-ex.el (top-level): Don't load viper-util,
12987         viper-keym when compiling.
12989         * emulation/viper-init.el (top-level): Move provide statement to end.
12991         * emulation/viper-keym.el (top-level): Don't load viper-util when
12992         compiling.  Move provide statement to end.
12994         * emulation/viper-macs.el (top-level): Don't load viper-util,
12995         viper-keym, viper-mous when compiling.
12997         * emulation/viper-mous.el (top-level): Don't load viper-util when
12998         compiling.
13000         * emulation/viper-util.el (top-level): Don't load viper-init when
13001         compiling.
13003         * emulation/viper.el (top-level): Don't require ring.
13004         Don't load viper-init, viper-cmd when compiling.
13006         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13007         Move here from gnus/.
13009 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
13011         Offer option for saveplace to be quiet about loading and saving.
13012         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13014         * saveplace.el (save-place-quiet): New customizable boolean.
13015         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13016         to determine whether to print loading/saving messages.
13018 2007-12-02  Glenn Morris  <rgm@gnu.org>
13020         * mail/binhex.el: Move here from gnus/.
13021         (binhex): New custom group.
13022         (binhex-decoder-program, binhex-decoder-switches)
13023         (binhex-use-external): Move to the binhex custom group.
13025         * mail/uudecode.el: Move here from gnus/.
13026         (uudecode): New custom group.
13027         (uudecode-decoder-program, uudecode-decoder-switches)
13028         (uudecode-use-external): Move to the uudecode custom group.
13030         * net/netrc.el (top-level): Don't load `encrypt' features.
13031         (netrc-parse): Don't use encrypt.
13032         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13034         * progmodes/python.el (top-level): Don't require cl when compiling.
13036 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
13038         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13039         encoding for aspell process and for communication with it.
13040         Only add "-d" option if not already present.
13041         Use ispell-current-dictionary and ispell-current-personal-dictionary.
13042         General reorganization.
13044         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13045         encoding here.
13046         (ispell-start-process): Explicitly set encoding here if using aspell.
13048 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
13050         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13051         function to log-edit.
13053 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
13055         * net/dbus.el: New file.
13057 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
13059         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13060         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13061         (calc-lang-parens-are-subscripts): New variables.
13062         (math-expr-special-function-mapping): Remove variable.
13063         (math-eqn-ignore-words, math-tex-ignore-words)
13064         (math-latex-ignore-words): Move to calc-lang.el.
13066         * calc/calc-lang.el (math-compose-vector, math-compose-var)
13067         (math-tex-expr-is-flat): Declare as functions.
13068         (calc-lang-slash-idiv, calc-lang-allow-underscores)
13069         (math-comp-left-bracket, math-comp-right-bracket)
13070         (math-comp-comma, math-comp-vector-prec): Declare as variables.
13071         (math-var-formatter, math-matrix-formatter)
13072         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13073         (math-punc-table, math-compose-subscr, math-dots)
13074         (math-func-formatter): New property names to store language
13075         specific information.
13076         (math-compose-tex-var, math-compose-tex-intv)
13077         (math-compose-maple-intv, math-compose-eqn-intv)
13078         (math-compose-tex-sum, math-compose-tex-func)
13079         (math-compose-tex-intv): New functions.
13080         (math-eqn-ignore-words, math-tex-ignore-words)
13081         (math-latex-ignore-words): Move from calc.el.
13082         (math-special-function-table): Add entries for tex.
13083         (calc-lang-slash-idiv, calc-lang-allows-underscores):
13084         New variables.
13085         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13086         (math-compose-tex-matrix, math-compose-eqn-matrix)
13087         (math-eqn-special-functions): Move from calccomp.el.
13089         * calc/calccomp.el (math-compose-var): New function.
13090         (math-compose-expr): Allow more special functions to be used.
13091         Change test for formatting fractions.  Use variables and property
13092         names to help with language specific formatting.
13093         (math-compose-tex-matrix, math-compose-eqn-matrix)
13094         (math-eqn-special-functions): Move to calc-lang.el.
13095         (math-compose-rows): Use property names to help with language
13096         specific formatting.
13098         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13099         into nested subscripts.
13100         (math-read-token): Use variables and property names to help with
13101         language specific parsing.
13102         (math-read-expression-level): Use variables to help with language
13103         specific parsing.
13105 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13107         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13108         (archive-rar-summarize): Allow the file name to be passed as argument.
13109         Remove unused vars `header' and `footer'.
13110         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13112 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
13114         * log-edit.el (log-edit-show-diff): New function.
13115         (log-edit-mode-map, log-edit-menu): Bind it.
13116         (log-edit-diff-function): New variable.
13117         (log-edit): Change the 3rd param to be an alist and accept a
13118         function that computes a diff for the files involved.
13120         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13122 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
13124         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13125         wrap next-/previous-line in with-no-warnings.
13127 2007-12-01  Glenn Morris  <rgm@gnu.org>
13129         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13131         * net/dig.el: Move here from gnus/.
13132         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13134         * net/dns.el: Move here from gnus/.
13135         (top-level): Don't require mm-util, or cl when compiling.
13136         (dns-write-name, dns-read, dns-read-type, query-dns):
13137         Replace mm-with-unibyte-buffer with its expansion.
13138         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13140         * progmodes/gdb-ui.el (gud-remove, gud-break):
13141         * progmodes/gud.el (gdb-create-define-alist)
13142         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13143         (hl-line-highlight, gdb-display-source-buffer)
13144         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13145         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13147 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13149         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13150         Move args on defun line.
13152         * textmodes/org.el (org-calendar-holiday):
13153         Use calendar-check-holidays instead of the obsolete
13154         check-calendar-holidays.
13155         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13156         (bbdb-company, bbdb-current-record, bbdb-name)
13157         (bbdb-record-getprop, bbdb-record-name)
13158         (bibtex-beginning-of-entry, bibtex-generate-autokey)
13159         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13160         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13161         (mh-find-path, mh-get-header-field, mh-get-msg-num)
13162         (mh-header-display, mh-index-previous-folder)
13163         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13164         (mh-show-buffer-message-number, mh-show-header-display)
13165         (mh-show-msg, mh-show-show, mh-visit-folder)
13166         (org-export-latex-cleaned-string, remember)
13167         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13168         (rmail-what-message, elmo-folder-exists-p)
13169         (elmo-message-entity-field, elmo-message-field)
13170         (vm-beginning-of-message, vm-follow-summary-cursor)
13171         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13172         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13173         (vm-summarize, wl-folder-get-elmo-folder)
13174         (wl-summary-goto-folder-subr)
13175         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13176         (wl-summary-line-subject, wl-summary-message-number)
13177         (wl-summary-redisplay): Declare as functions.
13179 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
13181         * longlines.el (longlines-show-hard-newlines): Remove handling of
13182         buffer-undo-list and buffer-modified status.
13183         (longlines-show-region, longlines-unshow-hard-newlines):
13184         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13185         inhibit-modification-hooks here to avoid that a buffer appears
13186         modified when toggling visibility of hard newlines.
13188 2007-11-30  Glenn Morris  <rgm@gnu.org>
13190         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13192         * progmodes/idlw-complete-structtag.el
13193         (idlwave-sintern-structtag):
13194         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13195         (idlwave-sintern-sysvartag):
13196         * progmodes/idlwave.el (idlwave-sintern-class-tag)
13197         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13198         functions.
13200 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13202         * textmodes/reftex-index.el (texmathp):
13203         * textmodes/reftex-auc.el (TeX-argument-insert)
13204         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13205         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13206         (LaTeX-label-list):
13207         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13208         (rng-clear-conditional-region, rng-do-some-validation): Declare as
13209         functions.
13210         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13212 2007-11-30  Glenn Morris  <rgm@gnu.org>
13214         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13215         argument and document it.
13217         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13218         Third argument to declare-function must be a list to specify arglist.
13220         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13221         Handle declare-function third argument `t' and fourth argument.
13222         (check-declare-verify): Doc fix.  Handle `fileonly' case.
13223         Use progn rather than prog1.
13225         * desktop.el (uniquify-item-base):
13226         * term/mac-win.el (url-type): Declare as functions.
13228         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13229         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13230         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13231         fourth arg to declare-function.
13233         * play/dunnet.el: Don't require cl when compiling.
13234         (byte-compile-warnings): Set via file local variables.
13235         (dun-parse): Let-bind `beg' and `line'.
13237 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
13239         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13241 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13243         * calendar/time-date.el (encode-time-value): Doc fix.
13245 2007-11-29  Glenn Morris  <rgm@gnu.org>
13247         * calendar/time-date.el (with-decoded-time-value): Doc fix.
13249         * textmodes/css-mode.el (prog-mode): Remove.
13250         (css-mode): Derive from fundamental-mode rather than prog-mode.
13252         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13254         * emacs-lisp/check-declare.el (check-declare-locate)
13255         (check-declare-verify): Handle `external' files.
13256         (check-declare-errmsg): New function.
13257         (check-declare-verify, check-declare-file, check-declare-directory):
13258         Use check-declare-errmsg to report the number of problems.
13260         * ffap.el (w3-view-this-url)
13261         * mail/mspools.el (vm-visit-folder)
13262         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13263         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13264         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13265         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13266         (bbdb-records)
13267         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13268         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13269         (sasl-make-client, sasl-next-step, sasl-step-data)
13270         (sasl-step-set-data)
13271         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13272         (htmlr-step): Declare as functions.
13274         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13275         Use bbdb-address-zip rather than bbdb-address-zip-string.
13277 2007-11-28  Richard Stallman  <rms@gnu.org>
13279         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13280         Move here from gnus/.
13282 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
13284         * newcomment.el (comment-region-internal): Fix newline insertion
13285         in `block' case.
13287 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13289         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13291 2007-11-28  Glenn Morris  <rgm@gnu.org>
13293         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13294         delete .elc files.
13296         * nxml/char-name/unicode: Move to etc/nxml/.
13297         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13299         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13300         Declare as a function.
13302         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13303         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13304         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13306         * nxml/nxml-outln.el (nxml-token-start-tag-p)
13307         (nxml-token-end-tag-p): Move definitions before use.
13309         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13311         * nxml/nxml-uchnm.el (top-level)
13312         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13313         (nxml-enabled-unicode-blocks): Add custom group.
13315         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13316         Use string-to-number rather than string-to-int.
13318         * dired-x.el (dired-omit-old-add-entry): Declare as function.
13319         Move definition before use.
13320         (dired-old-find-buffer-nocreate): Declare as function.
13322         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13323         (check-declare-verify): Handle fset.
13325         * emulation/edt.el (edt-user-emulation-setup):
13326         Test edt-setup-user-bindings is bound before calling.
13328         * emulation/tpu-edt.el: Don't require cl when compiling.
13329         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13330         (tpu-edt-off): Use condition-case rather than ignore-errors.
13331         Use with-no-warnings.
13333         * eshell/esh-util.el (top-level): Use require rather than load for
13334         ange-ftp.
13336         * mail/supercite.el (sc-version): Redefine as an alias for
13337         emacs-version.
13338         (sc-help-address): Remove.
13339         (sc-version): Use emacs-version rather than sc-version.
13340         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13342         * net/socks.el (socks-original-open-network-stream): Declare as
13343         function.  Move definition before use.
13345 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
13347         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13348         (math-make-frac): Declare as functions.
13350 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13352         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13353         Pacify byte compiler.
13354         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13356         * progmodes/idlwave.el (idlwave-shell-get-path-info)
13357         (idlwave-shell-temp-file, idlwave-shell-is-running)
13358         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13359         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13360         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13361         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13362         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13363         (idlwave-completing-read, idlwave-current-routine)
13364         (idlwave-downcase-safe, idlwave-entry-find-keyword)
13365         (idlwave-expand-keyword, idlwave-find-class-definition)
13366         (idlwave-find-inherited-class, idlwave-find-struct-tag)
13367         (idlwave-get-buffer-visiting, idlwave-in-quote)
13368         (idlwave-make-full-name, idlwave-members-only)
13369         (idlwave-popup-select, idlwave-routine-source-file)
13370         (idlwave-routines, idlwave-sintern-class)
13371         (idlwave-sintern-keyword, idlwave-sintern-method)
13372         (idlwave-sintern-routine-or-method)
13373         (idlwave-substitute-link-target, idlwave-sys-dir)
13374         (idlwave-this-word, idlwave-what-module-find-class)
13375         (idlwave-where):
13376         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13377         * mail/uce.el (rmail-msg-is-pruned)
13378         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13379         (rmail-toggle-header):
13380         * mail/sendmail.el (dired-view-file, dired-get-filename):
13381         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13382         (rmail-display-labels, rmail-msgbeg)
13383         (rmail-set-message-deleted-p, rmail-message-labels-p)
13384         (rmail-show-message, mail-comma-list-regexp)
13385         (mail-parse-comma-list):
13386         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13387         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13388         (rfc822-addresses, mail-abbrev-make-syntax-table)
13389         (mail-sendmail-delimit-header, mail-header-end):
13390         * mail/hashcash.el (message-narrow-to-headers-or-head)
13391         (message-fetch-field, message-goto-eoh)
13392         (message-narrow-to-headers):
13393         * vc.el (view-mode-exit): Declare as functions.
13395         * mail/vms-pmail.el:
13396         * vmsproc.el:
13397         * vms-patch.el: Don't byte compile these files, they don't work.
13399 2007-11-27  Glenn Morris  <rgm@gnu.org>
13401         * calc/calc-ext.el (math-read-big-rec):
13402         * calc/calc-nlfit.el (math-map-binop):
13403         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13405         * eshell/eshell.el (eshell-report-bug): Add version number of
13406         obsolescence.
13408         * emulation/viper.el, emulation/viper-util.el,
13409         emulation/viper-macs.el, emulation/viper-keym.el,
13410         emulation/viper-ex.el, emulation/viper-cmd.el:
13411         Load viper-*.el files silently.
13413         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13414         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13415         Load ediff-*.el files silently.
13417         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
13418         compiling.
13419         (Info-goto-node): Declare as a function.
13421         * ediff-init.el: Don't load ange-ftp when compiling.
13422         * ediff-util.el: Don't load reporter when compiling.
13424         * ediff-wind.el (ediff-display-pixel-width)
13425         (ediff-display-pixel-height):
13426         * generic-x.el (ini-generic-mode):
13427         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13428         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13429         (ps-mule-initialize, ps-mule-begin-job):
13430         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13431         (mark-calendar-days-named):
13432         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13433         (add-to-diary-list, diary-name-pattern)
13434         (mark-calendar-days-named):
13435         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13436         (mark-calendar-days-named):
13437         * calendar/cal-x.el (make-fancy-diary-buffer):
13438         * calendar/holidays.el (calendar-absolute-from-julian):
13439         * calendar/todo-mode.el (calendar-current-date):
13440         * calendar/cal-menu.el (calendar-increment-month)
13441         (calendar-month-name, extract-calendar-year)
13442         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13443         (calendar-current-date, calendar-cursor-holidays)
13444         (calendar-date-string, insert-diary-entry, calendar-set-mark)
13445         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13446         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13447         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13448         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13449         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13450         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13451         (calendar-day-of-year-string, calendar-iso-date-string)
13452         (calendar-julian-date-string, calendar-astro-date-string)
13453         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13454         (calendar-persian-date-string, calendar-bahai-date-string)
13455         (calendar-islamic-date-string, calendar-chinese-date-string)
13456         (calendar-coptic-date-string, calendar-ethiopic-date-string)
13457         (calendar-french-date-string, calendar-mayan-date-string)
13458         (calendar-print-chinese-date, calendar-goto-date):
13459         Declare as functions.
13461         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13462         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13464         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13465         aliases for report-emacs-bug.
13466         (gnus-summary-select-article, gnus-configure-windows): Declare as
13467         functions.
13469         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13470         compiler.
13472         * pgg.el (pgg-clear-string): Declare as a function.
13473         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13474         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13476         * emacs-lisp/check-declare.el (check-declare-locate):
13477         Handle compressed files.
13478         (check-declare-verify): Handle define-generic-mode,
13479         define-global(ized)-minor-mode, define-obsolete-function-alias.
13481 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
13483         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13484         algebraic modes.
13486         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13487         (math-is-true, calc-explain-why, calc-alg-edit)
13488         (math-composite-inequalities, math-flatten-lands)
13489         (math-multi-subst, calcFunc-vmatches, math-simplify)
13490         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13491         (math-read-string, math-read-brackets, math-read-angle-brackets):
13492         Declare as functions.
13494         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13495         (calc-fit-bell-shaped-logistic-curve)
13496         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13497         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13498         (math-max-list): Declare as functions.
13499         (math-map-binop): New function.
13500         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13502         * calc/calc.el (calc-set-language, calc-edit-finish)
13503         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13504         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13505         (math-lessp, calc-embedded-finish-command)
13506         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13507         (calc-push-list-in-macro, calc-replace-selections)
13508         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13509         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13510         (calc-embedded-stack-change, calc-refresh-evaltos)
13511         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13512         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13513         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13514         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13515         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13516         (math-dimension-error, calc-incomplete-error, math-float-fancy)
13517         (math-neg-fancy, math-zerop, calc-add-fractions)
13518         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13519         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13520         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13521         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13522         (math-compose-expr, math-comp-width, math-composition-to-string)
13523         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13524         (math-adjust-fraction, math-format-binary, math-format-radix)
13525         (math-group-float, math-mod, math-format-number-fancy)
13526         (math-format-bignum-fancy, math-read-number-fancy)
13527         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13528         (calc-do-embedded-activate, math-do-defmath)
13529         (calc-load-everything): Declare as functions.
13531         * calc/calc-ext.el (math-clip, math-round, math-simplify)
13532         (math-simplify-extended, math-simplify-units, calc-set-language)
13533         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13534         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13535         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13536         (math-normalize-hms, math-normalize-mod, math-make-sdev)
13537         (math-make-intv, math-normalize-logical-op, math-possible-signs)
13538         (math-infinite-dir, math-calcFunc-to-var)
13539         (calc-embedded-evaluate-expr, math-known-nonzerop)
13540         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13541         (math-format-date, math-vector-is-string, math-vector-to-string)
13542         (math-format-radix-float, math-compose-expr, math-abs)
13543         (math-format-bignum-binary, math-format-bignum-octal)
13544         (math-format-bignum-hex, math-format-bignum-radix)
13545         (math-compute-max-digits): Declare as functions.
13546         (math-provably-realp): Fix typo.
13548         * calc/calc-forms.el (calendar-current-time-zone)
13549         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13550         functions.
13552         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13554         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13555         Declare as functions.
13557         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13558         (math-posp, math-compare, math-bignum, math-compare-bignum):
13559         Declare as functions.
13561         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13562         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13563         (calc-explain-why, calc-clear-command-flag)
13564         (calc-roll-down-with-selections, calc-roll-up-with-selections)
13565         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13566         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13567         (math-trunc-special, math-trunc-fancy, math-floor-special)
13568         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13569         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13570         (math-pow-zero, math-pow-fancy): Declare as functions.
13572         * calc/calc-mode.el (calc-embedded-save-original-modes):
13573         Declare as a function.
13575         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13576         Declare as functions.
13577         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13578         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13579         Replace `mapcar*' by `math-map-binop'.
13580         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13582         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13583         (math-read-expr-level): Declare as functions.
13585         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13587 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13589         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13590         end-of-defun-function is called consistently, even for negative
13591         arguments.
13592         (end-of-defun-function): Default to forward-sexp.
13594 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
13596         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13598 2007-11-26  Glenn Morris  <rgm@gnu.org>
13600         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13601         than :suffix.
13603         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13605 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13607         * net/imap.el: Move from ../gnus.
13609 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13611         * doc-view.el (doc-view-mode-p): New function.
13613 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
13615         * mail/mspools.el (rmail-get-new-mail):
13616         * mail/reporter.el (mail-position-on-field, mail-text):
13617         * mail/rmail.el (mail-position-on-field, mail-text-start)
13618         (rmail-update-summary):
13619         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13620         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13621         * mail/rmailout.el (rmail-update-summary):
13622         * mail/rmailsort.el (rmail-update-summary):
13623         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13624         (dired-view-file):
13625         * mail/uce.el (mail-strip-quoted-names):
13626         * mail/undigest.el (rmail-update-summary):
13627         * mail/unrmail.el (mail-strip-quoted-names):
13628         * ediff.el (diff-latest-backup-file): Declare as functions.
13630         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13631         (kill-to-end-of-line):
13632         * obsolete/rnews.el (news-set-minor-modes):
13633         Remove non working functions.
13635 2007-11-25  Glenn Morris  <rgm@gnu.org>
13637         * eshell/esh-maint.el (top-level): Use require with NOERROR for
13638         pcomplete.  Don't mess with load-path.
13640         * eshell/eshell.el (eshell-report-bug-address): Remove.
13641         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13643 2007-11-24  Glenn Morris  <rgm@gnu.org>
13645         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13646         (appt-disp-window): Don't require electric.
13647         Simplify minibuffer-avoidance code.
13648         (appt-select-lowest-window): Avoid minibuffer.
13650         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13651         (esh-mode): Require it.
13652         (esh-util): Use require rather than featurep and load.
13653         (eshell): No need to test if eshell-mode is bound; remove obsolete
13654         reference to eshell-auto.
13655         (eshell-command, eshell-command-result): Don't require esh-mode
13656         now that the file does.
13657         (top-level): Move provide statement to the end of the file.
13658         Re-order and update commentary.
13660 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13662         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13663         (vc-annotate-toggle-annotation-visibility): New command.
13664         (vc-annotate-mode-map): Bind "V" to it.
13665         (vc-annotate-mode-menu): Add entry for it.
13666         (vc-annotate-get-time-set-line-props): New func.
13667         (vc-annotate-display-autoscale)
13668         (vc-annotate-display-difference): Use it.
13670         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13671         Also, match one space at end of annotation text, after last paren.
13673 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
13675         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13676         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
13677         `tramp-completion-mode'.
13679 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13681         * vc-git.el (vc-git-show-log-entry): New func.
13683         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13684         (vc-git-state): Use vc-git--call.
13685         (vc-git-registered, vc-git-working-revision)
13686         (vc-git-previous-revision, vc-git-next-revision)
13687         (vc-git--run-command-string, vc-git-symbolic-commit):
13688         Use vc-git--out-ok.
13690 2007-11-24  Glenn Morris  <rgm@gnu.org>
13692         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13694 2007-11-24  Kenichi Handa  <handa@m17n.org>
13696         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13698 2007-11-23  David Kastrup  <dak@gnu.org>
13700         * server.el (server-process-filter): Use `command-line-args-left'.
13702 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13704         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13706 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
13708         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13709         buffer if the parent buffer is in vc-dired-mode.
13711 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
13713         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
13715 2007-11-23  Juri Linkov  <juri@jurta.org>
13717         * dired.el (dired-read-dir-and-switches): For C-x d, set the
13718         value for M-n to the visited file name of the current buffer.
13719         Use minibuffer-with-setup-hook to set minibuffer-default to
13720         buffer-file-name inside read-file-name.
13722         * man.el (Man-getpage-in-background): Don't disregard user option
13723         `Man-width' on non-window systems.  Remove test for `window-system'
13724         around setting envvar "COLUMNS" depending on the value of `Man-width'.
13726         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13727         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
13728         of "--color=always".
13730 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13733         beginning-of-defun-function.
13735 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13737         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
13739 2007-11-22  Glenn Morris  <rgm@gnu.org>
13741         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13743         * emacs-lisp/check-declare.el (check-declare-locate): New function.
13744         (check-declare-scan): Use check-declare-locate.
13745         (check-declare-verify): No longer adjust fnfile, now
13746         check-declare-locate does it.
13748         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13750 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * subr.el (posn-col-row): Make the `default-value' use explicit.
13754         * window.el (balance-windows): Remove unused var `counter'.
13755         (bw-balance-sub): Remove unused var `lastchild'.
13756         (split-window-vertically): Remove unused var `switch'.
13757         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13759         * emacs-lisp/bytecomp.el
13760         (byte-compile-file-form-custom-declare-variable): Simplify.
13762 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13764         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13765         Set `show-trailing-whitespace' to nil.
13767         * dired.el (make-symbolic-link):
13768         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13769         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13770         * dired-x.el (make-symbolic-link):
13771         * frame.el (x-initialize-window-system):
13772         * menu-bar.el (x-menu-bar-open):
13773         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13774         (x-store-cut-buffer-internal):
13775         * wdired.el (make-symbolic-link):
13776         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13777         (x-send-client-message):
13778         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13780 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
13782         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13784 2007-11-22  Glenn Morris  <rgm@gnu.org>
13786         * dos-fns.el (int86):
13787         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13789         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13791         * calendar/holidays.el (holiday-list): Add autoload cookie.
13793         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13794         files relative to src/ directory.
13795         (check-declare-verify): Handle .c files.  Warn if could not find
13796         an arglist to check.
13798         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13800 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
13802         * replace.el (occur-mode-map): Add a major mode menu with entries
13803         for all occur operations.
13805         * international/titdic-cnv.el (dos-8+3-filename):
13806         * obsolete/fast-lock.el (msdos-long-file-names):
13807         * frame.el (msdos-mouse-p):
13808         * files.el (msdos-long-file-names, w32-long-file-name):
13809         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13810         (mac-resume-apple-event, mac-font-panel-mode)
13811         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13812         (mac-clear-font-name-table):
13813         * term/pc-win.el (msdos-remember-default-colors)
13814         (w16-set-clipboard-data, w16-get-clipboard-data):
13815         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13816         (set-message-beep):
13817         * net/browse-url.el (w32-shell-execute):
13818         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13819         (w32-get-locale-info, w32-get-valid-locale-ids)
13820         (w32-set-clipboard-data):
13821         * dos-fns.el (int86, msdos-long-file-names):
13822         * dos-w32.el (default-printer-name): Declare as functions.
13824 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13826         * emacs-lisp/byte-run.el (declare-function): Return nil.
13828 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13830         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13832 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13834         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13836 2007-11-21  Glenn Morris  <rgm@gnu.org>
13838         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13839         for now.  Handle define-minor-mode, and defalias (with no argument
13840         checking).
13842 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13844         * frame.el (msdos-mouse-p):
13845         * files.el (msdos-long-file-names, w32-long-file-name):
13846         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13847         (mac-resume-apple-event, mac-font-panel-mode)
13848         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13849         (mac-clear-font-name-table):
13850         * term/pc-win.el (msdos-remember-default-colors)
13851         (w16-set-clipboard-data, w16-get-clipboard-data):
13852         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13853         (set-message-beep):
13854         * net/browse-url.el (w32-shell-execute):
13855         * dos-fns.el (int86, msdos-long-file-names):
13856         * dos-w32.el (default-printer-name): Undo previous change.
13858 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
13860         * international/mule-cmds.el (set-locale-environment):
13861         Set default-file-name-coding-system _after_ keyboard and terminal
13862         coding systems.  This fixes last change.
13864         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13865         one space after "Subject:".
13867 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13869         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13870         in order to determine if there's a conflict.
13872 2007-11-21  Richard Stallman  <rms@gnu.org>
13874         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13876         * reposition.el (reposition-window):
13877         Binding C-M-l moved to bindings.el.
13879         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13881         * add-log.el (add-change-log-entry-other-window):
13882         Key binding C-x 4 a moved to bindings.el.
13884         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13885         from filecache.el.
13887         * filecache.el: Minibuffer map bindings moved to bindings.el.
13889 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13891         * international/mule-cmds.el (set-locale-environment):
13892         Set default-file-name-coding-system from system defaults on Windows.
13894 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13896         * term/w32console.el: New term init file for w32 console.
13898         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13899         (x-setup-function-keys): Likewise, replacing top-level key definitions.
13900         (w32-tty-standard-colors): Move to term/w32console.el.
13902         * term/w32-win.el (x-setup-function-keys): Remove.
13904         * term/tty-colors.el (tty-register-default-colors): Remove special
13905         case for w32.
13907 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13909         * frame.el (msdos-mouse-p):
13910         * generic-x.el (w32-shell-name):
13911         * files.el (msdos-long-file-names, w32-long-file-name)
13912         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13913         (dos-8+3-filename, vms-read-directory, view-mode-disable):
13914         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13915         (mac-resume-apple-event, mac-font-panel-mode)
13916         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13917         (mac-clear-font-name-table):
13918         * term/pc-win.el (msdos-remember-default-colors)
13919         (w16-set-clipboard-data, w16-get-clipboard-data):
13920         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13921         (set-message-beep):
13922         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13923         (w32-get-locale-info, w32-get-valid-locale-ids)
13924         (w32-set-clipboard-data):
13925         * help-fns.el (ad-get-advice-info):
13926         * font-lock.el (fast-lock-after-fontify-buffer)
13927         (fast-lock-after-unfontify-buffer, fast-lock-mode)
13928         (lazy-lock-after-fontify-buffer)
13929         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13930         * net/browse-url.el (w32-shell-execute):
13931         * dos-fns.el (int86, msdos-long-file-names):
13932         * dos-w32.el (default-printer-name): Declare as functions.
13934 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13936         * textmodes/paragraphs.el (forward-sentence): Doc fix.
13937         Reported by Drew Adams <drew.adams@oracle.com>.
13939 2007-11-20  Jason Rumney  <jasonr@gnu.org>
13941         * term/w32-win.el (x-setup-function-keys): Protect against
13942         multiple calls on the same terminal.
13944 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13946         * term/mac-win.el (x-setup-function-keys): Only setup
13947         local-function-key-map if it has not been setup already for the
13948         current frame.  Move the suspend-emacs processing here.
13950 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
13952         * progmodes/grep.el (xargs-program): New variable.
13953         (grep-compute-defaults): Use it.
13954         (grep-default-command): Doc fix.
13955         (grep, lgrep, rgrep): Reflow docstrings.
13957 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13959         * vc.el (vc-find-revision): Set the parent buffer.
13960         Use when instead of if.
13962         * progmodes/python.el (info-lookup-maybe-add-help):
13963         * progmodes/ps-mode.el (doc-view-minor-mode):
13964         * mail/emacsbug.el (Info-menu, Info-goto-node):
13965         * emulation/viper-keym.el (viper-ex)
13966         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13967         * emulation/viper-cmd.el (widget-type, widget-button-press)
13968         (viper-set-hooks):
13969         * emacs-lisp/tcover-unsafep.el (unsafep-function):
13970         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13971         (ses-load, ses-vector-delete, ses-create-header-string)
13972         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13973         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13975 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13977         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13979 2007-11-20  Glenn Morris  <rgm@gnu.org>
13981         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13982         for end of function-name.  Handle define-derived-mode.
13984 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13986         * progmodes/idlw-help.el: Require browse-url unconditionally, it
13987         is available by default.
13988         (idlwave-help-browse-url-available): Change default to t.
13990         * emulation/edt.el (defgroup, defcustom): Remove definition.
13991         (eval-when-compile): Remove.
13992         (c-mark-function):
13993         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13994         * textmodes/fill.el (comment-search-forward)
13995         (comment-string-strip):
13996         * progmodes/prolog.el (comint-mode, comint-send-string)
13997         (comint-send-region, comint-send-eof):
13998         * progmodes/dcl-mode.el (imenu-default-create-index-function):
13999         * emulation/viper-util.el (viper-forward-Word):
14000         * emulation/vi.el (c-mark-function):
14001         * emulation/edt-vt100.el (vt100-wide-mode):
14002         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
14004 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
14006         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14007         Still some tuning in case of an echoing shell.
14008         (tramp-send-command): Connection property "remote-echo" is not
14009         persistent; cache key is the process therefore.
14011 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
14013         * replace.el (map-query-replace-regexp): Doc fix (revert part of
14014         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14016 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
14018         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14019         * play/yow.el (doctor-ret-or-read):
14020         * vc-hooks.el (vc-dired-resynch-file):
14021         * vc-hg.el (log-view-get-marked):
14022         * smerge-mode.el (ediff-cleanup-mess):
14023         * pcvs.el (vc-editable-p, vc-checkout):
14024         * pcomplete.el (comint-bol):
14025         * informat.el (texinfo-format-refill):
14026         * ido.el (tramp-tramp-file-p):
14027         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14028         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14029         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14030         functions.
14032         * textmodes/ispell.el (ispell-int-char): Make it a defalias
14033         instead of fset.
14034         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14036         * ido.el (ido-file-internal): Move with-no-warnings to include the
14037         ffap-string-at-point call.
14039         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14041         * vc-hg.el (vc-hg-revision-table): Fix last change.
14043 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
14045         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14046         clipboard-yank when the buffer is read-only.
14048         * cus-edit.el (custom-field-keymap): Move to other Custom mode
14049         keymaps such that it's before the definition of Custom-mode-menu.
14050         (Custom-mode-menu): Show it for custom-field-keymap too.
14052 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
14054         * progmodes/gdb-ui.el: Update commentary.
14056 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
14058         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14060 2007-11-19  Glenn Morris  <rgm@gnu.org>
14062         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14063         does not exist, try adding `.el' extension.  Also search for defsubsts.
14065         * cus-edit.el (recentf-expand-file-name):
14066         * dired.el (dired-relist-entry):
14067         * subr.el (w32-shell-dos-semantics):
14068         * emacs-lisp/bytecomp.el (compilation-forget-errors):
14069         Declare as functions.
14071 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14073         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14074         (prepare-abbrev-list-buffer): Use dolist.
14075         (clear-abbrev-table): Preserve properties.
14077 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
14079         * textmodes/texinfmt.el (texinfo-format-printindex):
14080         Collect combined indexes using texinfo-short-index-format-cmds-alist.
14081         Reported on <bug-texinfo@gnu.org>.
14083 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
14085         * net/tramp.el (tramp-completion-reread-directory-timeout):
14086         New defcustom.
14087         (tramp-handle-file-name-all-completions): Flush directory contents
14088         from cache regularly.
14089         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14090         (tramp-open-connection-setup-interactive-shell):
14091         Call `tramp-cleanup-connection' via funcall.
14093         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14094         created when copying.
14096 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
14098         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14099         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14100         * eshell/esh-ext.el (eshell-external-command):
14101         * eshell/esh-cmd.el (require):
14102         * eshell/em-unix.el (eshell-plain-locate-behavior):
14103         * eshell/em-cmpl.el (eshell-cmpl-initialize):
14104         Replace eshell-under-xemacs-p with (featurep 'xemacs).
14105         * eshell/esh-mode.el (characterp, char-int): Remove unused
14106         conditional defaliases.
14108         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14109         Rename from event-matches-key-specifier-p, define unconditionally.
14110         (event-basic-type): Remove unused defalias.
14111         (pcomplete-show-completions):
14112         Use pcomplete-event-matches-key-specifier-p.
14114 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
14116         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14117         when saving esh-groups.el.
14119 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
14121         * wid-edit.el (widget-default-complete):
14122         * progmodes/flymake.el (flymake-goto-file-and-line):
14123         Fix typo in (doc-)string.
14125 2007-11-17  Glenn Morris  <rgm@gnu.org>
14127         * emacs-lisp/byte-run.el (declare-function): New macro.
14128         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14129         New function, byte-hunk-handler for declare-function.
14130         (byte-compile-callargs-warn): Handle declared functions.
14132         * emacs-lisp/check-declare.el: New file.
14133         * Makefile.in (check-declare): New target.
14135         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14137         * subr.el (process-lines): Move here from ../admin/admin.el.
14138         * emacs-lisp/authors.el (authors-process-lines): Remove.
14139         (authors): Use process-lines rather than authors-process-lines.
14141         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14142         Remove these files.
14144 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
14146         * emacs-lisp/backquote.el (backquote):
14147         Improve argument/docstring consistency.
14149         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14150         (ring-length, ring-empty-p): Use c[ad]dr.
14151         (ring-plus1): Use `1+'.
14152         (ring-minus1): Use `zerop'.
14153         (ring-remove): Use c[ad]dr.  Use `when'.
14154         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
14155         (ring-ref): Use `let', not `let*'.
14156         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
14157         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
14158         (ring-member): Simplify.  Doc fix.
14159         (ring-convert-sequence-to-ring): Simplify.
14161 2007-11-17  Juri Linkov  <juri@jurta.org>
14163         * dired-aux.el (dired-create-directory): Allow creating
14164         a directory of an arbitrary depth.  Add a loop to find the topmost
14165         nonexistent parent dir `new', and call `dired-add-file' on it.
14166         Set the `PARENTS' arg of `make-directory' to t.
14168 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14170         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14171         (math-build-parse-table): Get parse information from math-parse-table.
14173 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14175         * window.el (recenter-last-op): New var.
14176         (recenter-top-bottom): New command.
14177         (global-map): Bind it to C-l.
14179         * abbrev.el (abbrev--write): Fix error in transcription from C.
14181         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14182         (pc-select-ensure-mark): Set mark-active to a special value instead.
14183         Rename from ensure-mark.  Update call callers.
14184         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14185         Rewrite.  Update all callers.
14186         (pc-selection-mode): Remove redundant var declaration.
14188 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
14190         * doc-view.el (doc-view-search-backward, doc-view-search):
14191         Fix assignment to free variable bug.
14193 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
14195         * emulation/pc-select.el (pc-select-shifted-mark): New var.
14196         (ensure-mark): Set it.
14197         (maybe-deactivate-mark): New fun.
14198         Use it everywhere instead of (setq mark-active nil).
14200 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14202         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14203         Add check for XEmacs.
14205         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14207         * doc-view.el (doc-view-resolution): Add missing :group.
14209 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
14211         * subr.el (make-variable-frame-local):
14212         Fix typo in obsolescence declaration.
14214 2007-11-16  Werner Lemberg  <wl@gnu.org>
14216         * files.el (set-auto-mode-1): Check second line for -*- if file
14217         starts with '\" (which is used by man pages to identify needed
14218         troff preprocessors).
14220 2007-11-16  Glenn Morris  <rgm@gnu.org>
14222         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14224 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14226         * calc/calc-lang.el (math-oper-table): Fix typo.
14227         Reduce precedence of "/" for TeX.
14229         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14231 2007-11-16  Juri Linkov  <juri@jurta.org>
14233         * dired-aux.el (dired-read-shell-command-default): New function.
14234         (dired-read-shell-command): Use its return value for DEFAULT arg.
14236         * replace.el (keep-lines-read-args, occur-read-primary-args):
14237         Use a list of default values for DEFAULT arg of read-from-minibuffer.
14239         * man.el (Man-heading-regexp): Add 0-9.
14240         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14242 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14244         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14245         (doc-view-resolution): New custom var.
14246         (doc-view-pdf/ps->png): Use it.
14247         (doc-view-shrink-factor): New var.
14248         (doc-view-enlarge, doc-view-shrink): New commands.
14249         (doc-view-mode-map): Use them.
14251 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14253         * ediff-wind.el (ediff-window-setup-function):
14254         * simple.el (normal-erase-is-backspace):
14255         * eshell/em-unix.el (eshell/info):
14256         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14257         Fix typos in docstrings.
14259         * emulation/cua-base.el (cua--keymaps-initialized):
14260         Rename from `cua--keymaps-initalized'.  Callers changed.
14261         (cua-highlight-region-shift-only): Doc fix.
14262         (cua-paste-pop): Fix typo in docstring.
14264 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14266         * emulation/cua-base.el (cua--pre-command-handler-1):
14267         Use input-decode-map instead of function-key-map.
14268         Use event-modifiers now that it works reliably.
14270         * vc.el (vc-diff-internal): Pop-to-buffer later.
14272         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14274         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14275         did not touch them.
14277 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
14279         * calc/calc-menu.el: New file.
14280         * calc/calc.el (calc-mode): Require calc-menu.
14282 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
14284         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14286 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
14288         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14289         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14290         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14291         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14292         locations.
14293         (gdb-info-breakpoints-custom, gdb-assembler-custom)
14294         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14295         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14297 2007-11-13  Noah Friedman  <friedman@splode.com>
14299         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14300         bindings to remap when `calc-scan-for-dels' is non-nil.
14302 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14304         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14305         constant forms.
14306         (byte-compile-nilconstp): New function.
14307         (byte-optimize-cond): Kill subsequent branches when a branch is
14308         know to be taken or not taken.
14309         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14311 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14313         * vc.el (vc-register): Allow registering a file passed as a
14314         parameter instead of just the current buffer.
14316 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
14318         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14319         Check whether the output of "uname -sr" has been changed.
14321 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14323         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14324         patterns from compilation-perl.el and compilation-weblint.el files.
14326 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14328         * progmodes/compilation-perl.el:
14329         * progmodes/compilation-weblint.el: Disable autoloads, they cause
14330         a bootstrap failure.
14332         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14333         instead of doing "cvs diff" in order to avoid accessing the repository.
14335 2007-11-12  Kevin Ryde  <user42@zip.com.au>
14337         * progmodes/compilation-perl.el:
14338         * progmodes/compilation-weblint.el: New files.
14340 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
14342         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14343         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14344         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14345         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14346         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14347         Rewrite in active voice.
14349 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14351         * doc-view.el: Add comments about isearch support.
14353 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14355         * vc.el (vc-start-entry): Fix setting the in the case the function
14356         is called from vc-dired.  Use when instead of if where appropriate.
14358 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14360         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14361         to be a list.
14362         (ps-begin-job): Error if ps-lpr-switches is not a list.
14364 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14366         * faces.el (face-normalize-spec): Remove function.
14367         (frame-set-background-mode): Undo last change.
14369 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14371         * w32-fns.el: Sync charset names with setup-default-fontset.
14372         Append "-1" where second part missing.
14374 2007-11-10  Juri Linkov  <juri@jurta.org>
14376         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14377         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
14379         * custom.el (custom-note-var-changed): Remove the `interactive'
14380         spec from this new non-interactive function.
14382 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
14384         * doc-view.el (doc-view-mode-map, doc-view-menu)
14385         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14386         (doc-view-search-backward): New function.
14387         (doc-view-search): Query new regexp if prefix arg is given, else
14388         jump to next/previous match.
14389         (doc-view-mode): Handle compressed files.
14390         (jka-compr): Required for compressed files.
14392 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14394         * replace.el (query-replace-show-replacement): New defcustom.
14395         (perform-replace): Use `match-substitute-replacement' if
14396         `query-replace-show-replacement' is non-nil.
14398 2007-11-10  David Kastrup  <dak@gnu.org>
14400         * subr.el (match-substitute-replacement): New function.
14402 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
14404         * files.el (auto-mode-alist): Select org-mode for files with the
14405         extension ".org".
14407 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
14409         * help.el (help-window, help-window-point-marker): New variables.
14410         (help-window-select): New option.
14411         (with-help-window): New macro for displaying help windows.
14412         (help-window-display-message, help-window-setup-finish)
14413         (help-window-setup): New functions used for setting up help windows.
14414         (print-help-return-message): Reset help-window to nil.
14415         (view-lossage): Use with-help-window instead of
14416         with-output-to-temp-buffer and move help-window-point-marker after
14417         inserted text.
14418         (describe-bindings, describe-key, describe-mode): Use
14419         with-help-window instead of with-output-to-temp-buffer.
14421         * help-mode.el (help-mode): Set view-exit-action to bury the
14422         buffer instead of fiddling with windows.  Simplify code.
14423         (help-mode-finish): When help-window eqs t set it to the selected
14424         window and have with-help-window set up view-return-to-alist.
14425         (help-buffer): Add autoload cookie.
14427         * view.el (view-remove-frame-by-deleting): Change default value to t.
14428         Add autoload cookie.
14429         (view-exit-action, view-file, view-file-other-window)
14430         (view-file-other-frame, view-buffer, view-buffer-other-window)
14431         (view-buffer-other-frame): Rewrite doc strings.
14432         (view-return-to-alist-update): New function to remove stale entries
14433         from view-return-to-alist.
14434         (view-mode-enter): Rewrite doc string and simplify code.
14435         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
14436         view-exit-action to nil.  Simplify code and rewrite doc string.
14438         * apropos.el (apropos-describe-plist):
14439         * descr-text.el (describe-char):
14440         * disp-table.el (describe-display-table):
14441         * faces.el (list-faces-display, describe-face):
14442         * facemenu.el (list-colors-display):
14443         * help-fns.el (describe-function, describe-variable)
14444         (describe-syntax, describe-categories):
14445         Use with-help-window instead of with-output-to-temp-buffer.
14447 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
14449         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14450         Optimize (featurep 'emacs) to t.
14452         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14453         New function.
14454         (byte-compile-maybe-guarded): Use it to also look for bound
14455         symbols inside `and' forms.  Comment out non-working code that was
14456         trying to avoid warnings for XEmacs code.
14458         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14460         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14461         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14462         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14463         (vc-cvs-annotate-command):
14464         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14465         is bound, it always is.
14467 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14469         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14470         setup here from global scope.
14472 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
14474         * ido.el (ido-save-history): Save the history file in UTF-8, not
14475         the current filename coding system.
14477 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14479         * simple.el (interprogram-cut-function, interprogram-paste-function):
14480         Don't make them frame-local any more.
14482         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14483         Don't set interprogram-(cut|paste)-function on each frame.
14485         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14486         Make them work in tty frames.
14487         (interprogram-cut-function, interprogram-paste-function):
14488         Set them globally.
14490 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14492         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14493         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14494         (iso-iso2duden-trans-tab): Add docstring.
14496 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14498         * abbrev.el (define-abbrev-table): Record the variable definition.
14500         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14501         New function.
14503 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14505         * ps-print.el: Clean the code for checking suitable Emacs version.
14506         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14507         (ps-print-version): New version 6.8.1.
14509 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14511         * files.el (enable-local-variables): Doc fix.
14513 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14515         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14517 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
14519         * dired-aux.el (dired-copy-file-recursive):
14520         Preserve directory permissions.
14522 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14524         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14525         (whitespace-unload-function): New-style unload function.  When run,
14526         unintern `whitespace-unload-hook' and call `unload-feature' recursively
14527         to stop the old hook from messing with the unloading.
14529 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14531         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14532         (elp-unset-master, elp-results): Fix typos.
14533         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14534         Doc fixes.
14536         * msb.el (msb--many-menus): Remove variable.
14537         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14538         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14539         (msb--toggle-menu-type): Fix typos in docstrings.
14541         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14542         (shadow-insert-var): Doc fixes.
14543         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14544         Reflow docstrings.
14545         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14547 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14549         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14550         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14551         Fix typos in autoload docstrings.
14553 2007-11-09  Richard Stallman  <rms@gnu.org>
14555         * savehist.el (savehist-save): Obey savehist-ignored-variables.
14557 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14559         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14560         (gdb-var-update-handler-1): Use it.
14562 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14564         * loadhist.el (unload-feature): Remove erroneous check for the
14565         FEATURE-unload-function variable; check the existence of the
14566         function (that's what the docstring says, and it makes more sense).
14568         * follow.el (follow-unload-function): Add docstring.
14569         (follow-unload-function): Remove variable.
14571         * server.el (server-unload-function): Remove variable.
14572         (server-unload-function): Unbind `server-edit' from `C-x #'.
14574         * ses.el (ses-unload-function): New function.
14576 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14578         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14579         (unsafep-progn, unsafep-let): Fix typos in docstrings.
14581         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14582         before use to avoid a warning in packages that require uniquify.
14583         (uniquify-unload-function): New function and var.
14585 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
14587         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14588         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14589         (ediff-current-diff-A, ediff-current-diff-B)
14590         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14591         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14592         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14593         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14594         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14595         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14596         (ediff-setup-windows-plain-merge)
14597         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14598         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14599         * ediff-util.el (ediff-setup-keymap, )
14600         (ediff-toggle-wide-display, ediff-toggle-multiframe)
14601         (ediff-toggle-use-toolbar, ediff-really-quit)
14602         (ediff-good-frame-under-mouse)
14603         (ediff-highlight-diff-in-one-buffer)
14604         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14605         (ediff-make-bullet-proof-overlay):
14606         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14607         (ediff-set-meta-overlay):
14608         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14609         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14610         ediff-emacs-p with their former definitions.
14612         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14613         (viper-has-face-support-p, viper-inactivate-input-method)
14614         (viper-activate-input-method)
14615         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14616         * emulation/viper-mous.el (viper-multiclick-timeout)
14617         (viper-surrounding-word, viper-mouse-click-insert-word)
14618         (viper-mouse-click-search-word, viper-parse-mouse-key):
14619         * emulation/viper-macs.el (viper-char-array-to-macro):
14620         * emulation/viper.el (viper-go-away, viper-set-hooks)
14621         (viper-non-hook-settings):
14622         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14623         (viper-get-saved-cursor-color-in-insert-mode)
14624         (viper-get-saved-cursor-color-in-emacs-mode)
14625         (viper-check-version, viper-get-visible-buffer-window)
14626         (viper-file-checked-in-p, viper-set-replace-overlay)
14627         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14628         (viper-check-minibuffer-overlay, viper-read-key-sequence)
14629         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14630         with their former definitions.
14631         (viper-eventify-list-xemacs): Only do work for XEmacs.
14632         (viper-set-unread-command-events): Only do work for Emacs.
14633         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14634         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14635         (viper-overlay-get, viper-overlay-put, viper-read-event)
14636         (viper-characterp, viper-int-to-char, viper-get-face)
14637         (viper-color-defined-p, viper-iconify): New defaliases replacing
14638         the old fsets.
14640         * progmodes/fortran.el (comment-region-function)
14641         (uncomment-region-function): Pacify byte compiler.
14643         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14645 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
14647         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14648         `process-environment'.
14650 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
14652         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14653         match dir like "a...b".
14655 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14659 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
14661         * net/tramp.el (tramp-handle-substitute-in-file-name):
14662         Don't expand the remote connection identification.
14663         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14664         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
14665         before calling stty.
14667         * net/tramp-cache.el (tramp-cache-print)
14668         (tramp-dump-connection-properties): Fix docstring.
14669         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14671         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14673         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14674         remote connection identification when setting connection property.
14676         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14677         "//" substitutes only in the local filename part.
14679 2007-11-07  David Hansen  <david.hansen@gmx.net>
14681         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14683 2007-11-07  Glenn Morris  <rgm@gnu.org>
14685         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14686         Remove superfluous concats.  Move final set-buffer to
14687         non-emacs-specific code.
14689 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
14691         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14693 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
14695         * eshell/esh-mode.el (eshell-output-filter):
14696         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14697         Use `with-current-buffer'.
14699 2007-11-07  Andreas Schwab  <schwab@suse.de>
14701         * server.el (server-start): Only register cleanup after server was
14702         started.
14704 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
14706         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14708         * net/tramp-cache.el (tramp-cache-print): Move down.
14709         (tramp-cache-list-connections): New defun.
14711         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14713 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
14715         * ido.el (ido-save-history): Write the history file in the current
14716         filename coding system, and add `coding' file-local variable.
14718 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
14720         * textmodes/org.el (org-table-formula-substitute-names):
14721         Remove forgotten temporary debugging code.
14723 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
14725         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14726         the prompt.
14728 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
14730         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14732 2007-11-05  Simon Josefsson  <simon@josefsson.org>
14734         * net/tls.el (tls-end-of-info): Doc fix.
14736 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
14738         * international/utf-7.el (utf-7-imap): New coding system.
14739         (utf-7-imap-post-read-conversion): New function.
14740         (utf-7-imap-pre-write-conversion): New function.
14742 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14744         * abbrev.el (abbrev--write): Fix up typo.
14746 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
14748         * abbrev.el (define-abbrev-table): Doc fix.
14750 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
14752         * info.el (Info-revert-buffer-function): New func.
14753         (Info-mode): Arrange to use it for reverting.
14754         (Info-copy-current-node-name): Add space between filename and nodename.
14756 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14758         * abbrev.el (expand-abbrev): Move point back to expansion's end.
14760 2007-11-04  Glenn Morris  <rgm@gnu.org>
14762         * net/tls.el: Don't require rx when compiling.
14763         (tls-end-of-info): Rewrite without using rx.
14764         (open-tls-stream): Use with-current-buffer.
14766 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
14768         * net/tls.el: Require rx when compiling.
14769         (tls-end-of-info): New variable.
14770         (open-tls-stream): Keep reading input until `tls-end-of-info' is
14771         matched.
14773 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
14775         * register.el (append-to-register, prepend-to-register):
14776         Don't signal error on empty register; use the text, instead.
14778 2007-11-03  Michael Olson  <mwolson@gnu.org>
14780         * textmodes/remember.el (remember-buffer):
14781         Use define-obsolete-function-alias rather than defalias.
14783 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
14785         * simple.el (bad-packages-alist): Anchor semantic regexp.
14787 2007-11-03  Glenn Morris  <rgm@gnu.org>
14789         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14790         if defined, for blank lines.  Doc fix.
14792         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14793         (fortran-mode): Set values for comment-region-function,
14794         uncomment-region-function and comment-insert-comment-function.
14795         (fortran-uncomment-region): New function.
14797         * textmodes/nroff-mode.el (nroff-mode):
14798         Set comment-insert-comment-function rather than indent-line-function.
14799         (nroff-indent-line-function): Remove.
14800         (nroff-insert-comment-function): New function.
14802 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14804         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14806 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14808         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14810         * emulation/viper-cmd.el (viper-prev-destructive-command)
14811         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14812         copy-sequence.
14814         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14815         Got rid of ediff-copy-list.
14817         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14818         use face-name.
14819         (ediff-test-utility, ediff-diff-mandatory-option)
14820         (ediff-reset-diff-options): Remove to simplify the mandatory option
14821         handling on Windows.
14822         (ediff-set-diff-options): Add.
14823         (ediff-diff-options): Set "--binary" option as default in some cases.
14825         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14826         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14827         ediff-vc-working-revision.  Require vc-hooks.
14829 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
14831         * files.el (hack-local-variables): Fix membership tests to avoid
14832         treating all variables as safe if `enable-local-variables' is
14833         set to :safe (CVE-2007-5795).
14835 2007-11-02  Glenn Morris  <rgm@gnu.org>
14837         * newcomment.el (comment-indent): Let comment-insert-comment-function,
14838         if defined, do all the work of inserting a new comment.
14840         * progmodes/etags.el (tags-table-mode): Disable undo.
14842         * simple.el (bad-packages-alist): Revert previous change.
14844 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
14846         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14848         * obsolete/lselect.el: Do not warn about unknown functions.
14850 2007-11-02  Michael Olson  <mwolson@gnu.org>
14852         * textmodes/remember.el (remember-buffer): Make this an alias of
14853         remember-finalize, because Org uses it.
14855 2007-11-01  Michael Olson  <mwolson@gnu.org>
14857         * textmodes/remember.el: Improve documentation in heading.
14858         (remember-before-remember-hook): Turn into a customizable option.
14859         (remember): Document INITIAL argument.
14860         (remember-region): Remove autoload cookie.  Improve docstring to
14861         mention that it is called from the *Remember* buffer, and does not
14862         have any functional overlap with the `remember' function.
14863         (remember-finalize): Remove autoload cookie.  Rename from
14864         remember-buffer to emphasize that this does not have any
14865         functional overlap with the `remember' function.
14866         (remember-destroy): Remove autoload cookie.
14867         (remember-mode-map): Define and initialize in one step.
14868         (remember-mode): Improve docstring.
14869         (remember-annotation-functions): Default to just '(buffer-file-name),
14870         and don't try to take the default value from Planner.
14872 2007-11-01  Glenn Morris  <rgm@gnu.org>
14874         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14876         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14878         * emacs-lisp/authors.el (authors-scan-change-log)
14879         (authors-scan-el): Don't enable local eval; enable only safe local
14880         variables, without querying.
14882         * mail/footnote.el (footnote-numeric-regexp)
14883         (footnote-english-upper-regexp, footnote-english-lower-regexp)
14884         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14885         Match multi-character footnotes.
14887         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14888         (nroff-indent-line-function): New function.
14889         (nroff-count-text-lines): Use nroff-forward-text-line rather than
14890         obsolete alias.
14892 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
14894         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14895         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
14896         (rcirc-print): Only update the line count when not marking the
14897         line as omittable.
14898         (rcirc-log-write): Specify coding system when writing logfile.
14899         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14901 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
14903         * printing.el (printing): Fix :version, printing.el was included
14904         for in emacs-22.1.
14905         (pr-path-style, pr-path-alist, pr-txt-name)
14906         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14907         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14908         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14909         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14910         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14911         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14912         (pr-setting-database, pr-visible-entry-list)
14913         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14914         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14916         * ediff-util.el (ediff-nuke-selective-display): Move definition to
14917         top level, make it dependent on the emacs flavor.
14919         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14920         Test for XEmacs not for itimer.
14922         * term/sun-mouse.el:
14923         * obsolete/sun-fns.el:
14924         * obsolete/sun-curs.el: Remove files.
14926         * term/sun.el (select-previous-complex-command): Remove obsolete code.
14928 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
14930         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14931         was given to concat.
14933 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14935         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14936         used normally for goto-line.  Change `g' to revert the buffer.
14937         Add redundant `r' binding for buffer-revert.
14939         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14940         (mail-abbrevs-setup): Use abbrev-expand-functions.
14941         (build-mail-abbrevs): Use with-temp-buffer.
14942         (define-mail-abbrev): Simplify.
14943         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14944         Change it for use on abbrev-expand-functions.
14945         (mail-abbrev-complete-alias): Use with-syntax-table.
14947 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
14949         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14950         directly.  Fix bug in deleting temp file.
14952 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14954         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14955         Merge defvar and define-abbrev-table.
14956         (def-python-skeleton): Use :case-fixed and :enable-function.
14957         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14958         Remove.
14959         (python-mode): Don't modify pre-abbrev-expand-hook.
14961 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14963         * ediff-util.el (ediff-file-checked-out-p)
14964         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14966 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         * abbrev.el (abbrev-symbol): Correct let->let*.
14969         (abbrev--before-point): Only use abbrev-start-location if before point.
14971 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14973         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
14974         (strokes-unload-hook): Remove function and variable.
14975         (strokes-unload-function): New-style unload function, adapted
14976         from `strokes-unload-hook'.
14978         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14979         (cl-unload-hook): Remove variable.
14980         (cl-unload-function): New-style unload function, adapted
14981         from `cl-cannot-unload'.
14983         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14984         (elp-unload-function): New-style unload function, adapted
14985         from `elp-unload-hook'.
14987 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14989         * emacs-lisp/find-func.el (find-library): Use library at
14990         point as default interactive argument.
14992 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14994         * shadowfile.el (shadow-join): Remove.
14995         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14996         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14997         (shadowfile-unload-hook): Remove function and variable.
14998         (shadowfile-unload-function): New-style unload function, adapted
14999         from `shadowfile-unload-hook'.
15001 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
15003         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
15004         only if it is bound.
15006         * textmodes/reftex.el: Move autoloads for before all uses.
15007         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15008         (reftex-delete-overlay): Move to the top level with the condition
15009         in the body.
15011         * progmodes/simula.el: Use when instead of if.
15013         * iimage.el (iimage-locate-file): Define unconditionally.
15015         * mail/mailabbrev.el (mail-abbrev-next-line):
15016         * emulation/vip.el (vip-enlarge-region, vip-line)
15017         (vip-next-line-at-bol, vip-previous-line)
15018         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15019         Wrap with-no-warnings around uses of next-line and previous-line.
15021         * ediff.el (run-ediff-from-cvs-buffer):
15022         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15023         Remove function not used by pcl-cvs anymore.
15024         (noninteractive, generic-sc-get-latest-rev)
15025         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15026         Delete support for long obsolete generic-sc.el.
15028 2007-10-31  Glenn Morris  <rgm@gnu.org>
15030         * cvs-status.el: No longer require pcvs when compiling.
15032         * doc-view.el (doc-view-conversion-refresh-interval)
15033         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15034         (doc-view-reset-slice): Doc fixes.
15035         (doc-view-menu): Remove deleted function doc-view-edit-doc.
15037 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
15039         * help-at-pt.el (help-at-pt-unload-hook): Remove.
15040         Timers are automatically canceled by `unload-feature'.
15042         * delsel.el (delsel-unload-hook): Remove function and variable.
15043         (delsel-unload-function): New-style unload function, adapted
15044         from `delsel-unload-hook'.
15046         * msb.el (msb-unload-hook): Remove function and variable.
15047         (msb-unload-function): New-style unload function, adapted from
15048         `msb-unload-hook'.
15050 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
15052         * desktop.el (uniquify-managed): Pacify byte compiler.
15053         (desktop-buffer-info): If the buffer name is managed by uniquify,
15054         save the base name, not the uniquified one.
15055         (desktop-create-buffer): Allow `rename-buffer' to generate a new
15056         name in case of conflict.
15058 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15060         * doc-view.el: Use expand-file-name rather than concat.
15061         (doc-view-cache-directory): Add the UID so multiple users won't clash.
15062         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15063         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15064         (doc-view-toggle-display): Use an overlay over the whole buffer so as
15065         not to have to touch the buffer's content.
15066         (doc-view-initiate-display): New function, extracted from doc-view-mode.
15067         (doc-view-mode): Use it.  Don't mark as a special mode.
15068         Put the page numbers in the modeline.
15069         Set up the overlay.  Hide the cursor.  Run the mode hook.
15070         Use after-revert-hook rather than revert-buffer-function.
15071         (doc-view-search-internal): Fix typo.
15072         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15073         image-cache flush.
15074         (doc-view-reconvert-doc): Don't reset the whole mode.
15075         (doc-view-make-safe-dir): New function.
15076         (doc-view-current-cache-dir): Use it.
15078 2007-10-30  Jason Rumney  <jasonr@gnu.org>
15080         * time.el (display-time-world-list): Test for zoneinfo support.
15082 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
15084         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15086         * net/tramp-cache.el (tramp-flush-file-function): Check also
15087         `default-directory' if `buffer-file-name' does not return a
15088         string.  Added to `eshell-pre-command-hook'.
15090 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15092         * doc-view.el (doc-view-current-doc): Remove.
15093         Replace all uses by buffer-file-name.
15094         (doc-view-menu): New menu.
15095         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15096         unused var `doc'.
15097         (doc-view-sort): Simplify.
15098         (doc-view-buffer-message): Don't change buffer-modified-p.
15099         (doc-view-mode): Change it here instead.
15100         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
15101         Don't modify the global value of revert-buffer-function.
15103         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15104         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15105         (image-toggle-display): Take overlays into account and don't assume
15106         point-min==1.
15108 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
15110         * vc.el (vc-annotate): Fix omission bug:
15111         Specify value for vc-sentinel-movepoint.
15113 2007-10-30  Michael Olson  <mwolson@gnu.org>
15115         * textmodes/remember.el (remember-mode-hook)
15116         (remember-handler-functions, remember-annotation-functions):
15117         Add additional items as options, including some Org functions.
15119 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
15121         * doc-view.el: Remove cl-dependency.
15122         (doc-view-buffer-message): Mention new binding K.
15123         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15124         instead of variable.
15125         (doc-view-current-cache-dir): Better cache dir naming.
15126         (doc-view-current-display): Remove variable.
15127         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15128         (doc-view-kill-proc): Set converter process to nil.
15129         (doc-view-minor-mode): New minor mode.
15130         (doc-view-minor-mode-map): New keymap.
15131         (doc-view-mode): Remove text/image switching code.  Use plain defun.
15132         (doc-view-mode-map): New binding K kills converter process.
15133         Remove C-c C-e binding.
15134         (doc-view-mode-text-map): Remove keymap.
15135         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15136         d-v-display-maybe.
15137         (doc-view-previous-major-mode): New variable.
15138         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15139         (doc-view-remove-if): New function.
15140         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15141         (doc-view-toggle-display): Toggle modes instead of display styles.
15142         (doc-view-reconvert-doc): Adapt to new way of doing things.
15144         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15146 2007-10-30  Glenn Morris  <rgm@gnu.org>
15148         * dirtrack.el (dirtrack-mode): Doc fix.
15150         * shell.el (shell-dirtrack-verbose, shell-mode)
15151         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15153         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15154         (byte-compile-enable-warning): Doc fix.
15156         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15157         suppress byte-opt warning.
15159 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
15161         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15162         (edt-gnu-emacs19-p): Remove.
15163         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15164         (edt-xserver, edt-page-backward, edt-beginning-of-line)
15165         (edt-end-of-line-forward, edt-end-of-line-backward)
15166         (edt-one-word-forward, edt-one-word-backward, edt-character)
15167         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15168         (edt-find-forward, edt-find-backward, edt-find-next-forward)
15169         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15170         (edt-define-key, edt-bottom-check, edt-sentence-forward)
15171         (edt-sentence-backward, edt-paragraph-forward)
15172         (edt-paragraph-backward, edt-restore-key, edt-window-top)
15173         (edt-window-bottom, edt-scroll-window-forward-line)
15174         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15175         (edt-line-to-top-of-window, edt-paragraph-backward)
15176         (edt-restore-key, edt-window-top, edt-window-bottom)
15177         (edt-scroll-window-forward-line)
15178         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15179         (edt-line-to-middle-of-window, edt-goto-percentage)
15180         (edt-display-the-time, edt-remember, edt-split-window)
15181         (edt-emulation-on, edt-emulation-off)
15182         (edt-default-emulation-setup, edt-user-emulation-setup)
15183         (edt-select-default-global-map, edt-select-user-global-map):
15184         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15185         tests.
15187         * textmodes/reftex-index.el (reftex-index-selection-or-word):
15188         Use feature test instead of boundp test so it can be resolved at
15189         compile time.
15191         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15193 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15195         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15196         Update all users.
15197         (abbrev-get, abbrev-put): Simplify.
15198         (define-abbrev): Don't store the `force' value in the :system property.
15199         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15201 2007-10-30  Michael Olson  <mwolson@gnu.org>
15203         * desktop.el (desktop-minor-mode-table): Add line for ERC.
15205         * textmodes/remember.el: New file that implements a mode for
15206         quickly jotting down things to remember.
15208         * textmodes/remember-diary.el: A backend for remember.el that
15209         implements saving notes to a Diary file.
15211 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
15213         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15214         Relocate in file.
15215         (allout-doublecheck-at-and-shallower): Increase to include
15216         slightly greater depths, since yank interaction is now ok.
15217         Also, elaborate the docstring to explain the situation.
15218         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15219         instead of concat, so we accommodate key sequences expressed as
15220         vectors as well as strings and lists.
15221         (allout-flag-region, allout-hide-by-annotation): Make the
15222         hidden-text overlays 'front-advance.
15223         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15224         (allout-aberrant-container-p, allout-on-current-heading-p)
15225         (allout-e-o-prefix-p, allout-next-heading)
15226         (allout-previous-heading, allout-goto-prefix)
15227         (allout-end-of-prefix, allout-next-sibling-leap)
15228         (allout-next-visible-heading, allout-auto-fill)
15229         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15230         (allout-yank-processing, allout-resolve-xref)
15231         (allout-current-topic-collapsed-p, allout-hide-region-body)
15232         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15233         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15234         (count-trailing-whitespace-region): Preserve match data, so allout
15235         outline navigation doesn't disrupt other Emacs operations.
15236         (allout-beginning-of-line): Retreat to the beginning of the hidden
15237         text, so fields are respected (for submodes that care).
15238         (allout-end-of-line): Preserve mark activation status when jumping.
15239         (allout-open-topic): Account for opening after a child that
15240         contains a hidden trailing newline.  Preserve match data.
15241         Run allout-structure-added-hook
15242         (allout-encrypt-decrypted): Preserve match data.
15243         (allout-toggle-current-subtree-exposure): Add new interactive
15244         function for toggle subtree exposure - suggested by tassilo.
15245         (move-beginning-of-line, move-end-of-line): Don't use
15246         line-move-invisible-p, it's obsolete - substitute the code, instead.
15248 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
15250         * textmodes/flyspell.el (message-signature-separator):
15251         * longlines.el (message-indent-citation-function): Pacify byte
15252         compiler.
15254         * emacs-lisp/cl-loaddefs.el:
15255         * ldefs-boot.el: Regenerate.
15257         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15258         (.el.elc, compile, compile-always, compile-calc)
15259         ($(lisp)/progmodes/cc-mode.elc): Use it.
15261         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15262         Only do work for XEmacs.
15263         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15264         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15265         on XEmacs.
15266         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15267         (ps-x-color-name, ps-x-color-specifier-p)
15268         (ps-x-copy-coding-system, ps-x-device-class)
15269         (ps-x-extent-end-position, ps-x-extent-face)
15270         (ps-x-extent-priority, ps-x-extent-start-position)
15271         (ps-x-face-font-instance, ps-x-find-coding-system)
15272         (ps-x-font-instance-properties, ps-x-make-color-instance)
15273         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15274         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15275         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15276         (ps-generate-postscript-with-faces): Delete defaliases.
15277         (ps-face-foreground-name, ps-face-background-name)
15278         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15279         Move definitions to top level, make the body conditional on the Emacs
15280         flavor.  Replace uses of deleted aliases and renamed functions.
15281         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15282         of deleted aliases and renamed functions.
15284         * calc/calc.el (calc-emacs-type-lucid): Remove.
15285         (calc-digit-map, calcDigit-start, calc-read-key)
15286         (calc-clear-unread-commands):
15287         * calc/calc-ext.el (calc-user-key-map): Replace uses of
15288         calc-emacs-type-lucid with (featurep 'xemacs)
15290         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15291         (featurep 'xemacs).
15292         (tpu-lucid-emacs19-p): Remove.
15293         (tpu-map-key): Make it a function instead of using fset.  Inline
15294         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
15295         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15297         * ielm.el: Use featurep 'xemacs.
15299         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15300         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15301         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15302         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15303         cperl-xemacs-p with (featurep 'xemacs).
15304         (font-lock-cache-position): Pacify byte compiler.
15306 2007-10-29  Drew Adams  <drew.adams@oracle.com>
15308         * faces.el (read-color): New function.
15309         (face-at-point, foreground-color-at-point)
15310         (background-color-at-point): New functions.
15312 2007-10-28  Richard Stallman  <rms@gnu.org>
15314         * net/browse-url.el (browse-url-text-xterm): Rename from
15315         browse-url-lynx-xterm and made generic.
15316         (browse-url-text-emacs): Likewise.
15317         (browse-url-text-browser): New variable.
15318         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15319         (browse-url-text-input-field, browse-url-text-input-attempts)
15320         (browse-url-kde-program): Likewise.
15322 2007-10-29  Glenn Morris  <rgm@gnu.org>
15324         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15325         Use mapc rather than mapcar (reinstall change deleted without log
15326         entry 2007-10-22).
15328 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
15330         * wdired.el (wdired-next-line, wdired-previous-line):
15331         Use next-line and previous-line wrapped in with-no-warnings.
15333 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
15335         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15336         (rcirc-recent-quit-alist): New function.
15337         (rcirc): Print a better message when there is only one connected server.
15338         (rcirc-complete-nick): Do not update the nick table here.
15339         (rcirc-mode-map): Add M-o.
15340         (rcirc-current-line): Add variable.
15341         (rcirc-mode): Setup variables for line based omit.
15342         (rcirc-edit-multiline): Strip text properties.
15343         (rcirc-omit-responses): Add NICK.
15344         (rcirc-omit-threshold): Add variable.
15345         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15346         Add functions.
15347         (rcirc-print): Keep track of current line.  Do not fill text if
15348         `rcirc-fill-flag' is null.  Only omit text if the last activity
15349         from the sender is more than `rcirc-omit-threshold' lines ago.
15350         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15351         numbers instead of time.
15352         (rcirc-channel-nicks): Sort by line numbers instead of time.
15353         (rcirc-omit-mode): Add `...' when omitting text and recenter.
15354         (rcirc-handler-JOIN): Restore the joiners linestamp.
15355         (rcirc-maybe-remember-nick-quit): Add function.
15356         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15358 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
15360         * loadhist.el (unload-feature-special-hooks):
15361         Add `delete-frame-functions' and `suspend-tty-functions'.
15363         * server.el (server-unload-function): Rename from `server-unload-hook'
15364         and adapt to new `unload-feature' functionality.  Remove hook from
15365         `kill-buffer-hook' buffer-locally.
15366         (server-unload-hook): Remove.
15367         (server-unload-function): New var; replaces `server-unload-hook'.
15369 2007-10-29  Glenn Morris  <rgm@gnu.org>
15371         * dirtrack.el (dirtrack-debug): Doc fix.
15372         (dirtrack-mode, dirtrack-debug-mode): New names for
15373         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
15374         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15375         Make obsolete.
15376         (dirtrack-debug-message): Only print message if
15377         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
15378         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
15379         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15381 2007-10-28  Glenn Morris  <rgm@gnu.org>
15383         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15384         (byte-compile-warnings-safe-p): Handle `not'.
15385         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15386         (byte-compile-enable-warning): New functions.
15387         (byte-compile-eval-before-compile)
15388         (byte-compile-file-form-require): Use byte-compile-disable-warning.
15389         (byte-compile-close-variables): Locally bind byte-compile-warnings,
15390         but do not modify it.
15391         (byte-compile-eval, byte-compile-obsolete)
15392         (byte-compile-warn-about-unresolved-functions)
15393         (byte-compile-file-form-defvar)
15394         (byte-compile-file-form-custom-declare-variable)
15395         (byte-compile-file-form-require)
15396         (byte-compile-file-form-defmumble, byte-compile-lambda)
15397         (byte-compile-form, byte-compile-normal-call)
15398         (byte-compile-variable-ref, byte-compile-defvar)
15399         (byte-compile-make-variable-buffer-local):
15400         Use byte-compile-warning-enabled-p.
15401         * emacs-lisp/advice.el (ad-compile-function):
15402         Use byte-compile-disable-warning.
15403         * emacs-lisp/cl.el: Move local variables to end of file, and set
15404         byte-compile-warnings to `(not cl-functions)'.
15405         * emacs-lisp/cl-compat.el: Add a local variables section, and set
15406         byte-compile-warnings to `(not cl-functions)'.
15407         * emacs-lisp/cl-macs.el: Unify local variable section, and set
15408         byte-compile-warnings to `(not cl-functions)'.
15409         (cl-do-proclaim): Use byte-compile-disable-warning and
15410         byte-compile-enable-warning.
15411         * emacs-lisp/cl-seq.el: Unify local variable section, and set
15412         byte-compile-warnings to `(not cl-functions)'.
15413         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15414         Use byte-compile-disable-warning.
15416 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
15418         * cus-edit.el (custom-browse-insert-prefix):
15419         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15421 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
15423         * server.el (server-process-filter): Fix typo in docstring.
15424         (server-log): Reflow docstrings.
15425         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15426         (server-goto-line-column): Use `when'.
15428 2007-10-28  Juri Linkov  <juri@jurta.org>
15430         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15431         when mouse is clicked on the isearch message.
15432         (isearch-resume): Call `isearch-update' at the end.
15433         Rename argument `search' to `string' to conform to the
15434         isearch terminology.
15436 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15438         Rewrite abbrev.c in Elisp.
15439         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15440         (abbrev-table-get, abbrev-table-put, abbrev-get)
15441         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15442         (define-abbrev, abbrev--check-chars, define-global-abbrev)
15443         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15444         (abbrev-expansion, abbrev--before-point, expand-abbrev)
15445         (unexpand-abbrev, abbrev--write, abbrev--describe)
15446         (insert-abbrev-table-description, define-abbrev-table):
15447         New funs, largely transcribed from abbrev.c.
15448         (abbrev-with-wrapper-hook): New macro.
15449         (abbrev-table-name-list, global-abbrev-table)
15450         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15451         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15452         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15453         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15454         New vars, largely transcribed from abbrev.c.
15455         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
15456         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15457         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15459 2007-10-27  Glenn Morris  <rgm@gnu.org>
15461         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15462         (shell-dirtrack-toggle): Mark as obsolete.
15463         (dirtrack-toggle, dirtrack-mode): No longer alias to
15464         shell-dirtrack-mode.
15466 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
15468         * calc/calc.el (math-standard-opers): Lower the precedence
15469         of negation.
15470         * calc/calc-lang.el (math-oper-table): Lower precedence of
15471         negation for C, TeX, and eqn.
15473 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
15475         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15477 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
15479         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15480         (desktop-not-loaded-hook): Fix :version tags.
15482 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
15484         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15485         (tramp-get-remote-tmpdir): New defun.
15486         (tramp-make-tramp-temp-file): Use it.
15487         (tramp-local-call-process): New defun.  Replace all calls of
15488         `call-process' by this when appropriate.
15489         (tramp-handle-write-region): Replace calls of `file-attributes' by
15490         `tramp-compat-file-attributes'.
15491         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15492         Make the first command a `tramp-send-command' call, with let-bind
15493         of `tramp-end-of-output'.
15494         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15495         (tramp-load-report-modules, tramp-append-tramp-buffers):
15496         Move to tramp-cmds.el.
15498         * net/tramp-fish.el (tramp-fish-handle-copy-file)
15499         (tramp-fish-do-copy-or-rename-file)
15500         (tramp-fish-do-copy-or-rename-file-directly):
15501         * net/tramp-smb.el (tramp-smb-handle-copy-file):
15502         Add parameter PRESERVE-UID-GID.
15504 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
15506         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15507         New defcustoms.
15508         (display-time-world-list): Use them as appropriate for the current
15509         value of `system-type'.
15511 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15513         * emulation/pc-select.el (next-line-mark, next-line-nomark)
15514         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15515         around uses of previous-line and next-line.
15517         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15518         New defvars.
15520         * textmodes/css-mode.el (comment-continue):
15521         * net/browse-url.el (url-handler-regexp):
15522         * progmodes/idlw-help.el (idlwave-system-routines):
15523         Pacify byte-compiler.
15525         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15526         line-move-invisible-p with its former definition: invisible-p.
15527         line-move-invisible-p was removed on 2007-08-29.
15529 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15531         * files.el (kill-emacs-query-functions): Doc fix;
15532         `save-buffers-kill-emacs' is no longer bound to a key.
15534 2007-10-26  Richard Stallman  <rms@gnu.org>
15536         * isearch-multi.el (isearch-buffers-multi): New option.
15537         (isearch-buffers-search-fun): Test it.
15539         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15540         Put ps-run-clear on C-c C-l.
15542         * newcomment.el (comment-styles): New style indent-or-triple.
15543         (comment-style): Make that the default.
15544         (comment-add defvar): Doc fix.
15545         (comment-add): Delete arg EXTRA.
15546         (comment-region-default): Open code call to comment-add.
15547         Handle indent-or-triple style which uses `multi-char' for INDENT.
15549 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15551         * eshell/em-unix.el (nil-blank-string): Doc fix.
15553 2007-10-26  John Wiegley  <johnw@newartisans.com>
15555         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15556         function, ensure that the third argument is turned into a nil if
15557         the string is otherwise completely empty (either no characters, or
15558         all tabs/spaces).  This fixes a bug from a user who found himself
15559         unable to customize `diff-switches' and still use Eshell's diff
15560         command.
15562 2007-10-26  Glenn Morris  <rgm@gnu.org>
15564         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15565         safe-local-variable property.
15567 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
15569         * net/browse-url.el (browse-url-browser-function): Delete grail.
15570         (browse-url-grail): Function and variable deleted.
15571         (browse-url-browser-function): Delete IXI Mosaic.
15572         (browse-url-default-browser): Don't try IXI Mosaic.
15573         (browse-url-iximosaic): Function deleted.
15574         (browse-url-browser-function): Delete MMM.
15575         (browse-url-default-browser): Don't try MMM.
15576         (browse-url-mmm): Function deleted.
15578 2007-10-26  Drew Adams  <drew.adams@oracle.com>
15580         * custom.el (custom-note-var-changed): New function.
15582 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
15584         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15585         use with the definition.  Remove.
15587         * add-log.el (change-log-start-entry-re): New defconst.
15588         (change-log-sortable-date-at): Use it.
15589         (change-log-beginning-of-defun, change-log-end-of-defun):
15590         New functions.
15591         (change-log-mode): Use them for beginning-of-defun-function and
15592         end-of-defun-function.
15594 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
15596         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15597         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15598         (ses-recalculate-cell): Deal with point being just beyond end of
15599         data area (why does this happen?)
15600         (ses-set-curcell): Ditto.
15601         (ses-column-letter): Handle columns beyond 702.  Code written by
15602         Gareth Rees.
15604 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
15606         * textmodes/org.el (org-agenda-get-restriction-and-command):
15607         Use `mapc' instead of `mapcar'.
15608         (org-agenda-list): Numeric prefix argument can specify the number
15609         of days.
15610         (remember-register, remember-buffer): Prevent byte compiler from
15611         complaining.
15612         (org-todo): Save and restore match data.
15613         (org-no-warnings): New macro.
15614         (org-columns-eval): Use `org-no-warnings'.
15616 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
15618         * comint.el (comint-password-prompt-regexp):
15619         Handle `[sudo] password'-style prompt.
15621 2007-10-25  Glenn Morris  <rgm@gnu.org>
15623         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15624         (defcustom): Doc fix.
15626         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15627         Add `non_intrinsic'.
15628         (f90-constants-re): Add ieee modules.
15629         (f90-typedef-matcher, f90-typedec-matcher)
15630         (f90-imenu-type-matcher): New functions.
15631         (f90-font-lock-keywords-1): Give module procedures function-name face.
15632         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
15633         Add `use, intrinsic'.
15634         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15635         Move start of `enum' blocks to separate entry.
15636         (f90-start-block-re): Fix `type', `abstract interface'.
15637         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15638         derived types.
15639         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15640         `elemental', change `enumerator'.
15641         (f90-no-block-limit): Fix `abstract interface'.
15643         * progmodes/f90.el (f90-indented-comment-re)
15644         (f90-directive-comment-re, f90-break-delimiters):
15645         * progmodes/fortran.el (fortran-comment-line-start-skip)
15646         (fortran-directive-re):
15647         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15648         as safe if they are strings.
15650 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15652         * startup.el (window-system): Remove.  Don't make it frame-local.
15654 2007-10-24  Richard Stallman  <rms@gnu.org>
15656         * savehist.el (savehist-save): Omit unreadable elements.
15658         * loadhist.el (unload-function-defs-list): Rename from
15659         unload-function-features-list.
15660         (unload-feature-special-hooks, unload-feature): Doc fixes.
15662         * indent.el (indent-to-left-margin): If point's in the indentation,
15663         move to the end of the indentation.
15665         * cus-edit.el (customize-changed-options): Make arg optional.
15667 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15669         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15671 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15673         * textmodes/org-publish.el (org-publish-attachment): Re-install
15674         accidentally deleted change.
15676 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15678         * term/iris-ansi.el (iris-function-map): Move init into declaration.
15680 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15682         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15683         (Buffer-menu-mode-map): Initialize in the declaration.
15684         (Buffer-menu-mode): Define with `define-derived-mode'.
15686 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
15688         * textmodes/org.el (org-version): Change to 5.13e.
15689         (org-agenda-file-regexp): Fix typo in docstring.
15690         (org-add-planning-info): Fix bug in parenthesis settings.
15691         (org-scan-tags): Catch the case of indirect buffers with no filename.
15692         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15693         Re-install switch to mapc, had been removed by accident.
15694         (org-columns-map): New binding `C-c C-o'.
15695         (org-columns-menu): Change menu text and added new entry.
15696         (org-columns-eval): Document the use of `next-line'.
15697         (org-columns-open-link): New function.
15698         (org-columns-follow-link): Remove function.
15699         (org-open-link-from-string): New function.
15700         (org-read-date-get-relative): Fix typo in docstring.
15701         (org-read-date-get-relative): Leading +/- is not optional.
15702         (org-agenda-get-restriction-and-command): Always resize window on
15703         first loop cycle.
15704         (org-agenda-open-link): Make sure the link abbreviations are
15705         present in the agenda buffer.
15706         (org-agenda-copy-local-variable): New function.
15708 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15710         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15712 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15714         * simple.el (reindent-then-newline-and-indent): Use a `move after
15715         insert' kind of marker in the save-excursion.
15717 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15719         * textmodes/css-mode.el: Require CL.
15720         (comment-continue): Declare.
15722         * subr.el (make-variable-frame-localizable): Remove.
15723         (make-variable-frame-local): Mark obsolete.
15725 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15727         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15728         of the subdirs is unreadable.
15730 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
15732         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15733         when we are local.
15735 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15737         * progmodes/python.el (python-current-defun): Remove left-over
15738         assignment to `start'.
15740 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15742         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15743         than `mapcar'; return value is not used.
15745 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15747         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15748         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15750 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15752         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15753         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15755 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15757         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15759 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15761         * emacs-lisp/advice.el (ad-make-advised-docstring):
15762         Add ad-advice-info text property to doc string.
15764 2007-10-23  Glenn Morris  <rgm@gnu.org>
15766         * progmodes/f90.el (f90-do-indent, f90-if-indent)
15767         (f90-type-indent, f90-program-indent, f90-associate-indent)
15768         (f90-continuation-indent, f90-comment-region)
15769         (f90-beginning-ampersand, f90-smart-end)
15770         (f90-break-before-delimiters, f90-auto-keyword-case)
15771         (f90-leave-line-no, f90-mode-hook):
15772         Give an appropriate safe-local-variable property.
15774         * progmodes/fortran.el (fortran-tab-mode-default)
15775         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15776         (fortran-structure-indent, fortran-continuation-indent)
15777         (fortran-comment-indent, fortran-comment-line-extra-indent)
15778         (fortran-comment-line-start)
15779         (fortran-minimum-statement-indent-fixed)
15780         (fortran-minimum-statement-indent-tab)
15781         (fortran-comment-indent-char, fortran-line-number-indent)
15782         (fortran-check-all-num-for-matching-do)
15783         (fortran-blink-matching-if, fortran-continuation-string)
15784         (fortran-comment-region, fortran-electric-line-number)
15785         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15786         (fortran-analyze-depth, fortran-break-before-delimiters):
15787         Give an appropriate safe-local-variable property.
15789 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15791         * printing.el: Move variable definitions before use.
15792         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15794 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15796         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15797         (tpu-edt-off): Use it.
15798         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
15799         the global-map before adding it to global-map.
15801         * menu-bar.el (global-buffers-menu-map): New var.
15802         (global-map, menu-bar-update-buffers): Use it.
15803         * msb.el (msb-menu-bar-update-buffers): Use it.
15804         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15805         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15806         Use with-current-buffer.
15808 2007-10-22  Juri Linkov  <juri@jurta.org>
15810         * isearch-multi.el: New file.
15812         * isearch.el (isearch-search-string): After finding the next
15813         occurrence switch to buffer isearch-buffers-current-buffer when
15814         isearch-buffers-next-buffer-function is non-nil and
15815         isearch-buffers-current-buffer is live.
15817         * add-log.el (change-log-mode): Make and set buffer-local variable
15818         isearch-buffers-next-buffer-function to change-log-next-buffer.
15819         Call isearch-buffers-minor-mode.
15820         (change-log-next-buffer): New function.
15822 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
15824         * textmodes/org-export-latex.el (org-export-latex-protect-string):
15825         Renaming of `org-latex-protect'.
15826         (org-export-latex-emphasis-alist): By default, don't protect
15827         any emphasis formatter from further conversion.
15828         (org-export-latex-tables): Honor column grouping for tables.
15829         (org-export-latex-title-command): New option.
15830         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15831         export backslash character.
15833 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15835         * textmodes/org.el (org-read-date-get-relative): New function.
15836         (org-agenda-file-regexp): New variable.
15837         (org-agenda-files): Allow directories in the variable.
15838         (org-agenda-get-restriction-and-command): New function.
15839         (org-agenda): Use `org-agenda-get-restriction-and-command'.
15840         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15841         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15842         New functions.
15843         (org-entry-add-to-multivalued-property)
15844         (org-entry-remove-from-multivalued-property)
15845         (org-entry-member-in-multivalued-property): New functions.
15846         (org-remember-apply-template): Catch C-g and make sure window
15847         configuration is restored.
15848         (org-agenda-open-link): Make it work with several links in the line.
15849         (org-drawers, org-set-regexps-and-options)
15850         (org-get-current-options): Add support for a DRAWERS in-buffer option.
15851         (org-agenda-window-frame-fractions): New option.
15852         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15853         (org-columns-cleanup-item, org-find-entry-with-id)
15854         (org-insert-columns-dblock, org-listtable-to-string)
15855         (org-dblock-write:columnview, org-columns-capture-view)
15856         (org-edit-headline): New functions.
15857         (org-agenda-to-appt): Require calendar.
15858         (org-entry-get-with-inheritance): Widen for search.
15859         (org-columns-display-here): Don't mark buffer as modified when
15860         adding space characters to accomodate column overlays.
15861         (org-export-as-html): Better formatting of tags in the toc.
15862         (org-columns-display-here): Make the ITEM column as compact as possible.
15863         (org-remember-templates): Customization interface improved.
15864         (org-export-with-property-drawer): Variable removed.
15865         (org-export-with-drawers): New option.
15866         (org-complex-heading-regexp): New variable.
15867         (org-sort-entries): Rewrite using `sort-subr'.
15868         (org-set-property): More appropriate completion during interactive use.
15869         (org-sort-entries): Allow sorting by property.
15870         (org-additional-option-like-keywords): Add more values.
15871         (org-sort-entries-or-items): Rename from `org-sort-entries'.
15873 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15875         * textmodes/org.el (org-get-date-from-calendar): New function.
15876         (org-at-timestamp-p, org-timestamp-change)
15877         (org-remember-templates): First element of each entry is now a
15878         name for the template.
15879         (org-store-log-note): Check for `org-note-abort'.
15880         (org-kill-note-or-show-branches): New command.
15881         (org-fontify-priorities): New option.
15882         (org-fontify-priorities): New function.
15883         (org-cut-subtree, org-copy-subtree): New argument N to
15884         act on N sequential subtrees.
15885         (org-paste-subtree): Fix the level at which a tree is pasted.
15886         (org-fit-agenda-window): Limitations on window size removed.
15887         (org-agenda-find-same-or-today-or-agenda): Rename from
15888         `org-agenda-find-today-or-agenda'.
15889         (org-scheduled-past-days): New option.
15890         (org-agenda-scheduled-leaders)
15891         (org-agenda-deadline-leaders): New options.
15892         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15893         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15894         (org-export-with-tags, org-export-plist-vars)
15895         (org-infile-export-plist): New "tags" option.
15896         (org-use-property-inheritance): New option.
15897         (org-cached-entry-get): Use `org-use-property-inheritance'.
15898         (org-remember-apply-template): Fix typo.
15900 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
15902         * net/tramp.el (tramp-find-shell)
15903         (tramp-open-connection-setup-interactive-shell): Improve sending
15904         initial commands.
15905         (tramp-action-terminal): Send debug message.
15906         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15907         (tramp-barf-if-no-shell-prompt): Insert code of
15908         `tramp-wait-for-shell-prompt'.
15910 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15914         * term/vt200.el (terminal-init-vt200):
15915         * term/vt201.el (terminal-init-vt201):
15916         * term/vt220.el (terminal-init-vt220):
15917         * term/vt240.el (terminal-init-vt240):
15918         * term/vt300.el (terminal-init-vt300):
15919         * term/vt320.el (terminal-init-vt320):
15920         * term/vt400.el (terminal-init-vt400):
15921         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15923         * term/wyse50.el (wyse50-terminal-map): New var.
15924         (terminal-init-wyse50): Use it and input-decode-map.
15925         (enable-arrow-keys): Emasculate.
15927         * term/tvi970.el (tvi970-terminal-map): New var.
15928         (terminal-init-tvi970): Use it and input-decode-map.
15929         (tvi970-keypad-numeric): Remove.
15930         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15932         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15933         (terminal-init-sun): Use it and input-decode-map.
15935         * term/news.el (terminal-init-news):
15936         * term/lk201.el (terminal-init-lk201):
15937         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15939 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15941         * complete.el (PC-expand-many-files): Remove.
15942         (PC-do-completion): Call file-expand-wildcards instead of
15943         PC-expand-many-files.
15945         * net/tramp.el (tramp-handle-expand-many-files): Remove.
15946         (PC-expand-many-files): Remove advice.
15948 2007-10-22  Glenn Morris  <rgm@gnu.org>
15950         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15951         Add some support for Fortran 2003 syntax:
15952         (f90-type-indent): Now also applies to `enum'.
15953         (f90-associate-indent): New user option.
15954         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15955         Add some F2003 keywords.
15956         (f90-constants-re): New constant.
15957         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15958         Interface'.
15959         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15960         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
15961         element for functions with specified types.  Add `end enum' and
15962         `select type'.  Add `implicit enumerator' and `procedure'.
15963         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
15964         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15965         (f90-font-lock-keywords-4): Add `f90-constants-re'.
15966         (f90-blocks-re): Add `enum' and `associate'.
15967         (f90-else-like-re): Add `class is', `type is', and `class default'.
15968         (f90-end-type-re): Add `enum'.
15969         (f90-end-associate-re, f90-typeis-re): New constants.
15970         (f90-end-block-re): Add `enum' and `associate'.  Change from
15971         optional whitespace to end-of-word, to avoid `enumerator'.
15972         (f90-start-block-re): Add `select type', `abstract interface', and
15973         `enum'.  Avoid `type is', and `type (sometype)'.
15974         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15975         (f90-mode): Doc fix.
15976         (f90-looking-at-select-case): Doc fix.  Add `select type'.
15977         (f90-looking-at-associate): New function.
15978         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15979         Add `enum' and `abstract interface'.
15980         (f90-no-block-limit): Add `select type' and `abstract interface'.
15981         (f90-get-correct-indent, f90-calculate-indent)
15982         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15983         (f90-indent-region, f90-match-end): Handle `associate' blocks.
15985 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
15987         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15988         Use window-full-width-p.
15990 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
15992         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15994         * tooltip.el: Use featurep 'xemacs.
15996         * printing.el: Move variable definitions before use, no code change.
15998 2007-10-22  Juri Linkov  <juri@jurta.org>
16000         * simple.el (goto-history-element): Allow minibuffer-default to be
16001         a list of default values accessible by typing M-n in the minibuffer.
16003         * dired-x.el (dired-guess-shell-command): Put all guesses to the
16004         minibuffer default value list instead of pushing them temporarily
16005         to the history list.
16007 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16009         * hexl.el (hexl-menu): New major mode menu.
16011 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16013         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16015 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16017         * w32-fns.el (w32-quote-process-args):
16018         * dos-w32.el (print-region-function, lpr-headers-switches)
16019         (ps-print-region-function): Pacify byte-compiler.
16021         * emulation/edt-mapper.el (function-key-map):
16022         (edt-map-key): Make it a function instead of using fset.
16023         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
16024         (edt-gnu-map-key, edt-lucid-map-key): Remove.
16025         (edt-x-emacs-p): Remove.
16026         (edt-emacs-variant, edt-window-system, edt-xserver):
16027         Use featurep 'xemacs.
16029         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16030         Replace eudc-xemacs-p with its definition.
16031         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16032         (eudc-emacs-mule-p): Remove.
16033         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16034         eudc-xemacs-p with feature tests.
16036         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16037         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16038         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16039         (eudc-bob-toggle-inline-display):
16040         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16041         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16043         * net/eudcb-ph.el (eudc-ph-open-session):
16044         Replace eudc-xemacs-mule-p with its former definition.
16046         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16047         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16049         * progmodes/vera-mode.el (vera-xemacs): Remove.
16050         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16052         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16053         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16054         (vhdl-speedbar-initialize, vhdl-ps-print-init)
16055         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16056         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16057         with (featurep 'xemacs).
16059         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16060         (save-buffer-state-x):
16061         * obsolete/fast-lock.el (fast-lock-verbose):
16062         * emulation/viper-init.el (viper-xemacs-p)
16063         (viper-cond-compile-for-xemacs-or-emacs):
16064         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16065         * ps-print.el (case-fold-search):
16066         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16067         * calculator.el (calculator-help): Use featurep 'xemacs.
16069         * progmodes/prolog.el: Undo previous change.
16070         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16072         * progmodes/dcl-mode.el:
16073         * play/yow.el:
16074         * calendar/todo-mode.el:
16075         * calendar/cal-hebrew.el:
16076         * vc-hg.el: Undo previous change.
16078         * vms-patch.el: Likewise.
16079         (print-region-function): Pacify byte-compiler.
16081 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
16083         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16084         preserve-uid-gid.
16086         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16087         compatibility.  It is not used, though.
16089         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16090         Require tramp-cmds.el.
16091         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16092         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16093         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16094         (tramp-do-copy-or-rename-file-out-of-band)
16095         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
16096         possible, because we don't need to create the temporary file, but
16097         we need a prefix for ssh, which has its own temporary file handling.
16098         (tramp-handle-delete-directory): Add "-f" to rmdir.
16099         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16100         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16101         a signal, in order to give the callee a chance to suppress.
16102         (tramp-handle-write-region): Set owner also in case of short
16103         track.  Don't use compatibility calls for `write-region' anymore.
16104         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
16105         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16107         * net/tramp-cmds.el: New file.
16109         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16110         `tramp-clear-passwd'.
16112         * net/trampver.el: Update release number.
16114 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16116         * progmodes/gud.el (gud-target-name): Move definition before use.
16118         * progmodes/dcl-mode.el: Require imenu at compile time.
16120         * progmodes/cc-engine.el (c-maybe-stale-found-type):
16121         Pacify byte-compiler.
16123         * obsolete/fast-lock.el: Use featurep test instead of string-match.
16125         * eshell/esh-mode.el (eshell-handle-ansi-color):
16126         Require ansi-color at compile time too.
16128         * eshell/em-unix.el (eshell/info): Require info at compile time too.
16130         * w32-fns.el: Require w32-vars.
16132         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16133         time too.
16135 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16137         * double.el ([ignore]): Use `ignore'.
16138         (double-setup): Inline into double-mode.
16139         (double-mode): Use define-minor-mode.
16141 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16143         * textmodes/reftex.el: Move require easymenu before first use.
16144         (reftex-info): Require info at compile too.
16146         * textmodes/org-publish.el (org-publish-org-to-html)
16147         (org-publish-org-to): Require org at compile time too.
16148         (org-publish-attachment): Require at compile time too.
16150         * term/tty-colors.el (w32-tty-standard-colors):
16151         Pacify byte-compiler.
16153         * term/pc-win.el (frame-creation-function-alist): Add to this
16154         instead of setting frame-creation-function.
16156         * play/blackbox.el (bb-up, bb-down): Use forward-line.
16158         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16160         * calendar/todo-mode.el: Require calendar at compile time.
16162         * calendar/cal-hebrew.el: Require holidays at compile time.
16164         * w32-vars.el: Provide w32-vars.
16166         * term/w32-win.el: Require w32-vars.
16167         (w32-color-map): Pacify byte-compiler.
16169         * loadup.el: Load w32-vars before term/w32-win.
16171 2007-10-20  Juri Linkov  <juri@jurta.org>
16173         * textmodes/fill.el (fill-paragraph): When the region is active,
16174         don't try other `or' branches regardless of the value returned by
16175         fill-region; just return t.
16177 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16179         * vc.el (vc-do-command): Condition out a misleading message when
16180         running asynchronously.
16181         (vc-deduce-fileset): New argument enables using an unregistered
16182         visited file as a singleton fileset if nothing else is available.
16183         (vc-next-action): Restore file-registering behavior.
16185 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
16187         * calc/README: Add recent news.
16189 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
16191         * term/x-win.el (x-gtk-stock-map, icon-map-list)
16192         (x-gtk-map-stock): Delete duplicated definitions from merge.
16194         * progmodes/compile.el (compilation-skip-to-next-location)
16195         (compilation-skip-threshold, compilation-skip-visited):
16196         Move definitions earlier.
16198         * play/decipher.el (decipher-keypress):
16199         * play/zone.el (zone-fall-through-ws):
16200         * play/landmark.el (lm-move-down, lm-move-up):
16201         * play/handwrite.el (handwrite):
16202         * mail/mspools.el (mspools-visit-spool):
16203         * wdired.el (wdired-next-line, wdired-previous-line):
16204         * tar-mode.el (tar-subfile-save-buffer):
16205         * scroll-lock.el (scroll-lock-next-line)
16206         (scroll-lock-previous-line):
16207         * image-dired.el (image-dired-next-line)
16208         (image-dired-previous-line):
16209         * ediff-help.el (ediff-help-message-line-length):
16210         Use forward-line.
16212         * smerge-mode.el (smerge-auto-refine):
16213         * diff-mode.el (diff-auto-refine): Add :group.
16215         * play/yow.el: Require doctor at compile time.
16217         * vmsproc.el: Provide vmsproc.
16218         (command-send-input): Use forward-line.
16220         * vms-patch.el: Require ps-print and vmsproc at compile time.
16222         * vc-mtn.el (log-view-message-re, log-view-file-re)
16223         (log-view-font-lock-keywords): Pacify byte-compiler.
16225         * vc-hg.el: Require log-view at compile time.
16227 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16229         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16231 2007-10-20  Glenn Morris  <rgm@gnu.org>
16233         * progmodes/f90.el (f90-font-lock-keywords-2)
16234         (f90-looking-at-type-like): Fix regexp typos.
16236 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16238         * bs.el (bs--track-window-changes): Don't refresh the whole list.
16239         (bs-mode): Set mode-class property to special.
16241 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16243         * diff-mode.el (diff-auto-refine): New var.
16244         (diff-hunk): Use it.
16245         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16246         (diff-refine-change): Rename from diff-fine-change.  Change it.
16247         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16248         (diff-refine-hunk): Rename from diff-fine-highlight.
16250 2007-10-20  John Paul Wallington  <jpw@pobox.com>
16252         * help-fns.el (describe-variable-custom-version-info): New function
16253         to return variable's version or package version note.
16254         (describe-variable): Use it, display result.
16256 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16258         * smerge-mode.el (smerge-auto-refine): New var.
16259         (smerge-next, smerge-prev): Use it.
16260         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16262         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16263         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16265         * vc-bzr.el (vc-bzr-diff-tree):
16266         * vc-git.el (vc-git-diff-tree):
16267         * vc-hg.el (vc-hg-diff-tree):
16268         * vc-mcvs.el (vc-mcvs-diff-tree):
16269         * vc-mtn.el (vc-mtn-diff-tree):
16270         * vc-svn.el (vc-svn-diff-tree): Remove.
16272         * vc-mtn.el (vc-mtn-revision-completion-table):
16273         * vc-cvs.el (vc-cvs-revision-completion-table):
16274         * vc-arch.el (vc-arch-revision-completion-table):
16275         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16276         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16277         Make it work when the arg is a list of files.
16279 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16281         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16282         Also `revision-completion-table' now takes a list of files.
16283         (vc-deduce-fileset): Remove unused var `regexp'.
16284         Only obey allow-directory-wildcard in dired buffers.
16285         (vc-default-diff-tree): Remove.
16286         (vc-diff-added-files): New var.
16287         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
16288         (vc-version-diff): Revert from `vc-history-diff' to the original name.
16289         Remove the `backend' arg.
16290         (vc-contains-version-controlled-file): Remove.
16291         (vc-diff): Bring it closer to the version in Emacs-22.
16292         (vc-revert): Fix typo in let-binding.
16293         (vc-default-unregister): Remove.
16294         (vc-dired-buffers-for-dir): Remove N^2 behavior.
16296 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16298         * textmodes/two-column.el (2C-split, 2C-merge):
16299         * textmodes/bib-mode.el (bib-find-key, mark-bib):
16300         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16301         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16302         * progmodes/ada-xref.el (ada-get-all-references):
16303         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16304         * emulation/vi.el (vi-previous-line-first-nonwhite)
16305         (vi-effective-range, vi-put-before):
16306         * emulation/edt.el (edt-next-line, edt-previous-line)
16307         (edt-paragraph-forward): Use forward-line.
16309         * progmodes/etags.el (tags-apropos): Require apropos at compile
16310         time too.
16312         * progmodes/prolog.el: Require comint when compiling.
16313         (inferior-prolog-flavor): Move defvar before use.
16315 2007-10-19  Richard Stallman  <rms@gnu.org>
16317         * font-core.el (turn-on-font-lock-if-desired):
16318         Rename from `turn-on-font-lock-if-enabled'.
16319         Fully obey `font-lock-global-modes'.
16321 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16323         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16324         which will not affect the behavior of things like forward-word.
16325         (diff-fine-highlight): Preserve point.
16327         * doc-view.el (doc-view-mode-map): Use remapping.
16328         Don't rebind C-v, M-v to their default value.
16329         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16331         * smerge-mode.el: Add word-granularity refinement.
16332         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16333         (smerge-refine-weight-hack): New vars.
16334         (smerge-refine-forward): New fun.
16335         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16336         (smerge-refine-subst): Use them as well.  Preserve point.
16338 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16340         * follow.el (follow-unload-function): New function.
16342         * loadhist.el (unload-function-features-list):
16343         Rename from `unload-hook-features-list'.
16344         (unload-hook-features-list): Add as obsolete alias.
16345         (unload-feature): Use `unload-function-features-list'
16346         and new FEATURE-unload-function.
16348 2007-10-19  Glenn Morris  <rgm@gnu.org>
16350         * bindings.el (mouse-minor-mode-menu)
16351         (minor-mode-menu-from-indicator): Move to mouse.el.
16352         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16353         Move here from bindings.el.
16355 2007-10-19  Richard Stallman  <rms@gnu.org>
16357         * help-fns.el (describe-function-1): Don't use the advice origname
16358         if it has no function definition.
16360 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
16362         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16363         Use `save-restriction' rather than `widen'.
16365 2007-10-18  Richard Stallman  <rms@gnu.org>
16367         * time.el (display-time-world-time-format): Display day # not month #.
16369 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16371         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16373         * doc-view.el: Remove version keyword.
16374         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16375         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
16376         (doc-view-ghostscript-options): Improve custom type.
16377         (doc-view-cache-directory, doc-view-conversion-buffer)
16378         (doc-view-conversion-refresh-interval): Simplify custom type.
16380 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
16382         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16383         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16384         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16385         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16386         Remove superfluous messages.
16387         (doc-view-mode-map): Use the image-mode scrolling commands.
16388         Don't rebind C-x k.
16390 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16392         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16393         Add comment about "-dSAFER".
16395 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16397         * term/xterm.el: Don't require xt-mouse.
16398         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16399         calling turn-on-xterm-mouse-tracking-on-terminal directly.
16401         * xt-mouse.el: Don't change the global function-key-map anny more.
16402         (xterm-mouse-mode): Use terminal-init-xterm-hook.
16403         Don't use after-make-frame-functions now that term/xterm.el calls
16404         us directly.
16405         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16406         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
16407         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16408         Setup input-decode-map and remember that xterm-mouse-mode was
16409         enabled in this terminal.
16410         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16411         terminals where it has been enabled.
16413         * faces.el (tty-create-frame-with-faces): Make sure not only
16414         tty-run-terminal-initialization but also set-locale-environment
16415         are run only once per terminal.
16416         (tty-run-terminal-initialization): Don't check if the terminal was
16417         already initted.
16419         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16420         not to remove keymaps that just happen to inherit from one of ours.
16421         When setting up our keymap, make sure it won't be accidentally
16422         modified by someone else.
16424 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
16426         * textmodes/artist.el (artist-previous-line, artist-next-line):
16427         * dired.el (dired-next-line, dired-previous-line):
16428         * progmodes/delphi.el (delphi-newline):
16429         * textmodes/org.el (org-columns-eval):
16430         Use forward-line.
16432         * emerge.el (emerge-setup): Use insert-buffer-substring.
16433         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16435 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
16437         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16438         (adaptive-fill-function): Doc fix.  Remove * from docstring.
16440 2007-10-18  Tom Horsley  <tom.horsley@att.net>
16442         * simple.el (interprogram-paste-function): Doc fix.
16443         (current-kill): Accept list of strings as well
16444         as single string from `interprogram-paste-function'.
16446 2007-10-18  Glenn Morris  <rgm@gnu.org>
16448         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16450 2007-10-18  Drew Adams  <drew.adams@oracle.com>
16452         * bindings.el (mode-line-minor-mode-keymap):
16453         Add mouse-minor-mode-menu on mouse-1.
16454         (mode-line-modes): Add mouse-1 to help-echo text.
16455         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16456         New functions.
16457         (mode-line-minor-mode-help): Doc fix.
16459 2007-10-17  Juri Linkov  <juri@jurta.org>
16461         * textmodes/fill.el (fill-paragraph-or-region): Remove function
16462         at the request of RMS.
16463         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
16464         arg `region'.  Fix docstring.  At the first `or' branch add call to
16465         `fill-region' if it the region is active in transient-mark-mode.
16467         * bindings.el (esc-map): Bind M-q to fill-paragraph
16468         instead of fill-paragraph-or-region.
16470         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16471         with fill-paragraph.
16473         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16474         Fix docstring.
16476         * indent.el (indent-for-tab-command): Change interactive spec from
16477         "P" to "p".  Add check for interactive arg before indenting the
16478         active region.
16480         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16481         Regroup.
16483 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
16485         * emacs-lisp/find-func.el: Don't require loadhist.
16487         * loadhist.el (feature-symbols, file-provides, file-requires)
16488         (file-set-intersect, file-dependents): Simplify.
16489         (unload-feature-special-hooks): Update list of special hooks.
16491 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
16493         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16494         extensions since they can be viewed with doc-view.
16496         * files.el (auto-mode-alist): Make doc-view-mode the default mode
16497         for pdf, ps and dvi files.
16499         * doc-view.el: Make doc-view-mode the standard mode for viewing
16500         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16501         text and image display.  Add binding C-c C-e to switch to an
16502         editing mode.
16503         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16504         avoid security problems when rendering files from untrusted sources.
16506 2007-10-17  Aaron Hawley  <aaronh@garden.org>
16508         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16509         position is not saved.
16511 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16513         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
16514         (doc-view-ghostscript-options): Fix typo in doc string.
16516 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16519         handling, so compilation-fake-loc works again.
16521         * server.el (server-select-display): Nop if we do not support m-f-o-d.
16522         (server-process-filter): Revert last change.
16524         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16525         behavior unrelated to filesets.
16527 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
16529         * longlines.el (longlines-wrap-follows-window-size): Integer value
16530         specifies wrapping margin.
16531         (longlines-mode, longlines-window-change-function):
16532         Set window-specific wrapping margin based on the above.
16534 2007-10-17  John Wiegley  <johnw@newartisans.com>
16536         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16538 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16540         * server.el (server-process-filter): Only set display if X11 is
16541         supported.
16543 2007-10-17  Glenn Morris  <rgm@gnu.org>
16545         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16546         Tweak regexp to avoid stack overflow.
16548 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16550         * simple.el (reindent-then-newline-and-indent): Don't assume that
16551         indent-according-to-mode preserves point.
16553 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
16555         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16556         (bs--nth-wrapper): Simplify.
16557         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
16558         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
16559         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16560         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16561         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16562         (bs-configurations, bs-default-configuration)
16563         (bs-alternative-configuration, bs-cycle-configuration-name)
16564         (bs-string-show-always, bs-string-show-never, bs-string-current)
16565         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16566         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16567         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16568         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16569         (bs--window-config-coming-from): Revert 2006-11-09 change.
16570         (bs--restore-window-config): Keep the selected frame.
16571         (bs--track-window-changes, bs--remove-hooks): New functions.
16572         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
16573         (bs--create-header): Remove.
16574         (bs--create-header-line): New function, based on `bs--create-header'.
16575         (bs--show-header): Use `bs--create-header-line'.
16576         (bs--show-with-configuration): Revert 2006-11-09 change.
16577         Don't reuse window unless it is visible on the selected frame.
16578         Restore window configuration (possibly in a different frame)
16579         before creating any window.
16581 2007-10-16  Glenn Morris  <rgm@gnu.org>
16583         * simple.el (blink-matching-open): Don't report false errors with
16584         the `$' syntax class.
16586 2007-10-16  Richard Stallman  <rms@gnu.org>
16588         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16589         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16590         (ad-is-advised, ad-get-advice-info-field)
16591         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16593 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16595         * vc-hooks.el (vc-workfile-version): Compatibility alias.
16596         (vc-default-working-revision): Compatibility for backends.
16598 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16600         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16601         (filesets-ormap, filesets-sort-case-sensitive-flag)
16602         (filesets-remake-shortcut, filesets-ingroup-collect-files):
16603         Fix typos in docstrings.
16604         (filesets-conditional-sort, filesets-find-or-display-file)
16605         (filesets-data-get-name, filesets-data-get-data)
16606         (filesets-data-set, filesets-cmd-query-replace-getargs)
16607         (filesets-ingroup-collect): Doc fixes.
16609 2007-10-15  Sam Steingold  <sds@gnu.org>
16611         * mail/sendmail.el (sendmail-error-reporting-interactive)
16612         (sendmail-error-reporting-non-interactive): New variables for
16613         sendmail error reporting options to simplify support for imperfect
16614         sendmail emulators.
16615         (sendmail-send-it): Use them instead of list literals.
16617 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16619         * help-fns.el: Revert previous change; it creates a
16620         dependency loop between advice.el and help-fns.el.
16622 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16624         * help-fns.el: Require advice when compiling.
16626 2007-10-14  Drew Adams  <drew.adams@oracle.com>
16628         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16629         (ring-insert+extend, ring-remove+insert+extend, ring-member)
16630         (ring-next, ring-previous): New functions.
16632 2007-10-14  Richard Stallman  <rms@gnu.org>
16634         * emacs-lisp/advice.el (documentation): Advice deleted.
16635         Doc for advised functions is now handled at C level.
16636         (ad-stop-advice, ad-start-advice): Don't enable or disable
16637         advice for `documentation'.
16638         (ad-advised-definition-docstring-regexp): Var deleted.
16639         (ad-make-advised-definition-docstring): Store orig name
16640         as text property of string.
16641         (ad-advised-definition-p): Check for text property of docstring.
16643         * help-fns.el (describe-function-1): Find source of advised functions.
16645 2007-10-14  Juri Linkov  <juri@jurta.org>
16647         * faces.el (describe-face): Allow handling a string as the face name.
16649         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16650         active region in transient-mark-mode.
16651         (ispell-region): Change messages displayed at the start and end of
16652         the spell-checking to be the same.
16654         * startup.el (fancy-startup-tail): Say exactly what does the button
16655         dismiss ("Dismiss this startup screen").  Use text "Never show
16656         it again" for the checkbox after this button.
16657         (fancy-startup-screen, fancy-about-screen): Put point before the
16658         first link, so the user can quickly select links with the keyboard.
16659         (normal-mouse-startup-screen): Add more useful text describing how
16660         to follow a link.
16662 2007-10-14  Glenn Morris  <rgm@gnu.org>
16664         * progmodes/etags.el (select-tags-table): Disable undo in the
16665         `*Tags Table List*' buffer.
16667 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
16669         * dired.el (dired-warn-writable): New face.
16670         (dired-warn-writable-face): New variable.
16671         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16672         of dired-warning-face, for group- and world-writable files.
16674 2007-10-13  Richard Stallman  <rms@gnu.org>
16676         * files.el (directory-abbrev-alist): Doc fix.
16678 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
16680         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16682 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16684         * frame.el (set-frame-configuration): Assign name parameter only
16685         if it has been set explicitly before.
16687 2007-10-11  Tom Tromey  <tromey@redhat.com>
16689         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16690         frame is visible.
16692 2007-10-10  Richard Stallman  <rms@gnu.org>
16694         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16695         in *Backtrace*.
16697         * faces.el (face-font-selection-order): Doc fix.
16699         * loadhist.el (unload-feature): Doc fix.
16701 2007-10-13  Glenn Morris  <rgm@gnu.org>
16703         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16704         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16705         Add doc string, and an explicit COUNT argument.
16706         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16707         `inc' to search functions.
16709         * faces.el (face-spec-set): When FRAME is nil, set the default for
16710         new frames (restores pre-2007-09-17 behavior).  Doc fix.
16712 2007-10-13  John W. Eaton  <jwe@octave.org>
16714         * progmodes/octave-mod.el (octave-looking-at-kw)
16715         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16716         New functions.
16717         (octave-in-defun-p, calculate-octave-indent)
16718         (octave-blink-matching-block-open, octave-beginning-of-defun)
16719         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16720         to search for regexps that contain case-sensitive keywords.
16721         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16722         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16724 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16726         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16727         Do not use a single clause cond.
16729         * cus-start.el (all): Use test that does not match the X11 version
16730         for mac.
16732 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
16734         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16735         BROWSE buffer.
16737 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16739         * cus-start.el (all): Undo previous change.
16741 2007-10-13  Glenn Morris  <rgm@gnu.org>
16743         * woman.el (woman0-rename): Fix paren typo.
16745         * mail/feedmail.el (feedmail-run-the-queue)
16746         (feedmail-look-at-queue-directory):
16747         * mail/reporter.el (reporter-dump-state):
16748         * net/eudc-hotlist.el (eudc-edit-hotlist):
16749         * net/eudc.el (eudc-display-records)
16750         (eudc-filter-duplicate-attributes)
16751         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16752         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16753         (eudc-bbdb-query-internal):
16754         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16755         * net/socks.el (socks-build-auth-list):
16756         * progmodes/cc-cmds.el (top level):
16757         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16758         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16759         (cperl-write-tags, cperl-tags-treeify):
16760         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16761         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16762         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16763         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16764         (idlwave-toolbar-remove-everywhere):
16765         * progmodes/idlwave.el (idlwave-indent-line)
16766         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16767         (idlwave-write-paths, idlwave-all-method-classes)
16768         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16769         (idlwave-fix-keywords, idlwave-display-calling-sequence)
16770         (idlwave-complete-in-buffer):
16771         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16772         (org-fast-tag-selection):
16773         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16774         than mapcar.
16776 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16778         * diff-mode.el (diff-fine-change): Add :group.
16780 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
16782         * cus-start.el (all): Use the same test as the 22.2 branch.
16784 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16786         * diff-mode.el (diff-current-defun): Force recomputation of
16787         change-log-default-name.
16789 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
16791         * startup.el (fancy-startup-screen): Remove an unnecessary newline
16792         and some leftover logic regarding dedicated frames.  If showing
16793         concise startup screen, fit window to buffer.
16794         (command-line-1): If we will be using the splash screen, use
16795         find-file instead of find-file-other-window to find additional files.
16796         Comment out unused code for coping with the old sit-for behavior.
16798 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16800         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16801         `meta' modifier consistently, rather than using sometimes meta
16802         sometimes alt.
16804 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16806         * window.el (handle-select-window): Revert part of 2007-10-08
16807         change setting the input focus.
16809 2007-10-12  Glenn Morris  <rgm@gnu.org>
16811         * startup.el (command-line): Do not read abbrev file in batch mode.
16813         * emacs-lisp/byte-opt.el (top level):
16814         * mail/rmail.el (rmail-list-to-menu):
16815         * obsolete/hilit19.el (hilit-mode):
16816         * progmodes/cc-mode.el (c-postprocess-file-styles)
16817         (c-submit-bug-report):
16818         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16819         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16820         (reftex-access-parse-file):
16821         * textmodes/reftex-cite.el (reftex-do-citation)
16822         (reftex-insert-bib-matches):
16823         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16824         * textmodes/reftex-sel.el (reftex-select-unmark):
16825         * textmodes/reftex-toc.el (reftex-toc-do-promote):
16826         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16828         * cus-edit.el (custom-variable-menu, custom-face-menu)
16829         (custom-group-menu): Check init-file-user rather than
16830         user-init-file, in case cus-edit is loaded by site-run-file.
16832 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
16834         * vc.el (vc-deduce-fileset): Delete unused code.
16835         (vc-next-action): Fix typos.
16837 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16839         * bs.el (bs--mark-unmark): New function.
16840         (bs-mark-current, bs-unmark-current): Use it.
16842 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16844         * vc.el (vc-diff):
16845         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
16846         temporarily disable the check for his edge case of
16847         vc-diff (stopping it from grinding when called from $HOME), as
16848         it's calling some brittle code in vc-hooks.el.
16849         (with-vc-properties): Fix evaluation time of a macro argument.
16850         * ediff-vers.el (ediff-vc-internal):
16851         * vc-hooks.el:
16852         * loaddefs.el: Follow up on VC terminology change.
16854 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16856         * follow.el (follow-stop-intercept-process-output):
16857         Use `follow-call-process-filter' rather than `process-filter'.
16858         Simplify.
16860 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16862         * vc-hooks.el (vc-registered): Robustify this function a bit
16863         against filenames with no directory component.
16865 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16867         * international/characters.el: Undo unwanted and unexplained change.
16869 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16871         * ps-print.el: Fix the usage of :foreground and :background face
16872         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16873         (ps-print-version): New version 6.7.6.
16874         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16875         Fix code.
16876         (ps-face-foreground-color-p, ps-face-background-color-p)
16877         (ps-face-color-p): New inline funs.
16879 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16881         * textmodes/org.el (org-additional-option-like-keywords): New constant.
16882         (org-complete): Use `org-additional-option-like-keywords'.
16883         (org-parse-local-options): New function.
16885 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16887         * textmodes/org.el (org-in-clocktable-p): New function.
16888         (org-clock-report): Only update the table at point, or insert a new one.
16889         (org-clock-goto): New function.
16890         (org-open-file): Use `start-process-shell-command' instead of
16891         `shell-command' with an ampersand.
16892         (org-deadline, org-schedule): New argument REMOVE to remove the
16893         date from the entry.
16894         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16895         argument to `org-schedule' and `org-deadline'.
16896         (org-trim): Use the correct expressions for beginning and end of
16897         the string.
16898         (org-get-cleaned-entry): Trim the string before returning it.
16899         (org-clock-find-position): New function.
16900         (org-clock-into-drawer): New option.
16901         (org-agenda-tags-column): Rename from
16902         `org-agenda-align-tags-to-column'.
16903         (org-agenda-align-tags): Allow negative values for
16904         `org-agenda-tags-column'.
16905         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16906         (org-agenda-to-appt): New optional argument FILTER.
16907         (org-completion-fallback-command): New variable.
16908         (org-complete): Use `org-completion-fallback-command'.
16909         (org-find-base-buffer-visiting): Catch the case that there is no
16910         buffer visiting the file.
16911         (org-property-or-variable-value): New function.
16912         (org-todo): Use `org-property-or-variable-value'
16913         (org-agenda-compact-blocks): New option.
16914         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16915         (org-agenda-schedule, org-agenda-deadline):
16916         Call `org-agenda-show-new-time'.
16917         (org-agenda-show-new-time): New argument PREFIX.
16918         (org-colgroup-info-to-vline-list): Fix but that cause a
16919         shift in the vertical lines.
16920         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16921         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16922         (org-indent-item): No arg in call to `org-fix-bullet-type'.
16923         (org-fix-bullet-type): Remove argument.
16924         (org-read-date): Check for am/pm twice, to catch the end time.
16925         (org-goto-map): Use `suppress-keymap'.
16926         (org-remember-apply-template): Respect the dynamically scoped
16927         selection character.
16929 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16931         * frame.el (frame-inherited-parameters): Remove unused `environment'
16932         parameter, and let server.el add `client' when needed.
16934         * server.el (server-create-tty-frame)
16935         (server-create-window-system-frame): Set frame-inherited-parameters.
16937         * frame.el (frame-inherited-parameters): New var.
16938         (make-frame): Use it.
16940         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16942         * env.el (let-environment): Remove.  Unused.
16943         (read-envvar-name): Simplify.
16944         (setenv): Remove unused arg `frame'.
16946         * help-fns.el (describe-variable): Add missing "  " for multiline
16947         obsolescence info and missing EOL after global value.
16949 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16951         * add-log.el:
16952         * ediff-vers.el:
16953         * log-view.el:
16954         * pcvs.el:
16955         * vc-arch.el:
16956         * vc-bzr.el:
16957         * vc-cvs.el:
16958         * vc.el:
16959         * vc-git.el:
16960         * vc-hg.el:
16961         * vc-hooks.el:
16962         * vc-mcvs.el:
16963         * vc-mtn.el:
16964         * vc-rcs.el:
16965         * vc-sccs.el:
16966         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16967         {find,init,next,previous,annotate-*,log}-version ->
16968         {find,init,next,previous,annotate-*,log}-revision,
16969         annotate-focus-version -> annotate-working-revision, The term
16970         'focus' is gone.  The term 'revision' is now used consistently
16971         everywhere that reference to a revision ID is intended, replacing
16972         older use of 'version'.
16974 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
16976         * follow.el: Change all instances of "Follow Mode" to "Follow
16977         mode" in docstrings and messages.
16978         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16980 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16982         * vc.el (vc-next-action): Rewrite completely; this principal
16983         entry point now operates on a current fileset selected either
16984         explicitly via VC-Dired or implicitly by visiting a file buffer,
16985         rather than always operating on the file of the current buffer as
16986         in older versions.  Rewrite the rest of the mode to match.
16987         (with-vc-properties): Rewrite to operate on a file list.
16988         (with-vc-file): vc-checkin takes a file list argument now.
16989         (vc-post-command-functions): This hook now receives a file list.
16990         (vc-do-command): Take a either a file or a file list as argument.
16991         (vc-deduce-fileset): New function for deducing a file list to
16992         operate on.
16993         (vc-next-action-on-file, vc-next-action-dired): Remove.
16994         Merge into vc-next-action.
16995         (vc-register): Adapt to the fact that vc-start-entry now takes a
16996         file list.
16997         (vc-register-with): New function.
16998         (vc-start-entry): Take a file list argument rather than a
16999         file argument.
17000         (vc-checkout): Cope with vc-start-entry taking a file list.
17001         (vc-steal-lock): Cope with with-vc-properties taking a
17002         file list.
17003         (vc-checkin): Take a file list argument rather than a file argument.
17004         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
17005         (vc-diff-internal): Rewrite for filesets.
17006         (vc-diff-sentinel): New function, tests whether changes were
17007         written into a diff buffer.
17008         (vc-diff): Rewrite for filesets.
17009         (vc-version-diff): Rewrite for filesets.
17010         (vc-print-log): Take a fileset argument.
17011         (vc-revert): Revert the entire selected fileset, not just the
17012         current buffer.
17013         (vc-rollback): Roll back the entire selected fileset, if
17014         possible.  No longer accepts a prefix argument.
17015         (vc-update): Merge new changes for the entire selected
17016         fileset, not just the current buffer.
17017         (vc-revert-file): Cope with with-vc-properties taking a file list.
17018         (vc-default-dired-state-info): Add + status suffix if the file is
17019         modified.
17020         (vc-annotate-warp-version): Use the new diff machinery.
17021         (vc-log-edit): Take a file list argument rather than a file argument.
17023 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
17025         Sync with Tramp 2.1.11.
17027         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17028         Pacify byte compiler.
17030         * net/trampver.el: Update release number.
17032 2007-10-09  Richard Stallman  <rms@gnu.org>
17034         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17036 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17038         * follow.el: Require easymenu.
17039         (follow-mode-hook, follow-mode): Doc fixes.
17040         (follow-mode-off-hook): Mark as obsolete.
17042 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17044         * window.el (mouse-autoselect-window-cancel): Don't cancel for
17045         select-window or select-frame events.
17046         (handle-select-window): When autoselecting window set input
17047         focus.  Restructure.
17049         * frame.el (focus-follows-mouse): Move to frame.c.
17050         * cus-start.el (all): Add focus-follows-mouse.
17052 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17054         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17055         activate font-locking in the *buffer-selection* buffer.
17056         (bs-show-sorted): Doc fix.
17058         * bs.el (bs--get-marked-string, bs--get-modified-string)
17059         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17060         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17061         (bs--format-aux): Doc fix.
17063 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
17065         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17067 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17069         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17070         (gud-gdb): New function for old M-x gdb (text command mode).
17071         (gud-gdb-command-name, gdb): Move to...
17073         * progmodes/gdb-ui.el: ...here and adapt doc string.
17074         (gud-gdba-command-name, gdba): Delete.
17076 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17078         * bs.el: Don't defvar `font-lock-verbose'.
17079         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17080         (bs--get-file-name): Fix typos in docstrings.
17081         (bs--show-header): Use `dolist' instead of `mapcar'.
17082         (bs-mode): Set `show-trailing-whitespace' to nil.
17083         (bs-buffer-sort-function, bs-mouse-select-other-frame)
17084         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17085         Doc fixes.
17087 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
17089         * progmodes/gud.el (pdb): Specify file for gud-break.
17091 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17093         * progmodes/gud.el (gdb): Make graphical mode the default and
17094         switch to text command mode if appropriate, i.e., reverse previous
17095         arrangement.
17096         (gud-gdb-marker-filter): Adapt for above change.
17098         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17099         gud-minor-mode and gud-marker-filter.
17100         (gdb-fullname-regexp): New variable.
17101         (gud-gdba-marker-filter): Use it to switch to text command
17102         mode if appropriate.
17104 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17106         * progmodes/gud.el (gud-display-line): Find source buffer even when
17107         GUD buffer has its own frame.
17109 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
17111         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17113 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
17115         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17117 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17119         * allout.el (allout-before-change-handler): Replace got-char by
17120         goto-char.
17122 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17124         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17125         Used to try and automatically enabled smerge-mode in the presence of
17126         conflicts and to call `svn resolved' when the conflicts are gone.
17127         (vc-svn-parse-status): Remember the svn-specific status.
17129 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
17131         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17132         menu-bar-apropos-menu.  All users changed.
17133         (menu-bar-help-menu): Change menu symbols to better match the text
17134         displayed by the menu.
17136 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17138         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17139         #, @, : and ^.
17141 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17143         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17145         * log-view.el (log-view-mode-map): Likewise.
17147         * diff-mode.el (diff-mode-shared-map): Likewise.
17149 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17151         * files.el (file-name-sans-versions): Also allow `A-Z'.
17153         * vc.el: Mention all supported VC backends.
17155 2007-10-08  Richard Stallman  <rms@gnu.org>
17157         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17158         neighbouring buttons.
17160 2007-10-08  Andreas Schwab  <schwab@suse.de>
17162         * files.el (file-name-sans-versions): Also allow `_'.
17164 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17166         * files.el (file-name-sans-versions): Allow - and a-z in version names.
17168         * log-view.el (log-view-mode-map, log-view-mode-menu):
17169         Bind log-view-annotate-version.
17170         (log-view-beginning-of-defun, log-view-end-of-defun)
17171         (log-view-annotate-version): New functions.
17172         (log-view-mode): Use log-view-beginning-of-defun and
17173         log-view-end-of-defun.
17175 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17177         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17179 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17182         neighbouring buttons.
17184         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17185         Recognize gcc's use of "note" for informational messages.
17187 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17189         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17190         (css-mode): Update correspondingly.
17192 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17194         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17195         Signed-off-by, Acked-by and Merge.
17197 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17199         * ediff-init.el (ediff-verbose-p): This var is not a constant.
17201 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17203         * vc-mtn.el: New file.
17205         * vc-hooks.el (vc-handled-backends): Add Mtn.
17207 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
17209         * files.el (find-file, find-file-other-window)
17210         (find-file-other-frame, find-file-existing, find-file-read-only)
17211         (find-file-read-only-other-window)
17212         (find-file-read-only-other-frame)
17213         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17215 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17217         * progmodes/gud.el (gdb-ready): New variable.
17218         (gdb): Set it to nil.  Set gud-running to nil here...
17219         (gud-common-init): ...instead of here.
17221         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17222         Use gdb-ready.  Discard input until GDB is ready to accept it.
17224 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17226         * dired.el (dired-warning): Inherit from font-lock-warning-face to
17227         make it show up with eight colors.
17229 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17231         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17232         diffs are concatenated with no intervening line.
17234 2007-10-08  Dave Love  <fx@gnu.org>
17236         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17237         (python-font-lock-keywords): Update to the 2.5 version of the language.
17238         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17239         (python-backspace): Only behave funny in code.
17240         (python-compilation-regexp-alist): Add PDB stack trace regexp.
17241         (inferior-python-mode): Add PDB prompt regexp.
17242         (python-fill-paragraph): Refine the fenced-string regexp.
17243         (python-find-imports): Handle imports spanning several lines.
17244         (python-mode): Add `class' to hideshow support.
17246 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17248         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17249         Use add-log-buffer-file-name-function rather than binding
17250         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17251         when `fi' is the ChangeLog file itself.
17253         * outline.el (outline-flag-region): Use front-advance.
17255 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
17257         * progmodes/cperl-mode.el: Merge upstream 5.23.
17258         (cperl-where-am-i): Remove function.
17259         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17260         (cperl-sniff-for-indent): De-invert [string] and [comment].
17261         When looking for label, skip s:m:y:tr.
17262         (cperl-indent-line): Likewise.
17263         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17264         (cperl-windowed-init): Wrong `ps-print' handling.
17265         Both thanks to Chong Yidong.
17266         (cperl-look-at-leading-count): Could fail with unfinished RExen.
17267         (cperl-find-pods-heres): If the second part of s()[] is missing,
17268         don't try to highlight delimiters...
17270 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17272         * progmodes/compile.el (compilation-get-file-structure): Complete last
17273         change by also using spec-directory in the puthash.
17275 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
17277         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17278         (vc-bzr-status): Fix shadowing of variable 'status'.
17279         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17280         Use `expand-file-name' instead of `concat'.
17281         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17282         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
17284 2007-10-08  Jason Rumney  <jasonr@gnu.org>
17286         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
17288 2007-10-08  Richard Stallman  <rms@gnu.org>
17290         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17291         Add `safe-local-variable' property.
17292         (lisp-body-indent): Likewise.
17294 2007-10-08  Richard Stallman  <rms@gnu.org>
17296         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17297         Add doc string.
17299 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17301         * files.el (backup-buffer-copy): Try to overwrite old backup first.
17303 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17305         * repeat.el (repeat): Use last-repeatable-command instead of
17306         real-last-command.  Run pre- and post-command hooks for
17307         self-insertion.  Update doc-string.
17309 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
17311         * vc-git.el (vc-git-state): Call git-add --refresh to update the
17312         state of the file.
17313         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17314         (vc-git-create-repo): Fix invalid command.
17316 2007-10-08  Richard Stallman  <rms@gnu.org>
17318         * textmodes/flyspell.el (flyspell-mode):
17319         Catch errors in flyspell-mode-on.
17321 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17323         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17325 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17327         * international/encoded-kb.el (encoded-kbd-setup-display):
17328         Use input-decode-map rather than local-key-translation-map.
17330         * term/rxvt.el (rxvt-alternatives-map): New map.
17331         (terminal-init-rxvt): Use it.
17332         Bind rxvt-function-map in input-decode-map.
17334         * term/xterm.el (xterm-alternatives-map): New map.
17335         (terminal-init-xterm): Use it.
17336         Bind xterm-function-map in input-decode-map.
17338         * term/x-win.el (x-alternatives-map): New var.
17339         (x-setup-function-keys): Use it.
17341         * help-fns.el (describe-variable): Slightly change the layout of
17342         meta-info to separate it better from the docstring.
17343         Standardize insertion of extra empty lines in various circumstances.
17345         * diff-mode.el (diff-hunk-style): New fun.
17346         (diff-end-of-hunk): Use it.
17347         (diff-context->unified): Use the new `apply' undo element,
17348         if applicable, so as to save undo-log space.
17349         (diff-fine-change): New face.
17350         (diff-fine-highlight-preproc): New function.
17351         (diff-fine-highlight): New command.
17352         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17354         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17355         (smerge-refine-highlight-change): Add `props' argument.
17356         (smerge-refine-subst): New function holding most of smerge-refine.
17357         (smerge-refine): Use it.
17359 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
17361         * vc.el (vc-default-wash-log): Remove unused code, the
17362         log washers all live in the backends now.
17363         (vc-default-comment-history): Correct for the fact
17364         that wash-log is argumentless in the new API.
17366 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
17368         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17369         (tramp-maybe-send-script): Apply `member' but `memq'.
17370         (tramp-advice-file-expand-wildcards): Simplify implementation.
17372 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17374         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
17376         * mb-depth.el (minibuf-depth-indicator-function): New variable.
17377         (minibuf-depth-setup-minibuffer): Use it.
17379 2007-10-07  Glenn Morris  <rgm@gnu.org>
17381         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17382         version numbers.
17384 2007-10-06  Juri Linkov  <juri@jurta.org>
17386         * textmodes/fill.el (fill-paragraph-or-region): New function.
17388         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17389         instead of fill-paragraph.
17391         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17392         with fill-paragraph-or-region.  Suspend command is now the same
17393         `suspend-frame' on window systems and on tty.
17395         * image.el (image-type): Check if image-types is bound to not fail
17396         on tty.
17398         * delsel.el (delete-selection-pre-hook):
17399         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17400         is fbound to not fail on mouseless tty.
17402 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
17404         * net/tramp.el (top): Move loading of tramp-util.el and
17405         tramp-vc.el to tramp-compat.el.
17406         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
17407         temporary file if possible, in order to avoid a security hole.
17408         (tramp-do-copy-or-rename-file-out-of-band)
17409         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17410         with DONT-CREATE, because the connection is not setup yet.
17411         (tramp-handle-process-file): Rewrite temporary file handling.
17412         (tramp-completion-mode): New defvar.
17413         (tramp-completion-mode-p): Use it.
17415         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17417         * net/tramp-fish.el (tramp-fish-handle-process-file):
17418         Rewrite temporary file handling.
17420 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
17422         * vc.el: Workfile version -> focus version change.  Port various
17423         comments from new VC to reduce the noise in the diff.
17424         Patch in the new vc-create-repo function to go with the
17425         header comment about it already present.
17426         There are no changes to existing logic in this patch.
17427         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17429 2007-10-06  Aaron Hawley  <aaronh@garden.org>
17431         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17433 2007-10-05  Chris Moore  <dooglus@gmail.com>
17435         * server.el (server-kill-new-buffers): Doc fix.
17437 2007-10-05  John W. Eaton  <jwe@octave.org>
17439         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17440         (octave-begin-keywords): Add "do".
17441         (octave-end-keywords): Remove "end".
17442         (octave-reserved-words): Add "end".  Remove "all_va_args",
17443         "gplot", and 'gsplot".
17444         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17445         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17446         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17447         "default_return_value", "define_all_return_values",
17448         "do_fortran_indexing", "empty_list_elements_ok",
17449         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17450         "ok_to_lose_imaginary_part", "prefer_column_vectors",
17451         "prefer_zero_one_indexing", "propagate_empty_matrices",
17452         "resize_on_range_error", "treat_neg_dim_as_zero",
17453         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17454         "warn_divide_by_zero", "warn_function_name_clash",
17455         "warn_missing_semicolon", "whitespace_in_literal_matrix".
17456         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17457         "crash_dumps_octave_core", "sighup_dumps_octave_core",
17458         "sigterm_dumps_octave_core".
17459         (octave-block-match-alist): Remove "end" from block-end keywords.
17460         (octave-mode): Update ftp site address.
17462 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
17464         * vc.el: Reorder functions, no code changes.
17466 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
17468         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17469         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17470         the cond clauses where needed.
17471         (tramp-handle-write-region): Rearrange code for proper handling of
17472         tmpfile.
17474         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17476         * net/tramp.el:
17477         * net/tramp-fish.el:
17478         * net/tramp-ftp.el:
17479         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17480         `tramp-compat-make-temp-file'.
17482 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17484         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17486 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17488         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17489         already uses a more recent copyright version than the "current" one.
17491 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
17493         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17494         (doc-view-insert-image): Minor aesthetical docstring changes.
17496 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
17498         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17499         completing filename.
17500         (doc-view-search-internal): Docstring change.
17502 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
17504         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17505         (tramp-file-name-handler-alist):
17506         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
17507         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
17508         used before, creates the file already, which is not desired.
17509         (tramp-do-copy-or-rename-file-directly): Simplify handling of
17510         temporary file.
17511         (tramp-handle-insert-file-contents): Assign the result in the
17512         short track case.
17513         (tramp-handle-insert-file-contents-literally): New defun.
17514         (tramp-completion-mode-p): Revert change from 2007-09-24.
17515         Checking for `return' etc as last character is not sufficient, for
17516         example in dired-mode when entering <g> (revert-buffer) or
17517         <s> (dired-sort).
17519         * net/tramp-compat.el (top): Add also compatibility code for loading
17520         appropriate timer package.
17521         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17522         order to avoid autoloading problems.
17524         * net/tramp-fish.el:
17525         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17527         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17528         where the second parameter of `copy-file' or `rename-file' is a
17529         remote file but not via ftp.
17531 2007-10-02  Richard Stallman  <rms@gnu.org>
17533         * frame.el (cursor-in-non-selected-windows): Doc fix.
17535 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17537         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17538         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17540 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
17542         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17543         when `expt' doesn't give range errors.
17545 2007-10-01  Markus Triska  <markus.triska@gmx.at>
17547         * calc/calc-math.el (math-smallest-emacs-expt):
17548         Make the computation more robust.
17550 2007-09-30  David Kastrup  <dak@gnu.org>
17552         * startup.el (argv): Alias for `command-line-args-left' to use as
17553         `(pop argv)' inside of --eval command sequences.  Allows for
17554         passing shell commands into Emacs verbatim without need for Lisp
17555         quoting.
17557         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17558         check only for changed size.
17559         (auto-revert-tail-handler): Get size from caller.  If the file has
17560         shrunk, tail the whole file again (the file presumably has been
17561         rewritten).
17563         * woman.el (woman-topic-all-completions, woman-mini-help):
17564         Fix fallout from 2007-09-07 introduction of `dolist' when the list
17565         actually was being manipulated in the loop.
17566         (woman-Cyg-to-Win, woman-pre-process-region)
17567         (woman-horizontal-escapes, woman-if-body, woman-unescape)
17568         (woman-strings, woman-special-characters, woman1-hc)
17569         (woman-change-fonts, woman-find-next-control-line):
17570         Use `match-beginning' rather than `match-string' when the result is
17571         just used as a flag.
17573 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
17575         * net/tramp-compat.el: New file.
17577         * net/tramp.el:
17578         * net/tramp-fish.el:
17579         * net/tramp-smb.el:
17580         * net/tramp-uu.el:
17581         * net/trampver.el: Move compatibility code to tramp-compat.el.
17582         Apply `mapc' instead of `mapcar' when the code needs side effects
17583         only.  Move utf-8 coding cookie to the second line.
17585 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
17587         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17588         Improve custom type.
17589         (icon-map-list): Make it customizable.  Document how to disable
17590         stock icons.
17592 2007-09-30  Richard Stallman  <rms@gnu.org>
17594         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17596 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17598         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
17599         (t-mouse-mode): New compatibility alias.
17601 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
17603         * server.el (server-delete-client): Only delete the terminal if it
17604         is non-nil.
17606 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
17608         * net/tramp.el (with-file-property, with-connection-property):
17609         Highlight as keyword.
17610         (tramp-rfn-eshadow-setup-minibuffer)
17611         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17612         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17613         (tramp-do-copy-or-rename-file-directly)
17614         (tramp-do-copy-or-rename-file-out-of-band)
17615         (tramp-handle-shell-command, tramp-get-debug-buffer)
17616         (tramp-send-command-and-read, tramp-equal-remote)
17617         (tramp-get-local-gid): Pacify byte-compiler.
17618         (tramp-handle-file-name-directory): Result shall not be expanded.
17619         (tramp-find-foreign-file-name-handler): Rewrite.
17620         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17622         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17624         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17625         Apply `tramp-completion-mode-p'.
17626         (tramp-fish-handle-set-file-times)
17627         (tramp-fish-handle-executable-find)
17628         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17629         (tramp-fish-retrieve-data): Pacify byte-compiler.
17631         * net/tramp-gw.el (tramp-gw-basic-authentication):
17632         Call `tramp-read-passwd' with first parameter `nil'.
17634 2007-09-28  Glenn Morris  <rgm@gnu.org>
17636         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17637         than mapcar.
17639         * textmodes/tex-mode.el (tex-suscript-height-ratio)
17640         (tex-suscript-height-minimum): New customizable variables.
17641         (tex-suscript-height): New function.
17642         (superscript, subscript): Set height using tex-suscript-height
17643         rather than fixing at 0.8.
17644         (tex-fontify-script, tex-font-script-display): Add :version tag.
17646 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
17648         * progmodes/python.el (python-eldoc-function): Doc fix.
17650 2007-09-27  Glenn Morris  <rgm@gnu.org>
17652         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
17653         image if it is not in image-type-auto-detectable, or is there with
17654         a nil value.
17656 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
17658         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17659         connection more robust.
17661 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17663         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17664         Deal with the case that special &keywords are at the beginning or
17665         end of the argument list.  Also add some (incomplete) support for
17666         non-standard arglists.
17668 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17670         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17671         (eldoc-message-commands, eldoc-current-idle-delay)
17672         (eldoc-function-argstring-format): Fix typos in docstrings.
17674 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
17676         * calc/calc-units.el (calc-convert-units)
17677         (calc-convert-temperature): Remove unnecessary colons.
17679 2007-09-26  Bastien Guerry  <bzg@altern.org>
17681         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17682         New function.
17683         (org-export-latex-remove-from-headlines): Name changed because of typo.
17684         (org-export-latex-quotation-marks-convention): Option removed.
17685         (org-export-latex-make-preamble): Handle the DATE option.
17686         (org-export-latex-cleaned-string): Now the only cleaning function,
17687         synched up with org.el.
17688         (org-export-latex-lists, org-export-latex-parse-list)
17689         (org-export-list-to-latex): New functions.
17691 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
17693         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17694         (org-outline-regexp): New constant.
17695         (org-remember-handler): Throw error when the target file is not in
17696         org-mode.
17697         (org-cleaned-string-for-export): No longer call
17698         `org-export-latex-cleaned-string' with an argument.
17699         (org-get-tags): Returns now a list, not a string.
17700         (org-get-tags-string): New function.
17701         (org-archive-subtree): No need to split return of `org-get-tags'.
17702         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17703         instead of `org-get-tags'.
17704         (org-agenda-format-date): Rename from `org-agenda-date-format'.
17705         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17706         (org-compatible-face): New argument INHERITS.  Inherit from this
17707         face if possible.
17708         (org-level-1, org-level-2, org-level-3, org-level-4)
17709         (org-level-5, org-level-6, org-level-7, org-level-8)
17710         (org-special-keyword, org-drawer, org-column, org-warning)
17711         (org-archived, org-todo, org-done, org-headline-done, org-table)
17712         (org-formula, org-code, org-agenda-structure)
17713         (org-scheduled-today, org-scheduled-previously)
17714         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17715         in the new way.
17716         (org-get-heading): New argument NO-TAGS.
17717         (org-fast-tag-selection-include-todo): Made defvar instead of
17718         defcustom, feature is not deprecated.
17719         (org-remember-store-without-prompt): New default value t.
17720         (org-todo-log-states): New variable.
17721         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17722         Compute the log states.
17723         (org-goto-map): More commands copied from global map.  Also bind
17724         `org-occur'.
17725         (org-goto): Made into a general lookup command.
17726         (org-get-location): Complete rewrite.
17727         (org-goto-exit-command): New variable.
17728         (org-goto-selected-point): New variable.
17729         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17730         Set the new variables.
17731         (org-paste-subtree): Whitespace insertion strategy revised.
17732         (org-remember-apply-template): Protect v-A from the possibility
17733         that v-a might be nil.
17734         (org-remember-handler): Insertion rules revised.
17735         (org-todo): Respect org-todo-log-states.
17736         (org-up-heading-safe): New function.
17737         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17739 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
17741         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17742         region if in transient-mark-mode.
17744 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17746         * calc/calc-ext.el (calc-init-extensions, calc-reset):
17747         * calc/calc-help.el (calc-full-help):
17748         * calc/calc-misc.el (another-calc):
17749         * calc/calc-store.el (calc-var-name-map):
17750         * calc/calc-stuff.el (calc-flush-caches):
17751         * calc/calc-units.el (math-build-units-table):
17752         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17753         (calc-quit):
17754         * calendar/icalendar.el (icalendar--format-ical-event)
17755         (icalendar--convert-ical-to-diary):
17756         * emacs-lisp/authors.el (authors):
17757         * emacs-lisp/cust-print.el (custom-print-install)
17758         (custom-print-uninstall):
17759         * emacs-lisp/disass.el (disassemble-1):
17760         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17761         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17762         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17763         (elint-check-let-form, elint-check-condition-case-form)
17764         (elint-initialize):
17765         * emacs-lisp/elp.el (elp-results):
17766         * emacs-lisp/generic.el (generic-mode-internal):
17767         * emacs-lisp/re-builder.el (reb-delete-overlays):
17768         * emacs-lisp/regi.el (regi-interpret):
17769         * emacs-lisp/sregex.el (sregex--char-aux):
17770         * emulation/cua-rect.el (cua--deactivate-rectangle)
17771         (cua--highlight-rectangle, cua--rectangle-post-command):
17772         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17773         * emulation/viper-macs.el (viper-describe-kbd-macros)
17774         (viper-describe-one-macro):
17775         * emulation/viper-util.el (viper-setup-master-buffer):
17776         * emulation/viper.el (set-viper-state-in-major-mode):
17777         * international/mule-diag.el (describe-current-coding-system):
17778         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17779         * mail/emacsbug.el (report-emacs-bug):
17780         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17781         * obsolete/hilit19.el (hilit-unhighlight-region)
17782         (hilit-set-mode-patterns):
17783         * play/solitaire.el (solitaire-check, solitaire-solve):
17784         * play/zone.el (zone-pgm-rotate):
17785         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17786         * progmodes/ada-prj.el (ada-prj-display-page):
17787         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17788         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17789         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17790         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17791         * progmodes/sh-script.el (sh-make-vars-local)
17792         (sh-reset-indent-vars-to-global-values):
17793         * progmodes/sql.el (top):
17794         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17795         * progmodes/xscheme.el (top):
17796         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17797         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17798         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17799         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17800         (artist-submit-bug-report):
17801         * textmodes/flyspell.el (flyspell-delay-commands)
17802         (flyspell-deplacement-commands):
17803         * textmodes/table.el (table--generate-source-epilogue, table-insert)
17804         (table--generate-source-cells-in-a-row, table--make-cell-map)
17805         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17807 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
17809         * allout.el (produce-allout-mode-map, allout-process-exposed):
17810         * ansi-color.el (ansi-color-make-color-map):
17811         * autoinsert.el (auto-insert):
17812         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17813         * dired-aux.el (dired-create-files):
17814         * dired.el (dired-restore-desktop-buffer):
17815         * ediff-diff.el (ediff-setup-fine-diff-regions):
17816         * ediff-mult.el (ediff-intersect-directories)
17817         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17818         (ediff-redraw-registry-buffer):
17819         * ediff-ptch.el (ediff-fixup-patch-map):
17820         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17821         (ediff-really-quit, ediff-clear-diff-vector):
17822         * emerge.el (emerge-really-quit):
17823         * ffap.el (ffap-replace-file-component):
17824         * filecache.el (file-cache-add-directory)
17825         (file-cache-add-directory-recursively)
17826         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17827         (file-cache-delete-directory, file-cache-files-matching-internal)
17828         (file-cache-display):
17829         * files.el (cd):
17830         * find-lisp.el (find-lisp-insert-directory):
17831         * finder.el (finder-compile-keywords):
17832         * help.el (view-emacs-news):
17833         * hi-lock.el (hi-lock-write-interactive-patterns):
17834         * ido.el (ido-to-end, ido-set-matches-1):
17835         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17836         (image-dired-mark-tagged-files):
17837         * jka-cmpr-hook.el (jka-compr-get-compression-info):
17838         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17839         * ps-print.el (ps-background, ps-begin-file)
17840         (ps-build-reference-face-lists):
17841         * simple.el (clone-buffer):
17842         * startup.el (command-line):
17843         * tempo.el (tempo-insert-template, tempo-is-user-element)
17844         (tempo-forward-mark, tempo-backward-mark):
17845         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17847 2007-09-25  Glenn Morris  <rgm@gnu.org>
17849         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17851         * view.el (view-search-no-match-lines): Add a doc string.
17852         Rewrite to simplify and work better.
17854 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
17856         * progmodes/cc-mode.el (c-mode-base-map):
17857         Use c-indent-line-or-region instead of c-indent-line.
17859         * indent.el (indent-for-tab-command): First check if the region is
17860         active.
17862 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
17864         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17865         whitespace-rescan-timer-time is 0.
17867 2007-09-24  Karl Berry  <karl@gnu.org>
17869         * international/mule.el (coding-system-base): Fix doc string grammar.
17871 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
17873         * net/tramp.el (tramp-completion-mode-p): Rename from
17874         `tramp-completion-mode'.  Revert logic, check `return', `newline'
17875         and such alike.  Packages like Icicles tend to use other completion
17876         characters but `tab' and `space' only.
17878 2007-09-24  Adam Hupp  <adam@hupp.org>
17880         * progmodes/python.el (run-python): Import emacs module without
17881         waiting; prevents lockup on error.
17883 2007-09-23  Richard Stallman  <rms@gnu.org>
17885         * mail/sendmail.el (mail-bury): Delete the frame
17886         if this frame looks like it was made for this message.
17888         * completion.el (completion-separator-self-insert-command)
17889         (completion-separator-self-insert-autofilling):
17890         If `self-insert-command' has been remapped, use the substitute.
17892         * simple.el (copy-region-as-kill): Doc fix.
17894         * textmodes/org.el (org-confirm-shell-link-function)
17895         (org-confirm-elisp-link-function): Doc fixes.
17897 2007-09-23  Glenn Morris  <rgm@gnu.org>
17899         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17901 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
17903         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17905         * term/tvi970.el (terminal-init-tvi970): Likewise.
17907         * term/sun-mouse.el (print-mouse-format): Likewise.
17909         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17910         Use forward-line instead of previous-line and next-line.
17912 2007-09-22  Juri Linkov  <juri@jurta.org>
17914         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17916         * tutorial.el (tutorial--default-keys): Update standard bindings:
17917         rename `iconify-or-deiconify-frame' to `suspend-frame',
17918         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17920 2007-09-22  Juri Linkov  <juri@jurta.org>
17922         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17923         Add help-echo to external links and to links without description.
17924         (fancy-splash-insert): Use help-echo from the 3rd element of the
17925         link specification list, or "Follow this link" if it's nil.  Doc fix.
17927 2007-09-22  Juri Linkov  <juri@jurta.org>
17929         * startup.el (command-line): Rename `inhibit-startup-message' to
17930         `inhibit-startup-screen'.
17931         (fancy-about-text): Use shorter label for "Ordering Manuals".
17932         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
17933         is nil, display a line with "To start..." and 3 links to useful
17934         tasks.  Display the "Dismiss" button and "Don't show this message
17935         again" only when concise is non-nil.
17936         (fancy-startup-screen): Call `fancy-startup-tail' with optional
17937         arg `concise'.  If CONCISE is non-nil, display a concise version
17938         of the splash screen in another window.  Otherwise, switch to the
17939         startup buffer in the same window.
17940         (startup-echo-area-message): Change displayed binding from
17941         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17942         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17943         the GNU system".
17944         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17945         to "*GNU Emacs*".
17946         (display-about-screen): Don't check the existence of the buffer
17947         "*About GNU Emacs*".
17948         (display-splash-screen): Make alias to `display-startup-screen'.
17949         (command-line-1): Rename `inhibit-startup-message' to
17950         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
17951         started with command line options "-f", "-funcall", "-e", "-eval",
17952         "-execute", "-insert", "-find-file", "-file", "-visit".
17953         Inhibit startup screen when Emacs is started with a file name only
17954         on tty (i.e. don't inhibit it when started with a file name like
17955         "emacs FILE..." on a window system).
17956         (command-line-1): Simplify logic of displaying the startup screen:
17957         if file-count > 0, then display the concise version in another
17958         window, otherwise display full version in the same window.
17960         * help.el (help-map): Bind C-h C-a to about-emacs.
17961         (help-for-help-internal): Add C-a description to C-h help text.
17963 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
17965         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17966         (checkdoc-permit-comma-termination-flag): Autoload the
17967         safe-local-variable setting.
17969         * bookmark.el (bookmark-xemacsp): Remove.
17970         (bookmark-make): Don't use bookmark-xemacsp,
17971         use (featurep 'xemacs) instead.
17973         * speedbar.el (speedbar-frame-mode)
17974         (speedbar-frame-reposition-smartly)
17975         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17976         (speedbar-check-vc): Remove use of non-existent variable
17977         dframe-xemacsp, use (featurep 'xemacs) instead.
17979         * indent.el (indent-for-tab-command): Indent the region if
17980         transient-mark-mode and the region is active.
17982 2007-09-21  Francesco Potortì  <pot@gnu.org>
17984         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17985         add inferior-octave-directory-tracker to the buffer-local value
17986         of comint-input-filter-functions.
17988 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17990         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17992 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
17994         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17995         on w32 frames.
17997 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17999         * startup.el (normal-top-level): Remove DISPLAY from
18000         process-environment to let it be computed dynamically in callproc.c.
18002         * frame.el (frame-initialize, make-frame):
18003         * faces.el (tty-set-up-initial-frame-faces):
18004         * env.el (setenv): Don't set display-environment-variable.
18006         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
18007         (server-create-tty-frame): Don't set unused `tty' property.
18008         Set `display' instead of display-environment-variable.
18009         (server-create-window-system-frame): No display-environment-variable.
18011 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
18013         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18014         (rfn-eshadow-update-overlay-hook): New defvars.
18015         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18016         Run the hooks.
18018         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18019         (tramp-rfn-eshadow-setup-minibuffer)
18020         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
18021         rfn-eshadow.el.
18023         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18024         timeout.
18026 2007-09-21  Glenn Morris  <rgm@gnu.org>
18028         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18029         * term/sun-mouse.el (suspend-emacstool): Remove.
18030         * term/sun.el: Remove emacstool-related code.
18032         * emacs-lisp/bytecomp.el (byte-compile-warnings)
18033         (byte-compile-warnings-safe-p): Add `mapcar'.
18034         (byte-compile-warning-types): Add mapcar and make-local.
18035         (byte-compile-normal-call): Add option to suppress mapcar warning.
18036         (top-level): Use mapc rather than mapcar in eval-when-compile.
18038         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18039         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18040         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18041         Handle escaped parens.
18042         (latex-forward-sexp): Doc fix.
18044         * eshell/esh-mode.el (eshell-output-filter-functions):
18045         Add eshell-postoutput-scroll-to-bottom.
18047         * loadup.el: Remove termdev.
18049         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18050         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18052 2007-09-21  Markus Triska  <markus.triska@gmx.at>
18054         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18055         `mapcar' is called for effect.
18057 2007-09-21  Kevin Ryde  <user42@zip.com.au>
18059         * international/mule.el (sgml-html-meta-auto-coding-function):
18060         Bind `case-fold-search' to t.
18062 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * termdev.el: Remove.
18066         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
18067         (frames-on-display-list): Use it.
18069         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18071         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18073 2007-09-20  Richard Stallman  <rms@gnu.org>
18075         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18077 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18079         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18081 2007-09-20  Glenn Morris  <rgm@gnu.org>
18083         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18084         motion functions, rather than hard-coding "\n\n".
18085         (tex-validate-region): Check for eobp, to speed up.
18086         (tex-next-unmatched-end): Doc fix.
18088 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18090         * files.el (auto-mode-alist): Use archive-mode for .rar files.
18092         * international/mule.el (auto-coding-alist): Rar archives are binary.
18094         * arc-mode.el: Add basic support for Rar.
18095         (archive-find-type): Recognize Rar's signature.
18096         (archive-desummarize): New fun.
18097         (archive-summarize): Use it to restore the buffer's data in case
18098         someone wants to switch to some other major mode.
18099         (archive-resummarize): Use it as well.
18100         (archive-rar-summarize, archive-rar-extract): New functions.
18102         * filesets.el: Remove spurious * in docstrings.
18103         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
18104         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18105         (filesets-ingroup-collect): Remove unused arg `depth'.
18106         (filesets-update): Remove unused arg `version'.
18108         * finder.el (finder-compile-keywords): Fix up comment style.
18109         (finder-mouse-face-on-line): previous-line -> forward-line.
18111         * recentf.el: Remove spurious * in docstrings.
18112         (recentf-save-list): Fix up comment style.
18114         * progmodes/octave-mod.el: Remove spurious * in docstrings.
18115         (octave-mode-map): Move init into declaration and remove \t binding.
18116         (octave-mode-startup-message): Remove unused var.
18117         (octave-scan-blocks): Remove unused arg `from'.
18118         (octave-forward-block, octave-down-block, octave-up-block):
18119         Update callers.
18121         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18122         (meta-mode-map): Likewise and remove \t binding.
18124         * net/snmp-mode.el: Remove spurious * in docstrings.
18125         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18126         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18127         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18128         that completion accepts lists of strings.
18129         (snmp-mode-syntax-table): Move initialization into declaration.
18130         (snmp-mode-map): Likewise and remove \t binding.
18131         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18132         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18133         (snmp-indent-command): Remove.
18135         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18136         binding, so tab-always-indent works right.
18138 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
18140         * net/browse-url.el (browse-url-elinks-new-window): New function.
18141         (browse-url-elinks): Use browse-url-elinks-new-window.
18142         Accept optional second argument `new-window'.  Fix typo in doc-string.
18143         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18144         Improve error message.
18146 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
18148         * net/browse-url.el (browse-url-url-encode-chars): Use the right
18149         parameter name in the function body.
18150         Reported by Johannes Weiner.
18152 2007-09-19  Glenn Morris  <rgm@gnu.org>
18154         * net/socks.el (socks-open-network-stream): Signal an explicit
18155         error if the port associated with a service string can't be found.
18157         * textmodes/tex-mode.el (tex-terminate-paragraph):
18158         Use backward-paragraph.
18160 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18162         * server.el (server-running-p): New function.
18164 2007-09-18  Jason Rumney  <jasonr@gnu.org>
18166         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18167         x-focus-frame.
18169         * frame.el (select-frame-set-input-focus, select-frame-by-name):
18170         Use x-focus-frame for w32.
18172 2007-09-17  David Kastrup  <dak@gnu.org>
18174         * textmodes/tex-mode.el (tex-verbatim-environments):
18175         Eliminate CL dependency.
18177 2007-09-17  Richard Stallman  <rms@gnu.org>
18179         * newcomment.el (comment-add): New arg EXTRA.
18180         (comment-region-default): Pass EXTRA if not indenting lines.
18182 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
18184         * net/browse-url.el (browse-url-url-encode-chars): New function.
18185         URL-encode some chars in a string.
18186         (browse-url-encode-url): Rewrite using the previous function.
18187         (browse-url-file-url): Use `browse-url-url-encode-chars'.
18188         (browse-url-elinks-sentinel): Fix typo.
18189         (browse-url-new-window-flag): Doc change.
18191 2007-09-17  Glenn Morris  <rgm@gnu.org>
18193         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18194         filename from `--file-line-error', if it is available.
18196 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18198         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18199         TeX `--file-line-error' format.
18201 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
18203         * xt-mouse.el: Delete add-hook calls that were moved to
18204         xterm-mouse-mode.
18205         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18206         does not work.
18208 2007-09-17  Richard Stallman  <rms@gnu.org>
18210         * cus-face.el (custom-theme-set-faces): Undo previous change.
18212         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18214 2007-09-17  Glenn Morris  <rgm@gnu.org>
18216         * textmodes/tex-mode.el (tex-region): Simplify previous change,
18217         handling the case where the region is not in `tex-main-file'.
18218         (tex-region-1): Delete.
18219         (tex-region-header): New function, doing the header part of the
18220         old tex-region-1.
18222 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18224         * simple.el (newline): Simplify use of prefix-numeric-value.
18225         (line-move-partial): Remove unused var `ppos'.
18226         (line-move-1): Replace 9999 with most-positive-fixnum.
18227         (move-end-of-line): Use more efficient single-property search.
18228         (move-beginning-of-line): Remove unused var `start'.
18229         (blink-matching-open): Restructure in a more functional style.
18231 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
18233         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18235 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18237         * server.el (server-clients): Only keep procs, no properties any more.
18238         (server-client): Remove.
18239         (server-client-get, server-client-set): Remove, replace all callers by
18240         process-get and process-put resp.
18241         (server-clients-with, server-add-client, server-delete-client)
18242         (server-create-tty-frame, server-create-window-system-frame)
18243         (server-process-filter, server-execute, server-visit-files)
18244         (server-buffer-done, server-kill-buffer-query-function)
18245         (server-kill-emacs-query-function, server-switch-buffer)
18246         (server-save-buffers-kill-terminal): Update accordingly.
18248         * server.el (server-with-environment): Simplify.
18249         (server-select-display, server-unselect-display): Re-add functions that
18250         seem to have been lost in the multi-tty merge.
18251         (server-eval-and-print, server-create-tty-frame)
18252         (server-create-window-system-frame, server-goto-toplevel)
18253         (server-execute, server-return-error): New functions extracted from
18254         server-process-filter.
18255         (server-execute-continuation): New functions.
18256         (server-process-filter): Restructure so that all arguments are analysed
18257         first and then acted upon in a subsequent stage.  This way
18258         server-goto-toplevel can be executed later, when we know if
18259         it's necessary.
18260         Remove the "-version" and "-version-good" support.
18262 2007-09-16  Drew Adams  <drew.adams@oracle.com>
18264         * cus-edit.el (custom-face-edit-activate): Doc fix.
18266 2007-09-16  Glenn Morris  <rgm@gnu.org>
18268         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18269         Following cal-bahai renaming, update all instances of
18270         list-bahai-diary-entries to diary-bahai-list-entries,
18271         mark-bahai-diary-entries to diary-bahai-mark-entries,
18272         calendar-goto-bahai-date to calendar-bahai-goto-date,
18273         insert-bahai-diary-entry to diary-bahai-insert-entry,
18274         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18275         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18276         calendar-print-bahai-date to calendar-bahai-print-date.
18278         * textmodes/tex-mode.el (tex-region): Handle the case where the
18279         region is not in `tex-main-file'.  Move the old code that applies
18280         to both cases...
18281         (tex-region-1): ...to this new function.
18283 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18285         * vc.el (vc-process-sentinel): New function.
18286         (vc-exec-after): Use it instead of using ugly hackish analysis and
18287         construction of Elisp code.
18288         (vc-sentinel-movepoint): New dynamically scoped var.
18289         (vc-print-log, vc-annotate): Set it to move the user's point.
18291         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18292         inhibit-modification-hooks.
18294         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18295         (calendar-bahai-print-date, calendar-bahai-goto-date)
18296         (diary-bahai-list-entries, diary-bahai-insert-entry):
18297         New names to clean up the namespace a bit more.
18298         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18300 2007-09-15  Glenn Morris  <rgm@gnu.org>
18302         * calendar/holidays.el (holiday-list): Rename it back to
18303         `list-holidays', but leave `holiday-list' as an alias.
18305         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18306         custom group.
18308         * textmodes/css-mode.el (css): New custom group.
18309         (css-electrick-keys, css-selector, css-property)
18310         (css-indent-offset): Specify custom group.
18312 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18314         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18315         (cvs-execute-single-file): Use process-file.
18316         (cvs-run-process): Use start-file-process.
18318 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18320         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18321         level.  Remove the hooks when turning off the mode.
18323         * term/xterm.el: Require xt-mouse at compile time.
18324         (terminal-init-xterm): Turn on xterm mouse tracking for this
18325         terminal if xterm-mouse-mode is enabled.
18327 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18329         * term/xterm.el (xterm-function-map): Replace bindings that were
18330         deleted by the merge.
18332 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
18334         * play/bubbles.el (bubbles-version): Bump value to "0.5".
18335         (bubbles-mode-map): Move define-key statements here.
18336         (bubbles-game-theme-menu): Ditto.
18337         (bubbles-graphics-theme-menu): Ditto.
18338         (bubbles-menu): Ditto.
18339         (bubbles-mode): Initialize buffer-undo-list, redisplay.
18340         (bubbles--initialize): Reset buffer-undo-list, redisplay.
18341         (bubbles-plop): Set buffer-undo-list, redisplay.
18342         (bubbles-undo): Reset buffer-undo-list, redisplay.
18343         (bubbles--show-images): Take care of missing text properties.
18345 2007-09-14  Glenn Morris  <rgm@gnu.org>
18347         * startup.el (fancy-startup-text, fancy-about-text): Fix face
18348         quoting.
18350         * calendar/cal-hebrew.el, calendar/cal-menu.el
18351         * calendar/calendar.el, calendar/diary-lib.el
18352         * calendar/holidays.el: Rename all instances of
18353         list-calendar-holidays callers to calendar-list-holidays,
18354         list-holidays to holiday-list, check-calendar-holidays to
18355         calendar-check-holidays, mark-calendar-holidays to
18356         calendar-mark-holidays, and filter-visible-calendar-holidays to
18357         holiday-filter-visible-calendar.
18359 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18361         * term/xterm.el (xterm-function-map): Add C-M- bindings.
18363 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
18365         * play/bubbles.el (bubbles--initialize-images): Fix bug:
18366         Use transparent background for empty cells in graphics mode.
18368 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
18370         * man.el (Man-default-man-entry): At end of line, continue looking
18371         to the next line for possible end of hyphenated command.
18373 2007-09-13  Chris Moore  <dooglus@gmail.com>
18375         * shell.el (shell-resync-dirs): Don't move the cursor relative to
18376         the command being edited.
18378 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
18380         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18382 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
18384         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18385         C-M-S- keys.
18387         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18389 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
18391         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18392         New argument `filename-p' to use one set of confusing chars or another.
18393         (browse-url-file-url): Use the argument.
18394         Suggested by Johannes Weiner.
18396 2007-09-12  Romain Francoise  <romain@orebokech.com>
18398         * cus-start.el (all): Revert 2007-09-08 change.
18400 2007-09-12  Aaron Hawley  <aaronh@garden.org>
18402         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18403         extract .Z files, since it is more common than uncompress.
18405 2007-09-12  Glenn Morris  <rgm@gnu.org>
18407         * textmodes/org-publish.el (org-publish-org-to-html): Remove
18408         duplicate function definition.
18410 2007-09-10  Chris Moore  <dooglus@gmail.com>
18412         * diff-mode.el (diff-sanity-check-hunk):
18413         Also accept single-line hunks.
18415 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
18417         * startup.el (startup-screen-inhibit-startup-screen)
18418         (pure-space-overflow-message): New vars.
18419         (fancy-splash-insert): Allow functions for face and link specs.
18420         (fancy-splash-head): Remove unused arg.  Move splash text...
18421         (fancy-startup-text, fancy-about-text): ...here.
18422         (fancy-startup-tail): Rename from fancy-splash-tail.
18423         (fancy-startup-screen, fancy-about-screen): Split off from
18424         fancy-splash-screens.
18425         (display-startup-screen): New function.
18426         (display-about-screen): Rename from display-splash-screen.
18427         (command-line-1): Use concise startup screen if necessary.
18429 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
18431         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18432         Reported by Jan Djärv <jan.h.d@swipnet.se>.
18434 2007-09-10  Dave Love  <fx@gnu.org>
18436         * outline.el (outline-4, outline-5, outline-7):
18437         Move font-lock-builtin-face down from 4 to 7 to better keep the
18438         progression of color brightness, and to better match Org-mode's faces.
18440 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
18442         * progmodes/meta-mode.el (meta-font-lock-keywords)
18443         (font-lock-match-meta-declaration-item-and-skip-to-next)
18444         (meta-comment-indent, meta-indent-previous-line)
18445         (meta-indent-unfinished-line, meta-beginning-of-defun)
18446         (meta-end-of-defun, meta-common-initialization): Handle \f.
18447         (meta-indent-unfinished-line): Do not handle a `%' in a string as
18448         a comment-start.
18450         * files.el (file-modes-char-to-who, file-modes-char-to-right)
18451         (file-modes-rights-to-number): Auxiliary functions for symbolic to
18452         numeric notation of file modes.
18453         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
18454         numeric value.
18455         (read-file-modes): New.  Read either an octal value of a file mode or a
18456         symbolic value, and return its numeric value.
18458         * dired-aux.el (dired-do-chmod): Change to use the built-in
18459         `set-file-modes' and the previous symbolic mode parsing functions.
18461 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18463         * textmodes/texinfo.el: Remove spurious * in docstrings.
18464         (texinfo-mode-syntax-table, texinfo-mode-map):
18465         Initialize in the declaration.
18467         * tmm.el: Remove spurious * in docstrings.
18468         (tmm-prompt): Use with-current-buffer.
18470         * vcursor.el: Remove spurious * in docstrings.
18471         (vcursor-map): Initialize in the declaration.
18472         (vcursor-use-vcursor-map): Use define-minor-mode.
18473         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18475         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18476         Initialize in the declaration.
18477         (widget-minor-mode): Use define-minor-mode.
18479         * woman.el (woman-mode-map, woman-syntax-table):
18480         Initialize in the declaration.
18482 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
18484         * doc-view.el: New file.
18486 2007-09-09  Juri Linkov  <juri@jurta.org>
18488         * Makefile.in (update-authors): Add etc/ to AUTHORS.
18490         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18492         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18493         to "Startup screen".  Fix docstring.
18494         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18495         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18496         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18497         (initial-scratch-message): Fix docstring.
18498         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18499         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18500         Add link to "Customize Startup" and set interval between links to
18501         5 spaces.
18502         (fancy-about-text): Add links "Authors" and "Contributing".
18503         (fancy-splash-head): Add text "Welcome to " on the startup screen,
18504         and "This is " on the about screen.  Add link to
18505         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18506         For the about screen move emacs version to the header from
18507         `fancy-splash-tail' (as it's done already for normal about screen).
18508         (fancy-splash-tail): Insert emacs version only for startup screen.
18509         (normal-splash-screen): Remove duplicate empty lines.
18510         (normal-about-screen): Add links "Authors" and "Contributing".
18512         * menu-bar.el (menu-bar-help-menu):
18513         Move "About Emacs" and "About GNU" to the end of the Help menu.
18514         Move "Emacs Psychotherapist" after "Send Bug Report...".
18515         Move "External Packages" after "Find Emacs Packages".
18517 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
18519         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18520         they are useless with the byte compiler.
18521         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18522         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18523         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18524         (tramp-file-name-real-host, tramp-file-name-port)
18525         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18526         defuns.
18528         * net/tramp-cache.el (top): Improve error message when
18529         `tramp-persistency-file-name' is corrupted.
18531 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
18533         * textmodes/org.el (org-re): Also replace the :alpha: class.
18534         (org-todo-tag-alist): Variable removed.
18535         (org-todo-key-alist, org-todo-key-trigger): New variables.
18536         (org-use-fast-todo-selection): New option.
18537         (org-log-done): Docstring fixed.
18538         (org-deadline-warning-days): New default value 14.
18539         (org-edit-timestamp-down-means-later): New option.
18540         (org-tag-alist): Docstring fixed.
18541         (org-fast-tag-selection-include-todo): New option.
18542         (org-export-language-setup): New languages added.
18543         (org-set-regexps-and-options): Compute the new variables.
18544         (org-paste-subtree): Cleaning up.
18545         (org-remember-apply-template): New escape %A.
18546         (org-todo): Call fast TODO selection.
18547         (org-fast-todo-selection): New function.
18548         (org-add-log-note): Allow prefix for abort exit.
18549         (org-at-property-p, org-entry-properties)
18550         (org-columns-get-autowidth-alist): Use :alpha: class.
18551         (org-get-wdays): New function.
18552         (org-agenda-remove-date): New variable.
18553         (org-agenda-get-deadlines): Use `org-get-wdays'.
18554         (org-agenda-get-deadlines): Reverse ee before returning.
18555         (org-format-agenda-item): New argument REMOVE-RE.
18556         (org-agenda-convert-date): Baha'i calendar added.
18557         (org-infile-export-plist): Also find DATE line.
18558         (org-get-min-level): New function.
18559         (org-export-as-html, org-export-as-ascii): Use the date format.
18560         (org-shiftup, org-shiftdown): Use.
18561         `org-edit-timestamp-down-means-later'.
18562         (org-assign-fast-keys): New function.
18564 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
18566         * cus-start.el (all): Add prefer-window-split-horizontally from
18567         window.c.
18569 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
18571         * net/browse-url.el (browse-url-galeon): Fix last change.
18572         (top-level): Require cl when compiling.
18574 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
18576         * textmodes/org-export-latex.el: arch-tag restored.
18578         * textmodes/org-publish.el: arch-tag restored.
18580 2007-09-08  Masatake YAMATO  <jet@gyve.org>
18582         * progmodes/which-func.el (which-func-modes): Add diff-mode.
18584         * progmodes/cc-langs.el: Support new keywords added to
18585         objective-c frontend of gcc.
18586         (c-simple-stmt-kwds): Add @throw.
18587         (c-block-stmt-2-kwds): Add @synchronized.
18588         (c-block-stmt-1-kwds): Add @finally and @try.
18590 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
18592         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18593         (org-agenda-after-show-hook): New variable.
18594         (org-columns-compile-format)
18595         (org-columns-get-autowidth-alist, org-buffer-property-keys)
18596         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18597         property names.
18598         (org-get-wdays): New function.
18600 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18602         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18604         * term/xterm.el (xterm-function-map): Initialize in the declaration.
18606         * vc-arch.el (vc-arch-checkin): Fix typo.
18608 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
18610         * cus-face.el (custom-theme-set-faces): Set face attributes
18611         locally for each frame.
18613 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18615         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18616         via font-lock-defaults.
18618         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18619         derived-mode-p.
18621 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
18623         * progmodes/autoconf.el (autoconf-definition-regexp):
18624         Handle optional square brackets around definition name.
18626 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
18628         * net/browse-url.el (browse-url-browser-function): Add elinks.
18629         (browse-url-elinks-wrapper): New option.
18630         (browse-url-encode-url, browse-url-elinks)
18631         (browse-url-elinks-sentinel): New functions.
18632         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18633         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18634         Use new function browse-url-encode-url.
18636 2007-09-07  Glenn Morris  <rgm@gnu.org>
18638         * version.el (emacs-version): Revert 2007-08-29 change: no need to
18639         say if multi-tty is present.
18641 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18643         * cus-start.el (split-window-preferred-function): Add custom info.
18645         * calendar/holidays.el (holiday-list, calendar-check-holidays)
18646         (calendar-mark-holidays, calendar-list-holidays)
18647         (holiday-filter-visible-calendar): New names to clean up namespace.
18648         (filter-visible-calendar-holidays, list-calendar-holidays)
18649         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18650         Add compatibility aliases.
18651         (calendar-check-holidays, calendar-mark-holidays)
18652         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18653         (holiday-sexp): Replace append with list.
18654         (holiday-filter-visible-calendar): Replace append with push.
18656         * woman.el: Remove spurious * in docstrings.
18657         (woman-mini-help, woman-non-underline-faces, woman0-rename)
18658         (woman-topic-all-completions-merge, woman-file-name-all-completions)
18659         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18660         (woman-write-directory-cache, woman-display-extended-fonts)
18661         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18662         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18663         (woman-mode): Use inhibit-read-only.
18664         (woman-negative-vertical-space): Use dotimes.
18665         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18667 2007-09-06  Romain Francoise  <romain@orebokech.com>
18669         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18670         (vc-bzr-workfile-version): Use it.
18672 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18674         * complete.el (PC-do-completion): Don't try to treat
18675         empty string as an abbreviation.
18677 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
18679         * help-fns.el (describe-variable): Keep doc's text properties.
18681 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
18683         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18684         instead of a file.
18686 2007-09-06  Glenn Morris  <rgm@gnu.org>
18688         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18689         (checkdoc-minor-mode): Allow user to specify lighter via
18690         checkdoc-minor-mode-string.
18692 2007-09-05  Richard Stallman  <rms@gnu.org>
18694         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18695         Several items removed, simplified, or put on one line.
18696         (fancy-about-text): Add substantial contents, part of startup text.
18697         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18698         (normal-splash-screen): Call normal-mouse-startup-screen,
18699         normal-no-mouse-startup-screen, or normal-about-screen.
18700         (normal-mouse-startup-screen): New fn, broken out, shortened.
18701         (normal-no-mouse-startup-screen): New fn, broken out.
18702         (normal-about-screen): New function, contents all new.
18704 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
18706         * emacs-lisp/rx.el (rx): Fix typo in docstring.
18708 2007-09-05  Glenn Morris  <rgm@gnu.org>
18710         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18711         is bound.
18713 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
18715         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18716         in doc string.
18718 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18720         * server.el (server-start, server-unload-hook): Undo previous change.
18722         * xt-mouse.el: Undo previous change.
18724 2007-09-04  Juri Linkov  <juri@jurta.org>
18726         * startup.el (fancy-about-text): New variable.
18727         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18728         (fancy-current-text, fancy-splash-stop-time)
18729         (fancy-splash-outer-buffer): Remove variables.
18730         (fancy-splash-head, fancy-splash-tail): Add new optional argument
18731         `startup' and use it to conditionally display different texts for
18732         Startup and About screens.  Don't display Help commands on the About
18733         screen.
18734         (fancy-splash-screens-1): Remove function and move its content to
18735         `fancy-splash-screens' to the part that dislpays the About screen.
18736         (exit-splash-screen): Don't treat specially exiting from
18737         alternating screens.
18738         (fancy-splash-screens): Rename argument `static' to `startup'.
18739         Fix docstring.  Remove code for displaying alternating screens.
18740         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18741         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18742         for `inhibit-read-only'.
18743         (normal-splash-screen): Rename argument `static' to `startup'.
18744         Fix docstring.  Use argument `startup' to conditionally display
18745         different texts for Startup and About screens.  Don't display Help
18746         commands on the About screen.  Remove `unwind-protect' `sit-for'
18747         delay and `kill-buffer' after it.
18748         (display-startup-echo-area-message): Remove call to
18749         `use-fancy-splash-screens-p' because image.el is preloaded and
18750         doesn't display "Loading image... done".
18751         (display-splash-screen): Rename argument `static' to `startup'.
18752         Fix docstring.
18754 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18756         * server.el (server-start, server-unload-hook):
18757         suspend-tty-functions has been renamed to suspend-tty-hook.
18759         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
18760         resume-tty-hook.
18762 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
18764         * loadup.el: Fix merge problem, only load "button" once.
18766 2007-09-03  Glenn Morris  <rgm@gnu.org>
18768         * vc-svn.el (vc-svn-print-log): If there is only one file, use
18769         "Working file:" as the prefix, for the sake of
18770         log-view-current-file.
18772 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
18774         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18775         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18776         if the selected frames is in
18777         xterm-modify-other-keys-terminal-list.
18778         (xterm-turn-off-modify-other-keys): Add an optional frame
18779         parameter.  Only turn off modify-other-keys if FRAME is in
18780         xterm-modify-other-keys-terminal-list.
18781         (xterm-remove-modify-other-keys): New function.
18782         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
18783         Add the selected frame to xterm-modify-other-keys-terminal-list.
18785 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
18787         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18788         (icon-map-list): New variable.
18789         (x-gtk-map-stock): Use icon-map-list.
18791 2007-09-02  Romain Francoise  <romain@orebokech.com>
18793         * log-view.el (log-view-current-file): Balance parens.
18795 2007-09-02  Glenn Morris  <rgm@gnu.org>
18797         * comint.el (comint-mode): Don't set scroll-conservatively.
18799         * eshell/em-unix.el (eshell/time): Stringify and flatten the
18800         non-command arguments.
18802         * log-view.el (log-view-current-file): Give a more explicit error
18803         if log-view-file-re fails to find a match.
18805 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
18807         * emacs-lisp/bytecomp.el (byte-recompile-directory):
18808         Fix bug: Don't expand top-level file name more than once.
18809         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18811 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18813         * server.el (server-process-filter): Don't display the splash screen.
18814         It's annoying enough on the initial screen and becomes positively
18815         obnoxious here.
18817 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18819         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18820         Change naming to use "avl-tree--" for internal functions.
18822 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
18824         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18825         the merge.
18826         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18827         (provide): Move to the end of file.
18829         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18831 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
18833         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18834         New variable.  List of exceptions for the duplicated word rule.
18835         (flyspell-mark-duplications-flag): Mention it.
18836         (flyspell-word): Treat it.
18838         * files.el (create-file-buffer): If the filename sans directory starts
18839         with spaces, remove them.
18841 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
18843         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18844         (x-gtk-map-stock): Use two directory elements when matching
18845         file name.
18847 2007-08-31  James Wright  <james@chumsley.org>
18849         * eshell/em-unix.el (eshell/info): New function.
18851 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18853         * frame.el (frame-initialize, make-frame):
18854         * server.el (server-process-filter):
18855         * faces.el (tty-set-up-initial-frame-faces): Don't set
18856         term-environment-variable since it's not used any more.
18858         * env.el (setenv): Don't treat $TERM specially.
18860         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18861         stated otherwise, subprocesses do not send back escape sequences
18862         corresponding to the terminal from which Emacs was started.
18864 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
18866         * calculator.el: Require cl for compilation.
18868 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
18870         * outline.el (outline-font-lock-levels): Comment out unused var.
18871         (outline-font-lock-face): Wrap around face list to handle any
18872         nesting depth gracefully.
18874 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
18876         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18877         `set-file-times'.
18879 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
18881         * textmodes/org.el (org-export-visible): Fix drawers before export.
18882         (org-do-sort): Allow sorting by priority.
18883         (org-agenda-files): Ignore non-existing files.
18884         (org-agenda-skip-unavailable-files): New variable.
18885         (org-ellipsis): All a face as value.
18886         (org-mode): Interprete the face value of `org-ellipsis'.
18887         (org-archive-save-context-info): New option.
18888         (org-archive-subtree): Store context info in archived entry.
18889         (org-fast-tag-selection-can-set-todo-state): New variable.
18890         (org-fast-tag-selection): Allow setting TODO states through this
18891         interface.
18892         (org-cycle): Docstring updated.
18893         (org-todo-keyword-faces): New option.
18894         (org-get-todo-face): New function.
18895         (org-set-font-lock-defaults, org-agenda-highlight-todo):
18896         Use `org-get-todo-face'.
18897         (org-switch-to-buffer-other-window): New function.
18898         (org-table-edit-field, org-table-show-reference)
18899         (org-table-edit-formulas, org-add-log-note)
18900         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18901         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18902         `switch-to-buffer-other-window' to make sure that the temporary
18903         windows show up on the current frame.
18904         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18905         (org-get-entries-from-diary, org-replace-region-by-html):
18906         Don't allow pop-up frames.
18907         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18908         Fix problems with time-of-day.
18909         (org-export-get-title-from-subtree): New function.
18910         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18911         with listing items that are DONE.
18912         (org-change-tag-in-region): New command.
18913         (org-agenda-skip-scheduled-if-done)
18914         (org-agenda-skip-deadline-if-done): Docstring clarified.
18915         (org-mode): Hide drawers on startup.
18916         (org-get-todo-face): New function.
18917         (org-todo-keyword-faces): New option.
18918         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18919         (org-remove-keyword-keys): New function.
18921 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
18923         * progmodes/grep.el (grep-find-ignored-directories):
18924         Add monotone _MTN bookkeeping directory in workspaces.
18925         Add RCS control directory.  List items in alphabetical order.
18927         * progmodes/grep.el (grep-files-aliases): Add cc alias.
18928         Sort items in alphabetical order.  Fix parens.
18930 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18932         * vc-hg.el (vc-hg-extra-menu-map): New variable.
18933         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18934         (vc-hg-pull): New functions.
18935         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18937         * term/mac-win.el: Don't require url, only autoloaded url
18938         functions are used in this file.
18940 2007-08-29  Andreas Schwab  <schwab@suse.de>
18942         * shell.el (shell): Return correct value from interactive spec.
18944 2007-08-29  Glenn Morris  <rgm@gnu.org>
18946         * version.el (emacs-version): Increase to 23.0.50.
18948 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
18950         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18952 2007-08-29  Juri Linkov  <juri@jurta.org>
18954         * loadup.el: Add "button" loading after "faces" and move "startup"
18955         to load after "button".
18957 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18959         * loadup.el: Load term/mac-win on a Mac using Carbon.
18961         * term/mac-win.el: Provide mac-win.
18962         (mac-initialized): New variable.
18963         (mac-initialize-window-system): New function.  Move global setup here.
18964         (handle-args-function-alist, frame-creation-function-alist):
18965         (window-system-initialization-alist): Add mac entries.
18966         (x-setup-function-keys): New function containing all the
18967         top level function key definitions.
18969         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18971         * env.el (read-envvar-name): Don't consider the environment frame param.
18973         * env.el (setenv):
18974         * frame.el (frame-initialize, make-frame):
18975         * faces.el (tty-set-up-initial-frame-faces):
18976         * server.el (server-process-filter): Set
18977         display-environment-variable and term-environment-variable.
18979         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18981 2007-08-29  Jason Rumney  <jasonr@gnu.org>
18983         * loadup.el: Only load term/x-win when X is compiled in.
18984         Load term/w32-win and dependencies on windows-nt.
18986         * term/w32-win.el: Reorder to match x-win.el more closely.
18987         Provide w32-win.  Don't throw error when global window-system not w32.
18988         (internal-face-interactive): Remove obsolete function.
18989         (x-setup-function-keys): Use local-function-key-map.
18990         (w32-initialized): New variable.
18991         (w32-initialize-window-system): Set it.
18992         Move more global setup here.
18993         (x-setup-function-keys): New function.
18994         (w32-initialize-window-system): Move non function key global setup here.
18995         (x-cut-buffer-max): Remove.
18996         (w32-initialize-window-system): New function.
18997         (handle-args-function-alist, frame-creation-function-alist):
18998         (window-system-initialization-alist): Add w32 entries.
19000 2007-08-29  David Kastrup  <dak@gnu.org>
19002         * env.el (getenv): Pass frame to getenv-internal.
19004 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
19006         * version.el (emacs-version): Show if multi-tty is present.
19008         * loadup.el: Delay loading env; mule-conf gets confused by cl
19009         during bootstrap.  Also load termdev and term/x-win.
19011         * bindings.el (mode-line-client): New variable.
19012         (help-echo): Add it to the default mode-line format.
19014         * cus-start.el: Remove bogus window-system reference from GTK test.
19016         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19017         (ebrowse-electric-position-mode-map):
19018         * ebuff-menu.el (electric-buffer-menu-mode-map):
19019         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19020         not `suspend-emacs'.
19022         * ediff-wind.el (ediff-setup-windows-automatic): New function.
19023         (ediff-window-setup-function): Use it as default.
19025         * files.el (save-buffers-kill-terminal): New function.
19026         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19028         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19029         and `with-selected-frame'.
19031         * help-fns.el (describe-variable): Describe frame-local variables
19032         correctly.
19034         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19035         display support.
19036         (normal-erase-is-backspace-setup-frame): New function.
19038         * subr.el (with-selected-frame): New function.
19039         (read-quoted-char): Use terminal-local binding of
19040         local-function-key-map instead of function-key-map.
19042         * talk.el (talk): New function.
19043         (talk-handle-delete-frame): New function.
19044         (talk-add-display): Open a new frame only if FRAME was not a frame.
19046         * termdev.el: New file.
19048         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
19049         * term/x-win.el: Don't bind f10.
19050         * tmm.el: Remove autoload binding for f10.
19052         * international/encoded-kb.el (encoded-kbd-setup-display): Use
19053         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
19054         Store the saved input method as a terminal parameter.  Add keymap
19055         parameter.  Use it instead of changing key-translation-map directly.
19056         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19057         Remove.
19058         (encoded-kbd-setup-display): New function.
19060         * international/mule-cmds.el (set-locale-environment): Fix getenv
19061         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
19062         set the keyboard coding system.  Add DISPLAY parameter.
19063         (set-display-table-and-terminal-coding-system): Add DISPLAY
19064         parameter.  Pass it to set-terminal-coding-system.
19066         * international/mule.el (keyboard-coding-system): Test for
19067         encoded-kbd-setup-display, not encoded-kbd-mode.
19068         (set-terminal-coding-system, set-keyboard-coding-system): Add
19069         DISPLAY parameter.
19070         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19072         * term/README: Update.
19074         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19076         * term/x-win.el (x-setup-function-keys): New function.  Move
19077         function-key-map tweaks here.  Protect against multiple calls on
19078         the same terminal.  Use terminal-local binding of
19079         local-function-key-map instead of function-key-map.
19080         (x-initialize-window-system): Make a copy of pure list.  Pass a
19081         frame getenv.
19083         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19084         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19085         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19086         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19087         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19088         local-function-key-map instead of function-key-map.
19090         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19091         `substitute-key-definition' and `define-key' calls against
19092         multiple execution.  Use terminal-local binding of
19093         local-function-key-map instead of function-key-map.  Pass a frame
19094         to getenv.
19096         * edmacro.el (edmacro-format-keys):
19097         * emulation/cua-base.el (cua--pre-command-handler):
19098         * isearch.el (isearch-other-meta-char):
19099         * xt-mouse.el: Use terminal-local binding of
19100         local-function-key-map instead of function-key-map.
19102         * fringe.el (set-fringe-mode): Simplify and fix using
19103         `modify-all-frames-parameters'.
19104         * scroll-bar.el (set-scroll-bar-mode): Ditto.
19105         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
19106         check before calling `tool-bar-setup'.
19107         (tool-bar-setup): New variable.
19108         (tool-bar-setup): Use it to guard against multiple calls.  Add
19109         optional frame parameter, and select that frame before adding items.
19110         (toggle-tool-bar-mode-from-frame): New function.
19112         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19113         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19114         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19115         "Tool-bar" toggles to reflect the state of the current frame.
19116         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19118         * env.el: Require cl for byte compilation (for `block' and `return').
19119         (environment, setenv-internal): New functions.
19120         (let-environment): New macro.
19121         (setenv, getenv): Add optional terminal parameter.  Update docs.
19122         (setenv): Use setenv-internal.  Always set process-environment.
19123         Handle `local-environment-variables'.
19124         (read-envvar-name, setenv, getenv): Use frame parameters
19125         to store the local environment, not terminal parameters.  Include
19126         `process-environment' as well.
19128         * faces.el (tty-run-terminal-initialization): New function.
19129         (tty-create-frame-with-faces): Use it.  Set up faces and
19130         background mode only after the terminal has been initialized.
19131         Call terminal-init-*.  Don't load the initialization file more
19132         than once.  Call set-locale-environment.
19133         (frame-set-background-mode): Handle the 'background-mode terminal
19134         parameter.
19135         (tty-find-type): New function.
19136         (x-create-frame-with-faces): Remove bogus check for
19137         first frame.  Call `tool-bar-setup'.  Don't make frame visible
19138         until we are done setting up all its parameters.  Call
19139         x-setup-function-keys.
19141         * frame.el (make-frame): Always inherit 'environment and 'client
19142         parameters.  Set up the 'environment frame parameter, when needed.
19143         Also inherit 'client parameter.  Don't override explicitly
19144         specified values with inherited ones.  Add 'terminal frame
19145         parameter.  Append window-system-default-frame-alist to parameters
19146         before calling frame-creation-function.
19147         (frame-initialize): Copy the environment from the initial frame.
19148         (window-system-default-frame-alist): Enhance doc string.
19149         (frame-notice-user-settings): Don't put 'tool-bar-lines in
19150         `default-frame-alist' when initial frame is on a tty.
19151         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19152         Remove specified parameters from `window-system-default-frame-alist'.
19153         (make-frame-on-tty, framep-on-display, suspend-frame):
19154         Extend doc string, update parameter names.
19155         (frames-on-display-list): Use terminal-id to get the display id.
19156         (frame-notice-user-settings): Extend to apply
19157         settings in `window-system-default-frame-alist' as well.
19158         (terminal-id, terminal-parameters, terminal-parameter)
19159         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19160         (delete-frame-functions): Add to `delete-frame-functions' hook.
19161         (blink-cursor-mode): Adapt blink-cursor-mode default
19162         value from startup.el.
19163         (make-frame-on-display): Protect condition on x-initialized when
19164         x-win.el is not loaded.  Update doc.
19165         (suspend-frame): Use display-controlling-tty-p to decide between
19166         suspend-emacs and suspend-tty.
19167         (frames-on-display-list): Update for display ids.
19168         (framep-on-display): Ditto.
19169         (suspend-frame): Use display-name, not frame-tty-name.
19170         (selected-terminal): New function.
19172         * server.el: Use `device' instead of `display' or `display-id' in
19173         variable and client parameter names.
19174         (server-select-display): Remove (unused).
19175         (server-tty-live-p, server-handle-delete-tty): Remove.
19176         (server-unquote-arg, server-quote-arg, server-buffer-clients):
19177         Update docs.
19178         (server-getenv-from, server-with-environment, server-send-string)
19179         (server-save-buffers-kill-terminal): New functions.
19180         (server-delete-client): Handle quits in kill-buffer.  Don't kill
19181         modified buffers.  Add extra logging.  Delete frames after
19182         deleting the tty.  Clear 'client parameter before deleting a frame.
19183         Use delete-display, not delete-tty.
19184         (server-visit-files): Don't set `server-existing-buffer' if the
19185         buffer already has other clients.  Return list of buffers
19186         created.  Update doc.  Don't set client-record when nowait.
19187         (server-handle-delete-frame): Delete the client if this was its
19188         last frame.  Check that the frame is alive.  Remove bogus comment.
19189         Add note on possible race condition.  Delete tty clients, if needed.
19190         (server-handle-suspend-tty): Use server-send-string.  Kill the
19191         client in case of errors from process-send-string.  Use the display
19192         parameter.
19193         (server-unload-hook): Remove obsolete delete-tty hook.
19194         (server-start): Ask before restarting if the old server still has
19195         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
19196         (server-process-filter): Use server-send-string.  Accept `-dir'
19197         command.  Switch to *scratch* immediately after creating the frame,
19198         before evaluating any -evals.  Protect `display-splash-screen'
19199         call in a condition-case.  Explain why.  Call
19200         `display-startup-echo-area-message' before
19201         `display-splash-screen'.  Don't display the splash screen when no
19202         frame was created.  Show the Emacs splash screen and startup echo
19203         area message.  Display the *scratch* buffer by default.  Store the
19204         local environment in a frame (not terminal) parameter.  Do not try
19205         to decode environment strings.  Fix reference to the 'display
19206         frame parameter.  Change syntax of environment variables.  Put
19207         environment into terminal parameters, not client parameters.  Use
19208         a dummy client with --no-wait's X frames.  In `-position LINE'
19209         handler, don't ruin the request string until the line number is
19210         extracted.  Log opened files.  Handle -current-frame command.
19211         Don't create frames when it is given.  Don't bind X frames to the
19212         client when we are in -no-wait mode.  Set locale environment
19213         variables from client while creating tty frames.  Disable call to
19214         configure-display-for-locale.  When processing -position command,
19215         don't change the request string until the parameters are
19216         extracted.  Don't try to create an X frame when Emacs does not
19217         support it.  Improve logging.  Temporarily set ncurses-related
19218         environment variables to those of the client while creating a new
19219         tty frame.  Select buffers opened by nowait clients, don't leave
19220         them buried under others.  Set the display parameter, and use it
19221         when appropriate.
19223         * startup.el (display-startup-echo-area-message): Handle
19224         `inhibit-startup-echo-area-message' here.
19225         (command-line-1): Moved from here.
19226         (fancy-splash-screens): Use `overriding-local-map' instead of
19227         `overriding-terminal-local-map' for now; the latter doesn't work
19228         right, it looses keypresses to another terminal.  Use
19229         `overriding-terminal-local-map' to set up keymap.  Install a
19230         `delete-frame-functions' hook to catch `delete-frame' events.
19231         Ignore `select-window' events to cope better with
19232         `focus-follows-mouse'.  Don't switch back to the original buffer
19233         if the splash frame has been killed.  Restore previous buffer, even
19234         if it's *scratch*.
19235         (normal-splash-screen): Don't let-bind `mode-line-format'; it
19236         changes the global binding - setq it instead.  Use
19237         `save-buffers-kill-terminal'.
19238         (display-splash-screen): Don't do anything if the splash screen is
19239         already displayed elsewhere.
19240         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19241         (command-line): Replace duplicated code with a call to
19242         tty-run-terminal-initialization.  Don't load the terminal
19243         initialization file more than once.  Remove call to nonexistent
19244         function `set-locale-translation-file-name'.
19246         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19247         parameters.
19248         (xterm-mouse-position-function, xterm-mouse-event): Update.
19249         (xterm-mouse-mode): Don't depend on current value of window-system.
19250         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19251         Update for multi-tty.
19252         (turn-on-xterm-mouse-tracking-on-terminal)
19253         (turn-off-xterm-mouse-tracking-on-terminal)
19254         (xterm-mouse-handle-delete-frame): New functions.
19255         (delete-frame-functions, after-make-frame-functions)
19256         (suspend-tty-functions, resume-tty-functions): Install extra hooks
19257         for multi-tty.
19259 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19261         * simple.el (invisible-p): Remove: implemented in C now.
19262         (line-move-invisible-p): Remove obsolete alias.
19264 2007-08-28  Juri Linkov  <juri@jurta.org>
19266         * image-mode.el (image-type): New variable.
19267         (image-mode): Set default major mode name to "Image[text]".
19268         (image-minor-mode): Change LIGHTER to display image-type in the
19269         mode line.
19270         (image-minor-mode): Set default image-type to "text".
19271         (image-toggle-display): After switching to text mode, set
19272         image-type to "text" and major mode name to "Image[text]".
19273         After switching to image mode, set image-type to actual image
19274         type, and add image type to major mode name.  Let-bind the same
19275         variable names as arguments of `image-type' and `create-image'.
19276         Bind `type' to the result of `image-type' and use it as arg
19277         of `create-image' to not determine the image type twice.
19279 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
19281         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19282         (tramp-set-file-uid-gid, tramp-get-local-uid)
19283         (tramp-get-local-gid): New defuns.
19284         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19285         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19286         Improve fast track.
19287         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19288         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
19289         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19290         (tramp-handle-write-region): Improve fast track.
19291         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19292         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19293         be nil.
19295 2007-08-28  Ivan Kanis  <apple@kanis.eu>
19297         * time.el: New feature to display several time zones in a buffer.
19298         (display-time-world-mode, display-time-world-display)
19299         (display-time-world, display-time-world-timer): New functions.
19300         (display-time-world-list, display-time-world-time-format)
19301         (display-time-world-buffer-name, display-time-world-timer-enable)
19302         (display-time-world-timer-second, display-time-world-mode-map):
19303         New variables.
19305 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
19307         * term/x-win.el (x-gtk-stock-map): New variable.
19308         (x-gtk-map-stock): New function.
19310         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19311         prev/next-node.
19313 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
19315         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19317 2007-08-28  Glenn Morris  <rgm@gnu.org>
19319         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19321 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19323         * progmodes/modula2.el (m2-definition, m2-module):
19324         Don't use previous-line.  Reported by T. V. Raman.
19326 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19328         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19329         argument to tool-bar-mode call.
19331 2007-08-27  Glenn Morris  <rgm@gnu.org>
19333         * diff-mode.el (diff-find-file-name): Only accept regular files,
19334         to rule out /dev/null, directories, etc.
19336         * vc-svn.el (vc-svn-diff): If the repository version of all the
19337         files is the same as the specified OLDVERS, do a local diff.
19339 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19341         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19342         of buffers in uniquify-managed.
19344         * simple.el (invisible-p): Rename from text-invisible-p.
19345         Update callers.
19347         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19348         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19349         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19350         (cperl-etags-goto-tag-location): Use new style backquotes.
19352         * net/browse-url.el: Remove spurious * in custom docstrings.
19353         (browse-url-filename-alist): Use new-style backquote.
19355         * emacs-lisp/backquote.el (backquote-unquote-symbol)
19356         (backquote-splice-symbol): Clarify they're not new-style unquotes.
19358         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19359         (\,@): Backslash the , and ,@ which are not new-style unquotes.
19361         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19363         * net/socks.el (socks-username/password-auth-filter):
19364         Remove unused vars `state' and `desired-len'.
19365         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19366         (socks-wait-for-state-change): Use new-style backquotes.
19368         * pcvs.el (cvs-mode-status): Fix long-standing typo.
19370         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19371         backquotes after each `read' rather than once per buffer.
19373         * dframe.el: Remove spurious * in custom docstrings.
19374         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19375         (dframe-xemacs20p): Remove, inline at the sole use point.
19376         (defface): Don't defvar the face, don't use old-style backquote.
19377         (defcustom): Don't use old-style backquote.
19378         (dframe-frame-parameter, dframe-mouse-event-p):
19379         Make it obvious that it's always defined.
19380         (dframe-popup-kludge): New function to replace
19381         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19382         (dframe-frame-mode, dframe-set-timer-internal)
19383         (dframe-mouse-set-point): Remove use of with-no-warnings from
19384         XEmacs-specific code.
19385         (dframe-set-timer-internal): Fix very old bug with
19386         post-command-idle-hook.
19388         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19390         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19391         warning if the file uses old style backquotes.
19393         * emacs-lisp/bytecomp.el (byte-compile-log-file)
19394         (byte-recompile-directory, byte-compile-file)
19395         (byte-compile-from-buffer): Use with-current-buffer.
19397         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19398         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19399         (line-move-1, line-move-finish, line-move-to-column)
19400         (move-end-of-line, move-beginning-of-line): Use new name.
19402         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19404         * progmodes/ada-mode.el: Fix up comment style in header.
19405         (ada-check-emacs-version): Remove.
19406         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19407         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19408         to try and quieten the byte-compiler.
19409         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19411         * vc.el (vc-annotate-warp-version): Don't use previous-line.
19413 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
19415         * net/browse-url.el (browse-url-emacs): New function.
19417 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19419         * emacs-lisp/avl-tree.el: New file.
19421 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
19423         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19424         was used.
19426 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
19428         * complete.el (PC-do-completion): Make RET accept a non-unique but
19429         complete expansion again.
19431 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
19433         * eshell/esh-opt.el (eshell-eval-using-options):
19434         Add debug declaration.
19436 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19438         * log-view.el (log-view-toggle-mark-entry): Add docstring.
19439         (log-view-get-marked): Likewise.
19441         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19442         (vc-delete-automatic-version-backups): Likewise.
19444         * vc.el (vc-dired-buffers-for-dir): Likewise.
19446 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
19448         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19449         safe-local-variable setting.
19450         * progmodes/perl-mode.el (perl-indent-level): Likewise.
19452         * log-view.el (log-view-marked-list): Delete variable.
19453         (log-view-mode): Don't use it.
19454         (log-view-toggle-mark-entry): Likewise, simplify.
19455         (log-view-current-tag): Don't return properties.
19456         (log-view-get-marked): New function.
19458 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
19460         * vc-git.el (vc-git-mode-line-string): New function.
19462 2007-08-25  Alan Mackenzie  <acm@muc.de>
19464         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19465         new language variable.
19467         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19468         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19469         "extern" etc., rather than BOI.  Fix addition of spurious
19470         syntactic-symbol 'defun-block-intro, replacing it with
19471         'innamespace, etc.
19473 2007-08-25  Juri Linkov  <juri@jurta.org>
19475         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19477         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19478         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19479         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19481         * image.el (image-type-header-regexps): Use more complex regexp for svg.
19482         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19483         (image-type-auto-detectable): Add (svg . maybe).
19485         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19486         to treat it like .tgz.
19488         * calendar/cal-bahai.el: Add file coding cookie.
19490 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
19492         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19493         Don't behave differently when executed via M-x.  Add doc string.
19495         * sort.el (sort-fold-case, sort-numeric-base): Mark as
19496         safe-local-variable.
19498 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
19500         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19501         the default value.
19502         (math-calendar-tzinfo): New variable.
19503         (math-get-calendar-tzinfo): New function.
19504         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19505         to get information when zone is nil.
19507 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
19509         * log-view.el (log-view-toggle-mark-entry): New function.
19510         (log-view-mode-map): Bind it.
19511         (log-view-marked-list): New variable.
19512         (log-view-mode): Make it local.
19514 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19516         * play/zone.el (zone-pgm-rat-race): New func.
19517         (zone-programs): Add `zone-pgm-rat-race'.
19519 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19521         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19522         a list.
19524 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19526         * progmodes/hideshow.el (hs-match-data): Delete alias.
19527         (hs-hide-block-at-point, hs-find-block-beginning)
19528         (hs-show-block): Use `match-data' directly.
19530 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
19532         * format.el (format-alist): Fix typo in doc-string.
19534 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
19536         * net/tramp.el (tramp-local-host-p): New defun.
19537         (tramp-handle-file-local-copy, tramp-handle-write-region):
19538         Implement fast track when being on the local host.
19539         (tramp-file-name-handler): Don't set "started" property.  It shall
19540         be reserved for the "ftp" method.
19541         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19543         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19544         (tramp-ftp-file-name-handler): Set "started" property.
19546 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
19548         * files.el (backup-buffer-copy): Don't wrap delete in
19549         condition-case, only try to delete if file exists.
19551 2007-08-24  Glenn Morris  <rgm@gnu.org>
19553         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19555         * startup.el (tutorial-directory): Set with eval-at-startup so it
19556         gets the right value in an installed Emacs.
19558 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19560         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19561         (eldoc-highlight-function-argument): Use it.
19563 2007-08-23  Masatake YAMATO  <jet@gyve.org>
19565         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19566         name of parameters in document body.
19568 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19570         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19571         (byte-compile-output-as-comment): Use with-current-buffer rather than
19572         a weird set-buffer&prog1 combination.
19574         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19575         test so as to optimise cases where the `progn's result is constant.
19577 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19579         * locate.el (locate-get-file-positions):
19580         Use line-beginning-position and line-end-position.
19582 2007-08-23  John Wiegley  <johnw@newartisans.com>
19584         * calendar/cal-bahai.el: Added in the diacriticals that were
19585         missing for many of the month names.
19587 2007-08-22  Jason Rumney  <jasonr@gnu.org>
19589         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19591 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
19593         * image-mode.el (image-minor-mode): Use image-mode-text-map.
19595 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19597         * dabbrev.el (dabbrev--progress-reporter): New variable.
19598         (dabbrev--scanning-message): Delete func.
19599         (dabbrev--find-expansion): Use a progress reporter
19600         instead of dabbrev--scanning-message.
19602 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19604         * comint.el (comint-exec-1): Raise an error if
19605         `start-file-process' does not return a process object.
19607         * shell.el (shell): Prompt for `default-directory' if it is a
19608         remote file name, and if called with a prefix arg.
19610 2007-08-22  Sam Steingold  <sds@gnu.org>
19612         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19614 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
19616         * textmodes/org-export-latex.el: New file.
19618         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19620         * textmodes/org.el (org-agenda-skip): Allow a form for
19621         `org-agenda-skip-function'.
19622         (org-agenda-redo): Re-use local settings.
19623         (org-agenda): Store local settings.
19624         (org-agenda-deadline-faces): New option.
19625         (org-agenda-deadline-face): New function.
19626         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19627         entries on their due date.
19628         (org-agenda-get-timestamps): No longer handle the due dates of
19629         schedules and deadline items.
19630         (org-insert-link-global, org-open-at-point-global): New commands.
19631         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19632         :for-ascii parameter.
19633         (org-skip-comments): Function removed.
19634         (org-cleaned-string-for-export): Handle special table lines.
19635         (org-global-properties): New option.
19636         (org-entry-get-with-inheritance): Check global properties.
19637         (org-local-properties): New variable.
19638         (org-set-regexps-and-options): Find the #+PROPERTY line.
19639         (org-link-types): Change type into variable (was constant).
19640         (org-make-link-regexps): New function.
19641         (org-link-re-with-space, org-link-re-with-space2)
19642         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19643         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19644         these regular expressions happens now in the function
19645         `org-make-link-regexps'.
19646         (org-store-link): Call the functions in
19647         `org-store-link-functions'.
19648         (org-add-link-type): New function.
19649         (org-store-link-functions): New variable.
19650         (org-activate-tags): Force matches to be in headlines.
19651         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19652         (org-columns-display-here): Make sure this works in a narrowed
19653         buffer by checking for point-min.
19654         (org-columns-display-here): Make the rest of the line intangible,
19655         so that point never can be there.
19656         (org-cleaned-string-for-export): Use `with-current-buffer'.
19657         (org-replace-region-by-html): Use `with-current-buffer'.
19658         (org-unfontify-region, org-do-occur, org-columns-display-here)
19659         (org-columns-remove-overlays, org-columns-quit)
19660         (org-columns-edit-value, org-columns-next-allowed-value)
19661         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19662         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19663         (org-agenda-todo, org-agenda-change-all-lines)
19664         (org-agenda-align-tags, org-agenda-priority)
19665         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19666         (org-agenda-show-new-time, org-cleaned-string-for-export)
19667         (org-export-grab-title-from-buffer)
19668         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19669         instead of `buffer-read-only'.
19670         (org-export-as-html): Set `coding-system-for-write'.
19671         (org-remember-store-without-prompt): New option.
19672         (org-archive-subtree): Fixed bug with modifying TODO keyword.
19673         (org-beginning-of-line): Also treat C-a special in items.
19674         (org-table-convert-refs-to-rc): Fixed problem with column
19675         reference after "..".
19676         (org-columns-compute): Don't mark buffer modified because of text
19677         properties.
19678         (org-batch-store-agenda-views): Use the variable
19679         `default-directory', not the function.
19680         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19681         (org-clock-out-when-done): New option.
19682         (org-html-entities): Added HTML entities for smileys.
19684 2007-08-22  Glenn Morris  <rgm@gnu.org>
19686         * image.el (create-image): Doc fix.
19688         * startup.el (tutorial-directory): New constant.
19689         (fancy-splash-text): Tutorials now in tutorial-directory.
19690         * tutorial.el (help-with-tutorial): Tutorials now in
19691         tutorial-directory.
19693 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19695         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19696         otherwise.
19697         (tramp-get-remote-path): New defun.  Replace occurrences of
19698         `tramp-default-remote-path' by this function.
19699         (tramp-set-remote-path): Move most of the code to
19700         `tramp-get-remote-path'.
19701         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19702         existing directories, this is done already in
19703         `tramp-get-remote-path'.
19705 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
19707         * image-file.el (image-file-name-extensions): Add "svg".
19708         * image.el (image-type-header-regexps): Add svg entry.
19710 2007-08-22  Glenn Morris  <rgm@gnu.org>
19712         * files.el (backup-buffer-copy): Check backup directory is
19713         writable, to avoid infloop deleting old backup.
19715         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19716         movemail related variables.
19717         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19718         will now be set before this is called.
19720 2007-08-21  Juri Linkov  <juri@jurta.org>
19722         * delsel.el (delete-selection-pre-hook):
19723         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19724         instead of checking last-command.
19726 2007-08-21  Juri Linkov  <juri@jurta.org>
19728         * loadup.el: Preload "button".
19730 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19732         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19733         Add previous-line and next-line.
19735         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19736         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19738         * vc-hooks.el (vc-menu-entry): New var.
19739         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19740         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19741         (vc-menu-map): Declare and initialize in one step.
19742         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19744         * menu-bar.el (vc-menu-map): Don't setup any more.
19745         Instead, just create the proper spot in the menu.
19747 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19749         * smerge-mode.el (smerge-resolve): New arg `safe'.
19750         (smerge-resolve-all, smerge-batch-resolve): New function.
19751         (smerge-refine): Make sure `diff' returns the expected result.
19752         (smerge-parsep-re): New const.
19753         (smerge-mode): Use it to adjust paragraph-separate.
19755         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19756         Correctly match / regexp matchers as first char on a line when
19757         fontifying only that line.
19759         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19761 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19763         * vc-bzr.el: Don't fiddle with vc-handled-backend.
19764         (vc-bzr-registered): Don't redundantly protect against
19765         file-error.  Actually use the format-specific code.
19766         (vc-bzr-buffer-nonblank-p): Remove.
19767         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19769 2007-08-20  Juri Linkov  <juri@jurta.org>
19771         * startup.el (fancy-splash-text): Change multiple tabs into one
19772         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
19773         and "Recover Crashed Session").
19774         (fancy-splash-screens): Set tab-width to 22.
19775         (normal-splash-screen): Replace literal tabs with \t and
19776         fix whitespace.  Remove "Useful File menu items" section (with
19777         "Exit Emacs" and "Recover Crashed Session").
19779 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
19781         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19782         extracted from `eval-last-sexp-1'.
19783         (eval-last-sexp-1): Call `preceding-sexp'.
19785 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
19787         * vc-rcs.el (vc-rcs-annotate-command):
19788         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19789         Add back :vc-annotate-prefix propertization.
19791 2007-08-20  Andreas Schwab  <schwab@suse.de>
19793         * mail/rmail.el (rmail-autodetect): Doc fix.
19795 2007-08-19  Juri Linkov  <juri@jurta.org>
19797         * startup.el (normal-splash-screen): Add more links.
19799 2007-08-19  Juri Linkov  <juri@jurta.org>
19801         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19802         because it's common to both types of splash screen: fancy and normal.
19803         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19804         (exit-splash-screen): Rename from `fancy-splash-quit'.
19805         Use `quit-window' instead of `kill-buffer'.
19806         (fancy-splash-head): Use make-button to insert GNU image link.
19807         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19808         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19809         (normal-splash-screen): Put "Browse manuals" on the same line with
19810         "Emacs manual".  Remove descriptions from "Useful tasks" and put
19811         all links in two columns on two lines.
19813 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19815         * emulation/viper.el (viper-remove-hooks): Remove some additional
19816         viper hooks when the user calls viper-go-away.
19817         (viper-go-away): Restore the default of default-major-mode.
19818         Save the value of default-major-mode before vaperization.
19820         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19822         * emulation/viper-ex.el: Replace error "" with "Viper bell".
19824         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19825         buffer for which file is created.
19827 2007-08-19  Glenn Morris  <rgm@gnu.org>
19829         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19830         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19831         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
19832         shadow files messing up the compilation.
19834 2007-08-18  Glenn Morris  <rgm@gnu.org>
19836         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19837         string.  Also apply eldoc-argument-case in the help-split-fundoc
19838         case.  Adapt for changed behavior of eldoc-function-argstring,
19839         eldoc-function-argstring-format, and
19840         eldoc-highlight-function-argument.
19841         (eldoc-highlight-function-argument): Handle nil INDEX argument,
19842         just call eldoc-docstring-format-sym-doc in that case.
19843         (eldoc-function-argstring): Change the behavior.  Now it converts
19844         an argument list to a string.
19845         (eldoc-function-argstring-format): Change the behavior.  Now it
19846         applies `eldoc-argument-case' to a string.
19848         * progmodes/scheme.el (scheme-mode-variables): Set
19849         font-lock-comment-start-skip.
19851 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
19853         * progmodes/ada-mode.el (ada-create-syntax-table): Move
19854         set-syntax-table from here to ...
19855         (ada-mode): ... here.  Do not change global value of
19856         comment-multi-line.  Call new function
19857         ada-initialize-syntax-table-properties and add new function
19858         ada-handle-syntax-table-properties to font-lock-mode-hook.
19859         (ada-deactivate-properties, ada-initialize-properties): Replace
19860         by new functions ...
19861         (ada-handle-syntax-table-properties)
19862         (ada-initialize-syntax-table-properties)
19863         (ada-set-syntax-table-properties): ... to set up syntax-table
19864         properties uniformly, independently from whether font-lock-mode
19865         is enabled or not.  Handle read-only buffers and do not change
19866         undo-list when setting syntax-table properties.
19867         (ada-after-change-function): Use ada-set-syntax-table-properties.
19869 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
19871         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19872         (meta-indent-current-nesting): Use a computation of the nesting
19873         instead.
19874         (meta-indent-current-indentation): Indentation is given according
19875         to nesting and if the previous line was finished or not.
19876         (meta-indent-unfinished-line): Tell if the current line ends with
19877         a finished expression.
19878         (meta-indent-looking-at-code): Like `looking-at', but checks if
19879         the point is in a string before.
19880         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
19881         done in the nesting function.
19882         (meta-indent-in-string-p): Tell if the current point is in a
19883         string.
19884         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
19885         previous functions.
19887 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
19889         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19890         (copyright-update-year, copyright-update)
19891         (copyright-fix-years): Use it.
19893 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19895         * emacs-lisp/copyright.el (copyright-update-year):
19896         Fix bug: Handle nil copyright-limit.
19898 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19900         * calc/calc-units.el (math-standard-units): Give exact
19901         conversion for tsp.
19903         * calc/calc.el (math-bignum-digit-length): Compute the
19904         appropriate value.
19906         * calc/calc-bin.el (math-bignum-logb-digit-size)
19907         (math-bignum-digit-power-of-two):
19908         * calc/calc-comb.el (math-small-factorial-table):
19909         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19910         (math-approx-gamma-const):
19911         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19912         (math-besY1, math-bernoulli-b-cache):
19913         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19914         Remove `eval-when-compile's.
19916 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
19918         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19919         (cperl-find-pods-heres): Fix an error when typing expressions like
19920         `s{a}{b}'.
19922 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
19924         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19925         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
19926         a special case (there's no build number).
19928 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
19930         * completion.el (symbol-under-point, symbol-before-point)
19931         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19933 2007-08-17  Glenn Morris  <rgm@gnu.org>
19935         * progmodes/compile.el (compilation-get-file-structure): Make use
19936         of the directory part when checking for an existing entry, to
19937         handle files with same basename in different directories.
19939 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19941         * calc/calc.el (calc-language-alist): Add texinfo-mode.
19943 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19945         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19946         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19947         (ps-paragraph-spacing): Docstring fix.
19949 2007-08-16  Glenn Morris  <rgm@gnu.org>
19951         * ps-print.el (ps-font-size): Doc fix.
19953 2007-08-16  Richard Stallman  <rms@gnu.org>
19955         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19957 2007-08-15  Juri Linkov  <juri@jurta.org>
19959         * startup.el (initialization): Change parent group from `internal'
19960         to `environment'.
19961         (initial-buffer-choice): New variable.
19962         (command-line): Revert 2007-07-02 change that sets
19963         buffer-offer-save in *scratch* and enables auto-save in it.
19964         (fancy-splash-text): Add links to existing items.  Add new items
19965         with links for useful tasks.  Move information about Control-g to
19966         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
19967         (fancy-splash-keymap): New variable.
19968         (fancy-splash-last-input-event): Remove variable.
19969         (fancy-splash-insert): Add processing of `:link' element.
19970         (fancy-splash-head): Replace "Type Control-l to begin editing"
19971         with "Type `q' to exit".
19972         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19973         (fancy-splash-default-action, fancy-splash-special-event-action):
19974         Remove functions.
19975         (fancy-splash-quit): New function.
19976         (fancy-splash-screens): Rename input arg from `hide-on-input' to
19977         `static' and reverse the condition of its usage.  Don't preserve
19978         original values of `minor-mode-map-alist',
19979         `emulation-mode-map-alists', `special-event-map'.
19980         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19981         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19982         Remove processing of special events.  Use local key map
19983         `fancy-splash-keymap'.  Set buffer to read-only.
19984         (normal-splash-screen): Rename input arg from `hide-on-input' to
19985         `static' and reverse the condition of its usage.
19986         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19987         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19988         Add links to existing items.  Add new items with links for useful
19989         tasks.  Use local key map `fancy-splash-keymap'.
19990         (display-splash-screen): Rename input arg from `hide-on-input' to
19991         `static'.
19992         (about-emacs): Add alias to display-splash-screen.
19993         (command-line-1): Use `initial-buffer-choice'.
19995         * menu-bar.el (menu-bar-help-menu):
19996         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19997         item to about-emacs instead of display-splash-screen.
19999 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
20001         * calc/calc-units.el (math-standard-units): Update values.
20002         Put in exact, rational values when possible.
20003         (math-unit-prefixes): Replace floats with powers of ten.
20004         (math-standard-units-systems): Replace floats with integers.
20005         (math-make-unit-string): Remove extra spaces in output.
20007 2007-08-15  Glenn Morris  <rgm@gnu.org>
20009         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20010         sloppier, for the sake of GNU Mailman.
20011         (rmail-digest-rfc1153): Initialize `result' correctly.
20013 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
20015         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20016         in the mail title.  Suggested by Reiner Steib.
20018 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
20020         * calc/calc-aent.el (calc-do-quick-calc): Add binary
20021         representation of integers to the list of outputs.
20023 2007-08-14  Glenn Morris  <rgm@gnu.org>
20025         * simple.el (bad-packages-alist): New constant.
20026         (bad-package-check): New function.  Together, these two add elements
20027         to `after-load-alist' to check for problematic external packages.
20028         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20030 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
20032         * calc/calc-units.el (math-get-standard-units)
20033         (math-get-units, math-make-unit-string)
20034         (math-get-default-units, math-put-default-units): New functions.
20035         (math-default-units-table): New variable.
20036         (calc-convert-units, calc-convert-temperature): Add machinery
20037         to supply default values.
20039 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20041         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20042         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20043         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20044         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20046         * emulation/tpu-extras.el: Remove spurious * in docstrings.
20047         Put its autoloads into tpu-edt.el rather than loaddefs.el.
20048         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20049         Make into a proper minor-mode.
20050         (tpu-backward-char, tpu-next-line, tpu-previous-line)
20051         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20052         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20053         (tpu-set-cursor-free, tpu-set-cursor-bound):
20054         Delegate to tpu-cursor-free-mode.
20055         (tpu-next-line, tpu-previous-line, tpu-forward-line)
20056         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20057         Use line-move or forward-line instead of next-line-internal.
20059 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
20061         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20063 2007-08-12  Richard Stallman  <rms@gnu.org>
20065         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20066         (cvs-execute-single-file): Use new name split-string-and-unquote.
20067         (cvs-header-msg): Use new name combine-and-quote-strings.
20069         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20071         * progmodes/gud.el (gud-common-init): Use new name
20072         split-string-and-unquote.
20074         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20075         in javac regexp.
20077         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20078         combine-and-quote-strings and split-string-and-unquote.
20080         * subr.el (combine-and-quote-strings): Rename from strings->string.
20081         (split-string-and-unquote): Rename from string->strings.
20083 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20085         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20086         to buffer-local settings.
20088         * emacs-lisp/backquote.el (backquote-delay-process): New function.
20089         (backquote-process): Add internal arg `level'.  Use the two to
20090         correctly handle nested backquotes.
20092 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
20094         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20095         (vc-bzr-state-words): Add "kind changed" state word.
20096         (vc-bzr-status): New function.  Return Bzr idea of file status,
20097         which is different from VC's.
20098         (vc-bzr-state): Use vc-bzr-status.
20099         (vc-workfile-unchanged-p): Use vc-bzr-status.
20100         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20101         (vc-dired-state): Process "kind changed" state word.
20103 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20105         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20107         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20108         Move from vc-default-find-file-not-found-hook.
20110 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20112         * man.el: Remove spurious * in docstrings.
20113         Merge defvars and toplevel setq-defaults.
20114         (Man-highlight-references0): Limit=nil rather than point-max.
20115         (Man-mode-map): Move initialization into the declaration.
20116         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20117         (Man-view-header-file): Use expand-file-name rather than concat.
20118         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20120         * man.el (Man-next-section): Make sure we do not move backward.
20122 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20124         * files.el (auto-mode-alist): Use the purecopied text (duh!).
20126 2007-08-08  Glenn Morris  <rgm@gnu.org>
20128         * Replace `iff' in doc-strings and comments.
20130 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
20132         * dired.el (dired-pop-to-buffer):
20133         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20134         * calendar/calendar.el (generate-calendar-window):
20135         * progmodes/compile.el (compilation-set-window-height):
20136         * textmodes/two-column.el (2C-two-columns, 2C-merge):
20137         Use window-full-width-p instead of comparing frame-width and
20138         window-width.
20140         * progmodes/compile.el (compilation-find-buffer): Remove extra
20141         argument in call to compilation-buffer-internal-p.
20143 2007-08-07  Tom Tromey  <tromey@redhat.com>
20145         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20146         Add safe-local-variable property.
20148 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20150         * image-mode.el (image-toggle-display): Use image-refresh.
20152 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
20154         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20155         unofficial version.
20156         (vc-bzr-command): Remove redundant setting of process-connection-type.
20157         (vc-bzr-admin-checkout-format-file): Add autoload.
20158         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20159         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20160         (vc-bzr-registered): Compare dirstate format tag with known good
20161         value, abort parsing if match fails.  Warn user in docstring.
20162         (vc-bzr-workfile-version): Case for different Bzr branch formats.
20163         See bzrlib/branch.py in Bzr sources.
20164         (vc-bzr-diff): First argument FILES may be a string rather than a list.
20165         (vc-bzr-shell-command): Remove in favor of
20166         vc-bzr-command-discarding-stderr.
20167         (vc-bzr-command-discarding-stderr): New function.
20169 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
20171         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20172         program, and return nil.
20173         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20174         (vc-bzr-state): Look for path names relative to the repository
20175         root after status keyword.
20176         (vc-bzr-file-name-relative): New function.
20177         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20178         depend on it.
20179         (vc-bzr-admin-dirname, ...-checkout-format-file)
20180         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20181         files that we now parse directly for speed.
20182         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20183         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20184         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20185         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
20186         Bzr warnings, so we must discard it.
20187         (vc-bzr-workfile-version): Speedup counting lines from
20188         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20189         if that file doesn't exist.
20190         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20191         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
20192         to `vc-directory-exclusion-list'.
20193         (vc-bzr-shell-command): New function.
20195 2007-08-06  Tom Tromey  <tromey@redhat.com>
20197         * diff-mode.el (diff-unified->context, diff-reverse-direction)
20198         (diff-fixup-modifs): Typo in docstring.
20200 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20202         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20203         count-screen-lines.
20204         (tpu-edt-off): Disable relevant pieces of advice.
20206         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20207         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
20208         (newline, newline-and-indent, do-auto-fill): Use advice instead of
20209         redefining the function.
20210         (tpu-set-scroll-margins): Activate the pieces of advice.
20212 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
20214         * help.el (resize-temp-buffer-window): Use window-full-width-p
20215         instead of comparing frame-width and window-width.
20217 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
20219         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20220         optional quotes around files in NEED-UPDATE . REMOVED case.
20222         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20223         (ada-treat-cmd-string): Improve error message.
20224         (ada-do-file-completion): Call `ada-require-project-file', so
20225         project variables are set properly.
20226         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20227         (ada-gnatfind-buffer-name): New constant.
20228         (ada-find-any-references): Use new constant.  Set buffer name
20229         properly in compilation-start.  Toggle read-only properly.
20230         (ada-find-in-src-path): Fix spelling error in docstring.
20232         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20233         by zero error.
20235 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20237         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20239 2007-08-12  Richard Stallman  <rms@gnu.org>
20241         * progmodes/sh-script.el (sh): Delete group `unix'.
20243         * progmodes/gud.el (gud): Change to group `processes'.
20245 2007-08-11  Glenn Morris  <rgm@gnu.org>
20247         * progmodes/compile.el (compilation-buffer-name): Don't check
20248         compilation-arguments.  It is superfluous, and the variable isn't
20249         even set when this function is called.
20251 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20253         * term/mac-win.el (mac-ae-reopen-application): New function.
20254         (mac-apple-event-map): Bind "reopen application" Apple event to it.
20256 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20258         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20259         take tex-font-script-display into account.
20260         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20261         cell to a list of 2 elements to simplify the unfontify code.
20263 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20265         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20266         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20267         ps-print-color-p is neither nil nor black-white.  Reported by Christian
20268         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20270 2007-08-08  Andreas Schwab  <schwab@suse.de>
20272         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20273         self-insert-command, not self-insert.
20275 2007-08-08  Glenn Morris  <rgm@gnu.org>
20277         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20278         argument optional, for backwards compatibility, and only highlight
20279         args when present.  Fix symbol name typo (doc/args).
20281         * help-mode.el (help-make-xrefs): Search for symbol constituents,
20282         rather than just `-'.
20284 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
20286         * calc/calc-units.el (calc-convert-temperature):
20287         Use `/' to create fractions.
20289 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
20291         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20292         global matching.
20293         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20294         ERROR-BUFFER more robust.  Display output.
20295         (tramp-file-name-handler): Add a connection property when we found
20296         a foreign file name handler.  This allows backends like ftp to
20297         profit also from usr/host name completion based on connection
20298         cache.
20299         (tramp-send-command-and-read): Search for trash after the regexp
20300         until eol only.  In XEmacs, there is a problem with \n.
20302         * net/tramp-cache.el (top): Read persistent connection history
20303         when cache is empty.
20305 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
20307         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20308         resulting output.
20310 2007-08-07  Sam Steingold  <sds@gnu.org>
20312         * progmodes/compile.el (compilation-start): Pass nil as startfile
20313         to comint-exec.
20315 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20317         * longlines.el (longlines-decoded): New variable.
20318         (longlines-mode): Avoid encoding or decoding the buffer twice.
20320 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
20322         * format.el (format-insert-file): Make sure that at most one undo
20323         entry is recorded for the insertion.  Inhibit point-motion and
20324         modification hooks around call to insert-file-contents.
20326 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20328         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20329         Select the buffer's window before moving point.
20331 2007-08-07  Richard Stallman  <rms@gnu.org>
20333         * term.el (term): Remove parent group `unix'.
20335         * simple.el (default-indent-new-line): New function.
20336         It calls comment-line-break-function if there are comments.
20337         (do-auto-fill): Use that.
20339 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
20341         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20342         (PC-do-completion): Add "acronym completion" for symbols and
20343         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20345 2007-08-06  Sam Steingold  <sds@gnu.org>
20347         * mouse.el (mouse-buffer-menu): Pass mode-name through
20348         format-mode-line because it may be a list,
20349         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20351 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20353         * printing.el (pr-update-menus): Docstring fix.
20355 2007-08-06  Jason Rumney  <jasonr@gnu.org>
20357         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20359         * vc-hooks.el (vc-call): Add doc string.
20361 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
20363         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20364         process-filter.
20366 2007-08-06  Kenichi Handa  <handa@m17n.org>
20368         * international/quail.el: Wrap (require 'help-mode) by
20369         eval-when-compile.
20370         (quail-help-init): New function.
20371         (quail-help): Call quail-help-init.
20372         (quail-store-decode-map-key): Change it to a function.
20374 2007-08-05  Jason Rumney  <jasonr@gnu.org>
20376         * vc.el (vc-rollback): Add norevert argument back.
20377         (vc-revert-buffer): Add back as obsolete alias.
20379 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
20381         * term.el: Honor term-default-fg-color and term-default-bg-color
20382         settings when modifying term-current-face.
20383         (term-default-fg-color, term-default-bg-color): Initialize from
20384         default term-current-face.
20385         (term-mode, term-reset-terminal): Set term-current-face with
20386         term-default-fg-color and term-default-bg-color.
20387         (term-handle-colors-array): term-current-face has term-default-fg-color
20388         and term-default-bg-color after reset escape sequence.
20389         (term-handle-colors-array): Set term-current-color with
20390         term-default-fg/bg-color instead of ansi-term-color-vector when the
20391         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20393 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
20395         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20396         (math-nlfit-givens): Let bind free variables.
20398 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20400         * printing.el: Require lpr and ps-print when loading printing package.
20401         Reported by Glenn Morris <rgm@gnu.org>.
20403 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
20405         * files.el (set-auto-mode): Handle also remote files wrt
20406         `auto-mode-alist'.
20408 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
20410         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20411         curves and plotting.
20413         * calc/calc-nlfit.el: New file.
20415 2007-08-04  Glenn Morris  <rgm@gnu.org>
20417         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20418         zero, not nil, when the library is first loaded.  Check for a file
20419         that has been modified on disk.
20421         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20422         Remove duplicate defvar preventing initialization.
20423         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20425 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20427         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20428         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20429         may match up to 4 lines.
20430         (diff-beginning-of-file-and-junk): Rewrite.
20432 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20434         * printing.el: Evaluate require only during compilation.
20435         (pr-version): New version 6.9.1.
20436         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20437         (pr-global-menubar): Fix code.
20439 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
20441         * term.el (term-erase-in-display): Fix case when point is not at
20442         the beginning of the line.
20444 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
20446         * calc/calc-ext.el (math-get-value, math-get-sdev)
20447         (math-contains-sdev): New functions.
20449         * calc/calc-graph.el (calc-graph-format-data)
20450         (calc-graph-add-curve): Check for error forms.
20451         (calc-graph-set-styles): Add option for error forms.
20453 2007-08-03  Miles Bader  <miles@gnu.org>
20455         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20456         backend names for new backends to `Git', `Hg', and `Bzr'.
20457         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20458         not `HG'.
20459         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20460         name, not `GIT'.
20461         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20462         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20464 2007-08-03  Richard Stallman  <rms@gnu.org>
20466         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20467         to update deleted flag.
20469         * cus-edit.el (customize-apropos, customize-apropos-options)
20470         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20472         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20474         * startup.el (fancy-splash-head, startup-echo-area-message):
20475         Change message text.
20477         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20478         All callers use line-move.
20480         * progmodes/compile.el (compilation-find-buffer): Return current
20481         buffer immediately if suitable.
20482         (compile, compilation-buffer-name, compilation-start): Doc fixes.
20484 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
20486         * faces.el (face-normalize-spec): New function.
20487         (frame-set-background-mode): Normalize face-spec before calling
20488         face-spec-match-p.
20490 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20492         * server.el (server-window): Add switch-to-buffer-other-frame option.
20494 2007-08-03  Glenn Morris  <rgm@gnu.org>
20496         * cus-edit.el (customize-apropos): Make the error message indicate
20497         what kind of thing the user was trying to customize.
20499         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20501         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20502         Fix off-by-one error in previous change.
20504 2007-08-03  Drew Adams  <drew.adams@oracle.com>
20506         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20507         Make buffer writable.
20509 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
20511         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20512         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20513         Use native Emacs functions, when appropriate.
20515 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
20516             Stefan Monnier  <monnier@iro.umontreal.ca>
20518         * vc.el: Document new VC operation `extra-menu'.
20520         * vc-hooks.el (vc-default-extra-menu): New function.
20522         * menu-bar.el (menu-bar-vc-filter): New function.
20523         (menu-bar-tools-menu): Use it as a filter.
20525 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20527         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20529 2007-08-01  Glenn Morris  <rgm@gnu.org>
20531         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20532         strings.
20533         (fortran-tab-mode-default): Remove needless autoload.
20534         (fortran-tab-mode-string): Add help-echo and mouse properties, and
20535         mark as risky.
20536         (fortran-line-length): New buffer-local variable, safe if integer.
20537         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20538         Change from variables to constants.
20539         (fortran-font-lock-syntactic-keywords): Delete as a variable,
20540         replace with a new function definition.
20541         (fortran-mode): Use fortran-line-length, and
20542         fortran-font-lock-syntactic-keywords as a function.  Add a
20543         hack-local-variables-hook function.
20544         (fortran-line-length, fortran-hack-local-variables): New functions.
20545         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20546         Use fortran-line-length rather than 72.
20547         (fortran-window-create-momentarily): Doc fix.
20549 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
20551         * cus-edit.el (custom-group-value-create, custom-goto-parent):
20552         Fix parent groups link.
20554 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
20556         * progmodes/python.el (python-current-defun): Adjust to never fall
20557         into infinite loop.
20559 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20561         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20563 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
20565         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20566         (copyright-fix-years, copyright): Correctly handle the case where
20567         copyright-limit is nil.
20569 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
20571         * progmodes/python.el (run-python): Fix path separator under w32.
20573 2007-07-30  Richard Stallman  <rms@gnu.org>
20575         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20576         Treat non-break space as whitespace in Lisp.
20578 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20580         * vc.el (vc-dired-hook): Use inhibit-read-only.
20582         * progmodes/compile.el (compilation-forget-errors):
20583         Reset compilation-auto-jump-to-next.
20585 2007-07-30  Michael Olson  <mwolson@gnu.org>
20587         * cus-edit.el (custom-group-save): Fix void function definition
20588         error.  Thanks to Zhang Wei for the report.
20590         * ps-print.el: Check in trivial changes to the autoloads section
20591         caused by the build process.  These autoloads really ought to be
20592         placed in a separate file, methinks.
20594 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20596         * calendar/calendar.el (calendar-mode): Make sure
20597         displayed-(month|year) are set.
20598         (calendar-basic-setup): Display buffer before adjusting window sizes.
20599         (generate-calendar-window): Use inhibit-read-only.  Simplify.
20600         Generate buffer and set displayed-month and displayed-year before
20601         calling update-calendar-mode-line.
20603 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
20605         * net/tramp.el:
20606         * net/tramp-uu.el:
20607         * net/trampver.el: Use utf-8 encoding with coding cookie.
20609         * net/tramp-cache.el:
20610         * net/tramp-fish.el:
20611         * net/tramp-ftp.el:
20612         * net/tramp-gw.el:
20613         * net/tramp-smb.el: Remove coding cookie.
20615         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20616         Flush buffer file-name's file property.
20617         (tramp-handle-file-remote-p): The first parameter is FILENAME.
20619         * net/trampver.el: Update release number.
20621 2007-07-29  Juri Linkov  <juri@jurta.org>
20623         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20624         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20625         when major-mode is not dired-mode.
20626         (dired-toggle-read-only): New function.
20627         (dired-recursive-deletes): Remove obsolete comments about old
20628         default value.
20629         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20631         * wdired.el (wdired-exit): New function.
20632         (wdired-mode-map): Bind C-x C-q to wdired-exit.
20634 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20636         * cus-edit.el (customize-read-group): New fun.
20637         (customize-group-other-window, customize-face-other-window):
20638         Prompt before delegating to customize-(group|face).
20639         Bind pop-up-windows rather than use the other-window argument.
20640         (customize-group, customize-face): Prompt from the interactive spec.
20641         Remove args `prompt-for-group' and `other-window'.
20643         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20644         (ad-body-forms, ad-advised-interactive-form): Revert this part of
20645         last change.
20647 2007-07-28  Masatake YAMATO  <jet@gyve.org>
20649         * vc.el (vc-dired-mode): Add a menu for VC related operation.
20650         Use backend name as the menu label.  Suggested by David Kastrup.
20652 2007-07-28  Alan Mackenzie  <acm@muc.de>
20654         Fix problem with modes derived from CC Mode:
20655         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20656         macro to cc-langs.
20657         (c-init-language-vars-for): Remove call to above macro.
20658         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20659         been moved to here.
20660         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20662 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
20664         * net/trampver.el: Fix the `coding' cookie.
20666 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20668         * vc-git.el (vc-git-print-log): Support both the old single file
20669         interface and the new one.
20671 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
20673         * bindings.el (mode-line-remote): Use updated %@ construct.
20675 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20677         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20678         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20679         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20680         (diary-list-bahai-entries, diary-bahai-mark-entries)
20681         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20682         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20683         New names to clean up namespace.
20684         (list-bahai-diary-entries, mark-bahai-diary-entries)
20685         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20686         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20687         Add compatibility aliases.
20689         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20691         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20692         (calendar-scroll-left-three-months)
20693         (calendar-scroll-right-three-months): Clean up namespace.
20694         (scroll-calendar-left, scroll-calendar-right)
20695         (scroll-calendar-left-three-months)
20696         (scroll-calendar-right-three-months): Add compatibility aliases.
20698         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20699         Behave like mouse-scroll-calendar-* when used from the mouse.
20701         * calendar/cal-menu.el (cal-menu-scroll-menu)
20702         (cal-menu-global-mouse-menu):
20703         * calendar/calendar.el (calendar-mode-map):
20704         Use new calendar-scroll-* names.
20705         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20706         Remove.  Use calendar-scroll-* directly instead.
20708 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20710         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20711         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20712         (ad-make-advised-definition, ad-cache-id-verification-code):
20713         Use commandp and interactive-form instead.
20715 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
20717         * vc-git.el: Relicense to GPLv3 or later.
20718         (vc-directory-exclusion-list, vc-handled-backends): Remove.
20720         * vc-hooks.el (vc-handled-backends): Add GIT.
20722         * vc.el (vc-directory-exclusion-list): Add .git.
20724 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
20726         * vc-git.el (vc-git-revision-table)
20727         (vc-git-revision-completion-table): New functions.
20729 2007-07-25  Glenn Morris  <rgm@gnu.org>
20731         * Relicense all FSF files to GPLv3 or later.
20733         * COPYING: Switch to GPLv3.
20735 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20737         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20738         Replace it with another one which disables undo before calling
20739         erase-buffer and then turns it back on if needed.
20741 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20743         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20745 2007-07-24  Glenn Morris  <rgm@gnu.org>
20747         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20748         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20749         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20750         (cal-tex-cursor-week, cal-tex-cursor-week2)
20751         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20752         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20753         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20754         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20756 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20758         * calendar/calendar.el (calendar-mode-map): Move initialization
20759         into declaration.  Add menu bindings (used to be done in cal-menu).
20760         (calendar-mode): Don't add an activate-menubar-hook.
20762         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20763         modify calendar-mode-map), use easy-menu, and make sure that C-h k
20764         can be used on the menu entries.
20765         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20766         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20767         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20768         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20769         (calendar-flatten, cal-menu-update): Remove.
20770         (calendar-mouse-insert-hebrew-diary-entry)
20771         (calendar-mouse-insert-islamic-diary-entry)
20772         (calendar-mouse-insert-bahai-diary-entry):
20773         Remove (fold into cal-menu-diary-menu).
20774         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20775         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20776         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20777         (calendar-mouse-view-diary-entries): Minor simplifications.
20778         (calendar-event-to-date): Use with-current-buffer.
20780 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
20782         * add-log.el (change-log-redate): Remove (not needed anymore and
20783         doesn't appear to work).
20785 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20787         * frame.el: Use mapc and dolist instead of mapcar where possible.
20788         (close-display-connection): New command.
20790 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
20792         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20793         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20795 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20797         * ps-print.el (ps-multibyte-buffer): Docstring fix.
20799         * ps-mule.el: Doc fix.
20800         (ps-multibyte-buffer, ps-mule-font-info-database-default)
20801         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20803 2007-07-25  Glenn Morris  <rgm@gnu.org>
20805         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20806         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20807         (cal-tex-daily-end, cal-tex-hook)
20808         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20809         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20810         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20811         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20812         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20813         (cal-tex-day-prefix, cal-tex-day-name-format)
20814         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20815         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20816         (cal-tex-LaTeX-subst-list): Change from variables to constants.
20817         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20818         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20819         etc, rather than \bf.
20820         (cal-tex-mini-calendar): Fix typos in previous change.
20821         (cal-tex-latexify-list): Remove inner let binding.
20822         (cal-tex-end-document, cal-tex-banner): Use multi-line
20823         cal-tex-comment.
20824         (cal-tex-comment): Handle embedded newlines.
20825         (cal-tex-LaTeXify-string): Use substring-no-properties.
20827 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
20829         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20830         Add support for the Maden build tool.
20832 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
20834         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20836 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20838         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20840 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20842         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20843         C-x C-q.
20845         * vc-git.el (vc-git-print-log): Fix previous change.
20847 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20849         * window.el (save-selected-window): Minor optimization.
20850         (bw-adjust-window): If operation failed, try with a smaller delta.
20851         (window-fixed-size-p): New function.
20852         (window-area-factor): New var.
20853         (balance-windows-area): New command.
20855         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20856         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20857         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20858         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20859         (ps-mule-begin-job): Use dolist.
20861 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
20863         * subr.el (start-file-process-shell-command)
20864         (process-file-shell-command): New defuns.
20866         * progmodes/compile.el (compilation-start):
20867         Apply `start-file-process-shell-command'.
20869 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
20871         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20873 2007-07-24  Alan Mackenzie  <acm@muc.de>
20875         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20876         Initialise byte-compile-unresolved-functions before rather than
20877         after a compilation.
20878         (byte-compile-unresolved-functions): Amplify doc string.
20880 2007-07-24  Glenn Morris  <rgm@gnu.org>
20882         * startup.el (normal-splash-screen): Use `emacs-copyright'.
20884         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20885         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20886         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20887         (cal-tex-cursor-week, cal-tex-cursor-week2)
20888         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20889         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20890         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20891         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20893         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20894         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20895         (cal-tex-day-name-format, cal-tex-cal-one-month)
20896         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20897         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20898         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20899         (cal-tex-list-holidays, cal-tex-cursor-year)
20900         (cal-tex-cursor-year-landscape, cal-tex-year)
20901         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20902         (cal-tex-cursor-month, cal-tex-insert-days)
20903         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20904         (cal-tex-first-blank-p, cal-tex-cursor-week)
20905         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20906         (cal-tex-week-hours, cal-tex-cursor-week-monday)
20907         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20908         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20909         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20910         (cal-tex-latexify-list, cal-tex-previous-month)
20911         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20912         modernization, including using dotimes rather than
20913         calendar-for-loop.
20914         (cal-tex-LaTeX-subst-list): Remove `@'.
20915         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20916         Use \textit and \textbf rather than \em and \it.
20918         * calendar/cal-bahai.el (list-bahai-diary-entries)
20919         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20920         * calendar/cal-islam.el (list-islamic-diary-entries)
20921         * calendar/calendar.el (generate-calendar, generate-calendar-month)
20922         * calendar/diary-lib.el (diary-list-entries)
20923         (mark-calendar-date-pattern): Use `dotimes' rather than
20924         `calendar-for-loop'.
20926         * calendar/calendar.el (calendar-for-loop): Doc fix.
20928 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20930         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20931         underlying file is uptodate.
20933 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
20935         * replace.el (perform-replace): Use isearch-no-upper-case-p.
20937 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20939         * vc-hooks.el (vc-mode-line-map): New const.
20940         (vc-mode-line): Use it.
20942 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20944         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20945         (vc-git-unregister): New functions.
20946         (vc-git-find-version): Use the result of ls-files as a parameter
20947         for cat-file.
20949 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
20951         * net/tramp.el (tramp-perl-file-attributes)
20952         (tramp-perl-directory-files-and-attributes)
20953         (tramp-handle-file-attributes-with-stat)
20954         (tramp-handle-directory-files-and-attributes-with-stat)
20955         (tramp-convert-file-attributes): Handle huge file sizes.
20957 2007-07-23  Juri Linkov  <juri@jurta.org>
20959         * isearch.el (isearch-message-function): New variable.
20960         (isearch-update, isearch-search): Use it.
20962         * simple.el (goto-history-element): New function created from
20963         next-history-element.
20964         (next-history-element): Most code moved to goto-history-element.
20965         Call goto-history-element with (- minibuffer-history-position n).
20966         (previous-history-element): Call goto-history-element with (+
20967         minibuffer-history-position n).
20968         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20969         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20970         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20971         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20972         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20973         (minibuffer-history-isearch-pop-state): New functions.
20975 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20977         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20978         Also, if FILE is a list, return non-nil if any of its elements
20979         should stay local.  Update docstring.
20981 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20983         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20984         change by reverting a small part.
20986 2007-07-23  Richard Stallman  <rms@gnu.org>
20988         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20990 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20992         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20993         handling it.  Use vc-git-command.
20994         (vc-git-find-version, vc-git-diff-tree): New functions.
20995         (vc-git-revert): Use vc-git-command.
20996         (vc-git--run-command): Delete.
20998 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
21000         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
21002 2007-07-20  Kenichi Handa  <handa@m17n.org>
21004         * international/utf-8.el (utf-8-post-read-conversion):
21005         Temporarily bind utf-8-compose-scripts to nil while running
21006         *-compose-region functions.
21008 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
21010         * vc-git.el: Update status.
21011         (vc-directory-exclusion-list): Use eval-after-load.
21013 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
21015         * bindings.el (mode-line-remote): New variable.
21016         (help-echo): Add to default values of mode-line-format.
21018         * files.el: Mark mode-line-remote as risky.
21020 2007-07-22  Juri Linkov  <juri@jurta.org>
21022         * isearch.el (isearch-edit-string): Save old point and
21023         isearch-other-end to old-point and old-other-end before reading
21024         the search string from minibuffer.  After exiting minibuffer set
21025         point to old-other-end if point and the search direction is the
21026         same as before reading the search string.
21027         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
21028         to isearch-other-end.  Instead of isearch-search-and-update call
21029         three functions isearch-search, isearch-push-state and isearch-update.
21031 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21033         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21034         deal with multiple file arguments.
21035         (vc-git-print-log): Deal with multiple file arguments.
21037 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21039         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21040         diff-refine-hunk.  Adjust users.
21041         (diff-unified-hunk-p, diff-splittable-p): New functions.
21042         (diff-mode-menu): Use it to disable Split when it doesn't work.
21044 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21046         * diff-mode.el (diff-mode-menu): New entries.
21048 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21050         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21051         if applicable, so as to save undo-log space.
21053         * diff-mode.el (diff-find-file-name): Add arg `batch'.
21055         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21056         (diff-file-kill): Use it.
21057         (diff-beginning-of-hunk): Add arg `try-harder' using it.
21058         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21059         Use it so they find the hunk even when we're in the file header.
21061 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21063         * vc-git.el (vc-git-revision-granularity, vc-git-root)
21064         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21065         (vc-git-create-repo): New functions.
21066         (vc-git-registered): New autoloaded function definition.
21067         (vc-git-registered): Use vc-git-root.
21068         (vc-git-responsible-p): New defalias.
21069         (vc-git-annotate-extract-revision-at-line): Uncomment.
21070         (vc-git-print-log): Add the file name to the log.
21071         (vc-git-log-view-mode): New derived mode.
21072         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21074 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
21076         * progmodes/grep.el (grep-compute-defaults): Keep default values.
21078 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
21080         * textmodes/reftex.el (reftex-access-parse-file): Create parse
21081         file in a way that does not interfere with recentf mode.
21082         (reftex-access-parse-file): Do not risk destroying an existing
21083         buffer.
21085 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
21087         * vc-git.el: New file.
21089 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21091         * textmodes/tex-mode.el (tex-font-script-display): Change default.
21093 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21095         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21096         for branches and new files.
21098         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21099         local-map handling ...
21100         (vc-mode-line): ... here.  Improve handling of help-echo.
21102         * vc.el (mode-line-string): Document help-echo usage.
21104 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
21106         Sync with Tramp 2.1.10.
21108         * net/tramp.el (tramp-get-ls-command): Fix typo.
21110         * net/trampver.el: Update release number.
21112 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
21114         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21116         * term/x-win.el (x-handle-no-bitmap-icon): New function.
21118 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
21120         * add-log.el (change-log-fill-parenthesized-list): New function.
21121         (change-log-indent): Call change-log-fill-parenthesized-list.
21122         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21123         Have lines with leading asterisk start a paragraph.
21125 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
21127         * calc/calc-math.el (math-emacs-precision)
21128         (math-largest-emacs-expt, math-smallest-emacs-expt):
21129         New variables.
21130         (math-use-emacs-fn): New function.
21131         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21132         appropriate.
21134 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
21136         * image-dired.el (image-dired-sane-db-file): New func.
21137         (image-dired-write-tags, image-dired-remove-tag)
21138         (image-dired-list-tags, image-dired-write-comments)
21139         (image-dired-get-comment, image-dired-mark-tagged-files)
21140         (image-dired-create-gallery-lists): Call new func.
21141         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21143 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
21145         * vc-hg.el (vc-hg-dir-state): Fix loop.
21146         (vc-hg-print-log): Fix expected return value for vc-hg-command.
21147         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21148         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21149         (vc-hg-revert): Likewise.
21150         (vc-hg-revision-table, vc-hg-revision-completion-table): New
21151         functions.
21153 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21155         * add-log.el (change-log-resolve-conflict): Don't lose data if the
21156         merge fails.
21158 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21160         * progmodes/compile.el (compilation-auto-jump-to-first-error):
21161         Add group and version.
21163 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21165         * add-log.el (add-log-file-name): Use file-relative-name.
21166         (add-change-log-entry): Delay reading
21167         add-log-(full-name|mailing-address) to after we've switched to the
21168         ChangeLog buffer so we get the right value.
21169         (add-change-log-entry, add-log-current-defun, change-log-merge):
21170         Use derived-mode-p rather than checking major-mode directly.
21172         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21173         name for buffer-file-name if it refers to a directory.
21175         * vc-arch.el (vc-arch-diff): Fix last change.
21177         * progmodes/compile.el (compilation-start): Remember the original
21178         directory in a buffer-local compilation-directory.
21179         (compile): Set the global value of compilation-directory.
21180         (recompile): Use compilation-directory even in the compilation buffer.
21182 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21184         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21186 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21188         * ps-print.el: Problem with foreground and background color when
21189         printing a buffer with and without faces.  Reported by Christian
21190         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21191         (ps-print-version): New version 6.7.5.
21192         (ps-default-fg): Change default value to nil, so black color is used
21193         when a face does not specify a foreground color.
21194         (ps-default-bg): Change default value to nil, so white color is used
21195         for background color.
21196         (ps-begin-job): Fix code.
21198 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
21200         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21201         in $(INSTALL_DIR)/lisp/ if they already exist.
21203 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
21205         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21206         in $(INSTALL_DIR)/lisp/ if they already exist.
21208 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21210         * progmodes/vera-mode.el (vera-re-search-forward)
21211         (vera-re-search-backward): Remove use of store-match-data.
21212         (vera-mode-map): Move initialization into declaration.
21214         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21215         (flymake-find-buildfile): Use locate-dominating-file.
21217         * vc.el (vc-delistify): Use mapconcat.
21218         (vc-do-command): Minor simplification.
21219         (vc-expand-dirs): Use push.
21221         * vc-mcvs.el (vc-mcvs-create-repo):
21222         * vc-cvs.el (vc-cvs-create-repo): Remove.
21224         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21225         directory and the root as well.
21227 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21229         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21230         instead of a file.
21232         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21233         (vc-hg-registered): Replace if with when.
21234         (vc-hg-state): Deal with nonexistent files and handle removed files.
21235         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21236         (vc-hg-checkout): Re-enable.
21237         (vc-hg-create-repo): Fix typos.
21238         (vc-hg-print-log): Fix for multiple files.
21239         (vc-hg-workfile-unchanged-p): New function.
21241         * vc.el: Fix typo.
21242         (vc-print-log): Fix call to print-log.
21243         (vc-default-comment-history): Likewise.
21244         (vc-directory-exclusion-list): Add .hg and .bzr.
21245         (vc-diff-internal): Pass a list instead of a file.
21247         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21249         * vc-bzr.el (vc-bzr-create-repo): New function.
21251 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21253         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21254         `file' from which to start the search.
21256 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
21258         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21259         having a single file argument to having a list of files as the
21260         first argument.
21262 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21264         * files.el (locate-dominating-file): New function.
21266 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
21268         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21269         (grep-compute-defaults): Use it.
21271 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21273         * uniquify.el: Docstring fixes.
21275 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
21277         * vc.el (revision-granularity, create-repo): Document new vc
21278         backend properties.
21279         (vc-rollback): Renamed from vc-cancel-version.  Update references.
21280         Pass a list instead of a file.
21281         (vc-revert): Renamed from vc-revert-buffer.  Update references.
21282         (vc-delistify, vc-expand-dirs): New functions.
21283         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21284         of files instead of a single file.
21285         (vc-position-context, vc-resync-window, vc-diff-internal)
21286         (vc-print-log): Pass a list instead of a file.
21288         * vc-hooks.el (vc-stay-local-p, vc-backend)
21289         (vc-backend-subdirectory-name): Work on a file list, not a single
21290         file.
21291         (vc-workfile-version): Update docstring.
21292         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21293         vc-revert instead of vc-revert-buffer.
21294         (vc-prefix-map): Likewise.  Bind vc-update.
21296         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21297         (vc-svn-wash-log): New functions.
21298         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21299         (vc-svn-command): Deal with a list of files, not a single file.
21301         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21302         (vc-rcs-wash-log): New functions.
21303         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21304         Deal with a list of files, not a single file.
21305         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
21307         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21308         functions.
21309         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21310         list of files, not a single file.
21312         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21313         New functions.
21314         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21315         (vc-mcvs-diff): Deal with a list of files, not a single file.
21317         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21318         functions.
21319         (vc-hg-print-log): Deal with a list of files, not a single file.
21320         (vc-hg-diff-tree): New function, replace defalias with the same
21321         name.
21322         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21323         FILES to denote that it is a file list, not a single file.
21325         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21326         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21327         a single file.
21328         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21329         that it is a file list, not a single file.
21330         (vc-cvs-diff): Likewise.  Simplify.
21332         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21333         Deal with a list of files, not a single file.
21335         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21336         (vc-bzr-print-log): Update FILE parameter name to denote that it
21337         is a file list, not a single file.
21338         (vc-bzr-diff): Likewise.  Use the car of files.
21340 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
21342         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21343         (follow-delete-other-windows-and-split, follow-recenter)
21344         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21345         (follow-redisplay, follow-estimate-first-window-start)
21346         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21347         Fix typos in docstrings.
21349 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
21351         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21352         avoid that filling introduces lines with a single asterisk.
21354         * kmacro.el (kmacro-end-macro): When ignoring empty macro
21355         avoid incorrect kmacro-ring-empty-p messages.
21356         Reported by Michael Schierl <schierlm@gmx.de>.
21358 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21360         * vc.el: Add more info about the vc-registered function.
21362 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
21364         * files.el (file-remote-p): Introduce optional parameter
21365         IDENTIFICATION.
21367         * recentf.el (recentf-keep-default-predicate): Adapt call of
21368         `file-remote-p'.
21370         * progmodes/grep.el (grep-probe): Use `process-file'.
21371         (grep-compute-defaults): Handle variables host specific.
21373         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21374         parameter IDENTIFICATION.
21376         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21377         parameter IDENTIFICATION.
21378         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
21379         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21380         Add entry for `set-file-times'.
21381         (tramp-do-copy-or-rename-file-via-buffer)
21382         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21383         (tramp-handle-unhandled-file-name-directory): Rewrite.
21384         (tramp-convert-file-attributes): Add error handling when inode is
21385         extraordinary big.
21386         (tramp-get-inode): Change parameter from FILE to VEC.
21387         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21388         is nil.  This is according to the specification.  Goto (point-max)
21389         when ready.
21390         (tramp-handle-shell-command): Rewrite completely, using
21391         `process-file' and `start-file-process'.
21392         (tramp-methods, tramp-find-shell)
21393         (tramp-open-connection-setup-interactive-shell)
21394         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21395         var.  Reported by Steve Youngs <steve@sxemacs.org>.
21397         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21398         entry for `set-file-times'.  Rename `start-process' into
21399         `start-file-process'.  Remove `call-process' entry.
21400         (tramp-fish-handle-set-file-times): New defun.
21401         (tramp-fish-handle-executable-find): Use `process-file'.
21402         (tramp-fish-handle-process-file): New defun.  Replaces
21403         `tramp-fish-handle-call-process'.
21404         (tramp-fish-do-copy-or-rename-file-directly): Use
21405         `set-file-times'.
21406         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21408         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21409         `tramp-get-inode' parameter.
21411 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21413         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21414         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
21415         nowadays, and by the time Emacs-23 comes out, nobody will even remember
21416         it has ever existed.
21418 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21420         * vc.el: Undo previous change.
21422 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
21424         * makefile.w32-in (clean): Don't delete *~.
21426 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21428         * textmodes/tex-mode.el (tex-verbatim-environments):
21429         Add safe-local-variable property.
21430         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21431         when starting font-lock rather than when loading tex-mode.el.
21433         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21434         whole $( rather than just the $.  Rename from sh-quoted-subshell.
21435         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21437 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21439         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21440         bookmark-alist.  Instead, if not sorting, simply return it.
21441         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21442         for its return value, not for its side effect.
21444         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21445         case of alignment under a constant symbol, find and consider
21446         the sexp actually at indentation to be the "last sexp".
21448 2007-07-16  Drew Adams  <drew.adams@oracle.com>
21450         * mouse.el (mouse-yank-secondary): Better error message if no
21451         secondary selection.
21453 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
21455         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21457         * term/xterm.el (xterm-turn-on-modify-other-keys)
21458         (xterm-turn-off-modify-other-keys): New functions.
21459         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21460         terminal supports it.
21462 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21464         * bookmark.el (bookmark-show-all-annotations):
21465         Make sure each inserted annotation ends with newline.
21467 2007-07-15  Richard Stallman  <rms@gnu.org>
21469         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21471         * tutorial.el (tutorial--find-changed-keys):
21472         Handle C-x specially like ESC.
21474 2007-07-15  Aaron Hawley  <aaronh@garden.org>
21476         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21478 2007-07-15  Juri Linkov  <juri@jurta.org>
21480         * delsel.el (delete-selection-pre-hook):
21481         * emulation/cua-base.el (cua-paste): Before a yank command,
21482         check also whether last-command is one of mouse-save-then-kill,
21483         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21485 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
21487         * recentf.el (recentf-keep-default-predicate): New defun.
21488         (recentf-keep): Use it as initial value.
21490 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
21492         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21493         thus restoring bookmark bindings to three slots under C-x r.  See
21494         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21496 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
21498         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21500 2007-07-15  Jason Rumney  <jasonr@gnu.org>
21502         * w32-fns.el (set-default-process-coding-system): Use dos line ends
21503         for input to cmdproxy on all versions of Windows.
21504         Use dos line ends for input to plink.
21506         * comint.el (comint-simple-send): Concat newline before sending.
21507         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21509 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21511         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21512         safe-local-variable setting.
21514 2007-07-14  David Kastrup  <dak@gnu.org>
21516         * emacs-lisp/advice.el (defadvice): Doc fix.
21518 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
21520         * subr.el (when, unless): Doc fix.
21522 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21524         * replace.el (match): Use yellow1 instead of yellow.
21526         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21527         red.
21529         * pcvs-info.el (cvs-unknown): Likewise.
21531 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
21533         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21534         (install): Use them to copy all *.el files before *.elc.
21536 2007-07-13  Drew Adams  <drew.adams@oracle.com>
21538         * bookmark.el (bookmark-jump-other-window): New function.
21539         (bookmark-map): Bind it to "o".
21541         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21542         and its thread contains discussion about this change.
21543         The original patch was slightly tweaked by Karl Fogel
21544         <kfogel@red-bean.com> before committing.
21546 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21548         * bookmark.el: Shorten some comments to fit within 80 lines.
21550 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21552         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21553         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
21554         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
21555         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21557 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
21559         * textmodes/org.el: Bug fixes.
21560         (org-end-of-line): Move to end of line if in headline without tags.
21562 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21564         * vc-hooks.el: Remove spurious * in docstrings.
21565         (vc-handled-backends): Add BZR.
21567         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21569 2007-07-12  Davis Herring  <herring@lanl.gov>
21571         * desktop.el (desktop-buffer-info, desktop-save):
21572         Use `desktop-dirname' instead of `dirname'.
21574 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21576         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21578         * progmodes/python.el (python-which-func-length-limit): New var.
21579         (python-which-func): New function.
21580         (python-current-defun): Add optional `length-limit' and try to fit
21581         computed function name to that length.
21582         (python-mode): Hook `python-which-func' up.
21584 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
21586         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21588         * comint.el (comint-dynamic-complete-as-filename):
21589         Use read-file-name-completion-ignore-case.
21591 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21593         * comint.el (comint-dynamic-list-filename-completions):
21594         Use read-file-name-completion-ignore-case.
21596         * vc-cvs.el: Require CL.
21597         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21598         New functions to provide completion of revision names.
21600         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21601         (vc-cvs-annotate-first-line-re): New const.
21602         (vc-cvs-annotate-process-filter): New fun.
21603         (vc-cvs-annotate-command): Use them and run the command asynchronously.
21605 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21607         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21608         (eldoc-print-current-symbol-info): Adjust for changed helper
21609         function signatures.
21610         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
21611         `eldoc-highlight-function-argument'.
21612         (eldoc-highlight-function-argument): New function.
21613         (eldoc-get-var-docstring): Format documentation with
21614         `font-lock-variable-name-face'.
21615         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21616         where suited.
21617         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21618         (eldoc-beginning-of-sexp): Return number of skipped sexps.
21620 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
21622         * progmodes/compile.el (compilation-start): `start-process' must
21623         still be redefined when calling `start-process-shell-command'.
21625         * progmodes/gud.el (gud-file-name): When `default-directory' is a
21626         remote file name, prepend its remote part to the filename.
21627         (gud-common-init): When `default-directory' is a remote file name,
21628         make the filename relative to it.
21629         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21631 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
21633         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21634         mouse binding and a tooltip.
21636 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21638         * menu-bar.el (vc-menu-map): New defalias.
21640 2007-07-10  Richard Stallman  <rms@gnu.org>
21642         * emacs-lisp/lisp-mode.el (eval-defun):
21643         Explain special handling of `defface'.
21645 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
21647         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21649         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21651 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21653         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21655         * vc-arch.el (vc-arch-complete): Remove.
21656         (vc-arch-revision-completion-table): Use complete-with-action.
21658         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21659         (complete-with-action): New function.
21660         (dynamic-completion-table): Use it.
21662 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
21664         * comint.el (make-comint, make-comint-in-buffer)
21665         (comint-exec-1): Replace `start-process' by `start-file-process'.
21667         * progmodes/compile.el (compilation-start): Revert redefining
21668         `start-process'.
21670 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21672         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21673         with EOLs when generating MD5 checksums.
21675         * follow.el: Don't change the global map from the follow-mode-map
21676         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
21677         XEmacs code.
21678         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21679         since `follow-mode' should be used instead for that.
21681         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21682         (easy-menu-do-define): Use it.
21683         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21685         * progmodes/compile.el (compilation-auto-jump-to-first-error)
21686         (compilation-auto-jump-to-next): New vars.
21687         (compilation-auto-jump): New function.
21688         (compilation-error-properties): Use them to jump to first error.
21689         (compilation-start): Set the var if requested.
21691         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21692         duplicates without also removing entries from other directories.
21694 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
21696         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21697         Remember span as default.
21698         (org-columns-edit-value): Rename from `org-column-edit'.
21699         (org-columns-display-here-title): Rename from
21700         `org-overlay-columns-title'.
21701         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21702         (org-columns-get-autowidth-alist): Rename from
21703         `org-get-columns-autowidth-alist'.
21704         (org-columns-display-here): Rename from `org-overlay-columns'.
21705         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21706         (org-columns-quit): Rename from `org-column-quit'.
21707         (org-columns-show-value): Rename from `org-column-show-value'.
21708         (org-columns-content, org-columns-widen)
21709         (org-columns-next-allowed-value)
21710         (org-columns-edit-allowed, org-columns-store-format)
21711         (org-columns-uncompile-format, org-columns-redo)
21712         (org-columns-edit-attributes, org-delete-property)
21713         (org-set-property, org-columns-update)
21714         (org-columns-compute, org-columns-eval)
21715         (org-columns-not-in-agenda, org-columns-compute-all)
21716         (org-property-next-allowed-value)
21717         (org-columns-compile-format)
21718         (org-fill-paragraph-experimental)
21719         (org-string-to-number, org-property-action)
21720         (org-columns-move-left, org-columns-new)
21721         (org-column-number-to-string)
21722         (org-property-previous-allowed-value)
21723         (org-at-property-p, org-columns-delete)
21724         (org-columns-previous-allowed-value)
21725         (org-columns-move-right, org-columns-narrow)
21726         (org-property-get-allowed-values)
21727         (org-verify-version, org-column-string-to-number)
21728         (org-delete-property-globally): New functions.
21729         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21730         (org-columns-overlays): Rename from `org-column-overlays'.
21731         (org-columns-map): Rename from `org-column-map'.
21732         (org-columns-current-maxwidths): Rename from
21733         `org-current-columns-maxwidths'.
21734         (org-columns-begin-marker, org-columns-current-fmt-compiled)
21735         (org-previous-header-line-format)
21736         (org-columns-inhibit-recalculation)
21737         (org-columns-top-level-marker): New variables.
21738         (org-columns-default-format): Rename from `org-default-columns-format'.
21739         (org-property-re): New constant.
21741 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
21743         * subr.el (looking-at-p, string-match-p): New functions.
21745 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
21747         * textmodes/tex-mode.el (tex-fontify-script)
21748         (tex-font-script-display): New variables to make display of
21749         superscripts and subscripts customizable.
21750         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21752 2007-07-09  Richard Stallman  <rms@gnu.org>
21754         * isearch.el (isearch-edit-string): Call to isearch-push-state
21755         after the search.
21757 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
21759         * window.el (fit-window-to-buffer): Remove setting of window-min-height
21760         to 1 as enlarge-window uses the value to resize/shrink windows other
21761         than WINDOW if needed.
21763 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21765         * cus-start.el (file-coding-system-alist): Fix custom type.
21767 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
21769         * longlines.el (longlines-wrap-region): Avoid marking buffer as
21770         modified.
21771         (longlines-auto-wrap, longlines-window-change-function):
21772         Remove unnecessary calls to set-buffer-modified-p.
21774 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21776         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21777         (vc-cvs-checkout): Remove last arg now unused; simplify.
21779 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
21781         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21783         * net/tramp.el:
21784         * net/tramp-ftp.el:
21785         * net/tramp-smb.el:
21786         * net/tramp-uu.el:
21787         * net/trampver.el: Migrate to Tramp 2.1.
21789         * net/tramp-cache.el:
21790         * net/tramp-fish.el:
21791         * net/tramp-gw.el: New Tramp packages.
21793         * net/tramp-util.el:
21794         * net/tramp-vc.el: Removed.
21796         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21797         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21799         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21801         * progmodes/compile.el (compilation-start): Redefine
21802         `start-process' temporarily when `default-directory' is remote.
21803         Remove case of synchronous compilation, this won't happen ever.
21804         (compilation-setup): Make local variable `comint-file-name-prefix'
21805         for remote compilation.
21807 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
21809         * novice.el (disabled-command-function): Fit window to buffer to
21810         make last line visible.
21811         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21813         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21814         when handling the terminating event.
21816 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21818         * calc/calc.el (math-read-number-simple): Remove leading 0s.
21819         (math-bignum-digit-length): Change to optimal value.
21821         * calc/calc-bin.el (math-bignum-logb-digit-size)
21822         (math-bignum-digit-power-of-two): Evaluate when compiled.
21824         * calc/calc-comb.el (math-small-factorial-table)
21825         (math-init-random-base, math-prime-test): Remove unnecessary calls
21826         to `math-read-number-simple'.
21828         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21829         (math-approx-gamma-const): Add docstrings.
21831         * calc/calc-forms.el (math-julian-date-beginning)
21832         (math-julian-date-beginning-int): New constants.
21833         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21834         Use the new constants.
21836         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21838         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21839         Add docstrings.
21841 2007-07-07  Tom Tromey  <tromey@redhat.com>
21843         * vc.el (vc-annotate): Jump to line and output message only after the
21844         process is really all done.
21846 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21848         * vc.el (vc-exec-after): Don't move point from the sentinel.
21849         Forcefully read all the remaining text in the pipe upon process exit.
21850         (vc-annotate-display-autoscale, vc-annotate-lines):
21851         Don't stop at the first unrecognized line.
21852         (vc-annotate-display-select): Run autoscale after the process is done
21853         since it depends on the whole result.
21855 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
21857         * term/w32-win.el (menu-bar-open): New function.
21858         Bind <f10> to it.
21860 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
21862         * simple.el (start-file-process): New defun.
21864 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21866         * files.el (find-file-confirm-nonexistent-file): Rename from
21867         find-file-confirm-inexistent-file.  Update users.
21869         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21870         format of autoload block where the file's time-stamp is replaced by its
21871         MD5 checksum.
21872         (autoload-generate-file-autoloads): Use MD5 checksum instead of
21873         time-stamp for secondary autoloads files.
21874         (update-directory-autoloads): Remove duplicate entries.
21875         Use time-less-p for time-stamps, as done in autoload-find-destination.
21877 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21879         * calc/calc.el (math-read-number): Replace number by variable.
21880         (math-read-number-simple): Properly parse small integers.
21882 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
21884         * vc.el: Fix doc for the checkout function.
21886 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
21888         * vc-hg.el (vc-hg-root): New function.
21889         (vc-hg-registered): Use it.
21890         (vc-hg-diff-tree): New defalias.
21891         (vc-hg-responsible-p): Likewise.
21892         (vc-hg-checkout): Comment out, not needed.
21893         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21894         (vc-hg-find-version, vc-hg-next-version): New functions.
21896 2007-07-06  Andreas Schwab  <schwab@suse.de>
21898         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21899         dynamic bindings around the evaluation of the expression.
21900         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21902 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21904         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21905         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
21906         Use run-hooks rather than run-mode-hooks.
21908 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
21910         * calc/calc-comb.el (math-random-digit): Rename to
21911         `math-random-three-digit-number'.
21912         (math-random-digits): Don't depend on representation of integer.
21914         * calc/calc-bin.el (math-bignum-logb-digit-size)
21915         (math-bignum-digit-power-of-two): New constants.
21916         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21917         (math-not-bignum, math-clip-bignum): Use the constants
21918         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21919         instead of their values.
21920         (math-clip): Use math-small-integer-size instead of its value.
21922         * calc/calc.el (math-add-bignum): Replace number by constant.
21924 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21926         * wid-edit.el (widget-documentation-string-value-create):
21927         Insert indentation spaces.
21929 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21931         * emacs-lisp/byte-opt.el: Revert last change.
21933 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21935         * vc-hooks.el (vc-handled-backends): Add HG.
21937         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21939 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21941         * complete.el (PC-do-complete-and-exit): Add support for the new
21942         `confirm-only' confirmation mode.
21944 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21946         * cus-edit.el (custom-commands): New variable.
21947         (custom-tool-bar-map): New variable.  Initialize using
21948         `custom-commands'.
21949         (custom-mode): Use `custom-tool-bar-map'.
21950         (custom-buffer-create-internal): Insert action buttons only if
21951         tool bar is not used.  Use `custom-commands'.
21952         (Custom-help, custom-command-apply): New function.
21953         (custom-command-apply, Custom-set, Custom-save)
21954         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21955         Use `custom-command-apply' instead of duplicating code.
21956         (customize-group-other-window): Call `customize-group' instead of
21957         duplicating code.
21958         (customize-face-other-window): Call `customize-face' instead of
21959         duplicating code.
21960         (customize-group, customize-face): Add optional args for opening
21961         in another window.
21962         (custom-variable-tag): Don't inherit `variable-pitch' face.
21963         (custom-group-tag): Inherit `variable-pitch' face.
21964         (custom-variable-value-create): Set documentation indentation.
21965         (custom-group-value-create): Make group name a link, instead of
21966         using an extra "go to group" button.
21967         (custom-prompt-variable, custom-group-set, custom-group-save)
21968         (custom-group-reset-current, custom-group-reset-saved)
21969         (custom-group-reset-standard): Minor cleanup.
21971 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21973         * Makefile.in (bootstrap-prepare): When copying from
21974         ldefs-boot.el, make sure loaddefs.el is writeable.
21976         (bootstrap-prepare): Make $(lisp)/ps-print.el
21977         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21979 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21981         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21982         only caller, and delete.
21983         (vc-hg-state): Deal with exceptions and only parse the output on
21984         successful return.
21985         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21986         caller, and delete.
21987         (vc-hg-workfile-version): Deal with exceptions and only parse the
21988         output on successful return.
21989         (vc-hg-revert): New function.
21991 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
21993         * calculator.el (calculator-expt): Use more cases to determine
21994         the value.
21996 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
21998         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21999         file names.
22001 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
22003         * calculator.el (calculator-expt, calculator-integer-p):
22004         New functions.
22005         (calculator-fact): Check to see if the factorial will be too
22006         large before computing it.
22007         (calculator-initial-operators): Use `calculator-expt' to
22008         compute "^".
22009         (calculator-mode): Mention that results which are too large
22010         will return inf.
22011         * calc/calc-comb.el (math-small-factorial-table): Replace list
22012         by vector.
22014 2007-07-03  David Kastrup  <dak@gnu.org>
22016         * shell.el: On request of the authors, remove their addresses for
22017         the sake of bug reports, and add the developer list address as
22018         maintainer information.
22020 2007-07-03  Richard Stallman  <rms@gnu.org>
22022         * files.el (make-directory): Doc fix.
22023         (find-file-confirm-inexistent-file): Make it a defcustom.
22024         Make nil the default.
22026 2007-07-02  Richard Stallman  <rms@gnu.org>
22028         * startup.el (command-line): Set buffer-offer-save in *scratch*
22029         and enable auto-save in it.
22031 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
22033         * textmodes/org.el (orgstruct-mode-map): New variable.
22034         (orgstruct-mode): New minor mode.
22035         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22036         (orgstruct-make-binding, org-context-p, org-get-local-variables)
22037         (org-run-like-in-org-mode): New functions.
22038         (org-cycle-list-bullet): New command.
22039         (org-special-properties, org-property-start-re)
22040         (org-property-end-re): New constants.
22041         (org-with-point-at): New macro.
22042         (org-get-property-block, org-entry-properties, org-entry-get)
22043         (org-entry-delete, org-entry-get-with-inheritance)
22044         (org-entry-put, org-buffer-property-keys): New functions.
22045         (org-insert-property-drawer): New command.
22046         (org-entry-property-inherited-from): New variable.
22047         (org-column): New face.
22048         (org-column-overlays, org-current-columns-fmt)
22049         (org-current-columns-maxwidths, org-column-map): New variables.
22050         (org-column-menu): New menu.
22051         (org-new-column-overlay, org-overlay-columns)
22052         (org-overlay-columns-title, org-remove-column-overlays)
22053         (org-column-show-value, org-column-quit, org-column-edit):
22054         New functions.
22055         (org-columns, org-agenda-columns): New commands.
22056         (org-get-columns-autowidth-alist): New functions.
22057         (org-properties): New customize group.
22058         (org-default-columns-format): New option.
22059         (org-priority): Realign tags after changing priority.
22060         (org-preserve-lc): New macro.
22061         (org-update-checkbox-count): Catch case when there is no headline.
22062         (org-agenda-quit): Remove any column overlays.
22063         (org-beginning-of-item-list): Fixed bug when non-item line is
22064         indented too deep.
22065         (org-cached-props): New variable.
22066         (org-cached-entry-get): New function.
22067         (org-make-tags-matcher): Handle property matches.
22068         (org-table-recalculate): Swap evaluation order: Field formula
22069         first, then column formulas, but don't allow them to overwrite the
22070         field formulas.
22071         (org-table-eval-formula): New argument untouchable.
22072         (org-table-put-field-property): New function.
22074 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
22076         * help-mode.el (help-make-xrefs): Skip spaces too when
22077         skipping tabs.
22079         * ffap.el (dired-at-point-prompter): Improve prompt in
22080         list-directory case.
22082 2007-07-01  Richard Stallman  <rms@gnu.org>
22084         * files.el (find-file-visit-truename): Fix safe-local-variable value.
22086 2007-07-01  Richard Stallman  <rms@gnu.org>
22088         * cus-start.el (max-mini-window-height): Added.
22090 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
22092         * complete.el (partial-completion-mode): Remove advice of
22093         read-file-name-internal.
22094         (PC-do-completion): Rebind minibuffer-completion-table.
22095         (PC-read-file-name-internal): New function doing what
22096         read-file-name-internal advice did.
22098 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
22100         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22101         property on a few symbols.
22102         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22103         (byte-optimize-lapcode): Remove bindings that are not referenced
22104         and certainly will not effect through dynamic scoping.
22106 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22108         * files.el (find-file-confirm-inexistent-file): New var.
22109         (find-file, find-file-other-window, find-file-other-frame)
22110         (find-file-read-only, find-file-read-only-other-window)
22111         (find-file-read-only-other-frame): Use it.
22113 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22115         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22117 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
22119         * generic-x.el (generic-define-mswindows-modes)
22120         (generic-define-unix-modes, apache-log-generic-mode)
22121         (bat-generic-mode-keymap, java-manifest-generic-mode)
22122         (show-tabs-generic-mode): Fix typos in docstrings.
22124 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
22126         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22127         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22128         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22129         (rcirc-print): Never ignore messages from ourself.
22131 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22133         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22134         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
22136 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
22138         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22139         replace-regexp-in-string.
22141 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22143         * emacs-lisp/cl.el: Set edebug and indentation before loading
22144         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22146 2007-06-28  Andreas Schwab  <schwab@suse.de>
22148         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22149         $(lisp)/subdirs.el.
22151 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
22153         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22154         the speedbar frame if nil; that deletes the current frame or
22155         causes an error if it is the only frame.
22156         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22158 2007-06-28  Kevin Ryde  <user42@zip.com.au>
22160         * textmodes/nroff-mode.el: Groff \# comments.
22161         (nroff-mode-syntax-table): \# comment intro,
22162         plain # as punct per global table.
22163         (nroff-font-lock-keywords): Add # as a single char escape.
22164         (nroff-mode): In comment-start-skip, match \#.
22166 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22168         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22169         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22170         point-min == 1.
22172 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
22174         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22175         Rename and move to...
22177         * subr.el (strings->string, string->strings): ...here.
22179         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22180         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22182         * progmodes/gud.el (gud-common-init): Call string->strings instead
22183         of split-string.
22185 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
22187         * dired-aux.el: Remove `dired-call-process'.
22188         (dired-check-process): Call `process-file'.
22190         * wdired.el (wdired-do-perm-changes): Call `process-file'.
22192         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22193         `ange-ftp-process-file'.
22195 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22197         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22199         * emacs-lisp/cl-extra.el:
22200         * emacs-lisp/cl-seq.el:
22201         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22202         Add autoload cookies on all defs autoloaded manually in cl.el.
22204         * emacs-lisp/cl-loaddefs.el: New file.
22206         * textmodes/texinfmt.el (texinfo-raisesections-alist)
22207         (texinfo-lowersections-alist): Merge definition and declaration.
22208         (texinfo-start-of-header, texinfo-end-of-header): Remove.
22209         (texinfo-format-syntax-table): Merge init into declaration.
22210         (texinfo-format-parse-line-args, texinfo-format-parse-args)
22211         (texinfo-format-parse-defun-args, texinfo-format-node)
22212         (texinfo-push-stack, texinfo-multitable-widths)
22213         (texinfo-define-info-enclosure, texinfo-alias)
22214         (texinfo-format-defindex, batch-texinfo-format): Use push.
22215         (texinfo-footnote-number): Remove duplicate declaration.
22217         * ps-print.el: Update with auto-generated autoloads.
22219         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22221 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22223         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22224         relative to current dir for file-local settings.
22225         (autoload-generate-file-autoloads): Add `outfile' arg.
22226         (update-directory-autoloads): Use it to directly call
22227         autoload-generate-file-autoloads instead of going through
22228         update-file-autoloads so we avoid redundant searches and so we can know
22229         the set of buffers changed so we can save them all.
22231         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22232         rather than throwing `up-to-date'.
22233         (autoload-generate-file-autoloads): Adjust correspondingly.
22234         (update-file-autoloads): Be careful to let-bind
22235         autoload-modified-buffers and adjust to new calling conventions.
22236         (autoload-modified-buffers): Make it a dynamically scoped var.
22237         (update-directory-autoloads): Use file-relative-name instead of
22238         autoload-trim-file-name.
22239         (autoload-insert-section-header): Don't use autoload-trim-file-name
22240         since the file is already relative now.
22241         (autoload-trim-file-name): Remove.
22243         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22244         (vc-arch-complete, vc-arch--version-completion-table)
22245         (vc-arch-revision-completion-table): New functions to provide
22246         completion of revision names.
22247         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22248         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22249         to let the user trim the revlib.
22251         * vc.el: Add new VC operation `revision-completion-table'.
22252         (vc-default-revision-completion-table): New function.
22253         (vc-version-diff, vc-version-other-window): Use it to provide
22254         completion of revision names if the backend provides it.
22256         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22258         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22259         of newer .svn/entries.
22261 2007-06-25  David Kastrup  <dak@gnu.org>
22263         * calc/calc-poly.el (math-padded-polynomial)
22264         (math-partial-fractions): Add some function comments.
22266 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22268         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22269         Make `outbuf' optional.
22270         (update-file-autoloads): Use it.
22272 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22274         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22275         (autoload-find-destination): Keep it uptodate.
22276         (autoload-save-buffers): New fun.
22277         (update-file-autoloads): Use it.  Re-add the "up to date" message.
22279         * emacs-lisp/autoload.el: Refactor for upcoming changes.
22280         (autoload-find-destination): New function extracted from
22281         update-file-autoloads.
22282         (update-file-autoloads): Use it.
22283         (autoload-generate-file-autoloads): New function extracted from
22284         generate-file-autoloads.  Use file-relative-name.  Delay computation of
22285         output-start to the first cookie.  Remove done-any, replaced by
22286         output-start.
22287         (generate-file-autoloads): Use it.
22289 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
22291         * calc/calc-comb.el (math-init-random-base, math-prime-test):
22292         Use math-read-number-simple to insert constants.
22293         (math-prime-test): Redo calculation of sum.
22295         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22297         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22298         math-scale-bignum-3.
22299         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22300         math-bignum-digit-size.
22301         (math-isqrt-small): Add another possible initial guess.
22303 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22305         * textmodes/bibtex.el (bibtex-entry-format): New options
22306         `whitespace', `braces', and `string'.
22307         (bibtex-field-braces-alist, bibtex-field-strings-alist)
22308         (bibtex-field-braces-opt, bibtex-field-strings-opt)
22309         (bibtex-cite-matcher-alist): New variables.
22310         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22311         (bibtex-flash-head): Use blink-matching-delay.
22312         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22313         (bibtex-format-entry, bibtex-reformat): Handle new options of
22314         bibtex-entry-format.
22315         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22316         New functions.
22317         (bibtex-complete-internal): Do not display messages while
22318         minibuffer is used.  Do not leave around a completions buffer
22319         that is out of date.
22320         (bibtex-copy-summary-as-kill): New optional arg.
22321         (bibtex-font-lock-url): New optional arg no-button.
22322         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22323         (bibtex-url): Allow multiple URLs per entry.
22325 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22327         * emacs-lisp/autoload.el (autoload-generated-file): New function.
22328         (update-file-autoloads, update-directory-autoloads): Use it.
22329         (autoload-file-load-name): New function.
22330         (generate-file-autoloads, update-file-autoloads): Use it.
22331         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
22332         (generate-file-autoloads): If the autoloaded form is malformed,
22333         indicate the problem with a warning instead of aborting.
22335 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
22337         * simple.el (next-error-recenter): Accept `(4)' as well;
22338         also, specify `integer' instead of `number'.
22340 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22342         * ls-lisp.el (insert-directory): If an invalid regexp error is
22343         thrown, try using FILE as a literal file name, not a wildcard.
22345 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
22347         * ruler-mode.el (ruler-mode): Prevent clobbering the original
22348         `header-line-format' when reentering ruler mode.
22350 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22352         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22353         FILE exists as a file.
22355 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22357         * calc/calc.el (math-bignum-digit-length)
22358         (math-bignum-digit-size, math-small-integer-size):
22359         New constants.
22360         (math-normalize, math-bignum-big, math-make-float)
22361         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22362         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22363         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22364         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22365         (math-quotient, math-div-bignum, math-div-bignum-digit)
22366         (math-div-bignum-part, math-format-bignum-decimal)
22367         (math-read-bignum): Use math-bignum-digit-length,
22368         math-bignum-digit-size and math-small-integer-size.
22370         * calc/calc-ext.el (math-fixnum-big): Use the variable
22371         math-bignum-digit-size.
22373 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
22375         * log-view.el (log-view-mode-menu): New menu.
22377 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22379         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22380         differently.
22382         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22383         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22385 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22387         * vc-hg.el (vc-hg-print-log): Insert the file name.
22388         (vc-hg-log-view-mode): Fontify the file name.
22390 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22392         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22393         (calcFunc-julian): Fix incorrect number used in calculations.
22395 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
22397         * simple.el (next-error-recenter): New defcustom.
22398         (next-error, next-error-internal): Recenter if specified,
22399         immediately prior to running `next-error-hook'.
22401         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22402         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22404         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22406 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22408         * calc/calc-comb.el (math-small-factorial-table): New variable.
22409         (calcFunc-fact): Use `math-small-factorial-table'.
22411         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22412         initial values.
22413         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22414         New variables to use in caches.
22416         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22417         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22419         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22420         (math-bernoulli-b-cache): Use math-read-number-simple to insert
22421         bignums.
22423         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22424         New variables to use in caches.
22426 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22428         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22430         * vc-hg.el (vc-hg-log-view-mode): New mode.
22432 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
22434         * calc/calc.el (math-read-number-simple): New function.
22436 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22438         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22439         (vera-font-lock-match-item): Fix doc string.
22440         (vera-in-comment-p): Remove unused function.
22441         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22442         use `syntax-ppss'.
22443         (vera-forward-syntactic-ws): Fix argument order.
22444         (vera-prepare-search): Use `with-syntax-table'.
22445         (vera-indent-line): Fix doc string.
22446         (vera-electric-tab): Fix doc string.
22447         (vera-expand-abbrev): Define alias instead of using `fset'.
22448         (vera-comment-uncomment-region): Use `comment-start-skip'.
22450 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
22452         * textmodes/org.el (org-export-with-footnotes): New option.
22453         (org-export-as-html): Fix replacement bug for XEmacs.
22454         (org-agenda-default-appointment-duration): New option.
22456 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
22458         * vc-hg.el: Add to do items.
22459         (vc-hg-diff): Add support for comparing different revisions.
22460         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22461         (vc-hg-annotate-extract-revision-at-line)
22462         (vc-hg-previous-version, vc-hg-checkin): New functions.
22463         (vc-hg-annotate-re): New constant.
22465 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
22467         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22469 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22471         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22472         buffer-local value of log-view-*-re if applicable.
22474         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22475         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22476         (vc-bzr-command*): Remove both (incompatible) versions.
22477         (vc-bzr-do-command*): Remove.
22478         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22479         Remove by folding into its only caller vc-bzr-command.
22480         (vc-bzr-command): Always set the environment, even when ineffective.
22481         (vc-bzr-version): Minor fix up.
22482         (vc-bzr-admin-dirname): New var.
22483         (vc-bzr-bzr-dir): Remove.
22484         (vc-bzr-root-dir): New fun.
22485         (vc-bzr-registered): Use it.  Add an autoloaded version.
22486         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22487         (vc-bzr-view-log-function): Remove.
22488         (vc-bzr-log-view-mode): New major mode to replace it.
22489         (vc-bzr-print-log): Only activate the old hack if needed.
22491         * vc.el (vc-default-log-view-mode): New function.
22492         (vc-print-log): Add new `log-view-mode' VC operation.
22494 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
22496         * ido.el (ido-find-file-in-dir): Don't signal an error for
22497         empty directories.
22499         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22501         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22502         directory where the desktop file was found, as the docstring says.
22503         (desktop-kill): Use `read-directory-name'.
22505 2007-06-20  Alan Mackenzie  <acm@muc.de>
22507         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22508         When removing lines, also remove the \n.  Correction of patch of
22509         2007-04-21.
22511 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
22513         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22514         event is not a cons cell.  Do not unread drag-mouse-1 events.
22515         Select right window in check whether space was stolen from
22516         window above.
22518         * help-mode.el (help-make-xrefs): Adjust position of new forward
22519         button.
22521 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
22523         * vc-bzr.el (vc-bzr-with-process-environment)
22524         (vc-bzr-std-process-invocation): New macros.
22525         (vc-bzr-command, vc-bzr-command*): Use them.
22526         (vc-bzr-with-c-locale): Remove.
22527         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22528         (vc-bzr-buffer-nonblank-p): New function.
22529         (vc-bzr-state-words): New const.
22530         (vc-bzr-state): Look for `bzr status' keywords in output.
22531         Display everything else as a warning message to the user.
22532         Fix status report with bzr >= 0.15.
22534 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
22536         * vc-hg.el (vc-hg-global-switches): Simplify.
22537         (vc-hg-state): Handle more states.
22538         (vc-hg-diff): Fix doc-string.
22539         (vc-hg-register): New function.
22540         (vc-hg-checkout): Likewise.
22542 2007-06-20  Reto Zimmermann  <reto@gnu.org>
22544         * progmodes/vera-mode.el: New file.
22546 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
22548         * calc/calc.el (calc-multiplication-has-precendence):
22549         New variable.
22550         (math-standard-ops, math-standard-ops-p, math-expr-ops):
22551         New functions.
22552         (math-expr-opers): Define using math-standard-ops rather than
22553         math-standard-opers.
22554         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22555         equal the function math-standard-ops rather than the variable
22556         math-standard-opers.
22557         (calc-algebraic-entry): Let math-expr-opers equal
22558         math-standard-ops or math-expr-ops, as appropriate.
22559         (math-expr-read-level, math-read-factor): Let math-expr-opers
22560         equal math-expr-ops.
22561         * calc/calc-embed.el (calc-embedded-finish-edit):
22562         Let math-expr-opers equal the function math-standard-ops
22563         rather than the variable math-standard-opers.
22564         * calc/calc-ext.el (math-read-plain-expr)
22565         (math-format-flat-expr-fancy): Let math-expr-opers equal the
22566         function math-standard-ops rather than the variable
22567         math-standard-opers.
22568         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22569         Let math-expr-opers equal the function math-standard-ops rather
22570         than the variable math-standard-opers.
22571         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22572         equal the function math-standard-ops rather than the variable
22573         math-standard-opers.
22574         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22575         equal the function math-standard-ops rather than the variable
22576         math-standard-opers.
22577         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22578         math-expr-ops.
22580 2007-06-19  Ivan Kanis  <apple@kanis.eu>
22582         * vc-hg.el: New file.
22584 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22586         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22587         with font-lock-multiline.
22589 2007-06-17  Glenn Morris  <rgm@gnu.org>
22591         * lpr.el (lpr-page-header-switches): Move %s to separate element
22592         for correct quoting.  Doc fix.
22594 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22596         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22597         than setting sgml-xml-mode.
22598         (sgml-mode, html-mode): Set sgml-xml-mode.
22599         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22600         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22601         (sgml-electric-tag-pair-before-change-function)
22602         (sgml-electric-tag-pair-flush-overlays): New functions.
22603         (sgml-electric-tag-pair-mode): New minor mode.
22604         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22605         (sgml-calculate-indent): Use assoc-string.
22607 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
22609         * thingatpt.el (thing-at-point-email-regexp): Don't require two
22610         chars before the "@" in an email address.  Andreas Roehler noticed
22611         this problem.
22613 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
22615         * thingatpt.el: Add support for email addresses (`email').
22616         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22617         (thing-at-point-email-regexp): New variable.
22618         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22619         properties on this symbol, with lambda forms for values.
22621 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22623         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22625         * vc.el (vc-dired-hook): Check the backend returned from
22626         `vc-responsible-backend' can really handle `subdir'.
22628 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
22630         * wid-edit.el (widget-add-documentation-string-button):
22631         Fix handling of documentation indent.
22633 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
22635         * mb-depth.el: New file.
22637 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22639         * vc.el (vc-dired-mode): Show backend name as part of mode name.
22641 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
22643         * wid-edit.el (widget-default-create): Move ?h handling here...
22644         (widget-default-format-handler): ...from here.
22645         (widget-docstring, widget-add-documentation-string-button): New funs.
22646         (documentation-string): Add :visibility-widget property.
22647         (widget-documentation-string-value-create): Use it.
22649         * cus-edit.el (custom-split-regexp-maybe): Simplify.
22650         (custom-buffer-create-internal): Simplify message.
22651         (custom-variable-tag): Reduce height to normal.
22652         (custom-variable-value-create, custom-face-value-create)
22653         (custom-visibility): New widget.
22654         (custom-visibility): New face.
22655         (custom-group-value-create):
22656         Call widget-add-documentation-string-button, using `custom-visibility'.
22658 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22660         * emacs-lisp/bytecomp.el (byte-compile-current-group)
22661         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22662         change.  Apparently the "warning even if the group is implicit" is
22663         a feature rather than a bug.
22665 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
22667         * emulation/viper.el (viper-describe-key-ad)
22668         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22669         Compile them conditionally.
22670         (viper-version): Belated version change.
22672 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
22674         * follow.el (follow-all-followers, follow-generic-filter):
22675         * pcomplete.el (pcomplete-restore-windows):
22676         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22677         (x-dnd-drop-data):
22678         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22679         * progmodes/python.el (python-complete-symbol):
22680         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22682 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
22684         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22685         around bright and dim regexps.  Make sure bright and dim matches
22686         use word anchors.  Send text through rcirc-markup functions.
22687         (rcirc-url-regexp): Add single quote character.
22688         (rcirc-connect): Write logs to disk on auto-save-hook.
22689         Make server a non-optional argument.
22690         (rcirc-log-alist): New variable.
22691         (rcirc-log-directory): Make customizable.
22692         (rcirc-log-flag): New customizable variable.
22693         (rcirc-log): New function.
22694         (rcirc-print): Use above function.
22695         (rcirc-log-write): New function.
22696         (rcirc-generate-new-buffer-name): Strip text properties.
22697         (rcirc-switch-to-buffer-function): Remove variable.
22698         (rcirc-last-non-irc-buffer): Remove variable.
22699         (rcirc-non-irc-buffer): Add function.
22700         (rcirc-next-active-buffer): Use above function.
22701         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22702         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22703         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22704         (rcirc-omit-mode): Add minor-mode.
22705         (rcirc-mode-map): Change C-c C-o binding.
22706         (rcirc-mode): Clear mode-line-process.  Use a custom
22707         fill-paragraph-function.  Set up buffer-invisibility-spec.
22708         (rcirc-response-formats): Remove timestamp code.
22709         (rcirc-omit-responses): Add variable.
22710         (rcirc-print): Don't put the overlay arrow on potentially omitted
22711         lines.  Log line to disk.  Record activity for private messages
22712         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
22713         (rcirc-jump-to-first-unread-line): Print message if there is no
22714         unread text.
22715         (rcirc-clear-unread): New function.
22716         (rcirc-markup-text-functions): Add variable.
22717         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22718         (rcirc-debug): Don't mess with window configuration.
22719         (rcirc-send-message): Send message before printing locally.
22720         Add SILENT argument, do not print message if non-nil.
22721         (rcirc-visible-buffers): New function and variable.
22722         (rcirc-window-configuration-change-1): Add function.
22723         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22724         server buffer.
22725         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22726         (rcirc-fill-paragraph): Add function.
22727         (rcirc-record-activity, rcirc-window-configuration-change-1):
22728         Only update the activity string if it has actually changed.
22729         (rcirc-update-activity-string): Remove padding characters from the
22730         mode-line string.
22731         (rcirc-disconnect-buffer): New function to be called when a
22732         channel is parted or the user quits.
22733         (rcirc-server-name): Warn when the server-name hasn't been set.
22734         (rcirc-window-configuration-change): Postpone work until
22735         post-command-hook.
22736         (rcirc-window-configuration-change-1): Update mode-line and
22737         overlay arrows here.
22738         (rcirc-authenticate): Fixc hanserv identification.
22739         (rcirc-default-server): Remove variable.
22740         (rcirc): Connect according to rcirc-connections.
22741         (rcirc-connections): Add variable.
22742         (rcirc-startup-channels-alist): Remove variable.
22743         (rcirc-startup-channels): Remove function.
22745 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22747         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22749 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
22751         * term/xterm.el (terminal-init-xterm): Escape parens in character
22752         constants.
22754 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22756         * progmodes/sh-script.el: Remove unneeded * from docstrings.
22757         Use [:alpha:] and [:alnum:] where applicable.
22758         (sh-quoted-subshell): Rewrite to correctly
22759         handle nested mixes of `...' and $(...).
22760         (sh-apply-quoted-subshell): Remove.
22761         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22763         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
22765 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
22767         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22768         previous change.
22770 2007-06-12  Tom Tromey  <tromey@redhat.com>
22772         * subr.el (user-emacs-directory): New defconst.
22773         * cmuscheme.el (scheme-start-file):
22774         * shell.el (shell):
22775         * completion.el (save-completions-file-name):
22776         * custom.el (custom-theme-directory):
22777         * term/x-win.el (emacs-session-filename):
22778         * filesets.el (filesets-menu-cache-file):
22779         * thumbs.el (thumbs-thumbsdir):
22780         * server.el (server-auth-dir):
22781         * image-dired.el (image-dired-dir):
22782         (image-dired-db-file):
22783         (image-dired-temp-image-file):
22784         (image-dired-gallery-dir):
22785         (image-dired-temp-rotate-image-file):
22786         * play/gamegrid.el (gamegrid-user-score-file-directory):
22787         * savehist.el (savehist-file):
22788         * tutorial.el (tutorial--saved-dir):
22789         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22791 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
22793         * scroll-lock.el (scroll-lock-mode): Doc fix.
22795 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22797         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22799         * ediff-init.el: Doc strings.
22801 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22803         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22804         (byte-compile-file): Bind it.
22805         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22806         group argument is provided implicitly.
22807         (byte-compile-format-warn, byte-compile-from-buffer)
22808         (byte-compile-insert-header): Don't hardcode point-min==1.
22809         (byte-compile-file-form-require): Remove unused var old-load-list.
22810         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22812 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22814         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22815         Display error messages.
22816         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22817         Get rid of cl.el dependencies.
22819         * emulation/viper-init.el (viper-suppress-input-method-change-message):
22820         New variable.
22821         (viper-activate-input-method-action)
22822         (viper-inactivate-input-method-action):
22823         Use viper-suppress-input-method-change-message.
22825         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22826         for C-s, C-r.
22828         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22829         Use viper-replace-overlay-cursor-color instead of
22830         viper-replace-overlay-cursor-color.
22831         (viper-sit-for-short): Use sit-for with 3 arguments.
22833         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22834         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22835         to gud-mode.
22837         * ediff-mult.el (ediff-meta-buffer-brief-message)
22838         (ediff-meta-buffer-verbose-message): New variables.
22839         (ediff-meta-buffer-message): Variable deleted.
22840         (ediff-verbose-help-enabled): New variable.
22841         (ediff-toggle-verbose-help-meta-buffer): New function.
22842         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22843         message options.
22845         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22846         (ediff-fixup-patch-map): Improve heuristic.
22848 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22850         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22851         (log-view-font-lock-keywords): Simplify.
22852         (log-view-current-file, log-view-current-tag): Simplify.
22854 2007-06-12  Sam Steingold  <sds@gnu.org>
22856         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22858 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
22860         * desktop.el (desktop-load-locked-desktop): New option.
22861         (desktop-read): Use it.
22862         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22863         Use `when'.
22865 2007-06-12  Davis Herring  <herring@lanl.gov>
22867         * desktop.el (desktop-save-mode-off): New function.
22868         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22869         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22870         (desktop-claim-lock, desktop-release-lock): New functions.
22871         (desktop-kill): Tell `desktop-save' that this is the last save.
22872         Release the lock afterwards.
22873         (desktop-buffer-info): New function.
22874         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
22875         says to.  Detect conflicts, and manage the lock.
22876         (desktop-read): Detect conflicts.  Manage the lock.
22878 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22880         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22882         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22883         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
22884         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22885         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22886         keysyms rather than byte sequences.
22887         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22889 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22891         * font-lock.el (font-lock-add-keywords): In case font-lock was only
22892         half-activated, forcefully activate it completely.
22894 2007-06-11  Richard Stallman  <rms@gnu.org>
22896         * cus-edit.el (custom-variable-type): Doc fix.
22898 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22900         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22901         (sh-font-lock-flush-syntax-ppss-cache): New functions.
22902         (sh-font-lock-syntactic-keywords): Use them to distinguish the
22903         different possible cases for \'.
22905         * complete.el (PC-bindings): Don't bind things already bound in the
22906         parent keymap.
22908         * textmodes/bibtex-style.el: New file.
22910 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
22912         * vc-bzr.el: New file.
22914 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22916         * vc-svn.el (vc-svn-program): New var.
22917         (vc-svn-command): Use it.
22919 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
22921         * server.el (server-switch-buffer): Remove redundant check.
22923 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
22925         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22926         Match against file-name-nondirectory.
22927         Fix text on user customization variables.
22928         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22930 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22932         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22934 2007-06-09  Davis Herring  <herring@lanl.gov>
22936         * desktop.el (desktop-minor-mode-table): Doc fix.
22938 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22940         * textmodes/css-mode.el (css-navigation-syntax-table):
22941         Use set-char-table-range so it also works in the unicode branch.
22943 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
22945         * help-mode.el (help-xref-forward-stack)
22946         (help-xref-stack-forward-item, help-forward-label): New variables.
22947         (help-forward): New button type.
22948         (help-setup-xref): Initialise help-xref-forward-stack.
22949         (help-make-xrefs): Add forward button, if appropriate.
22950         (help-xref-go-back): Push item on forward stack.
22951         (help-xref-go-forward, help-go-forward): New functions.
22953 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
22955         * dired.el (dired-mode-map): Remove spurious separator.
22957 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22959         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22961         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22962         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22964 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
22966         * textmodes/org.el: Version number fixed.
22968 2007-06-07  Glenn Morris  <rgm@gnu.org>
22970         * version.el (emacs-copyright): New constant.
22971         * startup.el (fancy-splash-tail): Use emacs-copyright.
22972         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22974         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22975         `make-local'.
22976         (byte-compile-warnings-safe-p): Add `make-local'.
22977         (byte-compile-make-variable-buffer-local):
22978         Allow byte-compile-warnings to suppress this warning.
22980         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22981         format of "menu" description.
22982         (tutorial--find-changed-keys): Describe the specific menu a
22983         command is in.
22985         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22986         Rewrite compatibility functions to silence byte-compiler.
22988 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22990         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22991         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22993 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
22995         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22997 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22999         * progmodes/ebrowse.el (ebrowse-member-table):
23000         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
23001         (org-batch-agenda-csv): Fix typos in docstrings.
23003 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
23005         * pgg.el (pgg-sign-region, pgg-sign):
23006         * ses.el (ses-call-printer):
23007         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23008         * textmodes/org.el (org-cycle): Fix typos in docstrings.
23010 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
23012         * textmodes/org.el (org-export-region-as-html)
23013         (org-replace-region-by-html, org-number-to-letters)
23014         (org-table-fedit-finish, org-normalize-color)
23015         (org-table-fedit-ref-right, org-date-to-gregorian)
23016         (org-table-fedit-move, org-table-convert-refs-to-rc)
23017         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23018         (org-write-agenda, org-colgroup-info-to-vline-list)
23019         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23020         (org-indent-line-function, org-export-as-html-to-buffer)
23021         (org-store-agenda-views, org-update-mode-line)
23022         (org-find-if, org-delete-all)
23023         (org-table-fedit-convert-buffer, org-emphasize)
23024         (org-uniquify, org-table-fedit-lisp-indent)
23025         (org-table-fedit-scroll, org-get-todo-sequence-head)
23026         (org-table-fedit-scroll-down, org-table-fedit-line-down)
23027         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23028         (org-table-fedit-toggle-coordinates, org-dvipng-color)
23029         (org-table-fedit-line-up, org-table-fedit-ref-down)
23030         (org-table-formula-from-user, org-mode-flyspell-verify)
23031         (org-cycle-show-empty-lines, org-ctrl-c-ret)
23032         (org-table-formula-to-user, org-diary-to-ical-string)
23033         (orgtbl-export, org-table-fedit-post-command)
23034         (org-closed-in-range, org-shiftcontrolright)
23035         (org-table-convert-refs-to-an, org-table-hline-and-move)
23036         (org-table-formula-less-p, org-format-table-ascii)
23037         (org-agenda-get-sexps, org-shift-refpart)
23038         (org-diary-sexp-entry, org-time-string-to-absolute)
23039         (org-table-show-reference, org-letters-to-number)
23040         (org-fix-agenda-info, org-table-fedit-ref-up)
23041         (org-table-fedit-shift-reference, org-table-fedit-abort)
23042         (org-closest-date, org-shiftcontrolleft)
23043         (org-at-heading-or-item-p, org-rematch-and-replace)
23044         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23045         New functions.
23046         (org-table-edit-scroll-down, org-finish-edit-formulas)
23047         (org-table-edit-next-field, org-abort-edit-formulas)
23048         (org-font-lock-level, org-export-find-first-heading-line)
23049         (org-table-edit-line-down, org-table-edit-backward-field)
23050         (org-edit-formula-lisp-indent, org-table-edit-move)
23051         (org-check-log-option, org-this-word)
23052         (org-table-edit-line-up, org-table-edit-formulas-post-command)
23053         (org-agenda-file-to-end, org-expand-file-name)
23054         (org-fake-empty-table-line, org-table-edit-scroll)
23055         (org-toggle-log-option, org-show-reference): Function removed.
23056         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23057         New defsubsts.
23058         (org-unmodified, org-batch-store-agenda-views)
23059         (org-batch-agenda-csv): New macro.
23060         (org-agenda-export): New customization group.
23061         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23062         (org-highest-priority, org-agenda-exporter-settings)
23063         (org-log-done-with-time, org-replace-disputed-keys)
23064         (org-format-latex-header, org-export-table-header-tags)
23065         (org-cycle-separator-lines, org-export-table-data-tags)
23066         (org-icalendar-include-sexps)
23067         (org-empty-line-terminates-plain-lists)
23068         (org-log-repeat, org-special-ctrl-a)
23069         (org-table-use-standard-references, org-disputed-keys)
23070         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23071         (org-agenda-export-html-style): New option.
23072         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23073         (org-CUA-compatible): Option removed.
23074         (org-agenda-structure, org-sexp-date): New face.
23075         (org-todo-keywords-for-agenda, org-not-done-keywords)
23076         (org-planning-or-clock-line-re, org-agenda-name)
23077         (org-table-colgroup-info, org-todo-sets)
23078         (constants-unit-system, org-clock-mode-line-entry)
23079         (org-mode-line-timer, org-table-current-begin-pos)
23080         (org-todo-keywords-1, org-mode-line-string)
23081         (org-table-clean-did-remove-column, org-table-fedit-map)
23082         (org-clock-heading, org-table-buffer-is-an)
23083         (org-agenda-info, org-done-keywords)
23084         (org-done-keywords-for-agenda, org-todo-heads)
23085         (org-todo-kwd-alist, org-clock-start-time): New variable.
23086         (org-todo-kwd-priority-p, org-edit-formulas-map)
23087         (org-repeat-re, org-todo-kwd-max-priority)
23088         (org-version, org-done-string)
23089         (org-table-clean-did-remove-column-1, org-disputed-keys):
23090         Remove variables.
23091         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23092         (org-ts-lengths): Constant removed.
23093         (org-follow-gnus-link): Don't ask how many articles to read.
23094         (org-export-find-first-export-line): Rename from
23095         `org-export-find-first-heading'.
23096         Use `org-export-skip-text-before-1st-heading'.
23097         (org-table-fedit-post-command): Rename from
23098         `org-table-edit-formulas-post-command'.
23099         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23100         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23101         (org-table-fedit-lisp-indent): Rename from
23102         `org-edit-formula-lisp-indent'.
23103         (org-table-show-reference): Rename from `org-show-reference'.
23104         (org-table-store-formulas): Use `org-table-formula-less-p'.
23105         (org-table-edit-formulas): Position cursor to current field equation.
23106         (org-update-checkbox-count, org-hide-archived-subtrees)
23107         (org-timestamp-up-day, org-timestamp-down-day)
23108         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23109         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23110         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23111         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23112         Let `org-on-heading-p' also check for invisible heading.
23113         (org-read-date): Match am/pm times.
23114         (org-eval-in-calendar): Fix default date in prompt.
23116 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
23118         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23119         "ChangeLog.a" entries, giving the latter lower priority.
23121 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
23123         * faces.el (face-id): If the argument is a face alias,
23124         return the ID of the target face.
23126 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
23128         * net/socks.el (top): Remove unnecessary copyright line.
23130 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
23132         * longlines.el (longlines-auto-wrap): Handle argument correctly.
23134 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
23136         * net/socks.el: New file, taken from w3 repository.
23137         (top): Update Copyright.  Don't load cl.el.
23138         (all): Replace `case' by `cond', `string-to-int' by
23139         `string-to-number', and `process-kill-without-query' by
23140         `set-process-query-on-exit-flag'.
23141         (socks-char-int): Remove defalias and all occurrences.
23143 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
23145         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23146         Fix typos in docstrings.
23147         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23148         (compilation-finish-function): Fix typo in obsolescence declaration.
23150 2007-06-03  Sam Steingold  <sds@gnu.org>
23152         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23153         handle unending automatic recompilation of changed files (`omake -P').
23154         (compilation-loop): VISITED is now 5th CDR.
23155         (compilation-next-error-function): Set TIMESTAMP.
23157 2007-06-03  Sam Steingold  <sds@gnu.org>
23159         * files.el (kill-buffer-ask): New function.
23160         (kill-some-buffers): Use it.
23161         (kill-matching-buffers): New user command.
23163 2007-06-01  David Kastrup  <dak@gnu.org>
23165         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23166         Change default to `top'.
23168 2007-05-31  Richard Stallman  <rms@gnu.org>
23170         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23172 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23174         * textmodes/css-mode.el: New file.
23176 2007-05-30  Michael Olson  <mwolson@gnu.org>
23178         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23179         died and we are trying to send a signal to it.  The program using
23180         tq.el should periodically check to see whether the process has
23181         died and react appropriately -- this is not the responsibility of
23182         tq.el, and is consistent with the rest of the tq.el source code.
23184 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
23186         * textmodes/table.el (table--point-entered-cell-function)
23187         (table--point-left-cell-function):
23188         Bind `inhibit-point-motion-hooks' to t.
23190 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23192         * emacs-lisp/rx.el (rx): Doc fix.
23194 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
23196         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23198 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
23200         Sync with Tramp 2.0.56.
23202         * net/tramp.el:
23203         * net/tramp-ftp.el:
23204         * net/tramp-smb.el:
23205         * net/tramp-util.el:
23206         * net/tramp-vc.el:
23207         Don't load cl.el, because that pollutes the namespace.  Replace cl
23208         macros by their implementations where necessary.  Requested by
23209         Richard Stallman <rms@gnu.org>.
23211         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23212         doesn't exist.
23213         (with-parsed-tramp-file-name): Protect debug spec during compilation.
23214         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23215         (tramp-file-name-p, tramp-file-name-multi-method)
23216         (tramp-file-name-method, tramp-file-name-user)
23217         (tramp-file-name-host, tramp-file-name-localname): New defuns,
23218         replacing defstruct `tramp-file-name'.
23219         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23220         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23221         Apply `vector' instead of `make-tramp-file-name'.
23222         (tramp-handle-make-auto-save-file-name):
23223         Apply `tramp-temporary-file-directory' for compatibility reasons.
23224         (tramp-completion-mode): Use `natnump' instead of `wholenump'
23225         because of XEmacs.
23226         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23227         started.
23229 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
23231         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23233 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
23235         * log-edit.el (log-edit-changelog-paragraph): Return point-max
23236         as the end of the ChangeLog paragraph when it ends without a line
23237         termination.
23239 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
23241         * net/webjump.el (webjump-sample-sites):
23242         Add simple Wikipedia query.
23244 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23246         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23247         compatibility code.
23249         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23250         (copyright-update-year): Use it.
23252         * edmacro.el (edmacro-format-keys): Use current-active-maps.
23254         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23255         Add indentation and debugging info.  Fix up comment convention.
23257         * cus-dep.el (custom-make-dependencies): Simplify.
23259         * composite.el (compose-region, decompose-region):
23260         Use inhibit-read-only and restore-buffer-modified-p.
23262         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23263         (xterm-mouse-event): Use it.
23265 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
23267         * bs.el (bs-cycle-previous): Don't modify the cycle list until
23268         `switch-to-buffer' has returned succesfully.
23269         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
23270         window is dedicated (it could iconify the frame).
23272 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
23274         * vc-hooks.el (vc-find-root): Fix file attribute test.
23276 2007-05-24  Richard Stallman  <rms@gnu.org>
23278         * textmodes/flyspell.el (flyspell-correct-word-before-point):
23279         Don't let opoint be nil.
23280         (flyspell-emacs-popup): Explicit error if no dialogs.
23282 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
23284         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23285         (image-next-line, image-previous-line, image-scroll-up)
23286         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23287         New functions.
23288         (image-mode-map): Remap motion commands.
23289         (image-mode-text-map): New keymap for viewing images as text.
23290         (image-mode): Use image-mode-map.
23291         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23293 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23295         * textmodes/fill.el (canonically-space-region): Make the second arg
23296         a marker if it's not already the case.
23298 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23300         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23301         (tar-get-descriptor): Handle type 55, an extended pax header.
23303 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23305         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23306         to confuse outline-minor-mode.
23308 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23310         * tar-mode.el (tar-file-name-handler): New function.
23311         (tar-extract): Bind file-name-handler-alist to it to force
23312         find-buffer-file-type-coding-system behave as if the file being
23313         extracted existed.  Use last-coding-system-used to force
23314         buffer-file-coding-system to what decode-coding-region actually
23315         used to decode the file.
23317 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23319         * progmodes/compile.el (compilation-handle-exit):
23320         `compilation-finish-function' may change the current buffer.
23322 2007-05-22  Richard Stallman  <rms@gnu.org>
23324         * files.el (set-auto-mode): Doc fix.
23326 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
23328         * help-fns.el (find-source-lisp-file): New function.
23329         (describe-function-1): Use find-source-lisp-file to find source
23330         file in compile tree.
23332 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
23334         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23336 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
23338         * emacs-lisp/easy-mmode.el (define-minor-mode)
23339         (easy-mmode-define-navigation): Fix typos in docstrings.
23341 2007-05-22  Glenn Morris  <rgm@gnu.org>
23343         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23345 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23347         * mail/mail-extr.el (mail-extract-address-components):
23348         Recognize non-ASCII characters except for NBSP as words.
23350 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
23352         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23353         (rcirc-print): Handle `window-width'.
23354         (rcirc-buffer-maximum-lines): Doc fix.
23356 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
23358         * image-mode.el (image-toggle-display): Don't clear image cache.
23359         Only use filename in image spec if the file is readable.
23360         Call image-refresh.
23362         * image.el (image-type-from-file-name, image-type): Simplify.
23363         (image-type-auto-detected-p): Don't scan auto-mode-alist.
23365         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23366         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23368 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23370         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23371         is an error.
23373         * term/linux.el (terminal-init-linux): Don't signal an error
23374         if gpm isn't running.
23376 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23378         * t-mouse.el: Reduce to a minor-mode macro call.
23379         (t-mouse-mode): Remove the lighter.
23381         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23383 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
23385         * files.el (auto-mode-alist): Change the regexp so that
23386         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23388 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
23390         * Version 22.1 released.
23392 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
23394         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23395         changes.
23397 2007-05-19  Kevin Ryde  <user42@zip.com.au>
23399         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23401 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
23403         * textmodes/sgml-mode.el: Revert last change.
23405 2007-05-18  Richard Stallman  <rms@gnu.org>
23407         * simple.el (push-mark): Doc fix.
23409 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
23411         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23412         tpu-global-map.
23413         (tpu-original-global-map): Variable deleted.
23414         (tpu-control-keys-map): New keymap variable.
23415         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23416         setting keymapping directly.
23417         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23418         tpu-global-map.
23419         (tpu-edt-on): Activate the tpu-global-map.
23420         (tpu-edt-off): Deactivate the tpu-global-map.
23422 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
23424         * textmodes/ispell.el (ispell-get-word): Return markers
23425         for start and end positions.
23426         (ispell-word): Assume END is a marker.
23428 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
23430         * textmodes/sgml-mode.el (sgml-tag):
23431         Fix bug: Call sgml-transformation-function.
23433 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
23435         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23436         modified flag of buffer.  Use `inhibit-modification-hooks'.
23438 2007-05-16  Richard Stallman  <rms@gnu.org>
23440         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23442 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23444         * files.el (magic-mode-alist, magic-fallback-mode-alist):
23445         Move the *ml, Postscript, and XmCD entries to the fallback part.
23447         * files.el (magic-fallback-mode-alist):
23448         Rename from file-start-mode-alist.
23450 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23452         * progmodes/compile.el (compilation-handle-exit): Quote first
23453         argument of `run-hook-with-args'.
23455 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
23457         * buff-menu.el (Buffer-menu-sort-column):
23458         * dabbrev.el (dabbrev-upcase-means-case-search):
23459         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23460         * info.el (Info-current-subfile):
23461         * ls-lisp.el (ls-lisp-verbosity):
23462         * msb.el (msb-menu-cond):
23463         * pcvs.el (cvs-dired-use-hook):
23464         * simple.el (set-mark-command-repeat-pop):
23465         * time.el (display-time-24hr-format, display-time-mail-file):
23466         Doc fixes.
23468         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23469         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23471         * view.el (view-inhibit-help-message): Fix typo in docstring.
23472         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23474 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
23476         * textmodes/ispell.el (ispell-start-process): Defend against bad
23477         default-directory.
23479 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
23481         * mail/rmail.el (rmail-convert-to-babyl-format): Check
23482         content-transfer-encoding _last_, because it's its position that
23483         we need as value of base64-header-field-end.
23485 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
23487         * files.el (mode-require-final-newline, require-final-newline)
23488         (enable-local-variables, enable-local-eval): Doc fixes.
23490 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23492         * ps-print.el: Use default color when foreground or background color
23493         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
23494         (ps-print-version): New version 6.7.4.
23495         (ps-rgb-color): New argument.  Use default color when color is
23496         unspecified.
23497         (ps-begin-job): Fix code.
23499 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
23501         * longlines.el (longlines-mode): Make longlines-auto-wrap
23502         buffer-local.  Add hooks unconditionally.
23503         (longlines-auto-wrap): Toggle wrapping.
23504         (longlines-after-change-function)
23505         (longlines-post-command-function): Check longlines-auto-wrap.
23507 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
23509         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23510         (xterm-mouse-translate): Use it.
23512 2007-05-10  Richard Stallman  <rms@gnu.org>
23514         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23515         (iso-cvt-write-only): Likewise.
23517         * emacs-lisp/easy-mmode.el (define-minor-mode):
23518         Fix generated doc string.
23520         * startup.el (fancy-splash-text): Add URL of guided tour.
23521         Adjust horizontal and vertical whitespace.
23523         * progmodes/compile.el (compilation-handle-exit):
23524         Use run-hook-with-args to run compilation-finish-functions.
23526         * files.el (file-start-mode-alist): New variable.
23527         (magic-mode-regexp-match-limit): Doc fix.
23528         (set-auto-mode): Handle file-start-mode-alist.
23529         A little cleanup of structure.
23531         * dabbrev.el (dabbrev-eliminate-newlines):
23532         Renamed from dabbrev--eliminate-newlines.  All uses changed.
23534 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
23536         * man.el (Man-next-section): Don't consider the last line of the page
23537         as being part of any section.
23539 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23541         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23542         can take any number of values.
23544 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23546         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23547         to the list of citation commands.
23549 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23551         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23553 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23555         * progmodes/python.el (python-font-lock-keywords)
23556         (python-open-block-statement-p, python-mode): Add support for the new
23557         "with" keyword.
23559 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23561         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23562         the exact opposite of diff-goto-source.
23564         * emacs-lisp/advice.el (ad-special-forms): Remove.
23565         (ad-special-form-p): Use subr-arity.
23567         * newcomment.el (comment-search-forward): Make sure we search forward.
23568         (comment-enter-backward): Try and distinguish the non-matching case at
23569         EOB from the non-matching case with a missing comment-end-skip for
23570         a 2-char comment ender.
23571         (comment-choose-indent): New function extracted from comment-indent.
23572         Improve the alignment algorithm.
23573         (comment-indent): Use it.
23575         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23576         XML style Processing Instructions.
23577         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
23578         (sgml-calculate-indent): Handle `pi' context.
23580         * vc.el: Ensure that update-changelog issues an error when used with
23581         a backend that does not implement it.
23582         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23583         Remove `backend' argument.  Use expand-file-name.
23584         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23586         * progmodes/python.el (python-end-of-block): Revert last change.
23587         (python-end-of-statement): Make sure we move *forward*.
23589 2007-05-08  Richard Stallman  <rms@gnu.org>
23591         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23592         Don't include non-self-insert commands in the exception for `-'.
23594 2007-05-08  David Reitter  <david.reitter@gmail.com>
23596         * progmodes/python.el (python-guess-indent): Check non-nullness
23597         before comparing indent against the 2..8 interval.
23599 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23601         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23602         available.
23604 2007-05-06  Richard Stallman  <rms@gnu.org>
23606         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23608 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23610         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23611         rather than storing their value in the revert-buffer function.
23613 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
23615         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23616         when disabling t-mouse-mode.
23618 2007-05-01  Davis Herring  <herring@lanl.gov>
23620         * calendar/timeclock.el: Update version number.
23621         (timeclock-modeline-display): Mention timeclock-use-display-time
23622         in explanatory message.
23623         (timeclock-in): Fix non-interactive workday specifications.
23624         (timeclock-log): Don't kill the log buffer if it already existed.
23625         Suppress warnings when finding the log.  Don't check for a nil
23626         project twice.  Run hooks after killing the buffer (if applicable).
23627         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23628         was geometric).  All uses changed.
23629         (timeclock-generate-report): Support prefix argument.
23631 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
23633         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23634         disconnections.
23636 2007-05-01  Romain Francoise  <romain@orebokech.com>
23638         * dired-x.el: Revert 2007-04-06 change.
23640 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
23642         * find-dired.el (find-dired-filter): Propertize all text down to eob.
23644 2007-04-29  Richard Stallman  <rms@gnu.org>
23646         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23648 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23650         * progmodes/cc-mode.el (c-before-change): Use point-min rather
23651         than 1.
23653 2007-04-28  Richard Stallman  <rms@gnu.org>
23655         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23657 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
23659         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23660         don't put stop on toolbar.
23662 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23664         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23666 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
23668         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23669         instead of $(lisp)/mh-e.
23671 2007-04-28  Glenn Morris  <rgm@gnu.org>
23673         * image-dired.el (image-dired-cmd-create-thumbnail-options)
23674         (image-dired-cmd-create-temp-image-options): Replace option
23675         +profile "*" with -strip.
23677 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
23679         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23680         Use window-start and window-end.
23682 2007-04-27  Andreas Schwab  <schwab@suse.de>
23684         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23686 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
23688         * textmodes/fill.el (fill-paragraph): Doc fix.
23690 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
23692         * locate.el (locate-in-alternate-database): Doc fix.
23694 2007-04-26  Glenn Morris  <rgm@gnu.org>
23696         * button.el (button): Use underline if supported, else fall back
23697         to color.
23699         * version.el (emacs-version): Increase to 22.1.50.
23701 2007-04-25  Richard Stallman  <rms@gnu.org>
23703         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23705 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
23707         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23708         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23709         pushing mark.
23710         (idlwave-current-routine): Don't push mark.
23712 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
23714         * image-dired.el (image-dired-display-image): Derive image-type from
23715         filename rather than assuming jpeg, in case no resizing was needed.
23717 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
23719         * custom.el (defface): Doc fix.
23721 See ChangeLog.12 for earlier changes.
23723 ;; Local Variables:
23724 ;; coding: utf-8
23725 ;; add-log-time-zone-rule: t
23726 ;; End:
23728     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
23730   This file is part of GNU Emacs.
23732   GNU Emacs is free software; you can redistribute it and/or modify
23733   it under the terms of the GNU General Public License as published by
23734   the Free Software Foundation; either version 3, or (at your option)
23735   any later version.
23737   GNU Emacs is distributed in the hope that it will be useful,
23738   but WITHOUT ANY WARRANTY; without even the implied warranty of
23739   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23740   GNU General Public License for more details.
23742   You should have received a copy of the GNU General Public License
23743   along with GNU Emacs; see the file COPYING.  If not, write to the
23744   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23745   Boston, MA 02110-1301, USA.
23747 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af