Johan Bockg� <bojohan at gnu.org>
[emacs.git] / lisp / ChangeLog
blob55794b99016e16a1677ee65a7eb01832aa1d7e15
1 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
3         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4         Simplify.  Collect `defun' and `autoload' entries.  Avoid
5         modifying load-history.
7 2008-04-26  Glenn Morris  <rgm@gnu.org>
9         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11         * simple.el (quoted-insert, zap-to-char): Revert previous change.
13 2008-04-26  John Paul Wallington  <jpw@pobox.com>
15         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
16         `hexl-mode-old-eldoc-documentation-function'.
17         (hexl-mode-exit): Restore it.
18         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
20         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
22 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
24         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
25         (completion-pcm--all-completions): Doc fix.
26         (completion-styles-alist, completion-all-completions):
27         Fix typos in docstrings.
29 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31         * whitespace.el: There is now only one variable (whitespace-style) to
32         specify which kind of blank is visualized.  Doc and docstring fix. New
33         version 11.0.
34         (whitespace-style): New option, replace whitespace-style-mark and
35         whitespace-style-color.
36         (whitespace-style-mark, whitespace-style-color): Options removed.
37         (whitespace-hspace, whitespace-tab, whitespace-newline)
38         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
39         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
40         (whitespace-hspace-regexp, whitespace-space-regexp)
41         (whitespace-tab-regexp, whitespace-trailing-regexp)
42         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
43         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
44         (whitespace-space-after-tab-regexp, whitespace-line-column)
45         (whitespace-display-mappings, whitespace-report): Docstring fix.
46         (whitespace-color-value-list, whitespace-mark-value-list)
47         (whitespace-active-color, whitespace-active-mark)
48         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
49         (whitespace-style-value-list, whitespace-active-style)
50         (whitespace-toggle-style): New vars.
51         (whitespace-toggle-option-alist, whitespace-help-text):
52         Var initialization and docstring fix.
53         (whitespace-toggle-options, global-whitespace-toggle-options)
54         (whitespace-cleanup, whitespace-cleanup-region)
55         (whitespace-report-region, whitespace-interactive-char)
56         (whitespace-toggle-list): Docstring and code fix.
57         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
58         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
59         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
60         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
62 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
65         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
66         (diff-sanity-check-hunk): Adjust code accordingly.
68 2008-04-26  Glenn Morris  <rgm@gnu.org>
70         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
72         * forms-d2.dat: Move to ../etc.
73         * forms-d2.el (forms-file): Adapt for above change.
75         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
76         `translation-table-for-input'.
78         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
79         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
81         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
82         to punctuation now it's not needed for abbrevs.
83         (fortran-mode-abbrev-table): Remove defvar, make use of new
84         define-abbrev-table :regexp feature.
86         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
87         insert, now that translation-table-for-input is not needed.
89 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
91         * emacs-lisp/pp.el (pp-display-expression): New function,
92         extracted from pp-eval-expression.
93         (pp-eval-expression): Use pp-display-expression.
94         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
95         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
96         (pp-eval-last-sexp): Use pp-last-sexp.
98 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * abbrev.el (define-abbrev-table): Apply props even if the table
101         exists already.
103         * minibuffer.el (completion-table-with-context): Fix `pred' for the
104         various kinds of completion tables.
105         (completion-emacs22-try-completion): Place cursor after the /, as was
106         done in Emacs-22's minibuffer-complete-word.
107         Fix bug reported by David Hansen <david.hansen@gmx.net>.
108         (completion-emacs22-try-completion): Merge all mergable text rather
109         than just /.
110         (completion-pcm--delim-wild-regex): New var.
111         (completion-pcm-word-delimiters): New custom.
112         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
113         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
114         (completion-pcm--all-completions, completion-pcm-all-completions)
115         (completion-pcm--merge-completions, completion-pcm--pattern->string)
116         (completion-pcm-try-completion): New functions.
117         (completion-styles-alist): Add them.
118         (completion-styles): Add it to the default.
120 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
122         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
123         (gdb-var-create-handler): ...until here when there are values.
124         (gdb-post-prompt): Don't do -var-update with no watch expressions.
125         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
127 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
129         * ls-lisp.el (ls-lisp-format): Fix last change.
130         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
131         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
132         (ls-lisp-filesize-f-fmt): New defvars.
133         (ls-lisp-insert-directory): Dynamically compute format specifiers
134         for displaying UID, GID, and file size, and store them in the
135         above variables.
136         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
137         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
138         instead of constant format strings.
139         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
140         ls-lisp-filesize-d-fmt instead of constant format strings.
142 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
144         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
145         value of addresses rather than (partial) string value.
146         (gdb-frame-handler): Change regexp according to above change.
147         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
148         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
149         (gdb-assembler-mode): Disable undo in these buffers.
151 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
153         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports
154         %s.  Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
156 2008-04-24  Sam Steingold  <sds@gnu.org>
158         * textmodes/remember.el (remember-diary-extract-entries): Use
159         diary-make-entry instead of the obsolete make-diary-entry.
161 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * subr.el (translation-table-for-input): Mark as obsolete.
165         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
167         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
169         * textmodes/ispell.el (ispell-dictionary-alist-1)
170         (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
171         (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
172         (ispell-dictionary-alist-6): Remove.
173         (ispell-dictionary-base-alist): New var, merges the above.
174         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
175         Use it.
176         (ispell-dictionary-alist): Default to nil.  Remove autoload.
177         (ispell-local-dictionary-alist): Remove autoload.
179         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
180         (f90-mode-abbrev-table): Use the new :regexp feature.
181         Merge defvar and mapc into define-abbrev-table.
182         (f90-imenu-type-matcher): Remove unused `l'.
183         (f90-imenu-generic-expression): Remove unused `not-ib'.
184         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
185         (f90-change-keywords): Use restore-buffer-modified-p.
187 2008-04-24  Glenn Morris  <rgm@gnu.org>
189         * net/goto-addr.el (goto-address-prog-mode):
190         * progmodes/bug-reference.el (bug-reference-prog-mode):
191         Define for compiler.
193         * minibuffer.el (x-file-dialog): Declare as function.
195         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
196         dframe-update-speed rather than obsolete alias speedbar-update-speed.
198         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
199         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
200         work with easymenu.  Add :keys where needed.
202         * calendar/cal-move.el (calendar-scroll-left): Handle case when
203         event-start is nil.
205         * calendar/calendar.el (calendar-mode-map): Fix typo.
207 2008-04-24  Tom Tromey  <tromey@redhat.com>
209         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
210         Document keywords.  Add :suppress.
211         * pcvs-defs.el (cvs-mode-map): Use :suppress.
213         * net/goto-addr.el (goto-address-unfontify): New function.
214         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
215         (goto-address-fontify-region, goto-address-mode)
216         (goto-address-prog-mode): New functions.
218         * progmodes/bug-reference.el: New file.
220 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
222         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
224 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
227         macros within lambdas.
229 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
231         * minibuffer.el (completion-try-completion): Add `point' argument.
232         Change return value.
233         (completion-all-completions): Add `point' argument.
234         (minibuffer-completion-help): Pass the new `point' argument.
235         (completion--do-completion): Pass the whole field to try-completion.
236         (completion--try-word-completion): Rewrite, making fewer assumptions.
237         (completion-emacs21-try-completion, completion-emacs21-all-completions)
238         (completion-emacs22-try-completion, completion-emacs22-all-completions)
239         (completion-basic-try-completion, completion-basic-all-completions):
240         New functions.
241         (completion-styles-alist): Use them.
243 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
245         * ispell.el (ispell-set-spellchecker-params): New function to make sure
246         right params and dictionary alists are used after spellchecker changes.
247         (ispell-aspell-dictionary-alist, ispell-last-program-name)
248         (ispell-initialize-spellchecker-hook): New variables and hook.
249         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
250         (ispell-maybe-find-aspell-dictionaries): Remove.
251         Calls replaced by (ispell-set-spellchecker-params) calls.
252         (ispell-have-aspell-dictionaries): Remove.
253         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
254         ispell-set-spellchecker-params.
256 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
258         * complete.el (PC-do-completion): Be more robust in the presence of
259         unexpected values in minibuffer-completion-predicate.
261         * minibuffer.el (read-file-name): Don't let-bind default-directory.
262         Only abbreviate default-filename if it's a file.
264         * minibuffer.el (read-file-name-function, read-file-name-predicate)
265         (read-file-name-completion-ignore-case, insert-default-directory):
266         New vars, moved from fileio.c.
267         (read-file-name): New fun, moved from fileio.c.
268         * cus-start.el: Remove insert-default-directory and
269         read-file-name-completion-ignore-case.
271         * Makefile.in (emacs-deps): Leave it empty.
273 2008-04-23  Magnus Henoch  <mange@freemail.hu>
275         * tar-mode.el (tar-untar-buffer): If the entry has directory
276         link type, extract it as a directory even if its file name doesn't
277         end with a slash.  Fixes extraction of NetBSD tar archives.
279 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * server.el (server-start): Also don't get confused by CRs since we
282         don't quote them.
284 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
286         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
287         (gdb-set-gud-minor-mode-existing-buffers)
288         (gdb-info-breakpoints-custom, gdb-get-location)
289         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
290         Previously gdb-create-define-alist wasn't always run and added to
291         after-save-hook.
293         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
295 2008-04-23  Kevin Ryde  <user42@zip.com.au>
297         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
298         comments like unindented ones.
300 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
302         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
303         parameter origins.
305 2008-04-23  Kevin Ryde  <user42@zip.com.au>
307         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
308         Bind print-level to ensure output forms aren't truncated if
309         print-level is set to eval-expression-print-level when going via
310         eval-defun and friends, or has been otherwise fiddled with.
312 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * progmodes/cc-mode.el (c-basic-common-init): Don't set
315         font-lock-extend-after-change-region-function globally.
317 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
319         * speedbar.el (speedbar-use-tool-tips-flag)
320         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
321         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
322         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
323         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
324         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
325         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
326         (speedbar-separator-face): Fix typos in docstrings.
327         (speedbar-stealthy-function-list, speedbar-verbosity-level)
328         (speedbar-supported-extension-expressions, speedbar-update-current-file)
329         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
330         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
331         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
332         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
333         (speedbar-check-vc-this-line, speedbar-files-line-directory)
334         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
335         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
336         (speedbar-recenter): Doc fixes.
337         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
338         declaration and remove redundant info in docstring.
340 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
342         * vc-git.el (vc-git-status-printer): Deal with directories.
344         * vc.el (vc-next-action): Look at more than the first file to
345         determine the state.
347 2008-04-23  Glenn Morris  <rgm@gnu.org>
349         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
350         timers.  Doc fix.
351         (dframe-update-speed): Drop support for XEmacs < 20.
352         (dframe-frame-mode): Drop support for Emacs < 20.
353         (dframe-set-timer-internal): Drop support for Emacs without timers.
354         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
356         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
357         versions.  Add doc-string.  Mark as obsolete.
359         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
361         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
362         rather than using an Emacs version test.
364         * tree-widget.el (tree-widget-image-enable): Use display-images-p
365         rather than an Emacs version test.
367         * calendar/cal-china.el (holiday-chinese-qingming)
368         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
369         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
370         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
372         * calendar/cal-islam.el (holiday-islamic): Doc fix.
374         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
375         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
376         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
378 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
380         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
381         (gdb-previous-frame-pc-address): ...to this.
382         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
383         of "info frame" with Gdb 6.4+.
384         (gdb-stack-list-frames-regexp): New regexp.
385         (gdb-frame-handler-1): Parse output of -stack-info-frame
387 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
389         * tar-mode.el (tar-prefix-offset): New constant.
390         (tar-header-block-tokenize): Support paths with long names
391         which use the "ustar" standard.
393 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
395         * image-dired.el (image-dired-track-original-file)
396         (image-dired-modify-mark-on-thumb-original-file):
397         Use `dired-goto-file' instead of `search-forward'.  This solves
398         a bug with finding files where the file name is a subset of other
399         file names.  Doc fix.
401 2008-04-22  Juri Linkov  <juri@jurta.org>
403         * menu-bar.el (buffers-menu-max-size): Move its definition down to
404         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
405         (yank-menu-length): Change group name `mouse' to `menu'.
406         (buffers-menu-buffer-name-length): New user option.
407         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
408         instead of the hard-coded number 27.
410 2008-04-22  Juri Linkov  <juri@jurta.org>
412         * isearch.el (eval-when-compile): Require `help-macro'.
413         (isearch-help-for-help-internal): Isearch specific Help screen
414         created by `make-help-screen'.
415         (isearch-help-map): New variable that binds "b", "k", "m" to
416         isearch-specific commands, and binds other keys to
417         isearch-other-control-char, thus allowing other Help keys to
418         exit isearch mode and execute their global definitions.
419         (isearch-help-for-help, isearch-describe-bindings)
420         (isearch-describe-key, isearch-describe-mode): New commands.
421         (isearch-mode-help): Define alias to isearch-describe-mode
422         and remove its old function definition.
423         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
424         Remove old comments because this issue is settled now.
425         (isearch-forward): Describe three new Help commands in the docstring.
426         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
427         leave the single sentence at the first line of the docstring,
428         and prepend the word "function" before `isearch-forward'
429         to make the Help link to the function instead of variable.
431 2008-04-22  Juri Linkov  <juri@jurta.org>
433         * isearch.el (isearch-success-function): New variable with default
434         to `isearch-success-function-default'.
435         (isearch-search): Call a function from `isearch-success-function'
436         instead of calling the hard-coded `isearch-range-invisible'.
437         (isearch-success-function-default): New function that calls
438         `isearch-range-invisible' and inverts its return value.
440         * info.el (Info-search): In two similar places that skip
441         undesired search matches move code to Info-search-success-function,
442         and call `isearch-success-function' instead.
443         (Info-search-success-function): New function copied from code
444         in Info-search.  Replace isearch-range-invisible with
445         text-property-not-all that checks for 'invisible and 'display
446         properties to skip partially invisible matches (whose display
447         properties were set by Info-fontify-node).
448         (Info-mode): Set buffer-local isearch-success-function
449         to Info-search-success-function.
451 2008-04-22  Juri Linkov  <juri@jurta.org>
453         * minibuffer.el (internal-complete-buffer-except): New function.
455         * files.el (read-buffer-to-switch): New function.
456         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
457         Change interactive spec to call read-buffer-to-switch instead of
458         using the letter "B".
460         * simple.el (minibuffer-default-add-shell-commands): New function.
461         Use declare-function for mailcap-file-default-commands from "mailcap".
462         (shell-command): Set local minibuffer-default-add-function to
463         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
464         before calling read-shell-command.  Set 4th arg default-value of
465         read-shell-command to relative buffer-file-name in file buffers.
467         * dired-aux.el (dired-read-shell-command-default): Move it to
468         gnus/mailcap.el and change its name to more general name
469         mailcap-file-default-commands.
470         (minibuffer-default-add-dired-shell-commands): New function.
471         Use declare-function for mailcap-file-default-commands from "mailcap".
472         (dired-read-shell-command): Set local minibuffer-default-add-function
473         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
474         before calling read-shell-command.  Remove dired-read-shell-command-default
475         from the default value arg because default values are not set in
476         minibuffer-default-add-dired-shell-commands.  Doc fix.
478         * dired-x.el (dired-smart-shell-command): Sync arguments and
479         interactive spec with changes in `shell-command'.
480         Use dired-get-filename to get the dired file name at point
481         as the default value in dired mode.
483 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
485         * info.el (Info-complete-menu-item): Add missing parenthesis.
487 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * info.el (Info-complete-menu-item): Save point.
491 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
493         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
495 2008-04-22  Andreas Schwab  <schwab@suse.de>
497         * Makefile.in (emacs-deps): Define.
498         Use it instead of $(lisp)/subdirs.el.
500 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
502         * vc.el (vc-next-action): Do not consider directories when
503         checking for state compatibility.
504         (vc-transfer-file): Use when not if.
505         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
506         (vc-dir-mark-file): Use them.
507         (vc-deduce-fileset): Also return the backend.
508         (vc-diff-internal): Take as argument the value returned by
509         vc-deduce-fileset instead of just the fileset.
510         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
511         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
512         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
514 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
516         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
517         set-window-vscroll but image-scroll-down.  Fixes a bug where a
518         command following SPC scrolled up again.
520 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
522         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
523         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
524         (gud-watch): Add "$" prefix when in registers buffer.
526 2008-04-22  Glenn Morris  <rgm@gnu.org>
528         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
530         * whitespace.el (whitespace-display-table)
531         (whitespace-display-table-was-local): Move definitions before use.
533         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
534         (copyright-limit): Respect copyright-at-end-flag.
535         (copyright-re-search, copyright-start-point)
536         (copyright-offset-too-large-p): New functions.
537         (copyright-update-year): Use copyright-re-search.
538         (copyright-update, copyright-fix-years): Use copyright-start-point,
539         and copyright-re-search.
540         (copyright): Use copyright-offset-too-large-p.
541         * add-log.el (change-log-mode): Set copyright-at-end-flag.
543         * add-log.el (top-level): Require 'cl when compiling.
545 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
548         Treat minibuffer-completion-predicate as a predicate.
550         * minibuffer.el (completion--file-name-table): Accept both the old
551         `dir' arg or the new `pred' arg.
553         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
554         `predicate' argument to pass non-predicate data.
555         (ffap-read-url-internal, ffap-read-file-or-url-internal):
556         Use second arg as proper predicate.
558         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
559         (vc-bzr-revision-completion-table): Use completion-table-with-context
560         instead.
562         * simple.el (choose-completion-string): Use minibuffer-completion-table.
564 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
566         * term.el (term-emulate-terminal): Perform redisplay after the
567         process filter has finished running.
569 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
573         * minibuffer.el (completion-try-completion): Change magic symbol
574         property name.  Rename from minibuffer-try-completion.
575         (completion-all-completions): Rename from minibuffer-all-completions.
576         Remove hide-spaces argument.
577         (completion--do-completion): Rename from minibuffer--do-completion.
578         (minibuffer-complete-and-exit): Call just try-completion rather than
579         completion-try-completion to fix up the case.
580         (completion--try-word-completion): Try to add space or hyphen before
581         making `string' a prefix of `completion'.
582         (completion--insert-strings): Rename from minibuffer--insert-strings.
584 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
586         * net/tls.el (tls-program): Add -ign_eof argument to call the
587         openssl commands.
588         (tls-checktrust): Ditto.
590 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
592         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
594         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
595         (vc-check-master-templates, vc-file-not-found-hook)
596         (vc-kill-buffer-hook):
597         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
598         (vc-find-position-by-context, vc-buffer-context)
599         (vc-restore-buffer-context, vc-responsible-backend)
600         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
601         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
602         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
603         (vc-version-diff, vc-diff, vc-insert-headers)
604         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
605         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
606         (vc-revert, vc-rollback, vc-version-backup-file)
607         (vc-rename-master, vc-delete-file, vc-rename-file)
608         (vc-branch-part, vc-default-retrieve-snapshot)
609         (vc-annotate-display-autoscale, vc-annotate-display-select)
610         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
611         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
612         (vc-dir-update): Handle directories.
613         (vc-default-status-printer): Simplify.
615         * progmodes/asm-mode.el (asm-mode-map):
616         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
618         * progmodes/m4-mode.el (m4-mode-map): Add menu.
620 2008-04-21  Kenichi Handa  <handa@m17n.org>
622         * select.el (xselect-convert-to-string): Send a C_STRING only if
623         the polymorphic target TEXT is requested.
625 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
627         * minibuffer.el (completion-setup-hook, display-completion-list)
628         (completion--file-name-table): Fix typos in docstrings.
629         (completion-table-dynamic): Fix typo, and reflow docstring.
631 2008-04-20  Andreas Schwab  <schwab@suse.de>
633         * server.el (server-switch-buffer): Also consider clients in the
634         selected frame.
636 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
638         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
639         Select window clicked on first.
640         (gdb): Display thread number in mode-line.
641         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
642         (gdb-breakpoints-header): New variable.
643         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
645 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
648         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
649         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
650         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
651         (vc-sccs-print-log): Use it.
653         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
655         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
656         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
658         * tooltip.el (tooltip-previous-message): New var.
659         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
660         the C code (avoid overwriting a minibuffer, restore previous echo
661         message, ...).
662         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
663         Simplify.
665 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
667         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
668         (gdb-init-1): Initialise it.
669         (gdb-annotation-rules): New entry for "new-thread".
670         (gdb-thread-identification): New function to customize
671         mode-line-buffer-identification.
672         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
673         (gdb-assembler-mode): Use it.
674         (gdb-threads-mode): Force "info threads" onto queue.
676 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * files.el (locate-file-completion-table): Rename from
679         locate-file-completion and make it use `pred' in the normal way.
680         (locate-file-completion): New compatibility wrapper.
681         (load-library): Use locate-file-completion-table.
682         * finder.el (finder-commentary):
683         * subr.el (locate-library):
684         * emacs-lisp/find-func.el (find-library): Likewise.
685         * info.el: Use with-current-buffer and inhibit-read-only.
686         (Info-read-node-name-2): Change to use `predicate' in the normal way.
687         (Info-read-node-name-1): Adjust uses accordingly.
689         * minibuffer.el (completion-table-with-context): Add support for `pred'.
690         (completion-table-with-terminator): Don't use complete-with-action
691         since we have to distinguish all three cases anyway.
692         (completion-table-with-predicate): New function.
693         (dynamic-completion-table): Add obsolete alias.
695         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
697 2008-04-18  Sam Steingold  <sds@gnu.org>
699         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
700         Use quit-window instead of bury-buffer.
702 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * minibuffer.el (completion-table-with-terminator): Fix last fix.
706 2008-04-18  Andreas Schwab  <schwab@suse.de>
708         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
709         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
710         Depend on $(lisp)/subdirs.el.
712 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
714         * descr-text.el (describe-char-after):
715         Use `define-obsolete-function-alias'.
717         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
719         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
721         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
722         Remove redundant obsolescence info in docstring.
724         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
725         (vc-header-alist): Add WHEN to obsolescence declaration.
726         (vc-state): Fix typo in docstring.
728         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
729         Use `define-obsolete-variable-alias'.
731         * emulation/tpu-edt.el (tpu-have-ispell):
732         * international/codepage.el (codepage-setup):
733         Fix typo in obsolescence declaration.
735         * international/mule.el (char-coding-system-table):
736         Remove redundant obsolescence info in docstring.
737         (charset-list, generic-char-p, set-char-table-default):
738         Fix typos in obsolescence decarations.
740         * international/mule-diag.el (non-iso-charset-alist):
741         Fix typo in obsolescence declaration.
742         (decode-codepage-char): Remove redundant obsolescence info in docstring.
744         * font-core.el (font-lock-defaults-alist):
745         * font-lock.el (font-lock-reference-face):
746         * frame.el (screen-height, screen-width, set-screen-width)
747         (set-screen-height):
748         * hilit-chg.el (highlight-changes-initial-state):
749         * isearch.el (isearch-return-char):
750         * log-edit.el (cvs-commit-buffer-require-final-newline)
751         (cvs-changelog-full-paragraphs):
752         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
753         (mouse-popup-menubar-stuff):
754         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
755         (mouse-wheel-click-button):
756         * outline.el (outline-visible):
757         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
758         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
759         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
760         * progmodes/compile.el (compile-internal):
761         Add WHEN to obsolescence declarations.
763 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
766         is not better anyway.
768 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
770         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
771         properly.
773 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
775         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
776         (python-use-skeletons): Remove, unused.
777         (python-skeletons): Remove.  Use the abbrev table instead.
778         (python-mode-abbrev-table): Fix regexp;
779         add enable-function and case-fixed.
780         (def-python-skeleton): Simplify.
781         (python-expand-template): Use the abbrev-table and abbrev-insert.
782         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
783         Remove.
784         (python-mode): Don't set pre-abbrev-expand-hook.
786         * skeleton.el: Set coding-tag.
788         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
789         (expand-abbrev): Use it.
790         (abbrev-table-menu): New function.
792         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
794         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
796 2008-04-17  Sam Steingold  <sds@gnu.org>
798         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
799         idiosyncratic bury-buffer/delete-window logic.
801 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
803         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
804         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
806 2008-04-17  Kenichi Handa  <handa@m17n.org>
808         * international/characters.el: Don't make the width of U+00AD to 0.
810 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
812         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
813         (gdb, gdb-starting, gdb-frames-mode): Use it.
814         (gdb-invalidate-frames): Advise to call "info stack" only if
815         execution has occurred.
816         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
817         selected frame if no execution has occurred.
818         (gdb-frames-force-update): New interactive function.
819         (gdb-frames-mode-map): Bind it to "F".
821 2008-04-17  Michael Olson  <mwolson@gnu.org>
823         * textmodes/remember.el (remember-version): Release Remember 2.0.
825 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
827         * textmodes/artist.el:
828         * progmodes/vhdl-mode.el:
829         * progmodes/verilog-mode.el:
830         * progmodes/vera-mode.el:
831         * progmodes/simula.el:
832         * progmodes/ps-mode.el:
833         * progmodes/cmacexp.el:
834         * obsolete/hilit19.el:
835         * emulation/viper.el:
836         * ediff.el: Cleanup the bug-report email addresses and make sure the
837         maintainer is still willing to handle bug reports.
839 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
841         * vc.el (vc-dir-kill-query): Fix thinko.
843 2008-04-16  Glenn Morris  <rgm@gnu.org>
845         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
846         by diary-sexp-entry.
848 2008-04-16  Markus Triska  <markus.triska@gmx.at>
850         * proced.el (proced-command-alist): Add support for darwin.
852 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * proced.el (proced-mode): Redefine as just the major-mode.
855         (proced): Separate it from proced-mode.
857         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
859 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
861         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
862         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
863         `tab-width' setting from user.  New version 10.0.  Doc and docstring
864         fix.
865         (whitespace-style, whitespace-chars): Remove options.
866         (whitespace-style-mark): New option, replace whitespace-style deleted
867         option.  Fix docstring.
868         (whitespace-style-color): New option, replace whitespace-chars deleted
869         option.  Fix docstring.
870         (whitespace-space, whitespace-hspace, whitespace-tab)
871         (whitespace-newline, whitespace-trailing, whitespace-line)
872         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
873         (whitespace-space-after-tab, whitespace-hspace-regexp)
874         (whitespace-space-regexp, whitespace-tab-regexp)
875         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
876         (whitespace-empty-at-eob-regexp, whitespace-line-column)
877         (whitespace-toggle-option-alist): Fix docstring.
878         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
879         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
880         docstring and initialization.
881         (global-whitespace-mode): Autoloaded global minor mode.
882         (whitespace-chars-value-list, whitespace-style-value-list)
883         (whitespace-active-chars, whitespace-active-style)
884         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
885         (whitespace-color-value-list): New var, replace
886         whitespace-chars-value-list removed var.
887         (whitespace-mark-value-list): New var, replace
888         whitespace-style-value-list removed var.
889         (whitespace-active-color): New var, replace whitespace-active-chars
890         removed var.
891         (whitespace-active-mark): New var, replace whitespace-active-style
892         removed var.
893         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
894         removed var.
895         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
896         removed var.
897         (whitespace-toggle-option-alist, whitespace-report-list)
898         (whitespace-report-text, whitespace-help-text): Fix initialization.
899         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
900         (whitespace-toggle-options, global-whitespace-toggle-options)
901         (whitespace-cleanup-region, whitespace-report-region)
902         (whitespace-interactive-char): Fix docstring and code.
903         (whitespace-cleanup, whitespace-report): Fix docstring.
904         (whitespace-replace-spaces-by-tabs): Remove fun.
905         (whitespace-replace-action): New fun, replace
906         whitespace-replace-spaces-by-tabs removed fun.
907         (whitespace-regexp, whitespace-indentation-regexp)
908         (whitespace-space-after-tab-regexp, whitespace-insert-value)
909         (whitespace-kill-buffer): New funs.
910         (whitespace-insert-option-mark, whitespace-help-on)
911         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
912         (whitespace-color-on, whitespace-color-off)
913         (whitespace-display-char-on): Fix code.
915 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
917         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
918         (mouse-throw-magnifier-with-mouse-movement): Remove.
919         (mouse-throw-magnifier-base): New const.
920         (mouse-drag-scroll-delta): New fun.
921         (mouse-drag-throw): Use it.
923 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
925         * international/uni-bidi.el, international/uni-category.el:
926         * international/uni-combining.el, international/uni-comment.el:
927         * international/uni-decimal.el, international/uni-decomposition.el:
928         * international/uni-digit.el, international/uni-lowercase.el:
929         * international/uni-mirrored.el, international/uni-name.el:
930         * international/uni-numeric.el, international/uni-old-name.el:
931         * international/uni-titlecase.el, international/uni-uppercase.el:
932         * international/charprop.el: Regenerate.
934 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
936         * vc.el (vc-status-fileinfo): Add new member directoryp.
937         (vc-default-status-printer): Print directories.
938         (vc-status-update): Sort files before subdirectories.
940         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
941         Add alternative implementation based on "cvs update".
943 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
945         * doc-view.el: Changed requirements section to tell that only one
946         of dvipdf or dvipdfm is needed.
947         (doc-view-already-converted-p): Fix bug that forced reconversion
948         if doc was already converted.
950 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * minibuffer.el (minibuffer-message):
953         Make sure we can put-text-property.
955         * emacs-lisp/crm.el: Complete rewrite.
957         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
958         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
959         case of an error in display-completion-list.
961         * filecache.el (file-cache-completions-keymap): Move init from
962         file-cache-completion-setup-function into declaration.
963         (file-cache-minibuffer-complete): Simplify.
964         (file-cache-completion-setup-function): Use standard-output,
965         preserve current-buffer.
967         * vc.el (vc-status-update): Fix typo.
968         (vc-status-update): Set needs-update.
969         (vc-status-refresh): η-reduce.
971 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
973         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
974         to image-eol.
976 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
978         * vc.el (vc-status-update): Undo the previous revert.
980 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * minibuffer.el (completion-table-with-terminator): Those completions
983         are never valid w.r.t test-completion.
984         (completion--file-name-table):
985         Check completion-all-completions-with-base-size.
987 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
989         * doc-view.el (doc-view-dvipdf-program): New variable.
990         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
991         (doc-view-mode-p): Check for doc-view-dvipdf-program as
992         alternative for doc-view-dvipdfm-program.
993         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
995         * doc-view.el (doc-view-start-process): Don't set
996         default-directory to "~/" if the current value is valid.
997         This broke PS files that run other files in the same directory.
999 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
1001         * vc.el (vc-status-kill-query): New function.
1002         (vc-status-mode): Add it to kill-buffer-query-functions.
1003         (vc-status-show-fileentry): New function.
1004         (vc-status-menu-map): Bind it.  Bind vc-next-action.
1006 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         * minibuffer.el (minibuffer-message): Put cursor at the right place.
1010 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1012         * proced.el (proced-send-signal): Fix error recognition.
1014 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1016         * proced.el (proced-command-alist): Remove sort column.
1017         (proced-command, proced-procname-column):
1018         Use make-variable-buffer-local.
1019         (proced-signal-function): Rename from proced-kill-program.
1020         Allow for elisp symbols and string values representing system calls.
1021         (proced-marker-regexp, proced-success-message): New functions.
1022         (proced): Use defalias.  Add autoload cookie.
1023         (proced-unmark-backward, proced-toggle-marks)
1024         (proced-hide-processes): New commands.
1025         (proced-do-mark): Simplify code.
1026         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1027         (proced-update): Remove sorting.
1028         (proced-send-signal): Display number of processes to operate on.
1029         Allow for system calls or elisp functions to send signals.
1030         Check if signal was sent successfully.
1032 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * minibuffer.el (completion-all-completion-with-base-size): New var.
1035         (completion--some): New function.
1036         (completion-table-with-context, completion--file-name-table):
1037         Return the base-size if requested.
1038         (completion-table-in-turn): Generalize to multiple arguments.
1039         (complete-in-turn): Compatibility alias.
1040         (completion-styles-alist): New var.
1041         (completion-styles): New customization.
1042         (minibuffer-try-completion, minibuffer-all-completions):
1043         New functions.
1044         (minibuffer--do-completion, minibuffer-complete-and-exit)
1045         (minibuffer-try-word-completion): Use them.
1046         (display-completion-list, minibuffer-completion-help): Use them.
1047         Handle all-completions's new base-size info to set completion-base-size.
1048         * info.el (Info-read-node-name-1): Use completion-table-with-context,
1049         completion-table-with-terminator and complete-with-action.
1050         Remove the now obsolete completion-base-size-function property.
1051         * simple.el (completion-list-mode-map): Move init into declaration.
1052         (completion-list-mode): Use define-derived-mode.
1053         (completion-setup-function): Use any completion-base-size that may
1054         have been set before.  Remove handling of completion-base-size-function.
1055         * loadup.el: Move abbrev.el up earlier.
1057 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
1059         * vc-git.el (vc-git-after-dir-status-stage)
1060         (vc-git-dir-status-goto-stage): New functions.
1061         (vc-git-after-dir-status-stage1)
1062         (vc-git-after-dir-status-stage1-empty-db)
1063         (vc-git-after-dir-status-stage2): Remove, functionality moved
1064         into the new generic stage functions.
1065         (vc-git-dir-status-files): New function.
1067         * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
1068         comments.
1069         (vc-status-refresh-files): New function.
1070         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1071         state of up-to-date files.
1072         (vc-default-dir-status-files): New function.
1074 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
1076         * minibuffer.el (completion--embedded-envvar-table)
1077         (read-file-name-internal): Fix typos in 2008-04-11 change.
1079         * faces.el (read-face-name): Use `completion-table-in-turn',
1080         not `complete-in-turn'.
1082 2008-04-13  Andreas Schwab  <schwab@suse.de>
1084         * progmodes/etags.el: Require 'cl when compiling.
1086 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
1088         * progmodes/gud.el (gud-menu-map): Expand tooltip.
1090         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1091         (menu): Add/expand menu tooltips.
1093 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1095         * progmodes/sh-script.el (sh-show-indent): Fix typo.
1096         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1098         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1099         considered registered.
1101 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1103         * emacs-lisp/copyright.el (copyright-update-directory): New command.
1105         * ediff-wind.el (ediff-split-window-function)
1106         (ediff-merge-split-window-function): Improve custom type.
1108 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
1110         * loadup.el ("minibuffer"): Move after "faces".
1112 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * progmodes/hideif.el (hif-factor): Handle unary minus.
1116 2008-04-12  Glenn Morris  <rgm@gnu.org>
1118         * calendar/cal-china.el (chinese-calendar-time-zone):
1119         Mark obsolete name as risky too.
1121         * calendar/calendar.el (calendar-faces): New custom group.
1122         (calendar-today, diary, holiday): Doc fix.
1123         Move to calendar-faces group.
1124         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1125         (diary-button): Doc fix.  Move to calendar-faces group.
1127         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1128         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1129         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1130         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1131         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1132         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1133         not in dumped files before the associated defcustom.
1135 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
1137         * minibuffer.el (lazy-completion-table): Fix debug spec.
1139 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * minibuffer.el (complete-with-action, lazy-completion-table):
1142         Move from subr.el.
1143         (apply-partially, completion-table-dynamic)
1144         (completion-table-with-context, completion-table-with-terminator)
1145         (completion-table-in-turn): New funs.
1146         (completion--make-envvar-table, completion--embedded-envvar-table):
1147         New funs.
1148         (read-file-name-internal): Use them.
1149         (completion-setup-hook): Move from simple.el.
1150         * subr.el (complete-with-action, lazy-completion-table):
1151         * simple.el (completion-setup-hook): Move to minibuffer.el.
1153 2008-04-11  Glenn Morris  <rgm@gnu.org>
1155         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1157 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1161         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1163         * textmodes/fill.el (fill-forward-paragraph-function): New var.
1164         (fill-forward-paragraph): New fun.
1165         (fill-paragraph, fill-region): Use it.
1167         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1168         (vc-status-create-fileinfo): Make `extra' optional.
1169         (vc-status-busy): New fun.
1170         (vc-status-menu-map): Use it.
1171         (vc-status-crt-marked): Remove.
1172         (vc-status-update): Rename from vc-status-add-entries.
1173         Add argument so as to prevent addition of entries.  Rewrite.
1174         (vc-update-vc-status-buffer): Remove.
1175         (vc-status-refresh): Don't remove old entries, set them to
1176         up-to-date instead.  Also do it after the update is complete.
1177         (vc-status-marked-files): η-reduce.
1179         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1180         for non-dialogs.
1182         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1184         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1186 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
1188         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1189         to t and don't truncate msg.
1191 2008-04-11  Glenn Morris  <rgm@gnu.org>
1193         * calendar/calendar.el (diary, holidays):
1194         Move custom groups to other files.
1195         (holiday-general-holidays, holiday-oriental-holidays)
1196         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1197         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1198         (holiday-hebrew-holidays, holiday-christian-holidays)
1199         (holiday-islamic-holidays, holiday-bahai-holidays)
1200         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1201         * calendar/diary-lib.el: Move custom group here from calendar.el.
1202         * calendar/holidays-lib.el: Move custom group and variables here
1203         from calendar.el.
1205         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1207         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1208         Fix custom group.
1209         (calendar-current-time-zone-cache): Autoload riskiness.
1211         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1213 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
1215         * woman.el (woman2-TH): Use string-equal instead of string-match.
1217 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1219         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1220         (smerge-resolve): Merge the "2-way refinement" case with one half of
1221         the "mere whitespace" resolution.
1223 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1225         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1227 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
1229         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1230         Add WHEN to obsolescence declaration.
1232         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1234 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1236         * vc-hooks.el (vc-state): Add new state `conflict'.
1237         (vc-after-save): Use when not if.
1238         (vc-default-mode-line-string): Deal with the conflict state.
1239         (vc-prefix-map):
1240         (vc-menu-map): Bind vc-status instead of vc-directory.
1242         * vc.el (vc-editable-p):
1243         (vc-default-status-printer):
1244         (vc-next-action): Deal with the conflict state.
1245         (vc-mark-resolved): New function.
1246         (vc-status-mode): Fix mode name.
1247         (vc-default-comment-history): Use when not if.
1248         (Todo): Add new entries, remove old ones.
1250         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1251         (vc-cvs-parse-status):
1252         (vc-cvs-after-dir-status):
1253         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1254         Detect the conflict state.
1256         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1258 2008-04-10  Glenn Morris  <rgm@gnu.org>
1260         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1261         Respect truncate-partial-width-windows in non-full windows,
1262         with regards to :toggle and :enable state.
1264         * simple.el (toggle-truncate-lines): Doc fix.
1266         * Makefile.in (MH_E_DIR): New variable.
1267         (MH_E_SRC): Restore variable removed 2008-03-13.
1268         (mh-loaddefs.el): Depend on $MH_E_SRC.
1269         (CAL_DIR, CAL_SRC): New variables.
1270         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1271         Depend on CAL_SRC.
1273         * calendar/calendar.el (calendar, diary): Add :prefix.
1274         (holidays): Change :prefix.
1275         (calendar-today, holiday, calendar-holiday-marker)
1276         (european-calendar-style): Change custom groups.
1278         * calendar/calendar.el (diary-hook, diary-display-hook):
1279         Move to diary-lib.el.
1280         * calendar/diary-lib.el (diary-hook, diary-display-hook):
1281         Move here from calendar.el.
1282         * calendar/appt.el: Require diary-lib rather than calendar.
1283         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1285         * calendar/appt.el (appt): Add :prefix.
1287         * calendar/diary-lib.el (diary-hook): Doc fix.
1288         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1290 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1292         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1293         New functions.
1295         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1296         the arg to recursive calls.
1298 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1300         * minibuffer.el (completion-auto-help): Fix typo.
1302 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1304         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1306 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
1308         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1309         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1311 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1315         * minibuffer.el (minibuffer): Move group from cus-edit.el.
1316         (completion-auto-help): Move from C code.
1317         (minibuffer--maybe-completion-help): Remove.
1318         (minibuffer--bitset): New function.
1319         (minibuffer--do-completion): Rename from minibuffer-do-completion.
1320         Renumber a bit.  Really complete on string *before* point.
1321         Add argument used for word-completion.
1322         Join trailing / in completion with following text, as done in
1323         minibuffer-complete-word.
1324         Handle new value `lazy' for completion-auto-help.
1325         (minibuffer-try-word-completion): New function extracted from
1326         minibuffer-complete-word.
1327         (minibuffer-complete-word): Use minibuffer--do-completion.
1328         (minibuffer--insert-strings): Rename from
1329         minibuffer-complete-insert-strings.
1330         (exit-minibuffer): Fix typo.
1331         * cus-edit.el (minibuffer): Move group to minibuffer.el.
1332         * cus-start.el: Remove completion-auto-help.
1334 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
1336         * vc.el (vc-status-add-entries): New function.
1337         (vc-status-add-entry): Remove.
1338         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1339         Use vc-status-add-entries.
1341         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1342         order.
1344 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1346         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1347         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1348         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1349         (AUTOGENEL): New variable.
1350         (distclean, maintainer-clean): New targets.
1352 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1354         * emacs-lisp/regexp-opt.el (regexp-opt):
1355         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1357 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
1359         * nxml/nxml-mode.el (nxml-cleanup): New function.
1360         (nxml-mode): Add it to change-major-mode-hook.
1362 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1364         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1366 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1368         * calc/.cvsignore: New file.
1370 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1372         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1374         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1375         show-help-function when turning tooltip off.
1376         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1377         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1379 2008-04-09  Alan Mackenzie  <acm@muc.de>
1381         * font-lock.el (font-lock-extend-after-change-region-function):
1382         Make it buffer local.
1384 2008-04-09  Glenn Morris  <rgm@gnu.org>
1386         * calendar/calendar.el (diary-file, european-calendar-style):
1387         Remove autoload cookies.
1389 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1391         * outline.el (outline-mode-menu-bar-map):
1392         * log-view.el (log-view-mode-menu):
1393         * log-edit.el (log-edit-menu): Add :help.
1395 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1397         * emacs-lisp/regexp-opt.el (regexp-opt-group):
1398         Use substring-no-properties for correct handling of unibyte strings.
1400 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * add-log.el (change-log-next-buffer): Handle the case where version<
1403         signals an error.
1405         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1406         mouse-major-mode-menu.
1407         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1408         (mouse-major-mode-menu, mouse-popup-menubar)
1409         (mouse-popup-menubar-stuff): Use them.
1410         (C-down-mouse-3): Bind to a dynamic map rather than to
1411         mouse-popup-menubar-stuff.
1413         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1414         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1416 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1418         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1419         file:// access method.
1421 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         * minibuffer.el: New file.
1424         * loadup.el: Load it.
1426 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1429         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
1431         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1432         (calc-mode-map, calc-digit-map, calc-dispatch-map):
1433         Move initialization into declaration.
1434         * calc/calc-yank.el:
1435         * calc/calc-misc.el:
1436         * calc/calc-embed.el:
1437         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
1439 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
1441         * ps-samp.el (ps-add-printer, ps-remove-printer)
1442         (ps-make-dynamic-printer-menu): New functions.
1444         * net/zeroconf.el: New file.
1446 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1450 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1452         * vc-rcs.el (vc-rcs-modify-change-comment):
1453         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1455         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1457 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
1459         * international/mule-cmds.el (set-locale-environment): Don't warn if
1460         coding system doesn't agree with system locale (this reverts changes
1461         by Dave Love, dated 2002-10-27 and 2002-10-09).
1463         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1464         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1466         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1468 2008-04-08  Glenn Morris  <rgm@gnu.org>
1470         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1471         * textmodes/remember.el (remember-diary-convert-entry):
1472         Require calendar.
1474         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1475         diary-file, since it is the default for make-diary-entry anyway.
1477         * calendar/cal-menu.el (cal-menu-event-to-date):
1478         Rename calendar-event-to-date.  Update callers.
1479         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1480         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1481         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1482         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1483         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1484         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1485         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1486         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1487         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1488         (calendar-mouse-tex-month-landscape):
1489         Rename cal-tex-mouse-month-landscape.
1490         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1491         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1492         (calendar-mouse-tex-year-landscape):
1493         Rename cal-tex-mouse-year-landscape.
1494         (cal-menu-context-mouse-menu): Update for above name changes.
1496         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1497         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1498         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1499         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1500         * calendar/holidays.el: Replace int-to-string with number-to-string.
1502 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
1504         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1505         region if point moves.
1507 2008-04-08  Kenichi Handa  <handa@m17n.org>
1509         * faces.el (font-slant-table): Change numeric values for `r',
1510         `roman', and `normal'.
1512 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1514         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1516 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
1518         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1519         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
1521 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
1523         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1524         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
1526 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1530 2008-04-07  Sam Steingold  <sds@gnu.org>
1532         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1533         Add helper functions.
1534         (lisp-do-defun): Extract the common part of lisp-eval-defun and
1535         lisp-compile-defun; DEFVAR forms reset the variables to the init
1536         values, just like in emacs-lisp mode eval-defun.
1537         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1538         (lisp-compile-region): Use lisp-compile-string.
1540 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * subr.el (combine-and-quote-strings): Also quote strings that contain
1543         the separator.
1545         * pcvs-util.el (cvs-map): Avoid recursion :-(
1547 2008-04-07  Glenn Morris  <rgm@gnu.org>
1549         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1551         * calendar.el (diary-view-entries-initially-flag): Rename
1552         view-diary-entries-initially.  Keep old name as alias, update users.
1553         (calendar-mark-diary-entries-flag): Rename
1554         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
1555         (calendar-view-holidays-initially-flag): Rename
1556         view-calendar-holidays-initially.  Keep old name as alias, update users.
1557         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1558         Keep old name as alias, update users.
1559         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1560         Keep old name as alias, update users.
1561         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1562         Keep old name as alias, update users.
1563         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1564         Keep old name as alias, update users.
1565         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
1566         (diary-american-date-forms): Rename american-date-diary-pattern.
1567         Keep old name as alias, update users.
1568         (diary-european-date-forms): Rename european-date-diary-pattern.
1569         Keep old name as alias, update users.
1570         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1571         Keep old name as alias, update users.
1572         (calendar-european-date-display-form): Rename
1573         european-calendar-display-form.  Keep old name as alias, update users.
1574         (calendar-american-date-display-form): Rename
1575         european-calendar-display-form.  Keep old name as alias, update users.
1576         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1577         Keep old name as alias, update users.
1578         (holiday-general-holidays): Rename general-holidays.
1579         Keep old name as alias, update users.
1580         (holiday-oriental-holidays): Rename oriental-holidays.
1581         Keep old name as alias, update users.
1582         (holiday-local-holidays): Rename local-holidays.
1583         Keep old name as alias, update users.
1584         (holiday-other-holidays): Rename other-holidays.
1585         Keep old name as alias, update users.
1586         (holiday-hebrew-holidays): Rename hebrew-holidays.
1587         Keep old name as alias, update users.
1588         (holiday-christian-holidays): Rename christian-holidays.
1589         Keep old name as alias, update users.
1590         (holiday-islamic-holidays): Rename islamic-holidays.
1591         Keep old name as alias, update users.
1592         (holiday-bahai-holidays): Rename bahai-holidays.
1593         Keep old name as alias, update users.
1594         (holiday-solar-holidays): Rename solar-holidays.
1595         Keep old name as alias, update users.
1596         (diary-fancy-buffer): Rename fancy-diary-buffer.
1597         Keep old name as alias, update users.
1598         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1599         Update users.
1600         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1601         Update users.
1602         (calendar-increment-month): Rename increment-calendar-month.
1603         Keep old name as alias, update callers.
1604         (calendar-increment-month-cons): Rename old calendar-increment-month.
1605         Update callers.
1606         (calendar-extract-month): Rename extract-calendar-month.
1607         Keep old name as alias, update callers
1608         (calendar-extract-day): Rename extract-calendar-day.
1609         Keep old name as alias, update callers.
1610         (calendar-extract-year): Rename extract-calendar-year.
1611         Keep old name as alias, update callers.
1612         (calendar-generate-window): Rename generate-calendar-window.
1613         Update callers.
1614         (calendar-generate): Rename generate-calendar.  Update callers.
1615         (calendar-generate-month): Rename generate-calendar-month.
1616         Update callers.
1617         (calendar-redraw): Rename redraw-calendar.  Update callers.
1618         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
1619         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1620         Update callers.
1621         (calendar-update-mode-line): Rename update-calendar-mode-line.
1622         Update callers.
1623         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
1624         update callers.
1625         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1626         Keep old name as alias, update callers.
1627         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1628         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1629         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1630         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1631         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1632         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1633         * calendar/solar.el: Update for calendar.el name changes.
1634         * org/org.el (org-agenda-format-date-aligned)
1635         (org-agenda-execute-calendar-command): Access date elements directly
1636         rather than using calendar functions.
1637         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1638         Also set calendar-view-diary-initially-flag,
1639         calendar-view-holidays-initially-flag
1640         (org-get-entries-from-diary): Also set diary-fancy-buffer.
1641         (org-agenda-execute-calendar-command): No need to set displayed-day.
1643 2008-04-06  Alan Mackenzie  <acm@muc.de>
1645         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1646         typo in the doc string.
1648         * progmodes/cc-mode.el (c-basic-common-init):
1649         Set font-lock-extend-after-change-region-function.
1650         (c-extend-after-change-region): New function, used in
1651         font-lock-extend-after-change-region-function, thus superseding
1652         advice on the Font Lock after change functions.
1653         (c-advise-fl-for-region): Remove this macro.
1655 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1657         * textmodes/flyspell.el (flyspell-duplicate-distance):
1658         Improve custom type.
1660 2008-04-06  Glenn Morris  <rgm@gnu.org>
1662         * calendar/diary-lib.el (diary-sexp-entry-symbol):
1663         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
1664         (diary-list-entries-hook): Rename list-diary-entries-hook.
1665         Keep old name as alias, update users.
1666         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1667         Keep old name as alias, update users.
1668         (diary-nongregorian-listing-hook): Rename
1669         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
1670         (diary-nongregorian-marking-hook): Rename
1671         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
1672         (diary-print-entries-hook): Rename print-diary-entries-hook.
1673         Keep old name as alias, update users.
1674         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1675         Keep old name as alias, update users.
1676         (diary-number-of-entries): Rename number-of-diary-entries.
1677         Keep old name as alias, update users.
1678         (view-diary-entries, list-diary-entries, show-all-diary-entries):
1679         Give version of obsolescence.
1680         (diary-view-other-diary-entries): Rename view-other-diary-entries.
1681         Keep old name as alias, update callers.
1682         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
1683         update callers.
1684         (diary-include-other-diary-files): Rename include-other-diary-files.
1685         Keep old name as alias, update callers.
1686         (diary-simple-display): Rename simple-diary-display.
1687         Keep old name as alias, update callers.
1688         (diary-fancy-display): Rename fancy-diary-display.
1689         Keep old name as alias, update callers.
1690         (diary-print-entries): Rename print-diary-entries.
1691         Keep old name as alias, update callers.
1692         (diary-marking-entries-flag): Rename marking-diary-entries.
1693         Update users.
1694         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
1695         (diary-mark-entries): Rename mark-diary-entries.
1696         Keep old name as alias, update callers.
1697         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1698         Keep old name as alias, update callers.
1699         (diary-mark-included-diary-files): Rename mark-included-diary-files.
1700         Keep old name as alias, update callers.
1701         (calendar-mark-days-named): Rename mark-calendar-days-named.
1702         Keep old name as alias, update callers.
1703         (calendar-mark-month): Rename mark-calendar-month.
1704         Keep old name as alias, update callers.
1705         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1706         Keep old name as alias, update callers.
1707         (diary-sort-entries): Rename sort-diary-entries.
1708         Keep old name as alias, update callers.
1709         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1710         Keep old name as alias, update callers.
1711         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
1712         update callers.
1713         (diary-insert-entry): Rename insert-diary-entry.
1714         Keep old name as alias.
1715         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1716         Keep old name as alias.
1717         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1718         Keep old name as alias.
1719         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1720         Keep old name as alias.
1721         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1722         Keep old name as alias.
1723         (diary-insert-block-entry): Rename insert-block-diary-entry.
1724         Keep old name as alias.
1725         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1726         Keep old name as alias.
1727         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1728         Keep old name as alias, update users.
1729         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1730         Keep old name as alias, update callers.
1731         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1732         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1733         * calendar/icalendar.el: Update for diary-lib name changes.
1735 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
1737         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1739         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1740         for copy, move, and link operations.
1742 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1744         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1745         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1747         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1748         'require' statements with 1-argument ones (wrapped in if's).
1749         For compatibility with the current stable version of XEmacs.
1751 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
1753         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1755 2008-04-06  Jason Rumney  <jasonr@gnu.org>
1757         * language/burmese.el ("Burmese"): Make sample text consistent with
1758         language name.
1760 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
1762         * progmodes/gdb-ui.el (gdb): New group.
1763         (gdb-debug-log-max, gdb-enable-debug)
1764         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1765         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1766         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1767         (gdb-show-changed-values, gdb-max-children)
1768         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1769         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1770         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1771         (gdb-memory-unit): Move to new group from GUD group.
1772         (menu): Allow customization from GDB-UI menu-item.
1774 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
1776         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1778 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1781         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1782         Revision numbers can include ".".
1784         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1785         "+" lines not accounted for by counting "-" and context lines.
1787 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1789         * term/mac-win.el (mac-service-open-file): Use file URL instead of
1790         file name string.
1792 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1795         (vc-bzr-annotate-time): Accept space used to preserve alignment.
1797 2008-04-05  Richard Stallman  <rms@gnu.org>
1799         * emacs-lisp/advice.el (defadvice): Add usage pattern.
1801 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
1803         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1804         thread in [h-e-w]).
1806 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
1808         * files.el (abort-if-file-too-large): Fix typo in docstring.
1810 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         * subr.el (functionp): Return nil for special forms.
1814 2008-04-05  Glenn Morris  <rgm@gnu.org>
1816         * emacs-lisp/autoload.el (autoload-ensure-default-file):
1817         Provide a feature.
1818         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1819         Require loaddef file rather than loading it.
1820         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1821         autoload-ensure-default-file provides a feature.
1823         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1824         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1825         (compile, compile-always, recompile): Use $LOADDEFS.
1826         (cal-autoloads): Remove.
1828         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1829         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
1831         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1832         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1834         * calendar/calendar.el (diary-hebrew-entry-symbol):
1835         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
1836         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1837         Keep old name as alias.
1838         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1839         Keep old name as alias.
1840         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1841         to diary-bahai-entry-symbol.
1842         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1843         to diary-hebrew-entry-symbol.
1844         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1845         to diary-islamic-entry-symbol.
1846         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1848         * calendar/solar.el (diary-sabbath-candles-minutes)
1849         (diary-sabbath-candles): Move to cal-hebrew.
1850         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1851         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1852         Doc fix.  Keep old name as alias.
1853         (diary-hebrew-sabbath-candles): Simplify.
1854         (solar-setup, solar-sunrise-sunset, calendar-latitude)
1855         (calendar-longitude, calendar-time-zone): Declare for compiler.
1856         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1857         rename.
1859         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1860         Rename coptic-calendar-month-name-array.  Update callers.
1861         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
1862         (calendar-coptic-name): Rename coptic-name.  Update callers.
1863         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1864         Update callers.
1865         (calendar-coptic-last-day-of-month):
1866         Rename coptic-calendar-last-day-of-month.  Update callers.
1867         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1868         Keep old name as alias, update callers.
1869         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1870         Keep old name as alias, update callers.
1871         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1872         Keep old name as alias.
1873         (calendar-ethiopic-month-name-array):
1874         Rename ethiopic-calendar-month-name-array.  Update callers.
1875         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1876         Update callers.
1877         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
1878         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1879         Keep old name as alias, update callers.
1880         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1881         Keep old name as alias, update callers.
1882         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1883         Keep old name as alias.
1885         * calendar/cal-french.el (calendar-french-epoch):
1886         Rename french-calendar-epoch.  Update callers.
1887         (calendar-french-month-name-array): Rename variable and function
1888         french-calendar-month-name-array.  Update callers.
1889         (calendar-french-multibyte-month-name-array):
1890         Rename french-calendar-multibyte-month-name-array.  Update callers.
1891         (calendar-french-day-name-array): Rename variable and function
1892         french-calendar-day-name-array.  Update callers.
1893         (calendar-french-special-days-array): Rename variable and function
1894         french-calendar-special-days-array.  Update callers.
1895         (calendar-french-multibyte-special-days-array):
1896         Rename french-calendar-multibyte-special-days-array.  Update callers.
1897         (calendar-french-accents-p): Rename french-calendar-accents.
1898         Update callers.
1899         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1900         Update callers.
1901         (calendar-french-last-day-of-month):
1902         Rename french-calendar-last-day-of-month.  Update callers.
1903         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1904         Keep old name as alias, update callers.
1905         (calendar-french-print-date): Rename calendar-print-french-date.
1906         Keep old name as alias, update callers.
1907         (calendar-french-goto-date): Rename calendar-goto-french-date.
1908         Keep old name as alias.
1910         * calendar/cal-menu.el, calendar/calendar.el:
1911         Update for Coptic and French name changes.
1913         * calendar/cal-china.el (calendar-chinese): Rename custom group
1914         from chinese-calendar.  Update users.
1915         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1916         Keep old name as alias, update users.
1917         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1918         Keep old name as alias.
1919         (calendar-chinese-daylight-time-offset):
1920         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
1921         update users.
1922         (calendar-chinese-standard-time-zone-name):
1923         Rename chinese-calendar-standard-time-zone-name.
1924         Keep old name as alias, update users.
1925         (calendar-chinese-daylight-saving-start):
1926         Rename chinese-calendar-daylight-savings-starts.
1927         Keep old name as alias, update users.
1928         (calendar-chinese-daylight-saving-end):
1929         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
1930         update users.
1931         (calendar-chinese-daylight-saving-start-time):
1932         Rename chinese-calendar-daylight-savings-starts-time.
1933         Keep old name as alias, update users.
1934         (calendar-chinese-daylight-saving-end-time):
1935         Rename chinese-calendar-daylight-savings-ends-time.
1936         Keep old name as alias, update users.
1937         (calendar-chinese-celestial-stem): Rename
1938         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
1939         (calendar-chinese-terrestrial-branch):
1940         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
1941         update users.
1942         (calendar-chinese-zodiac-sign-on-or-after):
1943         Rename chinese-zodiac-sign-on-or-after.  Update callers.
1944         (calendar-chinese-new-moon-on-or-after):
1945         Rename chinese-new-moon-on-or-after.  Update callers.
1946         (calendar-chinese-month-list): Rename chinese-month-list.
1947         Update callers.
1948         (calendar-chinese-number-months): Rename number-chinese-months.
1949         Update callers.
1950         (calendar-chinese-compute-year): Rename compute-chinese-year.
1951         Update callers.
1952         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
1953         (calendar-chinese-year): Rename chinese-year.  Update callers.
1954         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1955         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1956         Keep old name as alias, update callers.
1957         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1958         Keep old name as alias, update callers.
1959         (calendar-chinese-months-to-alist):
1960         Rename make-chinese-month-assoc-list.  Update callers.
1961         (calendar-chinese-months): Rename chinese-months.  Update callers.
1962         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1963         Keep old name as alias, update callers.
1965         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1966         Rename hebrew-calendar-leap-year-p.  Update callers.
1967         (calendar-hebrew-last-month-of-year):
1968         Rename hebrew-calendar-last-month-of-year.  Update callers.
1969         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1970         Update callers.
1971         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1972         Update callers.
1973         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1974         Update callers.
1975         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1976         Update callers.
1977         (calendar-hebrew-last-day-of-month):
1978         Rename hebrew-calendar-last-day-of-month.  Update callers.
1979         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1980         Keep old name as alias, update callers.
1981         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1982         Keep old name as alias, update callers.
1983         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1984         Keep old name as alias, update callers.
1985         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1986         Keep old name as alias.
1987         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1988         Keep old name as alias.
1989         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1990         Keep old name as alias.
1991         (holiday-hebrew-passover): Rename holiday-passover-etc.
1992         Keep old name as alias.
1993         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1994         Keep old name as alias, update callers.
1995         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1996         Keep old name as alias.
1997         (calendar-hebrew-mark-date-pattern):
1998         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
1999         update callers.
2000         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2001         Keep old name as alias.
2002         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2003         Keep old name as alias.
2004         (diary-hebrew-insert-monthly-entry):
2005         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
2006         (diary-hebrew-insert-yearly-entry):
2007         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
2008         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2009         Keep old name as alias.
2010         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
2011         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
2012         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2013         Keep old name as alias.
2014         (calendar-hebrew-parashiot-names):
2015         Rename hebrew-calendar-parashiot-names.  Update callers.
2016         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2017         (calendar-hebrew-year-Saturday-incomplete-Sunday):
2018         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2019         (calendar-hebrew-year-Saturday-complete-Tuesday):
2020         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2021         (calendar-hebrew-year-Monday-incomplete-Tuesday):
2022         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2023         (calendar-hebrew-year-Monday-complete-Thursday):
2024         Rename hebrew-calendar-year-Monday-complete-Thursday.
2025         (calendar-hebrew-year-Tuesday-regular-Thursday):
2026         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2027         (calendar-hebrew-year-Thursday-regular-Saturday):
2028         Rename hebrew-calendar-year-Thursday-regular-Saturday.
2029         (calendar-hebrew-year-Thursday-complete-Sunday):
2030         Rename hebrew-calendar-year-Thursday-complete-Sunday.
2031         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2032         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2033         (calendar-hebrew-year-Saturday-complete-Thursday):
2034         Rename hebrew-calendar-year-Saturday-complete-Thursday.
2035         (calendar-hebrew-year-Monday-incomplete-Thursday):
2036         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2037         (calendar-hebrew-year-Monday-complete-Saturday):
2038         Rename hebrew-calendar-year-Monday-complete-Saturday.
2039         (calendar-hebrew-year-Tuesday-regular-Saturday):
2040         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2041         (calendar-hebrew-year-Thursday-incomplete-Sunday):
2042         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2043         (calendar-hebrew-year-Thursday-complete-Tuesday):
2044         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2045         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
2046         Update for above name changes of constants.
2048         * calendar/cal-menu.el, calendar/calendar.el:
2049         Update for chinese and hebrew name changes.
2050         * calendar/diary-lib.el: Update for hebrew name changes.
2052 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2054         * subr.el (keymap-canonicalize): Correct thinko.
2056         * server.el: Undo part of the multi-tty change, which is only
2057         needed if server.el is preloaded, and broke server-running-p.
2058         (server-socket-dir): Initialize in the defvar, as before.
2059         (server-start): Remove initialization of server-socket-dir.
2061 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2063         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2064         3-member cons cells.
2066 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
2068         * cus-face.el (custom-face-attributes): Handle roman slant.
2070         * faces.el (default): Ensure the face-defface-spec property is set.
2072 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
2074         * files.el (abort-if-file-too-large): New function.
2075         (find-file-noselect, insert-file-1): Use it.
2077 2008-04-05  Reto Zimmermann  <reto@gnu.org>
2079         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2080         Replace C-c[a-zA-Z] key bindings.
2082 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2084         * progmodes/hideif.el (hif-token-alist): New var.
2085         (hif-token-regexp, hif-tokenize): Use it.
2086         (hif-mathify-binop): New macro.
2087         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2088         (hif-greater-equal, hif-less-equal): Use it.
2089         (hif-logior, hif-logand): New functions.
2090         (hif-math): Accept | and & as well.
2092         * progmodes/etags.el: Fix problem with completion for buffer-local
2093         tables.  Reported by Radey Shouman <shouman@comcast.net>.
2094         (tags-complete-tag): Remove.
2095         (tags-lazy-completion-table): New function to replace it.
2096         (find-tag-tag, complete-tag): Update users.
2098 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
2100         * vc-rcs.el (vc-rcs-dir-status):
2101         * vc-sccs.el (vc-sccs-dir-status): New function.
2103         * outline.el (outline-mode-menu-bar-map):
2104         * term.el (terminal-signal-menu): Add :help.
2106         * net/eudc.el (eudc-mode-map): Declare and define in one step.
2107         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2109         * emacs-lisp/re-builder.el (reb-mode-map):
2110         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2112         * diff-mode.el (diff-file-junk-re): Recognize the git format for
2113         new files, deleted files and for changing permissions.
2114         (diff-mode): Set beginning-of-defun-function and
2115         end-of-defun-function.
2117         * vc-bzr.el (vc-bzr-state): Use when instead of if.
2119         * vc.el (vc-default-status-fileinfo-extra): New function.
2120         (vc-status-mark-buffer-changed): Use it.
2121         (vc-update-vc-status-buffer): Allow for partial updates.
2123 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * net/tramp.el (after-init-hook): Don't wrap a lambda around
2126         tramp-register-completion-file-name-handler.
2128         * subr.el (keymap-canonicalize): New function.
2129         * mouse.el (mouse-menu-non-singleton): Use it.
2130         (mouse-major-mode-menu): Remove hack made unnecessary.
2132         * simple.el (set-fill-column): Prompt rather than error by default.
2134 2008-04-04  Andreas Schwab  <schwab@suse.de>
2136         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2137         Reset new-rules after each round.
2139         * Makefile.in (cal-autoloads): New target.
2140         (compile, compile-always, recompile): Depend on it.
2141         ($(lisp)/calendar/cal-loaddefs.el)
2142         ($(lisp)/calendar/diary-loaddefs.el)
2143         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2145 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
2147         * ediff*.el: Replace load with require in eval-when-compile.
2149         * ediff-hook: Delete all invocations of (autoload ...).
2151         * ediff-util.el (ediff-setup): Make window-min-height a local variable
2152         in ediff control window, and set its min height to 2.
2153         (ediff-setup-control-buffer): Dedicate the control window.
2154         (ediff-toggle-multiframe): Undedicate control window.
2155         Work directly with ediff-setup-windows-multiframe and
2156         ediff-setup-windows-plain.
2158         * ediff-wind (ediff-choose-window-setup-function-automatically):
2159         New function.
2160         (ediff-window-setup-function): Change initialization.
2161         (ediff-setup-windows-automatic): Delete.
2162         (ediff-setup-windows-plain-merge): Make control window dedicated.
2163         (ediff-destroy-control-frame): Do not skip frames if working in a
2164         single frame.
2166         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2167         eval-when-compile.
2169         * emulation/viper-util.el: Move provide's forward, prevent recursion in
2170         eval-when-compile.
2172 2008-04-04  Glenn Morris  <rgm@gnu.org>
2174         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2175         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
2177         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2178         Rename islamic-calendar-leap-year-p.  Update callers.
2179         (calendar-islamic-last-day-of-month):
2180         Rename islamic-calendar-last-day-of-month.  Update callers.
2181         (calendar-islamic-day-number):
2182         Rename islamic-calendar-day-number.  Update callers.
2183         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2184         Update callers, keep old name as alias.
2185         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2186         Update callers, keep old name as alias.
2187         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2188         Keep old name as alias.
2189         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2190         Update callers, keep old name as alias.
2191         (calendar-islamic-mark-date-pattern):
2192         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
2193         name as alias.
2194         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2195         Keep old name as alias.
2196         (diary-islamic-insert-monthly-entry):
2197         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
2198         (diary-islamic-insert-yearly-entry):
2199         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
2201         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2202         calendar-absolute-from-iso.  Update callers, keep old name as alias.
2203         (calendar-iso-print-date): Rename calendar-print-iso-date.
2204         Update callers, keep old name as alias.
2205         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2206         Keep old name as alias.
2207         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2208         Keep old name as alias.
2210         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2211         calendar-absolute-from-julian.  Update callers, keep old name as alias.
2212         (calendar-julian-print-date): Rename calendar-print-julian-date.
2213         Update callers, keep old name as alias.
2214         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2215         Update callers, keep old name as alias.
2216         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2217         Update callers, keep old name as alias.
2218         (calendar-astro-print-day-number):
2219         Rename calendar-print-astro-day-number.  Update callers, keep old
2220         name as alias.
2221         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2222         Update callers, keep old name as alias.
2224         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2225         Rename calendar-string-to-mayan-long-count.  Update callers.
2226         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2227         Update callers, keep old name as alias.
2228         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2229         Update callers.
2230         (calendar-mayan-read-tzolkin-date):
2231         Rename calendar-read-mayan-tzolkin-date.  Update callers.
2232         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2233         Keep old name as alias.
2234         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2235         Keep old name as alias.
2236         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2237         Keep old name as alias.
2238         (calendar-mayan-previous-tzolkin-date):
2239         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
2240         (calendar-mayan-next-round-date):
2241         Rename calendar-next-calendar-round-date.  Keep old name as alias.
2242         (calendar-mayan-previous-round-date):
2243         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
2244         (calendar-mayan-long-count-to-absolute): Rename
2245         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
2246         (calendar-mayan-goto-long-count-date):
2247         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
2249         * calendar/cal-persia.el (calendar-persian-month-name-array):
2250         Rename persian-calendar-month-name-array.  Update callers.
2251         (calendar-persian-epoch): Rename persian-calendar-epoch.
2252         Update callers.
2253         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2254         Update callers.
2255         (calendar-persian-last-day-of-month):
2256         Rename persian-calendar-last-day-of-month.  Update callers.
2257         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2258         Update callers, keep old name as alias.
2259         (calendar-persian-print-date): Rename calendar-print-persian-date.
2260         Update callers, keep old name as alias.
2261         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2262         Keep old name as alias.
2264         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2265         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2266         * calendar/solar.el: Update for cal-julian name changes.
2268         * calendar/cal-dst.el: Update for persian name changes.
2270         * calendar/cal-menu.el, calendar/calendar.el:
2271         Update for islamic, iso, julian, mayan, persian name changes.
2273         * calendar/diary-lib.el: Update for islamic name changes.
2275         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2276         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
2277         as alias.
2278         (calendar-christian-all-holidays-flag):
2279         Rename all-christian-calendar-holidays.  Update callers, keep old
2280         name as alias.
2281         (calendar-islamic-all-holidays-flag):
2282         Rename all-islamic-calendar-holidays.  Update callers, keep old
2283         name as alias.
2284         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2285         Update callers, keep old name as alias.
2286         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2287         Update for the above name changes.
2289 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
2291         * hilit-chg.el (global-highlight-changes-mode)
2292         (highlight-changes-passive-string, highlight-changes-active-string):
2293         Mark as obsolete since 23.1, not 22.1.
2295 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
2297         * hilit-chg.el (highlight-changes-visibility-initial-state)
2298         (hilit-chg-update, highlight-changes-mode-turn-on):
2299         Fix typos in docstrings.
2301 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
2303         * newcomment.el (comment-enter-backward): Be careful to restore
2304         position changed during narrowing.
2306 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
2308         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2309         Recognize `sub ($$)'.
2311 2008-04-03  Richard Sharman  <rsharman@pobox.com>
2313         * hilit-chg.el (highlight-changes-mode): Rename from
2314         highlight-changes; no longer uses sub-modes active and passive;
2315         implemented by define-minor-mode.
2316         (highlight-changes-toggle-visibility): New function, to replace
2317         the old passive/active submodes of global-highlight-changes-mode;
2318         implemented by define-minor-mode.
2319         (global-highlight-changes-mode): Rename from global-highlight-changes;
2320         rewrite using define-globalized-minor-mode.
2321         (hilit-chg-major-mode-hook, hilit-chg-check-global)
2322         (hilit-chg-post-command-hook, hilit-chg-check-global)
2323         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2324         to use of define-globalized-minor-mode.
2325         (highlight-changes-global-initial-state): Change to be boolean.
2326         (highlight-changes-visible-string, highlight-changes-invisible-string):
2327         Rename from highlight-changes-active-string and
2328         highlight-changes-passive-string.
2329         (hilit-chg-update, hilit-chg-set): Use them.
2330         (global-highlight-changes-mode): Rename from global-highlight-changes.
2331         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2332         docstring.
2333         (hilit-chg-hide-changes): Rewrite to use dolist.
2334         (hilit-chg-set-face-on-change, hilit-chg-update)
2335         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2336         variable instead of testing highlight-changes-mode.
2337         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2338         to highlight-changes-mode changed.
2339         (highlight-compare-with-file): Fix problems with interactive
2340         call giving invalid default file.
2342 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
2344         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2345         Fix in disassembly buffer (regression in 22.2).
2347 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2349         * emulation/viper-macs.el (viper-read-fast-keysequence):
2350         Use viper-read-event instead of viper-read-key.
2352         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2354         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2355         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2356         let-statements.
2358         * emulation/viper-ex.el, emulation/viper-macs.el:
2359         * emulation/viper-mous.el:
2360         Replace load with require in eval-when-compile.
2362 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2364         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2366         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2367         (archive-try-jka-compr): New function.
2368         (archive-set-buffer-as-visiting-file): Use it.
2370         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2372 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2374         * simple.el (handle-shift-selection): New arg.
2376 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2380         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2382 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2384         * shell.el (shell-dynamic-complete-filename): New fun.
2385         (shell-dynamic-complete-functions): Use it.
2387         * help-fns.el (describe-variable): Undo 2008-02-25 change.
2389 2008-04-03  Kenichi Handa  <handa@m17n.org>
2391         * international/fontset.el (create-fontset-from-x-resource):
2392         Handle the error of X resource more gracefully.
2394         * international/latin1-disp.el (latin1-display): Don't use make-char.
2395         Fix the argument to set-char-table-range.
2396         (latin1-display-identities): Don't use make-char.
2397         (latin1-display-reset): Use map-charset-chars instead of directly
2398         calling standard-display-default.
2399         (latin1-display-check-font): Don't use make-char.
2400         (latin1-display-setup): Likewise.
2401         (latin1-display-ucs-per-lynx): Likewise.
2403 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2406         name the fields, to make the code clearer.
2407         Rewrite all `aset' and `aref' using the defined accessors.
2408         (timer--time): New pseudo-field.
2409         (timer-set-time, timer-set-idle-time, timer-inc-time)
2410         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2411         (timer--time-less-p): New function.
2412         (timer--activate): New function, extracted from timer-activate.
2413         (timer-activate-when-idle, timer-activate): Use it.
2414         (cancel-function-timers): Use dolist.
2416 2008-04-03  Glenn Morris  <rgm@gnu.org>
2418         * add-log.el (c-beginning-of-defun, c-end-of-defun):
2419         Remove declarations; no longer used.
2420         (c-cpp-define-name, c-defun-name): Declare as functions.
2422         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2423         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2425         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2426         (holiday-passover-etc, holiday-hanukkah): Doc fix.
2427         Add optional argument.  Simplify.
2428         (holiday-tisha-b-av-etc): Use memq rather than unless.
2429         (holiday-julian): Autoload it.
2430         (holiday-hebrew-misc): New function.
2432         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2434         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2435         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2436         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2437         all-hebrew-calendar-holidays.
2438         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2439         Simplify using new functions.
2440         (calendar-holidays): Doc fix.
2441         (generate-calendar-window): Use bound-and-true-p.
2443         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2445         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2446         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
2447         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
2448         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2450         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2452 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2456         * vc-bzr.el (vc-bzr-checkout): Simplify.
2458         * image-mode.el (image-mode-fit-frame): New command.
2460         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2461         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2462         (keyboard-escape-quit): Check region-active-p i.s.o
2463         transient-mark-mode.
2465 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2467         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2468         (imap-message-copyuid-1): Use it.
2469         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2470         J. Williams in
2471         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2473 2008-04-02  Alan Mackenzie  <acm@muc.de>
2475         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2476         New optimised functions to get the name of the current defun/macro.
2478         * add-log.el (add-log-current-defun): Move the functionality which
2479         gets the current function name for C like modes to cc-cmds.el,
2480         thus optimising for speed.
2482 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
2484         * simple.el (deactivate-mark): When the mark is temporarily
2485         active, restore the original value of transient-mark-mode.
2486         (set-mark-command): First deactivate the mark if was temporarily active.
2487         (exchange-point-and-mark): Reactivate the mark if it was
2488         temporarily active.
2489         (handle-shift-selection): New fun.
2490         (transient-mark-mode): Move var documentation here from buffer.c.
2491         (next-line, previous-line, backward-word, move-end-of-line)
2492         (move-beginning-of-line, forward-to-indentation)
2493         (backward-to-indentation, back-to-indentation)
2494         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2496         * mouse.el (mouse-set-region-1): Save the old value of
2497         transient-mark-mode.
2498         (mouse-drag-track): Ignore the now-obsolete value `identity' for
2499         transient-mark-mode.
2501         * textmodes/paragraphs.el (forward-paragraph)
2502         (backward-paragraph, forward-sentence, backward-sentence): Add ^
2503         interactive spec.
2505         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2507 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
2509         * net/tramp.el (tramp-make-tramp-temp-file):
2510         Use `tramp-drop-volume-letter' for the local file name part.
2512 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2514         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
2515         Add menu entries corresponding to all the key bindings.
2517         * emacs-lisp/debug.el (debugger-mode-map):
2518         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2519         (conf-align-assignments): Only work on the region if it is active.
2520         (conf-quote-normal): Use when instead of if.  Remove redundant test.
2522         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2523         for tracing and re-builder.
2525 2008-04-02  Glenn Morris  <rgm@gnu.org>
2527         * calendar/appt.el (appt-disp-window-function): Doc fix.
2528         (appt-display-message): Move beep before display.
2529         (appt-check): Make interactive.  Reduce the number of lets.
2530         Use string-equal to compare mode-line strings.
2531         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
2532         read-only.
2533         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2534         (appt-delete): Simplify.
2536         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2538         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2540         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2541         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2542         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2544         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2545         (calendar-holiday-marker, mark-visible-calendar-date):
2546         * calendar/diary-lib.el (fancy-diary-display):
2547         Check for font-lock-mode before using faces.
2549         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2550         (calendar-gregorian-from-absolute): Reduce the number of lets.
2551         (hebrew-holidays-4, generate-calendar-window): Simplify.
2552         (calendar-for-loop): Make obsolete.
2553         (calendar-nth-named-day): Doc fix.
2555         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2556         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2557         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2558         Reduce the number of lets.
2559         (mark-sexp-diary-entries, calendar-mark-complex):
2560         Expand calendar-for-loops.
2562 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
2564         * find-dired.el (find-dired-filter): Fix last patch to handle
2565         multi-line process input.  Pad link numbers too.
2567 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
2569         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2571 2008-04-01  Jason Rumney  <jasonr@gnu.org>
2573         * international/characters.el (script-list): Add phonetic script,
2574         covering IPA (previously Latin), Phonetic Extensions and
2575         Phonetic Extensions Supplement (both previously unassigned).
2577         * international/fontset.el (setup-default-fontset): Use unicode fonts
2578         that cover bopomofo script for bopomofo.
2579         Likewise for braille and mathematical.
2580         Use unicode scripts that cover the phonetic script for IPA.
2582 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
2584         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2585         return the assigned value.
2587 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * abbrev.el (abbrev-mode): Use define-minor-mode.
2591         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
2592         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2593         Use map-keymap.
2594         (minor-mode-menu-from-indicator): Use it.  Simplify.
2596         * bindings.el (mode-line-mode-menu): Move before (new) first use.
2597         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2598         Bind the key directly to the menu.
2599         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2601 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
2603         * epa.el (epa-decrypt-region): Explain the reason why this
2604         function should not be used in Lisp programs.
2605         (epa-decrypt-armor-in-region): Ditto.
2606         (epa-verify-region): Ditto.
2607         (epa-verify-cleartext-in-region): Ditto.
2608         (epa-sign-region): Ditto.
2609         (epa-encrypt-region): Ditto.
2611         * epg.el (epg-start-receive-keys): Fix typo in docstring.
2613         * epa.el (epa-select-keys): Show menu even if there is no key in
2614         GnuPG's keyring.
2616 2008-04-01  Glenn Morris  <rgm@gnu.org>
2618         * calendar/calendar.el (calendar-make-temp-face): New function.
2619         (mark-visible-calendar-date):
2620         * calendar/diary-lib.el (fancy-diary-display): Use it.
2622         * vc-hooks.el (vc-responsible-backend): Declare as function.
2624         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2625         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2626         * calendar/cal-julian.el (holiday-julian): Use it.
2628         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2629         (calendar-hebrew-date-is-visible-p): Extract some common code into
2630         separate function.
2631         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2633         * calendar/cal-menu.el (cal-menu-holidays-menu):
2634         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2635         rather than obsolete alias.
2637         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2638         for mark characters.
2639         (calendar-unmark): Unmark by removing all overlays, rather than
2640         redrawing.
2641         (calendar-starred-day): Remove.
2642         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
2643         (calendar-cursor-to-date): No need for special star handling now
2644         using overlays.
2645         (calendar-star-date): Use overlays.
2647         * calendar/cal-french.el (calendar-goto-french-date):
2648         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2649         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2650         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2651         * calendar/cal-persia.el (calendar-persian-date-string):
2652         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2653         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2654         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2655         * calendar/solar.el (solar-equinoxes-solstices):
2656         Reduce nesting of some lets.
2658         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2659         (calendar-goto-mayan-long-count-date): Simplify.
2661         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2662         Simplify by using mapcar.
2663         (calendar-list-holidays): Return holiday-list.
2664         (list-holidays): Use let rather than let*.  Remove un-needed locals
2665         `d', `never'.
2666         (calendar-check-holidays): Return result from dolist.
2667         (holiday-float): Use a single let*.  Simplify if-and to and.
2668         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2669         single let*.
2671 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
2673         * calc/calc.el: Autoload `calc-yank'.
2674         (calc-mode-map): Add keybindings for `calc-yank'.
2675         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2676         assignments for `calc-yank'.
2678 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
2680         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2681         (vc-status-mark-buffer-changed): Handle the extra field.
2683         * vc-bzr.el (vc-bzr-after-dir-status):
2684         * vc-cvs.el (vc-cvs-after-dir-status):
2685         * vc-hg.el (vc-hg-after-dir-status):
2686         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2688 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * doc-view.el: Compute displayed pages first (in PDF).
2691         (doc-view-current-converter-processes): Rename from
2692         doc-view-current-converter-process.  Update users.
2693         (doc-view-sentinel): Test buffer's liveness.
2694         (doc-view-pdf/ps->png-sentinel): Remove.
2695         (doc-view-start-process): New function.
2696         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2697         (doc-view-ps->pdf): Use it.
2698         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2699         New functions.
2700         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2701         (doc-view-mode): Kill the processes when leaving the mode.
2703 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
2705         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2706         Use `byte-compile-warning-types'.  Add docstring.
2708 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2710         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2711         (smerge-resolve): Add various resolution heuristics.
2713         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2714         in 3-way conflicts.
2716 2008-03-31  Glenn Morris  <rgm@gnu.org>
2718         * calendar/cal-bahai.el (diary-bahai-mark-entries):
2719         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2720         * calendar/cal-islam.el (mark-islamic-diary-entries):
2721         Fix argument order in call to diary-mark-entries-1.
2723         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2724         pre-Bahai dates.
2725         (holiday-bahai): Use an algorithm actually relevant to this calendar
2726         system.
2728         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2730         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2731         Use and.
2733         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2734         in the last fortnight in Julian October.
2736         * calendar/calendar.el (increment-calendar-month): Optionally handle
2737         systems without 12 months per year.
2739         (calendar-date-is-visible-p): Doc fix.  Simplify.
2741         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2742         from dolist.
2744 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
2746         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2747         (hi-lock-unload-function): New function.
2749 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
2751         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2752         overwriting when NEWNAME is a local file.
2754         * net/trampver.el: Update release number.
2756 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
2758         * vc-git.el: Make vc-status display information about copies,
2759         renames and permission changes.
2760         (vc-git-extra-fileinfo): New defstruct.
2761         (vc-git-escape-file-name, vc-git-file-type-as-string)
2762         (vc-git-rename-as-string, vc-git-permissions-as-string)
2763         (vc-git-status-printer): New functions.
2764         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2765         (vc-git-after-dir-status-stage1): Look for copies, renames and
2766         permission changes.
2767         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2768         (vc-git-dir-status): Ask for staged files and renames.
2770 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2772         * vc.el: Allow backends to display backend specific information in
2773         the vc-status listing.
2774         (vc-status-fileinfo): Add a field for backend specific information.
2775         (vc-status-printer): Rename to ...
2776         (vc-default-status-printer): ... this.
2777         (vc-status-printer): New function.
2778         (vc-update-vc-status-buffer): Set the backend specific file info
2779         if provided.
2781 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * textmodes/remember.el (remember-diary-convert-entry): Revert last
2784         change (ill-conceived).
2786 2008-03-29  Glenn Morris  <rgm@gnu.org>
2788         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2789         * calendar/cal-julian.el (holiday-julian): Simplify.
2791         * calendar/holidays.el (list-holidays): Use or.
2793 2008-03-29  Juri Linkov  <juri@jurta.org>
2795         * window.el (split-window-preferred-horizontally): New function.
2797         * cus-start.el (split-window-preferred-function):
2798         Set choice for "vertically" to nil instead of split-window.
2799         Set choice for "horizontally" to split-window-preferred-horizontally
2800         instead of lambda.
2802 2008-03-29  Juri Linkov  <juri@jurta.org>
2804         * simple.el (minibuffer-default-add-function): New variable with
2805         the default to minibuffer-default-add-completions.
2806         (minibuffer-default-add-done): New variable.  Make it buffer-local.
2807         (minibuffer-default-add-completions): New function.
2808         (goto-history-element): Set minibuffer-default-add-done to t and
2809         call a function in minibuffer-default-add-function when the
2810         specified absolute history position is greater than the length of
2811         the minibuffer-default list and minibuffer-default-add-done is nil.
2812         Change "^End of history; no next item$" to "^End of defaults;
2813         no next item$".
2815         * bindings.el (debug-ignored-errors): Change "^End of history;
2816         no next item$" to "^End of defaults; no next item$".
2818 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2822         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2823         to with-no-warnings.
2825 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
2827         Sync with Tramp 2.1.13.
2829         * net/tramp-ftp.el: Require 'cl when byte-compiling.
2831         * net/trampver.el: Update release number.
2833 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2835         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2836         the current backend.
2838         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2839         (vc-status-refresh): Create a temporary buffer and call the
2840         `dir-status' backend function from that buffer.
2842         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2843         (vc-bzr-after-dir-status): Don't kill the buffer.
2845         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2846         (vc-cvs-after-dir-status): Don't kill the buffer.
2848         * vc-git.el (vc-git-dir-status): Don't create a buffer.
2849         (vc-git-after-dir-status-stage2): Don't kill the buffer.
2851         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2852         (vc-hg-after-dir-status): Don't kill the buffer.
2854         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2855         (vc-svn-after-dir-status): Don't kill the buffer.
2857 2008-03-29  Glenn Morris  <rgm@gnu.org>
2859         * calendar/calendar.el (diary-file, american-date-diary-pattern)
2860         (european-date-diary-pattern, european-calendar-display-form)
2861         (american-calendar-display-form, diary-display-hook): Doc fixes.
2862         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
2863         custom :set.  Mark as obsolete.
2864         (calendar-date-style, iso-date-diary-pattern)
2865         (iso-calendar-display-form): New user variables.
2866         (diary-date-forms, calendar-date-display-form): Set using
2867         calendar-date-style.  Doc fix.
2868         (calendar-set-date-style): New command.
2869         (european-calendar, american-calendar): Use calendar-set-date-style.
2870         Mark as obsolete.
2872         * calendar/diary-lib.el (number): Move declaration where needed.
2873         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2874         (diary-make-date): New function.
2875         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2876         Use diary-make-date.
2877         (diary-date-display-form, diary-insert-entry-1): New functions.
2878         (insert-monthly-diary-entry, insert-yearly-diary-entry):
2879         Use diary-insert-entry-1.
2880         (insert-anniversary-diary-entry, insert-block-diary-entry)
2881         (insert-cyclic-diary-entry): Use diary-date-display-form.
2883         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2884         Autoload diary-insert-entry-1.
2885         * calendar/cal-bahai.el (diary-bahai-insert-entry)
2886         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2887         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2888         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2889         * calendar/cal-islam.el (insert-islamic-diary-entry)
2890         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2891         Use diary-insert-entry-1.
2893         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2894         (diary-yahrzeit): Doc fix.  Use diary-make-date.
2896         * calendar/icalendar.el (icalendar--datetime-to-american-date):
2897         New name for icalendar--datetime-to-noneuropean-date.  Make old name
2898         obsolete alias.
2899         (icalendar--datetime-to-iso-date): New function.
2900         (icalendar--datetime-to-diary-date): Doc fix.  Respect
2901         calendar-date-style if bound.
2903         * textmodes/remember.el (remember-diary-convert-entry):
2904         Respect calendar-date-style if bound.
2906 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2909         (xterm-mouse-handle-delete-frame): Delete.
2911         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2912         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2913         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2914         in xterm-modify-other-keys-terminal-list.
2916         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2917         are conflicts.
2919 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2921         * vc.el (vc-update): Check if the buffer is unsaved only if it
2922         actually exists.
2923         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2924         vc-print-log.
2926 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2928         * net/dns.el (dns-write): Use set-buffer-multibyte.
2930 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * vc-bzr.el (vc-bzr-sha1): New fun.
2933         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2934         (vc-bzr-registered): Use it.
2936 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2938         * vc.el (vc-status-kill-dir-status-process): Simplify.
2939         (vc-status-refresh): Make sure the buffer is live.
2940         (ring): Don't require it, not used.
2942 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
2944         * progmodes/verilog-mode.el (verilog-auto-inout-module):
2945         Add optional regular expression to AUTOINOUTMODULE.
2946         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2947         (verilog-auto-inst-param, verilog-auto-reg)
2948         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2949         (verilog-auto-output-every, verilog-auto-input)
2950         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2951         (verilog-auto-unused, verilog-auto): Update documentation to use
2952         more obvious instance module names versus cell names.
2954 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
2956         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2957         kill if a process is running.
2959         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2961 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2963         * vc.el: Add new backend function 'status-extra-headers.
2964         (vc-default-status-extra-headers): New function.
2965         (vc-status-headers): Call 'status-extra-headers.  Add colors.
2967         * vc-git.el (vc-git-status-extra-headers): New function.
2969 2008-03-28  Glenn Morris  <rgm@gnu.org>
2971         * calendar/cal-menu.el (cal-menu-holidays-menu)
2972         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2973         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2974         holiday-list is optional.
2975         (calendar-mouse-holidays): Remove un-needed local `l'.
2977         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2978         Remove un-needed local `date'.
2979         (calendar-cursor-to-visible-date): Use let rather than let*.
2980         Remove un-needed local `first-of-month-weekday'.
2982         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2984         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2985         Doc fixes.
2986         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
2987         (diary-header-line-flag, diary-header-line-format): Declare.
2988         (diary-pull-attrs): Check for multiple matches.
2989         (diary-list-entries-2): Simplify finding start of date.
2990         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2991         pop-up-frames.
2992         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2993         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2995 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
2997         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2999         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3001 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3005         * image-mode.el (image-mode-reapply-winprops): Fix last change.
3007 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
3009         * international/mule-conf.el (define-iso-single-byte-charset):
3010         Don't make latin-iso8859-* supplementary.
3011         (#'set-charset-priority): Don't change the priority of charsets
3012         `unicode' and `emacs'.
3014 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3017         temp buffer.
3019 2008-03-27  Glenn Morris  <rgm@gnu.org>
3021         * calendar/cal-bahai.el (diary-bahai-list-entries):
3022         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3023         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3025         * calendar/calendar.el (diary-file): Doc fix.
3027         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3028         (list-diary-entries-hook, mark-diary-entries-hook)
3029         (include-other-diary-files, diary-mail-entries)
3030         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3031         (diary-set-header): New function.
3032         (diary-header-line-flag, diary-header-line-format):
3033         Use diary-set-header for custom :set function.
3034         (diary-set-maybe-redraw): Use symbol-value rather than eval.
3035         (diary-attrtype-convert): Use intern-soft rather than read.
3036         (diary-display-no-entries): New function.
3037         (simple-diary-display, fancy-diary-display): Use it.
3038         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
3039         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3041         * calendar/holidays.el (list-holidays): Doc fix.
3043 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
3045         * calc/calc-store.el (calc-read-var-name-history): New variable.
3046         (calc-read-var-name): Use `calc-read-var-name-history'.
3048 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * image-mode.el (image-mode-reapply-winprops): Simplify now that
3051         window-configuration-change-hook works buffer-locally.
3053 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
3055         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3056         for Emacs Lisp, not Lisp.
3058 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
3060         * help-fns.el (describe-function-1, describe-variable):
3061         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3063         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3064         replacement is provided, don't print "use nil instead".
3066 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
3068         * complete.el (PC-do-completion): Use regexp-quote.
3070 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3072         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3073         Detect missing files.
3075         * vc-git.el (vc-git-extra-menu-map): New key map.
3076         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3077         New functions.
3079         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3080         and 'missing files.
3082 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3084         * calendar/holidays.el (list-holidays): Make Y2 optional.
3086         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3087         buffers shown to the user.
3088         (appt-disp-window): Disable undo explicitly now that the leading space
3089         is gone.
3091         * simple.el (activate-mark): New function.
3092         (set-mark-command): Use it with region-active-p to clean up the code.
3093         (exchange-point-and-mark): Invert the meaning of C-u when
3094         transient-mark-mode is active.
3096         * dired-aux.el (dired-create-files): Use dolist.
3098         * bindings.el (mode-line-change-eol): Use with-selected-window.
3100         * apropos.el (apropos-command): Include macros.
3102 2008-03-26  Glenn Morris  <rgm@gnu.org>
3104         * calendar/cal-bahai.el: Require calendar, not cal-julian.
3105         (calendar-bahai-epoch): Doc fix.
3107         * calendar/cal-china.el: Explicitly require calendar.
3109         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3110         Require calendar rather than cal-julian.
3111         Autoload calendar-absolute-from-julian.
3112         * calendar/cal-coptic.el (coptic-calendar-epoch):
3113         * calendar/cal-islam.el (calendar-islamic-epoch):
3114         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3116         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3118         * calendar/cal-dst.el: Don't require cal-persia.
3119         (calendar-absolute-from-persian): Autoload it.
3120         (dst-adjust-time): Doc fix.
3122         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3123         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3124         calendar.
3126         * calendar/cal-menu.el: Require calendar rather than declaring
3127         functions.
3128         * calendar/calendar.el: Provide calendar before requiring cal-menu.
3130         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3131         calendar-after-frame-setup-hooks.  Update callers, make old name an
3132         obsolete alias.  Doc fix.
3133         (calendar-frame-1): Doc fix.
3135         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3137         * calendar/calendar.el (oriental-holidays, solar-holidays):
3138         * calendar/holidays.el (list-holidays): Assume atan always bound.
3140         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3141         Explicitly require calendar, not cal-julian.
3142         * calendar/lunar.el: Explicitly require cal-dst.
3144 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3148         * help-fns.el (describe-function-1, describe-variable): If no
3149         replacement is provided, don't print "use nil instead".
3151 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3153         * proced.el: New file.
3155 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3157         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3159 2008-03-25  Juri Linkov  <juri@jurta.org>
3161         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3162         in battery-mode-line-format.
3164         * bindings.el (minibuffer-local-map): For the command
3165         file-cache-minibuffer-complete replace keymap minibuffer-local-map
3166         with map which is already locally bound to minibuffer-local-map.
3168 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3170         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3171         Remove `sort-first' argument.
3173         * subr.el (redisplay-end-trigger-functions)
3174         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3175         (process-filter-multibyte-p, set-process-filter-multibyte):
3176         Mark as obsolete.
3178 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
3180         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3181         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3182         use the LOCAL arg of `add-hook'.
3183         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3184         Remove spurious * from defcustom docstrings.
3185         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3186         Fix typos in messages.
3187         (reb-mode-buffer-p): New function.
3188         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
3189         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3190         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3191         (reb-update-overlays): Use `unless', `when'.
3192         (re-builder-unload-function): New function.
3194 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
3196         * vc-hooks.el (vc-state): Add documentation for 'missing.
3198 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
3200         * progmodes/verilog-mode.el (verilog-auto-output)
3201         (verilog-auto-input, verilog-auto-inout, verilog-auto)
3202         (verilog-delete-auto): Add optional regular expression to
3203         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3204         (verilog-signals-matching-regexp): New internal function for
3205         signal matching.
3207 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
3209         * info.el (Info-isearch-search): Always return point.
3211 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * diff-mode.el (diff-remembered-defdir): New var.
3214         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3216 2008-03-25  Glenn Morris  <rgm@gnu.org>
3218         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3219         calendar-bahai-prompt-for-date.  Update callers, make old name an
3220         obsolete alias.  Doc fix.
3221         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3222         coptic-prompt-for-date.  Update callers, make old name an
3223         obsolete alias.  Doc fix.
3224         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3225         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
3226         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3227         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
3228         * calendar/cal-iso.el (calendar-iso-read-date): New name for
3229         calendar-iso-read-args.  Update callers, make old name an obsolete
3230         alias.
3231         * calendar/cal-persia.el (calendar-persian-read-date): New name for
3232         persian-prompt-for-date.  Update callers, make old name an
3233         obsolete alias.  Doc fix.  Move definition before use.
3235         * calendar/cal-x.el (diary-frame-parameters)
3236         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3237         (calendar-frame-1): Doc fixes.
3238         (make-fancy-diary-buffer): Remove declaration.
3239         (calendar-dedicate-diary): Replace call to deleted function
3240         make-fancy-diary-buffer.
3241         (calendar-frame-setup): New function.
3242         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3243         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3244         work, and mark as obsolete.
3245         (special-display-buffer-names): Don't mess with this; it's not our
3246         business.
3247         (cal-x-load-hook): Defvar it, and mark as obsolete.
3249         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3250         Default to t.  Add to 'calendar group.
3251         (calendar): Doc fix.  Use calendar-frame-setup.
3252         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
3253         (generate-calendar-window): Doc fix.
3255 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3259 2008-03-24  Drew Adams  <drew.adams@oracle.com>
3261         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3262         New variables.
3263         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
3264         (finder-exit): Ignore errors rather than avoiding them.
3265         Kill *Finder-package* buffer also.
3267 2008-03-24  Andreas Schwab  <schwab@suse.de>
3269         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3271 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
3273         * vc-hg.el (vc-hg-after-dir-status):
3274         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3276         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3277         Detect removed files.
3279         * vc.el (vc-status-printer): Use a different face for missing files.
3280         (vc-status-hide-up-to-date): Rename from
3281         vc-status-remove-up-to-date.  Update all callers.
3282         (vc-status-mode-map): Bind C-m.
3284 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
3286         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3287         code ...
3288         (vc-git--state-code): ... to this new function.
3289         (vc-git-state): Use it.
3291 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3293         * textmodes/remember.el (remember-mail-date)
3294         (remember-store-in-mailbox): Write date and From line in such a
3295         way that Mutt can read it.
3297 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
3299         * simple.el (transient-mark-mode): Turn on by default.
3301 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3303         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3304         'unregistered for unregistered files.
3306         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3308         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3310         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3311         subdirectories.
3313         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3314         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3315         Add :enable for vc-status-refresh.
3316         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3317         (vc-status-tool-bar-map): Add binding for
3318         vc-status-kill-dir-status-process.
3319         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3320         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3321         Reset vc-status-process-buffer.
3322         (vc-status-refresh): Don't run two refreshes at a time.
3323         (vc-status): If the buffer is already in vc-status-mode only refresh.
3324         (vc-status-mark-buffer-changed): Add an optional file parameter.
3325         (vc-resynch-buffer): Use it.
3326         (vc-delete-file): Expand the file name before using it.
3327         Be careful to not create a new buffer with the old file contents.
3328         Update the VC state after performing the operation.
3330 2008-03-23  Andreas Schwab  <schwab@suse.de>
3332         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3333         Fix radio button condition.
3334         [box]: Likewise.
3335         [customize]: Add radio button.
3337 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
3339         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3340         (calc-user-parse-tables, calc-gnuplot-default-device)
3341         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3342         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3343         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3344         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3345         (calc-undo-list, calc-redo-list, calc-main-buffer)
3346         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3347         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3348         (calc-said-hello, calc-executing-macro, calc-any-selections)
3349         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3350         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3351         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3352         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3353         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3354         (calc-create-buffer, calc-quit): Add docstrings.
3356 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
3358         * makefile.w32-in (WINS_ALMOST): Add org.
3360 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3362         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3363         New functions to implement vc-status support.
3365 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3367         * vc.el (vc-status-prepare-status-buffer): New function.
3368         (vc-status): Use it.
3370         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3371         appropriate.
3373 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
3375         * vc-git.el (vc-git--empty-db-p)
3376         (vc-git-after-dir-status-stage1-empty-db): New functions.
3377         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3378         Add support for empty repositories.
3380 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3382         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3383         Allow "^" in a version name.
3385         * vc-mtn.el (vc-mtn-state): Support the added state.
3387 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
3389         * org: New directory for Org-mode.
3391         * org/org-export-latex.el: Moved from lisp/texmodes.
3393         * org/org-irc.el: Moved from lisp/texmodes.
3395         * org/org-mac-message.el: Moved from lisp/texmodes.
3397         * org/org-mouse.el: Moved from lisp/texmodes.
3399         * org/org-publish.el: Moved from lisp/texmodes.
3401 2008-03-21  Juri Linkov  <juri@jurta.org>
3403         * comint.el (comint-dynamic-simple-complete):
3404         Use variable `stub' for the second arg `common-substring'
3405         of `comint-dynamic-list-completions'.
3406         (comint-dynamic-list-filename-completions):
3407         Use variable `filenondir' for the second arg `common-substring'
3408         of `comint-dynamic-list-completions'.
3409         (comint-dynamic-list-completions): Add new optional arg
3410         `common-substring'.  Add `common-substring' as the second arg of
3411         the call to `display-completion-list'.  Doc fix.
3413         * comint.el (comint-dynamic-complete-as-filename)
3414         (comint-dynamic-list-filename-completions)
3415         (comint-dynamic-simple-complete): Use `minibuffer-message'
3416         to display message "No completions of %s" when a command
3417         is called in the minibuffer.
3418         (comint-dynamic-simple-complete): Don't display other
3419         completion messages when a command is called in the minibuffer.
3420         (comint-dynamic-list-completions): Use `minibuffer-message'
3421         to display message " [Type space to flush ...]" when a command
3422         is called in the minibuffer.
3424         * shell.el (shell-dynamic-complete-command)
3425         (shell-dynamic-complete-environment-variable): Don't display
3426         completion messages when command is called in the minibuffer.
3428         * emacs-lisp/lisp.el (lisp-complete-symbol):
3429         Use `minibuffer-message' to display message "No completions of %s"
3430         when this command is called in the minibuffer.
3432         * bindings.el (standard-mode-line-modes): Put special help-echo
3433         tooltip on recursive edit %[ %] mode-line constructs.
3435         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3436         "^No dynamic expansion for .* found$" to allow error messages like
3437         "No dynamic expansion for \"%s\" found in this-buffer".
3439 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
3441         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3442         "psftp".
3444 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3446         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3447         * vc.el (vc-default-dired-state-info): Use just "modified".
3448         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3449         (vc-cvs-mode-line-string): Make use of the better default.
3450         (vc-cvs-parse-entry): Use the new `added'.
3451         (vc-cvs-dired-state-info): Remove.
3452         * vc-svn.el (vc-svn-dired-state-info): Remove.
3453         * vc-hg.el (vc-hg-dired-state-info): Remove.
3454         * vc-git.el (vc-git-dired-state-info): Remove.
3456 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3458         * vc-git.el (vc-git-status-result): New variable.
3459         (vc-git-dir-status): Split out ...
3460         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3461         ... these new functions and work asynchronously.
3463 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
3465         * vc-git.el (vc-git-after-dir-status): Remove.
3466         (vc-git-dired-state-info): Reimplement.
3468 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3470         * replace.el (occur-mode-map): Add :help.
3472         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3473         for disassemble.
3475         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3476         the 'added state.
3477         (vc-status-remove-up-to-date): New function.
3478         (vc-status-mode-map, vc-status-menu-map): Bind it.
3479         (vc-status-printer): Use a different face up-to-date files.
3480         (vc-resynch-buffer): Update the vc-status buffer if it exists.
3481         (Todo): Remove solved entries.
3483         * vc-hg.el (vc-hg-state):
3484         * vc-git.el (vc-git-state):
3485         * vc-cvs.el (vc-cvs-parse-status):
3486         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3487         state.
3489 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * progmodes/compile.el (compile):
3492         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3494         * simple.el (minibuffer-local-shell-command-map): New var.
3495         (minibuffer-complete-shell-command, read-shell-command): New funs.
3496         (shell-command, shell-command-on-region): Use them.
3498 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3500         * vc.el (vc-status-mark-buffer-changed): New function to implement
3501         updating of the *vc-status* buffer when a buffer is saved.
3502         (vc-status-mode): Use it for after-change-hook.
3503         (vc-add-to-vc-status-buffer): Rename to ...
3504         (vc-status-add-entry): ... this.
3505         (Todo): Add new entry.
3507 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3511 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
3513         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3514         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3515         Remove spurious * from defcustom docstrings.
3516         (icomplete-compute-delay): Fix docstring and remove spurious *.
3517         (icomplete-delay-completions-threshold): Fix typo in docstring and
3518         remove spurious *.
3519         (icomplete-completions): While collecting the list of prospective
3520         candidates, don't overshoot `icomplete-prospects-length'.
3522 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3524         * textmodes/refbib.el:
3525         * textmodes/reftex.el:
3526         * textmodes/reftex-global.el:
3527         * textmodes/reftex-vars.el:
3528         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3529         compiler pacifying defvars.
3530         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3531         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3532         not needed.
3534 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
3536         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3537         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3538         (verilog-customize, verilog-font-customize)
3539         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3540         (verilog-mode): Update documentation strings to match tool tips.
3541         (verilog-auto-search-do, verilog-auto-re-search-do)
3542         (verilog-skip-forward-comment-or-string): Fix verilog-auto
3543         expansion when a .* appears inside a string.
3544         (verilog-re-search-forward, verilog-re-search-backward):
3545         Add comment to recall how this works.
3546         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3548 2008-03-20  Glenn Morris  <rgm@gnu.org>
3550         * calendar/calendar.el (calendar-other-dates): New function.
3551         (calendar-print-other-dates): Use calendar-other-dates.
3552         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3553         the declarations it replaces.
3554         (calendar-mouse-print-dates): Use calendar-other-dates.
3556         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3557         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3558         (calendar-absolute-from-bahai): Fix the leap-year case.
3559         (calendar-bahai-from-absolute): Re-use the Gregorian month.
3560         (calendar-bahai-date-string, calendar-bahai-print-date):
3561         Handle pre-Bahai dates.
3563         * calendar/cal-china.el (chinese-calendar-celestial-stem)
3564         (chinese-calendar-terrestrial-branch): Make defcustoms.
3566         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3567         (calendar-mouse-view-diary-entries): Use or.
3568         (calendar-mouse-chinese-date): Remove unused command.
3569         (cal-menu-load-hook): Mark as obsolete.
3571         * calendar/solar.el (calendar-location-name, calendar-latitude)
3572         (calendar-longitude, solar-arctan, sunrise-sunset)
3573         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3575 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
3577         * calc/calc.el: Remove outdated comments.
3578         (defcalcmodevar, calc-mode-var-list-restore-default-values)
3579         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3580         Add docstrings.
3582 2008-03-19  Jason Rumney  <jasonr@gnu.org>
3584         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3586 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3588         * net/tls.el (open-tls-stream): Reindent.
3590 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
3592         * net/tramp.el (tramp-let-maybe): Removed.
3593         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3594         It does not exist under XEmacs.
3595         (tramp-handle-file-truename, tramp-handle-expand-file-name)
3596         (tramp-completion-file-name-handler): Let-bind
3597         `directory-sep-char'.
3599         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3600         `directory-sep-char'.
3602 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * help-fns.el (describe-function-1): Don't signal "missing arglist"
3605         for autoloaded keymaps.
3607         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3608         (electric-verilog-terminate-line, verilog-in-struct-region-p)
3609         (verilog-backward-ws&directives, verilog-forward-ws&directives)
3610         (verilog-in-comment-p, verilog-in-star-comment-p)
3611         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3612         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3613         (verilog-skip-forward-comment-or-string, verilog-in-paren)
3614         (verilog-skip-forward-comment-p): Use it.
3616 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3618         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3619         (org-remember-templates, org-time-stamp-rounding-minutes)
3620         (org-back-over-empty-lines, org-find-base-buffer-visiting)
3621         (org-columns-new): Fix typos in docstrings.
3623 2008-03-19  Glenn Morris  <rgm@gnu.org>
3625         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3626         (tramp-handle-shell-command): Use condition-case rather than
3627         ignore-errors.
3629 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3631         * diff-mode.el (diff-header): Make the color louder.
3632         (diff-refine-change): Tone the color down.
3634 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3636         * descr-text.el (describe-char): When `describe-char-unidata-list'
3637         is set to show all properties, list them in the right order.
3639 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * international/mule.el (load-with-code-conversion): Avoid setting
3642         default-enable-multibyte-characters.
3644 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
3646         * vc.el (vc-annotate-background): Fix custom type.
3648 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * descr-text.el (describe-char-unidata-list): Allow specifying
3651         just all properties.
3652         (describe-char): Handle that new value.
3654         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3656 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3658         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3659         instead of file name extension to make docs with uncommon
3660         extensions work.
3662 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3664         * doc-view.el (require): Require cl at compile time because
3665         `assert' needs it.
3667 2008-03-18  Glenn Morris  <rgm@gnu.org>
3669         * calendar/calendar.el (initial-calendar-window-hook)
3670         (today-visible-calendar-hook): Doc fixes.
3672 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
3674         * net/tramp.el (tramp-root-regexp): Simplify.
3675         (tramp-completion-file-name-regexp-separate): Don't insist on
3676         leading "[".  This prevents method or user or host completion.
3677         (tramp-let-maybe): Autoload it.
3678         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
3679         is an alias for `identity'.
3680         (tramp-handle-write-region): Protect `last-coding-system-used'
3681         over the trailing statements.
3682         (tramp-completion-file-name-handler-post-function): Remove.
3683         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3684         instead of calling `tramp-drop-volume-letter'.
3686         * net/tramp.el:
3687         * net/tramp-uu.el:
3688         * net/trampver.el: Move coding cookie at the end.
3690 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3692         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3693         elements which may be something else than characters.
3695 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
3697         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3698         New functions to implement vc-status support.
3700         * vc.el (vc-default-extra-status-menu)
3701         (vc-add-to-vc-status-buffer): New functions.
3703         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3704         for eldoc and ielm.
3706 2008-03-17  Glenn Morris  <rgm@gnu.org>
3708         * calendar/cal-x.el (diary-frame-parameters)
3709         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3710         Fix custom type; add options.
3711         (calendar-frame, diary-frame): Doc fixes.
3712         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3713         new functions.
3714         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3715         Use calendar-frame-1 and calendar-dedicate-diary.
3716         (calendar-one-frame-setup): Also handle only-one-frame case.
3717         (calendar-only-one-frame-setup): Doc fix.  Just call
3718         calendar-one-frame-setup.
3720         * calendar/diary-lib.el: Re-order some definitions before their use.
3721         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3722         (diary-list-entries): Doc fixes.
3723         (make-fancy-diary-display): Remove function.
3725         * calendar/calendar.el (calendar-today-marker)
3726         (initial-calendar-window-hook, today-visible-calendar-hook)
3727         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3728         (calendar-star-date, calendar-mark-today): Doc fixes.
3729         (today-visible-calendar-hook): Add options.
3730         (calendar-in-read-only-buffer): New macro.
3731         (calendar-basic-setup): Adapt for change in calendar-read-date.
3732         Place holiday let inside if.
3733         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3734         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3735         (calendar-print-other-dates): Use one let rather than many.
3737         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3738         (calendar-print-other-dates):
3739         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3740         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3741         * calendar/holidays.el (calendar-list-holidays, list-holidays)
3742         (calendar-cursor-holidays):
3743         * calendar/lunar.el (calendar-phases-of-moon): Use
3744         calendar-in-read-only-buffer to replace previous code and disable undo.
3746 2008-03-16  Juri Linkov  <juri@jurta.org>
3748         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3749         and regexp-search-ring-yank-pointer for the HISTPOS argument of
3750         read-from-minibuffer to provide the correct initial minibuffer
3751         history position in isearch-edit-string when it is called from
3752         isearch-ring-adjust.
3754         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3755         to check if the current buffer is the minibuffer, and in this case
3756         call abort-recursive-edit to kill the minibuffer.  Doc fix.
3757         (kill-this-buffer-enabled-p): Allow this function to return non-nil
3758         when the current buffer is the minibuffer.
3760         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
3762 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
3764         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3765         Use non-nil PARENTS attribute of make-directory instead of
3766         explicitly checking existence the current cache directory.
3768 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
3770         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3771         M-x epa-file-select-keys.
3773 2008-03-16  Kenichi Handa  <handa@m17n.org>
3775         * international/mule.el (auto-coding-alist):
3776         Use no-conversion-multibyte for archive files.
3778 2008-03-16  Glenn Morris  <rgm@gnu.org>
3780         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3781         New functions.
3782         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3783         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3784         Use calendar-mark-1.
3785         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3786         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3787         Use calendar-mark-complex.
3788         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3789         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3790         Use calendar-mark-1.
3792         * calendar/calendar.el (calendar-mod): Remove.
3793         * calendar/cal-china.el (calendar-chinese-from-absolute)
3794         (calendar-chinese-date-string): Expand calendar-mod calls.
3795         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3796         Expand calendar-mod calls.
3798         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3799         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3800         (diary-bahai-insert-yearly-entry): Use let rather than let*.
3801         Move obsolete aliases after the functions that replaced them.
3803         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3804         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3805         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3806         Use let rather than let*.
3807         (calendar-hebrew-prompt-for-date): New function.
3808         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3809         (holiday-tisha-b-av-etc): Use unless, let.
3811         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3812         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3814         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3816         * calendar/calendar.el (calendar-for-loop): Add indent spec.
3818         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3819         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3820         than concat.
3821         (diary): Remove un-needed let.
3822         (view-other-diary-entries): Rename argument.
3823         (diary-list-entries-2): New function.
3824         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3825         (print-diary-entries): Use unless.
3826         (diary-mark-entries-1): Change argument order, make all but
3827         markfunc optional.  Handle the standard (Gregorian) case.
3828         Use match-string-no-properties.  Handle marks.
3829         (mark-diary-entries): Use diary-mark-entries-1.
3830         (diary-font-lock-keywords-1): New macro.
3831         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3833 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
3835         * icalendar.el (icalendar-version): Increase to 0.18.
3836         (icalendar-export-hidden-diary-entries): New variable.
3837         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3838         In case of error, insert full error-val.
3839         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
3840         Use calendar-day-of-week.  Return the day number.
3841         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3843 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
3845         * icalendar.el (icalendar-recurring-start-year): New variable.
3846         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3847         (icalendar-export-region): Ignore hidden diary entries.
3848         (icalendar--convert-ordinary-to-ical): Fix case where event
3849         spans across midnight boundary.
3850         (icalendar-first-weekday-of-year): New function.
3851         (icalendar--convert-weekly-to-ical): Allow user-selectable start
3852         year for recurring events (Mozilla calendars do not propagate
3853         recurring events forever, so year 2000 start date was not working).
3854         (icalendar--convert-yearly-to-ical): Remove extra spaces in
3855         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3857 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
3859         * net/tramp.el (tramp-root-regexp): New defconst.
3860         (tramp-completion-file-name-regexp-unified)
3861         (tramp-completion-file-name-regexp-separate)
3862         (tramp-completion-file-name-regexp-url): Use it.
3863         (tramp-do-copy-or-rename-file-via-buffer):
3864         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
3865         t for `insert-file-contents-literally'.
3866         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3867         Autoload it.
3868         (tramp-completion-file-name-handler-post-function): New defconst.
3869         (tramp-completion-file-name-handler): Use it.
3870         (tramp-maybe-open-connection): Update calls to
3871         `tramp-flush-connection-property' for removed 2nd argument.
3873 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3875         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3876         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3877         New functions.
3879 2008-03-15  Glenn Morris  <rgm@gnu.org>
3881         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3882         New functions.
3883         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3884         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3885         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3886         (diary-bahai-list-entries): Use diary-list-entries-1.
3887         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
3888         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3889         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3890         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3891         (list-hebrew-diary-entries): Use diary-list-entries-1.
3892         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
3893         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3894         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3895         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3896         (list-islamic-diary-entries): Use diary-list-entries-1.
3897         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
3899         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3901         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3903         * calendar/cal-china.el (number-chinese-months)
3904         (calendar-chinese-from-absolute): Use nth, caar.
3906         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3908         * calendar/cal-french.el (french-calendar-accents): Doc fix.
3910         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3911         (calendar-hebrew-month-name-array-leap-year)
3912         (hebrew-calendar-parashiot-names): Make constants.
3913         (diary-parasha): Move definition after constants it uses.
3915         * calendar/cal-html.el (cal-html-insert-link-yearpage)
3916         (cal-html-htmlify-list): Doc fix.
3917         (cal-html-htmlify-entry): Use nth.
3919         * calendar/cal-islam.el (calendar-islamic-month-name-array)
3920         (calendar-islamic-epoch): Make constants.
3921         (calendar-islamic-epoch): Doc fix.
3923         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3925         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3926         (cal-tex-month-name): Doc fix.
3927         (cal-tex-last-blank-p): Use zerop.
3929         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3930         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3931         (calendar-cursor-to-date): Doc fix.
3932         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3933         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3934         (calendar-day-number): Use when.
3935         (generate-calendar-month): Use dotimes.
3936         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3937         (calendar-set-mark): Reverse conditional.
3938         (calendar-make-alist): Move definition before use.
3940         * calendar/diary-lib.el (diary-face-attrs)
3941         (diary-glob-file-regexp-prefix, diary-selective-display)
3942         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3943         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3944         (diary-anniversary, diary-cyclic)
3945         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3946         (diary-header-line-format): Change wording.
3947         (diary-list-entries): Set `date-start' in let.
3948         (include-other-diary-files, mark-included-diary-files): Use format.
3949         (simple-diary-display, fancy-diary-display): Use cadr, unless.
3950         (mark-diary-entries): Use 1+.
3951         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3952         (mark-calendar-month): Use dotimes.
3954         * calendar/holidays.el (displayed-month, displayed-year):
3955         Move declarations where needed.
3956         (calendar-list-holidays): Doc fix.
3958         * calendar/parse-time.el (parse-time-string): Simplify.
3960         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3961         Make constants.
3962         (solar-sunrise-sunset): Rename some local variables for clarity.
3963         (sunrise-sunset): Use zerop.
3964         (solar-mean-equinoxes/solstices): Doc fix.
3966         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3967         Use nth.
3968         (timeclock-completing-read, timeclock-generate-report): Use zerop.
3969         (timeclock-mean, timeclock-generate-report): Use dolist.
3971         * calendar/todo-mode.el (todo-add-category): Simplify.
3972         (todo-more-important-p, todo-delete-item, todo-file-item):
3973         Use unless, when.
3974         (todo-top-priorities): Use zerop.
3976 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
3978         * buff-menu.el (list-buffers-noselect): Display buffer name in
3979         tooltip instead of mouse binding when it doesn't fit in the list.
3981 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3983         * faces.el (xw-defined-colors):
3984         * simple.el (widget-convert, shell-mode): Declare as functions
3985         instead of autoloading.
3987         * abbrev.el:
3988         * button.el:
3989         * cus-face.el:
3990         * ediff-hook.el:
3991         * emacs-lisp/backquote.el:
3992         * emacs-lisp/timer.el:
3993         * facemenu.el:
3994         * faces.el:
3995         * menu-bar.el:
3996         * simple.el:
3997         * subr.el:
3998         * textmodes/fill.el:
3999         * textmodes/paragraphs.el: Remove autoloads, redundant when the
4000         files are preloaded.
4002 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * desktop.el (desktop-create-buffer): Don't catch errors if
4005         debug-on-error is set.
4007 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
4009         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4010         ($(lisp)/calendar/diary-loaddefs.el)
4011         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4012         (LOADDEFS): New macro.
4013         (autoloads): Depend on $(LOADDEFS).
4015 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4017         * font-lock.el (featurep): Remove test, not useful anymore.
4018         (facemenu-keymap): Move key binding ...
4019         * facemenu.el (facemenu-keymap): ... here.
4021         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
4022         for each file in the list.
4023         (vc-bzr-log-view-mode): Recognize the file marker.
4025         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4026         for checkdoc and profiling.
4028 2008-03-14  Bastien Guerry  <bzg@altern.org>
4030         * textmodes/flyspell.el (nxml-mode): Add the right
4031         `flyspell-mode-predicate'.
4033         * wid-edit.el (link): Use 'mouse-face for :follow-link.
4035 2008-03-14  Glenn Morris  <rgm@gnu.org>
4037         * calendar/solar.el: Reorder so that functions are defined before use.
4038         (displayed-month, displayed-year): Move declarations where needed.
4039         (solar-get-number): Move definition before use.  Use unless.
4040         (solar-equatorial-coordinates): Simplify.
4041         (solar-sunrise-and-sunset): Use let rather than let*.
4042         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4044         * startup.el (command-line-1): Rename -internal-script back to
4045         -scriptload (reverts previous change).
4047         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4048         (calendar-bahai-leap-base): Add doc strings.
4049         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4050         Move definition before use.
4051         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4052         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4053         variables outside the loop.  Use dolist.
4054         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4056         * calendar/cal-china.el: Re-order so that functions are defined before
4057         use.
4058         (displayed-month, displayed-year): Move declarations where needed.
4059         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4060         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4061         Add doc strings.
4062         (chinese-year-cache): Recenter on 2010.  Doc fix.
4063         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4064         Doc fix.  Simplify.
4065         (chinese-year-cache-init): New function.
4066         (compute-chinese-year, holiday-chinese-new-year)
4067         (calendar-chinese-date-string, calendar-goto-chinese-date)
4068         (make-chinese-month-assoc-list): Use cadr, nth.
4069         (chinese-months): Remove un-needed let.
4071         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4072         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4073         (coptic-prompt-for-date): Move definition before use.
4075         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4076         (calendar-dst-find-data, calendar-daylight-time-offset)
4077         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4078         (calendar-daylight-savings-starts-time)
4079         (calendar-daylight-savings-ends-time): Use cadr, nth.
4081         * calendar/cal-french.el (french-calendar-epoch)
4082         (calendar-goto-french-date): Doc fix.
4083         (french-calendar-month-name-array)
4084         (french-calendar-multibyte-month-name-array)
4085         (french-calendar-day-name-array, french-calendar-special-days-array):
4086         Add doc strings.
4088         * calendar/cal-hebrew.el (displayed-month, displayed-year)
4089         (original-date): Move declarations where needed.
4090         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4091         Doc fix.
4092         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4093         constant variables outside the loop.  Use dolist.
4095         * calendar/cal-islam.el (displayed-month, displayed-year)
4096         (original-date): Move declarations where needed.
4097         (islamic-calendar-day-number): Remove unused local variable `day'.
4098         (calendar-goto-islamic-date): Doc fix.
4099         (holiday-islamic): Use unless.
4100         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4101         constant variables outside the loop.  Use dolist.
4102         (mark-islamic-calendar-date-pattern): Move definition before use.
4103         Use unless.
4104         (mark-islamic-diary-entries): Doc fix.
4105         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4106         (insert-yearly-islamic-diary-entry): Use let rather than let*.
4108         * calendar/cal-julian.el (calendar-absolute-from-julian):
4109         Move definition before use.  Remove un-needed local `day'.
4110         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4112         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4113         (calendar-mayan-tzolkin-names-array): Add doc strings.
4114         (calendar-mayan-long-count-from-absolute): Use a single let.
4115         (calendar-string-to-mayan-long-count): Simplify.
4116         (calendar-next-haab-date, calendar-previous-haab-date)
4117         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4118         (calendar-previous-calendar-round-date)
4119         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4120         Doc fix.
4121         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4122         (calendar-mayan-date-string, calendar-print-mayan-date)
4123         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4124         (calendar-mayan-long-count-common-era): Move definitions before use.
4126         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4127         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4128         Doc fix.
4129         (calendar-mouse-goto-date): Move definition before use.
4131         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4132         Move definition before use.
4133         (calendar-cursor-to-visible-date): Move definition before use.
4134         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
4135         and place inside the conditional.
4136         (calendar-forward-day): Simplify.
4137         (calendar-end-of-month): Use unless.
4138         (calendar-goto-day-of-year): Doc fix.
4139         Relocate obsolete aliases after their replacements.
4141         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4143         * calendar/diary-lib.el (mark-diary-entries): Move some constant
4144         variables outside the diary-date-forms loop.
4146         * calendar/calendar.el (diary-file): Doc fix.
4147         (calendar-buffer-list): Return buffers rather than strings (fixes
4148         previous change).
4149         (hebrew-holidays-4): Fix typo.
4151         * calendar/holidays.el (displayed-month, displayed-year):
4152         Move declarations where needed.
4153         (calendar-holiday-list, calendar-list-holidays)
4154         (holiday-filter-visible-calendar): Move definitions before use.
4155         (list-holidays): Use cadr.
4156         Relocate obsolete aliases after their replacements.
4158         * calendar/lunar.el (date, displayed-month, displayed-year):
4159         Move declarations where needed.
4160         (lunar-phase-list): Move definition after functions it uses.
4161         (calendar-phases-of-moon, diary-phases-of-moon)
4162         (lunar-new-moon-on-or-after): Use cadr, nth.
4163         (lunar-new-moon-on-or-after): Doc fix.
4165         * textmodes/org-irc.el (top-level): CL not required when compiling.
4166         (org-irc-visit-erc): Replace runtime CL functions.
4168         * textmodes/org-publish.el (declare-function): Add compatibility stub.
4169         (org-publish-delete-dups): Declare as function.
4171 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4173         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4174         (vc-bzr-show-log-entry): Make regexp match more cases.
4175         (vc-diff-switches-list): Remove autoload, not needed.
4177 2008-03-14  Juri Linkov  <juri@jurta.org>
4179         * isearch.el (isearch-edit-string): Remove one call to
4180         `isearch-push-state' not to push an inconsistent state,
4181         but keep another correct call to `isearch-push-state'.
4182         (isearch-ring-adjust): Call `isearch-push-state' only when
4183         `search-ring-update' is non-nil since `isearch-edit-string'
4184         already pushes its state.
4185         (isearch-message): Improve matching the failed part by checking
4186         if the original message starts with the last successful message.
4188         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4189         (dired-perm-write): Rename from `dired-warn-writable'.
4190         Change parent face from `font-lock-warning-face' to
4191         `font-lock-comment-delimiter-face'.
4192         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4193         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4194         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4195         with `dired-perm-write-face'.
4197 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
4199         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4200         Create cache dir only if it doesn't already exist.
4202 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4204         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4205         of \ and '.
4207 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
4209         * net/browse-url.el (browse-url-text-xterm):
4210         Unquote browse-url-text-browser.
4212 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4214         * textmodes/org-mouse.el: Version number change.
4216         * textmodes/org-publish.el (org-publish-expand-components):
4217         Remove null projects from the list of components.
4218         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4219         Remove unused retrieval of the :publishing-directory property.
4220         (org-publish-file): Bugfix: when using a relative directory as the
4221         publishing directory, convert it to a directory filename.
4222         (org-publish-project): New alias.
4223         (org-publish-get-files): Protect against empty p.
4224         (org-publish-file): Send an error when file is not part of any project.
4225         (org-publish-file): Offer to refresh the list of files in known
4226         project when the current file is not part of any project.
4227         (org-publish-before-export-hook)
4228         (org-publish-after-export-hook): New hooks.
4229         (org-publish-org-to): Use new hooks and kill buffers.
4230         (org-publish-file): Remove the code for killing buffers.
4231         (org-publish-initialize-files-alist): Use interactive.
4232         (org-publish-file): If the publishing function creates a new
4233         buffer, kill it after publishing.
4234         (org-publish-timestamp-filename): Protect ":" in file name path
4235         under windows.
4237         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4238         change that killed the LaTeX buffer.
4240         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4241         in the decision tree.
4242         (org-select-remember-template): Clean the code.
4243         (org-prepare-dblock): Add the extra :content parameter.
4244         (org-write-agenda): New output type ".ics" files.
4245         (org-write-agenda): Call `org-icalendar-verify-function', both for
4246         time stamps and for TODO entries.
4247         (org-agenda-collect-markers, org-create-marker-find-array)
4248         (org-check-agenda-marker-table): New functions.
4249         (org-agenda-marker-table): New variable.
4250         (org-export-as-html): Revert the change that killed the html
4251         buffer.  Side effects first need to be studied carefully.
4252         (org-get-tags-at): Fix the structure of the condition-case statement.
4253         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4254         (org-timestamp-change): Fix regulear expressions to swallow the
4255         extra character for repeat-shift control.
4256         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4257         (org-get-legal-level): Alias to `org-get-valid-level'.
4258         (org-dblock-write:clocktable): Add a :link parameter, linking
4259         headlines to their location in the Org agenda files.
4260         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4261         throwing an error when getting tags before headlines.
4262         (org-timestamp-change, org-modify-ts-extra)
4263         (org-ts-regexp1): Fix timestamp editing.
4264         (org-agenda-custom-commands-local-options): New constant.
4265         (org-agenda-custom-commands):
4266         Use `org-agenda-custom-commands-local-options' to improve customize
4267         type.  "htmlize": Removed hack to fix face problem with htmlize,
4268         it no longer seem necessary.
4269         (org-follow-link-hook): New hook.
4270         (org-agenda-custom-commands): Add "Component" as a tag for each
4271         item in a command serie.
4272         (org-open-at-point): Run `org-follow-link-hook'.
4273         (org-agenda-schedule): Bugfix: don't display marker type when it
4274         is nil.
4275         (org-store-link): org-irc required.
4276         (org-set-regexps-and-options): Parse the new logging options.
4277         (org-extract-log-state-settings): New function.
4278         (org-todo): Handle the new ways of recording state change stuff.
4279         (org-local-logging): New function.
4280         (org-columns-open-link): Fix bug with opening link in column view.
4281         (org-local-logging): New function
4282         (org-todo): Make sure that LOGGING properties are honoured.
4283         (org-todo-keywords): Improve docstring.
4284         (org-startup-options): Cleanup startup options.
4285         (org-set-regexps-and-options): Process the "!" markers.
4286         (org-todo): Respect the new logging stuff.
4287         (org-log-note-how): New variable.
4288         (org-add-log-maybe): New parameter HOW that defines how logging
4289         should be done and also overrides PURPOSE.  Add a docstring.
4290         (org-add-log-note): Check if we really need to ask for a note.
4291         (org-get-current-options): Digest the new keyword.
4292         (org-agenda-reset-markers): Rename from
4293         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
4294         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4295         function, without force argument.
4296         (org-buffer-property-keys): Bind local variables s and p.
4297         (org-make-tags-matcher): Allow "" to match an empty or
4298         non-existent property value.
4299         (org-export-as-html): Join unsorted lists when they directly
4300         follow each other.  Such lists may be created by headlines that
4301         are converted to lists.
4302         (org-nofm-to-completion): New function.
4303         (org-export-as-html): Use :html-extension instead of
4304         org-export-html-extension.
4305         (org-store-link): Support for links from `rmail-summary-mode'.
4306         (org-columns-new, org-complete, org-set-property): Set the
4307         `include-columns' argument in the call to
4308         `org-buffer-property-keys'.
4309         (org-buffer-property-keys): New argument `include-columns', to
4310         include properties expected by any of the COLUMS formats in the
4311         current buffer.
4312         (org-cleaned-string-for-export): Get rid of drawers first, so that
4313         they will be removed also in the text before the first headline.
4314         (org-clock-report): Show the clocktable when found.
4315         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4316         (org-version): With prefix argument, insert `org-version' at point.
4317         (org-agenda-goto): Recenter the window after finding the target
4318         location, to make sure the correct position will be displayed.
4319         (org-agenda-get-deadlines): Don't scale priority with the warning
4320         period.
4321         (org-insert-heading): Don't break line in the middle of the line.
4322         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4323         be 0.
4324         (org-update-checkbox-count): Revamp to deal with hierarchical
4325         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
4326         (org-remove-timestamp-with-keyword): New function.
4327         (org-schedule, org-deadline):
4328         Use `org-remove-timestamp-with-keyword' to make sure all such time
4329         stamps are removed.
4330         (org-mode): Support for `align'.
4331         (org-agenda-get-deadlines): Make sure priorities increase as the
4332         due date approaches and is passed.
4333         (org-remember-apply-template): Fix problem with tags that
4334         contain "_" or "@".
4335         (org-make-link-regexps): Improve the regular expression for plain links.
4336         (org-agenda-get-closed): List each clocking entry.
4337         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4338         (org-special-ctrl-k): New option.
4339         (org-kill-line): New function.
4340         (org-archive-all-done): Fix incorrect number of stars in regexp.
4341         (org-refile-get-location): New function.
4342         (org-refile-goto-last-stored): New function.
4343         (org-global-tags-completion-table): Add the value of org-tag-alist
4344         in each buffer, to make sure that also unused tags will be
4345         available for completion.
4346         (org-columns-edit-value)
4347         (org-columns-next-allowed-value): Only update if not in agenda.
4348         (org-clocktable-steps): New function.
4349         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4350         (org-archive-subtree): Add the outline tree context as a property.
4351         (org-closest-date): New optional argument `prefer'.
4352         (org-goto-auto-isearch): New option.
4353         (org-goto-map, org-get-location): Implement auto-isearch.
4354         (org-goto-local-auto-isearch-map): New variable.
4355         (org-goto-local-search-forward-headings)
4356         (org-goto-local-auto-isearch): New functions.
4358 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
4360         * textmodes/org-irc.el: New file.
4362 2008-03-13  John Wiegley  <johnw@gnu.org>
4364         * textmodes/org-mac-message.el: New file.
4366 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
4368         * font-lock.el (font-lock-comment-face): Set the foreground for
4369         the light background 8 colors case.
4371 2008-03-13  Glenn Morris  <rgm@gnu.org>
4373         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4374         generate-autoload-cookie patterns.
4376         * startup.el (command-line-1): Rename -scriptload to -internal-script.
4378         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4379         (MH_E_SRC): Remove variable.
4380         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4381         Simplify file header.  Use $@ for generated-autoload-file.
4383         * Makefile.in (LOADDEFS): New variable.
4384         (AUTOGENEL): Use $LOADDEFS.
4385         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4386         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4387         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4388         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4389         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4390         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4391         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4392         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4393         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4394         Add calendar-specific autoload cookies, and remove any setting of
4395         generated-autoload-file.
4396         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4397         * calendar/diary-lib.el: Replace explicit autoloads with reading of
4398         diary-loaddefs.
4399         * calendar/holidays.el: Replace explicit autoloads with reading of
4400         hol-loaddefs.
4402         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4403         (calendar-buffer-list): Simplify.
4404         (generate-calendar-window): Use calendar-mark-holidays rather than
4405         obsolete alias.
4407         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4408         Use cal-hebrew-yahrzeit-buffer.
4410         * calendar/cal-x.el (calendar-only-one-frame-setup)
4411         (calendar-two-frame-setup): Doc fixes.
4412         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4414         * calendar/appt.el (appt-mode-string): Mark as risky.
4415         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4417         * calendar/cal-html.el (diary-list-entries):
4418         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4419         (calendar-iso-from-absolute): Fix autoloads.
4421         * calendar/cal-iso.el (calendar-absolute-from-iso)
4422         (calendar-iso-read-args): Simplify.
4423         (calendar-iso-date-string, calendar-iso-read-args)
4424         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4426         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4427         (displayed-month, displayed-year): Move declarations where needed.
4428         (calendar-print-astro-day-number): Doc fix.
4430         * calendar/cal-persia.el (persian-calendar-month-name-array)
4431         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4432         (persian-prompt-for-date): Remove local variable `today'.
4434         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4436         * calendar/solar.el (solar-moment, solar-exact-local-noon)
4437         (solar-sunrise-sunset, solar-sunrise-sunset-string)
4438         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4439         (diary-sabbath-candles, solar-equinoxes/solstices)
4440         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4441         (solar-time-equation, solar-date-to-et): Simplify.
4443         * mail/supercite.el: Remove the `function' in `(function (lambda'.
4444         Replace `(car (cdr' with cadr'.
4446         * progmodes/f90.el (f90-font-lock-n): New function.
4447         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4448         Use f90-font-lock-n.
4449         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4451         * progmodes/f90.el (f90-mode-abbrev-table):
4452         * progmodes/fortran.el (fortran-mode-abbrev-table):
4453         Use newer form of define-abbrev, where supported.  No need to bind
4454         abbrevs-changed for system abbrevs.
4456 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4459         delete-frame-functions.
4461         * bookmark.el (Info-current-node): Remove.
4463 2008-03-12  Juri Linkov  <juri@jurta.org>
4465         * help.el (describe-project): Remove defaliases for view-todo and
4466         describe-project that are now unnecessary after the merge from
4467         emacs--rel--22 that added define-obsolete-function-alias.
4469         * startup.el (inhibit-startup-screen): Revert incomplete
4470         2008-03-10 merge from emacs--rel--22 that partly reverted
4471         2008-02-28 change that added initial message to *scratch* buffer
4472         regardless of the value of `inhibit-startup-screen'.
4473         Now keep this change in the trunk, but not in the 22 branch.
4475 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * international/quail.el (quail-setup-completion-buf, quail-help):
4478         * mail/binhex.el (binhex-decode-region-internal):
4479         * mail/uudecode.el (uudecode-decode-region-internal):
4480         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4481         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4482         setting default-enable-multibyte-characters.
4484         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4486         * comint.el: Fix up indentation and comment style.  Remove `function'.
4488         * international/mule-cmds.el (reset-language-environment)
4489         (set-language-environment-nonascii-translation):
4490         Don't set-unibyte-charset.
4492         * doc-view.el: Remove all cb-args, use closures instead.
4493         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4494         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4495         doing an incorrect check).  Update all callers to use the new name.
4496         (doc-view-doc->txt): Add missing `txt' argument.
4498 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4500         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4501         md5 sum calculation to single-byte.
4503 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * doc-view.el (doc-view-new-window-function): Add assertion.
4506         (doc-view-doc-type): New var.
4507         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4508         (doc-view-intersection): New fun.
4509         (doc-view-mode): Use it to set the new var.
4511 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4513         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4514         (doc-view-already-converted-p): New functions.
4515         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4516         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4517         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4518         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4519         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4520         (doc-view-convert-current-doc): Don't hardwire the functions the
4521         sentinels call.  Now they're provided by two args CALLBACK and
4522         CB-ARGS to the functions.
4523         (doc-view-search): Use doc-view-doc->txt.
4524         (doc-view-initiate-display): Use doc-view-already-converted-p.
4525         Mention new binding C-c C-t if doc-view-mode doesn't work.
4527 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4529         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4531 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4534         Mark " outside of tags as punctuation.
4536 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * menu-bar.el (minibuffer-local-map): Use the same command for the
4539         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4540         Prefer RET over C-j for exit-minibuffer.
4542         * files.el (display-buffer-other-frame): Eliminate problematic code.
4544         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4545         (menu-bar-select-buffer): Remove.
4546         (menu-bar-select-frame): Make non-interactive and take a frame arg.
4547         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4549 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
4551         * icomplete.el (icomplete-completions): Remove obsolete code.
4553         * net/net-utils.el (iwconfig-program-options): Doc fix.
4554         (net-utils-run-program, run-network-program): Define as functions.
4556 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4558         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4560 2008-03-11  Glenn Morris  <rgm@gnu.org>
4562         * faces.el (mode-line-emphasis): New face.
4563         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4565         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4567 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
4569         * simple.el (set-mark-command): Doc fix.
4571 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4573         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4575         * emacs-lisp/autoload.el (autoload-find-destination):
4576         Don't force raw-text.
4578         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4579         * calendar/cal-loaddefs.el: Don't version control.
4581 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4583         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4584         entries and add :help to the existing ones.
4586 2008-03-10  Glenn Morris  <rgm@gnu.org>
4588         * calendar/cal-hebrew.el (date, entry, number): Move declarations
4589         to where they are needed.
4591         * calendar/calendar.el (diary-file, hebrew-holidays-1)
4592         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4593         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4594         (calendar-version): Doc fixes.
4595         (calendar-absolute-from-gregorian): Use zerop.
4596         (calendar-mode-line-format): Make it a defcustom.
4598         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4599         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4600         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4601         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4602         (mark-included-diary-files, mark-calendar-days-named)
4603         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4604         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4605         (insert-monthly-diary-entry, insert-yearly-diary-entry)
4606         (insert-anniversary-diary-entry, insert-block-diary-entry)
4607         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4608         (diary-font-lock-sexps): Doc fixes.
4609         (diary-remind-message, mark-calendar-month): Use zerop.
4610         (diary-attrtype-convert, diary-pull-attrs): Simplify.
4611         (diary-list-entries): Revert let to let* (previous change).
4613         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4615 2008-03-10  Kim F. Storm  <storm@cua.dk>
4617         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4618         function aliases for the old names.
4620 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
4622         * iswitchb.el (iswitchb-use-faces): Doc fix.
4623         (iswitchb-buffer-ignore, iswitchb-read-buffer):
4624         Fix typos in docstrings.
4626 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4628         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4629         Fix typo.
4630         (verilog-type-font-keywords): Reindent.
4632 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
4634         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4635         grouping-keyword regular expression.
4636         (verilog-font-lock-keywords): Allow users to toggle special
4637         highlight of grouping-keywords.
4638         (verilog-highlight-grouping-keywords): The toggle for special
4639         highlighting of grouping keywords.
4641 2008-03-10  Juri Linkov  <juri@jurta.org>
4643         * startup.el: Revert 2008-02-28 change that adds initial message
4644         to *scratch* buffer regardless of the value of
4645         `inhibit-startup-screen'.
4647 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4649         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4650         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4651         * progmodes/verilog-mode.el (verilog-mode):
4652         * net/socks.el (socks):
4653         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4655 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4658         (doc-view-bookmark-make-record): Use them.
4659         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
4660         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4662         * bookmark.el (bookmark-make-record-function): Change expected return
4663         value to include a suggested bookmark name.
4664         (bookmark-make): Split into bookmark-make-record and bookmark-store.
4665         Fix reversed `overwrite' semantics.
4666         (bookmark-set): Call bookmark-make-record before prompting the user.
4667         Then pass the result to bookmark-store later on.
4668         (bookmark-make-name-function): Remove.
4669         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4670         * info.el (bookmark-make-name-function): Remove.
4671         (Info-mode): Don't set it.
4672         (Info-bookmark-make-name): Remove.
4673         (Info-bookmark-make-record): Use Info-current-node as suggested default
4674         bookmark name.
4676         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4677         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4678         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4679         (bookmark-annotation-buffer, bookmark-annotation-file)
4680         (bookmark-annotation-point, bookmark-send-annotation)
4681         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4682         (bookmark-edit-annotation-text-func): Rename from
4683         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
4684         (bookmark-edit-annotation-mode-map): Move initialization into
4685         declaration.
4687         * bookmark.el: Remove spurious * in docstrings.
4688         (bookmark-minibuffer-read-name-map): New var.
4689         (bookmark-set): Use it.  Also pass the default value as it should.
4690         (bookmark-send-edited-annotation): Take no chances with text properties.
4691         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4692         (bookmark-insert-buffer-name): Remove.
4693         (bookmark-buffer-file-name): Signal an error rather than returning nil.
4695 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
4697         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4699 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
4701         * diff-mode.el (diff-mode-menu): Add :help.
4703 2008-03-09  Glenn Morris  <rgm@gnu.org>
4705         * calendar/calendar.el (general-holidays, oriental-holidays)
4706         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4707         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4708         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4709         (calendar-holidays): Restore autoload cookies, because people are
4710         used to using these variables without loading calendar.el.
4712         * calendar/cal-islam.el (diary-islamic-date): Move to end.
4713         (date, number): Declare where needed.
4715         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4716         (list-sexp-diary-entries): Doc fixes.
4717         (diary-list-entries): Doc fix.  Remove free variable `entry'.
4718         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
4719         Simplify setting of `date-holiday-list'.
4720         (mark-diary-entries): Remove free variable `entry'.
4721         (diary-list-entries, include-other-diary-files, fancy-diary-display):
4722         Use let where let* is not needed.
4724 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4726         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4727         make-record function, instead paste it in afterwards.
4728         (bookmark-make-record-for-text-file):
4729         * doc-view.el (doc-view-bookmark-make-record):
4730         * info.el (Info-bookmark-make-record): Don't mess with annotations.
4732 2008-03-08  Glenn Morris  <rgm@gnu.org>
4734         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4736 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * calendar/diary-lib.el (diary-list-entries)
4739         (include-other-diary-files, mark-diary-entries)
4740         (mark-sexp-diary-entries, mark-included-diary-files)
4741         (diary-entry-time, list-sexp-diary-entries): Remove the special
4742         handling of ^M that dates back to the use of selective-display.
4743         (simple-diary-display): Obey setting of pop-up-frames.
4744         (body, entry): Remove unnecessary declarations.
4746         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4747         (bookmark-get-annotation, bookmark-set-annotation)
4748         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4749         (bookmark-set-position, bookmark-get-front-context-string)
4750         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4751         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4752         * info.el (Info-bookmark-make-record): Don't bother recording point.
4753         (bookmark-get-filename, bookmark-get-front-context-string)
4754         (bookmark-get-rear-context-string, bookmark-get-position):
4755         Don't declare any more.
4756         (bookmark-get-info-node): Remove.
4757         (bookmark-prop-get): Declare.
4758         (Info-bookmark-jump): Use it.
4760 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
4762         * subr.el (while-no-input): Don't splice BODY directly into the
4763         `or' form.
4765 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
4767         * diff-mode.el (diff-ignore-whitespace-hunk):
4768         Bind inhibit-read-only before trying to change the buffer.
4770 2008-03-08  Glenn Morris  <rgm@gnu.org>
4772         * calendar/appt.el (appt): Move custom group here from calendar.el.
4773         (appt-disp-window, appt-convert-time): Doc fixes.
4775         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4776         (calendar-bahai-mark-date-pattern):
4777         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4778         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4779         * calendar/cal-julian.el (calendar-absolute-from-julian):
4780         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4782         * calendar/cal-china.el (chinese-calendar): Move custom group here from
4783         calendar.el.
4784         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4785         Make constants.
4786         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4787         (chinese-calendar-daylight-savings-starts)
4788         (chinese-calendar-daylight-savings-ends)
4789         (chinese-calendar-daylight-savings-starts-time)
4790         (chinese-calendar-daylight-savings-ends-time)
4791         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4792         Doc fixes.
4794         * calendar/cal-coptic.el (coptic-name): Add doc string.
4796         * calendar/cal-french.el (french-calendar-month-name-array)
4797         (french-calendar-day-name-array, french-calendar-special-days-array):
4798         Add doc strings.
4800         * calendar/cal-bahai.el (diary-bahai-mark-entries)
4801         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4802         (diary-bahai-insert-yearly-entry):
4803         * calendar/cal-dst.el (calendar-next-time-zone-transition)
4804         (calendar-time-zone):
4805         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4806         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4807         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4808         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4809         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4810         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4811         (list-islamic-diary-entries, mark-islamic-diary-entries)
4812         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4813         (insert-yearly-islamic-diary-entry):
4814         * calendar/cal-iso.el (calendar-iso-read-args):
4815         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4816         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4817         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4818         (calendar-next-calendar-round-date)
4819         (calendar-mayan-long-count-common-era):
4820         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4821         (cal-menu-x-popup-menu, calendar-mouse-holidays)
4822         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4823         (calendar-mouse-goto-date):
4824         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4825         * calendar/holidays.el (holidays):
4826         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4827         * calendar/time-date.el (date-to-time, time-subtract, time-add)
4828         (safe-date-to-time): Doc fixes.
4830         * calendar/cal-persia.el (persian-calendar-month-name-array)
4831         (persian-calendar-epoch): Make constants.
4833         * calendar/cal-tex.el (calendar-tex): Move custom group here from
4834         calendar.el.
4836         * calendar/cal-x.el (diary-frame-parameters)
4837         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4838         (calendar-after-frame-setup-hooks): Make defcustoms.
4839         (calendar-one-frame-setup, calendar-only-one-frame-setup)
4840         (calendar-two-frame-setup): Doc fix.
4842         * calendar/cal-loaddefs.el: New file.
4844         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4845         * calendar/cal-french.el, calendar/cal-html.el:
4846         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4847         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4848         * calendar/cal-tex.el, calendar/cal-x.el:
4849         Unquote lambda functions.  Add autoload cookies to functions formerly
4850         autoloaded in calendar.el.  Set `generated-autoload-file' to
4851         "cal-loaddefs.el".
4853         * calendar/calendar.el: Move many autoloads to separate file,
4854         cal-loaddefs.el.  Move defcustoms to start and re-order.
4855         (calendar-month-name-array, calendar-starred-day): No need to
4856         declare for compiler.
4857         (cal-loaddefs): Require it.
4858         (appt, chinese-calendar, calendar-tex): Move custom groups to the
4859         appropriate file.
4860         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4861         Reverse logic.
4862         (diary-face, diary-file-name-prefix-function, diary-include-string)
4863         (diary-glob-file-regexp-prefix, diary-face-attrs)
4864         (diary-file-name-prefix, sexp-diary-entry-symbol)
4865         (print-diary-entries-hook, list-diary-entries-hook)
4866         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4867         (nongregorian-diary-marking-hook, diary-list-include-blanks):
4868         Move to diary-lib.
4869         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4870         (all-bahai-calendar-holidays): Doc fix.
4871         (calendar-insert-indented): Doc fix.  Use when rather than if.
4872         (exit-calendar): Use mapc rather than mapcar.
4873         (calendar-cursor-to-date): Use zerop.
4874         (calendar-mark-ring): Add doc-string.
4875         (calendar-starred-day): Defvar it.
4876         (calendar-mode): Make calendar-starred-day local.
4877         (calendar-star-date): No need to make calendar-starred-day local.
4879         * calendar/diary-lib.el: Move defcustoms to start.
4880         (diary-include-string, diary-list-include-blanks)
4881         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4882         (diary-file-name-prefix, diary-file-name-prefix-function)
4883         (sexp-diary-entry-symbol, list-diary-entries-hook)
4884         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4885         (nongregorian-diary-marking-hook, print-diary-entries-hook):
4886         Move here from calendar.el.
4887         (diary-file-name-prefix-function): Use 'identity.
4888         (diary-face): Make it a defcustom, and mark as obsolete.
4889         (top-level): No need to require cal-hebrew, cal-islam when compiling.
4890         (calendar-hebrew-month-name-array-leap-year)
4891         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4892         Define for compiler.
4893         (diary-font-lock-keywords): Use format rather than concat.
4894         Add bahai-diary-entry-symbol.
4896         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4897         * calendar/solar.el: Unquote lambda functions.
4899         * calendar/solar.el (calendar-location-name, calendar-latitude)
4900         (calendar-longitude, solar-setup, solar-sin-degrees)
4901         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4902         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4903         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4904         (solar-exact-local-noon, solar-julian-ut-centuries)
4905         (solar-ephemeris-time, solar-date-next-longitude)
4906         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4907         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4908         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4909         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4910         Doc fixes.
4911         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4912         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4913         (solar-ecliptic-coordinates): Use unless.
4914         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4915         Use or.
4917         * calendar/timeclock.el: Add doc-strings to all functions.
4918         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4919         (timeclock-entry-list-length, timeclock-entry-list-projects)
4920         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4922         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4924         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4925         (org-get-entries-from-diary): Require diary-lib.
4927 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
4929         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4930         Pacify byte-compiler.
4932 2008-03-07  Alan Mackenzie  <acm@muc.de>
4934         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4935         paren/bracket pairs parsed, to solve performance problem.
4937 2008-03-07  Bastien Guerry  <bzg@altern.org>
4939         * bookmark.el (bookmark-set): Don't check for
4940         `bookmark-make-name-function' since `bookmark-buffer-file-name'
4941         already takes care of this.
4942         (bookmark-buffer-name, bookmark-buffer-file-name):
4943         Remove Info-mode specific code.
4945         * info.el (bookmark-get-info-node): Define this function in
4946         info.el, not in bookmark.el.
4947         (Info-mode): Set `bookmark-make-name-function' to
4948         `Info-bookmark-make-name' locally.
4949         (Info-bookmark-make-name): New function.
4951         * bookmark.el (bookmark-make-name-function): New variable.
4953 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4955         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4956         buffer-local, not `bookmark-make-cell-function' (the old name).
4958 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
4960         * doc-view.el (doc-view-bookmark-make-record):
4961         * image-mode.el (image-bookmark-make-record):
4962         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4964 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
4966         * vc.el (vc-status-menu-map-filter): Return orig-binding if
4967         boundp 'vc-ignore-menu-filter.
4968         (vc-status-tool-bar-map): Make it defvar.
4969         (vc-status-mode): vc-status-tool-bar-map now variable.
4970         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4972 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4974         Give a better name to part of the bookmark interface.
4976         This was originally a much larger change, but halfway through I
4977         updated and discovered that Stefan Monnier had done the rest.
4978         It looks like he anticipated the new name too, because he used
4979         `the-record' instead of `the-cell' for some internal variable names.
4981         * bookmark.el (bookmark-make-record-function): Was
4982         `bookmark-make-cell-function'.
4983         (bookmark-make, bookmark-send-annotation): Update for above.
4984         (bookmark-make-record-for-text-file):
4985         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4987         * info.el: Adjust accordingly.
4988         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4990         * image-mode.el: Adjust accordingly.
4991         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4993         * doc-view.el: Adjust accordingly.
4994         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4996 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4999         Move initialization into declaration.
5000         (bookmark-get-info-node, bookmark-set-info-node): Remove.
5001         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5002         (bookmark-info-current-node): Remove.
5003         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5004         Add relocation fallback.  Set bookmark-current-bookmark.
5005         (bookmark-default-handler): Rename from bookmark-jump-noselect.
5006         Remove relocation fallback.  Don't set bookmark-current-bookmark.
5007         (bookmark-set): Let it be used even if there's no buffer-file-name
5008         as long as there is a bookmark-make-cell-function.
5009         * info.el (Info-bookmark-jump): Remove relocation fallback.
5010         Don't set bookmark-current-bookmark.
5012 2008-03-07  Glenn Morris  <rgm@gnu.org>
5014         * calendar/appt.el (appt-issue-message)
5015         (appt-message-warning-time, appt-audible, appt-visible)
5016         (appt-msg-window, appt-display-mode-line, appt-display-duration)
5017         (appt-display-diary): Remove autoload cookies.
5019         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5020         Remove leading `*' from defcustom doc-strings.
5022         * calendar/cal-dst.el (calendar-dst): New custom group.
5023         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5024         (calendar-time-zone, calendar-daylight-time-offset)
5025         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5026         (calendar-daylight-savings-starts-time)
5027         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5028         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5029         Move to start.
5031         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5033         * calendar/calendar.el (calendar-version): Use emacs-version and
5034         make it obsolete.  Move to end.
5035         (calendar-offset, view-diary-entries-initially)
5036         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5037         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5038         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5039         (all-bahai-calendar-holidays, calendar-load-hook)
5040         (initial-calendar-window-hook, today-visible-calendar-hook)
5041         (today-invisible-calendar-hook, calendar-move-hook)
5042         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5043         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5044         (diary-include-string, sexp-diary-entry-symbol)
5045         (abbreviated-calendar-year, american-date-diary-pattern)
5046         (european-date-diary-pattern, european-calendar-display-form)
5047         (american-calendar-display-form, print-diary-entries-hook)
5048         (list-diary-entries-hook, diary-hook, diary-display-hook)
5049         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5050         (nongregorian-diary-marking-hook, diary-list-include-blanks)
5051         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5052         (local-holidays, other-holidays, hebrew-holidays-1)
5053         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5054         (hebrew-holidays, christian-holidays, islamic-holidays)
5055         (bahai-holidays, solar-holidays, calendar-setup)
5056         (calendar-week-start-day): Remove autoload cookies.
5057         (diary-glob-file-regexp-prefix): Doc fix.
5058         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5059         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5060         (calendar-week-start-day, calendar-debug-sexp): Move to start.
5062         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5063         (calendar-time-display-form, calendar-latitude)
5064         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5065         cookies.
5066         (calendar-latitude, calendar-longitude): Move functions after
5067         variables.
5068         (diary-sabbath-candles-minutes): Move to start.
5069         (solar-setup): Use or rather than if.
5070         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5071         Remove condition-case.
5072         (solar-atn2): Use zerop.
5073         (solar-equinoxes-solstices): Doc fix.
5075         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5076         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
5078         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5079         (calendar-longitude, calendar-latitude, calendar-location-name):
5080         Declare for compiler.
5082 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5084         * arc-mode.el (archive-ar-file-header-re): New const.
5085         (archive-ar-summarize, archive-ar-extract): New funs.
5086         (archive-find-type): Recognize ar archives.
5088         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5089         New functions.
5091         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5093 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
5095         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5096         Replace :enable (mark-active) with :enable mark-active.
5098 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
5100         * vms-patch.el (make-legal-file-name): New obsolete alias.
5101         (make-valid-file-name): Rename from `make-legal-file-name'.
5102         (make-auto-save-file-name): Use it.
5104         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5105         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5106         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5108         * textmodes/org.el (org-export-html-style): Doc fix.
5109         (org-get-legal-level): New obsolete alias.
5110         (org-get-valid-level): Rename from `org-get-legal-level'.
5111         (org-promote, org-demote, org-archive-subtree)
5112         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5114 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
5116         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5118         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5119         (vc-status-toggle-mark): New functions.
5120         (vc-status-mode): Set tool bar map.
5122 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
5124         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5125         Reported by Drew Adams <drew.adams@oracle.com>.
5127 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
5129         * subr.el (read-quoted-char): Resolve modifers of the character
5130         event.
5132         * comint.el (comint-exec-1): Don't change the coding-system for
5133         decoding to dos-like EOL.
5134         (comint-carriage-motion): Fully rewrite.
5136 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
5138         * epg.el (epg-context-include-certs): Reflow docstring.
5139         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5140         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5141         (epg-context-set-signers, epg-context-set-sig-notations)
5142         (epg-make-import-status, epg-make-import-result)
5143         (epg-start-delete-keys): Fix typos in docstrings.
5144         (epg-start-sign-keys, epg-sign-keys):
5145         Fix typos in obsolescence declarations.
5147         * iswitchb.el: Don't check for `cadr' and `last'.
5148         (iswitchb-define-mode-map, iswitchb-default-keybindings):
5149         Add obsolescence declaration and remove redundant info from docstring.
5150         (iswitchb-set-common-completion, iswitchb-set-matches)
5151         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5152         (recentf-list, most-len, most-is-exact):
5153         Don't wrap defvars within `eval-when-compile'.
5155 2008-03-05  Glenn Morris  <rgm@gnu.org>
5157         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5158         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5159         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5160         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5161         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5163         * ediff-hook.el (ediff-window-setup-function): Don't autoload
5164         declaration for compiler.
5165         (ediff-xemacs-init-menus): Use when rather than if.
5167         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5168         if+and to just and.
5169         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5170         (ediff-delete-overlay): Move the XEmacs test inside the definition.
5172         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5174         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5175         test inside XEmacs test.
5176         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5177         since it was doing nothing on Emacs.
5178         (ediff-make-bullet-proof-overlay): Use when rather than if.
5180         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5181         (ediff-setup-control-frame): Remove
5182         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5183         a (featurep 'xemacs) test.
5185 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
5187         * calc/calc-ext.el (calc-extended-command-history): New variable.
5188         (calc-exectute-extended-command): Use `calc-extended-command-history'.
5190 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
5192         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
5193         (standard-mode-line-position): Add mouse-face.
5195         * progmodes/compile.el (compilation-menu-map):
5196         (compilation-mode-map):
5197         * progmodes/grep.el (grep-mode-map): Add :help.
5199         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5200         initialize in one step.  Add :help.  Use :enable to activate menu
5201         items.  Show the key binding for edebug-defun.
5202         (lisp-interaction-mode-map): Add a menu.
5204         * term.el (term-mode-map): Define and initialize in one step.
5206         * ediff-init.el (ediff-color-display-p): Simplify.
5207         (Xor): Remove unused function.
5208         (ediff-with-syntax-table): Simplify for Emacs.
5210         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5211         menu-bar being loaded, it always is.
5213 2008-03-05  Glenn Morris  <rgm@gnu.org>
5215         * textmodes/tex-mode.el (tex-mode): Suppress warning about
5216         multiple definitions when compiling.
5218 2008-03-04  Alan Mackenzie  <acm@muc.de>
5220         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5222         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5223         doc-string, "c-old-LEN" -> "c-old-END".
5225 2008-03-04  Jason Rumney  <jasonr@gnu.org>
5227         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5228         namespaces.
5230 2008-03-04  Glenn Morris  <rgm@gnu.org>
5232         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5234         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5235         than mapcar.
5237 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5240         (byte-compile-nilconstp): Can't use recursion in a defsubst.
5242         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5243         so that M-q can fill comments.
5244         (tex-executable-exists-p, tex-compile): Extend with special syntax for
5245         commands implemented in elisp.
5246         (tex-compile-commands): Add an entry to use doc-view for pdf files.
5247         (tex-format-cmd): New function.
5248         (tex-compile): Use it to let the user specify default arguments.
5249         (tex-cmd-bibtex-args): New var.
5250         (tex-cmd-doc-view): New function.
5252 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
5254         * faces.el (face-spec-set): Fix typos in docstring.
5256 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
5258         * bindings.el (mode-line-column-line-number-mode-map): New variable.
5259         (standard-mode-line-position): Use it to add a menu for toggling
5260         column number and line number display.
5262 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5264         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5265         Remove optimization that was working around the form-code-walker bug.
5267         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5268         Walk into the body of lambdas after byte-compile-unfold-lambda.
5270 2008-03-03  Glenn Morris  <rgm@gnu.org>
5272         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5273         value, if set, over frame value.
5275         * simple.el (transient-mark-mode): Don't turn on by default.
5277         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5278         accidentally removed by the 2007-12-05 merge from Gnus.
5280 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
5282         * progmodes/compile.el (compilation-menu-map): Add menu entries
5283         for useful options.
5285 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
5286             Glenn Morris  <rgm@gnu.org>
5288         * emacs-lisp/bytecomp.el (byte-recompile-directory)
5289         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5290         Give a `bytecomp-' prefix to local variables with common names.
5292 2008-03-01  Glenn Morris  <rgm@gnu.org>
5294         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5295         code commented out 2007-11-10.
5297         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5299         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5300         Delete macro.
5301         * emulation/viper-cmd.el, emulation/viper-ex.el:
5302         * emulation/viper-init.el, emulation/viper-keym.el:
5303         * emulation/viper-mous.el, emulation/viper-util.el:
5304         * emulation/viper.el:
5305         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5306         featurep test.
5308         Replace obselete frame-local variables with frame-parameters.
5309         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5310         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5311         (viper-vi-state-cursor-color): Only call make-variable-frame-local
5312         on XEmacs.
5313         * emulation/viper-util.el (viper-frame-value): New macro.
5314         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5315         (viper-R-state-post-command-sentinel)
5316         (viper-replace-state-post-command-sentinel)
5317         (viper-change-state-to-insert, viper-change-state-to-emacs):
5318         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5319         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5320         (viper-get-saved-cursor-color-in-insert-mode)
5321         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5322         Use viper-frame-value for viper-replace-overlay-cursor-color,
5323         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5324         viper-vi-state-cursor-color values.
5326         * emulation/viper-cmd.el (zmacs-region-stays):
5327         * emulation/viper-util.el (zmacs-region-stays): No need to define
5328         for compiler.
5330         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5331         mapcar on Emacs.
5333         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5334         on XEmacs.
5336         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5337         rather than if.
5339 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5341         * whitespace.el: New version 9.3.  As the glyph code generation was
5342         fixed, it is possible now to use character code above ?\x1FFFF in the
5343         display table.  Fix `whitespace-indentation-regexp' to not include an
5344         extra ending character.  Reported by Michael Welsh Duggan
5345         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
5346         the original whitespace package had.  Suggested by Eric Cooper
5347         <ecc@cmu.edu>.  Doc fix.
5348         (whitespace-action): New option.
5349         (whitespace-display-mappings): Changed default newline visualization to
5350         display downwards arrow, as the glyph code generation was fixed.
5351         (whitespace-unload-function): Assure that all local whitespace mode is
5352         turned off.
5353         (whitespace-global-modes): Fix type customization.
5354         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5355         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5356         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5357         Fix code.
5358         (whitespace-buffer): Command removed.
5359         (whitespace-trailing-regexp, whitespace-mark-x)
5360         (whitespace-display-window, whitespace-action-when-on)
5361         (whitespace-add-local-hook, whitespace-remove-local-hook)
5362         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5363         (whitespace-action): New funs.
5364         (whitespace-report-list, whitespace-report-text)
5365         (whitespace-report-buffer-name): New consts.
5366         (whitespace-report, whitespace-report-region): New commands.
5368 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5370         * disp-table.el (make-glyph-code): Don't test the result of
5371         `face-id', which already signals an error for invalid faces.
5372         (glyph-face): Simplify.
5374         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5375         running `desktop-not-loaded-hook' to allow modifying it.
5376         Don't show warning message if `desktop-dirname' was modified.
5378 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5381         we still expect more lines.
5383         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5384         comment-paragraph filling if the commark doesn't match
5385         comment-start-skip.
5387 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
5389         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5390         the `imap' variant.
5392 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5394         * files.el (make-auto-save-file-name): Encode more characters in
5395         non-file buffer names.  Use url-encoding.
5397 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5399         * net/net-utils.el (ftp-program): Fix typo in docstring.
5400         (ifconfig-program-options, netstat-program-options)
5401         (arp-program-options, route-program-options, nslookup-program-options)
5402         (ftp-program-options, smbclient-program-options)
5403         (dns-lookup-program-options, arp, route): Doc fixes.
5405         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5406         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5407         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5408         Fix typos in docstrings.
5409         (gdb-pending-triggers): Reflow docstring.
5410         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5412 2008-03-01  Alan Mackenzie  <acm@muc.de>
5414         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5415         typing "#" at EOB.
5417 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5419         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5421 2008-02-29  Kim F. Storm  <storm@cua.dk>
5423         * emulation/cua-base.el (cua-remap-control-v)
5424         (cua-remap-control-z): New defcustoms.
5425         (cua-mode): Add them to set-after property.
5426         (cua--init-keymaps): Use them.
5427         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5429         * help.el (view-emacs-todo): Rename from view-todo.
5430         (describe-gnu-project): Rename from describe-project.  Users changed.
5431         (view-help-file): New helper function.
5432         (describe-distribution, describe-copying, describe-gnu-project)
5433         (view-todo, view-order-manuals, view-emacs-problems): Use it.
5434         (view-emacs-debugging, view-external-packages): New commands.
5435         (help-map): Move describe-distribution to C-h C-o (ordering).
5436         Move view-emacs-problems to C-h C-p (problems).
5437         Bind view-emacs-debugging to C-h C-d (debugging).
5438         Bind view-external-packages to C-h C-e (extras).
5439         (help-for-help-internal): Cleanup and align descriptions.
5440         Remove command names to reduce clutter.
5442 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5444         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5445         and quieter face (not a warning).
5447 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
5449         * vc.el (vc-status-crt-marked): New variable.
5450         (vc-status-mode): Make it local.
5451         (vc-status-refresh): Use it to save the marked files.
5452         (vc-update-vc-status-buffer): Use it to restore the marked files.
5454         * vc-svn.el (vc-svn-after-dir-status):
5455         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5457 2008-02-29  Glenn Morris  <rgm@gnu.org>
5459         * allout.el (allout-topic-encryption-bullet)
5460         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5461         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5462         from 22.0 to 22.1.
5464         * net/imap.el (imap-ping-server):
5465         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5466         Change defcustom :version from 23.0 to 23.1.
5468 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
5470         * desktop.el (desktop-save): Save the buffer name if the
5471         uniquified base name is empty.
5473 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5475         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5476         correctly when user has "set print address off".
5478 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
5480         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5481         version number of the next major Emacs release, not 23.0.
5483         * longlines.el (longlines-unload-function): New function.
5485 2008-02-28  Juri Linkov  <juri@jurta.org>
5487         * startup.el (normal-splash-screen): Add argument `concise'.
5488         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
5489         to the created buffer.  If `concise' is non-nil, call
5490         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
5491         (display-startup-screen): Add argument `concise' to the call to
5492         `normal-splash-screen'.
5494 2008-02-28  Kim F. Storm  <storm@cua.dk>
5496         * startup.el (startup-echo-area-message): Check for about-emacs.
5498 2008-02-28  Juri Linkov  <juri@jurta.org>
5500         * startup.el: Always add initial message to *scratch* buffer if
5501         `initial-scratch-message' is non-nil regardless of the value of
5502         `inhibit-startup-screen'.
5503         (inhibit-startup-screen, initial-scratch-message): Doc fix.
5504         (command-line-1): Move code that inserts `initial-scratch-message'
5505         up before the if-form that checks for `inhibit-startup-screen'.
5506         Suggested by Jonathan Rockway <jon@jrock.us>.
5508 2008-02-28  Juri Linkov  <juri@jurta.org>
5510         * cus-edit.el (custom-mode-map, custom-mode-link-map):
5511         Rename `custom-mode' to `Custom-mode' in docstrings.
5512         (custom-buffer-create-internal, customize-browse):
5513         Rename `custom-mode' to `Custom-mode'.
5514         (custom-mode-hook): Rename to `Custom-mode-hook'.
5515         (Custom-mode-hook): Renamed from `custom-mode-hook'.
5516         (custom-mode): Rename to `Custom-mode'.
5517         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
5518         (custom-mode): Add backward-compatible non-interactive variant of
5519         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
5520         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5522         * info-look.el: Rename `custom-mode' to `Custom-mode'.
5524         * emulation/viper.el (viper-emacs-state-mode-list):
5525         Rename `custom-mode' to `Custom-mode'.
5527         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5528         Capitalize "Tagged Files".
5529         (minibuffer-local-map): Add menu items for next/previous
5530         history elements and isearch history forward/backward.
5532         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5533         `hs-isearch-open' with t instead of `comment' in :selected
5534         for "Code and Comment blocks" menu item.
5536 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * uniquify.el (uniquify-buffer-base-name): Undo last change.
5539         Should be done in desktop.el instead.
5541 2008-02-28  Glenn Morris  <rgm@gnu.org>
5543         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5545         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5547         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5548         (Info-menu, Info-goto-node): Remove declarations.
5549         (report-emacs-bug-info): Use info rather than Info-goto-node.
5551         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5552         (idlwave-convert-xml-system-routine-info): Don't require xml.
5553         (idlwave-show-commentary, idlwave-shell-show-commentary):
5554         Don't require finder.
5555         (idlwave-info): Don't require info.  Use info rather than
5556         Info-goto-node.
5558         * textmodes/org.el (Info-goto-node): Remove declaration.
5559         (org-info): Use info rather than Info-goto-node.
5561         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5562         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
5564 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
5566         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5567         the menu.
5569         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5570         (vc-finish-logentry): Check for vc-status-mode, not only for
5571         vc-dired-mode.
5573 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
5575         * isearch.el (isearch-printing-char): Don't check
5576         keyboard-coding-system.
5577         Call isearch-process-search-multibyte-characters only when
5578         current-input-method is non-nil.
5580 2008-02-27  Kim F. Storm  <storm@cua.dk>
5582         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5583         (glyph-char, glyph-face): Handle cons encoding.
5585 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
5587         * uniquify.el (uniquify-buffer-base-name): If the base name is an
5588         empty string, return nil to allow the caller to default to the
5589         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
5591         * tool-bar.el (tool-bar-setup): Doc fix.
5593         * mail/supercite.el (sc-describe):
5594         Fix typos in obsolescence declaration.
5596 2008-02-27  Glenn Morris  <rgm@gnu.org>
5598         * autoinsert.el (auto-insert-alist): Change permission text to
5599         match FSF's GPLv3 form.
5601         * mail/supercite.el (sc-cite-original): Doc fix.
5602         (sc-version): Make obsolete.
5603         (sc-describe): Show the SC info page.  Make obsolete.
5605 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5608         when using transient-mark-mode.
5609         (default-indicate-unused-lines): Remove unused var.
5611 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
5613         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5614         and previous.
5616         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5618 2008-02-26  Glenn Morris  <rgm@gnu.org>
5620         * net/net-utils.el (top-level): Don't require comint when compiling.
5621         (nslookup-font-lock-keywords): Don't require font-lock.
5622         Use font-lock faces rather than variables.
5623         (nslookup, ftp, smbclient, network-service-connection):
5624         Don't require comint.
5625         (comint-prompt-regexp, comint-input-autoexpand)
5626         (comint-input-ring): Declare for compiler.
5627         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5628         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
5630         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5631         doc-string.
5633 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5635         * doc-view.el (doc-view-current-page): Add a `win' argument.
5637 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5639         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5640         Demote it to plain defvar.
5641         (doc-view-conversion-refresh-interval): Reduce interval.
5642         (doc-view-goto-page): Allow moving to pages not yet rendered.
5643         (doc-view-goto-page): Construct a file name rather than extracting it
5644         from doc-view-current-files.
5645         (doc-view-kill-proc): Ignore errors from kill-process.
5646         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5647         (doc-view-insert-image): Use appropriate text if the page hasn't been
5648         rendered yet.  Adjust scrolling so the text is displayed.
5649         (doc-view-display): Detect not just that a page is available, but also
5650         that it wasn't available before, so as to avoid refreshing all pages
5651         repeatedly.
5652         (doc-view-mode): Make doc-view-cache-directory if needed.
5654 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5656         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5657         toggle-read-only.
5659         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5660         refering to a missing required field with the OPT prefix.
5661         Make unwindform more robust.
5663         * textmodes/bibtex.el: Remove support for hideshow minor mode as
5664         it duplicates the bibtex support in progmodes/hideshow.el.
5665         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5666         entries that do not start at the beginning of a line.
5668 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
5670         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5672 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
5674         * help-fns.el (describe-variable): Add phrases about
5675         initialization file with and without customization;
5676         use new button type help-info-variable.
5678         * help-mode.el (help-info-variable):
5679         New button able to read Info files for help-fns.el.
5681 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
5683         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5684         (grep-mode): Use grep-mode-tool-bar-map.
5686         * progmodes/compile.el (tool-bar): Require tool-bar.
5687         (compilation-mode-tool-bar-map): New variable.
5688         (compilation-mode): Use compilation-mode-tool-bar-map.
5690         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
5692 2008-02-25  Glenn Morris  <rgm@gnu.org>
5694         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5696 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5698         * diff-mode.el (diff-file-junk-re): New const.
5699         (diff-beginning-of-file-and-junk): Use it.
5700         (diff-file-kill): Make sure we were really inside a file diff.
5702         * diff-mode.el: Make it more robust in the presence of empty context
5703         lines in unified hunks.
5704         (diff-valid-unified-empty-line): New var.
5705         (diff-unified->context, diff-sanity-check-hunk): Obey it.
5706         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
5707         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5708         (diff-hunk-header-re-unified): New const.
5709         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5710         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5711         (diff-sanity-check-hunk): Use it.
5713         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5714         Index: line, don't search backward for the previous one.
5716 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
5718         * international/fontset.el (setup-default-fontset): Add non-OTF
5719         lao font for lao script.
5721         * language/tibetan.el: Register tibetan-composition-function in
5722         composition-function-table.
5724         * language/tibet-util.el (tibetan-composition-function):
5725         Adjust for the new calling way (argument changed).  Try font-shape-text
5726         if possible.
5728         * language/lao.el: Register lao-composition-function in
5729         composition-function-table.
5731         * language/lao-util.el (lao-composition-function): Adjust for the new
5732         calling way (argument changed).  Try font-shape-text if possible.
5734 2008-02-25  Jason Rumney  <jasonr@gnu.org>
5736         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5738 2008-02-25  Juri Linkov  <juri@jurta.org>
5740         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5741         background, "red4" for a dark background, "red" for 16 and
5742         8 colors, "grey" for grayscale, and inverse video otherwise.
5743         Add :version tag.
5744         (isearch-message): Keep the original isearch-message intact, and
5745         add text properties to it where necessary.  Add `isearch-error' to
5746         the condition that checks if isearch is unsuccessful.
5748 2008-02-24  Juri Linkov  <juri@jurta.org>
5750         * progmodes/compile.el (compilation-handle-exit):
5751         Use compilation-error face instead of font-lock-warning-face.
5752         Display the same message in the minibuffer as is inserted
5753         at the end of the compilation buffer.
5755 2008-02-24  Glenn Morris  <rgm@gnu.org>
5757         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5758         multiple file case.
5760         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5762         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5763         multiple file case.  Use a single `let' rather than two.
5765 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5767         * progmodes/compile.el (compilation-start): Specify a face for
5768         mode-line-process.
5769         (compilation-handle-exit): Specify a face and a tooltip for
5770         mode-line-process.
5772 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * hilit-chg.el: Remove spurious * in defcustom docstrings.
5775         (hilit-chg-make-ov): Simplify.
5776         (hilit-chg-fixup): Use remove-overlays.
5777         (hilit-chg-set-face-on-change): Remove redundant call to
5778         `remove-text-properties'.
5780         * dired.el (dired-mark-prompt): Don't count/display the t element.
5781         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5783 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5785         * progmodes/verilog-mode.el (eval-when-compile): Don't define
5786         add-submenu.
5787         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5788         Remove.  Move contents to the only use ...
5789         (verilog-menu): ... here.
5790         (verilog-statement-menu): Remove.  Move contents to the only use ...
5791         (verilog-stmt-menu): ... here.
5792         (verilog-mark-defun): Simply call mark-defun for emacs.
5793         (occur-pos-list): Declare for byte compiler.
5794         (mode-popup-menu): Don't defvar.
5795         (verilog-add-statement-menu): Remove.
5796         (verilog-mode-hook): Don't add verilog-add-statement-menu.
5797         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5799 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5801         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5802         conditional.
5803         (verilog-font-grouping-keywords-face): Make the begin..end
5804         keywords standout more than other verilog keywords.
5805         (verilog-type-font-keywords): Move the begin..end out of this list
5806         to facilitate making them to (potentially) stand out more.
5807         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5808         function & task blocks.
5809         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5810         initial, function & task blocks.
5811         (verilog-forward-sexp): Handle the new "disable fork" statement of
5812         IEEE-1800 Verilog.
5813         (verilog-beg-block-re-ordered): Handle the new "disable fork"
5814         statement of IEEE-1800 Verilog.
5815         (verilog-calc-1): Handle the new "disable fork" statement of
5816         IEEE-1800 Verilog.
5817         (verilog-disable-fork-re): Add const to help handle the new
5818         "disable fork" statement of IEEE-1800 Verilog.
5819         (verilog-declaration-core-re): Add port directions by themselves,
5820         with no qualification, as base item of a declaration.
5821         (verilog-pretty-declarations): Add new flag to ask it to refrain
5822         from printing to the message buffer.
5823         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5824         printing to the message buffer.  Improve handling of the many
5825         types of expression line up.
5826         (verilog-just-one-space): Remove printing of an empty message.
5827         (verilog-get-lineup-indent): Rework to support the better handling
5828         of expression lineup for verilog-pretty-expr.
5829         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5831 2008-02-24  Alan Mackenzie  <acm@muc.de>
5833         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5834         yesterday's commit.
5836 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5838         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5839         to mouse-set-point in buffers that aren't associated with files.
5841         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5843 2008-02-24  Alan Mackenzie  <acm@muc.de>
5845         Set of changes so that "obtrusive" syntactic elements in a
5846         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5847         unmatched paren) don't interact syntactically with stuff outside
5848         the CPP line.
5850         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5851         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5852         off-by-one bug.
5853         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5854         a bit of refactoring.
5855         (c-awk-extend-and-syntax-tablify-region): Takes some of the
5856         functionality of c-awk-advise-fl-for-awk-region, which has been
5857         refactored away.
5859         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5860         (c-clear-char-property-with-value): New function and macro which
5861         remove text-properties `equal' to a supplied value.
5863         * progmodes/cc-engine.el: Comment about text properties amended.
5865         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5866         parens around "error\\|warning".
5868         * progmodes/cc-langs.el (c-get-state-before-change-function)
5869         (c-before-font-lock-function, c-anchored-cpp-prefix):
5870         New language variables.
5871         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5873         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5874         syntax-table text properties.
5875         (c-common-init): Call language specific before/after-change
5876         functions at mode initialisation.
5877         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5878         (c-extend-region-for-CPP, c-neutralize-CPP-line)
5879         (c-neutralize-syntax-in-CPP): New functions.
5880         (c-before-change, c-after-change): Call the new language specific
5881         change functions defined in cc-langs.el.
5882         (c-advise-fl-for-region): New macro.
5883         (awk-mode): Remove AWK specific stuff which has been refactored
5884         into language independent stuff.
5886 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5888         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5889         (gdb): (Re)set gdb-flush-pending-output to nil here...
5890         (gdb-init-1): ...instead of here (before gdb-prompt).
5892 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5894         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5895         Recognize ''' just like any other char-constant.
5897 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5900         careful enough.  Detect the uid-change all within the main loop.
5902 2008-02-24  Stefan Monnier  <monnier@pastel.home>
5904         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5906 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * hilit-chg.el (highlight-save-buffer-state): New macro.
5909         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5910         (hilit-chg-clear): Use it to preserve the modified-p flag.
5911         (highlight-changes-rotate-faces): Don't mess with the undo-list.
5913 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * font-lock.el (font-lock-set-defaults): Unset previously set variables
5916         when needed.
5918 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
5920         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5921         from gnus-button-url-regexp.
5923 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
5925         * progmodes/compile.el (compilation-next-error): Doc fix.
5926         (compilation-find-file): Doc fix.
5928 2008-02-24  Glenn Morris  <rgm@gnu.org>
5930         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5931         Add obsolete aliases to the old names.
5933 2008-02-24  Richard Stallman  <rms@gnu.org>
5935         * net/net-utils.el (ifconfig): Rename from ipconfig.
5936         (ipconfig): Alias to ifconfig.
5937         (ifconfig-program): Rename from ipconfig-program.
5938         (ifconfig-program-options): Rename from ipconfig-program-options.
5940 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5942         * progmodes/verilog-mode.el (verilog-declaration-core-re):
5943         Add port directions by themselves, with no qualification, as base
5944         item of a declaration.
5945         (verilog-pretty-declarations): Add new flag that inhibits printing
5946         to the message buffer.
5947         (verilog-pretty-expr): Add new flag that inhibits printing to the
5948         message buffer.  Improve handling of the many types of expression
5949         line up.
5950         (verilog-just-one-space): Don't print an empty message.
5951         (verilog-get-lineup-indent): Rework to support the better handling
5952         of expression lineup for verilog-pretty-expr.
5953         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5954         (verilog-mode-version, verilog-mode-release-date): Update.
5956 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * subr.el (cancel-change-group): Don't move point.
5960 2008-02-23  Markus Triska  <markus.triska@gmx.at>
5962         * linum.el (linum-after-config): Update all visible windows.
5964 2008-02-23  Glenn Morris  <rgm@gnu.org>
5966         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5967         Add :help for Solitaire and Tetris.
5969         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5971         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5972         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
5973         (smtpmail-queue-index-file): Make it a defcustom.
5974         (smtpmail-queue-index): Delete.
5975         (smtpmail-send-it, smtpmail-send-queued-mail):
5976         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5977         smtpmail-queue-index.
5979         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5980         Add :version.
5982 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
5984         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5985         New variables.
5986         (iwconfig): New function.
5988 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
5990         * vc.el (vc-find-revision): Make vc-parent-buffer local before
5991         setting it.
5992         (vc-status-menu-map): Do not define using easy-menu.
5993         (vc-status-menu-map): New defalias.
5994         (vc-status-mode-map): Hook up the menu.
5995         (top-level): Update TODO.
5997         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5999         * vc-bzr.el (vc-bzr-init-version): Rename to ...
6000         (vc-bzr-init-revision): ... this.
6002 2008-02-23  Jason Rumney  <jasonr@gnu.org>
6004         * makefile.w32-in (WINS_ALMOST): Remove term.
6005         (WINS): Add term here.
6006         (custom-deps, finder-data): Use WINS_ALMOST.
6008 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
6010         * faces.el (font-weight-table): Fix value of `semi-light'.
6012 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6014         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6015         Make those tables bijective.
6017 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
6019         Finish pdbtrack integration cleanup, settling missing-functions
6020         byte compiler warnings appropriately.
6022         * progmodes/python.el (python-point): Remove this - beginning-of-line
6023         was all that was necessary for `python-pdbtrack-overlay-arrow'.
6024         (python-end-of-def-or-class, python-beginning-of-def-or-class)
6025         (python-goto-initial-line): Drop these - they were only needed for
6026         python-point.
6027         (python-comint-output-filter-function): Use condition-case and
6028         beginning-of-line directly, instead of python-mode.el functions
6029         which require all sorts of baggage.
6030         (point-safe): Unnecessary - we're using condition-case directly,
6031         instead.
6032         (python-execute-file): Include for python-shell, which I'm leaving
6033         in keeping despite it being unnecessary for pdb tracking.
6035 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
6037         * progmodes/scheme.el (scheme-font-lock-keywords-2):
6038         Add SRFI 11 support.
6039         (let-values, let*-values): Specify scheme-indent-function.
6041 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
6043         * vc.el (vc-exec-after): Move setting mode-line-process in the
6044         busy case ...
6045         (vc-set-mode-line-busy-indicator): ... in this new function.
6046         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6047         (vc-update-vc-status-buffer): Reset mode-line-process.
6048         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6049         mark/unmark all the files with the same state as the current one.
6050         With a prefix argument mark/unmark all files.
6051         (vc-status-mode-menu): Adjust strings.
6052         (vc-update-vc-status-buffer): Only do something when the argument
6053         is not nil.
6054         (vc-status-kill-dir-status-process): New function.
6055         (vc-status-mode-map): Bind it.
6056         (vc-status-process-buffer): New variable.
6057         (vc-status-mode): Make it local.
6058         (vc-status-refresh): Set it.
6060         * vc-hg.el (vc-hg-dir-status):
6061         * vc-git.el (vc-git-dir-status):
6062         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6063         command is run.
6065 2008-02-22  Glenn Morris  <rgm@gnu.org>
6067         * json.el (top-level): No need to require thingatpt.
6068         (json-read-keyword): Use thing-at-point rather than word-at-point.
6070         * time.el (top-level): No need to require time-date when compiling.
6072         * emacs-lisp/copyright.el (copyright-update-year):
6073         Fix subexpression numbering for the case when years are split over
6074         lines, and for the replace case.
6076         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
6077         (tpu-caar, tpu-cadr): Delete functions.
6078         (zmacs-regions): No need to declare for compiler.
6079         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6080         (tpu-spell-check): Rewrite, and handle mark after point.
6081         (tpu-special-insert): Use or rather than if.
6083         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6084         rather than spell-region.
6086         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6087         warnings about spell-region.
6089 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
6091         * ldefs-boot.el: Regenerated.
6093         * loadup.el: Don't load language/devanagari, language/kannanda,
6094         language/malayalam, and language/tamil.  Load language/sinhala.
6096         * language/indian.el (indian-font-foundry)
6097         (indian-script-language-alist, indian-font-char-index-table)
6098         (indian-font-char, indian-font-char-range, indian-script-table)
6099         (indian-default-script, indian-composable-pattern): Delete them.
6100         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6101         language environments moved to here.
6102         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6103         New language environments.
6105         * language/devanagari.el, language/devan-util.el,
6106         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6107         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6108         Delete them.
6110         * language/sinhala.el: New file.
6112 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
6114         Update Nick Robert's port of pdb tracking from python-mode.el.
6116         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6117         Clarify docstring.
6118         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6119         tracking is happening.
6120         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6121         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6122         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6123         Tracking is plugged in to all comint buffers once python.el is loaded.
6124         (python-pdbtrack-overlay-arrow): Toggle activation of
6125         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6126         (python-pdbtrack-track-stack-file): Use new
6127         `python-pdbtrack-get-source-buffer' for more flexible access to
6128         debugging source files.
6129         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6130         according to pdb stack trace, optionally using new
6131         `python-pdbtrack-grub-for-buffer' if file is not locally available.
6132         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6133         named buffer, or having function with indicated name.
6134         (python-shell): Remove comint-output-filter-functions hook
6135         addition, it's being done elsewhere.  Wrap long line.
6137 2008-02-21  Michael Olson  <mwolson@gnu.org>
6139         * json.el: Replace XEmacs compatibility code to get rid of
6140         compiler warnings.
6142         * time.el: Fix compiler warning.
6144 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
6146         * json.el: New file (JavaScript Object Notation parser / generator).
6148 2008-02-21  Dave Love  <fx@gnu.org>
6150         * progmodes/sym-comp.el: New file.
6152         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6153         Require sym-comp.  Add Python buffer to same-window-buffer-names.
6154         Fixup whitespaces.
6155         (python-font-lock-keywords): Add highlighting for Python builtins.
6156         (python-font-lock-syntactic-keywords): Rewrite.
6157         (python-quote-syntax): Use syntax-ppss-context instead of parsing
6158         ppss directly.
6159         (python-mode-map): Add binding for python-find-function.
6160         (python-calculate-indentation): Clean up the logic.
6161         (python-beginning-of-defun): Explicitly set return value.
6162         (python-beginning-of-statement): Stop looping if we get stuck
6163         going backwards.
6164         (python-next-statement): Stop looping if we somehow end up inside
6165         a string while advancing.
6166         (python-preoutput-continuation, python-version-checked): New vars.
6167         (python-check-version): New function.
6168         (run-python): Set default command to python-command instead of
6169         python-python-command.
6170         (run-python): Use python-check-version.  Give PYTHONPATH
6171         precedence over data-directory in the process environment.
6172         Load function definitions in python process after.
6173         (python-check-comint-prompt): New function.
6174         (python-send-command, python-send-receive): Use it.
6175         (python-complete-symbol, python-try-complete): Functions deleted.
6176         Use symbol-complete instead of python-complete-symbol throughout.
6177         (python-fill-paragraph): Further refine the fenced-string regexp.
6178         (def-python-skeleton): Expand to the original abbrev instead if in
6179         a comment or string.  Tweak skeletons for `if', `while', `for',
6180         `try/except', `try/finally', `name'.
6181         (python-pea-hook, python-abbrev-pc-hook): New functions.
6182         (python-abbrev-syntax-table): New var.
6183         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6184         Use symbol-completion-try-complete for hippie expansion.
6185         Turn on font lock unconditionally.
6186         (python-mode-hook): Defcustom it.  No need to use make-local
6187         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6188         option, since it's buffer-local.
6190 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
6192         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6194 2008-02-21  Drew Adams  <drew.adams@oracle.com>
6196         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6197         "Turn off" and a "Help" entry when the minor mode has no menu.
6199 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
6201         * vc.el (vc-status-mark, vc-status-unmark): New functions.
6202         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6203         vc-status-mark-file and vc-status-unmark-file.
6204         (vc-status-mark-unmark): New function.
6205         (vc-status-previous-line, vc-status-next-line): No longer interactive.
6207 2008-02-21  Glenn Morris  <rgm@gnu.org>
6209         * composite.el (encode-composition-rule): Fix typo in error message.
6210         (composition-function-table, auto-composition-mode): Doc fixes.
6212         * subr.el (sit-for): Fix obsolete form for nil second argument.
6214         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6215         (spell-string): Make obsolete, in favor of ispell.
6217 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
6219         * language/devanagari.el: Don't setup composition-function-table
6220         here.
6221         ("Devanagari"): Change charset, coding-system, coding-priority to
6222         Unicode-based ones.  Don't require the feature devan-util.
6224         * composite.el (compose-chars-after): Fix arguments for a function
6225         in composition-function-table.
6226         (auto-compose-region): Likewise.
6228         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6229         for Ethiopic.
6230         (ps-mule-plot-string): Ignore glyph-string based compositions.
6232 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * doc-view.el: Allow different windows to show different pages.
6235         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6236         (doc-view-current-image, doc-view-current-overlay): Remove variables,
6237         add them back as macros instead, using image-mode-winprops instead.
6238         Update all users of those variables.
6239         (doc-view-new-window-function): New function to create a new overlay
6240         for each new window.
6241         (doc-view-mode): Use it and image-mode-setup-winprops.
6242         (doc-view-clone-buffer-hook): Rewrite accordingly.
6244         * image-mode.el: Extend [hv]scroll support to per-window properties.
6245         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6246         (image-mode-winprops-alist): New var to replace them.
6247         (image-mode-new-window-functions): New hook.
6248         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6249         New funs.
6250         (image-set-window-vscroll, image-set-window-hscroll): Use them.
6251         Remove the `window' argument, update callers.
6252         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6253         Use the new functions.
6254         (image-mode-reapply-winprops): New fun.
6255         (image-mode): Use it.
6257 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
6259         * calc/calc-math.el (math-sin-raw): Add optional argument
6260         to keep track of original argument.
6261         (math-cos-raw): Use optional argument when calling math-sin-raw.
6262         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6263         with close to original precision.
6265 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6267         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6268         args in calls of sit-for.
6270 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
6272         * vc-svn.el (vc-svn-program): Fix typo in docstring.
6273         (vc-svn-checkin): Fix typo in error message.
6275         * help-mode.el: Require easymenu when compiling.
6277 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
6279         * help-mode.el (help-mode-menu): New menu.
6281 2008-02-20  Glenn Morris  <rgm@gnu.org>
6283         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6284         on Windows.
6286 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
6288         * ps-mule.el (ps-mule-encode-region): Return a single string.
6289         (ps-mule-plot-string): Adjust for the above change.
6290         (ps-mule-encode-header-string): Likewise.
6292         * international/latin1-disp.el (latin1-display): Don't use
6293         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
6294         standard-display-table.
6295         (latin1-display-identities): Adjust for the change of what is
6296         returned by (get-language-info charset 'charset).
6298         * international/mule-util.el (char-displayable-p): Fix for Latin-1
6299         characters and terminal case.
6301 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
6303         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6305         * progmodes/python.el: Also require comint when loading.
6306         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6307         Replace python-shell with run-python on menu bar.
6308         (python-shell-map): New map.
6309         (python-default-interpreter, python-python-command-args)
6310         (python-jython-command-args, python-pdbtrack-do-tracking-p):
6311         New options.
6312         (python-which-shell, python-which-args, python-which-bufname):
6313         New buffer local variables.
6314         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6316         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6317         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6318         New constants.
6320         Pdbtrack features:
6322         (python-point, python-end-of-def-or-class)
6323         (python-beginning-of-def-or-class, python-goto-initial-line)
6324         (python-comint-output-filter-function)
6325         (python-pdbtrack-overlay-arrow)
6326         (python-pdbtrack-track-stack-file, python-toggle-shells)
6327         (python-shell, python-pdbtrack-toggle-stack-tracking)
6328         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6329         New functions.
6331 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6333         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6334         when the argument is nil.
6336 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6338         * vc.el (dir-status): Add a brief description.
6340 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
6342         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6343         If non-nil, reverse the sense of the check.
6345         * vc-rcs.el (vc-rcs-root): New func.
6346         * vc-cvs.el (vc-cvs-root): New func.
6347         * vc-svn.el (vc-svn-root): New func.
6348         * vc-sccs.el (vc-sccs-root): New func.
6350 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
6352         * language/japan-util.el (setup-japanese-environment-internal):
6353         Call use-cjk-char-width-table.
6355         * language/japanese.el ("Japanese"): Set exit-function to
6356         use-default-char-width-table.
6358         * international/characters.el: Delete occurrences of non-Unicode
6359         tibetan and ethiopic characters.
6360         (cjk-char-width-table): New variable.
6361         (use-cjk-char-width-table, use-default-char-width-table):
6362         New functions.
6364 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6366         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6367         (vc-status-mode-menu): Add a :filter.
6368         (vc-status-printer): Add faces.
6370         * vc-hg.el (vc-hg-extra-status-menu): New function.
6371         (vc-hg-dir-status): Clean up the buffer before using it.
6373 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6375         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6376         (gdb): Initialize it here instead.
6378         * files.el (locate-dominating-file): Fix thinko in last change.
6379         Reported by Bruce Stephens <bruce.stephens@isode.com>.
6381 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
6383         * vc.el (vc-status-mode-menu): New menu for vc-status.
6385 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
6387         * progmodes/verilog-mode.el (customize): Fix typo in error message.
6388         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6389         (verilog-mode-auto, verilog-indent-level-module)
6390         (verilog-minimum-comment-distance, verilog-library-flags)
6391         (verilog-library-directories, verilog-library-files)
6392         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6393         (verilog-xemacs-menu, verilog-set-compile-command)
6394         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6395         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6396         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6397         (verilog-batch-inject-auto, verilog-batch-indent)
6398         (verilog-continued-line, verilog-type-keywords)
6399         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6400         (verilog-read-inst-pins, verilog-read-arg-pins)
6401         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6402         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6403         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6404         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6405         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6406         (verilog-mode-version, verilog-mode-release-date)
6407         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6408         (verilog-simulator, verilog-compiler)
6409         (verilog-auto-sense-defines-constant, verilog-company)
6410         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6411         Fix typos in docstrings.
6412         (verilog-set-auto-endcomments, verilog-calculate-indent)
6413         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6414         Reflow docstrings.
6415         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6416         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6417         (electric-verilog-forward-sexp, verilog-in-case-region-p)
6418         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6419         (verilog-leap-to-head, verilog-current-indent-level)
6420         (verilog-case-indent-level, verilog-cpp-keywords)
6421         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6422         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6423         (verilog-signals-not-in, verilog-symbol-detick-text)
6424         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6425         (verilog-forward-close-paren, verilog-backward-open-paren)
6426         (verilog-backward-open-bracket): Doc fixes.
6428         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6429         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6430         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6431         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6432         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6433         Fix typos in docstrings.
6435         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6437 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6439         * info.el (Info-read-node-name): Removed unused `default' arg.
6441 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6443         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6445 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * image-mode.el (image-get-display-property): New fun.
6448         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6449         (image-mode, image-minor-mode, image-toggle-display-text)
6450         (image-toggle-display): Use it.
6452 2008-02-18  Jason Rumney  <jasonr@gnu.org>
6454         * international/mule.el (xml-find-file-coding-system): Don't warn
6455         about utf-16 with BOM.
6457         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6459         * international/mule.el (sgml-xml-auto-coding-function): Detect and
6460         warn if file encoding is not utf-8 and encoding not specified.
6461         (xml-find-file-coding-system): New function.
6462         * international/mule-conf.el (file-coding-system-alist): Use it.
6464 2008-02-17  Glenn Morris  <rgm@gnu.org>
6466         * international/mule-cmds.el (set-locale-environment):
6467         Pass `frame' to getenv for LC_MESSAGES.
6469 2008-02-17  Juri Linkov  <juri@jurta.org>
6471         * time.el (emacs-init-time): Use format instead of format-seconds.
6473 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6475         * textmodes/bibtex.el (bibtex-search-entry): Rename from
6476         bibtex-find-entry.  Add autoload cookie.
6477         (bibtex-find-entry): Alias for bibtex-search-entry.
6478         (bibtex-search-crossref): Rename from bibtex-find-crossref.
6479         (bibtex-find-crossref): Alias for bibtex-search-crossref.
6480         (bibtex-clean-entry): atomic-change-group removed.
6481         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
6482         to locate buffer location where error occurred.
6483         Make error messages more specific.
6484         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6486 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
6488         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6489         top level.
6491         * simple.el (transient-mark-mode): Add an :init-value.
6493         * startup.el (command-line): Use custom-reevaluate-setting for
6494         transient-mark-mode.
6496 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
6498         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6500 2008-02-16  Juri Linkov  <juri@jurta.org>
6502         * startup.el (after-init-time): New variable.
6503         (command-line): Set `after-init-time' to the current time.
6505         * time.el (emacs-init-time): New function.
6507 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * files.el (locate-dominating-file): Remove initial loop because it's
6510         not careful enough.  Detect the uid-change all within the main loop.
6512 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6514         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6516 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6518         * vc.el (vc-annotate): Add new argument.
6519         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6521         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6522         Move make-variable-buffer-local code after the corresponding defvar.
6523         (hs-minor-mode-map): Define and initialize in one step.
6524         (hs-minor-mode): Change from defun to define-minor-mode.
6526 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
6528         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6529         (gdb-ready): Move declaration...
6531         * progmodes/gdb-ui.el (gdb-ready): ...to here.
6532         (gdb-early-user-input): New variable.
6533         (gdb): Reset gdb-flush-pending-output to nil and set
6534         comint-input-sender here (before gdb-prompt), instead of...
6535         (gdb-init-1): ...here.
6536         (gdb-send): If Emacs is not ready, defer user input to...
6537         (gdb-prompt): ...here.
6539 2008-02-16  Glenn Morris  <rgm@gnu.org>
6541         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6543         * startup.el (emacs-startup-time): Rename to `before-init-time'.
6544         (before-init-time): New name for `emacs-startup-time'.
6545         (command-line): Use before-init-time rather than emacs-startup-time.
6546         * time.el (emacs-uptime): Use before-init-time rather than
6547         emacs-startup-time.
6549         * composite.el (composition-function-table): Doc fix.
6551         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6552         in favor of `%z' specifier.
6553         (emacs-uptime): Move to time.el.
6554         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
6555         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
6556         argument of format-seconds.
6558 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6560         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6562 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6564         * ielm.el (ielm-is-whitespace): Remove.
6565         (ielm-is-whitespace-or-comment): New function.
6566         (ielm-eval-input): Use it.
6568 2008-02-15  Jason Rumney  <jasonr@gnu.org>
6570         * term/mac-win.el: Fix coding tag.
6572 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
6574         * vc-hooks.el (vc-menu-map):
6575         * bindings.el (mode-line-mode-menu): Add tooltips.
6577         * bindings.el (help-echo): Add more tooltips.  Use a less
6578         telegraphic style for existing tooltips.
6580 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6583         from the auto-generated one.
6585 2008-02-14  Glenn Morris  <rgm@gnu.org>
6587         * mail/rmail-spam-filter.el (rmail-spam-filter):
6588         Let-bind message-spam-status.
6590         * mail/smtpmail.el (password-cache-add): Declare as function.
6592 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
6594         * mail/smtpmail.el: Use password-cache.
6596 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
6598         * uniquify.el (uniquify-buffer-base-name): New function.
6599         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6601         * desktop.el (uniquify-managed): Don't defvar.
6602         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6603         `uniquify-managed'.  Return also the buffer's base name.
6604         (desktop-save): When saving the buffer info, filter out the base name,
6605         and save it as buffer name if the buffer is managed by uniquify.
6606         (uniquify-item-base): Don't declare; not called anymore.
6608 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
6610         * vc.el (vc-annotate-find-revision-at-line): New function.
6611         (vc-annotate-mode-map): Bind it.
6612         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
6613         some entries.
6615 2008-02-14  Glenn Morris  <rgm@gnu.org>
6617         * calendar/time-date.el (format-seconds): New function.
6618         (emacs-uptime): Use format-seconds.
6620         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6621         Remove `LC_ALL=C', since it's included in $(emacs) now.
6623 2008-02-14  Zhang Wei  <id.brep@gmail.com>
6625         * textmodes/org-publish.el (org-publish-timestamp-filename):
6626         Replace colon characters in filename too.
6628 2008-02-13  Bastien Guerry  <bzg@altern.org>
6630         * mail/rmail.el (rmail-header-name): New face.
6631         (rmail-font-lock-keywords): Use rmail-header-name.
6633         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6634         against X-Spam-Status header field.
6635         (rmail-spam-filter): Also check X-Spam-Status header field.
6637 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
6639         * progmodes/flymake.el (flymake-allowed-file-name-masks):
6640         Add support for .pm files and .php files.
6641         (flymake-err-line-patterns): Add pattern for PHP errors.
6642         (flymake-php-init): New function.  PHP support for flymake.
6644         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6645         Add regular expression for PHP errors.
6647 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
6649         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6650         This DTRT even on w32 machines.
6651         (ange-ftp-cf1): Quote FILENAME.
6653 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6656         (smerge-auto-combine): New fun.
6658 2008-02-12  Juri Linkov  <juri@jurta.org>
6660         * startup.el (fancy-startup-screen, normal-splash-screen):
6661         Set default-directory to command-line-default-directory.
6663         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6664         after reading the desktop.
6666         * progmodes/compile.el (compilation-auto-jump):
6667         Call compile-goto-error only when compilation-auto-jump-to-first-error
6668         is non-nil.
6669         (compilation-scroll-output): Replace :type 'boolean with a choice
6670         that has three options including a third option `first-error'.
6671         Doc fix.
6672         (compilation-start, compilation-forget-errors): Add an alternate
6673         condition comparing compilation-scroll-output with `first-error'
6674         in addition to compilation-auto-jump-to-first-error (to call
6675         compilation-auto-jump in the proper place).
6677 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6679         * international/mule.el (sgml-html-meta-auto-coding-function):
6680         Make sure the search limit is ahead.
6682         * tar-mode.el: Fix broken indentation.
6683         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6684         Use with-current-buffer.
6686 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
6688         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6689         it is already automatically buffer-local.
6691 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6693         * help.el (describe-key): Join some split lines to facilitate filling.
6694         * help-fns.el (describe-function-1): Fill text of overlong lines.
6696 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
6698         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6699         Use unibyte-string instead of string-make-unibyte.
6701         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6703 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6706         works also for buffers w/o buffer-file-name.  Update callers.
6707         (doc-view-clone-buffer-hook): New fun.
6708         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
6709         the `doc-view' property so they can be recognized.
6711         * simple.el (clone-indirect-buffer-hook): New hook.
6712         (clone-indirect-buffer): Run it.
6714 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
6716         * epa.el (epa-menu-mode): Merge into epa-mode.
6717         (epa-menu-items): Rename the label "EasyPG Assistant" to
6718         "Encryption/Decryption".
6720         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6721         (epa-dired-mode-map): Rename from epa-dired-map.
6722         (epa-global-dired-mode): Rename the global minor mode.
6724 2008-02-11 Drew Adams  <drew.adams@oracle.com>
6726         * isearch.el (isearch-fail): New face.
6727         (isearch-message): Highlight failure part of input.
6729 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6731         * ibuffer.el (ibuffer-header-line-format): New var.
6732         (ibuffer-mode): Set it instead of header-line-format.
6733         (ibuffer-update): Use it to set header-line-format.
6735         * international/mule-cmds.el (ucs-insert): Inherit surrounding
6736         properties like self-insert-command.
6738 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6740         * progmodes/etags.el: Add many doc strings.
6742 2008-02-11  Jason Rumney  <jasonr@gnu.org>
6744         * ldefs-boot.el: Regenerated.
6746 2008-02-11  Glenn Morris  <rgm@gnu.org>
6748         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6749         Shorten some names.
6751         * ffap.el (ffap-rfc-directories): Add :version.
6753 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
6755         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6756         files, and backup files of same.
6758 2008-02-11  Kevin Ryde  <user42@zip.com.au>
6760         * ffap.el (ffap-rfc-directories): New variable.
6761         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6763         * info.el (Info-next-reference, Info-prev-reference)
6764         (Info-try-follow-nearest-node): Move to and follow https:// links too.
6766         * simple.el (completion-list-mode): Show full completion-list-mode-map
6767         in the docstring.
6769 2008-02-11  Sam Steingold  <sds@gnu.org>
6771         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6773 2008-02-11  Glenn Morris  <rgm@gnu.org>
6775         * startup.el (emacs-startup-time): New variable.
6776         (command-line): Set emacs-startup-time.
6778         * calendar/time-date.el (emacs-uptime): New function.
6780 2008-02-10  Bastien Guerry  <bzg@altern.org>
6782         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6783         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6784         it is nil.
6786 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6788         * epg-config.el: Expand the contents of epg-package-info.el.
6789         (epg-package-name): New constant.
6790         (epg-version-number): New constant.
6791         (epg-bug-report-address): New constant.
6793         * epa-mail.el (epa-mail-mode): Add autoload cookie.
6794         (epa-global-mail-mode): New global minor mode.
6796         * epa-file.el (epa-file-mode): New global minor mode.
6798         * epa-dired.el (epa-dired-mode): New global minor mode.
6800         * epa.el (epa-menu): New variable.
6801         (epa-menu-items): New variable.
6802         (epa-menu-mode): New global minor mode.
6803         (epa-global-minor-modes): New user option.
6804         (epa-mode): New global minor mode.
6806 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
6808         * net/dbus.el: Remove `no-byte-compile' cookie.
6809         (dbus-call-method, dbus-register-signal, dbus-debug)
6810         (dbus-registered-functions-table): Declare them with
6811         `declare-function' or `defvar', respectively.
6812         (top): Don't assert any longer.  Require 'cl when compiling.
6813         Apply `ignore-errors' but `dbus-ignore-errors'.
6815 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6817         * diff-mode.el (diff-add-change-log-entries-other-window):
6818         Use add-change-log-entry.
6820 2008-02-09  Jason Rumney  <jasonr@gnu.org>
6822         * button.el (button-map):
6823         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6824         * ldefs-boot.el: Regenerate.
6826 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6828         * epa.el (epa-faces, epa):
6829         * epa-file.el (epa-file):
6830         * epg-config.el (epg): Add :version.
6832 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
6834         * vc.el (vc-exec-after): Append CODE to previous fragments.
6835         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6836         take MESSAGES instead of VERBOSE; use it when non-nil.
6837         (vc-diff-internal): Compute messages once; use them;
6838         update call to vc-diff-finish.
6840 2008-02-09  Michael Olson  <mwolson@gnu.org>
6842         * net/tramp.el (tramp-process-sentinel): Avoid error when process
6843         buffer has been killed, such as by
6844         `tramp-cleanup-all-connections'.
6846 2008-02-09  Miles Bader  <miles@gnu.org>
6848         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6850 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6853         splitter in context hunks.
6855 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
6857         * international/fontset.el (setup-default-fontset): Fix arabic otf
6858         font specification.
6860 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
6862         * epa-dired.el:
6863         * epa-file.el:
6864         * epa-mail.el:
6865         * epa-setup.el:
6866         * epa.el:
6867         * epg-config.el:
6868         * epg-package-info.el:
6869         * epg.el: Initial check-in of EasyPG.
6871 2008-02-08  Glenn Morris  <rgm@gnu.org>
6873         * woman.el (woman-locale): New defcustom.
6874         (woman-expand-locale, woman-manpath-add-locales): New functions.
6875         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
6877         * international/mule-cmds.el (locale-translate): New function,
6878         with old code extracted from set-locale-environment.
6879         (set-locale-environment): Use locale-translate.  Set woman-locale.
6881         * cus-start.el (selection-coding-system): Remove, since it's now
6882         defined in select.el rather than in xselect.c.
6883         * select.el (selection-coding-system): Make it a defcustom, and
6884         add the properties from cus-start.el.  Bump :version.
6886         * custom.el (custom-theme-set-variables): Sort symbols that are
6887         dependencies before symbols that depend on them.
6888         (custom-enabled-themes): Set after custom-theme-directory.
6890         * pcmpl-unix.el (top-level): Move provide statement to end.
6891         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6892         `*' from doc-string.  Allow to be nil.
6893         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6894         Allow to be nil.  Add :version.
6895         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
6896         without hostnames, and multiple hostnames per line.
6898         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6900 2008-02-08  Phil Hagelberg  <phil@evri.com>
6902         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6903         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6905 2008-02-07  Timo Savola  <timo.savola@iki.fi>
6907         * startup.el (command-line-x-option-alist): Add --parent-id.
6909         * term/x-win.el (x-handle-parent-id): New function.
6911 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
6913         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6914         "Font Menu".
6916 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
6918         * net/dbus.el (dbus-interface-peer): New defconst.
6919         (dbus-ping): New defun.
6921 2008-02-06  Sam Steingold  <sds@gnu.org>
6923         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6925 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6927         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6928         Just return nil and let the C code provide a fallback.
6930 2008-02-05  Glenn Morris  <rgm@gnu.org>
6932         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6933         tramp-flush-connection-property for removed 2nd argument.
6935 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         * diff-mode.el (diff-add-change-log-entries-other-window):
6938         Rename from diff-create-changelog.  Change users.
6939         Minor change to hopefully work with plain diffs.
6940         (diff-mode-map): Add binding for it.
6942 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
6944         * diff-mode.el: Add new TODO entry.
6945         (diff-create-changelog): New function.
6946         (diff-mode-menu): Bind it.
6948 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
6950         * international/mule-diag.el (print-fontset-element): Handle the
6951         case of inhibiting the fallback fonts.
6953 2008-02-04  Kim F. Storm  <storm@cua.dk>
6955         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6956         (ido-magic-delete-char): Use prefix arg.
6958 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
6960         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6961         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6962         of today, the most recent libpng is 1.2.24).
6964 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
6966         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6968         * net/dbus.el (top): Check (featurep 'dbusbind).
6970         * net/tramp.el (tramp-process-sentinel): New defun.
6971         (tramp-do-copy-or-rename-file-out-of-band)
6972         (tramp-maybe-open-connection): Use it as process sentinel.
6973         (tramp-handle-delete-directory): Don't use the "-f" option; it
6974         isn't portable.
6975         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6976         after the command.
6977         (tramp-handle-shell-command): Set `mode-line-process' in the
6978         asynchronous case.
6980         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6982         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6983         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6984         Use `tramp-process-sentinel' as process sentinel.
6986 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
6988         * whitespace.el (global-whitespace-mode): Revert last change.
6989         (whitespace-unload-function): Force `global-whitespace-mode'
6990         to deactivate local modes in a slightly less intrusive way.
6992 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
6994         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6996 2008-02-02  Glenn Morris  <rgm@gnu.org>
6998         * international/latin1-disp.el (latin1-display):
6999         * progmodes/fortran.el (fortran-comment-indent-char):
7000         * progmodes/idlw-shell.el (top-level):
7001         * term/mac-win.el (mac-keyboard-translate-char):
7002         * whitespace.el (whitespace-char-valid-p):
7003         * wid-edit.el (widget-key-sequence-read-event):
7004         Use characterp rather than char-valid-p.
7006         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7007         to capitalized-find-word-boundary.  Doc fix.  Update callers.
7008         (capitalized-next-word-boundary-function-table): Rename to
7009         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
7011         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7012         string-to-int.
7014         * ps-def.el (declare-function): Add compatibility definition.
7015         (ps-plot-with-face, ps-plot-string): Declare as functions.
7016         (ps-bold-faces, ps-italic-faces): Declare variables.
7018         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7019         (ps-mule-end-job): Declare as functions.
7021         * wid-edit.el (widget-string-complete): Use assoc-string rather
7022         than assoc-ignore-case.
7024 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
7026         * progmodes/etags.el (next-file): Improve revert message.
7028 2008-02-01  Andreas Schwab  <schwab@suse.de>
7030         * loadup.el: Load language/burmese instead of language/myanmar.
7032 2008-02-01  Richard Stallman  <rms@gnu.org>
7034         * language/burmese.el: Rename from myanmar.el.
7035         ("Burmese"): Rename from "Myanmar".
7037 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7039         * international/fontset.el (script-representative-chars): Add cham
7040         and tai-viet.
7041         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7042         Add fontconfig spec for cjk-misc.  Explicitly specify font font
7043         for U+E000..U+F8FF.
7045         * international/characters.el (script-list): Add cham.
7047         * language/cham.el: New file.
7049 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
7051         * xml.el (xml-escape-string): Don't do any encoding changes on the
7052         string.
7054 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7056         * language/ind-util.el (in-is13194-post-read-conversion):
7057         Delete unnecessary call of indian-compose-region.
7059 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7061         * ps-print.el: Some face attributes (like :strike-through) were not
7062         being recognised.  Reported by Leo <sdl.web@gmail.com>.
7063         (ps-print-version): New version 7.3.2.
7064         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
7065         ps-face-overline-p and ps-face-box-p functions.
7067         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7068         New functions.
7070 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7072         * international/fontset.el (font-encoding-alist): Add an entry for
7073         iso8859-16.
7074         (setup-default-fontset): Add iso8859-16 to latin.
7076         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7077         hexadigit string.
7078         (describe-char): Adjust for the above change.
7080 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7082         * international/fontset.el (font-encoding-alist): Don't set the
7083         repertory of GB18030 fonts.
7085 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7087         * language/indian.el: Set font-shape-text for all Indic characters
7088         in composition-function-table.
7090         * language/khmer.el: New file.
7092         * language/myanmar.el: New file.
7094         * loadup.el: Load "language/khmer" and "language/myanmar".
7096 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7098         * international/fontset.el (setup-default-fontset): Fix lao OTF
7099         script name.
7101 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7103         * composite.el (terminal-composition-modification): Delete it.
7105 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7107         * international/fontset.el (x-complement-fontset-spec):
7108         Complement size too.
7110 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7112         * international/fontset.el (font-encoding-charset-alist):
7113         Initialize it.
7114         (otf-script-alist): Fix typo of canadian-aboriginal.
7115         (setup-default-fontset): Specify font-specs for many more scripts.
7116         (x-complement-fontset-spec): Change the first argument to a
7117         font-spec object.
7118         (create-fontset-from-fontset-spec): Adjust for the above change.
7120 2008-02-01  Kenichi Handa  <handa@m17n.org>
7122         * language/devanagari.el: Register font-shape-text in
7123         composition-function-table.
7125         * language/tibetan.el: Register font-shape-text in
7126         composition-function-table.
7128         * language/thai-util.el (thai-composition-function): Fix arguments.
7130         * language/tamil.el: Register font-shape-text in
7131         composition-function-table.
7133         * language/malayalam.el: Register font-shape-text in
7134         composition-function-table.
7136         * language/lao.el: Register font-shape-text in
7137         composition-function-table.
7139         * language/kannada.el: Register font-shape-text in
7140         composition-function-table.
7142         * language/european.el (diacritic-composition-function): Fix arguments.
7144         * language/ethio-util.el (ethio-composition-function): Fix arguments.
7146         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7148         * composite.el (composition-function-table): Fix docstring.
7149         (terminal-composition-function): Fix arguments.
7150         (auto-compose-current-font): Delete it.
7151         (auto-compose-chars): Adjust for the change of
7152         composition-function-table.
7154 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7156         * international/fontset.el (font-encoding-alist): Add the entry of
7157         "unicode-bmp".
7159 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7161         * composite.el (auto-compose-chars): Be sure to calculate
7162         composition at least at POS.
7164 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7166         * printing.el: Fix pr-interface-map initialization code.
7167         (pr-version): New version 6.9.3.
7168         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7169         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7170         (pr-f-read-string): Replace by pr-read-string.
7171         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7172         New function name.
7173         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7175 2008-02-01  Kenichi Handa  <handa@m17n.org>
7177         * language/tv-util.el (tai-viet-re): Include '-'.
7178         (tai-viet-glyph-info): Handle '-'.
7180 2008-02-01  Kenichi Handa  <handa@m17n.org>
7182         * descr-text.el (describe-char): Handle a composition of the new
7183         format.  Show font name.
7185 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7187         * language/tibet-util.el (tibetan-composition-function): Use
7188         font-shape-text if auto-compose-current-font is non-nil.
7190         * language/tibetan.el: Fix the range for recording
7191         tibetan-composition-function in composition-function-table.
7193         * language/mlm-util.el (malayalam-composition-function): Use
7194         font-shape-text if auto-compose-current-font is non-nil.
7196         * international/mule-conf.el: Flag many charsets as supplementary.
7198         * international/mule.el (define-charset): Update the docstring for
7199         :supplementary-p.
7201         * international/fontset.el (setup-default-fontset): Add OpenType
7202         fonts for malayalam and tibetan.
7204 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7206         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7208 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7210         * international/fontset.el (otf-script-alist): Make all otf tags
7211         4-letters.
7212         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7214         * language/tml-util.el (tamil-composition-function): Use
7215         font-shape-text if auto-compose-current-font is non-nil.
7217         * language/devan-util.el (devanagari-composition-function): Use
7218         font-shape-text if auto-compose-current-font is non-nil.
7220         * composite.el (auto-compose-chars): Change argument font-object
7221         to window.
7223 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7225         * ps-print.el (ps-lpr-switches): Docstring fix.
7226         (ps-string-list): New function.
7227         (ps-do-despool): Code fix.
7229 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7231         * international/utf-7.el (utf-7-imap-post-read-conversion)
7232         (utf-7-imap-pre-write-conversion): New functions.
7234         * international/mule-conf.el (utf-7-imap): New coding system.
7236 2008-02-01  Kenichi Handa  <handa@m17n.org>
7238         * term/x-win.el (x-selection-value): If x-select-request-type is
7239         nil, try also STRING at last.
7240         (x-select-request-type): Doc fix for the change of x-selection-value.
7242         * select.el (selection-coding-system, next-selection-coding-system):
7243         Move declarations from xselect.c.
7244         (x-get-selection): Decode by selection-coding-system if it is non-nil.
7245         If it is nil, decode by a proper coding system.  Handle C_STRING.
7246         (ccl-check-utf-8, string-utf-8-p): Delete them.
7247         (xselect-convert-to-string): Fix determining data-type in the case
7248         that TEXT is requested.  Don't use selection-coding-system if it's
7249         not proper for the data-type.
7251 2008-02-01  Kenichi Handa  <handa@m17n.org>
7253         * term/x-win.el (x-selection-value): If x-select-request-type is
7254         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7256 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7258         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7259         to signify default fontset.
7261 2008-02-01  Kenichi Handa  <handa@m17n.org>
7263         * international/mule-cmds.el (describe-language-environment):
7264         Check if the specified input method exists or not.
7266 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7268         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7269         (ps-face-background-name): Remove this function.  It's already defined
7270         in ps-def.el file.
7272 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7274         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7275         Epoch emacsen.
7277 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7279         * ps-print.el: Now detect if text foreground and background colors are
7280         equals and replace the foreground color by another color, so the text
7281         becomes visible.  Doc fix.
7282         (ps-print-version): New version 7.3.
7283         (ps-default-fg, ps-default-bg): Docstring fix.
7284         (ps-fg-list, ps-fg-validate-p): New options.
7285         (ps-foreground-list): New variable.
7286         (ps-generate-header-line): Replace fboundp by functionp.
7287         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7289 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7291         * printing.el: Pacify byte compiler, that is, no compiler warnings.
7292         Move (again) some variable definitions before use, define some
7293         function aliases, no code change.
7294         (pr-version): New version 6.9.2.
7295         (pr-path-style, pr-auto-region, pr-menu-char-height)
7296         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7297         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7298         via (defvar VAR).
7299         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7300         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7301         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7302         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7303         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7304         (pr-menu-print-item, pr-ps-printer-menu-modified)
7305         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7306         (pr-even-or-odd-alist): Move variable definitions.
7308 2008-02-01  Kenichi Handa  <handa@m17n.org>
7310         * language/chinese.el (cp936): Delete duplicated alias.
7312         * international/mule-diag.el (list-block-of-chars): Don't insert
7313         non-Unicode characters.
7315 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7317         * loadup.el [windows-nt]: Don't load code-pages and ccl.
7318         * term/w32-win.el: Don't require code-pages.
7320 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         Fix up multi-tty merge.
7324         * version.el (emacs-version): Bump to 23.0.60.
7326         * term/x-win.el (x-initialize-window-system): Don't try to create
7327         a fontset from a font-specification anymore.  This was removed on the
7328         unicode branch and mistakenly re-added by the multi-tty merge.
7330         * term/w32-win.el: Remove duplicate code that's now in
7331         w32-initialize-window-system.
7332         (w32-initialize-window-system): Don't try to create a fontset from
7333         a font-specification anymore.  This was removed on the unicode branch
7334         and mistakenly re-added by the multi-tty merge.
7336         * term/mac-win.el: Remove duplicate top-level code.
7338         * language/ethio-util.el:
7339         * international/characters.el: Use utf-8 rather than utf-8-emacs
7340         since it works as well and has the advantage of working with
7341         non-unicode versions of Emacs.
7343         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7344         multi-tty code, which includes the previous local change.
7346 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7348         * ps-print.el (ps-print-version): New version 7.2.5.
7349         (ps-background, ps-begin-file, ps-build-reference-face-lists):
7350         Use `mapc' rather than `mapcar'.
7352 2008-02-01  Kenichi Handa  <handa@m17n.org>
7354         * skeleton.el (skeleton-internal-1): Use integerp and stringp
7355         instead of char-or-string-p to catch -1.
7357 2008-02-01  Kenichi Handa  <handa@m17n.org>
7359         * international/mule-cmds.el (inactivate-input-method):
7360         Set input-method-function to nil before calling
7361         inactivate-current-input-method-function.
7363 2008-02-01  Kenichi Handa  <handa@m17n.org>
7365         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7366         height that doesn't exceed the requested height by rounding off.
7368 2008-02-01  Andreas Schwab  <schwab@suse.de>
7370         * international/mule-diag.el (print-fontset-element):
7371         Use fontp only if defined.
7373 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7375         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7376         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7377         (ps-mule-prologue-generated): Code fix.
7379 2008-02-01  Kenichi Handa  <handa@m17n.org>
7381         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7382         with FIXEDCASE t.
7384 2008-02-01  Kenichi Handa  <handa@m17n.org>
7386         * international/mule-diag.el (print-fontset-element): Fix for the
7387         format change of a fontset element for font-backend feature.
7389 2008-02-01  Kenichi Handa  <handa@m17n.org>
7391         * descr-text.el (describe-char): Fix for the case that a component
7392         character is TAB.
7394 2008-02-01  Kenichi Handa  <handa@m17n.org>
7396         * international/mule-cmds.el (select-safe-coding-system-interactively):
7397         Fix printing of rejected and unsafe coding-systems.
7399         * international/fontset.el (setup-default-fontset): Add tai-viet.
7401         * international/characters.el: Setup syntax/category table for Tai Viet.
7402         (script-list): Add tai-viet.
7404         * loadup.el: Load "language/tai-viet".
7406         * language/tai-viet.el: New file.
7408         * language/tv-util.el: New file.
7410 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7412         * faces.el (font-weight-table): Use defaults on w32 that match
7413         LOGFONT.lfWeight.
7415         * term/w32-win.el: Don't create fontset from command-line font.
7417 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7419         * international/mule-cmds.el (toggle-enable-multibyte-characters)
7420         (sort-coding-systems, search-unencodable-char): Doc fixes.
7421         (default-input-method, input-method-verbose-flag)
7422         (input-method-highlight-flag): Remove * in defcustom's docstrings.
7423         (exit-language-environment-hook, set-default-coding-systems)
7424         (coding-system-change-eol-conversion, prefer-coding-system)
7425         (find-multibyte-characters, leim-list-entry-regexp)
7426         (set-input-method, input-method-exit-on-first-char, princ-list)
7427         (locale-language-names, locale-charset-language-names)
7428         (define-char-code-property): Fix typos in docstrings.
7430 2008-02-01  Kenichi Handa  <handa@m17n.org>
7432         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7433         Fix for a new character code space (22-bit).
7435 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7437         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7439 2008-02-01  Kenichi Handa  <handa@m17n.org>
7441         * international/characters.el: Add more cases/syntaxes from Latin
7442         characters.
7444 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7446         * ps-def.el (installation-directory): Must be initialized when defining
7447         it in XEmacs.
7448         (coding-system-for-read): Eliminate duplicated definition.
7450 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7452         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7454 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7456         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7457         (ps-print-emacs-type): Eliminate variable.
7458         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
7459         running ps-print package.
7461         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7462         (ps-frame-parameter): Replace defun by defalias.
7463         (mark-active): Eliminate defvar.
7465         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7466         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7467         (ps-jts-ps-setup): Replace macros by vector key definition.
7469 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7471         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7472         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7473         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7474         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7475         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7476         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7477         New command actions for EPS header and EPS footer.
7479         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7480         footer.  Fix some problems with one-or-more, zero-or-more and
7481         alternative constructions generation.  Some implementation of log
7482         messages.  Doc fix.
7483         (ebnf-version): New version 4.4.
7484         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7485         (ebnf-eps-footer, ebnf-log): New options.
7486         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7487         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7488         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7489         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7490         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7491         (ebnf-style-custom-list, ebnf-style-database): Put new values.
7492         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7493         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7494         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7495         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7496         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7497         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7498         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7499         (ebnf-non-terminal-dimension, ebnf-special-dimension)
7500         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7501         (ebnf-except-dimension, ebnf-alternative-dimension)
7502         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7503         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7504         Insert log message function.
7505         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7506         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7507         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7508         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7509         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7510         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7511         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7512         compatibility with Emacs 20 & 21.
7513         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7514         (ebnf-eps-file-alist, ebnf-basic-width-extra)
7515         (ebnf-basic-empty-height): New variables.
7516         (ebnf-prologue): Fix PostScript code.
7517         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7518         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7519         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7520         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7522 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7524         * printing.el: Group together all XEmacs/Emacs definitions.
7525         (pr-version): New version 6.9.
7526         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7527         New functions.
7528         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7529         (pr-menu-bind): Fix code.
7530         (pr-e-frame-char-height, pr-e-frame-char-width)
7531         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7532         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7533         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7534         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7535         (pr-x-event-y-pixel): Eliminate aliases.
7536         (pr-xemacs-global-menubar): Move macro.
7537         (current-menubar, current-mouse-event, zmacs-region-stays)
7538         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7539         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7540         Move variables.
7541         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7542         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7543         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7544         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7545         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7546         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7547         Move functions.
7549 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7551         * ps-print.el: The ps-print commands without face printing should not
7552         print background color.  Reported by Leo <sdl.web@gmail.com>.
7553         (ps-print-version): New version 7.2.2.
7554         (ps-begin-job): New arg.  Fix ps-default-background and
7555         ps-default-foreground initialization.
7556         (ps-face-attributes): Fix doc string.
7557         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7559         * printing.el: Fix ps-print link.
7561 2008-02-01  Kenichi Handa  <handa@m17n.org>
7563         * international/mule-diag.el (list-character-sets-2): Don't print width.
7565 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7567         * ps-print.ps: Fix background height.
7568         (ps-print-version): New version 7.2.1.
7570 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7572         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7573         into separate files.
7574         (ps-print-version): New version 7.2.
7575         (ps-postscript-code-directory): Fix XEmacs initialization.
7576         (ps-generate-postscript-with-faces):
7577         Call ps-generate-postscript-with-faces1 (new function).
7578         (ps-color-format, ps-float-format): Move variables to ps-def.el.
7579         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7580         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7581         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7582         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7583         Move functions to ps-def.el.
7584         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7585         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7586         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7587         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7588         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7589         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7590         Move functions to ps-samp.el.
7592         * ps-bdf.el (installation-directory, coding-system-for-read):
7593         Move variables to ps-def.el.
7595         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7596         (charset-bytes, charset-dimension, charset-id, charset-width)
7597         (find-charset-region, char-width, chars-in-region, forward-point)
7598         (decompose-composite-char, encode-coding-string, coding-system-p)
7599         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7600         (string-make-multibyte, encode-char): Move functions to ps-def.el.
7602         * ps-def.el: New file.  XEmacs/Emacs definitions.
7603         (ps-generate-postscript-with-faces1): New function.
7604         (ps-color-format, ps-float-format): Move variables from ps-print.el.
7605         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7606         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7607         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7608         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7609         Move functions from ps-print.el.
7610         (installation-directory, coding-system-for-read):
7611         Move variables from ps-bdf.el.
7612         (leading-code-private-22): Move variable from ps-mule.el.
7613         (charset-bytes, charset-dimension, charset-id, charset-width)
7614         (find-charset-region, char-width, chars-in-region, forward-point)
7615         (decompose-composite-char, encode-coding-string, coding-system-p)
7616         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7617         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7619         * ps-samp.el: New file.  Sample setup code.
7620         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7621         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7622         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7623         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7624         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7625         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7626         Move functions from ps-print.el.
7628 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7630         * ps-print.el: Handle frame parameters (background and/or foreground
7631         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7632         (ps-print-version): New version 7.1.
7633         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7634         (ps-frame-parameter): New function.
7635         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7636         Fix doc and customization.
7637         (ps-begin-job): Get frame parameters (background and/or foreground
7638         colors).
7639         (ps-do-despool): Ensure ps-printer-name has a valid value.
7641 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7643         * progmodes/ebnf-abn.el:
7644         * progmodes/ebnf-bnf.el:
7645         * progmodes/ebnf-dtd.el:
7646         * progmodes/ebnf-ebx.el:
7647         * progmodes/ebnf-iso.el:
7648         * progmodes/ebnf-otz.el:
7649         * progmodes/ebnf-yac.el:
7650         * progmodes/ebnf2ps.el:
7651         * delim-col.el:
7652         * printing.el:
7653         * ps-bdf.el:
7654         * ps-mule.el:
7655         * ps-print.el: Remove 'Time-stamp' comment mark.
7657         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7658         'easy-menu-add-item' when called in Emacs 21 or higher.
7660 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7662         * ps-print.el : Fix doc.
7663         (ps-print-version): New version 7.0.
7665 2008-02-01  Kenichi Handa  <handa@m17n.org>
7667         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7668         XMODIFIERS.
7670 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7672         * ps-print.el: Fix maintainer email.  Eliminate function declaration
7673         that kept compatibility with older Emacs version.
7674         (ps-print-version): New version 6.7.
7676 2008-02-01  Kenichi Handa  <handa@m17n.org>
7678         * international/quail.el (quail-get-translations):
7679         Make quail-current-key multibyte if not yet done.
7681 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7683         * language/chinese.el ("Chinese-GBK"): Add tutorial.
7684         ("Chinese-GB18030"): Add sample-text and tutorial.
7686         * international/fontset.el (font-encoding-alist)
7687         (setup-default-fontset): Add gb18030.
7688         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7689         (charset-script-alist): Add gbk and gb18030.
7691         * international/characters.el: Put property
7692         preferred-coding-system on gbk and gb18030.
7694         * international/mule-cmds.el (locale-language-names): Add an entry
7695         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7697         * faces.el (face-font-registry-alternatives): Add gb18030.
7699 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7701         * ps-mule.el: Fix maintainer email.
7703 2008-02-01  Kenichi Handa  <handa@m17n.org>
7705         * international/quail.el (quail-insert-kbd-layout): Check the
7706         length of (cdr translation).
7707         (quail-get-current-str): Check the length of (cdr def).
7709 2008-02-01  Kenichi Handa  <handa@m17n.org>
7711         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7713 2008-02-01  Kenichi Handa  <handa@m17n.org>
7715         * international/mule-cmds.el (ucs-insert): Re-implement.
7717 2008-02-01  Kenichi Handa  <handa@m17n.org>
7719         * composite.el (terminal-composition-modification): New function.
7720         (terminal-composition-function): Create composition with the above
7721         modification function.
7723 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7725         * international/characters.el: Add more full-width characters in
7726         char-width-table.
7728 2008-02-01  Kenichi Handa  <handa@m17n.org>
7730         * international/fontset.el (create-fontset-from-fontset-spec):
7731         Fix script name handling.
7733 2008-02-01  Kenichi Handa  <handa@m17n.org>
7735         * composite.el (terminal-composition-function): New function.
7736         (terminal-composition-function-table): New variable.
7737         (auto-compose-chars): If running on a terminal, use
7738         terminal-composition-function-table.
7740         * loadup.el: Load "composite" after "international/characters".
7742         * international/characters.el: Delete codes for setting up charset
7743         property nospace-between-words.  Fix setting up of
7744         char-width-table.  Don't make ethiopic and tibetan double column.
7746         * textmodes/fill.el (fill-find-break-point-function-table):
7747          Don't set it up in defvar.
7748         (fill-nospace-between-words-table): New variable.
7749         (fill-delete-newlines): Check fill-nospace-between-words-table
7750         instead of charset property nospcae-between-words.
7752 2008-02-01  Kenichi Handa  <handa@m17n.org>
7754         * composite.el (global-auto-composition-mode): Make the initial
7755         value not depend on emacs-basic-display.
7757         * textmodes/fill.el: Don't use charset property
7758         `fill-find-break-point-function'.
7759         (fill-find-break-point-function-table): New variable.
7760         (fill-find-break-point): Lookup fill-find-break-point-function-table.
7762 2008-02-01  Kenichi Handa  <handa@m17n.org>
7764         * international/mule.el (coding-system-list): Be sure to exclude
7765         subsidiary coding systems.
7767 2008-02-01  Kenichi Handa  <handa@m17n.org>
7769         * composite.el (auto-composition-after-change)
7770         (toggle-auto-composition): Remove `auto-composed' property instead
7771         of setting it to nil.
7773 2008-02-01  Kenichi Handa  <handa@m17n.org>
7775         * language/misc-lang.el (iso-8859-6): New coding system.
7777 2008-02-01  Kenichi Handa  <handa@m17n.org>
7779         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7780         replace-regexp-in-string as replacement.
7782 2008-02-01  Kenichi Handa  <handa@m17n.org>
7784         * international/fontset.el (otf-script-alist): Add byzm, math,
7785         musc, and nko.
7787         * international/characters.el (script-list): Add nko,
7788         byzantine-musical-symbol, musical-symbol, and mathematical.
7790 2008-02-01  Kenichi Handa  <handa@m17n.org>
7792         * composite.el (auto-compose-current-font): New variable.
7793         (auto-compose-chars): New arg FONT-OBJECT.
7795 2008-02-01  Kenichi Handa  <handa@m17n.org>
7797         * international/characters.el: Modify category-table and
7798         script-table for new Ethiopic character range.
7800 2008-02-01  Kenichi Handa  <handa@m17n.org>
7802         * international/mule-cmds.el (set-language-environment-fontset):
7803         Delete it.
7805 2008-02-01  Kenichi Handa  <handa@m17n.org>
7807         * international/fontset.el (otf-script-alist): Set it.
7809 2008-02-01  Kenichi Handa  <handa@m17n.org>
7811         * international/fontset.el (font-encoding-alist):
7812         Fix for "ethiopic-unicode".
7814 2008-02-01  Kenichi Handa  <handa@m17n.org>
7816         * international/fontset.el (script-representative-chars):
7817         Add an entry for latin script.
7819 2008-02-01  Kenichi Handa  <handa@m17n.org>
7821         * faces.el (font-weight-table): Treat regular and normal as the
7822         same as medium.
7823         (font-slant-table): Add (roman . 100).
7825 2008-02-01  Kenichi Handa  <handa@m17n.org>
7827         These changes are for the new font handling codes.
7829         * faces.el (font-weight-table, font-slant-table)
7830         (font-swidth-table): New customizable variables.
7832         * international/fontset.el (font-encoding-alist): Add koi8-4.
7833         (script-representative-chars): Set the default value.
7834         (create-fontset-from-x-resource): Delete `message'.
7836 2008-02-01  Kenichi Handa  <handa@m17n.org>
7838         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7839         Call set-buffer-multibyte with arg `to'.
7841 2008-02-01  Kenichi Handa  <handa@m17n.org>
7843         * info.el (Info-fontify-node): Check if already fontified or not
7844         by next-single-property-change.
7846 2008-02-01  Kenichi Handa  <handa@m17n.org>
7848         * international/mule.el (ctext-pre-write-conversion): Produce
7849         extra designation sequence for ASCII at the end off extended segment.
7851 2008-02-01  Kenichi Handa  <handa@m17n.org>
7853         * international/mule.el (ctext-non-standard-encodings-table):
7854         Reverse the returning list.
7855         (ctext-pre-write-conversion): Fix encoding with extended segments.
7857         * international/mule-conf.el (compound-text)
7858         (compound-text-with-extensions): Add long-form in :flags.
7860 2008-02-01  Kenichi Handa  <handa@m17n.org>
7862         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7863         regexp for paring FONTSET-SPEC (allow spaces after `:').
7865 2008-02-01  Kenichi Handa  <handa@m17n.org>
7867         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7868         for the case that a charset is specified as target.
7870 2008-02-01  Kenichi Handa  <handa@m17n.org>
7872         * international/ccl.el (ccl-embed-string): Check string length.
7873         Set special flag for multibyte character sequence.
7874         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7875         str unibyte.
7876         (ccl-compile-write): If the character code doesn't fit in 22-bit
7877         (ccl-dump-write-const-string): Check special flag for multibyte
7878         character sequence.
7880 2008-02-01  Kenichi Handa  <handa@m17n.org>
7882         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7883         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7884         ps-mule-eight-bit-char.
7886 2008-02-01  Kenichi Handa  <handa@m17n.org>
7888         * language/chinese.el ("Chinese-BIG5"):
7889         Set ctext-non-standard-encodings property to "big5-0".
7891         * international/mule.el (ctext-non-standard-encodings):
7892         Initialize to nil.
7893         (ctext-non-standard-encodings-alist): Set charset `big5' in the
7894         entry for "big5-0".
7895         (ctext-non-standard-encodings-table): Return a list instead of
7896         char-table.
7897         (ctext-pre-write-conversion): Adjust for the above change.
7899 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7901         * international/mule.el (ctext-non-standard-encodings-alist):
7902         Add an entry for gbk-0.
7903         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7904         a row 8-bit.
7906         * language/chinese.el ("Chinese-GBK"):
7907         Set ctext-non-standard-encodings property to "gbk-0".
7908         Add sample-text property.
7910 2008-02-01  Kenichi Handa  <handa@m17n.org>
7912         * international/kkc.el (kkc-region): Use
7913         this-single-command-raw-keys on pushing back an unhandled key sequence.
7915 2008-02-01  Kenichi Handa  <handa@m17n.org>
7917         * international/encoded-kb.el (encoded-kbd-mode):
7918         Check saved-input-mode on turning off Encoded Kbd mode.
7920         * composite.el (auto-composition-after-change): Use save-buffer-state.
7921         (turn-on-auto-composition-if-enabled): Don't turn on
7922         auto-composition-mode in a unibyte buffer.
7924 2008-02-01  Kenichi Handa  <handa@m17n.org>
7926         * startup.el (command-line): Use custom-reevaluate-setting for
7927         global-auto-composition-mode.
7929         * composite.el (auto-composition-function): Make it buffer local.
7930         (auto-composition-mode): New minor mode.
7931         (turn-on-auto-composition-if-enabled): New function.
7932         (global-auto-composition-mode): New global minor mode.
7934 2008-02-01  Kenichi Handa  <handa@m17n.org>
7936         * descr-text.el (describe-char): Use insert-text-button instead of
7937         widget-create for "customize what to show" button.
7939 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7941         * language/ethiopic.el: Fix copyright.
7942         (composition-function-table): Support a new character in Unicode 4.1.
7944         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7945         (ethio-tex-to-fidel-buffer, ethio-composition-function)
7946         ("ethiopic-tex"): Support new characters in Unicode 4.1.
7948 2008-02-01  Kenichi Handa  <handa@m17n.org>
7950         * international/characters.el: Register characters in
7951         auto-fill-chars.  Put nospace-between-words to more charsets.
7953 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7955         * international/mule-cmds.el (locale-language-names): Add entries
7956         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7957         (locale-preferred-coding-systems): Fix entries for Chinese locales.
7959 2008-02-01  Kenichi Handa  <handa@etlken>
7961         * international/utf-7.el: Delete the definition of utf-7.
7962         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7963         Add autoload cookies.
7965 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7967         * term/mac-win.el: Delete the code to create a fontset from the X
7968         resource "Font".
7970 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7972         * international/robin.el (robin-define-package): Be sure to call
7973         put-char-code-property.
7975 2008-02-01  Kenichi Handa  <handa@m17n.org>
7977         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7978         property to 1.
7980         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7981         property to t.
7983         * international/mule.el (coding-system-get):
7984         Check `ascii-incompatible' for backward compatiblity.
7985         (set-file-name-coding-system): Signal an error for a coding system
7986         not suitable for file name.
7987         (set-keyboard-coding-system): Signal an error for a coding system
7988         not suitable for keyboard.
7990         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7991         Set :suitable-for-keyboard property to 1.
7993         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7994         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7996         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7997         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7999 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8001         * international/robin.el (robin-define-package): Delete redundant code.
8002         (robin-add-rule): Allow N-1 reverse conversion.
8004 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8006         * international/robin.el (robin-define-package): Make the
8007         expanded form shorter.
8009 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8011         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8012         chiense-iso-8bit.
8014 2008-02-01  Kenichi Handa  <handa@m17n.org>
8016         * loadup.el: If we are byte-compiling unidata-gen.el or running
8017         unidata-ge-files, set purify-flag to nil.
8019 2008-02-01  Kenichi Handa  <handa@m17n.org>
8021         * loadup.el: Load international/charprop.el with NOERROR t.
8023         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8025 2008-02-01  Kenichi Handa  <handa@m17n.org>
8027         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8028         New charsets and coding systems.
8029         (mac-symbol, mac-dingbats): New charsets.
8031 2008-02-01  Kenichi Handa  <handa@m17n.org>
8033         * international/characters.el: Set syntax of NBSP to punctuation.
8035 2008-02-01  Kenichi Handa  <handa@m17n.org>
8037         * international/mule-cmds.el: Don't require wid-edit.
8039 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8041         * international/robin.el: New file.
8043         * language/ethiopic.el: Change encoding to utf-8-emacs.
8044         Register ethio-composition-function in composition-function-table.
8045         ("Ethiopic"): Change coding-systems to utf-8-emacs.
8047         * language/ethio-util.el: Change encoding to utf-8-emacs.
8048         Rewrite all transliteration functions to use robin.el.
8049         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8050         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8051         (ethio-prefer-ascii-punctuation): Delete variables.
8052         (ethio-char-to-ethiocode, ethio-convert-digit)
8053         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8054         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8055         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8056         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8057         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8058         (ethio-adjust-robin, ethio-composition-function)
8059         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8060         (ethio-sera-to-fidel-region-ethio)
8061         (ethio-sera-to-fidel-region-noethio)
8062         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8063         New functions.
8065 2008-02-01  Miles Bader  <miles@gnu.org>
8067         * international/mule.el (auto-coding-regexp-alist)
8068         (ctext-pre-write-conversion): Replace embedded control characters
8069         with octal escapes; this prevents diff from thinking the file is binary.
8071 2008-02-01  Miles Bader  <miles@gnu.org>
8073         * descr-text.el (describe-char-unidata-list):
8074         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8075         (byte-compile-insert-header):
8076         * international/mule.el (charset-list, set-coding-priority)
8077         (ignore-relative-composition):
8078         * international/mule-util.el (detect-coding-with-priority):
8079         * international/mule-diag.el:
8080         * international/mule-cmds.el (language-info-custom-alist):
8081         * international/codepage.el (codepage-setup):
8082         Replace references to Emacs version "22" with "23".
8084 2008-02-01  Kenichi Handa  <handa@m17n.org>
8086         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8088         * international/fontset.el (font-encoding-alist): Add an entry for
8089         microsoft-cp1251.
8090         (setup-default-fontset): Add entries for microsoft-cp1251 and
8091         koi8-r for cyrillic.
8093         * international/mule-cmds.el (char-code-property-alist): New variable.
8094         (define-char-code-property): New function.
8095         (get-char-code-property, put-char-code-property): Handle a
8096         char-table registerd in char-code-property-alist.
8097         (set-language-environment): Check :ascii-compatible-p property of
8098         nonascii charset instead of its dimension.
8100         * international/uni-bidi.el, international/uni-category.el:
8101         * international/uni-combining.el, international/uni-comment.el:
8102         * international/uni-decimal.el, international/uni-decomposition.el:
8103         * international/uni-digit.el, international/uni-lowercase.el:
8104         * international/uni-mirrored.el, international/uni-name.el:
8105         * international/uni-numeric.el, international/uni-old-name.el:
8106         * international/uni-titlecase.el, international/uni-uppercase.el:
8107         * international/charprop.el: New files automatically generated by
8108         admin/unidata/Makefile.
8110         * loadup.el: Load internationnal/charprop.el.
8112         * descr-text.el (describe-char-unidata-list): New variable.
8113         (describe-char-unicode-data): Use char-code-property-description.
8114         (describe-char): Add lines for describing Unicode-based character
8115         properties.
8117 2008-02-01  Kenichi Handa  <handa@m17n.org>
8119         * textmodes/ispell.el: These changes are to fix the code merged
8120         from trunk for the change on 2008-02-01.
8121         (ispell-unified-chars-table): Delete it.
8122         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8124 2008-02-01  Kenichi Handa  <handa@m17n.org>
8126         * international/mule-util.el (char-displayable-p): Check
8127         :charset-list property of CODING.
8129 2008-02-01  Kenichi Handa  <handa@m17n.org>
8131         * international/mule-cmds.el (select-safe-coding-system-interactively):
8132         Change 'mime-charset to :mime-charset.
8133         (select-safe-coding-system): Use above.
8134         (set-language-environment): Delete unnecessary code for handling
8135         overriding-fontspec.
8137 2008-02-01  Kenichi Handa  <handa@m17n.org>
8139         * international/mule-conf.el: New coding system aliases unix, dos,
8140         and mac.
8142 2008-02-01  Kenichi Handa  <handa@m17n.org>
8144         * international/titdic-cnv.el (tit-process-header): Fix embedded
8145         coding tag.
8146         (titdic-convert): Bind coding-system-for-write to the coding
8147         system specfied in the map file.  Remove `charset' property after
8148         decoding.
8149         (miscdic-convert): Bind coding-system-for-write to the coding
8150         system specfied for the map file.  Fix LANGUAGE arg to
8151         quail-define-package.
8152         (batch-miscdic-convert): Check if a file is directory or not.
8154 2008-02-01  Kenichi Handa  <handa@m17n.org>
8156         * international/mule.el (coding-system-equal): Move from mule-util.el.
8158         * international/mule-util.el (coding-system-equal): Move to mule.el.
8160 2008-02-01  Kenichi Handa  <handa@m17n.org>
8162         * international/encoded-kb.el (encoded-kbd-decode-code-list):
8163         New function.
8164         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8165         Support multibyte charsets.
8167 2008-02-01  Kenichi Handa  <handa@m17n.org>
8169         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8170         to eight-bit chars.
8172         * international/mule-conf.el: Don't define coding system
8173         `undecided' here.
8175 2008-02-01  Kenichi Handa  <handa@m17n.org>
8177         * international/mule-cmds.el (locale-language-names): Fix for
8178         gb18030 and gdk.
8180 2008-02-01  Kenichi Handa  <handa@m17n.org>
8182         * international/fontset.el (font-encoding-alist): Add gbk.
8183         (charset-script-alist): Add chinese-gbk.
8185 2008-02-01  Kenichi Handa  <handa@m17n.org>
8187         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8189 2008-02-01  Kenichi Handa  <handa@m17n.org>
8191         * language/japanese.el ("Japanese"): Fix ordering of charsets.
8193 2008-02-01  Kenichi Handa  <handa@m17n.org>
8195         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8196         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8197         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8199 2008-02-01  Kenichi Handa  <handa@m17n.org>
8201         * descr-text.el (describe-char): Fix for the case CODE is a cons
8202         of integers.
8204 2008-02-01  Steven Tamm  <steventamm@mac.com>
8206         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8207         (mac-standard-fontset-spec): Create.
8209 2008-02-01  Kenichi Handa  <handa@m17n.org>
8211         * international/mule-diag.el (unicode-data):
8212         Call find-file-noselect with NOWARN t.
8214 2008-02-01  Kenichi Handa  <handa@m17n.org>
8216         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8218 2008-02-01  Kenichi Handa  <handa@m17n.org>
8220         * international/characters.el: Give more CJK characters the
8221         category `|'.
8223         * descr-text.el (describe-char): Make it work on *Help* buffer.
8224         Suppress auto-composition on a region describing about composition.
8226         * language/european.el (diacritic-compose-region)
8227         (diacritic-compose-string, diacritic-composition-function):
8228         Compose diacritical marks only with a character whose syntax is
8229         word constituent.
8230         (diacritic-post-read-conversion): Delete it.
8232 2008-02-01  Kenichi Handa  <handa@m17n.org>
8234         * composite.el (auto-compose-chars): Execute the main code in
8235         condition-case.
8237 2008-02-01  Kenichi Handa  <handa@m17n.org>
8239         * international/fontset.el (x-complement-fontset-spec):
8240         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8242 2008-02-01  Kenichi Handa  <handa@m17n.org>
8244         * international/characters.el (next-word-boundary-kana):
8245         Handle half-width kana.
8247 2008-02-01  Kenichi Handa  <handa@m17n.org>
8249         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8251 2008-02-01  Kenichi Handa  <handa@m17n.org>
8253         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8255         * mail/rmail.el (rmail-decode-babyl-format):
8256         Use with-coding-priority instead of detect-coding-with-priority.
8258 2008-02-01  Kenichi Handa  <handa@m17n.org>
8260         * international/mule.el (make-translation-table)
8261         (make-translation-table-from-vector): Set the second extra slot of
8262         the char table to 1.
8263         (make-translation-table-from-alist): Fix handling of multiple entries.
8265 2008-02-01  Kenichi Handa  <handa@m17n.org>
8267         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8268         New translation tables.
8270         * international/mule.el (make-translation-table-from-alist):
8271         New function.
8273 2008-02-01  Kenichi Handa  <handa@m17n.org>
8275         * international/mule.el (translate-region): Re-implement it here.
8276         Make it interactive.
8278 2008-02-01  Kenichi Handa  <handa@m17n.org>
8280         * ps-mule.el (ps-mule-font-info-database): Doc fix.
8282 2008-02-01  Kenichi Handa  <handa@m17n.org>
8284         * international/mule-conf.el (chinese-cns11643-15): New charset.
8286 2008-02-01  Kenichi Handa  <handa@m17n.org>
8288         * international/fontset.el (font-encoding-alist): Add entries for
8289         variations of cns11643 fonts.
8290         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8292 2008-02-01  Kenichi Handa  <handa@m17n.org>
8294         * international/mule-diag.el (list-charset-chars): Put charset
8295         text property.
8297         * international/fontset.el (setup-default-fontset): Delete the
8298         entry for symbol script, add JISX0213 to kana script, specify
8299         fallback fonts.
8301 2008-02-01  Kenichi Handa  <handa@m17n.org>
8303         * international/fontset.el (setup-default-fontset)
8304         (font-encoding-alist): Register "JISX0213.2004-1".
8306         * international/mule-diag.el (list-character-sets): Fix the first
8307         line message.
8308         (sort-listed-character-sets): Adjust for the change of
8309         list-characters-sets-1.
8310         (list-character-sets-1): List supplementary character sets in a
8311         different section.
8312         (list-charset-chars): Validate charset at early stage.
8314         * international/characters.el: Fix `han' script range.
8316         * international/mule-conf.el (japanese-jisx0213.2004-1):
8317         Specify :code-space.
8318         (cp932-2-byte): Fix :code-space.
8319         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8321 2008-02-01  Kenichi Handa  <handa@m17n.org>
8323         * international/mule-conf.el (japanese-jisx0213.2004-1):
8324         Specify :dimension 2.
8326         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8327         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8328         New coding systems.
8329         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8330         aliases.
8331         ("Japanese"): Add new charsets and coding systems.
8333 2008-02-01  Kenichi Handa  <handa@m17n.org>
8335         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8336         Rename from japanese-ucs-cp932-map.
8337         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8338         (japanese-ucs-glibc-map): Delete this translation table.
8339         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8340         New translation tables.
8342 2008-02-01  Kenichi Handa  <handa@m17n.org>
8344         * cus-start.el: Handle charset-map-path, not charset-map-directory.
8346 2008-02-01  Kenichi Handa  <handa@m17n.org>
8348         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8350 2008-02-01  Kenichi Handa  <handa@m17n.org>
8352         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8353         tables japanese-ucs-*-map.
8355 2008-02-01  Kenichi Handa  <handa@m17n.org>
8357         * international/eucjp-ms.el: New file (automatically generated by
8358         admin/charsets/Makefile).
8360         * international/cp51932.el: New file (automatically generated by
8361         admin/charsets/Makefile).
8363         * language/japanese.el: Load cp51932 and eucjp-ms.
8364         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8365         (japanese-ucs-glibc-map): New translation tables.
8366         (eucjp-ms): New coding system.
8368         * international/mule.el (coding-system-put): Delete it.
8369         It's implemented in C now.
8371         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8372         (japanese-jisx0213-a): New supplementary charset.
8373         (japanese-jisx0213.2004-1): New charset.
8375 2008-02-01  Kenichi Handa  <handa@m17n.org>
8377         * language/japanese.el (japanese-cp932): New coding system.
8378         (cp932): New alias of it.
8380         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8381         (cp932): New charsets.
8383         * international/mule.el (define-charset): If :code-space is not
8384         given, generate it from :dimension.
8386 2008-02-01  Kenichi Handa  <handa@m17n.org>
8388         * composite.el (reference-point-alist): Doc fix.
8389         (encode-composition-rule, decode-composition-rule):
8390         Handle a rule (GREF NREF XOFF YOFF).
8392 2008-02-01  Kenichi Handa  <handa@m17n.org>
8394         * language/european.el (diacritic-composition-function): Fix for
8395         the case that POS is at the head.  Allow combining with more characters.
8397 2008-02-01  Kenichi Handa  <handa@m17n.org>
8399         * descr-text.el (describe-char): Check `charset' property.
8400         Show the code point in the charset in hexadigits.
8402         * international/mule-diag.el (stretches-for-character-list):
8403         Delete it.
8404         (list-block-of-chars): Use tabs instead of `display' property for
8405         aligning characters.
8406         (print-fontset-element): Fix the printing of XLFD.
8408 2008-02-01  Kenichi Handa  <handa@m17n.org>
8410         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8411         New function.
8412         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8413         handling utf-8.
8415 2008-02-01  Kenichi Handa  <handa@m17n.org>
8417         * faces.el (read-face-font): Include fontsets in the completion list.
8419         * international/mule-cmds.el (set-locale-environment):
8420         Insert locale-translation-file-name in a unibyte buffer.
8422         * international/characters.el: Fix setting of category `|'.
8424 2008-02-01  Kenichi Handa  <handa@m17n.org>
8426         * language/chinese.el (chinese-gb18030): Fix :charset-list.
8428 2008-02-01  Kenichi Handa  <handa@m17n.org>
8430         * international/mule-cmds.el (select-safe-coding-system): Fix for
8431         the case that the first element of default-coding-system is t.
8432         Fix a message when some coding systems are rejected.
8434 2008-02-01  Kenichi Handa  <handa@m17n.org>
8436         * international/mule-cmds.el (set-language-environment): Put
8437         higher priority to charsets listed in `charset' property of the
8438         language environment.
8440 2008-02-01  Kenichi Handa  <handa@m17n.org>
8442         * composite.el (auto-compose-chars): Don't do unnecessary
8443         save-exclusion and save-restriction.
8445 2008-02-01  Kenichi Handa  <handa@m17n.org>
8447         * international/mule-conf.el (ctext-no-compositions):
8448         Remove garbage arguments.
8450         * international/mule.el (make-coding-system): Fix generation of
8451         properties.
8453         * international/fontset.el (setup-default-fontset): Specify fonts
8454         for `symbol' script.
8456         * international/characters.el (script-list): Include `currency'
8457         in `symbol'.
8459 2008-02-01  Alex Schroeder  <alex@gnu.org>
8461         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8462         8601 format (a capital T between the date and the time).
8464 2008-02-01  Kenichi Handa  <handa@m17n.org>
8466         * international/mule.el (private-char-area-1-min)
8467         (private-char-area-1-max, private-char-area-2-min)
8468         (private-char-area-2-max, emacs-mule-charset-table): New variables.
8469         (convert-define-charset-argument): New function.
8470         (define-charset): Handle the old calling style.
8471         Update emacs-mule-charset-table.
8472         (make-char-internal): New function.
8474 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8476         * w32-charset-info-alist: Define iso10646-1 always.
8478 2008-02-01  Kenichi Handa  <handa@m17n.org>
8480         * composite.el (compose-region): Doc fix (delete duplicated line).
8482 2008-02-01  Kenichi Handa  <handa@m17n.org>
8484         * international/characters.el: Fix syntax for Ethiopic.
8486 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8488         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8490         * makefile.w32-in (DONTCOMPILE): Remove old languages.
8491         Add international/latin1-disp.el.
8492         (LC_ALL): Define as C.
8494 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8496         * term/w32-win.el: Don't set fontsets to use sjis.
8498 2008-02-01  Kenichi Handa  <handa@m17n.org>
8500         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8501         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8503 2008-02-01  Kenichi Handa  <handa@m17n.org>
8505         * composite.el (auto-composition-chunk-size): Delete variable.
8506         (auto-compose-chars): Always stop after processing a newline.
8508 2008-02-01  Kenichi Handa  <handa@m17n.org>
8510         * international/mule.el (define-coding-system): Fix attribute
8511         name :for-unibyte.
8513 2008-02-01  Kenichi Handa  <handa@m17n.org>
8515         * ps-bdf.el: Largely re-write.
8517         * ps-mule.el: Largely re-write.
8519         * ps-print.el (ps-generate-string-list): Delete function.
8520         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8521         (ps-header-footer-string): Delete function.
8522         (ps-encode-header-string-function): New variable.
8523         (ps-generate-header-line): Call ps-encode-header-string-function.
8524         (ps-basic-plot-string-function): New variable
8525         (ps-begin-job): Set ps-basic-plot-string-function and
8526         ps-encode-header-string-function.  For setting up headers and
8527         footers, don't use caches such as ps-rh-cache.  Don't call
8528         ps-mule-begin-page.
8529         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8530         Don't call ps-mule-prepare-ascii-font.
8531         (ps-plot-region): Don't pay attention to composition and
8532         non-ASCII characters.
8533         (ps-generate): Call ps-mule-end-job.
8534         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8535         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8536         (ps-mule-end-job): Declare autoload.
8538         * composite.el (auto-compose-region): New function.
8540 2008-02-01  Dave Love  <fx@gnu.org>
8542         * international/mule-util.el
8543         (detect-coding-with-language-environment): Doc fix.
8545         * composite.el: Doc fixes.
8546         (auto-compose-chars): Use functionp, not fboundp.
8548         * international/mule-diag.el (list-charset-chars): Set buffer file
8549         coding system.
8551         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8552         cookie.  Doc fix.
8554 2008-02-01  Dave Love  <fx@gnu.org>
8556         * international/mule-diag.el (list-charset-chars): Set buffer file
8557         coding system.
8559         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8560         cookie.  Doc fix.
8562         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8563         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8564         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8565         * eshell/esh-opt.el (eshell-process-option):
8566         * emulation/keypad.el (keypad-setup):
8567         * emacs-lisp/lisp-mode.el (prin1-char):
8568         * emacs-lisp/generic.el (generic-mode-set-comments):
8569         * edmacro.el (edmacro-parse-keys):
8570         * disp-table.el (standard-display-default): Use characterp.
8572 2008-02-01  Kenichi Handa  <handa@m17n.org>
8574         * international/mule-conf.el (utf-16-be): Make it an alias of
8575         utf-16be-with-signature.
8576         (utf-16-le): Make it an alias of utf-16le-with-signature.
8577         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8578         coding system aliases.
8580         * international/utf-7.el (utf-7-decode, utf-7-encode):
8581         Use utf-16be, not utf-16-be.
8583 2008-02-01  Kenichi Handa  <handa@m17n.org>
8585         * international/mule.el (coding-system-category): New function.
8586         (set-coding-priority): Re-write.
8587         (make-translation-table): Re-write.
8589         * international/mule-cmds.el (universal-coding-system-argument):
8590         Check the coding system type `undecided', not `t'.
8591         (sort-coding-systems): Fix for iso-2022 coding systems.
8592         (find-multibyte-characters): Fix for eight-bit chars.
8593         (set-language-environment): Set charset priorities according to
8594         the charsets supported by the coding systems of higher priorities.
8596 2008-02-01  Kenichi Handa  <handa@m17n.org>
8598         * font-lock.el
8599         (font-lock-match-c-style-declaration-item-and-skip-to-next):
8600         Check (match-end 2) before going there.
8602 2008-02-01  Kenichi Handa  <handa@m17n.org>
8604         * international/mule.el (ctext-non-standard-designations-alist):
8605         Exclude entries for iso8859-1[03456].  Fix docstring.
8606         (ctext-pre-write-conversion): Make it work for the case that FROM
8607         is a string.  Don't do unnecessary save-restriction and
8608         narrow-to-region.
8610 2008-02-01  Kenichi Handa  <handa@m17n.org>
8612         * international/mule.el (ctext-non-standard-encodings-alist):
8613         Rename from non-standard-icccm-encodings-alist.
8614         (ctext-non-standard-encodings-regexp): New variable
8615         (ctext-post-read-conversion): Full rewrite.
8616         (ctext-non-standard-designations-alist): Rename from
8617         non-standard-designations-alist.
8618         (ctext-pre-write-conversion): Full rewrite.
8619         (define-coding-system): Doc fix (escape '"' by '\').
8621 2008-02-01  Dave Love  <fx@gnu.org>
8623         * international/mule-conf.el (utf-16le, utf-16be-16be)
8624         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8625         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
8626         `-16-{b,l}e-' and define aliases for the old names.
8628         * international/mule.el (define-coding-system): Doc fix.
8630 2008-02-01  Dave Love  <fx@gnu.org>
8632         * international/utf-7.el: New file.
8634         * international/mule-conf.el (utf-7): New.
8636 2008-02-01  Kenichi Handa  <handa@m17n.org>
8638         * international/mule-conf.el (utf-16): Add :endian 'big.
8640         * international/mule.el (define-coding-system): Fix docstring
8641         about :bom and :endian.
8643 2008-02-01  Dave Love  <fx@gnu.org>
8645         * international/mule-diag.el (describe-character-set):
8646         Fix printing dimensions.  Use `×', not `x'.
8648 2008-02-01  Kenichi Handa  <handa@m17n.org>
8650         * international/fontset.el: Register CDAC fonts in
8651         face-font-rescale-alist instead of face-resizing-fonts.
8653 2008-02-01  Kenichi Handa  <handa@m17n.org>
8655         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8656         (utf-16-be): Rename from utf-16-be-nosig.
8657         (utf-16-le-with-signature): Rename from utf-16-le.
8658         (utf-16-be-with-signature): Rename from utf-16-be.
8659         (utf-16): Set :bom to (utf-16-le-with-signature .
8660         utf-16-be-with-signature).
8662 2008-02-01  Dave Love  <fx@gnu.org>
8664         * language/georgian.el (georgian-ps, georgian-academy): New coding
8665         system.
8667         * language/chinese.el (chinese-big5-hkscs): New coding system.
8668         (big5-hkscs, cn-big5-hkscs): New aliases.
8670         * international/mule-conf.el (big5-hkscs, georgian-academy):
8671         New charset.
8672         (ibm1047): Doc fix.
8673         (pt154): Add mime-charset.
8674         (ptcp154, cp154): New aliases.
8676 2008-02-01  Dave Love  <fx@gnu.org>
8678         * international/mule.el (charset-iso-final-char, define-coding-system):
8679         Doc fix.
8681 2008-02-01  Kenichi Handa  <handa@m17n.org>
8683         * international/ccl.el (define-ccl-program): Fset charset-id
8684         to charset-id-internal temporarily.
8686 2008-02-01  Kenichi Handa  <handa@m17n.org>
8688         * international/mule-diag.el (list-block-of-chars):
8689         Use decode-char instead of make-char.
8691 2008-02-01  Kenichi Handa  <handa@m17n.org>
8693         * international/fontset.el: Enable the default fontset to use
8694         unicode fonts for ASCII characters.
8695         (x-decompose-font-name): Don't try to resolve PATTERN by
8696         x-resolve-font-name.
8697         (x-complement-fontset-spec): Never prepend an ASCII font.
8698         (create-fontset-from-fontset-spec): If a fontset of the same name
8699         already exists, override it instead of signalling an error.  Don't
8700         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
8702         * international/mule-conf.el (unicode-bmp): Delete duplicated
8703         definition.  Give it :code-offset 0.
8705         * international/mule-diag.el (print-fontset-element): New function.
8706         (print-fontset): Use print-fontset-element to print the elements
8707         of a fontset.  Use it also to print fonts fallen back to the
8708         default fontsets.
8710         * term/x-win.el: Delete the code to create a fontset from the X
8711         resource "Font".
8713 2008-02-01  Kenichi Handa  <handa@m17n.org>
8715         * international/mule-diag.el (print-fontset): Insert proper
8716         newline and indentation spaces.
8718 2008-02-01  Dave Love  <fx@gnu.org>
8720         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8721         multibyte-char-to-unibyte.
8723         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8725         * international/mule-cmds.el (find-coding-systems-for-charsets):
8726         Use coding-system-type, coding-system-charset-list.
8727         (standard-keyboard-coding-systems): Delete.
8728         (set-locale-environment): Maybe set keyboard coding system.
8729         Avoid typical warning about codeset in C locale.
8731 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8733         * international/fontset.el (x-complement-fontset-spec): If a
8734         fontname doesn't conform to XLFD format, try to get XLFD name by
8735         x-list-fonts.
8737 2008-02-01  Dave Love  <fx@gnu.org>
8739         * international/mule-conf.el (mik, pt154): New charsets.
8741         * language/cyrillic.el (mik, pt154): New coding systems.
8743 2008-02-01  Dave Love  <fx@gnu.org>
8745         * international/characters.el: Move parts around so that syntax
8746         definitions aren't overwritten wrongly.
8748         * international/mule-diag.el (unicode-data): Fix treatment of
8749         numeric-value fields.
8751 2008-02-01  Dave Love  <fx@gnu.org>
8753         * progmodes/cap-words.el: New file.
8755 2008-02-01  Kenichi Handa  <handa@m17n.org>
8757         The following changes are to make character composition happen
8758         automatically on displaying.
8760         * composite.el: Remove all autoload cookies.
8761         (composition-function-table): Move variable declaration from
8762         composite.c.  Change format.
8763         (save-buffer-state): Copy from font-lock.el.
8764         (auto-composition-chunk-size): New variable.
8765         (auto-compose-chars): New function.  Set
8766         auto-composition-function to it.
8767         (toggle-auto-composition): New function.
8769         * international/characters.el: Make all chararacters in the
8770         charset tibetan to tibetan script.
8772         * international/mule-conf.el (tibetan): Fix :code-space property.
8773         (tibetan-1-column): Delete :superset property, add :code-offset
8774         property.
8776         * international/quail.el (quail-input-string-to-events): Don't
8777         generate compose-chars-after events.
8779         * language/devanagari.el: Register devanagari-composable-function
8780         in composition-function-table for Devanagari characters.
8782         * language/devan-util.el: Register devanagari-composable-pattern
8783         in indian-composable-pattern.
8784         (devanagari-composition-function): Add autoload cookie.  Change
8785         arguments to conform to composition-function-table.
8787         * language/european.el: Register combining characters in
8788         composition-function-table.
8789         (diacritic-composition-function): Change arguments to conform to
8790         composition-function-table.
8792         * language/indian.el (indian-composable-pattern): New variable.
8794         * language/ind-util.el (indian-compose-region): Don't call
8795         compose-chars-after, instead call a function registered in
8796         composition-function-table.
8798         * language/lao.el: Register lao-composition-function in
8799         composition-function-table for Lao vowels and tones.
8800         (lao): Don't use lao-post-read-conversion.
8802         * language/lao-util.el (lao-post-read-conversion): Delete this function.
8803         (lao-composition-function): Change arguments to conform to
8804         composition-function-table.
8806         * language/thai.el: Register thai-composition-function in
8807         composition-function-table for Thai vowels and tones.
8808         (thai-tis620): Don't use thai-post-read-conversion.
8810         * language/thai-util.el (thai-post-read-conversion): Delete function.
8811         (thai-composition-function): Change arguments to conform to
8812         composition-function-table.
8814         * language/tibetan.el: Register tibetan-composition-function in
8815         composition-function-table for Tibetan characters.
8817         * language/tibet-util.el (tibetan-composition-function):
8818         Change arguments to conform to composition-function-table.
8820         * loadup.el: Load composite.
8822 2008-02-01  Dave Love  <fx@gnu.org>
8824         * international/mule-diag.el (unicode-data): Find unicodedata-file
8825         literally.
8827 2008-02-01  Dave Love  <fx@gnu.org>
8829         * international/fontset.el: Doc fixes.
8830         ("fontset-default"): Add iso8859-15.
8832 2008-02-01  Kenichi Handa  <handa@m17n.org>
8834         * international/fontset.el ("fontset-default"): Add an entry for
8835         `indian-is13194' charset.
8837         * international/mule-conf.el (indian-is13194): Delete :unify-map
8838         property.  Don't unify this charset.
8839         (indian-2-column): Delete :superset property, add :code-offset property.
8841         * language/devan-util.el: Delete the superfluous autoload cookie
8842         near the head of the file.
8843         (devanagari-compose-region): Add autoload cookie.
8845         * language/ind-util.el (indian-2-column-to-ucs-region):
8846         Add autoload cookie.
8848 2008-02-01  Kenichi Handa  <handa@m17n.org>
8850         * international/fontset.el ("fontset-default"): Add an entry for
8851         `devanagari' script and `malayalam-glyph' charset.
8852         (face-resizing-fonts): Register CDAC fonts.
8854         * international/mule-conf.el (malayalam-glyph): New charset.
8856 2008-02-01  Dave Love  <fx@gnu.org>
8858         * term/x-win.el: Fix typo in loop setting x-keysym-table.
8860 2008-02-01  Dave Love  <fx@gnu.org>
8862         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8864         * term/x-win.el: Remove some ancient compatibility code.  Populate
8865         x-keysym-table.
8867         * international/mule-cmds.el (wid-edit): Require when compiling.
8868         (set-locale-environment): Check locale against coding system
8869         aliases too.
8871 2008-02-01  Kenichi Handa  <handa@m17n.org>
8873         * language/indian.el (in-is13194-devanagari):
8874         Fix :post-read-conversion and :pre-write-conversion.
8876 2008-02-01  Dave Love  <fx@gnu.org>
8878         * international/mule-cmds.el (charset): Supply doc, :tag.
8880 2008-02-01  Kenichi Handa  <handa@m17n.org>
8882         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8883         return a unibyte string.
8885 2008-02-01  Kenichi Handa  <handa@m17n.org>
8887         * international/mule-cmds.el (set-locale-environment):
8888         Delete superfluous ')'s at the tail.
8890 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8892         * international/mule.el (define-coding-system): Fix typo;
8893         "docode" -> "decode".
8895 2008-02-01  Dave Love  <fx@gnu.org>
8897         * emacs-lisp/byte-opt.el (side-effect-free-fns):
8898          Add string-make-unibyte string-make-multibyte string-to-multibyte
8899          string-as-multibyte string-as-unibyte.
8901 2008-02-01  Dave Love  <fx@gnu.org>
8903         * language/english.el (ibm1047, cp1047): New.
8905         * international/mule-conf.el (alternativnyj): Use new table.
8906         (cp866): Define standalone, not as alias.
8907         (ibm866): Change alias.
8908         (ibm1047): New.
8910         * language/cyrillic.el (cyrillic-alternativnyj):
8911         Remove mime-charset.  Use alternativnj charset.
8912         (cp866): Remove alias.  Define standalone.
8914 2008-02-01  Dave Love  <fx@gnu.org>
8916         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8918         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8919         ("Tajik", "Belarusian"): Fix charset.
8921         * international/mule-cmds.el (describe-language-environment):
8922         Be case-insensitive when looking for input methods.
8923         (locale-name-match): Doc fix.
8924         (locale-charset-match-p): New.
8925         (set-locale-environment): Warn if coding system doesn't agree
8926         with system locale.
8928 2008-02-01  Kenichi Handa  <handa@m17n.org>
8930         * international/mule-cmds.el (select-safe-coding-system): If
8931         :mime-charset property of a coding system is not equal to that
8932         coding system, don't show that :mime-charset name.
8934 2008-02-01  Dave Love  <fx@gnu.org>
8936         * international/quail.el (quail-help): Fix underlining.
8938         * language/chinese.el (chinese-gb18030, gb18030)
8939         ("Chinese-GB18030"): New.
8941         * international/mule-cmds.el (locale-language-names): Add GB18030.
8943         * international/swedish.el: Don't require latin-1.
8945 2008-02-01  Dave Love  <fx@gnu.org>
8947         * language/czech.el ("Czech"):
8948         * language/slovak.el ("Slovak"):
8949         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8951         * language/greek.el ("Greek"): Remove unibyte-syntax property.
8952         (cp737): New coding system.
8954         * language/european.el: Remove unibyte-syntax properties.
8955         Augment some coding-system properties.
8957         * international/mule-cmds.el (set-language-environment):
8958         Check for charset property of environment.
8959         (language-info-alist): Doc fix.
8961         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8963         * international/characters.el: Add Latin-1.
8965         * international/latin-1.el, international/latin-2.el,
8966         * international/latin-3.el, international/latin-4.el,
8967         * international/latin-5.el, international/latin-8.el,
8968         * international/latin-9.el: Delete.
8970         * loadup.el: Remove international/latin-N.el.
8972         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8973         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8974         Undo last changes.
8976         * international/mule-diag.el (unicode-data): Check that
8977         `unicodedata-file' exists.
8979 2008-02-01  Kenichi Handa  <handa@m17n.org>
8981         * international/fontset.el (charset-script-alist): Fix script names.
8983 2008-02-01  Kenichi Handa  <handa@m17n.org>
8985         * international/latin-1.el: Bind set-case-syntax-charset to
8986         iso-8859-1.  Never provide latin-1.
8988         * international/latin-2.el: Bind set-case-syntax-charset to
8989         iso-8859-2.  Never provide latin-2.
8991         * international/latin-3.el: Bind set-case-syntax-charset to
8992         iso-8859-3.  Never provide latin-3.
8994         * international/latin-4.el: Bind set-case-syntax-charset to
8995         iso-8859-4.  Never provide latin-4.
8997         * international/latin-5.el: Bind set-case-syntax-charset to
8998         iso-8859-9.  Never provide latin-5.
9000         * international/latin-8.el: Bind set-case-syntax-charset to
9001         iso-8859-14.  Never provide latin-8.
9003         * international/latin-9.el: Bind set-case-syntax-charset to
9004         iso-8859-15.  Never provide latin-9.
9006         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9007         (set-case-syntax-charset): New variable.
9008         (set-case-syntax-1): New function.
9009         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9010         Call set-case-syntax-1 on arguments.
9012         * international/mule-cmds.el (set-language-environment): Delete
9013         unnecessary setup of syntax/case for unibyte case.
9015 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9017         * international/fontset.el (generate-fontset-menu): Exclude the
9018         default fontset.
9020         * faces.el (describe-face): Describe :fontset property too.
9022 2008-02-01  Dave Love  <fx@gnu.org>
9024         * international/characters.el: Don't set char width of CJK
9025         charsets generally.  Add some non-word syntax cases.
9026         (korean-ksc5601): Fix ranges with symbol syntax.
9028 2008-02-01  Dave Love  <fx@gnu.org>
9030         * Makefile.in (DONTCOMPILE): Add indian.el.
9032         * language/ind-util.el:
9033         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9034         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9035         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9036         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9037         Remove declarations and let-bind them in re-written top-level loop
9038         over scripts, including ucs-devanagari-to-is13194-alist.
9040 2008-02-01  Dave Love  <fx@gnu.org>
9042         * international/mule-cmds.el (charset): Move.
9043         (language-info-custom-alist): Move.  Alter :set.
9044         (find-coding-systems-for-charsets): Check charset type before
9045         getting :charset-list.
9047         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9049 2008-02-01  Dave Love  <fx@gnu.org>
9051         * wid-edit.el (widget-string-complete): New.
9052         (widget-coding-system-prompt-value-history): Delete.
9053         (coding-system): Use coding-system-value-history.
9055         * international/mule-cmds.el (charset): New widget.
9056         (language-info-custom-alist): Use it.
9057         (default-input-method): Modify :type.
9059 2008-02-01  Dave Love  <fx@gnu.org>
9061         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9062         (indian-glyph-char, indian-char-glyph): Delete.
9063         (is13194-default-repertory): Rename from is13194-default-repartory.
9064         (iscii-to-ucs-region): Hoist evals from loop.
9066         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9068         * language/indian.el (indian-script-table)
9069         (ccl-encode-indian-glyph-font): Delete.
9071         * international/mule-cmds.el (language-info-custom-alist): New.
9072         (input-method-activate-hook, input-method-inactivate-hook)
9073         (input-method-after-insert-chunk-hook)
9074         (input-method-use-echo-area, set-language-environment-hook)
9075         (exit-language-environment-hook): Customize.
9076         (find-coding-systems-for-charsets): Rewrite.
9077         (default-input-method): Add :link.
9079 2008-02-01  Dave Love  <fx@gnu.org>
9081         * international/mule-conf.el (eight-bit): Add :docstring,
9082         :short-name properties.
9083         (cp851): Doc fix.
9084         (unicode-bmp): New.
9086         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9088         * language/european.el (cp858): New.
9089         ("Turkish"): Add special case rules.
9091 2008-02-01  Dave Love  <fx@gnu.org>
9093         * international/characters.el: Make Ÿ and ÿ a case pair.
9095 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9097         * international/mule-conf.el: Don't define the charset iso-8859-1
9098         here, just setup its properties.
9100 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9102         * international/mule-conf.el (utf-8): Give :mime-charset property.
9104 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9106         * international/characters.el: Remove duplicated case setting for
9107         Cyrillic and Greek letters.  Don't setup printable-chars here.
9109         * case-table.el (describe-buffer-case-table): Handle the case
9110         that KEY is a cons within map-char-table.
9112 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9114         * international/characters.el: Fix categories ?A and ?C.
9115         Treat ASCII characters as `latin' script.
9117 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9119         * international/fontset.el (fontset-plain-name): If the fontset
9120         name doesn't ends with "-fontset-*", use family name as the first
9121         part of the plain name.
9122         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9123         created, use that name for the fontset.  Fix arguments to
9124         subst-char-in-string.
9126 2008-02-01  Dave Love  <fx@gnu.org>
9128         * term.el (term-char-mode): Remove generic-character-list code.
9130         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9132         * wid-edit.el (character): Use characterp.
9134         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9136         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9138         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9139         Add charset.
9140         ("Ukrainian"): New.
9142         * language/georgian.el (georgian-ps): New coding system.
9144 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9146         * international/mule-cmds.el (reset-language-environment):
9147         Don't set nonascii-translation-table and nonascii-insert-offset.
9148         Call set-unibyte-charset, not set-primary-charset.
9149         (nonascii-translation-table, nonascii-insert-offset):
9150         Declare these variable as obsolete ones.
9151         (set-language-environment): Call set-unibyte-charset, not
9152         set-primary-charset.  Call set-charset-priority with `charset'
9153         info of the language environment.
9155 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9157         * international/characters.el (next-word-boundary-han):
9158         Don't treat katakana following han characters as a part of a word.
9160 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9162         * international/characters.el: Call map-charset-chars on big5 (not
9163         chinese-big5-1/2) to set categories `c', `C', and `|'.
9164         (next-word-boundary-han, next-word-boundary-kana): New function.
9165         Register it in next-word-boundary-function-table.
9167 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9169         * arc-mode.el (archive-file-name-coding-system): New variable.
9170         Make it permanent-local.
9171         (byte-after, bref, insert-unibyte): New function.  Change most of
9172         char-after, aref, insert to them respectively.
9173         (archive-mode): Set archive-file-name-coding-system.
9174         (archive-summarize): Don't change the buffer's multibyteness.
9175         (archive-extract): Inherit archive-file-name-coding-system from
9176         archive-superior-buffer.  Bind coding-system-for-write to
9177         archive-file-name-coding-system.
9178         (archive-*-write-file-member): Encode ENAME by
9179         archive-file-name-coding-system.  Bind coding-system-for-write to
9180         no-conversion.
9181         (archive-rename-entry): Encode the filename by
9182         archive-file-name-coding-system.
9183         (archive-mode-revert): Don't change the buffer's multibyteness.
9184         (archive-arc-summarize, archive-lzh-summarize)
9185         (archive-zoo-summarize): Don't change the buffer's multibyteness.
9186         Decode filenames by archive-file-name-coding-system.
9187         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9188         the buffer's multibyteness.
9190         * tar-mode.el (tar-file-name-coding-system): New variable.
9191         Make it permanent-local.
9192         (tar-header-block-tokenize): Decode filename and linkname by
9193         tar-file-name-coding-system.
9194         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9195         the byte value of eight-bit chars.
9196         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9197         `to'.  Delete unnecessary call of position-bytes.
9198         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
9199         call of position-bytes.
9200         (tar-extract): Simplify by calling decode-coding-region with
9201         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
9202         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9203         (tar-clear-modification-flags): Delete unnecessary call of
9204         position-bytes.
9205         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9206         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9207         Convert new-data-string by string-to-multibyte before inserting it.
9208         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9209         buffer.  Simplify by calling encoding-coding-region with
9210         DESTINATION argument.
9211         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9213 2008-02-01  Dave Love  <fx@gnu.org>
9215         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9217         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9219 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9221         * international/characters.el: Setup char-script-table.
9223         * international/fontset.el: Setup the default fontset by the new
9224         script-based way.
9225         (x-complement-fontset-spec): Change the format of arg FONTLIST to
9226         an alist of charsets vs font name lists.
9227         (charset-script-alist): New variable.
9228         (create-fontset-from-fontset-spec): Allow script name in
9229         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
9230         to the corresponding script name.
9231         (create-fontset-from-ascii-font): Slight tuning.
9233         * international/mule-conf.el (devanagari-glyph): New charset.
9234         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9235         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9236         japanese-jisx0213-2.
9238         * international/mule-diag.el (print-fontset): Use describe-vector
9239         to handle a char table returned by fontset-info.
9241         * language/indian.el: Don't register ccl-encode-indian-glyph-font
9242         and ccl-encode-unicode-font in font-ccl-encoder-alist.
9244 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9246         * international/mule-util.el (detect-coding-with-priority):
9247         Fix the place of using `,' marker in backquote form.
9249 2008-02-01  Dave Love  <fx@gnu.org>
9251         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9253         * international/mule-util.el (with-coding-priority): Fix.
9255         * international/mule.el (set-coding-priority): Fix obsolete spec.
9257 2008-02-01  Dave Love  <fx@gnu.org>
9259         * international/mule-cmds.el (leim-list-header): Add coding tag.
9261 2008-02-01  Dave Love  <fx@gnu.org>
9263         * international/mule-cmds.el (find-coding-systems-region)
9264         (language-info-alist, reset-language-environment, princ-list): Doc fix.
9265         (input-method-verbose-flag): Fix :type.
9267 2008-02-01  Dave Love  <fx@gnu.org>
9269         * international/mule.el (set-char-table-default): Make obsolete.
9271 2008-02-01  Dave Love  <fx@gnu.org>
9273         * language/devanagari.el ("Devanagari"): Fix coding-system,
9274         coding-priority.
9276         * international/mule-diag.el (describe-char-after): Modify display
9277         list processing.
9278         (unicodedata-file, unicodedata-find): New.
9280 2008-02-01  Dave Love  <fx@gnu.org>
9282         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9283         autoload cookie.
9285         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9287 2008-02-01  Dave Love  <fx@gnu.org>
9289         * international/mule-util.el (detect-coding-with-priority): Rewrite.
9291 2008-02-01  Dave Love  <fx@gnu.org>
9293         * composite.el (compose-string): Doc fix.
9295         * language/georgian.el ("Georgian"): Delete code-pages feature,
9296         add nonascii-translation.
9298         * language/european.el ("German", "French", "Spanish"):
9299         Add latin-9 as alternative coding system.
9300         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9301         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
9302         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9303         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9304         system.
9306         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9307         encode-coding-char.
9308         (side-effect-and-error-free-fns): Add charsetp, max-char,
9309         primary-charset.
9311         * simple.el: Don't require cl when compiling.
9313         * Makefile.in (DONTCOMPILE): Fix duplicates.
9315         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9317         * international/mule.el: Doc fixes.
9318         (load-with-code-conversion): Fix coding-system-type test.
9320         * international/mule-cmds.el (sort-coding-systems): Comment out
9321         iso-2022 case.
9322         (encoded-string-description): Fix coding-system-type test.
9324 2008-02-01  Dave Love  <fx@gnu.org>
9326         * international/characters.el: Make korean-ksc5601 double-width.
9328         * international/mule.el (auto-coding-regexp-alist):
9329         Recognize Emacs 20/1 byte-compiled files.
9331         * international/mule-conf.el (file-coding-system-alist):
9332         Change .elc to utf-8-emacs.
9334         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9335         of utf-8-emacs.
9336         (byte-compile-insert-header): Update magic number.  Add ballast.
9337         (map-char-table): Use byte-compile-funarg-2.
9339 2008-02-01  Dave Love  <fx@gnu.org>
9341         * language/cyrillic.el ("Belarusian"): Doc fix.
9342         (cp1125, koi8-t): Doc fix.
9344         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9345         (find-multibyte-characters): Don't test for charset `unknown'.
9346         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9347         ru, sr_YU, tg, wa, zh.gbk.
9348         (locale-language-names): Change sp to Cyrillic.
9349         (locale-charset-language-names): Match @euro after utf-8.
9351 2008-02-01  Dave Love  <fx@gnu.org>
9353         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9354         New coding systems.
9355         ("Chinese-GBK"): New environment.
9357         * language/thai-util.el: Remove redundant unicodes in category-setting.
9359         * language/lao-util.el: Remove redundant unicodes in category-setting.
9361         * international/mule-conf.el (japanese-jisx0213-1)
9362         (japanese-jisx0213-2): Add unify-map.
9364 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9366         * international/quail.el (quail-update-leim-list-file):
9367         Force writing the file by iso-2022-7bit.
9369         * international/titdic-cnv.el (miscdic-convert): Force writing the
9370         file by iso-2022-7bit.
9372         * international/mule.el (define-charset): Change the attribute
9373         :parents to :subset or :superset.
9375         * international/mule-conf.el: Adjust for the change of
9376         define-charset (:parent -> :subset or :superset).
9378         * international/characters.el: Fix the last change.
9380 2008-02-01  Dave Love  <fx@gnu.org>
9382         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9383         (cyrillic-encode-alternativnyj-char): Fix.
9384         (standard-display-cyrillic-translit): Remove redundant unicodes.
9386 2008-02-01  Dave Love  <fx@gnu.org>
9388         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9389         New environments.
9391         * international/mule-conf.el (control-1): New charset.
9392         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9393         (korean-ksc5601): Redefine to use code-offset and unify-map.
9395 2008-02-01  Dave Love  <fx@gnu.org>
9397         * international/mule-conf.el (tcvn-5712): New charset.
9399         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9400         ("Vietnamese"): Doc fix.
9402 2008-02-01  Dave Love  <fx@gnu.org>
9404         * international/mule-conf.el (windows-936): New alias.
9406         * cus-start.el: Add scalable-fonts-allowed.
9408         * international/characters.el: Reinstate various CJK syntax and
9409         category setup.  Remove obsolete syntax setting in Greek section.
9410         Optimize the char tables.
9412         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9414         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9416         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9417         coding systems.
9419         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9421 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9423         * international/characters.el (printable-chars): Setup correctly.
9425 2008-02-01  Dave Love  <fx@gnu.org>
9427         * cus-start.el: Add selection-coding-system.
9429         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9431         * language/china-util.el (post-read-decode-hz)
9432         (pre-write-encode-hz): Move from chinese.el.
9433         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9434         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9436         * language/chinese.el (post-read-decode-hz)
9437         (pre-write-encode-hz): Move to china-util.el.
9439         * case-table.el (set-case-syntax-pair): Test again for equal byte
9440         lengths of the pair.
9442         * international/characters.el: Add Vietnamese category to
9443         equivalent unicodes.
9445 2008-02-01  Dave Love  <fx@gnu.org>
9447         * international/mule-conf.el (chinese-sisheng, ipa)
9448         (indian-is13194, tibetan, ethiopic): Add :unify-map.
9450         * international/mule-diag.el (describe-character-set): Account for
9451         more than two dimensions of possibly different size.
9452         (describe-current-coding-system): Add selection-coding-system.
9454         * international/mule-cmds.el (unify-8859-on-encoding-mode)
9455         (unify-8859-on-decoding-mode): Move from mule.el.
9457         * international/mule.el (unify-8859-on-encoding-mode)
9458         (unify-8859-on-decoding-mode): Remove :init-value.
9459         (charset-chars): Add optional dimension arg.
9460         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9461         Move to mule-cmds.el.
9463 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9465         * international/fontset.el: Change registry for japanese-jisx0208
9466         to "JISX0208*" in the default fontset.
9467         (font-encoding-alist): Add an entry for "JISX0208.1983" and
9468         "ISO10646.indian-1".
9470 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9472         * language/japanese.el (japanese-iso-7bit-1978-irv):
9473         Add `designation' to :flags, `ascii' to :charset-list.
9475         * international/mule.el (define-charset): New args :min-code and
9476         :max-code.
9477         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9479         * international/mule-conf.el (chinese-gbk): Change :code-offset to
9480         #x160000.
9481         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9482         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9484 2008-02-01  Dave Love  <fx@gnu.org>
9486         * language/thai.el (iso-8859-11): New coding system.
9488         * international/mule-conf.el: Doc fixes.
9489         (iso-8859-11): New.
9491 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
9493         * cus-start.el (scalable-fonts-allowed): Add.
9495 2008-02-01  Dave Love  <fx@gnu.org>
9497         * international/mule.el (unify-8859-on-encoding-mode)
9498         (unify-8859-on-decoding-mode): Dummy versions.
9500         * international/ucs-tables.el: Remove.
9502         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9503         language/japanese.el.
9505         * international/mule-conf.el: Doc fixes.
9506         (cp936): New alias.
9507         (cp720, cp858): New charsets.
9509         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9510         coding system, not emacs-mule.
9512         * files.el (revert-buffer, recover-file): Likewise.
9514         * desktop.el (desktop-save): Likewise.
9516 2008-02-01  Dave Love  <fx@gnu.org>
9518         * international/mule.el (with-category-table): Use make-symbol.
9519         (coding-system-list): Use coding-system-aliases.
9520         (make-translation-table): Don't deal with generic characters.
9522         * international/mule-util.el (coding-system-post-read-conversion)
9523         (coding-system-pre-write-conversion)
9524         (coding-system-translation-table-for-decode)
9525         (coding-system-translation-table-for-encode): Get the right properties.
9526         (with-coding-priority): New macro.
9527         (detect-coding-with-language-environment): Use it.
9528         (coding-system-equal): Use coding-system-plist.
9530         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9531         Use :valid property.
9533         * international/mule-cmds.el (encode-coding-char):
9534         Use find-coding-systems-string.  Don't use make-char.
9535         (describe-language-environment): Use coding-system-aliases.
9536         (prefer-coding-system): Doc fix.
9538         * international/mule-diag.el (describe-current-coding-system):
9539         Fix aliases listing.
9540         (print-iso-2022-flags): Delete.
9541         (print-designation): Partial re-write.
9542         (describe-coding-system): Deal with iso-2022 designations, flags.
9543         Fix shift_jis case.
9544         (describe-char-after): Use characterp.  Print explicit unicode.
9545         Remove some obsolete code.
9546         (print-coding-system-briefly): Fix printing aliases.
9547         (print-coding-system): Use coding-system-aliases.
9548         (mule-diag): Don't list coding categories.
9550         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
9551         Re-order charset priorities.
9552         (binary): New alias.
9553         (iso-8859-16): Fix nickname.
9554         (define-iso-single-byte-charset): Un-define after use.
9556 2008-02-01  Dave Love  <fx@gnu.org>
9558         * international/characters.el: Additional double width specifications.
9560         * international/mule-diag.el (print-coding-system): Incomplete updates.
9561         (describe-character-set): List more properties.
9562         (print-fontset): Fix case of vector font-spec.
9563         (describe-current-coding-system): Fix iso-7, iso-7-else.
9565         * international/mule-conf.el (ibm866): Fix alias.
9566         (iso-8859-16): Fix nickname.
9568 2008-02-01  Dave Love  <fx@gnu.org>
9570         * language/ind-util.el: Avoid decode-char.
9571         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9572         Use characterp, not char-valid-p.
9574         * language/devan-util.el: Add coding tag, avoid decode-char.
9576         * international/titdic-cnv.el: Add coding tag.
9577         (tit-process-header): Add coding tag to output.
9579         * language/thai.el (cp874, ibm874): New coding systems.
9581         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9582         Add character-p.
9584         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9585         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9586         New coding systems.
9587         <set-language-info-alist>: Avoid decode-char.
9589         * language/hebrew.el (cp862, ibm862): New coding systems.
9591         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9593         * language/cyrillic.el (cp855, ibm855): New coding systems.
9595         * international/mule-conf.el: Avoid decode-char in top-level code
9596         for self-inserting multibyte chars.
9597         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9598         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9599         New charsets.
9601         * international/characters.el: Various simplifications and additions.
9603 2008-02-01  Dave Love  <fx@gnu.org>
9605         * international/mule-conf.el (code-pages): Provide, for compatibility.
9607         * international/code-pages.el: Remove.
9609 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9611         * Makefile.in: Cancel the 2008-02-01 change of mine.
9613         * international/fontset.el: Add setting for unicode font at the
9614         end of the default fontset.
9616 2008-02-01  Dave Love  <fx@gnu.org>
9618         * international/mule-conf.el (adobe-standard-encoding, symbol):
9619         Adjust :code-space.
9620         (ibm850): Add :ascii-compatible-p.
9622 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9624         * international/mule-conf.el (vietnamese-viscii-lower)
9625         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9626         mapping table.
9628 2008-02-01  Dave Love  <fx@gnu.org>
9630         * cus-start.el: Add charset-map-directory.
9632         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9634         * format.el (format-alist): Remove ibm, mac, hp entries (available
9635         natively).
9637         * language/romanian.el (iso-latin-10): Add :mime-charset.
9638         ("Romanian"): Add doc.
9640         * international/mule-conf.el (iso-8859-10, symbol)
9641         (adobe-standard-encoding, ibm850): New charsets.
9642         (iso-8859-13): Fix IR number, final char.
9643         (file-coding-system-alist): Add .xml.
9645         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9646         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9647         (adobe-standard-encoding, cp850, ibm850): New coding systems.
9648         ("Latin-6", "Latin-7"): New language environments.
9650 2008-02-01  Dave Love  <fx@gnu.org>
9652         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9653         utf-8-subst; add vietnamese, cyrillic, czech.
9655         * language/romanian.el (iso-latin-10): New coding system.
9657         * international/mule-conf.el (emacs-mule): Set :charset-list,
9658         consistent with coding-system-charset-list doc.
9659         (iso-8859-16): New charset.
9661         * international/mule-diag.el (describe-coding-system): Avoid error
9662         for iso-2022, emacs-mule.
9664 2008-02-01  Dave Love  <fx@gnu.org>
9666         * international/codepage.el: Remove or comment out most of code.
9667         (codepage-setup): Re-write as trivial, obsolete function.
9669         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9670         Remove setup function.
9672         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9674         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9675         language/cyrillic.el, language/czech.el.
9677         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9678         (font-ccl-encoder-alist): Remove viscii, vscii.
9680         * language/hebrew.el (windows-1255, cp1255): New coding systems.
9682         * language/european.el (windows-1254, cp1254, windows-1257)
9683         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9684         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9686         * language/greek.el (windows-1253, cp1253): New coding systems.
9688         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9689         file name.
9690         (windows-1253, windows-1254, windows-1255, windows-1256)
9691         (windows-1257, windows-1258, next): New charsets.
9693         * international/utf-8.el, international/utf-8-subst.el: Remove.
9695         * international/mule.el: Doc fixes.
9696         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9697         (coding-system-get): Try to convert old-style symbol to keyword.
9698         (define-charset): Purecopy strings in property list.
9699         (define-coding-system): Purecopy docstring.
9701         * international/mule-diag.el (list-character-sets-2): Avoid
9702         charset-bytes.
9703         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9704         (list-block-of-chars): Re-write.
9705         (describe-character-set): Show more properties.
9706         (describe-char-after): Correct codepoint display.
9707         (print-coding-system): Use symbolic types.
9709 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9711         * Makefile.in: Be sure also to run emacs with LANG=C.
9713 2008-02-01  Dave Love  <fx@gnu.org>
9715         * international/mule-diag.el: Doc fixes.
9716         (sort-charset-list, charset-multibyte-form-string): Remove.
9717         (list-character-sets, list-character-sets-1)
9718         (list-character-sets-2): Re-write.
9719         (non-iso-charset-alist): Set to nil and made obsolete.
9720         (decode-codepage-char): Re-write and made obsolete.
9721         (read-charset): Don't use non-iso-charset-alist.
9722         (describe-coding-system): Use keyword properties.
9723         (describe-character-set): Re-write.
9725         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9726         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9727         (ebcdic-uk): New charsets.
9729         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9730         New coding systems.
9732         * language/european.el (windows-1252): New coding system.
9734 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9736         * Makefile.in: By sure to run emacs with LC_ALL=C.
9738         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9739         encoded-kbd-self-insert-iso2022-8bit with argument 1.
9740         (encoded-kbd-self-insert-charset): New function.
9741         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9742         coding-system of type charset.
9744 2008-02-01  Dave Love  <fx@gnu.org>
9746         * international/mule-cmds.el (set-locale-environment): Comment out
9747         set-keyboard-coding-system stuff.
9749 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9751         * international/mule.el (define-coding-system): Doc fix;
9752         sjis->shift-jis.
9754         * international/mule-conf.el: Use decode-char instead of make-char.
9756         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9757         New arg ARG.  Directly call self-insert-command.  This is a
9758         temporary workaround to make it work with latin-1.
9759         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9761         * international/characters.el: Setup char-width-table for CJK
9762         characters.
9764 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9766         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9767         Fix the initial value to specify character range of
9768         japanese-jisx0208, not unicode.
9770         * international/characters.el: Set syntax/category for
9771         japanese-jisx0208.
9773 2008-02-01  Dave Love  <fx@gnu.org>
9775         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9776         mime-charset.
9778         * language/vietnamese.el, language/korean.el, language/japanese.el:
9779         * language/hebrew.el, language/greek.el, language/chinese.el:
9780         Fix :mime-charset properties.
9782         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9783         (cyrillic-alternativnyj): Fix :mime-charset.
9784         (cp878, cp866): New alias.
9786         * language/european.el: Fix mime-charset properties.
9788         * international/mule-cmds.el (sort-coding-systems)
9789         (select-safe-coding-system, select-message-coding-system): Use
9790         :mime-charset, not 'mime-charset.
9792         * international/mule-conf.el: Add various :mime-charset properties.
9794 2008-02-01  Dave Love  <fx@gnu.org>
9796         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9797         getting decoder.
9798         (encoded-kbd-mode): Fix code for coding system type and designations.
9800         * international/mule-conf.el: Spelling fixes.
9802 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9804         * international/fontset.el (fontset-plain-name): Handle the case
9805         that size, weight, slant are not specified in the fontset name.
9807 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
9809         * language/greek.el (greek-iso-8bit): Fix typo.
9811 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9813         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9815 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9817         * international/characters.el: Change encoding to utf-8-emacs.
9818         Remove apparent duplicate codes.
9820 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9822         * international/fontset.el: Change the registry for
9823         chinese-gb2312 and add the registry for chinese-gbk.
9825         * international/mule.el (charset-chars): Fix typo.
9827         * international/mule-conf.el (chinese-gbk): New charset.
9829         * international/titdic-cnv.el (titdic-convert): Read into a
9830         unibyte buffer then make the buffer multibyte.
9832 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9834         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9835         instead of :signature.
9837 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9839         * language/czech.el ("Czech"): Set `iso-8859-2' for
9840         `nonascii-translation'.
9842         * language/romanian.el ("Romanian"): Likewise.
9844         * language/slovak.el ("Slovak"): Likewise.
9846         * international/characters.el: Optimize calls of modify-category-entry.
9848 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9850         * bindings.el: Don't bind multibyte characters to
9851         self-insert-command here.  It's done in mule-conf.el.
9853         * case-table.el (set-case-syntax-offset): Delete variable.
9854         (set-case-syntax-1): Delete function.  Change callers.
9855         (set-case-syntax-delims): Don't check byte length of characters.
9857         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9858         characters to isearch-printing-char.
9860         * loadup.el: Don't load "international/utf-8".  Don't call
9861         update-coding-systems-internal.  Bind coding-system-for-write to
9862         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
9863         dumping.
9865         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9866         change of map-char-table.
9868         * eshell/esh-mode.el: Adjust for the change of map-char-table.
9870         * international/characters.el: Adjust for the deletion of
9871         generic characters.
9873         * international/code-pages.el (cp-make-translation-table)
9874         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
9875         (cp-make-coding-system): Call define-coding-system.
9877         * international/fontset.el: Rewrite most code.
9879         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9880         Call encode-char instead of split-char.
9882         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9883         Change value.
9884         (skkdic-lookup-key): Call encode-char instead of split-char.
9886         * international/titdic-cnv.el (titdic-convert): Bind
9887         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
9888         buffer.
9890         * international/latin-1.el: Don't bind set-case-syntax-offset.
9892         * international/latin-2.el: Don't bind set-case-syntax-offset.
9894         * international/latin-3.el: Don't bind set-case-syntax-offset.
9896         * international/latin-4.el: Don't bind set-case-syntax-offset.
9898         * international/latin-5.el: Don't bind set-case-syntax-offset.
9900         * international/latin-8.el: Don't bind set-case-syntax-offset.
9902         * international/latin-9.el: Don't bind set-case-syntax-offset.
9904         * international/mule-cmds.el: Don't use coding category.
9905         Call set-coding-system-priority instead of set-coding-priority.
9906         (sort-coding-systems, select-safe-coding-system):
9907         Call coding-system-priority-list to get the most preferred one.
9908         (reset-language-environment): Order of coding system priority
9909         changed.  Set primary charset to iso-8859-1.
9910         (set-language-environment-coding-systems):
9911         Call set-coding-system-priority instead of set-coding-priority.
9912         (get-charset-property, put-charset-property): Move to mule.el.
9914         * international/mule-conf.el: Ful re-write.
9916         * international/mule-diag.el (print-designation): Change arguments.
9917         (print-iso-2022-flags): New function.
9918         (describe-coding-system, describe-current-coding-system):
9919         Adjust for the new structure of coding system.
9921         * international/mule.el (char-valid-p): Make it an alias of characterp.
9922         (define-charset): Full re-design.
9923         (charset-quoted-standard-p): Delete.
9924         (charsetp): Move to charset.c.
9925         (charset-info, charset-id, charset-bytes, charset-width)
9926         (charset-directioin, charset-iso-graphic-plane)
9927         (charset-reverse-charset): Delete.
9928         (charset-dimension, charset-chars, charset-iso-final-char)
9929         (charset-description, charset-short-name, charset-long-name):
9930         Call charset-plist instead of charset-info.
9931         (charset-plist, set-charset-plist): Move to charset.c.
9932         (get-charset-property, put-charset-property): Move from
9933         mule-cmds.el.  Call charset-plist and set-charset-plist.
9934         (make-char): Delete.
9935         (generic-char-p): Make it always return nil.
9936         (decode-char, encode-char): Move to charset.c.
9937         (coding-spec-XXX-idx): Delete variables.
9938         (coding-system-iso-2022-flags): New variable.
9939         (define-coding-system): New function.
9940         (transform-make-coding-system-args, make-coding-system): Delete.
9941         (set-coding-priority): Make it obsolete.
9942         (after-insert-file-set-buffer-file-coding-system)
9943         (find-new-buffer-file-coding-system): Adjust for the new coding
9944         system structure.
9946         * language/chinese.el, language/cyrillic.el, language/european.el:
9947         * language/greek.el, language/hebrew.el, language/indian.el:
9948         * language/japanese.el, language/korean.el, language/lao.el:
9949         * language/thai.el, language/tibetan.el, language/vietnamese.el:
9950         Call define-coding-system instead of make-coding-system.
9951         Delete all CCL program.
9953         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9954         of make-char.
9955         (sgml-char-names-table): Fix iteration limit.
9957         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9958         (ccl-encode-mac-roman-font): Delete.
9960         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9961         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9962         currently.  This is just a temporary workaround.
9964 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9966         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9967         of `find-file-hooks'.
9968         (global-whitespace-toggle-options): Doc fix.
9970 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9972         * whitespace.el (whitespace): Set :version tag to 23.1.
9973         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9974         (whitespace-style, whitespace-chars, whitespace-space)
9975         (whitespace-hspace, whitespace-tab, whitespace-newline)
9976         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9977         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9978         (whitespace-hspace-regexp, whitespace-space-regexp)
9979         (whitespace-tab-regexp, whitespace-trailing-regexp)
9980         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9981         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9982         (whitespace-space-after-tab-regexp, whitespace-line-column)
9983         (whitespace-display-mappings, global-whitespace-toggle-options)
9984         (whitespace-cleanup, whitespace-cleanup-region)
9985         (whitespace-interactive-char): Doc fixes.
9987 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9989         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9990         When turning off the global mode, turn off the local modes too
9991         if whitespace is being unloaded.
9992         (whitespace-unload-function): New function.
9994 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
9996         * vc.el (vc-update): Fix bug: Specify branch tip as
9997         vc-checkout REVISION.  Reported by Dan Nicolaescu.
9999 2008-02-01  Glenn Morris  <rgm@gnu.org>
10001         * info.el (bookmark-make-cell-function, bookmark-search-size)
10002         (bookmark-current-bookmark): Declare variables for compiler.
10003         (bookmark-buffer-file-name, bookmark-get-filename)
10004         (bookmark-get-front-context-string)
10005         (bookmark-get-rear-context-string, bookmark-get-position)
10006         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10007         (bookmark-jump-noselect): Declare functions for compiler.
10008         (Info-bookmark-make-cell): Fix argument list to match example of
10009         `bookmark-make-cell-for-text-file'.
10010         (Info-bookmark-jump): Don't require info inside info.el.
10012 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10014         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10015         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10016         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10017         (verilog-sk-state-machine): Quote all calls to
10018         "auxiliary skeleton"s to prevent infloops.
10020 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10022         * w32-fns.el: Partially revert 2007-11-10 change.
10024 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
10026         * mail/rmail.el (rmail-highlight): Fix specification.
10027         Reported by pod <pod@herald.ox.ac.uk>.
10029 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10031         * image-mode.el (image-mode-current-vscroll)
10032         (image-mode-current-hscroll): Make buffer-local.
10033         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10034         (image-reset-current-vhscroll): Use the latest setting when displaying
10035         for the first time in a window.  Apply to all windows in the frame.
10036         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10038         * progmodes/grep.el (grep-compute-defaults):
10039         Don't mix up defaults for different connections to the same host.
10041 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10043         * blank-mode.el: Rename to whitespace.el.
10045         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10047 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10049         * net/rcompile.el (remote-compile): Remove broken code.
10051 2008-01-31  Jason Rumney  <jasonr@gnu.org>
10053         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10055 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
10057         * linum.el (linum-unload-function): New function.
10059 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
10061         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10062         (gdb-var-set-format-handler): New function.
10063         (gdb-var-set-format): Use it.
10065 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
10067         * emacs-lisp/check-declare.el (check-declare-directory):
10068         * emacs-lisp/authors.el (authors): Use `find-program' and
10069         `grep-program' instead of hardcoded program names.
10071         * emacs-lisp/cl-loaddefs.el: Update.
10073 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
10075         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10076         Implement bookmark support the new make-cell/handler way.
10077         (Info-mode): Bind bookmark-make-cell-function to
10078         Info-bookmark-make-cell buffer locally.
10080 2008-01-30  Richard Stallman  <rms@gnu.org>
10082         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10083         Doc fix.
10085         * files.el (hack-local-variables): Don't query about fake variables.
10087 2008-01-30  Markus Triska  <markus.triska@gmx.at>
10089         * linum.el: New file.
10091 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
10093         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10094         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
10095         a single element in "plinkx".
10096         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10097         "*Shell Command Output*" buffers.  Check, whether there is already
10098         an asynchronous process running.  Display always the buffer of the
10099         asynchronous process.
10100         (tramp-compute-multi-hops): Adapt error message.
10102 2008-01-29  Alan Mackenzie  <acm@muc.de>
10104         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10105         from this regexp; part of same fix as next change to cc-engine.el.
10107         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10108         Anchor the "{" of a template function correctly on "template", not the
10109         following "<".
10111         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10113 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
10115         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10116         and image-mode-current-hscroll being alists now.
10118         * image-mode.el (image-mode-current-vscroll)
10119         (image-mode-current-hscroll): Add doc strings.
10120         (image-set-window-vscroll, image-set-window-hscroll)
10121         (image-reset-current-vhscroll, image-mode): Adapt to
10122         image-mode-current-vscroll and image-mode-current-hscroll being
10123         alists now.
10125 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
10127         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10128         Strip extension from .emacs.el to make sure symbol is searched
10129         in .emacs too.
10131 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
10133         * doc-view.el (doc-view-mode): Use facilities below to
10134         restore [vh]scroll when switching buffers.
10136         * image-mode.el (image-mode-current-vscroll)
10137         (image-mode-current-hscroll): New variables.
10138         (image-set-window-hscroll, image-set-window-vscroll): New functions.
10139         (image-forward-hscroll, image-next-line, image-bol, image-eol)
10140         (image-bob, image-eob): Use them.
10141         (image-reset-current-vhscroll): New function.
10142         (image-mode): Make new variables buffer-local and reset [vh]scroll
10143         on window configuration changes.
10145 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
10147         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10148         gdb-cpp-define-alist-program if file is nil (currently only
10149         " *partial-output-...").
10151 2008-01-27  Richard Stallman  <rms@gnu.org>
10153         * allout.el: Many doc fixes.
10154         (allout-encrypt-string): Fix error message.
10156 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10158         * progmodes/etags.el (tags-query-replace): Doc fix.
10160 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10162         * allout.el (allout-unload-function): New function.
10164 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10166         * allout.el (allout-prefix-data): Doc fix.
10167         (allout-show-current-subtree): Reflow docstring.
10168         (allout-use-mode-specific-leader, allout-use-hanging-indents)
10169         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10170         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10171         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10172         (allout-copy-topic-as-kill, allout-listify-exposed)
10173         (allout-process-exposed, allout-encrypted-key-info)
10174         (allout-update-passphrase-mnemonic-aids)
10175         (allout-next-topic-pending-encryption)
10176         (allout-tests-globally-true): Fix typos in docstrings.
10178 2008-01-23  Jason Rumney  <jasonr@gnu.org>
10180         * lpr.el (printer-name): Do not set on MS Windows.
10182 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
10184         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10185         the command.
10187 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10189         * whitespace.el: Moved to obsolete dir.
10191         * blank-mode.el: New version 9.2.  Replace whitespace functions by
10192         aliases in blank-mode.
10193         (whitespace-buffer): New fun.
10194         (whitespace-region): Alias for whitespace-buffer, because there is no
10195         blank-region fun.
10196         (whitespace-cleanup): Alias for blank-cleanup.
10197         (whitespace-cleanup-region): Alias for blank-cleanup-region.
10199 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
10201         * server.el (server-log-time-function): Doc fix.
10202         (server-buffer): Fix typo in docstring.
10204 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
10206         * view.el (view-buffer): Explain in doc-string why exit-action
10207         should not be set to kill-buffer.
10209         * arc-mode.el (archive-extract):
10210         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10211         exit-action when viewing the buffer.
10213 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10215         * add-log.el (change-log-search-file-name): Work harder to find
10216         the correct file name.
10217         (change-log-find-file): Fix typo.
10218         (change-log-start-entry-re): Move definition earlier.
10220 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10222         * add-log.el (change-log-search-file-name, change-log-find-file):
10223         New function.
10224         (change-log-font-lock-keywords): Move file name matching ...
10225         (change-log-file-names-re): ... here.  New defconst.
10226         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10228 2008-01-27  Alan Mackenzie  <acm@muc.de>
10230         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10231         enhance comments.
10233 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
10235         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10236         methods, the host name must be a local host.
10238 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10240         * vc.el: Add TODO item about not defaulting to RCS.
10242         * server.el (server-process-filter): Check for non-nil before
10243         calling file-directory-p.
10245 2008-01-27  Alan Mackenzie  <acm@muc.de>
10247         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10248         arglist-cont-nonempty.
10250         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10251         for a brace with syntax arglist-cont-nonempty.
10253         * progmodes/cc-styles.el (c-style-alist): Add elements for
10254         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10256 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
10258         * button.el (define-button-type): Clarify type of NAME in docstring.
10260 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * server.el (server-buffer): New const.
10263         (server-log): New var.
10264         (server-log): Use them.
10265         (server-process-filter): (Try to) run the continuation in the same cwd
10266         as the client's.
10268 2008-01-26  Alan Mackenzie  <acm@muc.de>
10270         * progmodes/cc-defs.el (c-save-buffer-state):
10271         Bind buffer-file-name and buffer-file-truename to nil, to prevent
10272         primitives generating "buffer is read only" messages.
10274 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
10276         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10277         (icalendar-import-format): Doc fix.  Allow function type.
10278         (icalendar--read-element): Doc fix.
10279         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
10280         type icalendar-import-format.  Make regexps non-greedy.
10281         (icalendar--format-ical-event): Handle function type
10282         icalendar-import-format.
10283         (icalendar-import-format-sample): New function.
10285 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
10287         * vc.el (vc-exec-after): For mode-line-process highlighting, if
10288         `compile' is not available, fall back to font-lock-warning-face.
10290 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
10292         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10293         that the filename end is found even when the filename is empty.
10294         Fixes error and spurious newlines when marking files for deletion.
10296 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
10298         * subr.el (find-tag-default): Simplify using exclusively
10299         skip-syntax-backward/-forward.
10301 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
10303         * vc.el (vc-directory, vc-update-change-log): Remove check for
10304         Tramp.  Both functions work for it, though pretty slow
10305         (`vc-directory').  Maybe the implementation can be optimized.
10307         * net/tramp.el (tramp-dissect-file-name): Raise an error when
10308         Tramp 2.0 syntax is used.
10309         Suggested by Trent W. Buck <trentbuck@gmail.com>.
10311 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10313         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10314         invoke directory-files-and-attributes with last argument `integer'
10315         instead of `string'.
10316         (insert-directory): Add -n to the list of supported switches
10317         mentioned in the doc string.
10319 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10321         * blank-mode.el: New version 9.1.  Handle "long" line tail
10322         visualization.  Doc fix.
10323         (blank-line-length): Rename to blank-line-column.
10324         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10325         Initialization fix.
10326         (blank-replace-spaces-by-tabs): New fun.
10327         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10329 2008-01-25  Richard Stallman  <rms@gnu.org>
10331         * subr.el (add-hook): Implement `permanent-local-hook' property.
10333         * loadhist.el (file-provides, file-requires): Push the filename right.
10335 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
10337         * emacs-lisp/find-func.el (find-library): Wrap search for
10338         library name in condition-case to avoid reporting a scan-error.
10340 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10342         * server.el (server-process-filter): Don't force
10343         the authentication string to be followed by "\n".
10345 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10347         * blank-mode.el: New version 9.0.  New commands to clean up some blank
10348         problems like trailing blanks.  New faces and regexp for visualizing
10349         the blank problems.  Doc fix.
10350         (blank-chars, blank-global-modes, blank-chars-value-list)
10351         (blank-toggle-option-alist, blank-help-text): Initialization fix.
10352         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10353         (blank-indentation, blank-empty, blank-space-after-tab)
10354         (blank-indentation-regexp, blank-empty-at-bob-regexp)
10355         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10356         (blank-cleanup, blank-cleanup-region): New commands.
10357         (blank-color-on): Code fix.
10359 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10361         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10362         file name.
10363         (ibuffer-mode-map): Add binding to sort by file name.
10364         (ibuffer-filename/process-header-map): New variable.
10365         (filename-and-process): Add a header that sorts by file name.
10366         (ibuffer-mode): Mention sorting by file name.
10368         * ibuf-ext.el (filename/process): New sorter.
10370 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
10372         * view.el (kill-buffer-if-not-modified): Don't pass t to
10373         buffer-modified-p.
10375 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
10377         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10378         the source file in case of `rename'.
10379         Reported by Pete Forman <pete.forman@westerngeco.com>.
10381 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
10383         * allout.el (allout-keybindings-list): In initial setting, express
10384         meta-prefixed allout keys as vectors instead of strings, since the
10385         string form is interpreted in some cases as composed key
10386         modifiers, eg, accented keys.
10388         (allout-line-boundary-regexp): Clarify description.
10390         (set-allout-regexp): Repair the expressions so that the formfeed
10391         part is identified as one of the top-level groups, and is
10392         included in all the forms, not just the -line-boundary-regexp one.
10394         (allout-prefix-data): Incorporate information from the various
10395         allout regexp's formfeed alternative group, when present.
10397         (allout-write-file-hook-handler): Rectify mangling of the error
10398         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10399         condition-case handler was apparently reformatted as if it was a
10400         call to the error function.  An apparent repair attempt in version
10401         1.101 situated the original body of the error handling code as
10402         bogus condition-case handlers.  I've returned to just about the
10403         working code that was originally there, removing an unnecessary -
10404         but benign - enclosing 'progn'.  (Automated or cursory code fixes
10405         often aren't.)
10407         (allout-region-active-p): Fallback to value of mark-active if
10408         neither use-region-p nor region-active-p are present, for
10409         compatability with current and recent emacs major releases.
10411 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10413         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10414         (reftex-toc-restore-region):
10415         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10416         (reftex-index-phrases-apply-to-region):
10417         * textmodes/ispell.el (ispell-word):
10418         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10419         * progmodes/pascal.el (pascal-mark-defun):
10420         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10421         (f90-fill-region):
10422         * emulation/tpu-edt.el (tpu-set-mark):
10423         * emulation/crisp.el (crisp-region-active):
10424         * winner.el (winner-active-region):
10425         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10426         of bound tests in order to resolve conditionals at compile time.
10428 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
10430         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10431         not autoloaded, and we wouldn't want to load CL just to unload
10432         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
10434 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
10436         * delsel.el (delete-selection-pre-hook): Avoid clearing out
10437         pre-command-hook when text is read-only.
10439 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
10441         * vc.el (vc-process-filter): Do nothing if buffer not live.
10442         (vc-diff-finish): Rename from vc-diff-sentinel.
10443         No longer take REV1-NAME and REV2-NAME.
10444         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
10445         Don't do window resize if no window displays buffer.
10446         (vc-diff-internal): Use vc-diff-finish.
10448         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10449         In both cases, convert single call to one wrapped in dolist.
10451 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10453         * vc.el: Add a TODO item about missing files.
10454         (vc-exec-after): Add a tooltip to the new mode-line item.
10456 2008-01-24  Glenn Morris  <rgm@gnu.org>
10458         * t-mouse.el (gpm-mouse-start): Declare as a function.
10460 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
10462         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10463         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10464         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10465         Don't send `tramp-rsh-end-of-line' additionally, when setting the
10466         prompt.
10467         (tramp-wait-for-output): Distinguish different prompt formats.
10468         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10469         (tramp-local-host-p): Check whether temp directory is writable.
10471 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10473         * vc.el: Add TODO items.
10475 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
10477         * replace.el (occur-mode-find-occurrence-hook): New hook that can
10478         be used to reveal or highlight the location of a match.
10479         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10480         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10482 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
10484         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10485         for defcustom.
10486         (hide-ifdef-shadow): Add version number for defface.
10488 2008-01-23  Glenn Morris  <rgm@gnu.org>
10490         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10492 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10494         * progmodes/sh-script.el (sh-basic-offset):
10495         * progmodes/cc-vars.el (c-syntactic-indentation)
10496         (c-syntactic-indentation-in-macros): Mark as safe.
10498 2008-01-23  Richard Stallman  <rms@gnu.org>
10500         * icomplete.el (icomplete-get-keys):
10501         Look up KEYS using all maps in proper buffer.
10503 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
10505         * frame.el (display-mm-height, display-mm-width):
10506         * whitespace.el (whitespace-check-leading-whitespace)
10507         (whitespace-check-trailing-whitespace)
10508         (whitespace-check-spacetab-whitespace)
10509         (whitespace-check-indent-whitespace)
10510         (whitespace-check-ateol-whitespace):
10511         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10513 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10515         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10516         after-save-hook so that it is not called multiple times.
10518         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10520 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
10522         * view.el (view-file-other-window, view-file-other-frame):
10523         Don't kill the buffer if it is modified.  Doc fixes.
10524         (kill-buffer-if-not-modified): New function.
10525         (view-file): Don't kill the buffer if it is modified.
10527         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10528         (ebrowse-view/find-file-and-search-pattern):
10529         Call view-file-other-window instead of ebrowse-view-file-other-window.
10530         (ebrowse-view-file-other-frame): Don't call
10531         current-window-configuration.  Fix second argument in the call to
10532         view-mode-enter.  Doc fix.
10534 2008-01-23  Richard Stallman  <rms@gnu.org>
10536         * subr.el (atomic-change-group): Prevent undo list truncation.
10538 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10540         * files.el (safe-local-eval-forms):
10541         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10543 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
10545         * comint.el (comint-insert-input): Set point first.
10547         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10548         session doesn't hang because gdb-pending-triggers is non-nil.
10549         (gdb-frame-handler): Use buffer-file-name instead of
10550         buffer-name in case of duplicate file names.
10552 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10554         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10555         C-M-e and C-M-h for emacs, they work by default.
10556         (verilog-emacs-features): Remove.
10557         (verilog-setup-dual-comments, verilog-populate-syntax-table):
10558         Remove.  Move syntax table initialization ...
10559         (verilog-mode-syntax-table): ... here.
10560         (verilog-mode): Don't initialize the syntax table here.
10561         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10562         does not need it.
10564 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10566         * progmodes/verilog-mode.el (verilog-booleanp): New function for
10567         backward compatibility.  Replace all uses of booleanp with
10568         verilog-booleanp.
10570 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10572         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10574 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10576         * progmodes/verilog-mode.el (top-level): Fix spacing.
10577         (verilog-mode-version, verilog-mode-release-date):
10578         Update version number.
10579         (verilog-mode-release-emacs): New variable.
10580         (compile-command, reporter-prompt-for-summary-p):
10581         Define for byte compiler.
10582         (verilog-startup-message-lines, verilog-startup-message-displayed)
10583         (verilog-display-startup-message): Remove.
10584         (verilog-highlight-p1800-keywords): Improve docstring.
10585         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10586         (vector-skip-list): Only defvar at compile time.
10587         (verilog-highlight-translate-off, verilog-indent-level)
10588         (verilog-indent-level-module, verilog-indent-level-declaration)
10589         (verilog-indent-declaration-macros, verilog-indent-lists)
10590         (verilog-indent-level-behavioral, verilog-indent-level-directive)
10591         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10592         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10593         (verilog-tab-to-comment, verilog-indent-begin-after-if)
10594         (verilog-align-ifelse, verilog-minimum-comment-distance)
10595         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10596         (verilog-auto-endcomments, verilog-auto-read-includes)
10597         (verilog-auto-star-expand, verilog-auto-star-save)
10598         (verilog-library-flags, verilog-library-directories)
10599         (verilog-library-files, verilog-library-extensions)
10600         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10601         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10602         (verilog-assignment-delay, verilog-auto-inst-vector)
10603         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10604         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10605         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10606         Add safe-local-variable properties.
10607         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10608         (verilog-re-search-backward, verilog-error-regexp-add)
10609         (verilog-end-block-re, verilog-emacs-features)
10610         (verilog-populate-syntax-table, verilog-setup-dual-comments)
10611         (verilog-type-font-keywords, verilog-inside-comment-p)
10612         (electric-verilog-backward-sexp, verilog-backward-sexp)
10613         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10614         (electric-verilog-terminate-line, electric-verilog-semi)
10615         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10616         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10617         (verilog-beg-of-statement, verilog-in-case-region-p)
10618         (verilog-in-struct-region-p, verilog-in-generate-region-p)
10619         (verilog-in-fork-region-p, verilog-backward-case-item)
10620         (verilog-set-auto-endcomments, verilog-get-expr)
10621         (verilog-expand-vector-internal, verilog-surelint-off)
10622         (verilog-batch-execute-func, verilog-calculate-indent)
10623         (verilog-calc-1, verilog-calculate-indent-directive)
10624         (verilog-leap-to-head, verilog-continued-line)
10625         (verilog-backward-token, verilog-backward-syntactic-ws)
10626         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10627         (verilog-forward-ws&directives, verilog-at-constraint-p)
10628         (verilog-skip-backward-comments, verilog-indent-line-relative)
10629         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10630         (verilog-pretty-declarations, verilog-pretty-expr)
10631         (verilog-just-one-space, verilog-indent-declaration)
10632         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10633         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10634         (verilog-read-always-signals-recurse, verilog-read-instants)
10635         (verilog-read-auto-template, verilog-set-define)
10636         (verilog-read-defines, verilog-read-signals, verilog-getopt)
10637         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10638         (verilog-modi-cache-results, verilog-insert-one-definition)
10639         (verilog-make-width-expression, verilog-delete-autos-lined)
10640         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10641         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10642         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10643         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10644         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10645         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10646         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10647         (verilog-load-file-at-mouse, verilog-load-file-at-point)
10648         (verilog-library-files): Cleanup spacing of )'s they should not be
10649         on unique lines.  Fix checkdoc warnings.
10651 2008-01-22  Glenn Morris  <rgm@gnu.org>
10653         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10654         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10655         from defcustoms.
10656         (hide-ifdef-shadow): Remove autoload cookie from defface.
10658         * vc.el (vc-diff-sentinel): Do not write a footer if there were
10659         differences.
10661 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
10663         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10664         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
10665         manual entry.
10667 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
10669         * net/dbus.el (dbus-ignore-errors): New macro.
10670         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
10671         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10672         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10673         (dbus-get-signatures): Apply `dbus-ignore-errors'.
10675 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
10677         * outline.el (outline-up-heading): Fix check for top level to
10678         avoid infinite looping in hide-other.
10680 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10682         * vc.el (vc-process-sentinel): After calling the previous
10683         sentinel, do nothing if the process' buffer is not live.
10685 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10687         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10688         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
10689         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
10690         blank-mode faces.  Doc fix.  New version 8.1.
10691         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10692         CONDITION BODY).
10693         (blank-space-face): Face/option name replaced by blank-space.
10694         (blank-hspace-face): Face/option name replaced by blank-hspace.
10695         (blank-tab-face): Face/option name replaced by blank-tab.
10696         (blank-newline-face): Face/option name replaced by blank-newline.
10697         (blank-trailing-face): Face/option name replaced by blank-trailing.
10698         (blank-line-face): Face/option name replaced by blank-line.
10699         (blank-space-before-tab-face): Face/option name replaced by
10700         blank-space-before-tab.
10701         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10703 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10705         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10706         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10707         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10708         (global-blank-mode): Doc fixes.
10709         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10710         (blank-newline-face, blank-trailing-face, blank-line-face)
10711         (blank-space-before-tab-face, blank-display-mappings)
10712         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10713         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10714         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10715         Fix typos in docstrings.
10717 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10719         * server.el (server-log-time-function): New variable.
10720         (server-log): Use it.
10722 2008-01-21  Glenn Morris  <rgm@gnu.org>
10724         * progmodes/hideif.el: Move defcustoms and defface to start of file.
10726         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10728 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10730         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10731         (org-descriptive-links, org-link-file-path-type)
10732         (org-remember-use-refile-when-interactive)
10733         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10734         (org-export-ascii-bullets, org-agenda-deadline-faces)
10735         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10736         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10737         (org-kill-note-or-show-branches): Fix typos in docstrings.
10739 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
10741         * vc.el (vc-process-sentinel): Set mode-line-process.
10742         (vc-exec-after): Likewise, for the `run' process status.
10744 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10746         * ibuffer.el (ibuffer-mode): Fix last change.
10748 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
10750         * vc-hg.el (vc-hg-registered):
10751         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10753 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
10755         * repeat.el (repeat-undo-count): New variable.
10756         (repeat): For self-insertions make undo boundary only after 20
10757         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
10759 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10761         * net/imap.el (imap-ping-server): New variable.
10762         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10763         (imap-ping-server): Minor doc string fixes.
10765 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10767         * net/imap.el (imap-ping-server): New function.
10768         (imap-opened): Call imap-ping-server.
10770 2008-01-20  Glenn Morris  <rgm@gnu.org>
10772         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10773         prevent infloops.
10775 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
10777         * progmodes/python.el (python-imports): Default to "None".
10779 2008-01-19  Tom Tromey  <tromey@redhat.com>
10781         * vc-svn.el (vc-svn-after-dir-status): New function.
10782         (vc-svn-dir-status): Run svn asynchronously.
10784 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
10786         * progmodes/hideif.el (hide-ifdef-shadow): New option.
10787         (hide-ifdef-shadow): New face.
10788         (hide-ifdef-toggle-shadowing): New function to toggle between
10789         shadowing and making code invisible.
10790         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10791         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10792         (hide-ifdef-region-internal): Give new overlay hide-ifdef
10793         property.  Shadow text when hide-ifdef-shadow is non-nil.
10794         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10795         (hif-hide-line): Use when instead of if.
10796         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10797         Remove unneeded * from doc-strings.
10799 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10801         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10802         the hscroll behavior was fixed.
10803         (doc-view-mode): Disable auto-hscroll-mode.
10805 2008-01-18  Tom Tromey  <tromey@redhat.com>
10807         * vc-svn.el (vc-svn-dir-status): New function.
10809 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10811         * vc.el: Make vc-status asynchronous.
10812         (vc-update-vc-status-buffer): New function broken out of ...
10813         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
10814         the dir-status backend function.
10816         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10817         Move the output processing to ...
10818         (vc-hg-after-dir-status): ... here.  Call the function passed as
10819         an argument with the results.
10821 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10824         (doc-view-insert-image): Do something if the image is missing.
10825         (doc-view-mode): Don't use file-remote-p.
10827 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
10829         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10830         (org-export-latex-special-chars): Convert "..." in \ldots
10831         and skip tables.
10832         (org-export-latex-fontify-headline): Change parameter name.
10833         (org-export-as-latex): Handle export of subtrees.
10834         (org-export-latex-make-header): New argument TITLE.
10835         (org-export-latex-content): New argument EXCLUDE-LIST.
10836         (org-list-parse-list): New name for org-export-latex-parse-list.
10837         (org-export-latex-make-header): New name for
10838         org-export-latex-make-preamble.
10839         (org-list-to-generic): New name of org-export-list-to-generic.
10840         (org-list-to-latex): New name of org-export-list-to-latex.
10841         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10842         (org-list-send-list, org-list-to-texinfo)
10843         (org-list-to-html): New functions.
10844         (org-export-latex-tables-column-borders)
10845         (org-export-latex-default-class, org-export-latex-classes)
10846         (org-export-latex-classes-sectioning)
10847         (org-list-radio-list-templates): New options.
10848         (org-export-latex-header): New variable.
10849         (org-latex-entities): New constant.
10850         (org-export-latex-default-sectioning, org-export-latex-preamble)
10851         (org-export-latex-prepare-text-option)
10852         (org-export-latex-get-sectioning): Remove.
10854 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
10856         * textmodes/org-publish.el (org-publish-current-project):
10857         Fix bug with forcing publication.
10859         * textmodes/org.el (org-export-with-special-strings): New option.
10860         (org-export-html-convert-special-strings): New function.
10861         (org-html-do-expand): `org-export-html-convert-special-strings'
10862         added to the list of conversion.
10863         (org-infile-export-plist, org-get-current-options): Add support
10864         for "-" in the #+OPTION line to let user switch on/off special
10865         strings conversion.
10866         (org-export-plist-vars): New :html-table-tag property.
10867         (org-export-as-html, org-format-org-table-html)
10868         (org-format-table-table-html) Use the :html-table-tag property
10869         instead of the `org-export-html-table-tag' global value.
10870         (org-additional-option-like-keywords): Add "TBLFM".
10871         (org-entry-properties): Include the CLOCKSUM special property.
10872         (org-columns-edit-value): Do not allow to edit the special
10873         CLOCKSUM property.
10874         (org-flag-drawer): Use the original value of `outline-regexp'.
10875         (org-remember-handler): Add invisible-ok flag to call to
10876         `org-end-of-subtree'.
10877         (org-agenda-highlight-todo): Respect
10878         `org-agenda-todo-keyword-format'.
10879         (org-agenda-todo-keyword-format): New option.
10880         (org-infile-export-plist): No restriction while searching for options.
10881         (org-remember-handler): Remove comments at the end of the buffer.
10882         (org-remember-use-refile-when-interactive): New option.
10883         (org-table-sort-lines): Make sure sorting works on link
10884         descritions only, and ignores the link.
10885         (org-sort-entries-or-items): Make sure the end of the subtree is
10886         included.
10887         (org-refile-use-outline-path): New allowed values `file' and
10888         `full-file-path'.
10889         (org-get-refile-targets): Respect new values for
10890         `org-refile-use-outline-path'.
10891         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10892         (org-export-as-xoxo): Restore point when done.
10893         (org-open-file): Allow multiple %s in command.
10894         (org-clock-in-switch-to-state): New option.
10895         (org-first-list-item-p): New function.
10896         (org-last-remember-storage-locations): New variable.
10897         (org-get-refile-targets): Interpret the new maxlevel setting.
10898         (org-refile-targets): New option `:maxlevel'.
10899         (org-copy-subtree): Include empty lines before but not after subtree.
10900         (org-back-over-empty-lines, org-skip-whitespace): New functions.
10901         (org-move-item-down, org-move-item-up): Include empty lines before
10902         but not after item.
10903         (org-first-sibling-p): New function.
10904         (org-remember-apply-template): Defaults, completions and history
10905         for template prompts.  Also, interpret new `%!' escape.
10906         (org-context-choices): New constant.
10907         (org-bound-and-true-p): New macro.
10908         (org-imenu-depth): New option.
10909         (org-imenu-markers): New variable.
10910         (org-imenu-new-marker, org-imenu-get-tree)
10911         (org-speedbar-set-agenda-restriction): New functions.
10912         (org-agenda-set-restriction-lock)
10913         (org-agenda-remove-restriction-lock)
10914         (org-agenda-maybe-redo): New functions.
10915         (org-agenda-restriction-lock): New face.
10916         (org-agenda-restriction-lock-overlay)
10917         (org-speedbar-restriction-lock-overlay): New variables.
10918         (org-open-at-point): Remove obsolete way to do redirection in
10919         shell links.
10920         (org-imenu-and-speedbar): New customization group.
10921         (org-entry-properties): Return keyword-less time strings.
10922         (org-clock-heading-function): New option.
10923         (org-clock-in): Use `org-clock-heading-function'.
10924         (org-calendar-holiday): Try to use `calendar-check-holidays'
10925         instead of the obsolete `check-calendar-holidays'.
10926         (org-export-html-special-string-regexps): New constant.
10927         (org-massive-special-regexp): New variable.
10928         (org-compute-latex-and-specials-regexp)
10929         (org-do-latex-and-special-faces): New functions.
10930         (org-latex-and-export-specials): New face.
10931         (org-highlight-latex-fragments-and-specials): New option.
10932         (org-link-escape-chars): Use characters instead of strings.
10933         (org-link-escape-chars-browser, org-link-escape)
10934         (org-link-unescape): Use characters instead of strings.
10935         (org-export-html-convert-sub-super, org-html-do-expand): Check for
10936         protected text.
10937         (org-emphasis-alist): Additional `verbatim' flag.
10938         (org-set-emph-re): Handle the verbatim flag and compute
10939         `org-verbatim-re'.
10940         (org-cleaned-string-for-export): Protect verbatim elements.
10941         (org-verbatim-re): New variable.
10942         (org-hide-emphasis-markers): New option.
10943         (org-additional-option-like-keywords): Add new keywords.
10944         (org-get-entry): Rename from `org-get-cleaned-entry'.
10945         (org-icalendar-cleanup-string): New function for quoting icalendar text.
10946         (org-agenda-skip-scheduled-if-done): New option.
10947         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10948         `org-agenda-skip-scheduled-if-done'.
10949         (org-prepare-agenda-buffers): Allow buffers as arguments.
10950         (org-entry-properties): Add CATEGORY as a special property.
10951         (org-use-property-inheritance): Allow a list of properties as a value.
10952         (org-eval-in-calendar): No longer update the prompt.
10953         (org-read-date-popup-calendar): Rename from
10954         `org-popup-calendar-for-date-prompt'.
10955         (org-read-date-display-live): New variable.
10956         (org-read-date-display): New function.
10957         (org-read-date-analyze): New function.
10958         (org-remember-apply-template): Define `remember-finalize' if it is
10959         not yet defined.
10960         (org-remember-insinuate): New function.
10961         (org-read-date-prefer-future): New option.
10962         (org-read-date): Respect the setting of
10963         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
10964         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10965         hardcoded string.
10966         (org-remember-apply-template): Use `remember-finalize' instead of
10967         `remember-buffer'.
10968         (org-columns-compute, org-column-number-to-string)
10969         (org-columns-uncompile-format, org-columns-compile-format)
10970         (org-columns-compile-format): Handle printf format specifier.
10971         (org-columns-new, org-column-number-to-string)
10972         (org-columns-uncompile-format, org-columns-compile-format):
10973         Support for new currency summary type.
10974         (org-tree-to-indirect-buffer): Do not kill old buffer when
10975         `org-indirect-buffer-display' is `new-frame'.
10976         (org-indirect-buffer-display): Document that `new-frame' leads to
10977         indiret buffer proliferation.
10978         (org-agenda-list): Use `org-extend-today-until'.
10979         (org-extend-today-until): New option.
10980         (org-format-org-table-html): Use lower-case for <col> tag.
10981         (org-agenda-execute): New command.
10982         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10983         (org-select-remember-template): New function.
10984         (org-remember-apply-template): Use `org-select-remember-template'.
10985         (org-go-to-remember-target): New function.
10987 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10989         * vc.el: Add a TODO note about vc-state.
10990         (vc-next-action): Register 'unregistered and 'ignored files.
10991         Use when and unless instead of if where appropriate.
10992         (vc-start-entry): Fix typo.
10993         (vc-status): Autoload it.
10995 2008-01-18  Glenn Morris  <rgm@gnu.org>
10997         * ffap.el (ffap-alist): Remove space from RFC regexp.
10999 2008-01-18  Richard Stallman  <rms@gnu.org>
11001         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11002         than face-spec-recalc.
11004 2008-01-18  Glenn Morris  <rgm@gnu.org>
11006         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11008 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11009             Miles Bader  <miles@gnu.org>
11011         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
11012         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
11013         for handling display table (via visws.el package), his code was
11014         modified, but the main idea was kept.
11016 2008-01-17  Glenn Morris  <rgm@gnu.org>
11018         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11019         (ibuffer-save-filters): Remove calls to deleted
11020         ibuffer-update-mode-name.
11022 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
11024         * longlines.el (longlines-mode, longlines-show-region)
11025         (longlines-unshow-hard-newlines): Bind buffer-file-name and
11026         buffer-file-truename to nil while modifying buffer.
11028         * cus-edit.el (custom-reset-standard-variables-list)
11029         (custom-reset-standard-faces-list): New variables.
11030         (custom-reset-standard-save-and-update): New function.
11031         (Custom-save): Apply custom-mark-to-save before and
11032         custom-state-set-and-redraw after saving options.
11033         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11034         options and call custom-reset-standard-save-and-update.
11035         (custom-variable, custom-face, custom-group): Provide new
11036         entries for custom-mark-to-save, custom-mark-to-reset-standard,
11037         and custom-state-set-and-redraw.
11038         (custom-variable-mark-to-save)
11039         (custom-variable-state-set-and-redraw)
11040         (custom-variable-mark-to-reset-standard)
11041         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11042         (custom-face-mark-to-reset-standard)
11043         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11044         (custom-group-mark-to-reset-standard): New functions.
11045         (custom-variable-save): Move save, state-set, and redraw
11046         functionality to custom-variable-mark-to-save.
11047         (custom-face-save): Move save, state-set, and redraw
11048         functionality to custom-face-mark-to-save.
11049         (custom-group-save): Move save, state-set, and redraw
11050         functionality to custom-group-mark-to-save.
11051         (custom-variable-reset-standard, custom-face-reset-standard)
11052         (custom-group-reset-standard): Move save, state-set, and redraw
11053         functionality to custom-reset-standard-save-and-update.
11055         (custom-buffer-create-internal): Fix text in verbose help.
11056         (custom-face-value-create): Indent doc-strings of faces like
11057         those of variables.
11059 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11061         * server.el (server-process-filter): Replace lineno and columnnno
11062         which defaulted to 1&0 with filepos which defaults to nil.
11063         (server-goto-line-column): Only receive the filepos.
11064         Only move if filepos is non-nil.
11065         (server-visit-files): Slight restructure to consolidate two calls to
11066         server-goto-line-column into just one.
11068         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11069         the use of degraded mode.
11070         (nxml-degrade): Don't change mode-name.
11072         * nxml/rng-nxml.el (rng-nxml-mode-init):
11073         Don't overwrite mode-line-process.
11075         * ibuffer.el (mode): Pass the buffer to format-mode-line.
11076         (ibuffer-update-mode-name): Remove.
11077         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11078         (ibuffer-mode): Use mode-line-process instead.
11080         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11081         Use derived-mode-p.
11082         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11084         * help.el (describe-mode): Pass the right buffer to format-mode-line.
11086 2008-01-16  Glenn Morris  <rgm@gnu.org>
11088         * comint.el (comint-regexp-arg): Fix no-input case.
11090 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
11092         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11093         * pcvs.el (cvs-revert-if-needed):
11094         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11096         * vc-svn.el (vc-svn-find-file-hook):
11097         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11099 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
11101         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11102         (icalendar-export-file, icalendar-import-file):
11103         Restore significant trailing whitespace in `interactive' prompts.
11105 2008-01-16  Tom Tromey  <tromey@redhat.com>
11107         * calendar/icalendar.el (icalendar--convert-tz-offset)
11108         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11109         (icalendar--find-time-zone): New functions.
11110         (icalendar--decode-isodatetime): Add `zone' argument, passed to
11111         `decode-time'.  Doc fix.
11112         (icalendar--convert-ical-to-diary): Compute zone-map.
11113         Pass timezone to icalendar--decode-isodatetime.
11115 2008-01-16  Alan Mackenzie  <acm@muc.de>
11117         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11118         an eval-and-compile, so as to permit byte-compiling (e.g. in
11119         bootstrap).
11121 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11123         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11124         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11125         using the same key for different menu entries.
11127         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11128         (smerge-makeup-conflict): New command.
11130 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
11132         * log-edit.el (log-edit): Doc fix.
11134 2008-01-15  Glenn Morris  <rgm@gnu.org>
11136         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11138 2008-01-14  Alan Mackenzie  <acm@muc.de>
11140         * progmodes/cc-vars.el (c-constant-symbol): New function which
11141         supersedes c-const-symbol.  During a customize-.. call it enables
11142         an element of (e.g.) c-hanging-braces alist to have its name
11143         displayed, even when the default value of c-h-b etc. doesn't
11144         include the elemnt.  Replace uses of the old function by the new.
11146         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11147         obscure non-working fragment ":value c-".
11149 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11153 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
11155         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11156         instead of `tramp-file-name-real-host'.
11158         * net/trampver.el: Update release number.
11160 2008-01-14  Alan Mackenzie  <acm@muc.de>
11162         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11163         call inside a struct being recognised as a K&R argument.
11165 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11168         Accept "fatal error" from MSFT.
11169         Reported by Jared Finder <jfinder@crypticstudios.com>.
11171 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
11173         * smerge-mode.el (smerge-auto): New function.
11174         * vc-svn.el (vc-svn-find-file-hook):
11175         * vc-arch.el (vc-arch-find-file-hook):
11176         * pcvs.el (cvs-revert-if-needed):
11177         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11178         (top-level): Add a Todo list.
11180 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
11182         * vc.el (vc-update): Resolve conflicts if necessary instead of
11183         just updating the buffer.
11185         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11186         update command so that we can parse the output.
11188 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
11190         * mail/rmail.el (rmail-convert-to-babyl-format):
11191         Remove save-excursion to avoid infinite looping.
11192         Reported by dnz <dnz@bk.ru>.
11194 2008-01-12  Glenn Morris  <rgm@gnu.org>
11196         * woman.el (woman-parse-numeric-arg): Change handling of `==':
11197         can be interned without a function definition.
11199 2008-01-12  Jason Rumney  <jasonr@gnu.org>
11201         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11202         (rng-nxml-mode-init): Declare.
11204 2008-01-11  Jason Rumney  <jasonr@gnu.org>
11206         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11207         (rng-preferred-prefix-alist-default): Remove.
11209         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11210         Rename from nxml-enable-unicode-char-name-sets-flag.
11211         (nxml-enable-unicode-char-name-sets-1): Merge into
11212         nxml-enable-unicode-char-name-sets.
11213         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11214         nxml-char-name-ignore-case here.
11216         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11217         Update doc string and commentary.
11218         (nxml-char-name-ignore-case): Change default value.
11219         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11221 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
11223         * cus-start.el (all): Add missing version entries.
11225 2008-01-11  Glenn Morris  <rgm@gnu.org>
11227         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11228         (euc-to-flat-code, flat-code-to-euc):
11229         * textmodes/org.el (elmo-msgdb-overview-get-entity)
11230         (wl-summary-buffer-msgdb): Declare as funtions.
11232 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
11234         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11235         Bind buffer-file-name and buffer-file-truename.
11237         * fringe.el (fringe-mode-explicit): New variable.
11238         (set-fringe-mode): Don't alter default-frame-alist when just
11239         loading this file.
11241 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11243         * doc-view.el (doc-view-buffer-file-name): New variable.
11244         (doc-view-convert-current-doc, doc-view-search)
11245         (doc-view-current-cache-dir, doc-view-initiate-display)
11246         (doc-view-mode): Use it.
11247         (doc-view-bookmark-make-cell): Use variable buffer-file-name
11248         instead of function.
11250 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11252         * vc-svn.el (vc-svn-registered): Return the correct value for
11253         ignored and unregistered files.
11255 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11257         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11259 2008-01-10  Tom Tromey  <tromey@redhat.com>
11261         * vc.el (vc-status-unmark-all-files): New function.
11262         (vc-status-unmark-all-files): Likewise.
11263         (vc-status-mode-map): Add bindings.
11265 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11267         * ediff*.el: Uncomment declare-function.
11269         * emulation/viper*.el: Uncomment declare-function.
11271 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11273         * doc-view.el (doc-view-mode): Support tramp, compressed files and
11274         files inside archives uniformly.
11276 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11278         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11279         constant with a computation on sgml-specials rather than a literal
11280         list.  Without this change the syntax table is generated
11281         incorrectly, and the mode will think it's in a comment following
11282         any instance of the string "--".
11284 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11286         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11287         (doc-view-mode): Support document files inside archives.
11289 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
11291         * vc.el (vc-deduce-fileset): Return the currently selected file if
11292         no files are selected when using vc-status.
11294 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
11296         * ediff*.el: Comment out declare-function.  "make bootstrap"
11297         stops with an error and Emacs does not compile with those things in.
11298         Besides, declare-function is not defined in XEmacs.
11300         * ediff-util (eqiff-quit): Autoraise minibuffer.
11302         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11304         * emulation/viper*.el: Comment out declare-function -- not defined
11305         in XEmacs.
11307         * emulation/viper-ex.el (viper-info-on-file):
11308         Take care of indirect buffers.
11310         * emulation/viper.el (viper-set-hooks, set-cursor-color):
11311         Set viper-vi-state-cursor-color.
11313 2008-01-09  Tom Tromey  <tromey@redhat.com>
11315         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11316         Just return header.
11317         (vc-status-move-to-goal-column): New function.
11318         (vc-status-mode-map): Define more keys.
11319         (vc-status-mode): Use vc-status-refresh.  Now 'special.
11320         (vc-status-refresh): New function.
11321         (vc-status-next-line): Likewise.
11322         (vc-status-previous-line): Likewise.
11323         (vc-status-mark-file): Use vc-status-next-line.
11324         (vc-status-unmark-file): Use vc-status-previous-line.
11325         (vc-status-unmark-file-up): New function.
11326         (vc-status-register): Likewise.
11327         (vc-status-find-file): Likewise.
11328         (vc-status-find-file-other-window): Likewise.
11329         (vc-status-current-file): Likewise.
11330         (vc-ensure-vc-buffer): Understand vc-status mode.
11332         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11334 2008-01-09  Glenn Morris  <rgm@gnu.org>
11336         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11337         entry, for Windows.
11339 2008-01-09  Tom Tromey  <tromey@redhat.com>
11341         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11343 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11346         add a file-name handler.
11348 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11350         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11351         Rename from function bibtex-files-expand.  New optional arg select.
11352         (bibtex-flash-head): Allow blink-matching-delay being zero.
11353         (bibtex-clean-entry): Use atomic-change-group.
11354         (bibtex-format-entry): Check presence of required fields only
11355         after formatting of fields.  Use member-ignore-case.  Do not use
11356         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
11357         (bibtex-autofill-entry): Do not call undo-boundary.
11358         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11359         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11360         Parse keys if necessary.
11362 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11364         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11365         quotes in case of spaces, e.g. STL containers (not pretty).
11367 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11369         * progmodes/gdb-ui.el (gud-gdb-command-name):
11370         Explain "--annotate=3" option is necessary for the Graphical Interface.
11372 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11374         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11375         on menu bar.
11377 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11379         * ffap.el (ffap-read-file-or-url): Let-bind
11380         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11382 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
11384         * vc-bzr.el: Fix typo in header.
11386 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
11388         * Makefile.in (custom-deps, finder-data): Depend on autoloads
11389         instead of loaddefs.el.
11391 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11394         gets inserted out-of-order.
11396 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
11398         * vc-bzr.el: Copyright and version headers update.
11399         Remove some outdated comments through the whole file.
11400         (vc-bzr-program-args): Remove because unused.
11401         (vc-bzr-log-switches): New customization option.
11402         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
11403         use `vc-bzr-program-args'.
11404         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11405         `vc-find-root' (patch by Andreas Hoenen).
11406         (vc-bzr-status): Update regex to match latest Bzr output.
11407         Remove redundant test.
11408         (vc-bzr-init-version): New function.
11409         (vc-bzr-unregister): Must not delete file.
11410         (vc-bzr-find-version): New function.
11411         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11412         a non-empty string, otherwise take head revision.
11413         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11414         (vc-bzr-diff): Simpler build of the revision spec string.
11415         (vc-annotate-convert-time, vc-bzr-annotate-difference):
11416         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11417         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
11418         (vc-bzr-dired-state-info): Only provide custom strings for
11419         overloaded VC state 'edited; otherwise fallback to
11420         `vc-default-dired-state-info'.
11422 2008-01-08  Richard Stallman  <rms@gnu.org>
11424         * delsel.el (delete-selection-mode): Doc fix.
11426 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11428         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11429         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11431         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11432         of watch expressions (only works fully with GDB 6.7 or later).
11434 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
11436         * time-stamp.el (time-stamp-time-zone):
11437         * whitespace.el (whitespace-check-buffer-leading)
11438         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11439         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11440         * progmodes/sh-script.el (sh-indentation):
11441         * textmodes/ispell.el (ispell-local-pdict):
11442         Add safe-local-variable properties.
11444 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11446         * vc-git.el (vc-git--call): Apply `process-file' instead of
11447         `call-process'.
11449         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11450         Reported by Pete Forman <pete.forman@westerngeco.com>.
11451         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11452         (tramp-handle-process-file): Handle the case where DESTINATION is
11453         a consp with t as car.
11454         (tramp-wait-for-output): We shall remove exactly what has been
11455         find by the search.
11457 2008-01-08  Kevin Ryde  <user42@zip.com.au>
11459         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11460         For perl, allow "during global destruction" at end.  Add entry for
11461         two-arg form of the Test module ok() func.
11463 2008-01-08  Glenn Morris  <rgm@gnu.org>
11465         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11466         unified format.
11468         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11470 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
11472         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11473         Simplify selection of frame focusing function.
11475 2008-01-08  Michael Olson  <mwolson@gnu.org>
11477         * textmodes/remember.el (remember-region): Fix typo in docstring.
11479 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11481         * textmodes/remember.el (remember): If there is a visible region
11482         [that is, the mark is active and transient mark mode is enabled]
11483         then use this region for the initial contents of the *Remember*
11484         buffer.  Use `region-beginning' and `region-end' instead of
11485         `point' and `mark'.
11487 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
11489         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11490         argument to vc-hg-command.
11491         (vc-hg-log-view-mode): Handle the user field better.
11493 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11495         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11497 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11499         * vc.el (vc-status-fileinfo): New defstruct.
11500         (vc-status): New defvar.
11501         (vc-status-insert-headers, vc-status-printer, vc-status)
11502         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11503         (vc-status-unmark-file, vc-status-marked-files): New functions.
11505         * vc-hg.el (vc-hg-dir-status): New function.
11507 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
11509         * cus-edit.el (custom-tool-bar-map): Move initialization of this
11510         keymap from here ...
11511         (custom-mode): ... to here.  Reported by Reiner Steib.
11513 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11515         * obsolete/x-apollo.el: Remove file for unsupported system.
11517         * term/x-win.el (vendor-specific-keysyms): Remove reference to
11518         Apollo.
11520         * progmodes/gud.el (gud-dgux-p): Remove.
11521         (dbx): Remove reference to dgux.
11523         * progmodes/ps-mode.el (ps-mode-print-function):
11524         * ps-print.el (ps-lp-system):
11525         * paths.el (rmail-spool-directory):
11526         * ls-lisp.el (ls-lisp-emulation):
11527         * lpr.el (lpr-lp-system):
11528         * dired.el (dired-chown-program): Remove references to dgux.
11530 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * vc.el (vc-process-sentinel): Fix apparent typo.
11533         (vc-do-command): Forcefully kill any left over process.
11534         Use start-file-process.
11535         (vc-annotate-get-time-set-line-props): Check we don't move backward.
11537 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
11539         * net/dbus.el (dbus-list-hash-table)
11540         (dbus-name-owner-changed-handler): Replace "signal" by "member".
11541         (dbus-check-event): Add serial number to event.
11542         (dbus-handle-event): Apply return message if needed.
11543         (dbus-event-serial-number): New defun.
11544         (dbus-event-service-name, dbus-event-path-name)
11545         (dbus-event-interface-name, dbus-event-member-name):
11546         Adapt implementation to serial number.
11548 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11550         * bs.el (bs--get-mode-name): Fix typo in previous change.
11552 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11554         * mouse.el (mouse-popup-menubar): Fix typo.
11556         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11557         form inside with-current-buffer.
11559         * progmodes/antlr-mode.el (provide): Move to the end of file.
11560         (require): Don't require font-lock and compile.
11561         (outline-level, imenu-use-markers, imenu-create-index-function):
11562         Move declarations to top level.
11563         (cond-emacs-xemacs-macfn): Declare for compiler.
11565         * vc-bzr.el (vc-bzr-root):
11566         * vc-arch.el (vc-arch-root): Only set a property if the file is
11567         managed by this backend.
11569         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11571 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
11573         * doc-view.el (doc-view-scroll-up-or-next-page)
11574         (doc-view-scroll-down-or-previous-page): Don't scroll to the
11575         top/bottom again when on the first/last page.
11577         * doc-view.el (doc-view-scroll-up-or-next-page)
11578         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11579         image-scroll-down instead of the non-image equivalents.
11580         Don't rely on a signalled condition but switch pages when scrolling
11581         doesn't change the vertical position anymore.
11582         (doc-view-mode-map): Remap scroll-{up,down} to
11583         image-scroll-{up,down}.
11585 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
11587         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11588         tpu-mapper command rather than load the tpu-mapper package.
11590         * emulation/tpu-mapper.el (tpu-mapper): New command.
11591         Contains all the code previously at top-level.
11593 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11595         * bs.el (bs--sort-by-mode, bs--get-mode-name):
11596         * imenu.el (imenu-add-to-menubar):
11597         * makesum.el (make-command-summary):
11598         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11599         (mouse-buffer-menu):
11600         * msb.el (msb--mode-menu-cond):
11601         * calc/calc-embed.el (calc-do-embedded):
11602         * emacs-lisp/helper.el (Helper-describe-mode):
11603         * mail/emacsbug.el (report-emacs-bug):
11604         * progmodes/hideshow.el (hs-grok-mode-type):
11605         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11606         * textmodes/table.el (*table--cell-describe-mode):
11607         Pass mode-name through format-mode-line.
11609 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * progmodes/ada-xref.el (ada-prj-find-prj-file):
11612         * progmodes/ada-mode.el (comment-region):
11613         * calendar/todo-mode.el (todo-insert-item):
11614         * bookmark.el (bookmark-buffer-name):
11615         Test major-mode rather than mode-name.
11617 2008-01-04  Richard Stallman  <rms@gnu.org>
11619         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11620         Call byte-compile-warn-about-unresolved-functions outside
11621         the with-current-buffer.
11622         (byte-compile-insert-header): Use with-current-buffer.
11624 2008-01-04  Glenn Morris  <rgm@gnu.org>
11626         * startup.el (fancy-about-screen): Remove reference to deleted
11627         `fancy-splash-help-echo' variable.
11629         * version.el (emacs-copyright): Update to 2008.
11631         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11632         rather than mapcar.
11634         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11635         change (merge mistake).
11637         * doc-view.el (doc-view-search-internal): Don't use `incf'.
11639         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11640         (bookmark-get-bookmark-record):
11641         * image-mode.el (bookmark-make-cell-function)
11642         (bookmark-get-filename, bookmark-get-bookmark-record)
11643         (bookmark-get-position):
11644         * log-view.el (vc-modify-change-comment):
11645         * progmodes/grep.el (find-name-arg): Declare for compiler.
11647 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11649         * savehist.el (savehist-coding-system): Default to a variant coding
11650         system with explicit unix end-of-line conversion, which is safer.
11652 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11654         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11655         * ibuffer.el (mode column): Use format-mode-line.
11657         * server.el (server-create-window-system-frame): Remove workaround for
11658         a bug that has been fixed.
11660 2008-01-03  Magnus Henoch  <magnus@zemdatav>
11662         * net/dbus.el (dbus-name-owner-changed-handler):
11663         Use dbus-unregister-object instead of dbus-unregister-signal.
11665 2008-01-03  Drew Adams  <drew.adams@oracle.com>
11667         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11669 2008-01-03  Richard Stallman  <rms@gnu.org>
11671         * replace.el (occur-context-lines): New subroutine,
11672         broken out of occur-engine.
11673         (occur-engine): Call it.
11675 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
11677         * vc-git.el (vc-git--ls-files-state): New function.
11678         (vc-git-dir-state): Use it instead of processing the status
11679         results here.
11681 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11683         * progmodes/grep.el (grep-find-ignored-directories):
11684         Initialize from the value of vc-directory-exclusion-list.
11686         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11687         even though we don't have a back end for darcs yet.
11689 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
11691         Change a return type, for greater extensibility.
11692         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11693         and its thread for discussion leading to this change.
11695         * bookmark.el (bookmark-jump-noselect):
11696         Return an alist instead of a dotted pair.
11697         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11698         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11699         (bookmark-bmenu-switch-other-window): Adjust accordingly.
11700         (bookmark-make-cell-function): Adjust documentation accordingly.
11702         * image-mode.el (image-bookmark-jump):
11703         Adjust return type accordingly; document.
11705         * doc-view.el (doc-view-bookmark-jump):
11706         Adjust return type accordingly; document.
11708 2008-01-02  Miles Bader  <miles@gnu.org>
11710         * net/rcirc.el (rcirc-log-filename-function): New variable.
11711         (rcirc-log): Use `rcirc-log-filename-function' to generate the
11712         log-file name.  Don't log anything if it returns nil.
11713         (rcirc-log-write): Use `expand-file-name' when merging the
11714         log-file name from the alist with rcirc-log-directory; this does
11715         the right thing if the name in the alist already an absolute
11716         filename.  Make the log-file directory if necessary.
11718 2007-12-29  Richard Stallman  <rms@gnu.org>
11720         * font-lock.el (font-lock-prepend-text-property)
11721         (font-lock-append-text-property): Canonicalize the face and
11722         font-lock-face properties.
11724         * faces.el (facep): Doc fix.
11726         * startup.el (fancy-startup-tail, fancy-about-text)
11727         (fancy-startup-text): Regularize format of face property.
11729         * facemenu.el (list-colors-print): Use :background and :foreground
11730         instead of background-color and foreground-color.
11732 2007-12-29  Drew Adams  <drew.adams@oracle.com>
11734         * cus-edit.el (custom-add-parent-links):
11735         Fill the "Parent documentation" text.
11737 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11739         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11740         MS-Windows and MS-DOS.
11741         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11743 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11745         * vc-svn.el (vc-svn-modify-change comment): New function.
11747 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
11749         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11750         Do not disable undo, with-temp-buffer does it by default.
11752 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
11754         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11755         correctly.
11757         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
11758         with vc-state.
11759         (vc-next-action): Fix vc-transfer-file call.
11761 2007-12-31  Tom Tromey  <tromey@redhat.com>
11763         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11764         Move point to the start of the buffer.
11766 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
11768         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11770         * vc.el: State that dir-state is required to set the vc-state and
11771         vc-backend properties.
11773 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
11775         * man.el (Man-default-man-entry): Make this a defun.
11776         Improve guessing mechanism and handling of section numbers.
11778 2007-12-31  Richard Stallman  <rms@gnu.org>
11780         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11782 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
11784         * calc/calc-units.el (calc-convert-temperature): Ensure that units
11785         are on the result even when the result is zero.
11787 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
11789         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11790         resistent towards wrong parameters.
11791         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11793 2007-12-30  Richard Stallman  <rms@gnu.org>
11795         * faces.el (face-all-attributes): New function.
11797         * faces.el (face-differs-from-default-p): Compute list of attr names
11798         from face-attribute-name-alist.
11800         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11801         (custom-face-save): Likewise.
11802         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11804         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11805         (custom-theme-set-faces): Clear `face-override-spec' property.
11806         Call `face-spec-set' with FOR-DEFFACE.
11808         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11810         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11811         Use of frame as third arg is deprecated.
11812         Handle `face-override-spec' property.
11813         (face-spec-recalc): New function.
11814         (face-spec-set-2): New function.
11815         (frame-set-background-mode): Handle `face-override-spec' property.
11816         Use `face-spec-recalc'.
11817         (face-set-after-frame-default): Use `face-spec-recalc'.
11819 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
11821         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11823 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11825         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11827 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
11829         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11830         'added, 'removed.
11832         * vc.el (header coment): Better description of dir-state.
11833         (vc-compatible-state): New function.  Checks whether two states
11834         can be in the same changeset; used with 'edited it can test whether
11835         the next action for a state should be commit.
11836         (vc-default-dired-state-info): Display 'removed state.
11837         (vc-dired-hook): Turn off undo, this is a speed tweak.
11839         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11841         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11842         Cope with the possibility that the 'C' status flag might change
11843         in 0.9,6.
11845         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11847 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11849         * files.el (cd-absolute): Fix omission bug:
11850         Make `list-buffers-directory' buffer-local.
11852 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11854         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11856 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
11858         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11860         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11861         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11862         (math-yacas-compose-deriv, math-yacas-compose-taylor)
11863         (math-maxima-parse-subst, math-maxima-parse-taylor)
11864         (math-maxima-compose-taylor, math-maxima-compose-subst)
11865         (math-maxima-compose-if, math-lang-switch-args)
11866         (math-lang-compose-switch-args, math-read-giac-subscr):
11867         New functions.
11868         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11869         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11870         Add languages.
11871         (math-vector-brackets, math-complex-format, math-variable-table)
11872         (math-parse-table, math-oper-table, math-function-table)
11873         (math-special-function-table, math-compose-subscr):
11874         Add values for new languages.
11876         * calc/calccomp.el (math-compose-expr): Add new languages.
11878         * calc/calc.el (calc-language): Add languages to docstring.
11880         * calc/calc-ext.el (calc-init-extensions): Add keybindings
11881         for new languages.  Autoload commands to change languages.
11883         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11885         * calc/calc-menu.el (calc-modes-menu): Add new languages.
11886         (calc-arithmetic-menu, calc-scientific-function-menu)
11887         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11888         (calc-units-menu, calc-variables-menu, calc-stack-menu):
11889         Add :active keywords.
11891 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11893         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11894         returns 'ignored or 'unregistered.
11895         (vc-hg-state): Pass "-A" to the status command and deal with the
11896         output.
11897         (vc-hg-dir-state): Pass "-A" to the status command.
11899 2007-12-29  Richard Stallman  <rms@gnu.org>
11901         * progmodes/compile.el (compilation-start): Set initial visible
11902         point properly even when compilation buffer already current.
11904 2007-12-29  Richard Stallman  <rms@gnu.org>
11906         * files.el (conf-mode-maybe): New function.
11907         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11909 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
11911         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11913 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11915         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11917 2007-12-29  Richard Stallman  <rms@gnu.org>
11919         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11920         so they never do EOF.
11922 2007-12-29  Richard Stallman  <rms@gnu.org>
11924         * faces.el (copy-face): Create the new face explicitly if it
11925         does not exist already.
11927 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11929         * simple.el (minibuffer-history, shell-command-history)
11930         (set-variable-value-history):
11931         * replace.el (regexp-history):
11932         * international/mule-cmds.el (input-method-history):
11933         * files.el (file-name-history): Add reference to history-length in
11934         the doc string.
11936 2007-12-29  Richard Stallman  <rms@gnu.org>
11938         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11940 2007-12-29  Jason Rumney  <jasonr@gnu.org>
11942         * find-dired.el (find-name-arg): New custom variable.
11943         (find-name-dired): Use it.
11944         (find-dired-find-program): Remove.
11945         (find-dired): Use find-program.
11946         (find-grep-dired): Use grep-program.
11948         * progmodes/grep.el (rgrep): Use find-name-arg.
11950 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11952         * progmodes/cc-vars.el (defcustom-c-stylevar):
11953         Revert to pre-2007-12-12 version.
11955 2007-12-29  Richard Stallman  <rms@gnu.org>
11957         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11959         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11960         Use changed.
11962         * startup.el (fancy-splash-help-echo): Var deleted.
11963         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11964         (fancy-about-screen): Don't display fancy-splash-help-echo.
11966         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11968 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
11970         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11971         to vc-hooks.el so it will be available to other modes, such as
11972         speedbar.el.  Also, teach it to recognize monotone state directories.
11974         * speedbar.el: Remove this mode's fragile assumptions about
11975         version-control systems.  Instead, make it use logic from
11976         vc-hooks.el so it will become smarter whenever VC mode does.
11978         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11979         Fix the documentation.
11981         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11982         Modify all instances of the dir-state back-end method to suppress
11983         keeping undo lists on the buffers holding status output, which
11984         can get extremely large.
11986         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11987         so they don't do work that the default one can do instead.
11989         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11990         states, and the new return-value convention.  These are not
11991         actually used yet, just set.
11993         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11994         states when appropriate.
11996         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11997         'unregistered when appropriate.
11999         * vc-git.el: Document that we don't set the new states yet.
12001         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12002         'ignored states.
12004         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12005         appropriate.
12007         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12008         when appropriate.
12010 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
12012         * thumbs.el (thumbs-call-convert): Use call-process directly
12013         with thumbs-conversion-program instead of through shell-file-name
12014         for better error reporting.
12016 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
12018         * calc/calc-aent.el (math-remove-percentsigns):
12019         * calc/calccomp.el (math-to-percentsigns): Change placeholder
12020         for percent signs.
12022 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12024         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12025         use completion-ignored-extensions to detect files that should be
12026         ignorted in VC-Dired listings, heading off lots of expensive calls
12027         to (vc-state).
12029         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12030         non-terse mode.
12031         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12032         Makefile.in or Makefile.am.
12034 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12036         * ps-print.el (ps-mark-active-p): Fun returned back.
12037         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12038         `region-active-p' for error checking.
12040 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12042         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12043         Put new machinery in place to support editing of change comments
12044         with 'e' in a log-view buffer.  Not documented yet as this
12045         only works for SCCS, RCS, and maybe CVS if you have admin
12046         privileges.  When we have backend support for Subversion and
12047         more modern systems it will be time to write this up.
12049 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
12051         * international/mule-cmds.el (select-safe-coding-system):
12052         When a buffer is modified, cancel the writing.
12054 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
12056         * log-view.el: Add Subversion and Mercurial log format samples.
12058         * vc.el (vc-dired-hook): Significantly speed up by arranging for
12059         it to call the backend dir-state hook (if it exists)
12060         exactly *once*, rather than once per each subdirectory (with
12061         dired-state-info calls on all toplevel files slowing it down even
12062         further).  For this to work, backend dir-state methods have to
12063         recurse to subdirectories.  Most of them already did anyway; a few
12064         needed *non*-recursion switches removed.  This change mostly
12065         removed code that was perversely bad and should have been shot
12066         through the head years ago.
12068         * vc-bzr.el (vc-bzr-dir-state):
12069         * vc-cvs.el (vc-cvs-dir-state):
12070         * vc-mcvs.el (vc-mcvs-dir-state):
12071         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12073         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12074         multiple arguments, so generate logs sequentially when we get them.
12075         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12076         headers so the various log bindings can do the right thing.
12077         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12079 2007-12-26  Andreas Schwab  <schwab@suse.de>
12081         * font-lock.el (save-buffer-state): Make sure the state of the
12082         buffer is always restored.
12084 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
12086         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12088         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12089         a variable.
12091         * calc/calccomp.el (math-to-percentsigns): New function.
12092         (math-compose-var): Handle variables with percent signs.
12093         (math-compose-expr): Handle function names with percent signs.
12095         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12096         (math-read-exprs): Handle percent signs in languages that
12097         allow them.
12098         (math-restore-underscores): Remove function.
12099         (math-remove-percentsigns, math-restore-placeholders):
12100         New functions.
12102 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12104         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12105         of `mark' for error checking.
12107 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
12109         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12110         New functions.
12111         (image-mode): Set bookmark-make-cell-function appropriately.
12113         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12115         * bookmark.el (bookmark-make-cell-function): New variable.
12116         (bookmark-make): Call bookmark-make-cell-function's function
12117         instead of bookmark-make-cell.
12118         (bookmark-get-handler, bookmark-jump-internal): New functions.
12119         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12120         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12121         Use bookmark-jump-internal.
12122         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12124         * doc-view.el (doc-view-bookmark-make-cell)
12125         (doc-view-bookmark-jump): New functions.
12126         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12128 2007-12-25  Miles Bader  <miles@gnu.org>
12130         * indent.el (indent-for-tab-command): Rigidly indent the following
12131         sexp along with the current line when a prefix arg is given in the
12132         non-active-region case.  Specify raw prefix in interactive spec.
12133         Simplify main indentation logic to get rid of the conditional call
12134         to `indent-according-to-mode' (it just ended up calling
12135         `indent-line-function' in all cases anyway, which can be done more
12136         simply here).  Remove unnecessary test of ARG in active region case.
12138 2007-12-25  Richard Stallman  <rms@gnu.org>
12140         * allout.el (allout-region-active-p): Rename from my-region-active-p.
12141         Use `use-region-p'.
12142         (allout-write-file-hook-handler): Simplify code.
12144         * ps-print.el (ps-mark-active-p): Function deleted.
12145         (ps-print-preprint-region): Use (mark) for the error check.
12147         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12149         * winner.el (winner-active-region): Use `mark-active' if it's defined.
12151         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12153         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12155         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12157         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12159         * progmodes/cc-defs.el (c-region-is-active-p):
12160         Use `mark-active' if it's defined.
12162         * progmodes/cc-cmds.el (c-indent-line-or-region):
12163         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
12165         * simple.el (select-active-regions): New option.
12166         (set-mark): Obey it.
12167         (yank-pop-change-selection): New option.
12168         (current-kill): Obey it.
12170         * simple.el (use-region-p): Rename from `region-active-p'.
12171         (region-active-p): New function.
12173 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
12175         * term/x-win.el (x-select-enable-primary): New option.
12176         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12178         * mouse.el (mouse-yank-primary): New function (almost same
12179         as mouse-yank-secondary).
12181 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
12183         * calculator.el:
12184         * dframe.el:
12185         * iswitchb.el:
12186         * whitespace.el:
12187         * winner.el:
12188         * emacs-lisp/checkdoc.el:
12189         * mail/feedmail.el:
12190         * net/quickurl.el:
12191         * obsolete/fast-lock.el:
12192         * play/5x5.el:
12193         * progmodes/delphi.el:
12194         * progmodes/idlw-shell.el:
12195         * progmodes/idlwave.el:
12196         * textmodes/artist.el:
12197         * textmodes/ispell.el:
12198         * textmodes/texinfmt.el:
12199         * textmodes/texinfo.el: Remove obsolete definitions of backward
12200         compatibility macros for defcustom, defgroup, defface, when,
12201         unless, with-current-buffer and with-temp-message.
12203 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
12205         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12207 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12209         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12210         indeed a process.
12212 2007-12-23  Richard Stallman  <rms@gnu.org>
12214         * simple.el (region-active-p): New function.
12215         (use-empty-active-region): New variable.
12217         * dired-aux.el (dired): Load dired.el at run time too.
12219 2007-12-23  Juri Linkov  <juri@jurta.org>
12221         * man.el (Man-follow-manual-reference): Fill the minibuffer's
12222         default list with a full list of references.
12224         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12226 2007-12-23  Andreas Schwab  <schwab@suse.de>
12228         * files.el (switch-to-buffer-other-frame): Return the buffer
12229         switched to.
12231 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
12233         Sync with Tramp 2.1.12.
12235         * net/tramp.el: New todo item.
12237         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12238         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12240         * net/trampver.el: Update release number.
12242 2007-12-22  Richard Stallman  <rms@gnu.org>
12244         * newcomment.el (comment-region-default): Don't triple the
12245         comment starter if the first region line isn't indented enough.
12247 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12249         * net/imap.el (imap-authenticate): Use current-buffer instead of
12250         buffer, for the cases where imap-authenticate is called with a nil
12251         buffer parameter.
12253 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
12255         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12256         specifier from format-string.  Reported by Ye Wenbin.
12258 2007-12-20  Jason Rumney  <jasonr@gnu.org>
12260         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12261         Parent group is font-lock-faces.
12262         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12263         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12264         (nxml-version): Remove.
12265         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12266         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12267         (nxml-processing-instruction-delimiter)
12268         (nxml-processing-instruction-target)
12269         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12270         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12271         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12272         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12273         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12274         (nxml-attribute-prefix, nxml-attribute-colon)
12275         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12276         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12277         (nxml-attribute-value, nxml-attribute-value-delimiter)
12278         (nxml-namespace-attibute-value)
12279         (nxml-namespace-attribure-value-delimiter)
12280         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12281         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12282         (nxml-glyph): Rename, removing -face suffix.
12283         Inherit from existing font-lock faces.
12284         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12285         Use new face names.
12287         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12288         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12289         Rename, removing -face suffix.
12290         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12291         (nxml-highlighted-colon, nxml-highlighted-slash)
12292         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12293         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12294         (nxml-highlighted-qname, nxml-outline-display-heading):
12295         Use new face names.
12297         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12299         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12301 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
12303         * cus-start.el (all): Use correct group name for members of
12304         mode-line group.
12306         * man.el (Man-default-man-entry): When looking for default man
12307         entry title search text preceding point.  Use when instead of if.
12309         * indent.el (indent-for-tab-command): Fix doc-string typo.
12311         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12312         vc-parent-buffer is the current buffer.
12314         * info-look.el (info-lookup, info-lookup-setup-mode)
12315         (info-lookup-make-completions): Avoid clobbering Info-history and
12316         Info-history-list.
12318 2007-12-19  Glenn Morris  <rgm@gnu.org>
12320         * progmodes/verilog-mode.el (top-level): Don't require compile.
12321         (compilation-error-regexp-alist, compilation-last-buffer):
12322         Define for compiler.
12323         (verilog-insert-1): New function.
12324         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12325         Use verilog-insert-1.
12326         (verilog-surelint-off): Use next-error-last-buffer if bound.
12327         Check compile buffer is live.
12329 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
12331         * progmodes/compile.el (compilation-start): Don't pass a FRAME
12332         argument to display-buffer.
12334 2007-12-19  Jason Rumney  <jasonr@gnu.org>
12336         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12337         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12338         (rng-byte-compile-load, rng-write-version): Remove.
12340         * nxml/rng-loc.el (rng-schema-locating-files-default)
12341         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12342         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12344 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
12346         * files.el (cd-absolute): Set `list-buffers-directory' in order to
12347         show correct path in buffer list.
12349         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12350         (tramp-find-shell): Send only single prompt setting commands, in
12351         order to avoid double-prompt.
12353         * net/tramp-compat.el (top): Require cl only when compiling.
12354         Reported by Glenn Morris <rgm@gnu.org>.
12356 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12358         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12359         (c-comment-continuation-stars): No longer declare with
12360         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12361         (c-block-comment-prefix): Use symbol-value to
12362         access c-comment-continuation-stars.
12363         * progmodes/cc-mode.el (c-initialize-cc-mode):
12364         Use symbol-value to access c-comment-continuation-stars.
12366 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
12368         * xml.el (xml-escape-string): New function.  Escape string using
12369         xml-entity-alist.
12370         (xml-debug-print-internal): Use xml-escape-string to escape
12371         characters in attributes and in text children of elements.
12373 2007-12-18  Glenn Morris  <rgm@gnu.org>
12375         * progmodes/cc-subword.el (c-subword-mode): Drop support for
12376         systems without define-minor-mode.
12378         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12380         * progmodes/verilog-mode.el: Replace all instances of
12381         string-to-int with string-to-number, insert-string with insert,
12382         and read-input with read-string.
12383         (top-level): No need to require imenu, reporter, dinotrace, vc,
12384         font-lock when compiling.  Always require compile.  Relegate remaining
12385         compatibility cruft to XEmacs.  Don't require font-lock.
12386         (verilog-version): Remove superfluous concat.
12387         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12388         No need to define.
12389         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12390         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12391         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12392         (verilog-startup-message-displayed): These are variables, not constants.
12393         (verilog-batch-execute-func, verilog-auto-inst)
12394         (verilog-auto-inst-param): Use mapc rather than mapcar.
12395         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12396         actually defining.
12397         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12398         (verilog-modi-get-outputs, verilog-modi-get-inouts)
12399         (verilog-modi-get-inputs, verilog-modi-get-wires)
12400         (verilog-modi-get-regs, verilog-modi-get-assigns)
12401         (verilog-modi-get-consts, verilog-modi-get-gparams)
12402         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12403         (verilog-modi-get-sub-inputs): Move inline functions earlier in
12404         the file.
12405         (sigs-in, sigs-out): Don't declare multiple times.
12406         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12407         `defvar'.
12408         (verilog-auto): Call dinotrace-unannotate-all only if bound.
12409         (verilog-module-inside-filename-p): No need to wrap fboundp test
12410         in condition-case.
12411         (reporter-submit-bug-report): Autoload it.
12412         (verilog-mark-defun): Call zmacs-activate-region only if bound.
12413         (verilog-font-customize): Call customize-apropos only if bound.
12414         (verilog-getopt-flags, verilog-auto-reeval-locals):
12415         Use make-local-variable rather than make-variable-buffer-local.
12416         (verilog-company, verilog-project, verilog-modi-cache-list):
12417         Move make-variable-buffer-local calls to top-level.
12418         (font-lock-defaults-alist): Don't define it.
12419         (verilog-need-fld): Remove.
12420         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12421         (verilog-mode): Only call make-local-hook on XEmacs.
12422         Set font-lock-defaults rather than using verilog-font-lock-init.
12424 2007-12-17  Andreas Schwab  <schwab@suse.de>
12426         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12427         Fix comment typo.
12429 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
12431         * net/dbus.el (dbus-name-owner-changed-handler):
12432         Use `dbus-unregister-signal' for removing old rules.
12433         Obey new structure of `dbus-registered-functions-table'.
12435 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
12437         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12439 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
12441         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12442         function.
12443         (add-submenu): Only define for XEmacs.
12444         (verilog-regexp-words): Revert previous change, keep the other
12445         definition.
12447 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12449         * progmodes/perl-mode.el (perl-continued-statement-offset)
12450         (perl-continued-brace-offset, perl-brace-offset)
12451         (perl-brace-imaginary-offset, perl-label-offset):
12452         * progmodes/cperl-mode.el (cperl-brace-offset)
12453         (cperl-continued-brace-offset, cperl-label-offset)
12454         (cperl-continued-statement-offset)
12455         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12456         Add safe-local-variable properties.
12458 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12460         * progmodes/verilog-mode.el (verilog-mode-map)
12461         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12462         (verilog-colorize-include-files): Use only overlay functions so
12463         that it can work on both emacs and XEmacs.
12464         (set-extent-keymap): Remove unused defun.
12465         (verilog-kill-existing-comment, verilog-insert-date)
12466         (verilog-insert-year): Rename in order not to pollute the global
12467         namespace from kill-existing-comment, insert-date and
12468         insert-year, respectively.
12469         (verilog-set-auto-endcomments, verilog-header): Update callers.
12471         * files.el (auto-mode-alist): Recognize verilog files.
12473         * progmodes/verilog-mode.el (verilog-string-replace-matches)
12474         (verilog-string-remove-spaces, verilog-re-search-forward)
12475         (verilog-re-search-backward, verilog-re-search-forward-quick)
12476         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12477         (verilog-get-end-of-line, verilog-within-string): Move definitions
12478         before first use.  No code changes.
12480 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12482         * progmodes/verilog-mode.el (verilog-mode-version)
12483         (verilog-mode-release-date): Don't use expanding keywords.
12484         (provide): Move to the end of file.
12485         (fboundp): Don't check if eval-when-compile is bound, it is used
12486         later in the file without checking.
12487         (when, unless): Copy definitions from subr.el.
12488         (char-before, defcustom, defface, customize-group)
12489         (verilog-batch-error-wrapper): Don't use old style backquotes.
12490         (verilog-regexp-opt): Avoid using the cl function case.
12491         (verilog-regexp-words): Remove duplicated definition.
12492         (verilog-mode-abbrev-table): Remove, duplicate.
12493         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12494         Declare and initialize in one step.
12495         (verilog-declaration-prefix-re, verilog-declaration-re)
12496         (verilog-end-of-statement, verilog-indent-declaration)
12497         (verilog-get-lineup-indent): Remove trailing whitespace.
12498         (verilog-mode): Fix autoload cookie.
12499         Set beginning-of-defun-function and end-of-defun-function.  Use when
12500         instead of if.
12501         (verilog-emacs-features, verilog-auto-ascii-enum)
12502         (verilog-insert-indices): Escape braces in doc strings.
12504 2007-12-08  Michael McNamara  <mac@verilog.com>
12505             Wilson Snyder  <wsnyder@wsnyder.org>
12507         * progmodes/verilog-mode.el: New file.
12509 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
12511         * international/latexenc.el (latexenc-find-file-coding-system):
12512         If both coding-system-for-write and buffer-file-coding-system of
12513         latex-main-file are nil, use `undecided'.
12515 2007-12-06  Jason Rumney  <jasonr@gnu.org>
12517         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12519 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12521         * files.el (revert-buffer): Docstring fix.
12523 2007-12-11  Glenn Morris  <rgm@gnu.org>
12525         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12527 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
12529         * calc/calc-aent.el (math-restore-underscores)
12530         (math-string-restore-underscores): New functions.
12531         (math-read-factor): Properly check variable names with underscores
12532         for entries in `math-expr-variable-mapping'.
12534         * calc/calc-lang.el (math-lang-name): New property name.
12536         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12537         to set language name.
12539 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12541         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12543 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12545         * server.el (server-select-display): Fix important typo.
12546         (server-process-filter): Turn a "" display into nil.
12548 2007-12-09  Juri Linkov  <juri@jurta.org>
12550         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12551         Check search-upper-case before calling isearch-no-upper-case-p
12552         to set case-fold-search.
12553         (occur): Doc fix.
12554         (occur-1, perform-replace): Check search-upper-case before calling
12555         isearch-no-upper-case-p to set case-fold-search.
12557         * isearch.el (search-upper-case): Doc fix.
12558         (isearch-mode-map): Bind `M-s o' to isearch-occur.
12559         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
12560         (isearch-query-replace-regexp): Doc fix.
12561         (isearch-occur): New function.
12563 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12565         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12566         backward compatibility.
12568         * net/imap.el (imap-string-to-integer): New function.
12570 2007-12-09  David Kastrup  <dak@gnu.org>
12572         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12573         directories.  Not sure anybody uses this anymore, though.
12575 2007-12-09  Glenn Morris  <rgm@gnu.org>
12577         * emulation/viper-init.el (top-level): Use dolist rather than mapc
12578         in make-variable-frame-local call.
12580 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12582         * mail/hashcash.el (declare-function):
12583         * net/imap.el (declare-function): New no-op macro for backward
12584         compatibility.
12586 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
12588         Sync makefile.w32-in with Makefile.in.
12590         * makefile.w32-in (check-declare): New target.
12591         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12592         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12593         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12594         ($(lisp)/progmodes/cc-mode.elc): Use it.
12595         ($(lisp)/progmodes/cc-mode.elc): New rule.
12597 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12599         * indent.el (tab-stop-list): Mark as safe-local-variable.
12601         * generic-x.el (etc-sudoers-generic-mode): New mode.
12602         (generic-unix-modes): Add it.
12604 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
12606         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
12607         apply wildcards in a hash table key; there is no usable hash code then.
12608         (dbus-registered-functions-table): Use `equal' as test function.
12609         (dbus-name-owner-changed-handler): Rewrite due to new hash table
12610         structure.
12612 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
12614         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12615         bound error in block comment branch.
12617 2007-12-08  David Kastrup  <dak@gnu.org>
12619         * textmodes/reftex.el (reftex-select-with-char):
12620         * textmodes/reftex-toc.el (reftex-toc-do-promote)
12621         (reftex-toc-visit-location, reftex-toc-find-section):
12622         * textmodes/reftex-index.el (reftex-index-show-entry):
12623         * textmodes/org.el (org-cycle-hide-archived-subtrees)
12624         (org-table-rotate-recalc-marks, org-mark-ring-push)
12625         (org-follow-info-link, org-mhe-get-message-folder-from-index)
12626         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12627         (org-evaluate-time-range, org-edit-agenda-file-list):
12628         * textmodes/artist.el (artist-select-next-op-in-list)
12629         (artist-select-prev-op-in-list):
12630         * term/mac-win.el (mac-service-insert-text):
12631         * startup.el (fancy-about-screen):
12632         * progmodes/vhdl-mode.el (vhdl-decision-query):
12633         * progmodes/idlwave.el (idlwave-template)
12634         (idlwave-scroll-completions, idlwave-display-completion-list):
12635         * progmodes/ebrowse.el (ebrowse-show-progress):
12636         * progmodes/cperl-mode.el (cperl-find-pods-heres):
12637         * progmodes/antlr-mode.el (antlr-insert-option-do):
12638         * play/mpuz.el (mpuz-close-game):
12639         * net/rcirc.el (rcirc-next-active-buffer):
12640         * mail/reporter.el (reporter-update-status):
12641         * kmacro.el (kmacro-display):
12642         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12643         * emulation/viper-util.el (viper-save-setting):
12644         * emacs-lisp/lisp-mnt.el (lm-verify):
12645         * emacs-lisp/edebug.el (edebug-set-mode):
12646         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12647         * calendar/calendar.el (calendar-print-day-of-year):
12648         * calc/calcalg3.el (calc-curve-fit):
12649         * calc/calcalg2.el (math-integral):
12650         * calc/calc.el (calc-read-key-sequence, calc-version):
12651         * calc/calc-mode.el (calc-set-simplify-mode):
12652         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12654 2007-12-07  D. Goel  <deego3@gmail.com>
12656         * progmodes/idlw-shell.el (idlwave-shell-display-line)
12657         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12658         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12659         * mail/uce.el (uce-reply-to-uce)
12660         * progmodes/vhdl-mode.el (vhdl-template-modify)
12661         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12662         to `error' (as suggested by RMS.)
12664 2007-12-07  Glenn Morris  <rgm@gnu.org>
12666         * allout.el (allout-write-file-hook-handler):
12667         * textmodes/reftex.el (reftex-TeX-master-file):
12668         * textmodes/reftex-parse.el (reftex-short-context):
12669         Revert previous change.
12671 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
12673         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12674         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12675         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12676         (dbus-event-service-name, dbus-event-path-name)
12677         (dbus-event-interface-name, dbus-event-member-name): Fix for new
12678         event structure.
12679         (dbus-list-activatable-names, dbus-list-names)
12680         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12681         Reorder `dbus-call-method' arguments.
12683 2007-12-06  D. Goel  <deego3@gmail.com>
12685         * allout.el (allout-write-file-hook-handler):
12686         * textmodes/reftex.el (reftex-TeX-master-file):
12687         * textmodes/org.el (org-paste-subtree):
12688         * progmodes/vhdl-mode.el (vhdl-template-modify):
12689         * progmodes/idlw-shell.el (idlwave-shell-send-command)
12690         (idlwave-shell-display-line):
12691         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12692         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12693         * net/trampver.el (x):
12694         * mail/uce.el (uce-reply-to-uce):
12695         * mail/rmailout.el (rmail-output):
12696         * mail/feedmail.el (feedmail-dump-message-to-queue):
12697         * whitespace.el (whitespace-write-file-hook):
12698         * wdired.el (wdired-check-kill-buffer):
12699         * vc.el (vc-update):
12700         * vc-mcvs.el (vc-mcvs-checkin):
12701         * vc-cvs.el (vc-cvs-checkin):
12702         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12703         * ibuffer.el (ibuffer-current-buffer):
12704         * dired.el (dired-move-to-end-of-filename):
12705         * bindings.el (complete-symbol):
12706         * textmodes/org-publish.el (org-publish-file):
12707         (org-publish-current-project):
12708         * textmodes/reftex-parse.el (reftex-short-context):
12709         * textmodes/texinfmt.el: Fix buggy calls to `error'.
12711 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12713         * doc-view.el (doc-view-dvi->pdf-sentinel)
12714         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12715         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12716         within a sentinel or timer.
12717         (doc-view-display): Don't try to display before the requested page
12718         is available, unless told to do so explicitly.
12719         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12720         Force display even if the requested page is not available.
12722 2007-12-06  Richard Stallman  <rms@gnu.org>
12724         * help-fns.el (describe-function-1): Call ad-get-advice-info
12725         only on symbols.
12727 2007-12-06  Glenn Morris  <rgm@gnu.org>
12729         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12730         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12731         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12732         faces in non-light-background case.
12734         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12735         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12736         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12737         * emulation/vi.el, emulation/viper-cmd.el:
12738         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12739         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12740         * textmodes/fill.el: Remove directory part from filenames in
12741         function declarations.
12743         * dired-aux.el (mailcap-mime-info): Update declaration.
12745 2007-12-05  Richard Stallman  <rms@gnu.org>
12747         * wid-edit.el (widget-type): Doc fix.
12749 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12751         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12752         Don't match "sub { (...) ... }".
12754 2007-12-05  Richard Stallman  <rms@gnu.org>
12756         * international/mule-cmds.el (toggle-input-method-active): New var.
12757         (toggle-input-method): Bind toggle-input-method-active to t.
12758         Error if it was already non-nil.
12760 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12762         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12764 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12766         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12767         see if certs should be verified and what is to be done in the
12768         event of a verification failure.
12770 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12772         * net/tls.el (tls-program): Provide more custom choices from
12773         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12774         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12775         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12776         version.  Minor improvement to doc strings.
12777         (tls-program): Add comment.
12779 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12781         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12782         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12783         mismatch between the hostname provided in the certificate and the name
12784         of the host connnecting to.
12785         (open-tls-stream): Use them.  Check certificates against trusted root
12786         certificates.
12788 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12790         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12791         (imap-parse-status): Upcase status-att for broken servers that sends
12792         them lower-case (e.g., MS Exchange 2007).
12794 2007-12-05  D. Goel  <deego3@gmail.com>
12796         * simple.el (undo):
12797         * image-dired.el (image-dired-display-thumb-properties):
12798         (image-dired-modify-mark-on-thumb-original-file):
12799         (image-dired-dired-display-properties):
12800         * help.el (help-window-display-message):
12801         * files.el (hack-local-variables-confirm):
12802         * ediff.el (ediff-version):
12803         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12804         `message' and `error': Ensure that first arg is a format string.
12806         * emacs-lisp/find-func.el (find-library-name): Prefer files with
12807         ".el" suffix over "".
12809 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
12811         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12812         interface and member fields.
12814 2007-12-05  Glenn Morris  <rgm@gnu.org>
12816         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12817         (pcomplete-here): Autoload it.
12819         * eshell/em-basic.el (print-func): No need to define for compiler.
12821         * eshell/esh-cmd.el (eshell-debug-command):
12822         * eshell/esh-io.el (eshell-print): Move definitions before use.
12824         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12826         * eshell/esh-util.el (top-level): Don't require pp.
12827         Use condition-case rather than ignore-errors.
12829         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12831         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12832         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12833         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12834         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12835         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12836         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12837         * eshell/esh-util.el, eshell/eshell.el: Require individual files
12838         if needed when compiling, rather than esh-maint.  Collect any
12839         require statements.  Move provide statement to end.  Move any
12840         commentary to start.
12842         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12843         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12844         * eshell/esh-proc.el, eshell/esh-var.el:
12845         Require individual files if needed when compiling, rather than
12846         esh-maint.  Collect any require statements.  Leave provide at start.
12847         Move any commentary to start.
12849         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12850         Remove declared function from byte-compile-noruntime-functions.
12852         * ediff-util.el (ediff-version):
12853         * progmodes/python.el (compilation-shell-minor-mode):
12854         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12855         (calendar-bahai-date-string, calendar-check-holidays)
12856         (calendar-chinese-date-string, calendar-coptic-date-string)
12857         (calendar-ethiopic-date-string, calendar-forward-day)
12858         (calendar-french-date-string, calendar-goto-date)
12859         (calendar-goto-today, calendar-hebrew-date-string)
12860         (calendar-islamic-date-string, calendar-iso-date-string)
12861         (calendar-julian-date-string, calendar-mayan-date-string)
12862         (calendar-persian-date-string, gnus-summary-last-subject)
12863         (parse-time-string, rmail-show-message): Declare as functions.
12865 2007-12-05  Michael Olson  <mwolson@gnu.org>
12867         * textmodes/remember.el: Merge contents of remember-diary.el here,
12868         updating header.  Add autoload cookie so that byte-compilation
12869         works without warning.
12870         (remember-diary-file): Default to nil, since diary might not yet
12871         be loaded at this point, which would deny us access to diary-file.
12872         (remember-diary-extract-entries): If remember-diary-file is nil,
12873         then use diary-file instead.
12875         * textmodes/remember-diary.el: Remove, due to the issue of needing
12876         the first 8 characters of a filename to be unique.
12878 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
12880         * net/dbus.el (dbus-hash-table=): New defun.
12881         (dbus-hash-table-test): New hash table test function, used in
12882         `dbus-registered-functions-table'.
12883         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12884         (dbus-event-service-name, dbus-event-path-name)
12885         (dbus-event-interface-name, dbus-event-member-name):
12886         Rewrite, due to new structure of `dbus-event'.
12888 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
12890         * ido.el (ido-save-history): Set the `coding' local
12891         variable in the first line of the file.
12893 2007-12-04  Glenn Morris  <rgm@gnu.org>
12895         * password-cache.el: Move here from gnus/password.el.
12896         (top-level): Don't require cl when compiling.
12897         (password-read-and-add): Doc fix.  Make obsolete.
12899         * net/tramp.el: Require password-cache or password.
12901         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12902         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
12903         compiling.
12904         (cua-set-rectangle-mark): Add doc string to autoload.
12905         (cua--rectangle, cua--last-killed-rectangle)
12906         (cua--global-mark-active): Always define for compiler.
12907         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12908         (cua--delete-rectangle, cua--insert-rectangle)
12909         (cua--rectangle-corner, cua--rectangle-assert)
12910         (cua--insert-at-global-mark, cua--global-mark-post-command):
12911         Declare as functions.
12913         * emulation/cua-gmrk.el (top-level): Move provide to end.
12915         * emulation/cua-rect.el (top-level): Move provide to end.
12916         Don't require cua-gmrk when compiling.
12917         (cua--cut-rectangle-to-global-mark)
12918         (cua--copy-rectangle-to-global-mark): Declare as functions.
12920         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12921         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12922         (viper-vi-state-cursor-color):
12923         Consolidate make-variable-frame-local calls.
12925         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12926         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12927         than bbdb-address-street1,2,3.
12929         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12930         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
12932 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
12934         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12935         (save-place-alist-to-file, load-save-place-alist-from-file):
12936         Don't print non-error messages at all, there's really no need.
12937         Do print if there's a problem, and clarify message in that case.
12939 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12941         * ediff-diff.el (ediff-prepare-error-list):
12942         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12944 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
12946         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12947         (doc-view-current-overlay, doc-view-pending-cache-flush):
12948         Add doc string.
12950 2007-12-03  Richard Stallman  <rms@gnu.org>
12952         * subr.el (declare-function): Move from byte-run.el.
12954         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12956         * window.el (recenter-top-bottom): Don't use `ecase'.
12958 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12960         * saveplace.el (save-place-alist-to-file):
12961         Set coding-system-for-write once and refer to it throughout.
12962         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12964 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12966         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12967         system when writing, and set it in the first-line file variables.
12968         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12969         Juanma Barranquero.
12971 2007-12-02  Glenn Morris  <rgm@gnu.org>
12973         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12974         Reverse branches of if statement.
12976         * emulation/viper-cmd.el (top-level): Don't require advice.
12977         Don't load viper-util, viper-keym, viper-mous, viper-macs,
12978         viper-ex when compiling.
12980         * emulation/viper-ex.el (top-level): Don't load viper-util,
12981         viper-keym when compiling.
12983         * emulation/viper-init.el (top-level): Move provide statement to end.
12985         * emulation/viper-keym.el (top-level): Don't load viper-util when
12986         compiling.  Move provide statement to end.
12988         * emulation/viper-macs.el (top-level): Don't load viper-util,
12989         viper-keym, viper-mous when compiling.
12991         * emulation/viper-mous.el (top-level): Don't load viper-util when
12992         compiling.
12994         * emulation/viper-util.el (top-level): Don't load viper-init when
12995         compiling.
12997         * emulation/viper.el (top-level): Don't require ring.
12998         Don't load viper-init, viper-cmd when compiling.
13000         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13001         Move here from gnus/.
13003 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
13005         Offer option for saveplace to be quiet about loading and saving.
13006         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13008         * saveplace.el (save-place-quiet): New customizable boolean.
13009         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13010         to determine whether to print loading/saving messages.
13012 2007-12-02  Glenn Morris  <rgm@gnu.org>
13014         * mail/binhex.el: Move here from gnus/.
13015         (binhex): New custom group.
13016         (binhex-decoder-program, binhex-decoder-switches)
13017         (binhex-use-external): Move to the binhex custom group.
13019         * mail/uudecode.el: Move here from gnus/.
13020         (uudecode): New custom group.
13021         (uudecode-decoder-program, uudecode-decoder-switches)
13022         (uudecode-use-external): Move to the uudecode custom group.
13024         * net/netrc.el (top-level): Don't load `encrypt' features.
13025         (netrc-parse): Don't use encrypt.
13026         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13028         * progmodes/python.el (top-level): Don't require cl when compiling.
13030 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
13032         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13033         encoding for aspell process and for communication with it.
13034         Only add "-d" option if not already present.
13035         Use ispell-current-dictionary and ispell-current-personal-dictionary.
13036         General reorganization.
13038         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13039         encoding here.
13040         (ispell-start-process): Explicitly set encoding here if using aspell.
13042 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
13044         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13045         function to log-edit.
13047 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
13049         * net/dbus.el: New file.
13051 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
13053         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13054         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13055         (calc-lang-parens-are-subscripts): New variables.
13056         (math-expr-special-function-mapping): Remove variable.
13057         (math-eqn-ignore-words, math-tex-ignore-words)
13058         (math-latex-ignore-words): Move to calc-lang.el.
13060         * calc/calc-lang.el (math-compose-vector, math-compose-var)
13061         (math-tex-expr-is-flat): Declare as functions.
13062         (calc-lang-slash-idiv, calc-lang-allow-underscores)
13063         (math-comp-left-bracket, math-comp-right-bracket)
13064         (math-comp-comma, math-comp-vector-prec): Declare as variables.
13065         (math-var-formatter, math-matrix-formatter)
13066         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13067         (math-punc-table, math-compose-subscr, math-dots)
13068         (math-func-formatter): New property names to store language
13069         specific information.
13070         (math-compose-tex-var, math-compose-tex-intv)
13071         (math-compose-maple-intv, math-compose-eqn-intv)
13072         (math-compose-tex-sum, math-compose-tex-func)
13073         (math-compose-tex-intv): New functions.
13074         (math-eqn-ignore-words, math-tex-ignore-words)
13075         (math-latex-ignore-words): Move from calc.el.
13076         (math-special-function-table): Add entries for tex.
13077         (calc-lang-slash-idiv, calc-lang-allows-underscores):
13078         New variables.
13079         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13080         (math-compose-tex-matrix, math-compose-eqn-matrix)
13081         (math-eqn-special-functions): Move from calccomp.el.
13083         * calc/calccomp.el (math-compose-var): New function.
13084         (math-compose-expr): Allow more special functions to be used.
13085         Change test for formatting fractions.  Use variables and property
13086         names to help with language specific formatting.
13087         (math-compose-tex-matrix, math-compose-eqn-matrix)
13088         (math-eqn-special-functions): Move to calc-lang.el.
13089         (math-compose-rows): Use property names to help with language
13090         specific formatting.
13092         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13093         into nested subscripts.
13094         (math-read-token): Use variables and property names to help with
13095         language specific parsing.
13096         (math-read-expression-level): Use variables to help with language
13097         specific parsing.
13099 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13101         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13102         (archive-rar-summarize): Allow the file name to be passed as argument.
13103         Remove unused vars `header' and `footer'.
13104         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13106 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
13108         * log-edit.el (log-edit-show-diff): New function.
13109         (log-edit-mode-map, log-edit-menu): Bind it.
13110         (log-edit-diff-function): New variable.
13111         (log-edit): Change the 3rd param to be an alist and accept a
13112         function that computes a diff for the files involved.
13114         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13116 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
13118         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13119         wrap next-/previous-line in with-no-warnings.
13121 2007-12-01  Glenn Morris  <rgm@gnu.org>
13123         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13125         * net/dig.el: Move here from gnus/.
13126         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13128         * net/dns.el: Move here from gnus/.
13129         (top-level): Don't require mm-util, or cl when compiling.
13130         (dns-write-name, dns-read, dns-read-type, query-dns):
13131         Replace mm-with-unibyte-buffer with its expansion.
13132         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13134         * progmodes/gdb-ui.el (gud-remove, gud-break):
13135         * progmodes/gud.el (gdb-create-define-alist)
13136         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13137         (hl-line-highlight, gdb-display-source-buffer)
13138         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13139         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13141 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13143         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13144         Move args on defun line.
13146         * textmodes/org.el (org-calendar-holiday):
13147         Use calendar-check-holidays instead of the obsolete
13148         check-calendar-holidays.
13149         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13150         (bbdb-company, bbdb-current-record, bbdb-name)
13151         (bbdb-record-getprop, bbdb-record-name)
13152         (bibtex-beginning-of-entry, bibtex-generate-autokey)
13153         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13154         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13155         (mh-find-path, mh-get-header-field, mh-get-msg-num)
13156         (mh-header-display, mh-index-previous-folder)
13157         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13158         (mh-show-buffer-message-number, mh-show-header-display)
13159         (mh-show-msg, mh-show-show, mh-visit-folder)
13160         (org-export-latex-cleaned-string, remember)
13161         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13162         (rmail-what-message, elmo-folder-exists-p)
13163         (elmo-message-entity-field, elmo-message-field)
13164         (vm-beginning-of-message, vm-follow-summary-cursor)
13165         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13166         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13167         (vm-summarize, wl-folder-get-elmo-folder)
13168         (wl-summary-goto-folder-subr)
13169         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13170         (wl-summary-line-subject, wl-summary-message-number)
13171         (wl-summary-redisplay): Declare as functions.
13173 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
13175         * longlines.el (longlines-show-hard-newlines): Remove handling of
13176         buffer-undo-list and buffer-modified status.
13177         (longlines-show-region, longlines-unshow-hard-newlines):
13178         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13179         inhibit-modification-hooks here to avoid that a buffer appears
13180         modified when toggling visibility of hard newlines.
13182 2007-11-30  Glenn Morris  <rgm@gnu.org>
13184         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13186         * progmodes/idlw-complete-structtag.el
13187         (idlwave-sintern-structtag):
13188         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13189         (idlwave-sintern-sysvartag):
13190         * progmodes/idlwave.el (idlwave-sintern-class-tag)
13191         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13192         functions.
13194 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13196         * textmodes/reftex-index.el (texmathp):
13197         * textmodes/reftex-auc.el (TeX-argument-insert)
13198         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13199         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13200         (LaTeX-label-list):
13201         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13202         (rng-clear-conditional-region, rng-do-some-validation): Declare as
13203         functions.
13204         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13206 2007-11-30  Glenn Morris  <rgm@gnu.org>
13208         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13209         argument and document it.
13211         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13212         Third argument to declare-function must be a list to specify arglist.
13214         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13215         Handle declare-function third argument `t' and fourth argument.
13216         (check-declare-verify): Doc fix.  Handle `fileonly' case.
13217         Use progn rather than prog1.
13219         * desktop.el (uniquify-item-base):
13220         * term/mac-win.el (url-type): Declare as functions.
13222         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13223         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13224         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13225         fourth arg to declare-function.
13227         * play/dunnet.el: Don't require cl when compiling.
13228         (byte-compile-warnings): Set via file local variables.
13229         (dun-parse): Let-bind `beg' and `line'.
13231 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
13233         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13235 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13237         * calendar/time-date.el (encode-time-value): Doc fix.
13239 2007-11-29  Glenn Morris  <rgm@gnu.org>
13241         * calendar/time-date.el (with-decoded-time-value): Doc fix.
13243         * textmodes/css-mode.el (prog-mode): Remove.
13244         (css-mode): Derive from fundamental-mode rather than prog-mode.
13246         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13248         * emacs-lisp/check-declare.el (check-declare-locate)
13249         (check-declare-verify): Handle `external' files.
13250         (check-declare-errmsg): New function.
13251         (check-declare-verify, check-declare-file, check-declare-directory):
13252         Use check-declare-errmsg to report the number of problems.
13254         * ffap.el (w3-view-this-url)
13255         * mail/mspools.el (vm-visit-folder)
13256         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13257         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13258         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13259         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13260         (bbdb-records)
13261         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13262         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13263         (sasl-make-client, sasl-next-step, sasl-step-data)
13264         (sasl-step-set-data)
13265         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13266         (htmlr-step): Declare as functions.
13268         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13269         Use bbdb-address-zip rather than bbdb-address-zip-string.
13271 2007-11-28  Richard Stallman  <rms@gnu.org>
13273         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13274         Move here from gnus/.
13276 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
13278         * newcomment.el (comment-region-internal): Fix newline insertion
13279         in `block' case.
13281 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13283         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13285 2007-11-28  Glenn Morris  <rgm@gnu.org>
13287         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13288         delete .elc files.
13290         * nxml/char-name/unicode: Move to etc/nxml/.
13291         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13293         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13294         Declare as a function.
13296         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13297         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13298         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13300         * nxml/nxml-outln.el (nxml-token-start-tag-p)
13301         (nxml-token-end-tag-p): Move definitions before use.
13303         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13305         * nxml/nxml-uchnm.el (top-level)
13306         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13307         (nxml-enabled-unicode-blocks): Add custom group.
13309         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13310         Use string-to-number rather than string-to-int.
13312         * dired-x.el (dired-omit-old-add-entry): Declare as function.
13313         Move definition before use.
13314         (dired-old-find-buffer-nocreate): Declare as function.
13316         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13317         (check-declare-verify): Handle fset.
13319         * emulation/edt.el (edt-user-emulation-setup):
13320         Test edt-setup-user-bindings is bound before calling.
13322         * emulation/tpu-edt.el: Don't require cl when compiling.
13323         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13324         (tpu-edt-off): Use condition-case rather than ignore-errors.
13325         Use with-no-warnings.
13327         * eshell/esh-util.el (top-level): Use require rather than load for
13328         ange-ftp.
13330         * mail/supercite.el (sc-version): Redefine as an alias for
13331         emacs-version.
13332         (sc-help-address): Remove.
13333         (sc-version): Use emacs-version rather than sc-version.
13334         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13336         * net/socks.el (socks-original-open-network-stream): Declare as
13337         function.  Move definition before use.
13339 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
13341         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13342         (math-make-frac): Declare as functions.
13344 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13346         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13347         Pacify byte compiler.
13348         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13350         * progmodes/idlwave.el (idlwave-shell-get-path-info)
13351         (idlwave-shell-temp-file, idlwave-shell-is-running)
13352         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13353         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13354         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13355         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13356         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13357         (idlwave-completing-read, idlwave-current-routine)
13358         (idlwave-downcase-safe, idlwave-entry-find-keyword)
13359         (idlwave-expand-keyword, idlwave-find-class-definition)
13360         (idlwave-find-inherited-class, idlwave-find-struct-tag)
13361         (idlwave-get-buffer-visiting, idlwave-in-quote)
13362         (idlwave-make-full-name, idlwave-members-only)
13363         (idlwave-popup-select, idlwave-routine-source-file)
13364         (idlwave-routines, idlwave-sintern-class)
13365         (idlwave-sintern-keyword, idlwave-sintern-method)
13366         (idlwave-sintern-routine-or-method)
13367         (idlwave-substitute-link-target, idlwave-sys-dir)
13368         (idlwave-this-word, idlwave-what-module-find-class)
13369         (idlwave-where):
13370         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13371         * mail/uce.el (rmail-msg-is-pruned)
13372         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13373         (rmail-toggle-header):
13374         * mail/sendmail.el (dired-view-file, dired-get-filename):
13375         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13376         (rmail-display-labels, rmail-msgbeg)
13377         (rmail-set-message-deleted-p, rmail-message-labels-p)
13378         (rmail-show-message, mail-comma-list-regexp)
13379         (mail-parse-comma-list):
13380         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13381         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13382         (rfc822-addresses, mail-abbrev-make-syntax-table)
13383         (mail-sendmail-delimit-header, mail-header-end):
13384         * mail/hashcash.el (message-narrow-to-headers-or-head)
13385         (message-fetch-field, message-goto-eoh)
13386         (message-narrow-to-headers):
13387         * vc.el (view-mode-exit): Declare as functions.
13389         * mail/vms-pmail.el:
13390         * vmsproc.el:
13391         * vms-patch.el: Don't byte compile these files, they don't work.
13393 2007-11-27  Glenn Morris  <rgm@gnu.org>
13395         * calc/calc-ext.el (math-read-big-rec):
13396         * calc/calc-nlfit.el (math-map-binop):
13397         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13399         * eshell/eshell.el (eshell-report-bug): Add version number of
13400         obsolescence.
13402         * emulation/viper.el, emulation/viper-util.el,
13403         emulation/viper-macs.el, emulation/viper-keym.el,
13404         emulation/viper-ex.el, emulation/viper-cmd.el:
13405         Load viper-*.el files silently.
13407         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13408         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13409         Load ediff-*.el files silently.
13411         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
13412         compiling.
13413         (Info-goto-node): Declare as a function.
13415         * ediff-init.el: Don't load ange-ftp when compiling.
13416         * ediff-util.el: Don't load reporter when compiling.
13418         * ediff-wind.el (ediff-display-pixel-width)
13419         (ediff-display-pixel-height):
13420         * generic-x.el (ini-generic-mode):
13421         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13422         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13423         (ps-mule-initialize, ps-mule-begin-job):
13424         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13425         (mark-calendar-days-named):
13426         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13427         (add-to-diary-list, diary-name-pattern)
13428         (mark-calendar-days-named):
13429         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13430         (mark-calendar-days-named):
13431         * calendar/cal-x.el (make-fancy-diary-buffer):
13432         * calendar/holidays.el (calendar-absolute-from-julian):
13433         * calendar/todo-mode.el (calendar-current-date):
13434         * calendar/cal-menu.el (calendar-increment-month)
13435         (calendar-month-name, extract-calendar-year)
13436         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13437         (calendar-current-date, calendar-cursor-holidays)
13438         (calendar-date-string, insert-diary-entry, calendar-set-mark)
13439         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13440         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13441         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13442         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13443         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13444         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13445         (calendar-day-of-year-string, calendar-iso-date-string)
13446         (calendar-julian-date-string, calendar-astro-date-string)
13447         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13448         (calendar-persian-date-string, calendar-bahai-date-string)
13449         (calendar-islamic-date-string, calendar-chinese-date-string)
13450         (calendar-coptic-date-string, calendar-ethiopic-date-string)
13451         (calendar-french-date-string, calendar-mayan-date-string)
13452         (calendar-print-chinese-date, calendar-goto-date):
13453         Declare as functions.
13455         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13456         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13458         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13459         aliases for report-emacs-bug.
13460         (gnus-summary-select-article, gnus-configure-windows): Declare as
13461         functions.
13463         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13464         compiler.
13466         * pgg.el (pgg-clear-string): Declare as a function.
13467         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13468         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13470         * emacs-lisp/check-declare.el (check-declare-locate):
13471         Handle compressed files.
13472         (check-declare-verify): Handle define-generic-mode,
13473         define-global(ized)-minor-mode, define-obsolete-function-alias.
13475 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
13477         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13478         algebraic modes.
13480         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13481         (math-is-true, calc-explain-why, calc-alg-edit)
13482         (math-composite-inequalities, math-flatten-lands)
13483         (math-multi-subst, calcFunc-vmatches, math-simplify)
13484         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13485         (math-read-string, math-read-brackets, math-read-angle-brackets):
13486         Declare as functions.
13488         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13489         (calc-fit-bell-shaped-logistic-curve)
13490         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13491         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13492         (math-max-list): Declare as functions.
13493         (math-map-binop): New function.
13494         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13496         * calc/calc.el (calc-set-language, calc-edit-finish)
13497         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13498         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13499         (math-lessp, calc-embedded-finish-command)
13500         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13501         (calc-push-list-in-macro, calc-replace-selections)
13502         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13503         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13504         (calc-embedded-stack-change, calc-refresh-evaltos)
13505         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13506         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13507         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13508         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13509         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13510         (math-dimension-error, calc-incomplete-error, math-float-fancy)
13511         (math-neg-fancy, math-zerop, calc-add-fractions)
13512         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13513         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13514         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13515         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13516         (math-compose-expr, math-comp-width, math-composition-to-string)
13517         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13518         (math-adjust-fraction, math-format-binary, math-format-radix)
13519         (math-group-float, math-mod, math-format-number-fancy)
13520         (math-format-bignum-fancy, math-read-number-fancy)
13521         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13522         (calc-do-embedded-activate, math-do-defmath)
13523         (calc-load-everything): Declare as functions.
13525         * calc/calc-ext.el (math-clip, math-round, math-simplify)
13526         (math-simplify-extended, math-simplify-units, calc-set-language)
13527         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13528         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13529         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13530         (math-normalize-hms, math-normalize-mod, math-make-sdev)
13531         (math-make-intv, math-normalize-logical-op, math-possible-signs)
13532         (math-infinite-dir, math-calcFunc-to-var)
13533         (calc-embedded-evaluate-expr, math-known-nonzerop)
13534         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13535         (math-format-date, math-vector-is-string, math-vector-to-string)
13536         (math-format-radix-float, math-compose-expr, math-abs)
13537         (math-format-bignum-binary, math-format-bignum-octal)
13538         (math-format-bignum-hex, math-format-bignum-radix)
13539         (math-compute-max-digits): Declare as functions.
13540         (math-provably-realp): Fix typo.
13542         * calc/calc-forms.el (calendar-current-time-zone)
13543         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13544         functions.
13546         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13548         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13549         Declare as functions.
13551         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13552         (math-posp, math-compare, math-bignum, math-compare-bignum):
13553         Declare as functions.
13555         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13556         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13557         (calc-explain-why, calc-clear-command-flag)
13558         (calc-roll-down-with-selections, calc-roll-up-with-selections)
13559         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13560         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13561         (math-trunc-special, math-trunc-fancy, math-floor-special)
13562         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13563         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13564         (math-pow-zero, math-pow-fancy): Declare as functions.
13566         * calc/calc-mode.el (calc-embedded-save-original-modes):
13567         Declare as a function.
13569         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13570         Declare as functions.
13571         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13572         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13573         Replace `mapcar*' by `math-map-binop'.
13574         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13576         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13577         (math-read-expr-level): Declare as functions.
13579         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13581 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13583         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13584         end-of-defun-function is called consistently, even for negative
13585         arguments.
13586         (end-of-defun-function): Default to forward-sexp.
13588 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
13590         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13592 2007-11-26  Glenn Morris  <rgm@gnu.org>
13594         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13595         than :suffix.
13597         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13599 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13601         * net/imap.el: Move from ../gnus.
13603 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13605         * doc-view.el (doc-view-mode-p): New function.
13607 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
13609         * mail/mspools.el (rmail-get-new-mail):
13610         * mail/reporter.el (mail-position-on-field, mail-text):
13611         * mail/rmail.el (mail-position-on-field, mail-text-start)
13612         (rmail-update-summary):
13613         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13614         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13615         * mail/rmailout.el (rmail-update-summary):
13616         * mail/rmailsort.el (rmail-update-summary):
13617         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13618         (dired-view-file):
13619         * mail/uce.el (mail-strip-quoted-names):
13620         * mail/undigest.el (rmail-update-summary):
13621         * mail/unrmail.el (mail-strip-quoted-names):
13622         * ediff.el (diff-latest-backup-file): Declare as functions.
13624         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13625         (kill-to-end-of-line):
13626         * obsolete/rnews.el (news-set-minor-modes):
13627         Remove non working functions.
13629 2007-11-25  Glenn Morris  <rgm@gnu.org>
13631         * eshell/esh-maint.el (top-level): Use require with NOERROR for
13632         pcomplete.  Don't mess with load-path.
13634         * eshell/eshell.el (eshell-report-bug-address): Remove.
13635         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13637 2007-11-24  Glenn Morris  <rgm@gnu.org>
13639         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13640         (appt-disp-window): Don't require electric.
13641         Simplify minibuffer-avoidance code.
13642         (appt-select-lowest-window): Avoid minibuffer.
13644         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13645         (esh-mode): Require it.
13646         (esh-util): Use require rather than featurep and load.
13647         (eshell): No need to test if eshell-mode is bound; remove obsolete
13648         reference to eshell-auto.
13649         (eshell-command, eshell-command-result): Don't require esh-mode
13650         now that the file does.
13651         (top-level): Move provide statement to the end of the file.
13652         Re-order and update commentary.
13654 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13656         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13657         (vc-annotate-toggle-annotation-visibility): New command.
13658         (vc-annotate-mode-map): Bind "V" to it.
13659         (vc-annotate-mode-menu): Add entry for it.
13660         (vc-annotate-get-time-set-line-props): New func.
13661         (vc-annotate-display-autoscale)
13662         (vc-annotate-display-difference): Use it.
13664         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13665         Also, match one space at end of annotation text, after last paren.
13667 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
13669         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13670         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
13671         `tramp-completion-mode'.
13673 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13675         * vc-git.el (vc-git-show-log-entry): New func.
13677         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13678         (vc-git-state): Use vc-git--call.
13679         (vc-git-registered, vc-git-working-revision)
13680         (vc-git-previous-revision, vc-git-next-revision)
13681         (vc-git--run-command-string, vc-git-symbolic-commit):
13682         Use vc-git--out-ok.
13684 2007-11-24  Glenn Morris  <rgm@gnu.org>
13686         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13688 2007-11-24  Kenichi Handa  <handa@m17n.org>
13690         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13692 2007-11-23  David Kastrup  <dak@gnu.org>
13694         * server.el (server-process-filter): Use `command-line-args-left'.
13696 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13700 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
13702         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13703         buffer if the parent buffer is in vc-dired-mode.
13705 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
13707         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
13709 2007-11-23  Juri Linkov  <juri@jurta.org>
13711         * dired.el (dired-read-dir-and-switches): For C-x d, set the
13712         value for M-n to the visited file name of the current buffer.
13713         Use minibuffer-with-setup-hook to set minibuffer-default to
13714         buffer-file-name inside read-file-name.
13716         * man.el (Man-getpage-in-background): Don't disregard user option
13717         `Man-width' on non-window systems.  Remove test for `window-system'
13718         around setting envvar "COLUMNS" depending on the value of `Man-width'.
13720         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13721         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
13722         of "--color=always".
13724 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13726         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13727         beginning-of-defun-function.
13729 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13731         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
13733 2007-11-22  Glenn Morris  <rgm@gnu.org>
13735         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13737         * emacs-lisp/check-declare.el (check-declare-locate): New function.
13738         (check-declare-scan): Use check-declare-locate.
13739         (check-declare-verify): No longer adjust fnfile, now
13740         check-declare-locate does it.
13742         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13744 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13746         * subr.el (posn-col-row): Make the `default-value' use explicit.
13748         * window.el (balance-windows): Remove unused var `counter'.
13749         (bw-balance-sub): Remove unused var `lastchild'.
13750         (split-window-vertically): Remove unused var `switch'.
13751         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13753         * emacs-lisp/bytecomp.el
13754         (byte-compile-file-form-custom-declare-variable): Simplify.
13756 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13758         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13759         Set `show-trailing-whitespace' to nil.
13761         * dired.el (make-symbolic-link):
13762         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13763         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13764         * dired-x.el (make-symbolic-link):
13765         * frame.el (x-initialize-window-system):
13766         * menu-bar.el (x-menu-bar-open):
13767         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13768         (x-store-cut-buffer-internal):
13769         * wdired.el (make-symbolic-link):
13770         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13771         (x-send-client-message):
13772         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13774 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
13776         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13778 2007-11-22  Glenn Morris  <rgm@gnu.org>
13780         * dos-fns.el (int86):
13781         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13783         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13785         * calendar/holidays.el (holiday-list): Add autoload cookie.
13787         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13788         files relative to src/ directory.
13789         (check-declare-verify): Handle .c files.  Warn if could not find
13790         an arglist to check.
13792         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13794 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
13796         * replace.el (occur-mode-map): Add a major mode menu with entries
13797         for all occur operations.
13799         * international/titdic-cnv.el (dos-8+3-filename):
13800         * obsolete/fast-lock.el (msdos-long-file-names):
13801         * frame.el (msdos-mouse-p):
13802         * files.el (msdos-long-file-names, w32-long-file-name):
13803         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13804         (mac-resume-apple-event, mac-font-panel-mode)
13805         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13806         (mac-clear-font-name-table):
13807         * term/pc-win.el (msdos-remember-default-colors)
13808         (w16-set-clipboard-data, w16-get-clipboard-data):
13809         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13810         (set-message-beep):
13811         * net/browse-url.el (w32-shell-execute):
13812         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13813         (w32-get-locale-info, w32-get-valid-locale-ids)
13814         (w32-set-clipboard-data):
13815         * dos-fns.el (int86, msdos-long-file-names):
13816         * dos-w32.el (default-printer-name): Declare as functions.
13818 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13820         * emacs-lisp/byte-run.el (declare-function): Return nil.
13822 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13824         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13826 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13828         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13830 2007-11-21  Glenn Morris  <rgm@gnu.org>
13832         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13833         for now.  Handle define-minor-mode, and defalias (with no argument
13834         checking).
13836 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13838         * frame.el (msdos-mouse-p):
13839         * files.el (msdos-long-file-names, w32-long-file-name):
13840         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13841         (mac-resume-apple-event, mac-font-panel-mode)
13842         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13843         (mac-clear-font-name-table):
13844         * term/pc-win.el (msdos-remember-default-colors)
13845         (w16-set-clipboard-data, w16-get-clipboard-data):
13846         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13847         (set-message-beep):
13848         * net/browse-url.el (w32-shell-execute):
13849         * dos-fns.el (int86, msdos-long-file-names):
13850         * dos-w32.el (default-printer-name): Undo previous change.
13852 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
13854         * international/mule-cmds.el (set-locale-environment):
13855         Set default-file-name-coding-system _after_ keyboard and terminal
13856         coding systems.  This fixes last change.
13858         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13859         one space after "Subject:".
13861 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13863         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13864         in order to determine if there's a conflict.
13866 2007-11-21  Richard Stallman  <rms@gnu.org>
13868         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13870         * reposition.el (reposition-window):
13871         Binding C-M-l moved to bindings.el.
13873         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13875         * add-log.el (add-change-log-entry-other-window):
13876         Key binding C-x 4 a moved to bindings.el.
13878         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13879         from filecache.el.
13881         * filecache.el: Minibuffer map bindings moved to bindings.el.
13883 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13885         * international/mule-cmds.el (set-locale-environment):
13886         Set default-file-name-coding-system from system defaults on Windows.
13888 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13890         * term/w32console.el: New term init file for w32 console.
13892         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13893         (x-setup-function-keys): Likewise, replacing top-level key definitions.
13894         (w32-tty-standard-colors): Move to term/w32console.el.
13896         * term/w32-win.el (x-setup-function-keys): Remove.
13898         * term/tty-colors.el (tty-register-default-colors): Remove special
13899         case for w32.
13901 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13903         * frame.el (msdos-mouse-p):
13904         * generic-x.el (w32-shell-name):
13905         * files.el (msdos-long-file-names, w32-long-file-name)
13906         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13907         (dos-8+3-filename, vms-read-directory, view-mode-disable):
13908         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13909         (mac-resume-apple-event, mac-font-panel-mode)
13910         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13911         (mac-clear-font-name-table):
13912         * term/pc-win.el (msdos-remember-default-colors)
13913         (w16-set-clipboard-data, w16-get-clipboard-data):
13914         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13915         (set-message-beep):
13916         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13917         (w32-get-locale-info, w32-get-valid-locale-ids)
13918         (w32-set-clipboard-data):
13919         * help-fns.el (ad-get-advice-info):
13920         * font-lock.el (fast-lock-after-fontify-buffer)
13921         (fast-lock-after-unfontify-buffer, fast-lock-mode)
13922         (lazy-lock-after-fontify-buffer)
13923         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13924         * net/browse-url.el (w32-shell-execute):
13925         * dos-fns.el (int86, msdos-long-file-names):
13926         * dos-w32.el (default-printer-name): Declare as functions.
13928 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13930         * textmodes/paragraphs.el (forward-sentence): Doc fix.
13931         Reported by Drew Adams <drew.adams@oracle.com>.
13933 2007-11-20  Jason Rumney  <jasonr@gnu.org>
13935         * term/w32-win.el (x-setup-function-keys): Protect against
13936         multiple calls on the same terminal.
13938 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13940         * term/mac-win.el (x-setup-function-keys): Only setup
13941         local-function-key-map if it has not been setup already for the
13942         current frame.  Move the suspend-emacs processing here.
13944 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
13946         * progmodes/grep.el (xargs-program): New variable.
13947         (grep-compute-defaults): Use it.
13948         (grep-default-command): Doc fix.
13949         (grep, lgrep, rgrep): Reflow docstrings.
13951 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13953         * vc.el (vc-find-revision): Set the parent buffer.
13954         Use when instead of if.
13956         * progmodes/python.el (info-lookup-maybe-add-help):
13957         * progmodes/ps-mode.el (doc-view-minor-mode):
13958         * mail/emacsbug.el (Info-menu, Info-goto-node):
13959         * emulation/viper-keym.el (viper-ex)
13960         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13961         * emulation/viper-cmd.el (widget-type, widget-button-press)
13962         (viper-set-hooks):
13963         * emacs-lisp/tcover-unsafep.el (unsafep-function):
13964         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13965         (ses-load, ses-vector-delete, ses-create-header-string)
13966         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13967         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13969 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13971         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13973 2007-11-20  Glenn Morris  <rgm@gnu.org>
13975         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13976         for end of function-name.  Handle define-derived-mode.
13978 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13980         * progmodes/idlw-help.el: Require browse-url unconditionally, it
13981         is available by default.
13982         (idlwave-help-browse-url-available): Change default to t.
13984         * emulation/edt.el (defgroup, defcustom): Remove definition.
13985         (eval-when-compile): Remove.
13986         (c-mark-function):
13987         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13988         * textmodes/fill.el (comment-search-forward)
13989         (comment-string-strip):
13990         * progmodes/prolog.el (comint-mode, comint-send-string)
13991         (comint-send-region, comint-send-eof):
13992         * progmodes/dcl-mode.el (imenu-default-create-index-function):
13993         * emulation/viper-util.el (viper-forward-Word):
13994         * emulation/vi.el (c-mark-function):
13995         * emulation/edt-vt100.el (vt100-wide-mode):
13996         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13998 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
14000         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14001         Still some tuning in case of an echoing shell.
14002         (tramp-send-command): Connection property "remote-echo" is not
14003         persistent; cache key is the process therefore.
14005 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
14007         * replace.el (map-query-replace-regexp): Doc fix (revert part of
14008         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14010 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
14012         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14013         * play/yow.el (doctor-ret-or-read):
14014         * vc-hooks.el (vc-dired-resynch-file):
14015         * vc-hg.el (log-view-get-marked):
14016         * smerge-mode.el (ediff-cleanup-mess):
14017         * pcvs.el (vc-editable-p, vc-checkout):
14018         * pcomplete.el (comint-bol):
14019         * informat.el (texinfo-format-refill):
14020         * ido.el (tramp-tramp-file-p):
14021         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14022         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14023         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14024         functions.
14026         * textmodes/ispell.el (ispell-int-char): Make it a defalias
14027         instead of fset.
14028         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14030         * ido.el (ido-file-internal): Move with-no-warnings to include the
14031         ffap-string-at-point call.
14033         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14035         * vc-hg.el (vc-hg-revision-table): Fix last change.
14037 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
14039         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14040         clipboard-yank when the buffer is read-only.
14042         * cus-edit.el (custom-field-keymap): Move to other Custom mode
14043         keymaps such that it's before the definition of Custom-mode-menu.
14044         (Custom-mode-menu): Show it for custom-field-keymap too.
14046 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
14048         * progmodes/gdb-ui.el: Update commentary.
14050 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
14052         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14054 2007-11-19  Glenn Morris  <rgm@gnu.org>
14056         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14057         does not exist, try adding `.el' extension.  Also search for defsubsts.
14059         * cus-edit.el (recentf-expand-file-name):
14060         * dired.el (dired-relist-entry):
14061         * subr.el (w32-shell-dos-semantics):
14062         * emacs-lisp/bytecomp.el (compilation-forget-errors):
14063         Declare as functions.
14065 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14067         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14068         (prepare-abbrev-list-buffer): Use dolist.
14069         (clear-abbrev-table): Preserve properties.
14071 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
14073         * textmodes/texinfmt.el (texinfo-format-printindex):
14074         Collect combined indexes using texinfo-short-index-format-cmds-alist.
14075         Reported on <bug-texinfo@gnu.org>.
14077 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
14079         * net/tramp.el (tramp-completion-reread-directory-timeout):
14080         New defcustom.
14081         (tramp-handle-file-name-all-completions): Flush directory contents
14082         from cache regularly.
14083         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14084         (tramp-open-connection-setup-interactive-shell):
14085         Call `tramp-cleanup-connection' via funcall.
14087         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14088         created when copying.
14090 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
14092         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14093         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14094         * eshell/esh-ext.el (eshell-external-command):
14095         * eshell/esh-cmd.el (require):
14096         * eshell/em-unix.el (eshell-plain-locate-behavior):
14097         * eshell/em-cmpl.el (eshell-cmpl-initialize):
14098         Replace eshell-under-xemacs-p with (featurep 'xemacs).
14099         * eshell/esh-mode.el (characterp, char-int): Remove unused
14100         conditional defaliases.
14102         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14103         Rename from event-matches-key-specifier-p, define unconditionally.
14104         (event-basic-type): Remove unused defalias.
14105         (pcomplete-show-completions):
14106         Use pcomplete-event-matches-key-specifier-p.
14108 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
14110         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14111         when saving esh-groups.el.
14113 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
14115         * wid-edit.el (widget-default-complete):
14116         * progmodes/flymake.el (flymake-goto-file-and-line):
14117         Fix typo in (doc-)string.
14119 2007-11-17  Glenn Morris  <rgm@gnu.org>
14121         * emacs-lisp/byte-run.el (declare-function): New macro.
14122         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14123         New function, byte-hunk-handler for declare-function.
14124         (byte-compile-callargs-warn): Handle declared functions.
14126         * emacs-lisp/check-declare.el: New file.
14127         * Makefile.in (check-declare): New target.
14129         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14131         * subr.el (process-lines): Move here from ../admin/admin.el.
14132         * emacs-lisp/authors.el (authors-process-lines): Remove.
14133         (authors): Use process-lines rather than authors-process-lines.
14135         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14136         Remove these files.
14138 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
14140         * emacs-lisp/backquote.el (backquote):
14141         Improve argument/docstring consistency.
14143         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14144         (ring-length, ring-empty-p): Use c[ad]dr.
14145         (ring-plus1): Use `1+'.
14146         (ring-minus1): Use `zerop'.
14147         (ring-remove): Use c[ad]dr.  Use `when'.
14148         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
14149         (ring-ref): Use `let', not `let*'.
14150         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
14151         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
14152         (ring-member): Simplify.  Doc fix.
14153         (ring-convert-sequence-to-ring): Simplify.
14155 2007-11-17  Juri Linkov  <juri@jurta.org>
14157         * dired-aux.el (dired-create-directory): Allow creating
14158         a directory of an arbitrary depth.  Add a loop to find the topmost
14159         nonexistent parent dir `new', and call `dired-add-file' on it.
14160         Set the `PARENTS' arg of `make-directory' to t.
14162 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14164         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14165         (math-build-parse-table): Get parse information from math-parse-table.
14167 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14169         * window.el (recenter-last-op): New var.
14170         (recenter-top-bottom): New command.
14171         (global-map): Bind it to C-l.
14173         * abbrev.el (abbrev--write): Fix error in transcription from C.
14175         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14176         (pc-select-ensure-mark): Set mark-active to a special value instead.
14177         Rename from ensure-mark.  Update call callers.
14178         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14179         Rewrite.  Update all callers.
14180         (pc-selection-mode): Remove redundant var declaration.
14182 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
14184         * doc-view.el (doc-view-search-backward, doc-view-search):
14185         Fix assignment to free variable bug.
14187 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
14189         * emulation/pc-select.el (pc-select-shifted-mark): New var.
14190         (ensure-mark): Set it.
14191         (maybe-deactivate-mark): New fun.
14192         Use it everywhere instead of (setq mark-active nil).
14194 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14196         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14197         Add check for XEmacs.
14199         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14201         * doc-view.el (doc-view-resolution): Add missing :group.
14203 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
14205         * subr.el (make-variable-frame-local):
14206         Fix typo in obsolescence declaration.
14208 2007-11-16  Werner Lemberg  <wl@gnu.org>
14210         * files.el (set-auto-mode-1): Check second line for -*- if file
14211         starts with '\" (which is used by man pages to identify needed
14212         troff preprocessors).
14214 2007-11-16  Glenn Morris  <rgm@gnu.org>
14216         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14218 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14220         * calc/calc-lang.el (math-oper-table): Fix typo.
14221         Reduce precedence of "/" for TeX.
14223         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14225 2007-11-16  Juri Linkov  <juri@jurta.org>
14227         * dired-aux.el (dired-read-shell-command-default): New function.
14228         (dired-read-shell-command): Use its return value for DEFAULT arg.
14230         * replace.el (keep-lines-read-args, occur-read-primary-args):
14231         Use a list of default values for DEFAULT arg of read-from-minibuffer.
14233         * man.el (Man-heading-regexp): Add 0-9.
14234         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14236 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14238         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14239         (doc-view-resolution): New custom var.
14240         (doc-view-pdf/ps->png): Use it.
14241         (doc-view-shrink-factor): New var.
14242         (doc-view-enlarge, doc-view-shrink): New commands.
14243         (doc-view-mode-map): Use them.
14245 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14247         * ediff-wind.el (ediff-window-setup-function):
14248         * simple.el (normal-erase-is-backspace):
14249         * eshell/em-unix.el (eshell/info):
14250         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14251         Fix typos in docstrings.
14253         * emulation/cua-base.el (cua--keymaps-initialized):
14254         Rename from `cua--keymaps-initalized'.  Callers changed.
14255         (cua-highlight-region-shift-only): Doc fix.
14256         (cua-paste-pop): Fix typo in docstring.
14258 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * emulation/cua-base.el (cua--pre-command-handler-1):
14261         Use input-decode-map instead of function-key-map.
14262         Use event-modifiers now that it works reliably.
14264         * vc.el (vc-diff-internal): Pop-to-buffer later.
14266         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14268         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14269         did not touch them.
14271 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
14273         * calc/calc-menu.el: New file.
14274         * calc/calc.el (calc-mode): Require calc-menu.
14276 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
14278         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14280 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
14282         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14283         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14284         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14285         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14286         locations.
14287         (gdb-info-breakpoints-custom, gdb-assembler-custom)
14288         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14289         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14291 2007-11-13  Noah Friedman  <friedman@splode.com>
14293         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14294         bindings to remap when `calc-scan-for-dels' is non-nil.
14296 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14298         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14299         constant forms.
14300         (byte-compile-nilconstp): New function.
14301         (byte-optimize-cond): Kill subsequent branches when a branch is
14302         know to be taken or not taken.
14303         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14305 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14307         * vc.el (vc-register): Allow registering a file passed as a
14308         parameter instead of just the current buffer.
14310 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
14312         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14313         Check whether the output of "uname -sr" has been changed.
14315 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14317         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14318         patterns from compilation-perl.el and compilation-weblint.el files.
14320 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14322         * progmodes/compilation-perl.el:
14323         * progmodes/compilation-weblint.el: Disable autoloads, they cause
14324         a bootstrap failure.
14326         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14327         instead of doing "cvs diff" in order to avoid accessing the repository.
14329 2007-11-12  Kevin Ryde  <user42@zip.com.au>
14331         * progmodes/compilation-perl.el:
14332         * progmodes/compilation-weblint.el: New files.
14334 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
14336         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14337         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14338         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14339         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14340         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14341         Rewrite in active voice.
14343 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14345         * doc-view.el: Add comments about isearch support.
14347 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14349         * vc.el (vc-start-entry): Fix setting the in the case the function
14350         is called from vc-dired.  Use when instead of if where appropriate.
14352 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14354         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14355         to be a list.
14356         (ps-begin-job): Error if ps-lpr-switches is not a list.
14358 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14360         * faces.el (face-normalize-spec): Remove function.
14361         (frame-set-background-mode): Undo last change.
14363 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14365         * w32-fns.el: Sync charset names with setup-default-fontset.
14366         Append "-1" where second part missing.
14368 2007-11-10  Juri Linkov  <juri@jurta.org>
14370         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14371         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
14373         * custom.el (custom-note-var-changed): Remove the `interactive'
14374         spec from this new non-interactive function.
14376 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
14378         * doc-view.el (doc-view-mode-map, doc-view-menu)
14379         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14380         (doc-view-search-backward): New function.
14381         (doc-view-search): Query new regexp if prefix arg is given, else
14382         jump to next/previous match.
14383         (doc-view-mode): Handle compressed files.
14384         (jka-compr): Required for compressed files.
14386 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14388         * replace.el (query-replace-show-replacement): New defcustom.
14389         (perform-replace): Use `match-substitute-replacement' if
14390         `query-replace-show-replacement' is non-nil.
14392 2007-11-10  David Kastrup  <dak@gnu.org>
14394         * subr.el (match-substitute-replacement): New function.
14396 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
14398         * files.el (auto-mode-alist): Select org-mode for files with the
14399         extension ".org".
14401 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
14403         * help.el (help-window, help-window-point-marker): New variables.
14404         (help-window-select): New option.
14405         (with-help-window): New macro for displaying help windows.
14406         (help-window-display-message, help-window-setup-finish)
14407         (help-window-setup): New functions used for setting up help windows.
14408         (print-help-return-message): Reset help-window to nil.
14409         (view-lossage): Use with-help-window instead of
14410         with-output-to-temp-buffer and move help-window-point-marker after
14411         inserted text.
14412         (describe-bindings, describe-key, describe-mode): Use
14413         with-help-window instead of with-output-to-temp-buffer.
14415         * help-mode.el (help-mode): Set view-exit-action to bury the
14416         buffer instead of fiddling with windows.  Simplify code.
14417         (help-mode-finish): When help-window eqs t set it to the selected
14418         window and have with-help-window set up view-return-to-alist.
14419         (help-buffer): Add autoload cookie.
14421         * view.el (view-remove-frame-by-deleting): Change default value to t.
14422         Add autoload cookie.
14423         (view-exit-action, view-file, view-file-other-window)
14424         (view-file-other-frame, view-buffer, view-buffer-other-window)
14425         (view-buffer-other-frame): Rewrite doc strings.
14426         (view-return-to-alist-update): New function to remove stale entries
14427         from view-return-to-alist.
14428         (view-mode-enter): Rewrite doc string and simplify code.
14429         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
14430         view-exit-action to nil.  Simplify code and rewrite doc string.
14432         * apropos.el (apropos-describe-plist):
14433         * descr-text.el (describe-char):
14434         * disp-table.el (describe-display-table):
14435         * faces.el (list-faces-display, describe-face):
14436         * facemenu.el (list-colors-display):
14437         * help-fns.el (describe-function, describe-variable)
14438         (describe-syntax, describe-categories):
14439         Use with-help-window instead of with-output-to-temp-buffer.
14441 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
14443         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14444         Optimize (featurep 'emacs) to t.
14446         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14447         New function.
14448         (byte-compile-maybe-guarded): Use it to also look for bound
14449         symbols inside `and' forms.  Comment out non-working code that was
14450         trying to avoid warnings for XEmacs code.
14452         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14454         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14455         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14456         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14457         (vc-cvs-annotate-command):
14458         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14459         is bound, it always is.
14461 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14463         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14464         setup here from global scope.
14466 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
14468         * ido.el (ido-save-history): Save the history file in UTF-8, not
14469         the current filename coding system.
14471 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14473         * simple.el (interprogram-cut-function, interprogram-paste-function):
14474         Don't make them frame-local any more.
14476         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14477         Don't set interprogram-(cut|paste)-function on each frame.
14479         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14480         Make them work in tty frames.
14481         (interprogram-cut-function, interprogram-paste-function):
14482         Set them globally.
14484 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14486         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14487         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14488         (iso-iso2duden-trans-tab): Add docstring.
14490 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14492         * abbrev.el (define-abbrev-table): Record the variable definition.
14494         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14495         New function.
14497 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14499         * ps-print.el: Clean the code for checking suitable Emacs version.
14500         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14501         (ps-print-version): New version 6.8.1.
14503 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14505         * files.el (enable-local-variables): Doc fix.
14507 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14509         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14511 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
14513         * dired-aux.el (dired-copy-file-recursive):
14514         Preserve directory permissions.
14516 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14518         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14519         (whitespace-unload-function): New-style unload function.  When run,
14520         unintern `whitespace-unload-hook' and call `unload-feature' recursively
14521         to stop the old hook from messing with the unloading.
14523 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14525         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14526         (elp-unset-master, elp-results): Fix typos.
14527         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14528         Doc fixes.
14530         * msb.el (msb--many-menus): Remove variable.
14531         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14532         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14533         (msb--toggle-menu-type): Fix typos in docstrings.
14535         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14536         (shadow-insert-var): Doc fixes.
14537         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14538         Reflow docstrings.
14539         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14541 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14543         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14544         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14545         Fix typos in autoload docstrings.
14547 2007-11-09  Richard Stallman  <rms@gnu.org>
14549         * savehist.el (savehist-save): Obey savehist-ignored-variables.
14551 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14553         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14554         (gdb-var-update-handler-1): Use it.
14556 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14558         * loadhist.el (unload-feature): Remove erroneous check for the
14559         FEATURE-unload-function variable; check the existence of the
14560         function (that's what the docstring says, and it makes more sense).
14562         * follow.el (follow-unload-function): Add docstring.
14563         (follow-unload-function): Remove variable.
14565         * server.el (server-unload-function): Remove variable.
14566         (server-unload-function): Unbind `server-edit' from `C-x #'.
14568         * ses.el (ses-unload-function): New function.
14570 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14572         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14573         (unsafep-progn, unsafep-let): Fix typos in docstrings.
14575         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14576         before use to avoid a warning in packages that require uniquify.
14577         (uniquify-unload-function): New function and var.
14579 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
14581         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14582         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14583         (ediff-current-diff-A, ediff-current-diff-B)
14584         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14585         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14586         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14587         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14588         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14589         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14590         (ediff-setup-windows-plain-merge)
14591         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14592         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14593         * ediff-util.el (ediff-setup-keymap, )
14594         (ediff-toggle-wide-display, ediff-toggle-multiframe)
14595         (ediff-toggle-use-toolbar, ediff-really-quit)
14596         (ediff-good-frame-under-mouse)
14597         (ediff-highlight-diff-in-one-buffer)
14598         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14599         (ediff-make-bullet-proof-overlay):
14600         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14601         (ediff-set-meta-overlay):
14602         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14603         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14604         ediff-emacs-p with their former definitions.
14606         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14607         (viper-has-face-support-p, viper-inactivate-input-method)
14608         (viper-activate-input-method)
14609         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14610         * emulation/viper-mous.el (viper-multiclick-timeout)
14611         (viper-surrounding-word, viper-mouse-click-insert-word)
14612         (viper-mouse-click-search-word, viper-parse-mouse-key):
14613         * emulation/viper-macs.el (viper-char-array-to-macro):
14614         * emulation/viper.el (viper-go-away, viper-set-hooks)
14615         (viper-non-hook-settings):
14616         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14617         (viper-get-saved-cursor-color-in-insert-mode)
14618         (viper-get-saved-cursor-color-in-emacs-mode)
14619         (viper-check-version, viper-get-visible-buffer-window)
14620         (viper-file-checked-in-p, viper-set-replace-overlay)
14621         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14622         (viper-check-minibuffer-overlay, viper-read-key-sequence)
14623         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14624         with their former definitions.
14625         (viper-eventify-list-xemacs): Only do work for XEmacs.
14626         (viper-set-unread-command-events): Only do work for Emacs.
14627         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14628         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14629         (viper-overlay-get, viper-overlay-put, viper-read-event)
14630         (viper-characterp, viper-int-to-char, viper-get-face)
14631         (viper-color-defined-p, viper-iconify): New defaliases replacing
14632         the old fsets.
14634         * progmodes/fortran.el (comment-region-function)
14635         (uncomment-region-function): Pacify byte compiler.
14637         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14639 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
14641         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14642         `process-environment'.
14644 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
14646         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14647         match dir like "a...b".
14649 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14651         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14653 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
14655         * net/tramp.el (tramp-handle-substitute-in-file-name):
14656         Don't expand the remote connection identification.
14657         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14658         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
14659         before calling stty.
14661         * net/tramp-cache.el (tramp-cache-print)
14662         (tramp-dump-connection-properties): Fix docstring.
14663         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14665         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14667         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14668         remote connection identification when setting connection property.
14670         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14671         "//" substitutes only in the local filename part.
14673 2007-11-07  David Hansen  <david.hansen@gmx.net>
14675         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14677 2007-11-07  Glenn Morris  <rgm@gnu.org>
14679         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14680         Remove superfluous concats.  Move final set-buffer to
14681         non-emacs-specific code.
14683 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
14685         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14687 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
14689         * eshell/esh-mode.el (eshell-output-filter):
14690         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14691         Use `with-current-buffer'.
14693 2007-11-07  Andreas Schwab  <schwab@suse.de>
14695         * server.el (server-start): Only register cleanup after server was
14696         started.
14698 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
14700         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14702         * net/tramp-cache.el (tramp-cache-print): Move down.
14703         (tramp-cache-list-connections): New defun.
14705         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14707 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
14709         * ido.el (ido-save-history): Write the history file in the current
14710         filename coding system, and add `coding' file-local variable.
14712 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
14714         * textmodes/org.el (org-table-formula-substitute-names):
14715         Remove forgotten temporary debugging code.
14717 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
14719         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14720         the prompt.
14722 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
14724         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14726 2007-11-05  Simon Josefsson  <simon@josefsson.org>
14728         * net/tls.el (tls-end-of-info): Doc fix.
14730 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
14732         * international/utf-7.el (utf-7-imap): New coding system.
14733         (utf-7-imap-post-read-conversion): New function.
14734         (utf-7-imap-pre-write-conversion): New function.
14736 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14738         * abbrev.el (abbrev--write): Fix up typo.
14740 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
14742         * abbrev.el (define-abbrev-table): Doc fix.
14744 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
14746         * info.el (Info-revert-buffer-function): New func.
14747         (Info-mode): Arrange to use it for reverting.
14748         (Info-copy-current-node-name): Add space between filename and nodename.
14750 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14752         * abbrev.el (expand-abbrev): Move point back to expansion's end.
14754 2007-11-04  Glenn Morris  <rgm@gnu.org>
14756         * net/tls.el: Don't require rx when compiling.
14757         (tls-end-of-info): Rewrite without using rx.
14758         (open-tls-stream): Use with-current-buffer.
14760 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
14762         * net/tls.el: Require rx when compiling.
14763         (tls-end-of-info): New variable.
14764         (open-tls-stream): Keep reading input until `tls-end-of-info' is
14765         matched.
14767 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
14769         * register.el (append-to-register, prepend-to-register):
14770         Don't signal error on empty register; use the text, instead.
14772 2007-11-03  Michael Olson  <mwolson@gnu.org>
14774         * textmodes/remember.el (remember-buffer):
14775         Use define-obsolete-function-alias rather than defalias.
14777 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
14779         * simple.el (bad-packages-alist): Anchor semantic regexp.
14781 2007-11-03  Glenn Morris  <rgm@gnu.org>
14783         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14784         if defined, for blank lines.  Doc fix.
14786         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14787         (fortran-mode): Set values for comment-region-function,
14788         uncomment-region-function and comment-insert-comment-function.
14789         (fortran-uncomment-region): New function.
14791         * textmodes/nroff-mode.el (nroff-mode):
14792         Set comment-insert-comment-function rather than indent-line-function.
14793         (nroff-indent-line-function): Remove.
14794         (nroff-insert-comment-function): New function.
14796 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14798         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14800 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14802         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14804         * emulation/viper-cmd.el (viper-prev-destructive-command)
14805         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14806         copy-sequence.
14808         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14809         Got rid of ediff-copy-list.
14811         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14812         use face-name.
14813         (ediff-test-utility, ediff-diff-mandatory-option)
14814         (ediff-reset-diff-options): Remove to simplify the mandatory option
14815         handling on Windows.
14816         (ediff-set-diff-options): Add.
14817         (ediff-diff-options): Set "--binary" option as default in some cases.
14819         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14820         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14821         ediff-vc-working-revision.  Require vc-hooks.
14823 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
14825         * files.el (hack-local-variables): Fix membership tests to avoid
14826         treating all variables as safe if `enable-local-variables' is
14827         set to :safe (CVE-2007-5795).
14829 2007-11-02  Glenn Morris  <rgm@gnu.org>
14831         * newcomment.el (comment-indent): Let comment-insert-comment-function,
14832         if defined, do all the work of inserting a new comment.
14834         * progmodes/etags.el (tags-table-mode): Disable undo.
14836         * simple.el (bad-packages-alist): Revert previous change.
14838 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
14840         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14842         * obsolete/lselect.el: Do not warn about unknown functions.
14844 2007-11-02  Michael Olson  <mwolson@gnu.org>
14846         * textmodes/remember.el (remember-buffer): Make this an alias of
14847         remember-finalize, because Org uses it.
14849 2007-11-01  Michael Olson  <mwolson@gnu.org>
14851         * textmodes/remember.el: Improve documentation in heading.
14852         (remember-before-remember-hook): Turn into a customizable option.
14853         (remember): Document INITIAL argument.
14854         (remember-region): Remove autoload cookie.  Improve docstring to
14855         mention that it is called from the *Remember* buffer, and does not
14856         have any functional overlap with the `remember' function.
14857         (remember-finalize): Remove autoload cookie.  Rename from
14858         remember-buffer to emphasize that this does not have any
14859         functional overlap with the `remember' function.
14860         (remember-destroy): Remove autoload cookie.
14861         (remember-mode-map): Define and initialize in one step.
14862         (remember-mode): Improve docstring.
14863         (remember-annotation-functions): Default to just '(buffer-file-name),
14864         and don't try to take the default value from Planner.
14866 2007-11-01  Glenn Morris  <rgm@gnu.org>
14868         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14870         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14872         * emacs-lisp/authors.el (authors-scan-change-log)
14873         (authors-scan-el): Don't enable local eval; enable only safe local
14874         variables, without querying.
14876         * mail/footnote.el (footnote-numeric-regexp)
14877         (footnote-english-upper-regexp, footnote-english-lower-regexp)
14878         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14879         Match multi-character footnotes.
14881         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14882         (nroff-indent-line-function): New function.
14883         (nroff-count-text-lines): Use nroff-forward-text-line rather than
14884         obsolete alias.
14886 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
14888         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14889         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
14890         (rcirc-print): Only update the line count when not marking the
14891         line as omittable.
14892         (rcirc-log-write): Specify coding system when writing logfile.
14893         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14895 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
14897         * printing.el (printing): Fix :version, printing.el was included
14898         for in emacs-22.1.
14899         (pr-path-style, pr-path-alist, pr-txt-name)
14900         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14901         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14902         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14903         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14904         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14905         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14906         (pr-setting-database, pr-visible-entry-list)
14907         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14908         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14910         * ediff-util.el (ediff-nuke-selective-display): Move definition to
14911         top level, make it dependent on the emacs flavor.
14913         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14914         Test for XEmacs not for itimer.
14916         * term/sun-mouse.el:
14917         * obsolete/sun-fns.el:
14918         * obsolete/sun-curs.el: Remove files.
14920         * term/sun.el (select-previous-complex-command): Remove obsolete code.
14922 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
14924         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14925         was given to concat.
14927 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14929         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14930         used normally for goto-line.  Change `g' to revert the buffer.
14931         Add redundant `r' binding for buffer-revert.
14933         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14934         (mail-abbrevs-setup): Use abbrev-expand-functions.
14935         (build-mail-abbrevs): Use with-temp-buffer.
14936         (define-mail-abbrev): Simplify.
14937         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14938         Change it for use on abbrev-expand-functions.
14939         (mail-abbrev-complete-alias): Use with-syntax-table.
14941 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
14943         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14944         directly.  Fix bug in deleting temp file.
14946 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14948         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14949         Merge defvar and define-abbrev-table.
14950         (def-python-skeleton): Use :case-fixed and :enable-function.
14951         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14952         Remove.
14953         (python-mode): Don't modify pre-abbrev-expand-hook.
14955 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14957         * ediff-util.el (ediff-file-checked-out-p)
14958         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14960 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14962         * abbrev.el (abbrev-symbol): Correct let->let*.
14963         (abbrev--before-point): Only use abbrev-start-location if before point.
14965 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14967         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
14968         (strokes-unload-hook): Remove function and variable.
14969         (strokes-unload-function): New-style unload function, adapted
14970         from `strokes-unload-hook'.
14972         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14973         (cl-unload-hook): Remove variable.
14974         (cl-unload-function): New-style unload function, adapted
14975         from `cl-cannot-unload'.
14977         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14978         (elp-unload-function): New-style unload function, adapted
14979         from `elp-unload-hook'.
14981 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14983         * emacs-lisp/find-func.el (find-library): Use library at
14984         point as default interactive argument.
14986 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14988         * shadowfile.el (shadow-join): Remove.
14989         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14990         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14991         (shadowfile-unload-hook): Remove function and variable.
14992         (shadowfile-unload-function): New-style unload function, adapted
14993         from `shadowfile-unload-hook'.
14995 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14997         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14998         only if it is bound.
15000         * textmodes/reftex.el: Move autoloads for before all uses.
15001         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15002         (reftex-delete-overlay): Move to the top level with the condition
15003         in the body.
15005         * progmodes/simula.el: Use when instead of if.
15007         * iimage.el (iimage-locate-file): Define unconditionally.
15009         * mail/mailabbrev.el (mail-abbrev-next-line):
15010         * emulation/vip.el (vip-enlarge-region, vip-line)
15011         (vip-next-line-at-bol, vip-previous-line)
15012         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15013         Wrap with-no-warnings around uses of next-line and previous-line.
15015         * ediff.el (run-ediff-from-cvs-buffer):
15016         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15017         Remove function not used by pcl-cvs anymore.
15018         (noninteractive, generic-sc-get-latest-rev)
15019         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15020         Delete support for long obsolete generic-sc.el.
15022 2007-10-31  Glenn Morris  <rgm@gnu.org>
15024         * cvs-status.el: No longer require pcvs when compiling.
15026         * doc-view.el (doc-view-conversion-refresh-interval)
15027         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15028         (doc-view-reset-slice): Doc fixes.
15029         (doc-view-menu): Remove deleted function doc-view-edit-doc.
15031 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
15033         * help-at-pt.el (help-at-pt-unload-hook): Remove.
15034         Timers are automatically canceled by `unload-feature'.
15036         * delsel.el (delsel-unload-hook): Remove function and variable.
15037         (delsel-unload-function): New-style unload function, adapted
15038         from `delsel-unload-hook'.
15040         * msb.el (msb-unload-hook): Remove function and variable.
15041         (msb-unload-function): New-style unload function, adapted from
15042         `msb-unload-hook'.
15044 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
15046         * desktop.el (uniquify-managed): Pacify byte compiler.
15047         (desktop-buffer-info): If the buffer name is managed by uniquify,
15048         save the base name, not the uniquified one.
15049         (desktop-create-buffer): Allow `rename-buffer' to generate a new
15050         name in case of conflict.
15052 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15054         * doc-view.el: Use expand-file-name rather than concat.
15055         (doc-view-cache-directory): Add the UID so multiple users won't clash.
15056         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15057         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15058         (doc-view-toggle-display): Use an overlay over the whole buffer so as
15059         not to have to touch the buffer's content.
15060         (doc-view-initiate-display): New function, extracted from doc-view-mode.
15061         (doc-view-mode): Use it.  Don't mark as a special mode.
15062         Put the page numbers in the modeline.
15063         Set up the overlay.  Hide the cursor.  Run the mode hook.
15064         Use after-revert-hook rather than revert-buffer-function.
15065         (doc-view-search-internal): Fix typo.
15066         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15067         image-cache flush.
15068         (doc-view-reconvert-doc): Don't reset the whole mode.
15069         (doc-view-make-safe-dir): New function.
15070         (doc-view-current-cache-dir): Use it.
15072 2007-10-30  Jason Rumney  <jasonr@gnu.org>
15074         * time.el (display-time-world-list): Test for zoneinfo support.
15076 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
15078         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15080         * net/tramp-cache.el (tramp-flush-file-function): Check also
15081         `default-directory' if `buffer-file-name' does not return a
15082         string.  Added to `eshell-pre-command-hook'.
15084 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15086         * doc-view.el (doc-view-current-doc): Remove.
15087         Replace all uses by buffer-file-name.
15088         (doc-view-menu): New menu.
15089         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15090         unused var `doc'.
15091         (doc-view-sort): Simplify.
15092         (doc-view-buffer-message): Don't change buffer-modified-p.
15093         (doc-view-mode): Change it here instead.
15094         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
15095         Don't modify the global value of revert-buffer-function.
15097         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15098         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15099         (image-toggle-display): Take overlays into account and don't assume
15100         point-min==1.
15102 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
15104         * vc.el (vc-annotate): Fix omission bug:
15105         Specify value for vc-sentinel-movepoint.
15107 2007-10-30  Michael Olson  <mwolson@gnu.org>
15109         * textmodes/remember.el (remember-mode-hook)
15110         (remember-handler-functions, remember-annotation-functions):
15111         Add additional items as options, including some Org functions.
15113 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
15115         * doc-view.el: Remove cl-dependency.
15116         (doc-view-buffer-message): Mention new binding K.
15117         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15118         instead of variable.
15119         (doc-view-current-cache-dir): Better cache dir naming.
15120         (doc-view-current-display): Remove variable.
15121         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15122         (doc-view-kill-proc): Set converter process to nil.
15123         (doc-view-minor-mode): New minor mode.
15124         (doc-view-minor-mode-map): New keymap.
15125         (doc-view-mode): Remove text/image switching code.  Use plain defun.
15126         (doc-view-mode-map): New binding K kills converter process.
15127         Remove C-c C-e binding.
15128         (doc-view-mode-text-map): Remove keymap.
15129         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15130         d-v-display-maybe.
15131         (doc-view-previous-major-mode): New variable.
15132         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15133         (doc-view-remove-if): New function.
15134         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15135         (doc-view-toggle-display): Toggle modes instead of display styles.
15136         (doc-view-reconvert-doc): Adapt to new way of doing things.
15138         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15140 2007-10-30  Glenn Morris  <rgm@gnu.org>
15142         * dirtrack.el (dirtrack-mode): Doc fix.
15144         * shell.el (shell-dirtrack-verbose, shell-mode)
15145         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15147         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15148         (byte-compile-enable-warning): Doc fix.
15150         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15151         suppress byte-opt warning.
15153 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
15155         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15156         (edt-gnu-emacs19-p): Remove.
15157         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15158         (edt-xserver, edt-page-backward, edt-beginning-of-line)
15159         (edt-end-of-line-forward, edt-end-of-line-backward)
15160         (edt-one-word-forward, edt-one-word-backward, edt-character)
15161         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15162         (edt-find-forward, edt-find-backward, edt-find-next-forward)
15163         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15164         (edt-define-key, edt-bottom-check, edt-sentence-forward)
15165         (edt-sentence-backward, edt-paragraph-forward)
15166         (edt-paragraph-backward, edt-restore-key, edt-window-top)
15167         (edt-window-bottom, edt-scroll-window-forward-line)
15168         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15169         (edt-line-to-top-of-window, edt-paragraph-backward)
15170         (edt-restore-key, edt-window-top, edt-window-bottom)
15171         (edt-scroll-window-forward-line)
15172         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15173         (edt-line-to-middle-of-window, edt-goto-percentage)
15174         (edt-display-the-time, edt-remember, edt-split-window)
15175         (edt-emulation-on, edt-emulation-off)
15176         (edt-default-emulation-setup, edt-user-emulation-setup)
15177         (edt-select-default-global-map, edt-select-user-global-map):
15178         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15179         tests.
15181         * textmodes/reftex-index.el (reftex-index-selection-or-word):
15182         Use feature test instead of boundp test so it can be resolved at
15183         compile time.
15185         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15187 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15189         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15190         Update all users.
15191         (abbrev-get, abbrev-put): Simplify.
15192         (define-abbrev): Don't store the `force' value in the :system property.
15193         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15195 2007-10-30  Michael Olson  <mwolson@gnu.org>
15197         * desktop.el (desktop-minor-mode-table): Add line for ERC.
15199         * textmodes/remember.el: New file that implements a mode for
15200         quickly jotting down things to remember.
15202         * textmodes/remember-diary.el: A backend for remember.el that
15203         implements saving notes to a Diary file.
15205 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
15207         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15208         Relocate in file.
15209         (allout-doublecheck-at-and-shallower): Increase to include
15210         slightly greater depths, since yank interaction is now ok.
15211         Also, elaborate the docstring to explain the situation.
15212         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15213         instead of concat, so we accommodate key sequences expressed as
15214         vectors as well as strings and lists.
15215         (allout-flag-region, allout-hide-by-annotation): Make the
15216         hidden-text overlays 'front-advance.
15217         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15218         (allout-aberrant-container-p, allout-on-current-heading-p)
15219         (allout-e-o-prefix-p, allout-next-heading)
15220         (allout-previous-heading, allout-goto-prefix)
15221         (allout-end-of-prefix, allout-next-sibling-leap)
15222         (allout-next-visible-heading, allout-auto-fill)
15223         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15224         (allout-yank-processing, allout-resolve-xref)
15225         (allout-current-topic-collapsed-p, allout-hide-region-body)
15226         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15227         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15228         (count-trailing-whitespace-region): Preserve match data, so allout
15229         outline navigation doesn't disrupt other Emacs operations.
15230         (allout-beginning-of-line): Retreat to the beginning of the hidden
15231         text, so fields are respected (for submodes that care).
15232         (allout-end-of-line): Preserve mark activation status when jumping.
15233         (allout-open-topic): Account for opening after a child that
15234         contains a hidden trailing newline.  Preserve match data.
15235         Run allout-structure-added-hook
15236         (allout-encrypt-decrypted): Preserve match data.
15237         (allout-toggle-current-subtree-exposure): Add new interactive
15238         function for toggle subtree exposure - suggested by tassilo.
15239         (move-beginning-of-line, move-end-of-line): Don't use
15240         line-move-invisible-p, it's obsolete - substitute the code, instead.
15242 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
15244         * textmodes/flyspell.el (message-signature-separator):
15245         * longlines.el (message-indent-citation-function): Pacify byte
15246         compiler.
15248         * emacs-lisp/cl-loaddefs.el:
15249         * ldefs-boot.el: Regenerate.
15251         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15252         (.el.elc, compile, compile-always, compile-calc)
15253         ($(lisp)/progmodes/cc-mode.elc): Use it.
15255         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15256         Only do work for XEmacs.
15257         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15258         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15259         on XEmacs.
15260         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15261         (ps-x-color-name, ps-x-color-specifier-p)
15262         (ps-x-copy-coding-system, ps-x-device-class)
15263         (ps-x-extent-end-position, ps-x-extent-face)
15264         (ps-x-extent-priority, ps-x-extent-start-position)
15265         (ps-x-face-font-instance, ps-x-find-coding-system)
15266         (ps-x-font-instance-properties, ps-x-make-color-instance)
15267         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15268         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15269         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15270         (ps-generate-postscript-with-faces): Delete defaliases.
15271         (ps-face-foreground-name, ps-face-background-name)
15272         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15273         Move definitions to top level, make the body conditional on the Emacs
15274         flavor.  Replace uses of deleted aliases and renamed functions.
15275         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15276         of deleted aliases and renamed functions.
15278         * calc/calc.el (calc-emacs-type-lucid): Remove.
15279         (calc-digit-map, calcDigit-start, calc-read-key)
15280         (calc-clear-unread-commands):
15281         * calc/calc-ext.el (calc-user-key-map): Replace uses of
15282         calc-emacs-type-lucid with (featurep 'xemacs)
15284         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15285         (featurep 'xemacs).
15286         (tpu-lucid-emacs19-p): Remove.
15287         (tpu-map-key): Make it a function instead of using fset.  Inline
15288         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
15289         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15291         * ielm.el: Use featurep 'xemacs.
15293         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15294         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15295         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15296         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15297         cperl-xemacs-p with (featurep 'xemacs).
15298         (font-lock-cache-position): Pacify byte compiler.
15300 2007-10-29  Drew Adams  <drew.adams@oracle.com>
15302         * faces.el (read-color): New function.
15303         (face-at-point, foreground-color-at-point)
15304         (background-color-at-point): New functions.
15306 2007-10-28  Richard Stallman  <rms@gnu.org>
15308         * net/browse-url.el (browse-url-text-xterm): Rename from
15309         browse-url-lynx-xterm and made generic.
15310         (browse-url-text-emacs): Likewise.
15311         (browse-url-text-browser): New variable.
15312         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15313         (browse-url-text-input-field, browse-url-text-input-attempts)
15314         (browse-url-kde-program): Likewise.
15316 2007-10-29  Glenn Morris  <rgm@gnu.org>
15318         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15319         Use mapc rather than mapcar (reinstall change deleted without log
15320         entry 2007-10-22).
15322 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
15324         * wdired.el (wdired-next-line, wdired-previous-line):
15325         Use next-line and previous-line wrapped in with-no-warnings.
15327 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
15329         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15330         (rcirc-recent-quit-alist): New function.
15331         (rcirc): Print a better message when there is only one connected server.
15332         (rcirc-complete-nick): Do not update the nick table here.
15333         (rcirc-mode-map): Add M-o.
15334         (rcirc-current-line): Add variable.
15335         (rcirc-mode): Setup variables for line based omit.
15336         (rcirc-edit-multiline): Strip text properties.
15337         (rcirc-omit-responses): Add NICK.
15338         (rcirc-omit-threshold): Add variable.
15339         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15340         Add functions.
15341         (rcirc-print): Keep track of current line.  Do not fill text if
15342         `rcirc-fill-flag' is null.  Only omit text if the last activity
15343         from the sender is more than `rcirc-omit-threshold' lines ago.
15344         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15345         numbers instead of time.
15346         (rcirc-channel-nicks): Sort by line numbers instead of time.
15347         (rcirc-omit-mode): Add `...' when omitting text and recenter.
15348         (rcirc-handler-JOIN): Restore the joiners linestamp.
15349         (rcirc-maybe-remember-nick-quit): Add function.
15350         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15352 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
15354         * loadhist.el (unload-feature-special-hooks):
15355         Add `delete-frame-functions' and `suspend-tty-functions'.
15357         * server.el (server-unload-function): Rename from `server-unload-hook'
15358         and adapt to new `unload-feature' functionality.  Remove hook from
15359         `kill-buffer-hook' buffer-locally.
15360         (server-unload-hook): Remove.
15361         (server-unload-function): New var; replaces `server-unload-hook'.
15363 2007-10-29  Glenn Morris  <rgm@gnu.org>
15365         * dirtrack.el (dirtrack-debug): Doc fix.
15366         (dirtrack-mode, dirtrack-debug-mode): New names for
15367         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
15368         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15369         Make obsolete.
15370         (dirtrack-debug-message): Only print message if
15371         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
15372         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
15373         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15375 2007-10-28  Glenn Morris  <rgm@gnu.org>
15377         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15378         (byte-compile-warnings-safe-p): Handle `not'.
15379         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15380         (byte-compile-enable-warning): New functions.
15381         (byte-compile-eval-before-compile)
15382         (byte-compile-file-form-require): Use byte-compile-disable-warning.
15383         (byte-compile-close-variables): Locally bind byte-compile-warnings,
15384         but do not modify it.
15385         (byte-compile-eval, byte-compile-obsolete)
15386         (byte-compile-warn-about-unresolved-functions)
15387         (byte-compile-file-form-defvar)
15388         (byte-compile-file-form-custom-declare-variable)
15389         (byte-compile-file-form-require)
15390         (byte-compile-file-form-defmumble, byte-compile-lambda)
15391         (byte-compile-form, byte-compile-normal-call)
15392         (byte-compile-variable-ref, byte-compile-defvar)
15393         (byte-compile-make-variable-buffer-local):
15394         Use byte-compile-warning-enabled-p.
15395         * emacs-lisp/advice.el (ad-compile-function):
15396         Use byte-compile-disable-warning.
15397         * emacs-lisp/cl.el: Move local variables to end of file, and set
15398         byte-compile-warnings to `(not cl-functions)'.
15399         * emacs-lisp/cl-compat.el: Add a local variables section, and set
15400         byte-compile-warnings to `(not cl-functions)'.
15401         * emacs-lisp/cl-macs.el: Unify local variable section, and set
15402         byte-compile-warnings to `(not cl-functions)'.
15403         (cl-do-proclaim): Use byte-compile-disable-warning and
15404         byte-compile-enable-warning.
15405         * emacs-lisp/cl-seq.el: Unify local variable section, and set
15406         byte-compile-warnings to `(not cl-functions)'.
15407         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15408         Use byte-compile-disable-warning.
15410 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
15412         * cus-edit.el (custom-browse-insert-prefix):
15413         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15415 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
15417         * server.el (server-process-filter): Fix typo in docstring.
15418         (server-log): Reflow docstrings.
15419         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15420         (server-goto-line-column): Use `when'.
15422 2007-10-28  Juri Linkov  <juri@jurta.org>
15424         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15425         when mouse is clicked on the isearch message.
15426         (isearch-resume): Call `isearch-update' at the end.
15427         Rename argument `search' to `string' to conform to the
15428         isearch terminology.
15430 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15432         Rewrite abbrev.c in Elisp.
15433         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15434         (abbrev-table-get, abbrev-table-put, abbrev-get)
15435         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15436         (define-abbrev, abbrev--check-chars, define-global-abbrev)
15437         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15438         (abbrev-expansion, abbrev--before-point, expand-abbrev)
15439         (unexpand-abbrev, abbrev--write, abbrev--describe)
15440         (insert-abbrev-table-description, define-abbrev-table):
15441         New funs, largely transcribed from abbrev.c.
15442         (abbrev-with-wrapper-hook): New macro.
15443         (abbrev-table-name-list, global-abbrev-table)
15444         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15445         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15446         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15447         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15448         New vars, largely transcribed from abbrev.c.
15449         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
15450         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15451         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15453 2007-10-27  Glenn Morris  <rgm@gnu.org>
15455         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15456         (shell-dirtrack-toggle): Mark as obsolete.
15457         (dirtrack-toggle, dirtrack-mode): No longer alias to
15458         shell-dirtrack-mode.
15460 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
15462         * calc/calc.el (math-standard-opers): Lower the precedence
15463         of negation.
15464         * calc/calc-lang.el (math-oper-table): Lower precedence of
15465         negation for C, TeX, and eqn.
15467 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
15469         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15471 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
15473         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15474         (desktop-not-loaded-hook): Fix :version tags.
15476 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
15478         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15479         (tramp-get-remote-tmpdir): New defun.
15480         (tramp-make-tramp-temp-file): Use it.
15481         (tramp-local-call-process): New defun.  Replace all calls of
15482         `call-process' by this when appropriate.
15483         (tramp-handle-write-region): Replace calls of `file-attributes' by
15484         `tramp-compat-file-attributes'.
15485         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15486         Make the first command a `tramp-send-command' call, with let-bind
15487         of `tramp-end-of-output'.
15488         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15489         (tramp-load-report-modules, tramp-append-tramp-buffers):
15490         Move to tramp-cmds.el.
15492         * net/tramp-fish.el (tramp-fish-handle-copy-file)
15493         (tramp-fish-do-copy-or-rename-file)
15494         (tramp-fish-do-copy-or-rename-file-directly):
15495         * net/tramp-smb.el (tramp-smb-handle-copy-file):
15496         Add parameter PRESERVE-UID-GID.
15498 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
15500         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15501         New defcustoms.
15502         (display-time-world-list): Use them as appropriate for the current
15503         value of `system-type'.
15505 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15507         * emulation/pc-select.el (next-line-mark, next-line-nomark)
15508         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15509         around uses of previous-line and next-line.
15511         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15512         New defvars.
15514         * textmodes/css-mode.el (comment-continue):
15515         * net/browse-url.el (url-handler-regexp):
15516         * progmodes/idlw-help.el (idlwave-system-routines):
15517         Pacify byte-compiler.
15519         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15520         line-move-invisible-p with its former definition: invisible-p.
15521         line-move-invisible-p was removed on 2007-08-29.
15523 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15525         * files.el (kill-emacs-query-functions): Doc fix;
15526         `save-buffers-kill-emacs' is no longer bound to a key.
15528 2007-10-26  Richard Stallman  <rms@gnu.org>
15530         * isearch-multi.el (isearch-buffers-multi): New option.
15531         (isearch-buffers-search-fun): Test it.
15533         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15534         Put ps-run-clear on C-c C-l.
15536         * newcomment.el (comment-styles): New style indent-or-triple.
15537         (comment-style): Make that the default.
15538         (comment-add defvar): Doc fix.
15539         (comment-add): Delete arg EXTRA.
15540         (comment-region-default): Open code call to comment-add.
15541         Handle indent-or-triple style which uses `multi-char' for INDENT.
15543 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15545         * eshell/em-unix.el (nil-blank-string): Doc fix.
15547 2007-10-26  John Wiegley  <johnw@newartisans.com>
15549         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15550         function, ensure that the third argument is turned into a nil if
15551         the string is otherwise completely empty (either no characters, or
15552         all tabs/spaces).  This fixes a bug from a user who found himself
15553         unable to customize `diff-switches' and still use Eshell's diff
15554         command.
15556 2007-10-26  Glenn Morris  <rgm@gnu.org>
15558         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15559         safe-local-variable property.
15561 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
15563         * net/browse-url.el (browse-url-browser-function): Delete grail.
15564         (browse-url-grail): Function and variable deleted.
15565         (browse-url-browser-function): Delete IXI Mosaic.
15566         (browse-url-default-browser): Don't try IXI Mosaic.
15567         (browse-url-iximosaic): Function deleted.
15568         (browse-url-browser-function): Delete MMM.
15569         (browse-url-default-browser): Don't try MMM.
15570         (browse-url-mmm): Function deleted.
15572 2007-10-26  Drew Adams  <drew.adams@oracle.com>
15574         * custom.el (custom-note-var-changed): New function.
15576 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
15578         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15579         use with the definition.  Remove.
15581         * add-log.el (change-log-start-entry-re): New defconst.
15582         (change-log-sortable-date-at): Use it.
15583         (change-log-beginning-of-defun, change-log-end-of-defun):
15584         New functions.
15585         (change-log-mode): Use them for beginning-of-defun-function and
15586         end-of-defun-function.
15588 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
15590         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15591         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15592         (ses-recalculate-cell): Deal with point being just beyond end of
15593         data area (why does this happen?)
15594         (ses-set-curcell): Ditto.
15595         (ses-column-letter): Handle columns beyond 702.  Code written by
15596         Gareth Rees.
15598 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
15600         * textmodes/org.el (org-agenda-get-restriction-and-command):
15601         Use `mapc' instead of `mapcar'.
15602         (org-agenda-list): Numeric prefix argument can specify the number
15603         of days.
15604         (remember-register, remember-buffer): Prevent byte compiler from
15605         complaining.
15606         (org-todo): Save and restore match data.
15607         (org-no-warnings): New macro.
15608         (org-columns-eval): Use `org-no-warnings'.
15610 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
15612         * comint.el (comint-password-prompt-regexp):
15613         Handle `[sudo] password'-style prompt.
15615 2007-10-25  Glenn Morris  <rgm@gnu.org>
15617         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15618         (defcustom): Doc fix.
15620         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15621         Add `non_intrinsic'.
15622         (f90-constants-re): Add ieee modules.
15623         (f90-typedef-matcher, f90-typedec-matcher)
15624         (f90-imenu-type-matcher): New functions.
15625         (f90-font-lock-keywords-1): Give module procedures function-name face.
15626         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
15627         Add `use, intrinsic'.
15628         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15629         Move start of `enum' blocks to separate entry.
15630         (f90-start-block-re): Fix `type', `abstract interface'.
15631         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15632         derived types.
15633         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15634         `elemental', change `enumerator'.
15635         (f90-no-block-limit): Fix `abstract interface'.
15637         * progmodes/f90.el (f90-indented-comment-re)
15638         (f90-directive-comment-re, f90-break-delimiters):
15639         * progmodes/fortran.el (fortran-comment-line-start-skip)
15640         (fortran-directive-re):
15641         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15642         as safe if they are strings.
15644 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15646         * startup.el (window-system): Remove.  Don't make it frame-local.
15648 2007-10-24  Richard Stallman  <rms@gnu.org>
15650         * savehist.el (savehist-save): Omit unreadable elements.
15652         * loadhist.el (unload-function-defs-list): Rename from
15653         unload-function-features-list.
15654         (unload-feature-special-hooks, unload-feature): Doc fixes.
15656         * indent.el (indent-to-left-margin): If point's in the indentation,
15657         move to the end of the indentation.
15659         * cus-edit.el (customize-changed-options): Make arg optional.
15661 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15663         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15665 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15667         * textmodes/org-publish.el (org-publish-attachment): Re-install
15668         accidentally deleted change.
15670 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15672         * term/iris-ansi.el (iris-function-map): Move init into declaration.
15674 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15676         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15677         (Buffer-menu-mode-map): Initialize in the declaration.
15678         (Buffer-menu-mode): Define with `define-derived-mode'.
15680 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
15682         * textmodes/org.el (org-version): Change to 5.13e.
15683         (org-agenda-file-regexp): Fix typo in docstring.
15684         (org-add-planning-info): Fix bug in parenthesis settings.
15685         (org-scan-tags): Catch the case of indirect buffers with no filename.
15686         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15687         Re-install switch to mapc, had been removed by accident.
15688         (org-columns-map): New binding `C-c C-o'.
15689         (org-columns-menu): Change menu text and added new entry.
15690         (org-columns-eval): Document the use of `next-line'.
15691         (org-columns-open-link): New function.
15692         (org-columns-follow-link): Remove function.
15693         (org-open-link-from-string): New function.
15694         (org-read-date-get-relative): Fix typo in docstring.
15695         (org-read-date-get-relative): Leading +/- is not optional.
15696         (org-agenda-get-restriction-and-command): Always resize window on
15697         first loop cycle.
15698         (org-agenda-open-link): Make sure the link abbreviations are
15699         present in the agenda buffer.
15700         (org-agenda-copy-local-variable): New function.
15702 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15704         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15706 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15708         * simple.el (reindent-then-newline-and-indent): Use a `move after
15709         insert' kind of marker in the save-excursion.
15711 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15713         * textmodes/css-mode.el: Require CL.
15714         (comment-continue): Declare.
15716         * subr.el (make-variable-frame-localizable): Remove.
15717         (make-variable-frame-local): Mark obsolete.
15719 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15721         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15722         of the subdirs is unreadable.
15724 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
15726         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15727         when we are local.
15729 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15731         * progmodes/python.el (python-current-defun): Remove left-over
15732         assignment to `start'.
15734 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15736         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15737         than `mapcar'; return value is not used.
15739 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15741         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15742         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15744 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15746         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15747         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15749 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15751         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15753 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15755         * emacs-lisp/advice.el (ad-make-advised-docstring):
15756         Add ad-advice-info text property to doc string.
15758 2007-10-23  Glenn Morris  <rgm@gnu.org>
15760         * progmodes/f90.el (f90-do-indent, f90-if-indent)
15761         (f90-type-indent, f90-program-indent, f90-associate-indent)
15762         (f90-continuation-indent, f90-comment-region)
15763         (f90-beginning-ampersand, f90-smart-end)
15764         (f90-break-before-delimiters, f90-auto-keyword-case)
15765         (f90-leave-line-no, f90-mode-hook):
15766         Give an appropriate safe-local-variable property.
15768         * progmodes/fortran.el (fortran-tab-mode-default)
15769         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15770         (fortran-structure-indent, fortran-continuation-indent)
15771         (fortran-comment-indent, fortran-comment-line-extra-indent)
15772         (fortran-comment-line-start)
15773         (fortran-minimum-statement-indent-fixed)
15774         (fortran-minimum-statement-indent-tab)
15775         (fortran-comment-indent-char, fortran-line-number-indent)
15776         (fortran-check-all-num-for-matching-do)
15777         (fortran-blink-matching-if, fortran-continuation-string)
15778         (fortran-comment-region, fortran-electric-line-number)
15779         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15780         (fortran-analyze-depth, fortran-break-before-delimiters):
15781         Give an appropriate safe-local-variable property.
15783 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15785         * printing.el: Move variable definitions before use.
15786         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15788 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15790         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15791         (tpu-edt-off): Use it.
15792         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
15793         the global-map before adding it to global-map.
15795         * menu-bar.el (global-buffers-menu-map): New var.
15796         (global-map, menu-bar-update-buffers): Use it.
15797         * msb.el (msb-menu-bar-update-buffers): Use it.
15798         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15799         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15800         Use with-current-buffer.
15802 2007-10-22  Juri Linkov  <juri@jurta.org>
15804         * isearch-multi.el: New file.
15806         * isearch.el (isearch-search-string): After finding the next
15807         occurrence switch to buffer isearch-buffers-current-buffer when
15808         isearch-buffers-next-buffer-function is non-nil and
15809         isearch-buffers-current-buffer is live.
15811         * add-log.el (change-log-mode): Make and set buffer-local variable
15812         isearch-buffers-next-buffer-function to change-log-next-buffer.
15813         Call isearch-buffers-minor-mode.
15814         (change-log-next-buffer): New function.
15816 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
15818         * textmodes/org-export-latex.el (org-export-latex-protect-string):
15819         Renaming of `org-latex-protect'.
15820         (org-export-latex-emphasis-alist): By default, don't protect
15821         any emphasis formatter from further conversion.
15822         (org-export-latex-tables): Honor column grouping for tables.
15823         (org-export-latex-title-command): New option.
15824         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15825         export backslash character.
15827 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15829         * textmodes/org.el (org-read-date-get-relative): New function.
15830         (org-agenda-file-regexp): New variable.
15831         (org-agenda-files): Allow directories in the variable.
15832         (org-agenda-get-restriction-and-command): New function.
15833         (org-agenda): Use `org-agenda-get-restriction-and-command'.
15834         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15835         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15836         New functions.
15837         (org-entry-add-to-multivalued-property)
15838         (org-entry-remove-from-multivalued-property)
15839         (org-entry-member-in-multivalued-property): New functions.
15840         (org-remember-apply-template): Catch C-g and make sure window
15841         configuration is restored.
15842         (org-agenda-open-link): Make it work with several links in the line.
15843         (org-drawers, org-set-regexps-and-options)
15844         (org-get-current-options): Add support for a DRAWERS in-buffer option.
15845         (org-agenda-window-frame-fractions): New option.
15846         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15847         (org-columns-cleanup-item, org-find-entry-with-id)
15848         (org-insert-columns-dblock, org-listtable-to-string)
15849         (org-dblock-write:columnview, org-columns-capture-view)
15850         (org-edit-headline): New functions.
15851         (org-agenda-to-appt): Require calendar.
15852         (org-entry-get-with-inheritance): Widen for search.
15853         (org-columns-display-here): Don't mark buffer as modified when
15854         adding space characters to accomodate column overlays.
15855         (org-export-as-html): Better formatting of tags in the toc.
15856         (org-columns-display-here): Make the ITEM column as compact as possible.
15857         (org-remember-templates): Customization interface improved.
15858         (org-export-with-property-drawer): Variable removed.
15859         (org-export-with-drawers): New option.
15860         (org-complex-heading-regexp): New variable.
15861         (org-sort-entries): Rewrite using `sort-subr'.
15862         (org-set-property): More appropriate completion during interactive use.
15863         (org-sort-entries): Allow sorting by property.
15864         (org-additional-option-like-keywords): Add more values.
15865         (org-sort-entries-or-items): Rename from `org-sort-entries'.
15867 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15869         * textmodes/org.el (org-get-date-from-calendar): New function.
15870         (org-at-timestamp-p, org-timestamp-change)
15871         (org-remember-templates): First element of each entry is now a
15872         name for the template.
15873         (org-store-log-note): Check for `org-note-abort'.
15874         (org-kill-note-or-show-branches): New command.
15875         (org-fontify-priorities): New option.
15876         (org-fontify-priorities): New function.
15877         (org-cut-subtree, org-copy-subtree): New argument N to
15878         act on N sequential subtrees.
15879         (org-paste-subtree): Fix the level at which a tree is pasted.
15880         (org-fit-agenda-window): Limitations on window size removed.
15881         (org-agenda-find-same-or-today-or-agenda): Rename from
15882         `org-agenda-find-today-or-agenda'.
15883         (org-scheduled-past-days): New option.
15884         (org-agenda-scheduled-leaders)
15885         (org-agenda-deadline-leaders): New options.
15886         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15887         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15888         (org-export-with-tags, org-export-plist-vars)
15889         (org-infile-export-plist): New "tags" option.
15890         (org-use-property-inheritance): New option.
15891         (org-cached-entry-get): Use `org-use-property-inheritance'.
15892         (org-remember-apply-template): Fix typo.
15894 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
15896         * net/tramp.el (tramp-find-shell)
15897         (tramp-open-connection-setup-interactive-shell): Improve sending
15898         initial commands.
15899         (tramp-action-terminal): Send debug message.
15900         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15901         (tramp-barf-if-no-shell-prompt): Insert code of
15902         `tramp-wait-for-shell-prompt'.
15904 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15906         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15908         * term/vt200.el (terminal-init-vt200):
15909         * term/vt201.el (terminal-init-vt201):
15910         * term/vt220.el (terminal-init-vt220):
15911         * term/vt240.el (terminal-init-vt240):
15912         * term/vt300.el (terminal-init-vt300):
15913         * term/vt320.el (terminal-init-vt320):
15914         * term/vt400.el (terminal-init-vt400):
15915         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15917         * term/wyse50.el (wyse50-terminal-map): New var.
15918         (terminal-init-wyse50): Use it and input-decode-map.
15919         (enable-arrow-keys): Emasculate.
15921         * term/tvi970.el (tvi970-terminal-map): New var.
15922         (terminal-init-tvi970): Use it and input-decode-map.
15923         (tvi970-keypad-numeric): Remove.
15924         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15926         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15927         (terminal-init-sun): Use it and input-decode-map.
15929         * term/news.el (terminal-init-news):
15930         * term/lk201.el (terminal-init-lk201):
15931         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15933 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15935         * complete.el (PC-expand-many-files): Remove.
15936         (PC-do-completion): Call file-expand-wildcards instead of
15937         PC-expand-many-files.
15939         * net/tramp.el (tramp-handle-expand-many-files): Remove.
15940         (PC-expand-many-files): Remove advice.
15942 2007-10-22  Glenn Morris  <rgm@gnu.org>
15944         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15945         Add some support for Fortran 2003 syntax:
15946         (f90-type-indent): Now also applies to `enum'.
15947         (f90-associate-indent): New user option.
15948         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15949         Add some F2003 keywords.
15950         (f90-constants-re): New constant.
15951         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15952         Interface'.
15953         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15954         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
15955         element for functions with specified types.  Add `end enum' and
15956         `select type'.  Add `implicit enumerator' and `procedure'.
15957         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
15958         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15959         (f90-font-lock-keywords-4): Add `f90-constants-re'.
15960         (f90-blocks-re): Add `enum' and `associate'.
15961         (f90-else-like-re): Add `class is', `type is', and `class default'.
15962         (f90-end-type-re): Add `enum'.
15963         (f90-end-associate-re, f90-typeis-re): New constants.
15964         (f90-end-block-re): Add `enum' and `associate'.  Change from
15965         optional whitespace to end-of-word, to avoid `enumerator'.
15966         (f90-start-block-re): Add `select type', `abstract interface', and
15967         `enum'.  Avoid `type is', and `type (sometype)'.
15968         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15969         (f90-mode): Doc fix.
15970         (f90-looking-at-select-case): Doc fix.  Add `select type'.
15971         (f90-looking-at-associate): New function.
15972         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15973         Add `enum' and `abstract interface'.
15974         (f90-no-block-limit): Add `select type' and `abstract interface'.
15975         (f90-get-correct-indent, f90-calculate-indent)
15976         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15977         (f90-indent-region, f90-match-end): Handle `associate' blocks.
15979 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
15981         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15982         Use window-full-width-p.
15984 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
15986         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15988         * tooltip.el: Use featurep 'xemacs.
15990         * printing.el: Move variable definitions before use, no code change.
15992 2007-10-22  Juri Linkov  <juri@jurta.org>
15994         * simple.el (goto-history-element): Allow minibuffer-default to be
15995         a list of default values accessible by typing M-n in the minibuffer.
15997         * dired-x.el (dired-guess-shell-command): Put all guesses to the
15998         minibuffer default value list instead of pushing them temporarily
15999         to the history list.
16001 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16003         * hexl.el (hexl-menu): New major mode menu.
16005 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16007         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16009 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16011         * w32-fns.el (w32-quote-process-args):
16012         * dos-w32.el (print-region-function, lpr-headers-switches)
16013         (ps-print-region-function): Pacify byte-compiler.
16015         * emulation/edt-mapper.el (function-key-map):
16016         (edt-map-key): Make it a function instead of using fset.
16017         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
16018         (edt-gnu-map-key, edt-lucid-map-key): Remove.
16019         (edt-x-emacs-p): Remove.
16020         (edt-emacs-variant, edt-window-system, edt-xserver):
16021         Use featurep 'xemacs.
16023         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16024         Replace eudc-xemacs-p with its definition.
16025         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16026         (eudc-emacs-mule-p): Remove.
16027         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16028         eudc-xemacs-p with feature tests.
16030         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16031         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16032         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16033         (eudc-bob-toggle-inline-display):
16034         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16035         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16037         * net/eudcb-ph.el (eudc-ph-open-session):
16038         Replace eudc-xemacs-mule-p with its former definition.
16040         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16041         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16043         * progmodes/vera-mode.el (vera-xemacs): Remove.
16044         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16046         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16047         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16048         (vhdl-speedbar-initialize, vhdl-ps-print-init)
16049         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16050         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16051         with (featurep 'xemacs).
16053         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16054         (save-buffer-state-x):
16055         * obsolete/fast-lock.el (fast-lock-verbose):
16056         * emulation/viper-init.el (viper-xemacs-p)
16057         (viper-cond-compile-for-xemacs-or-emacs):
16058         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16059         * ps-print.el (case-fold-search):
16060         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16061         * calculator.el (calculator-help): Use featurep 'xemacs.
16063         * progmodes/prolog.el: Undo previous change.
16064         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16066         * progmodes/dcl-mode.el:
16067         * play/yow.el:
16068         * calendar/todo-mode.el:
16069         * calendar/cal-hebrew.el:
16070         * vc-hg.el: Undo previous change.
16072         * vms-patch.el: Likewise.
16073         (print-region-function): Pacify byte-compiler.
16075 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
16077         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16078         preserve-uid-gid.
16080         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16081         compatibility.  It is not used, though.
16083         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16084         Require tramp-cmds.el.
16085         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16086         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16087         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16088         (tramp-do-copy-or-rename-file-out-of-band)
16089         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
16090         possible, because we don't need to create the temporary file, but
16091         we need a prefix for ssh, which has its own temporary file handling.
16092         (tramp-handle-delete-directory): Add "-f" to rmdir.
16093         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16094         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16095         a signal, in order to give the callee a chance to suppress.
16096         (tramp-handle-write-region): Set owner also in case of short
16097         track.  Don't use compatibility calls for `write-region' anymore.
16098         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
16099         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16101         * net/tramp-cmds.el: New file.
16103         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16104         `tramp-clear-passwd'.
16106         * net/trampver.el: Update release number.
16108 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16110         * progmodes/gud.el (gud-target-name): Move definition before use.
16112         * progmodes/dcl-mode.el: Require imenu at compile time.
16114         * progmodes/cc-engine.el (c-maybe-stale-found-type):
16115         Pacify byte-compiler.
16117         * obsolete/fast-lock.el: Use featurep test instead of string-match.
16119         * eshell/esh-mode.el (eshell-handle-ansi-color):
16120         Require ansi-color at compile time too.
16122         * eshell/em-unix.el (eshell/info): Require info at compile time too.
16124         * w32-fns.el: Require w32-vars.
16126         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16127         time too.
16129 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16131         * double.el ([ignore]): Use `ignore'.
16132         (double-setup): Inline into double-mode.
16133         (double-mode): Use define-minor-mode.
16135 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16137         * textmodes/reftex.el: Move require easymenu before first use.
16138         (reftex-info): Require info at compile too.
16140         * textmodes/org-publish.el (org-publish-org-to-html)
16141         (org-publish-org-to): Require org at compile time too.
16142         (org-publish-attachment): Require at compile time too.
16144         * term/tty-colors.el (w32-tty-standard-colors):
16145         Pacify byte-compiler.
16147         * term/pc-win.el (frame-creation-function-alist): Add to this
16148         instead of setting frame-creation-function.
16150         * play/blackbox.el (bb-up, bb-down): Use forward-line.
16152         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16154         * calendar/todo-mode.el: Require calendar at compile time.
16156         * calendar/cal-hebrew.el: Require holidays at compile time.
16158         * w32-vars.el: Provide w32-vars.
16160         * term/w32-win.el: Require w32-vars.
16161         (w32-color-map): Pacify byte-compiler.
16163         * loadup.el: Load w32-vars before term/w32-win.
16165 2007-10-20  Juri Linkov  <juri@jurta.org>
16167         * textmodes/fill.el (fill-paragraph): When the region is active,
16168         don't try other `or' branches regardless of the value returned by
16169         fill-region; just return t.
16171 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16173         * vc.el (vc-do-command): Condition out a misleading message when
16174         running asynchronously.
16175         (vc-deduce-fileset): New argument enables using an unregistered
16176         visited file as a singleton fileset if nothing else is available.
16177         (vc-next-action): Restore file-registering behavior.
16179 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
16181         * calc/README: Add recent news.
16183 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
16185         * term/x-win.el (x-gtk-stock-map, icon-map-list)
16186         (x-gtk-map-stock): Delete duplicated definitions from merge.
16188         * progmodes/compile.el (compilation-skip-to-next-location)
16189         (compilation-skip-threshold, compilation-skip-visited):
16190         Move definitions earlier.
16192         * play/decipher.el (decipher-keypress):
16193         * play/zone.el (zone-fall-through-ws):
16194         * play/landmark.el (lm-move-down, lm-move-up):
16195         * play/handwrite.el (handwrite):
16196         * mail/mspools.el (mspools-visit-spool):
16197         * wdired.el (wdired-next-line, wdired-previous-line):
16198         * tar-mode.el (tar-subfile-save-buffer):
16199         * scroll-lock.el (scroll-lock-next-line)
16200         (scroll-lock-previous-line):
16201         * image-dired.el (image-dired-next-line)
16202         (image-dired-previous-line):
16203         * ediff-help.el (ediff-help-message-line-length):
16204         Use forward-line.
16206         * smerge-mode.el (smerge-auto-refine):
16207         * diff-mode.el (diff-auto-refine): Add :group.
16209         * play/yow.el: Require doctor at compile time.
16211         * vmsproc.el: Provide vmsproc.
16212         (command-send-input): Use forward-line.
16214         * vms-patch.el: Require ps-print and vmsproc at compile time.
16216         * vc-mtn.el (log-view-message-re, log-view-file-re)
16217         (log-view-font-lock-keywords): Pacify byte-compiler.
16219         * vc-hg.el: Require log-view at compile time.
16221 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16223         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16225 2007-10-20  Glenn Morris  <rgm@gnu.org>
16227         * progmodes/f90.el (f90-font-lock-keywords-2)
16228         (f90-looking-at-type-like): Fix regexp typos.
16230 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16232         * bs.el (bs--track-window-changes): Don't refresh the whole list.
16233         (bs-mode): Set mode-class property to special.
16235 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16237         * diff-mode.el (diff-auto-refine): New var.
16238         (diff-hunk): Use it.
16239         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16240         (diff-refine-change): Rename from diff-fine-change.  Change it.
16241         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16242         (diff-refine-hunk): Rename from diff-fine-highlight.
16244 2007-10-20  John Paul Wallington  <jpw@pobox.com>
16246         * help-fns.el (describe-variable-custom-version-info): New function
16247         to return variable's version or package version note.
16248         (describe-variable): Use it, display result.
16250 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16252         * smerge-mode.el (smerge-auto-refine): New var.
16253         (smerge-next, smerge-prev): Use it.
16254         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16256         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16257         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16259         * vc-bzr.el (vc-bzr-diff-tree):
16260         * vc-git.el (vc-git-diff-tree):
16261         * vc-hg.el (vc-hg-diff-tree):
16262         * vc-mcvs.el (vc-mcvs-diff-tree):
16263         * vc-mtn.el (vc-mtn-diff-tree):
16264         * vc-svn.el (vc-svn-diff-tree): Remove.
16266         * vc-mtn.el (vc-mtn-revision-completion-table):
16267         * vc-cvs.el (vc-cvs-revision-completion-table):
16268         * vc-arch.el (vc-arch-revision-completion-table):
16269         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16270         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16271         Make it work when the arg is a list of files.
16273 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16275         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16276         Also `revision-completion-table' now takes a list of files.
16277         (vc-deduce-fileset): Remove unused var `regexp'.
16278         Only obey allow-directory-wildcard in dired buffers.
16279         (vc-default-diff-tree): Remove.
16280         (vc-diff-added-files): New var.
16281         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
16282         (vc-version-diff): Revert from `vc-history-diff' to the original name.
16283         Remove the `backend' arg.
16284         (vc-contains-version-controlled-file): Remove.
16285         (vc-diff): Bring it closer to the version in Emacs-22.
16286         (vc-revert): Fix typo in let-binding.
16287         (vc-default-unregister): Remove.
16288         (vc-dired-buffers-for-dir): Remove N^2 behavior.
16290 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16292         * textmodes/two-column.el (2C-split, 2C-merge):
16293         * textmodes/bib-mode.el (bib-find-key, mark-bib):
16294         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16295         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16296         * progmodes/ada-xref.el (ada-get-all-references):
16297         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16298         * emulation/vi.el (vi-previous-line-first-nonwhite)
16299         (vi-effective-range, vi-put-before):
16300         * emulation/edt.el (edt-next-line, edt-previous-line)
16301         (edt-paragraph-forward): Use forward-line.
16303         * progmodes/etags.el (tags-apropos): Require apropos at compile
16304         time too.
16306         * progmodes/prolog.el: Require comint when compiling.
16307         (inferior-prolog-flavor): Move defvar before use.
16309 2007-10-19  Richard Stallman  <rms@gnu.org>
16311         * font-core.el (turn-on-font-lock-if-desired):
16312         Rename from `turn-on-font-lock-if-enabled'.
16313         Fully obey `font-lock-global-modes'.
16315 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16317         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16318         which will not affect the behavior of things like forward-word.
16319         (diff-fine-highlight): Preserve point.
16321         * doc-view.el (doc-view-mode-map): Use remapping.
16322         Don't rebind C-v, M-v to their default value.
16323         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16325         * smerge-mode.el: Add word-granularity refinement.
16326         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16327         (smerge-refine-weight-hack): New vars.
16328         (smerge-refine-forward): New fun.
16329         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16330         (smerge-refine-subst): Use them as well.  Preserve point.
16332 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16334         * follow.el (follow-unload-function): New function.
16336         * loadhist.el (unload-function-features-list):
16337         Rename from `unload-hook-features-list'.
16338         (unload-hook-features-list): Add as obsolete alias.
16339         (unload-feature): Use `unload-function-features-list'
16340         and new FEATURE-unload-function.
16342 2007-10-19  Glenn Morris  <rgm@gnu.org>
16344         * bindings.el (mouse-minor-mode-menu)
16345         (minor-mode-menu-from-indicator): Move to mouse.el.
16346         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16347         Move here from bindings.el.
16349 2007-10-19  Richard Stallman  <rms@gnu.org>
16351         * help-fns.el (describe-function-1): Don't use the advice origname
16352         if it has no function definition.
16354 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
16356         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16357         Use `save-restriction' rather than `widen'.
16359 2007-10-18  Richard Stallman  <rms@gnu.org>
16361         * time.el (display-time-world-time-format): Display day # not month #.
16363 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16365         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16367         * doc-view.el: Remove version keyword.
16368         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16369         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
16370         (doc-view-ghostscript-options): Improve custom type.
16371         (doc-view-cache-directory, doc-view-conversion-buffer)
16372         (doc-view-conversion-refresh-interval): Simplify custom type.
16374 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
16376         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16377         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16378         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16379         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16380         Remove superfluous messages.
16381         (doc-view-mode-map): Use the image-mode scrolling commands.
16382         Don't rebind C-x k.
16384 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16386         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16387         Add comment about "-dSAFER".
16389 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16391         * term/xterm.el: Don't require xt-mouse.
16392         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16393         calling turn-on-xterm-mouse-tracking-on-terminal directly.
16395         * xt-mouse.el: Don't change the global function-key-map anny more.
16396         (xterm-mouse-mode): Use terminal-init-xterm-hook.
16397         Don't use after-make-frame-functions now that term/xterm.el calls
16398         us directly.
16399         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16400         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
16401         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16402         Setup input-decode-map and remember that xterm-mouse-mode was
16403         enabled in this terminal.
16404         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16405         terminals where it has been enabled.
16407         * faces.el (tty-create-frame-with-faces): Make sure not only
16408         tty-run-terminal-initialization but also set-locale-environment
16409         are run only once per terminal.
16410         (tty-run-terminal-initialization): Don't check if the terminal was
16411         already initted.
16413         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16414         not to remove keymaps that just happen to inherit from one of ours.
16415         When setting up our keymap, make sure it won't be accidentally
16416         modified by someone else.
16418 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
16420         * textmodes/artist.el (artist-previous-line, artist-next-line):
16421         * dired.el (dired-next-line, dired-previous-line):
16422         * progmodes/delphi.el (delphi-newline):
16423         * textmodes/org.el (org-columns-eval):
16424         Use forward-line.
16426         * emerge.el (emerge-setup): Use insert-buffer-substring.
16427         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16429 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
16431         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16432         (adaptive-fill-function): Doc fix.  Remove * from docstring.
16434 2007-10-18  Tom Horsley  <tom.horsley@att.net>
16436         * simple.el (interprogram-paste-function): Doc fix.
16437         (current-kill): Accept list of strings as well
16438         as single string from `interprogram-paste-function'.
16440 2007-10-18  Glenn Morris  <rgm@gnu.org>
16442         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16444 2007-10-18  Drew Adams  <drew.adams@oracle.com>
16446         * bindings.el (mode-line-minor-mode-keymap):
16447         Add mouse-minor-mode-menu on mouse-1.
16448         (mode-line-modes): Add mouse-1 to help-echo text.
16449         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16450         New functions.
16451         (mode-line-minor-mode-help): Doc fix.
16453 2007-10-17  Juri Linkov  <juri@jurta.org>
16455         * textmodes/fill.el (fill-paragraph-or-region): Remove function
16456         at the request of RMS.
16457         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
16458         arg `region'.  Fix docstring.  At the first `or' branch add call to
16459         `fill-region' if it the region is active in transient-mark-mode.
16461         * bindings.el (esc-map): Bind M-q to fill-paragraph
16462         instead of fill-paragraph-or-region.
16464         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16465         with fill-paragraph.
16467         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16468         Fix docstring.
16470         * indent.el (indent-for-tab-command): Change interactive spec from
16471         "P" to "p".  Add check for interactive arg before indenting the
16472         active region.
16474         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16475         Regroup.
16477 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
16479         * emacs-lisp/find-func.el: Don't require loadhist.
16481         * loadhist.el (feature-symbols, file-provides, file-requires)
16482         (file-set-intersect, file-dependents): Simplify.
16483         (unload-feature-special-hooks): Update list of special hooks.
16485 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
16487         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16488         extensions since they can be viewed with doc-view.
16490         * files.el (auto-mode-alist): Make doc-view-mode the default mode
16491         for pdf, ps and dvi files.
16493         * doc-view.el: Make doc-view-mode the standard mode for viewing
16494         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16495         text and image display.  Add binding C-c C-e to switch to an
16496         editing mode.
16497         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16498         avoid security problems when rendering files from untrusted sources.
16500 2007-10-17  Aaron Hawley  <aaronh@garden.org>
16502         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16503         position is not saved.
16505 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16507         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
16508         (doc-view-ghostscript-options): Fix typo in doc string.
16510 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16512         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16513         handling, so compilation-fake-loc works again.
16515         * server.el (server-select-display): Nop if we do not support m-f-o-d.
16516         (server-process-filter): Revert last change.
16518         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16519         behavior unrelated to filesets.
16521 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
16523         * longlines.el (longlines-wrap-follows-window-size): Integer value
16524         specifies wrapping margin.
16525         (longlines-mode, longlines-window-change-function):
16526         Set window-specific wrapping margin based on the above.
16528 2007-10-17  John Wiegley  <johnw@newartisans.com>
16530         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16532 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16534         * server.el (server-process-filter): Only set display if X11 is
16535         supported.
16537 2007-10-17  Glenn Morris  <rgm@gnu.org>
16539         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16540         Tweak regexp to avoid stack overflow.
16542 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16544         * simple.el (reindent-then-newline-and-indent): Don't assume that
16545         indent-according-to-mode preserves point.
16547 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
16549         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16550         (bs--nth-wrapper): Simplify.
16551         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
16552         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
16553         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16554         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16555         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16556         (bs-configurations, bs-default-configuration)
16557         (bs-alternative-configuration, bs-cycle-configuration-name)
16558         (bs-string-show-always, bs-string-show-never, bs-string-current)
16559         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16560         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16561         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16562         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16563         (bs--window-config-coming-from): Revert 2006-11-09 change.
16564         (bs--restore-window-config): Keep the selected frame.
16565         (bs--track-window-changes, bs--remove-hooks): New functions.
16566         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
16567         (bs--create-header): Remove.
16568         (bs--create-header-line): New function, based on `bs--create-header'.
16569         (bs--show-header): Use `bs--create-header-line'.
16570         (bs--show-with-configuration): Revert 2006-11-09 change.
16571         Don't reuse window unless it is visible on the selected frame.
16572         Restore window configuration (possibly in a different frame)
16573         before creating any window.
16575 2007-10-16  Glenn Morris  <rgm@gnu.org>
16577         * simple.el (blink-matching-open): Don't report false errors with
16578         the `$' syntax class.
16580 2007-10-16  Richard Stallman  <rms@gnu.org>
16582         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16583         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16584         (ad-is-advised, ad-get-advice-info-field)
16585         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16587 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16589         * vc-hooks.el (vc-workfile-version): Compatibility alias.
16590         (vc-default-working-revision): Compatibility for backends.
16592 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16594         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16595         (filesets-ormap, filesets-sort-case-sensitive-flag)
16596         (filesets-remake-shortcut, filesets-ingroup-collect-files):
16597         Fix typos in docstrings.
16598         (filesets-conditional-sort, filesets-find-or-display-file)
16599         (filesets-data-get-name, filesets-data-get-data)
16600         (filesets-data-set, filesets-cmd-query-replace-getargs)
16601         (filesets-ingroup-collect): Doc fixes.
16603 2007-10-15  Sam Steingold  <sds@gnu.org>
16605         * mail/sendmail.el (sendmail-error-reporting-interactive)
16606         (sendmail-error-reporting-non-interactive): New variables for
16607         sendmail error reporting options to simplify support for imperfect
16608         sendmail emulators.
16609         (sendmail-send-it): Use them instead of list literals.
16611 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16613         * help-fns.el: Revert previous change; it creates a
16614         dependency loop between advice.el and help-fns.el.
16616 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16618         * help-fns.el: Require advice when compiling.
16620 2007-10-14  Drew Adams  <drew.adams@oracle.com>
16622         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16623         (ring-insert+extend, ring-remove+insert+extend, ring-member)
16624         (ring-next, ring-previous): New functions.
16626 2007-10-14  Richard Stallman  <rms@gnu.org>
16628         * emacs-lisp/advice.el (documentation): Advice deleted.
16629         Doc for advised functions is now handled at C level.
16630         (ad-stop-advice, ad-start-advice): Don't enable or disable
16631         advice for `documentation'.
16632         (ad-advised-definition-docstring-regexp): Var deleted.
16633         (ad-make-advised-definition-docstring): Store orig name
16634         as text property of string.
16635         (ad-advised-definition-p): Check for text property of docstring.
16637         * help-fns.el (describe-function-1): Find source of advised functions.
16639 2007-10-14  Juri Linkov  <juri@jurta.org>
16641         * faces.el (describe-face): Allow handling a string as the face name.
16643         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16644         active region in transient-mark-mode.
16645         (ispell-region): Change messages displayed at the start and end of
16646         the spell-checking to be the same.
16648         * startup.el (fancy-startup-tail): Say exactly what does the button
16649         dismiss ("Dismiss this startup screen").  Use text "Never show
16650         it again" for the checkbox after this button.
16651         (fancy-startup-screen, fancy-about-screen): Put point before the
16652         first link, so the user can quickly select links with the keyboard.
16653         (normal-mouse-startup-screen): Add more useful text describing how
16654         to follow a link.
16656 2007-10-14  Glenn Morris  <rgm@gnu.org>
16658         * progmodes/etags.el (select-tags-table): Disable undo in the
16659         `*Tags Table List*' buffer.
16661 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
16663         * dired.el (dired-warn-writable): New face.
16664         (dired-warn-writable-face): New variable.
16665         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16666         of dired-warning-face, for group- and world-writable files.
16668 2007-10-13  Richard Stallman  <rms@gnu.org>
16670         * files.el (directory-abbrev-alist): Doc fix.
16672 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
16674         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16676 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16678         * frame.el (set-frame-configuration): Assign name parameter only
16679         if it has been set explicitly before.
16681 2007-10-11  Tom Tromey  <tromey@redhat.com>
16683         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16684         frame is visible.
16686 2007-10-10  Richard Stallman  <rms@gnu.org>
16688         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16689         in *Backtrace*.
16691         * faces.el (face-font-selection-order): Doc fix.
16693         * loadhist.el (unload-feature): Doc fix.
16695 2007-10-13  Glenn Morris  <rgm@gnu.org>
16697         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16698         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16699         Add doc string, and an explicit COUNT argument.
16700         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16701         `inc' to search functions.
16703         * faces.el (face-spec-set): When FRAME is nil, set the default for
16704         new frames (restores pre-2007-09-17 behavior).  Doc fix.
16706 2007-10-13  John W. Eaton  <jwe@octave.org>
16708         * progmodes/octave-mod.el (octave-looking-at-kw)
16709         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16710         New functions.
16711         (octave-in-defun-p, calculate-octave-indent)
16712         (octave-blink-matching-block-open, octave-beginning-of-defun)
16713         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16714         to search for regexps that contain case-sensitive keywords.
16715         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16716         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16718 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16720         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16721         Do not use a single clause cond.
16723         * cus-start.el (all): Use test that does not match the X11 version
16724         for mac.
16726 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
16728         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16729         BROWSE buffer.
16731 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16733         * cus-start.el (all): Undo previous change.
16735 2007-10-13  Glenn Morris  <rgm@gnu.org>
16737         * woman.el (woman0-rename): Fix paren typo.
16739         * mail/feedmail.el (feedmail-run-the-queue)
16740         (feedmail-look-at-queue-directory):
16741         * mail/reporter.el (reporter-dump-state):
16742         * net/eudc-hotlist.el (eudc-edit-hotlist):
16743         * net/eudc.el (eudc-display-records)
16744         (eudc-filter-duplicate-attributes)
16745         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16746         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16747         (eudc-bbdb-query-internal):
16748         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16749         * net/socks.el (socks-build-auth-list):
16750         * progmodes/cc-cmds.el (top level):
16751         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16752         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16753         (cperl-write-tags, cperl-tags-treeify):
16754         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16755         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16756         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16757         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16758         (idlwave-toolbar-remove-everywhere):
16759         * progmodes/idlwave.el (idlwave-indent-line)
16760         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16761         (idlwave-write-paths, idlwave-all-method-classes)
16762         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16763         (idlwave-fix-keywords, idlwave-display-calling-sequence)
16764         (idlwave-complete-in-buffer):
16765         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16766         (org-fast-tag-selection):
16767         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16768         than mapcar.
16770 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16772         * diff-mode.el (diff-fine-change): Add :group.
16774 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
16776         * cus-start.el (all): Use the same test as the 22.2 branch.
16778 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16780         * diff-mode.el (diff-current-defun): Force recomputation of
16781         change-log-default-name.
16783 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
16785         * startup.el (fancy-startup-screen): Remove an unnecessary newline
16786         and some leftover logic regarding dedicated frames.  If showing
16787         concise startup screen, fit window to buffer.
16788         (command-line-1): If we will be using the splash screen, use
16789         find-file instead of find-file-other-window to find additional files.
16790         Comment out unused code for coping with the old sit-for behavior.
16792 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16794         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16795         `meta' modifier consistently, rather than using sometimes meta
16796         sometimes alt.
16798 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16800         * window.el (handle-select-window): Revert part of 2007-10-08
16801         change setting the input focus.
16803 2007-10-12  Glenn Morris  <rgm@gnu.org>
16805         * startup.el (command-line): Do not read abbrev file in batch mode.
16807         * emacs-lisp/byte-opt.el (top level):
16808         * mail/rmail.el (rmail-list-to-menu):
16809         * obsolete/hilit19.el (hilit-mode):
16810         * progmodes/cc-mode.el (c-postprocess-file-styles)
16811         (c-submit-bug-report):
16812         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16813         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16814         (reftex-access-parse-file):
16815         * textmodes/reftex-cite.el (reftex-do-citation)
16816         (reftex-insert-bib-matches):
16817         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16818         * textmodes/reftex-sel.el (reftex-select-unmark):
16819         * textmodes/reftex-toc.el (reftex-toc-do-promote):
16820         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16822         * cus-edit.el (custom-variable-menu, custom-face-menu)
16823         (custom-group-menu): Check init-file-user rather than
16824         user-init-file, in case cus-edit is loaded by site-run-file.
16826 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
16828         * vc.el (vc-deduce-fileset): Delete unused code.
16829         (vc-next-action): Fix typos.
16831 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16833         * bs.el (bs--mark-unmark): New function.
16834         (bs-mark-current, bs-unmark-current): Use it.
16836 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16838         * vc.el (vc-diff):
16839         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
16840         temporarily disable the check for his edge case of
16841         vc-diff (stopping it from grinding when called from $HOME), as
16842         it's calling some brittle code in vc-hooks.el.
16843         (with-vc-properties): Fix evaluation time of a macro argument.
16844         * ediff-vers.el (ediff-vc-internal):
16845         * vc-hooks.el:
16846         * loaddefs.el: Follow up on VC terminology change.
16848 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16850         * follow.el (follow-stop-intercept-process-output):
16851         Use `follow-call-process-filter' rather than `process-filter'.
16852         Simplify.
16854 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16856         * vc-hooks.el (vc-registered): Robustify this function a bit
16857         against filenames with no directory component.
16859 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16861         * international/characters.el: Undo unwanted and unexplained change.
16863 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16865         * ps-print.el: Fix the usage of :foreground and :background face
16866         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16867         (ps-print-version): New version 6.7.6.
16868         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16869         Fix code.
16870         (ps-face-foreground-color-p, ps-face-background-color-p)
16871         (ps-face-color-p): New inline funs.
16873 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16875         * textmodes/org.el (org-additional-option-like-keywords): New constant.
16876         (org-complete): Use `org-additional-option-like-keywords'.
16877         (org-parse-local-options): New function.
16879 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16881         * textmodes/org.el (org-in-clocktable-p): New function.
16882         (org-clock-report): Only update the table at point, or insert a new one.
16883         (org-clock-goto): New function.
16884         (org-open-file): Use `start-process-shell-command' instead of
16885         `shell-command' with an ampersand.
16886         (org-deadline, org-schedule): New argument REMOVE to remove the
16887         date from the entry.
16888         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16889         argument to `org-schedule' and `org-deadline'.
16890         (org-trim): Use the correct expressions for beginning and end of
16891         the string.
16892         (org-get-cleaned-entry): Trim the string before returning it.
16893         (org-clock-find-position): New function.
16894         (org-clock-into-drawer): New option.
16895         (org-agenda-tags-column): Rename from
16896         `org-agenda-align-tags-to-column'.
16897         (org-agenda-align-tags): Allow negative values for
16898         `org-agenda-tags-column'.
16899         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16900         (org-agenda-to-appt): New optional argument FILTER.
16901         (org-completion-fallback-command): New variable.
16902         (org-complete): Use `org-completion-fallback-command'.
16903         (org-find-base-buffer-visiting): Catch the case that there is no
16904         buffer visiting the file.
16905         (org-property-or-variable-value): New function.
16906         (org-todo): Use `org-property-or-variable-value'
16907         (org-agenda-compact-blocks): New option.
16908         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16909         (org-agenda-schedule, org-agenda-deadline):
16910         Call `org-agenda-show-new-time'.
16911         (org-agenda-show-new-time): New argument PREFIX.
16912         (org-colgroup-info-to-vline-list): Fix but that cause a
16913         shift in the vertical lines.
16914         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16915         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16916         (org-indent-item): No arg in call to `org-fix-bullet-type'.
16917         (org-fix-bullet-type): Remove argument.
16918         (org-read-date): Check for am/pm twice, to catch the end time.
16919         (org-goto-map): Use `suppress-keymap'.
16920         (org-remember-apply-template): Respect the dynamically scoped
16921         selection character.
16923 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16925         * frame.el (frame-inherited-parameters): Remove unused `environment'
16926         parameter, and let server.el add `client' when needed.
16928         * server.el (server-create-tty-frame)
16929         (server-create-window-system-frame): Set frame-inherited-parameters.
16931         * frame.el (frame-inherited-parameters): New var.
16932         (make-frame): Use it.
16934         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16936         * env.el (let-environment): Remove.  Unused.
16937         (read-envvar-name): Simplify.
16938         (setenv): Remove unused arg `frame'.
16940         * help-fns.el (describe-variable): Add missing "  " for multiline
16941         obsolescence info and missing EOL after global value.
16943 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16945         * add-log.el:
16946         * ediff-vers.el:
16947         * log-view.el:
16948         * pcvs.el:
16949         * vc-arch.el:
16950         * vc-bzr.el:
16951         * vc-cvs.el:
16952         * vc.el:
16953         * vc-git.el:
16954         * vc-hg.el:
16955         * vc-hooks.el:
16956         * vc-mcvs.el:
16957         * vc-mtn.el:
16958         * vc-rcs.el:
16959         * vc-sccs.el:
16960         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16961         {find,init,next,previous,annotate-*,log}-version ->
16962         {find,init,next,previous,annotate-*,log}-revision,
16963         annotate-focus-version -> annotate-working-revision, The term
16964         'focus' is gone.  The term 'revision' is now used consistently
16965         everywhere that reference to a revision ID is intended, replacing
16966         older use of 'version'.
16968 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
16970         * follow.el: Change all instances of "Follow Mode" to "Follow
16971         mode" in docstrings and messages.
16972         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16974 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16976         * vc.el (vc-next-action): Rewrite completely; this principal
16977         entry point now operates on a current fileset selected either
16978         explicitly via VC-Dired or implicitly by visiting a file buffer,
16979         rather than always operating on the file of the current buffer as
16980         in older versions.  Rewrite the rest of the mode to match.
16981         (with-vc-properties): Rewrite to operate on a file list.
16982         (with-vc-file): vc-checkin takes a file list argument now.
16983         (vc-post-command-functions): This hook now receives a file list.
16984         (vc-do-command): Take a either a file or a file list as argument.
16985         (vc-deduce-fileset): New function for deducing a file list to
16986         operate on.
16987         (vc-next-action-on-file, vc-next-action-dired): Remove.
16988         Merge into vc-next-action.
16989         (vc-register): Adapt to the fact that vc-start-entry now takes a
16990         file list.
16991         (vc-register-with): New function.
16992         (vc-start-entry): Take a file list argument rather than a
16993         file argument.
16994         (vc-checkout): Cope with vc-start-entry taking a file list.
16995         (vc-steal-lock): Cope with with-vc-properties taking a
16996         file list.
16997         (vc-checkin): Take a file list argument rather than a file argument.
16998         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16999         (vc-diff-internal): Rewrite for filesets.
17000         (vc-diff-sentinel): New function, tests whether changes were
17001         written into a diff buffer.
17002         (vc-diff): Rewrite for filesets.
17003         (vc-version-diff): Rewrite for filesets.
17004         (vc-print-log): Take a fileset argument.
17005         (vc-revert): Revert the entire selected fileset, not just the
17006         current buffer.
17007         (vc-rollback): Roll back the entire selected fileset, if
17008         possible.  No longer accepts a prefix argument.
17009         (vc-update): Merge new changes for the entire selected
17010         fileset, not just the current buffer.
17011         (vc-revert-file): Cope with with-vc-properties taking a file list.
17012         (vc-default-dired-state-info): Add + status suffix if the file is
17013         modified.
17014         (vc-annotate-warp-version): Use the new diff machinery.
17015         (vc-log-edit): Take a file list argument rather than a file argument.
17017 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
17019         Sync with Tramp 2.1.11.
17021         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17022         Pacify byte compiler.
17024         * net/trampver.el: Update release number.
17026 2007-10-09  Richard Stallman  <rms@gnu.org>
17028         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17030 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17032         * follow.el: Require easymenu.
17033         (follow-mode-hook, follow-mode): Doc fixes.
17034         (follow-mode-off-hook): Mark as obsolete.
17036 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17038         * window.el (mouse-autoselect-window-cancel): Don't cancel for
17039         select-window or select-frame events.
17040         (handle-select-window): When autoselecting window set input
17041         focus.  Restructure.
17043         * frame.el (focus-follows-mouse): Move to frame.c.
17044         * cus-start.el (all): Add focus-follows-mouse.
17046 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17048         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17049         activate font-locking in the *buffer-selection* buffer.
17050         (bs-show-sorted): Doc fix.
17052         * bs.el (bs--get-marked-string, bs--get-modified-string)
17053         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17054         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17055         (bs--format-aux): Doc fix.
17057 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
17059         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17061 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17063         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17064         (gud-gdb): New function for old M-x gdb (text command mode).
17065         (gud-gdb-command-name, gdb): Move to...
17067         * progmodes/gdb-ui.el: ...here and adapt doc string.
17068         (gud-gdba-command-name, gdba): Delete.
17070 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17072         * bs.el: Don't defvar `font-lock-verbose'.
17073         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17074         (bs--get-file-name): Fix typos in docstrings.
17075         (bs--show-header): Use `dolist' instead of `mapcar'.
17076         (bs-mode): Set `show-trailing-whitespace' to nil.
17077         (bs-buffer-sort-function, bs-mouse-select-other-frame)
17078         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17079         Doc fixes.
17081 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
17083         * progmodes/gud.el (pdb): Specify file for gud-break.
17085 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17087         * progmodes/gud.el (gdb): Make graphical mode the default and
17088         switch to text command mode if appropriate, i.e., reverse previous
17089         arrangement.
17090         (gud-gdb-marker-filter): Adapt for above change.
17092         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17093         gud-minor-mode and gud-marker-filter.
17094         (gdb-fullname-regexp): New variable.
17095         (gud-gdba-marker-filter): Use it to switch to text command
17096         mode if appropriate.
17098 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17100         * progmodes/gud.el (gud-display-line): Find source buffer even when
17101         GUD buffer has its own frame.
17103 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
17105         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17107 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
17109         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17111 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17113         * allout.el (allout-before-change-handler): Replace got-char by
17114         goto-char.
17116 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17118         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17119         Used to try and automatically enabled smerge-mode in the presence of
17120         conflicts and to call `svn resolved' when the conflicts are gone.
17121         (vc-svn-parse-status): Remember the svn-specific status.
17123 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
17125         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17126         menu-bar-apropos-menu.  All users changed.
17127         (menu-bar-help-menu): Change menu symbols to better match the text
17128         displayed by the menu.
17130 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17132         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17133         #, @, : and ^.
17135 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17137         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17139         * log-view.el (log-view-mode-map): Likewise.
17141         * diff-mode.el (diff-mode-shared-map): Likewise.
17143 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17145         * files.el (file-name-sans-versions): Also allow `A-Z'.
17147         * vc.el: Mention all supported VC backends.
17149 2007-10-08  Richard Stallman  <rms@gnu.org>
17151         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17152         neighbouring buttons.
17154 2007-10-08  Andreas Schwab  <schwab@suse.de>
17156         * files.el (file-name-sans-versions): Also allow `_'.
17158 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17160         * files.el (file-name-sans-versions): Allow - and a-z in version names.
17162         * log-view.el (log-view-mode-map, log-view-mode-menu):
17163         Bind log-view-annotate-version.
17164         (log-view-beginning-of-defun, log-view-end-of-defun)
17165         (log-view-annotate-version): New functions.
17166         (log-view-mode): Use log-view-beginning-of-defun and
17167         log-view-end-of-defun.
17169 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17171         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17173 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17175         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17176         neighbouring buttons.
17178         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17179         Recognize gcc's use of "note" for informational messages.
17181 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17183         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17184         (css-mode): Update correspondingly.
17186 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17188         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17189         Signed-off-by, Acked-by and Merge.
17191 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * ediff-init.el (ediff-verbose-p): This var is not a constant.
17195 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17197         * vc-mtn.el: New file.
17199         * vc-hooks.el (vc-handled-backends): Add Mtn.
17201 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
17203         * files.el (find-file, find-file-other-window)
17204         (find-file-other-frame, find-file-existing, find-file-read-only)
17205         (find-file-read-only-other-window)
17206         (find-file-read-only-other-frame)
17207         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17209 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17211         * progmodes/gud.el (gdb-ready): New variable.
17212         (gdb): Set it to nil.  Set gud-running to nil here...
17213         (gud-common-init): ...instead of here.
17215         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17216         Use gdb-ready.  Discard input until GDB is ready to accept it.
17218 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17220         * dired.el (dired-warning): Inherit from font-lock-warning-face to
17221         make it show up with eight colors.
17223 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17225         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17226         diffs are concatenated with no intervening line.
17228 2007-10-08  Dave Love  <fx@gnu.org>
17230         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17231         (python-font-lock-keywords): Update to the 2.5 version of the language.
17232         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17233         (python-backspace): Only behave funny in code.
17234         (python-compilation-regexp-alist): Add PDB stack trace regexp.
17235         (inferior-python-mode): Add PDB prompt regexp.
17236         (python-fill-paragraph): Refine the fenced-string regexp.
17237         (python-find-imports): Handle imports spanning several lines.
17238         (python-mode): Add `class' to hideshow support.
17240 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17242         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17243         Use add-log-buffer-file-name-function rather than binding
17244         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17245         when `fi' is the ChangeLog file itself.
17247         * outline.el (outline-flag-region): Use front-advance.
17249 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
17251         * progmodes/cperl-mode.el: Merge upstream 5.23.
17252         (cperl-where-am-i): Remove function.
17253         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17254         (cperl-sniff-for-indent): De-invert [string] and [comment].
17255         When looking for label, skip s:m:y:tr.
17256         (cperl-indent-line): Likewise.
17257         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17258         (cperl-windowed-init): Wrong `ps-print' handling.
17259         Both thanks to Chong Yidong.
17260         (cperl-look-at-leading-count): Could fail with unfinished RExen.
17261         (cperl-find-pods-heres): If the second part of s()[] is missing,
17262         don't try to highlight delimiters...
17264 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17266         * progmodes/compile.el (compilation-get-file-structure): Complete last
17267         change by also using spec-directory in the puthash.
17269 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
17271         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17272         (vc-bzr-status): Fix shadowing of variable 'status'.
17273         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17274         Use `expand-file-name' instead of `concat'.
17275         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17276         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
17278 2007-10-08  Jason Rumney  <jasonr@gnu.org>
17280         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
17282 2007-10-08  Richard Stallman  <rms@gnu.org>
17284         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17285         Add `safe-local-variable' property.
17286         (lisp-body-indent): Likewise.
17288 2007-10-08  Richard Stallman  <rms@gnu.org>
17290         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17291         Add doc string.
17293 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17295         * files.el (backup-buffer-copy): Try to overwrite old backup first.
17297 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17299         * repeat.el (repeat): Use last-repeatable-command instead of
17300         real-last-command.  Run pre- and post-command hooks for
17301         self-insertion.  Update doc-string.
17303 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
17305         * vc-git.el (vc-git-state): Call git-add --refresh to update the
17306         state of the file.
17307         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17308         (vc-git-create-repo): Fix invalid command.
17310 2007-10-08  Richard Stallman  <rms@gnu.org>
17312         * textmodes/flyspell.el (flyspell-mode):
17313         Catch errors in flyspell-mode-on.
17315 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17317         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17319 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17321         * international/encoded-kb.el (encoded-kbd-setup-display):
17322         Use input-decode-map rather than local-key-translation-map.
17324         * term/rxvt.el (rxvt-alternatives-map): New map.
17325         (terminal-init-rxvt): Use it.
17326         Bind rxvt-function-map in input-decode-map.
17328         * term/xterm.el (xterm-alternatives-map): New map.
17329         (terminal-init-xterm): Use it.
17330         Bind xterm-function-map in input-decode-map.
17332         * term/x-win.el (x-alternatives-map): New var.
17333         (x-setup-function-keys): Use it.
17335         * help-fns.el (describe-variable): Slightly change the layout of
17336         meta-info to separate it better from the docstring.
17337         Standardize insertion of extra empty lines in various circumstances.
17339         * diff-mode.el (diff-hunk-style): New fun.
17340         (diff-end-of-hunk): Use it.
17341         (diff-context->unified): Use the new `apply' undo element,
17342         if applicable, so as to save undo-log space.
17343         (diff-fine-change): New face.
17344         (diff-fine-highlight-preproc): New function.
17345         (diff-fine-highlight): New command.
17346         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17348         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17349         (smerge-refine-highlight-change): Add `props' argument.
17350         (smerge-refine-subst): New function holding most of smerge-refine.
17351         (smerge-refine): Use it.
17353 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
17355         * vc.el (vc-default-wash-log): Remove unused code, the
17356         log washers all live in the backends now.
17357         (vc-default-comment-history): Correct for the fact
17358         that wash-log is argumentless in the new API.
17360 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
17362         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17363         (tramp-maybe-send-script): Apply `member' but `memq'.
17364         (tramp-advice-file-expand-wildcards): Simplify implementation.
17366 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17368         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
17370         * mb-depth.el (minibuf-depth-indicator-function): New variable.
17371         (minibuf-depth-setup-minibuffer): Use it.
17373 2007-10-07  Glenn Morris  <rgm@gnu.org>
17375         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17376         version numbers.
17378 2007-10-06  Juri Linkov  <juri@jurta.org>
17380         * textmodes/fill.el (fill-paragraph-or-region): New function.
17382         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17383         instead of fill-paragraph.
17385         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17386         with fill-paragraph-or-region.  Suspend command is now the same
17387         `suspend-frame' on window systems and on tty.
17389         * image.el (image-type): Check if image-types is bound to not fail
17390         on tty.
17392         * delsel.el (delete-selection-pre-hook):
17393         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17394         is fbound to not fail on mouseless tty.
17396 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
17398         * net/tramp.el (top): Move loading of tramp-util.el and
17399         tramp-vc.el to tramp-compat.el.
17400         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
17401         temporary file if possible, in order to avoid a security hole.
17402         (tramp-do-copy-or-rename-file-out-of-band)
17403         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17404         with DONT-CREATE, because the connection is not setup yet.
17405         (tramp-handle-process-file): Rewrite temporary file handling.
17406         (tramp-completion-mode): New defvar.
17407         (tramp-completion-mode-p): Use it.
17409         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17411         * net/tramp-fish.el (tramp-fish-handle-process-file):
17412         Rewrite temporary file handling.
17414 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
17416         * vc.el: Workfile version -> focus version change.  Port various
17417         comments from new VC to reduce the noise in the diff.
17418         Patch in the new vc-create-repo function to go with the
17419         header comment about it already present.
17420         There are no changes to existing logic in this patch.
17421         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17423 2007-10-06  Aaron Hawley  <aaronh@garden.org>
17425         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17427 2007-10-05  Chris Moore  <dooglus@gmail.com>
17429         * server.el (server-kill-new-buffers): Doc fix.
17431 2007-10-05  John W. Eaton  <jwe@octave.org>
17433         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17434         (octave-begin-keywords): Add "do".
17435         (octave-end-keywords): Remove "end".
17436         (octave-reserved-words): Add "end".  Remove "all_va_args",
17437         "gplot", and 'gsplot".
17438         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17439         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17440         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17441         "default_return_value", "define_all_return_values",
17442         "do_fortran_indexing", "empty_list_elements_ok",
17443         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17444         "ok_to_lose_imaginary_part", "prefer_column_vectors",
17445         "prefer_zero_one_indexing", "propagate_empty_matrices",
17446         "resize_on_range_error", "treat_neg_dim_as_zero",
17447         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17448         "warn_divide_by_zero", "warn_function_name_clash",
17449         "warn_missing_semicolon", "whitespace_in_literal_matrix".
17450         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17451         "crash_dumps_octave_core", "sighup_dumps_octave_core",
17452         "sigterm_dumps_octave_core".
17453         (octave-block-match-alist): Remove "end" from block-end keywords.
17454         (octave-mode): Update ftp site address.
17456 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
17458         * vc.el: Reorder functions, no code changes.
17460 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
17462         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17463         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17464         the cond clauses where needed.
17465         (tramp-handle-write-region): Rearrange code for proper handling of
17466         tmpfile.
17468         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17470         * net/tramp.el:
17471         * net/tramp-fish.el:
17472         * net/tramp-ftp.el:
17473         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17474         `tramp-compat-make-temp-file'.
17476 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17478         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17480 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17482         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17483         already uses a more recent copyright version than the "current" one.
17485 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
17487         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17488         (doc-view-insert-image): Minor aesthetical docstring changes.
17490 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
17492         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17493         completing filename.
17494         (doc-view-search-internal): Docstring change.
17496 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
17498         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17499         (tramp-file-name-handler-alist):
17500         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
17501         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
17502         used before, creates the file already, which is not desired.
17503         (tramp-do-copy-or-rename-file-directly): Simplify handling of
17504         temporary file.
17505         (tramp-handle-insert-file-contents): Assign the result in the
17506         short track case.
17507         (tramp-handle-insert-file-contents-literally): New defun.
17508         (tramp-completion-mode-p): Revert change from 2007-09-24.
17509         Checking for `return' etc as last character is not sufficient, for
17510         example in dired-mode when entering <g> (revert-buffer) or
17511         <s> (dired-sort).
17513         * net/tramp-compat.el (top): Add also compatibility code for loading
17514         appropriate timer package.
17515         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17516         order to avoid autoloading problems.
17518         * net/tramp-fish.el:
17519         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17521         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17522         where the second parameter of `copy-file' or `rename-file' is a
17523         remote file but not via ftp.
17525 2007-10-02  Richard Stallman  <rms@gnu.org>
17527         * frame.el (cursor-in-non-selected-windows): Doc fix.
17529 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17531         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17532         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17534 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
17536         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17537         when `expt' doesn't give range errors.
17539 2007-10-01  Markus Triska  <markus.triska@gmx.at>
17541         * calc/calc-math.el (math-smallest-emacs-expt):
17542         Make the computation more robust.
17544 2007-09-30  David Kastrup  <dak@gnu.org>
17546         * startup.el (argv): Alias for `command-line-args-left' to use as
17547         `(pop argv)' inside of --eval command sequences.  Allows for
17548         passing shell commands into Emacs verbatim without need for Lisp
17549         quoting.
17551         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17552         check only for changed size.
17553         (auto-revert-tail-handler): Get size from caller.  If the file has
17554         shrunk, tail the whole file again (the file presumably has been
17555         rewritten).
17557         * woman.el (woman-topic-all-completions, woman-mini-help):
17558         Fix fallout from 2007-09-07 introduction of `dolist' when the list
17559         actually was being manipulated in the loop.
17560         (woman-Cyg-to-Win, woman-pre-process-region)
17561         (woman-horizontal-escapes, woman-if-body, woman-unescape)
17562         (woman-strings, woman-special-characters, woman1-hc)
17563         (woman-change-fonts, woman-find-next-control-line):
17564         Use `match-beginning' rather than `match-string' when the result is
17565         just used as a flag.
17567 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
17569         * net/tramp-compat.el: New file.
17571         * net/tramp.el:
17572         * net/tramp-fish.el:
17573         * net/tramp-smb.el:
17574         * net/tramp-uu.el:
17575         * net/trampver.el: Move compatibility code to tramp-compat.el.
17576         Apply `mapc' instead of `mapcar' when the code needs side effects
17577         only.  Move utf-8 coding cookie to the second line.
17579 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
17581         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17582         Improve custom type.
17583         (icon-map-list): Make it customizable.  Document how to disable
17584         stock icons.
17586 2007-09-30  Richard Stallman  <rms@gnu.org>
17588         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17590 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17592         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
17593         (t-mouse-mode): New compatibility alias.
17595 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
17597         * server.el (server-delete-client): Only delete the terminal if it
17598         is non-nil.
17600 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
17602         * net/tramp.el (with-file-property, with-connection-property):
17603         Highlight as keyword.
17604         (tramp-rfn-eshadow-setup-minibuffer)
17605         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17606         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17607         (tramp-do-copy-or-rename-file-directly)
17608         (tramp-do-copy-or-rename-file-out-of-band)
17609         (tramp-handle-shell-command, tramp-get-debug-buffer)
17610         (tramp-send-command-and-read, tramp-equal-remote)
17611         (tramp-get-local-gid): Pacify byte-compiler.
17612         (tramp-handle-file-name-directory): Result shall not be expanded.
17613         (tramp-find-foreign-file-name-handler): Rewrite.
17614         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17616         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17618         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17619         Apply `tramp-completion-mode-p'.
17620         (tramp-fish-handle-set-file-times)
17621         (tramp-fish-handle-executable-find)
17622         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17623         (tramp-fish-retrieve-data): Pacify byte-compiler.
17625         * net/tramp-gw.el (tramp-gw-basic-authentication):
17626         Call `tramp-read-passwd' with first parameter `nil'.
17628 2007-09-28  Glenn Morris  <rgm@gnu.org>
17630         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17631         than mapcar.
17633         * textmodes/tex-mode.el (tex-suscript-height-ratio)
17634         (tex-suscript-height-minimum): New customizable variables.
17635         (tex-suscript-height): New function.
17636         (superscript, subscript): Set height using tex-suscript-height
17637         rather than fixing at 0.8.
17638         (tex-fontify-script, tex-font-script-display): Add :version tag.
17640 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
17642         * progmodes/python.el (python-eldoc-function): Doc fix.
17644 2007-09-27  Glenn Morris  <rgm@gnu.org>
17646         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
17647         image if it is not in image-type-auto-detectable, or is there with
17648         a nil value.
17650 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
17652         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17653         connection more robust.
17655 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17657         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17658         Deal with the case that special &keywords are at the beginning or
17659         end of the argument list.  Also add some (incomplete) support for
17660         non-standard arglists.
17662 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17664         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17665         (eldoc-message-commands, eldoc-current-idle-delay)
17666         (eldoc-function-argstring-format): Fix typos in docstrings.
17668 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
17670         * calc/calc-units.el (calc-convert-units)
17671         (calc-convert-temperature): Remove unnecessary colons.
17673 2007-09-26  Bastien Guerry  <bzg@altern.org>
17675         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17676         New function.
17677         (org-export-latex-remove-from-headlines): Name changed because of typo.
17678         (org-export-latex-quotation-marks-convention): Option removed.
17679         (org-export-latex-make-preamble): Handle the DATE option.
17680         (org-export-latex-cleaned-string): Now the only cleaning function,
17681         synched up with org.el.
17682         (org-export-latex-lists, org-export-latex-parse-list)
17683         (org-export-list-to-latex): New functions.
17685 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
17687         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17688         (org-outline-regexp): New constant.
17689         (org-remember-handler): Throw error when the target file is not in
17690         org-mode.
17691         (org-cleaned-string-for-export): No longer call
17692         `org-export-latex-cleaned-string' with an argument.
17693         (org-get-tags): Returns now a list, not a string.
17694         (org-get-tags-string): New function.
17695         (org-archive-subtree): No need to split return of `org-get-tags'.
17696         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17697         instead of `org-get-tags'.
17698         (org-agenda-format-date): Rename from `org-agenda-date-format'.
17699         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17700         (org-compatible-face): New argument INHERITS.  Inherit from this
17701         face if possible.
17702         (org-level-1, org-level-2, org-level-3, org-level-4)
17703         (org-level-5, org-level-6, org-level-7, org-level-8)
17704         (org-special-keyword, org-drawer, org-column, org-warning)
17705         (org-archived, org-todo, org-done, org-headline-done, org-table)
17706         (org-formula, org-code, org-agenda-structure)
17707         (org-scheduled-today, org-scheduled-previously)
17708         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17709         in the new way.
17710         (org-get-heading): New argument NO-TAGS.
17711         (org-fast-tag-selection-include-todo): Made defvar instead of
17712         defcustom, feature is not deprecated.
17713         (org-remember-store-without-prompt): New default value t.
17714         (org-todo-log-states): New variable.
17715         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17716         Compute the log states.
17717         (org-goto-map): More commands copied from global map.  Also bind
17718         `org-occur'.
17719         (org-goto): Made into a general lookup command.
17720         (org-get-location): Complete rewrite.
17721         (org-goto-exit-command): New variable.
17722         (org-goto-selected-point): New variable.
17723         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17724         Set the new variables.
17725         (org-paste-subtree): Whitespace insertion strategy revised.
17726         (org-remember-apply-template): Protect v-A from the possibility
17727         that v-a might be nil.
17728         (org-remember-handler): Insertion rules revised.
17729         (org-todo): Respect org-todo-log-states.
17730         (org-up-heading-safe): New function.
17731         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17733 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
17735         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17736         region if in transient-mark-mode.
17738 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17740         * calc/calc-ext.el (calc-init-extensions, calc-reset):
17741         * calc/calc-help.el (calc-full-help):
17742         * calc/calc-misc.el (another-calc):
17743         * calc/calc-store.el (calc-var-name-map):
17744         * calc/calc-stuff.el (calc-flush-caches):
17745         * calc/calc-units.el (math-build-units-table):
17746         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17747         (calc-quit):
17748         * calendar/icalendar.el (icalendar--format-ical-event)
17749         (icalendar--convert-ical-to-diary):
17750         * emacs-lisp/authors.el (authors):
17751         * emacs-lisp/cust-print.el (custom-print-install)
17752         (custom-print-uninstall):
17753         * emacs-lisp/disass.el (disassemble-1):
17754         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17755         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17756         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17757         (elint-check-let-form, elint-check-condition-case-form)
17758         (elint-initialize):
17759         * emacs-lisp/elp.el (elp-results):
17760         * emacs-lisp/generic.el (generic-mode-internal):
17761         * emacs-lisp/re-builder.el (reb-delete-overlays):
17762         * emacs-lisp/regi.el (regi-interpret):
17763         * emacs-lisp/sregex.el (sregex--char-aux):
17764         * emulation/cua-rect.el (cua--deactivate-rectangle)
17765         (cua--highlight-rectangle, cua--rectangle-post-command):
17766         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17767         * emulation/viper-macs.el (viper-describe-kbd-macros)
17768         (viper-describe-one-macro):
17769         * emulation/viper-util.el (viper-setup-master-buffer):
17770         * emulation/viper.el (set-viper-state-in-major-mode):
17771         * international/mule-diag.el (describe-current-coding-system):
17772         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17773         * mail/emacsbug.el (report-emacs-bug):
17774         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17775         * obsolete/hilit19.el (hilit-unhighlight-region)
17776         (hilit-set-mode-patterns):
17777         * play/solitaire.el (solitaire-check, solitaire-solve):
17778         * play/zone.el (zone-pgm-rotate):
17779         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17780         * progmodes/ada-prj.el (ada-prj-display-page):
17781         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17782         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17783         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17784         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17785         * progmodes/sh-script.el (sh-make-vars-local)
17786         (sh-reset-indent-vars-to-global-values):
17787         * progmodes/sql.el (top):
17788         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17789         * progmodes/xscheme.el (top):
17790         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17791         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17792         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17793         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17794         (artist-submit-bug-report):
17795         * textmodes/flyspell.el (flyspell-delay-commands)
17796         (flyspell-deplacement-commands):
17797         * textmodes/table.el (table--generate-source-epilogue, table-insert)
17798         (table--generate-source-cells-in-a-row, table--make-cell-map)
17799         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17801 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
17803         * allout.el (produce-allout-mode-map, allout-process-exposed):
17804         * ansi-color.el (ansi-color-make-color-map):
17805         * autoinsert.el (auto-insert):
17806         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17807         * dired-aux.el (dired-create-files):
17808         * dired.el (dired-restore-desktop-buffer):
17809         * ediff-diff.el (ediff-setup-fine-diff-regions):
17810         * ediff-mult.el (ediff-intersect-directories)
17811         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17812         (ediff-redraw-registry-buffer):
17813         * ediff-ptch.el (ediff-fixup-patch-map):
17814         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17815         (ediff-really-quit, ediff-clear-diff-vector):
17816         * emerge.el (emerge-really-quit):
17817         * ffap.el (ffap-replace-file-component):
17818         * filecache.el (file-cache-add-directory)
17819         (file-cache-add-directory-recursively)
17820         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17821         (file-cache-delete-directory, file-cache-files-matching-internal)
17822         (file-cache-display):
17823         * files.el (cd):
17824         * find-lisp.el (find-lisp-insert-directory):
17825         * finder.el (finder-compile-keywords):
17826         * help.el (view-emacs-news):
17827         * hi-lock.el (hi-lock-write-interactive-patterns):
17828         * ido.el (ido-to-end, ido-set-matches-1):
17829         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17830         (image-dired-mark-tagged-files):
17831         * jka-cmpr-hook.el (jka-compr-get-compression-info):
17832         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17833         * ps-print.el (ps-background, ps-begin-file)
17834         (ps-build-reference-face-lists):
17835         * simple.el (clone-buffer):
17836         * startup.el (command-line):
17837         * tempo.el (tempo-insert-template, tempo-is-user-element)
17838         (tempo-forward-mark, tempo-backward-mark):
17839         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17841 2007-09-25  Glenn Morris  <rgm@gnu.org>
17843         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17845         * view.el (view-search-no-match-lines): Add a doc string.
17846         Rewrite to simplify and work better.
17848 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
17850         * progmodes/cc-mode.el (c-mode-base-map):
17851         Use c-indent-line-or-region instead of c-indent-line.
17853         * indent.el (indent-for-tab-command): First check if the region is
17854         active.
17856 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
17858         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17859         whitespace-rescan-timer-time is 0.
17861 2007-09-24  Karl Berry  <karl@gnu.org>
17863         * international/mule.el (coding-system-base): Fix doc string grammar.
17865 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
17867         * net/tramp.el (tramp-completion-mode-p): Rename from
17868         `tramp-completion-mode'.  Revert logic, check `return', `newline'
17869         and such alike.  Packages like Icicles tend to use other completion
17870         characters but `tab' and `space' only.
17872 2007-09-24  Adam Hupp  <adam@hupp.org>
17874         * progmodes/python.el (run-python): Import emacs module without
17875         waiting; prevents lockup on error.
17877 2007-09-23  Richard Stallman  <rms@gnu.org>
17879         * mail/sendmail.el (mail-bury): Delete the frame
17880         if this frame looks like it was made for this message.
17882         * completion.el (completion-separator-self-insert-command)
17883         (completion-separator-self-insert-autofilling):
17884         If `self-insert-command' has been remapped, use the substitute.
17886         * simple.el (copy-region-as-kill): Doc fix.
17888         * textmodes/org.el (org-confirm-shell-link-function)
17889         (org-confirm-elisp-link-function): Doc fixes.
17891 2007-09-23  Glenn Morris  <rgm@gnu.org>
17893         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17895 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
17897         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17899         * term/tvi970.el (terminal-init-tvi970): Likewise.
17901         * term/sun-mouse.el (print-mouse-format): Likewise.
17903         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17904         Use forward-line instead of previous-line and next-line.
17906 2007-09-22  Juri Linkov  <juri@jurta.org>
17908         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17910         * tutorial.el (tutorial--default-keys): Update standard bindings:
17911         rename `iconify-or-deiconify-frame' to `suspend-frame',
17912         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17914 2007-09-22  Juri Linkov  <juri@jurta.org>
17916         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17917         Add help-echo to external links and to links without description.
17918         (fancy-splash-insert): Use help-echo from the 3rd element of the
17919         link specification list, or "Follow this link" if it's nil.  Doc fix.
17921 2007-09-22  Juri Linkov  <juri@jurta.org>
17923         * startup.el (command-line): Rename `inhibit-startup-message' to
17924         `inhibit-startup-screen'.
17925         (fancy-about-text): Use shorter label for "Ordering Manuals".
17926         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
17927         is nil, display a line with "To start..." and 3 links to useful
17928         tasks.  Display the "Dismiss" button and "Don't show this message
17929         again" only when concise is non-nil.
17930         (fancy-startup-screen): Call `fancy-startup-tail' with optional
17931         arg `concise'.  If CONCISE is non-nil, display a concise version
17932         of the splash screen in another window.  Otherwise, switch to the
17933         startup buffer in the same window.
17934         (startup-echo-area-message): Change displayed binding from
17935         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17936         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17937         the GNU system".
17938         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17939         to "*GNU Emacs*".
17940         (display-about-screen): Don't check the existence of the buffer
17941         "*About GNU Emacs*".
17942         (display-splash-screen): Make alias to `display-startup-screen'.
17943         (command-line-1): Rename `inhibit-startup-message' to
17944         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
17945         started with command line options "-f", "-funcall", "-e", "-eval",
17946         "-execute", "-insert", "-find-file", "-file", "-visit".
17947         Inhibit startup screen when Emacs is started with a file name only
17948         on tty (i.e. don't inhibit it when started with a file name like
17949         "emacs FILE..." on a window system).
17950         (command-line-1): Simplify logic of displaying the startup screen:
17951         if file-count > 0, then display the concise version in another
17952         window, otherwise display full version in the same window.
17954         * help.el (help-map): Bind C-h C-a to about-emacs.
17955         (help-for-help-internal): Add C-a description to C-h help text.
17957 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
17959         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17960         (checkdoc-permit-comma-termination-flag): Autoload the
17961         safe-local-variable setting.
17963         * bookmark.el (bookmark-xemacsp): Remove.
17964         (bookmark-make): Don't use bookmark-xemacsp,
17965         use (featurep 'xemacs) instead.
17967         * speedbar.el (speedbar-frame-mode)
17968         (speedbar-frame-reposition-smartly)
17969         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17970         (speedbar-check-vc): Remove use of non-existent variable
17971         dframe-xemacsp, use (featurep 'xemacs) instead.
17973         * indent.el (indent-for-tab-command): Indent the region if
17974         transient-mark-mode and the region is active.
17976 2007-09-21  Francesco Potortì  <pot@gnu.org>
17978         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17979         add inferior-octave-directory-tracker to the buffer-local value
17980         of comint-input-filter-functions.
17982 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17984         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17986 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
17988         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17989         on w32 frames.
17991 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17993         * startup.el (normal-top-level): Remove DISPLAY from
17994         process-environment to let it be computed dynamically in callproc.c.
17996         * frame.el (frame-initialize, make-frame):
17997         * faces.el (tty-set-up-initial-frame-faces):
17998         * env.el (setenv): Don't set display-environment-variable.
18000         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
18001         (server-create-tty-frame): Don't set unused `tty' property.
18002         Set `display' instead of display-environment-variable.
18003         (server-create-window-system-frame): No display-environment-variable.
18005 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
18007         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18008         (rfn-eshadow-update-overlay-hook): New defvars.
18009         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18010         Run the hooks.
18012         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18013         (tramp-rfn-eshadow-setup-minibuffer)
18014         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
18015         rfn-eshadow.el.
18017         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18018         timeout.
18020 2007-09-21  Glenn Morris  <rgm@gnu.org>
18022         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18023         * term/sun-mouse.el (suspend-emacstool): Remove.
18024         * term/sun.el: Remove emacstool-related code.
18026         * emacs-lisp/bytecomp.el (byte-compile-warnings)
18027         (byte-compile-warnings-safe-p): Add `mapcar'.
18028         (byte-compile-warning-types): Add mapcar and make-local.
18029         (byte-compile-normal-call): Add option to suppress mapcar warning.
18030         (top-level): Use mapc rather than mapcar in eval-when-compile.
18032         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18033         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18034         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18035         Handle escaped parens.
18036         (latex-forward-sexp): Doc fix.
18038         * eshell/esh-mode.el (eshell-output-filter-functions):
18039         Add eshell-postoutput-scroll-to-bottom.
18041         * loadup.el: Remove termdev.
18043         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18044         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18046 2007-09-21  Markus Triska  <markus.triska@gmx.at>
18048         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18049         `mapcar' is called for effect.
18051 2007-09-21  Kevin Ryde  <user42@zip.com.au>
18053         * international/mule.el (sgml-html-meta-auto-coding-function):
18054         Bind `case-fold-search' to t.
18056 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18058         * termdev.el: Remove.
18060         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
18061         (frames-on-display-list): Use it.
18063         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18065         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18067 2007-09-20  Richard Stallman  <rms@gnu.org>
18069         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18071 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18073         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18075 2007-09-20  Glenn Morris  <rgm@gnu.org>
18077         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18078         motion functions, rather than hard-coding "\n\n".
18079         (tex-validate-region): Check for eobp, to speed up.
18080         (tex-next-unmatched-end): Doc fix.
18082 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18084         * files.el (auto-mode-alist): Use archive-mode for .rar files.
18086         * international/mule.el (auto-coding-alist): Rar archives are binary.
18088         * arc-mode.el: Add basic support for Rar.
18089         (archive-find-type): Recognize Rar's signature.
18090         (archive-desummarize): New fun.
18091         (archive-summarize): Use it to restore the buffer's data in case
18092         someone wants to switch to some other major mode.
18093         (archive-resummarize): Use it as well.
18094         (archive-rar-summarize, archive-rar-extract): New functions.
18096         * filesets.el: Remove spurious * in docstrings.
18097         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
18098         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18099         (filesets-ingroup-collect): Remove unused arg `depth'.
18100         (filesets-update): Remove unused arg `version'.
18102         * finder.el (finder-compile-keywords): Fix up comment style.
18103         (finder-mouse-face-on-line): previous-line -> forward-line.
18105         * recentf.el: Remove spurious * in docstrings.
18106         (recentf-save-list): Fix up comment style.
18108         * progmodes/octave-mod.el: Remove spurious * in docstrings.
18109         (octave-mode-map): Move init into declaration and remove \t binding.
18110         (octave-mode-startup-message): Remove unused var.
18111         (octave-scan-blocks): Remove unused arg `from'.
18112         (octave-forward-block, octave-down-block, octave-up-block):
18113         Update callers.
18115         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18116         (meta-mode-map): Likewise and remove \t binding.
18118         * net/snmp-mode.el: Remove spurious * in docstrings.
18119         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18120         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18121         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18122         that completion accepts lists of strings.
18123         (snmp-mode-syntax-table): Move initialization into declaration.
18124         (snmp-mode-map): Likewise and remove \t binding.
18125         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18126         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18127         (snmp-indent-command): Remove.
18129         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18130         binding, so tab-always-indent works right.
18132 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
18134         * net/browse-url.el (browse-url-elinks-new-window): New function.
18135         (browse-url-elinks): Use browse-url-elinks-new-window.
18136         Accept optional second argument `new-window'.  Fix typo in doc-string.
18137         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18138         Improve error message.
18140 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
18142         * net/browse-url.el (browse-url-url-encode-chars): Use the right
18143         parameter name in the function body.
18144         Reported by Johannes Weiner.
18146 2007-09-19  Glenn Morris  <rgm@gnu.org>
18148         * net/socks.el (socks-open-network-stream): Signal an explicit
18149         error if the port associated with a service string can't be found.
18151         * textmodes/tex-mode.el (tex-terminate-paragraph):
18152         Use backward-paragraph.
18154 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * server.el (server-running-p): New function.
18158 2007-09-18  Jason Rumney  <jasonr@gnu.org>
18160         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18161         x-focus-frame.
18163         * frame.el (select-frame-set-input-focus, select-frame-by-name):
18164         Use x-focus-frame for w32.
18166 2007-09-17  David Kastrup  <dak@gnu.org>
18168         * textmodes/tex-mode.el (tex-verbatim-environments):
18169         Eliminate CL dependency.
18171 2007-09-17  Richard Stallman  <rms@gnu.org>
18173         * newcomment.el (comment-add): New arg EXTRA.
18174         (comment-region-default): Pass EXTRA if not indenting lines.
18176 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
18178         * net/browse-url.el (browse-url-url-encode-chars): New function.
18179         URL-encode some chars in a string.
18180         (browse-url-encode-url): Rewrite using the previous function.
18181         (browse-url-file-url): Use `browse-url-url-encode-chars'.
18182         (browse-url-elinks-sentinel): Fix typo.
18183         (browse-url-new-window-flag): Doc change.
18185 2007-09-17  Glenn Morris  <rgm@gnu.org>
18187         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18188         filename from `--file-line-error', if it is available.
18190 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18192         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18193         TeX `--file-line-error' format.
18195 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
18197         * xt-mouse.el: Delete add-hook calls that were moved to
18198         xterm-mouse-mode.
18199         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18200         does not work.
18202 2007-09-17  Richard Stallman  <rms@gnu.org>
18204         * cus-face.el (custom-theme-set-faces): Undo previous change.
18206         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18208 2007-09-17  Glenn Morris  <rgm@gnu.org>
18210         * textmodes/tex-mode.el (tex-region): Simplify previous change,
18211         handling the case where the region is not in `tex-main-file'.
18212         (tex-region-1): Delete.
18213         (tex-region-header): New function, doing the header part of the
18214         old tex-region-1.
18216 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18218         * simple.el (newline): Simplify use of prefix-numeric-value.
18219         (line-move-partial): Remove unused var `ppos'.
18220         (line-move-1): Replace 9999 with most-positive-fixnum.
18221         (move-end-of-line): Use more efficient single-property search.
18222         (move-beginning-of-line): Remove unused var `start'.
18223         (blink-matching-open): Restructure in a more functional style.
18225 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
18227         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18229 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18231         * server.el (server-clients): Only keep procs, no properties any more.
18232         (server-client): Remove.
18233         (server-client-get, server-client-set): Remove, replace all callers by
18234         process-get and process-put resp.
18235         (server-clients-with, server-add-client, server-delete-client)
18236         (server-create-tty-frame, server-create-window-system-frame)
18237         (server-process-filter, server-execute, server-visit-files)
18238         (server-buffer-done, server-kill-buffer-query-function)
18239         (server-kill-emacs-query-function, server-switch-buffer)
18240         (server-save-buffers-kill-terminal): Update accordingly.
18242         * server.el (server-with-environment): Simplify.
18243         (server-select-display, server-unselect-display): Re-add functions that
18244         seem to have been lost in the multi-tty merge.
18245         (server-eval-and-print, server-create-tty-frame)
18246         (server-create-window-system-frame, server-goto-toplevel)
18247         (server-execute, server-return-error): New functions extracted from
18248         server-process-filter.
18249         (server-execute-continuation): New functions.
18250         (server-process-filter): Restructure so that all arguments are analysed
18251         first and then acted upon in a subsequent stage.  This way
18252         server-goto-toplevel can be executed later, when we know if
18253         it's necessary.
18254         Remove the "-version" and "-version-good" support.
18256 2007-09-16  Drew Adams  <drew.adams@oracle.com>
18258         * cus-edit.el (custom-face-edit-activate): Doc fix.
18260 2007-09-16  Glenn Morris  <rgm@gnu.org>
18262         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18263         Following cal-bahai renaming, update all instances of
18264         list-bahai-diary-entries to diary-bahai-list-entries,
18265         mark-bahai-diary-entries to diary-bahai-mark-entries,
18266         calendar-goto-bahai-date to calendar-bahai-goto-date,
18267         insert-bahai-diary-entry to diary-bahai-insert-entry,
18268         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18269         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18270         calendar-print-bahai-date to calendar-bahai-print-date.
18272         * textmodes/tex-mode.el (tex-region): Handle the case where the
18273         region is not in `tex-main-file'.  Move the old code that applies
18274         to both cases...
18275         (tex-region-1): ...to this new function.
18277 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18279         * vc.el (vc-process-sentinel): New function.
18280         (vc-exec-after): Use it instead of using ugly hackish analysis and
18281         construction of Elisp code.
18282         (vc-sentinel-movepoint): New dynamically scoped var.
18283         (vc-print-log, vc-annotate): Set it to move the user's point.
18285         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18286         inhibit-modification-hooks.
18288         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18289         (calendar-bahai-print-date, calendar-bahai-goto-date)
18290         (diary-bahai-list-entries, diary-bahai-insert-entry):
18291         New names to clean up the namespace a bit more.
18292         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18294 2007-09-15  Glenn Morris  <rgm@gnu.org>
18296         * calendar/holidays.el (holiday-list): Rename it back to
18297         `list-holidays', but leave `holiday-list' as an alias.
18299         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18300         custom group.
18302         * textmodes/css-mode.el (css): New custom group.
18303         (css-electrick-keys, css-selector, css-property)
18304         (css-indent-offset): Specify custom group.
18306 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18308         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18309         (cvs-execute-single-file): Use process-file.
18310         (cvs-run-process): Use start-file-process.
18312 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18314         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18315         level.  Remove the hooks when turning off the mode.
18317         * term/xterm.el: Require xt-mouse at compile time.
18318         (terminal-init-xterm): Turn on xterm mouse tracking for this
18319         terminal if xterm-mouse-mode is enabled.
18321 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18323         * term/xterm.el (xterm-function-map): Replace bindings that were
18324         deleted by the merge.
18326 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
18328         * play/bubbles.el (bubbles-version): Bump value to "0.5".
18329         (bubbles-mode-map): Move define-key statements here.
18330         (bubbles-game-theme-menu): Ditto.
18331         (bubbles-graphics-theme-menu): Ditto.
18332         (bubbles-menu): Ditto.
18333         (bubbles-mode): Initialize buffer-undo-list, redisplay.
18334         (bubbles--initialize): Reset buffer-undo-list, redisplay.
18335         (bubbles-plop): Set buffer-undo-list, redisplay.
18336         (bubbles-undo): Reset buffer-undo-list, redisplay.
18337         (bubbles--show-images): Take care of missing text properties.
18339 2007-09-14  Glenn Morris  <rgm@gnu.org>
18341         * startup.el (fancy-startup-text, fancy-about-text): Fix face
18342         quoting.
18344         * calendar/cal-hebrew.el, calendar/cal-menu.el
18345         * calendar/calendar.el, calendar/diary-lib.el
18346         * calendar/holidays.el: Rename all instances of
18347         list-calendar-holidays callers to calendar-list-holidays,
18348         list-holidays to holiday-list, check-calendar-holidays to
18349         calendar-check-holidays, mark-calendar-holidays to
18350         calendar-mark-holidays, and filter-visible-calendar-holidays to
18351         holiday-filter-visible-calendar.
18353 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18355         * term/xterm.el (xterm-function-map): Add C-M- bindings.
18357 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
18359         * play/bubbles.el (bubbles--initialize-images): Fix bug:
18360         Use transparent background for empty cells in graphics mode.
18362 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
18364         * man.el (Man-default-man-entry): At end of line, continue looking
18365         to the next line for possible end of hyphenated command.
18367 2007-09-13  Chris Moore  <dooglus@gmail.com>
18369         * shell.el (shell-resync-dirs): Don't move the cursor relative to
18370         the command being edited.
18372 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
18374         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18376 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
18378         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18379         C-M-S- keys.
18381         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18383 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
18385         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18386         New argument `filename-p' to use one set of confusing chars or another.
18387         (browse-url-file-url): Use the argument.
18388         Suggested by Johannes Weiner.
18390 2007-09-12  Romain Francoise  <romain@orebokech.com>
18392         * cus-start.el (all): Revert 2007-09-08 change.
18394 2007-09-12  Aaron Hawley  <aaronh@garden.org>
18396         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18397         extract .Z files, since it is more common than uncompress.
18399 2007-09-12  Glenn Morris  <rgm@gnu.org>
18401         * textmodes/org-publish.el (org-publish-org-to-html): Remove
18402         duplicate function definition.
18404 2007-09-10  Chris Moore  <dooglus@gmail.com>
18406         * diff-mode.el (diff-sanity-check-hunk):
18407         Also accept single-line hunks.
18409 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
18411         * startup.el (startup-screen-inhibit-startup-screen)
18412         (pure-space-overflow-message): New vars.
18413         (fancy-splash-insert): Allow functions for face and link specs.
18414         (fancy-splash-head): Remove unused arg.  Move splash text...
18415         (fancy-startup-text, fancy-about-text): ...here.
18416         (fancy-startup-tail): Rename from fancy-splash-tail.
18417         (fancy-startup-screen, fancy-about-screen): Split off from
18418         fancy-splash-screens.
18419         (display-startup-screen): New function.
18420         (display-about-screen): Rename from display-splash-screen.
18421         (command-line-1): Use concise startup screen if necessary.
18423 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
18425         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18426         Reported by Jan Djärv <jan.h.d@swipnet.se>.
18428 2007-09-10  Dave Love  <fx@gnu.org>
18430         * outline.el (outline-4, outline-5, outline-7):
18431         Move font-lock-builtin-face down from 4 to 7 to better keep the
18432         progression of color brightness, and to better match Org-mode's faces.
18434 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
18436         * progmodes/meta-mode.el (meta-font-lock-keywords)
18437         (font-lock-match-meta-declaration-item-and-skip-to-next)
18438         (meta-comment-indent, meta-indent-previous-line)
18439         (meta-indent-unfinished-line, meta-beginning-of-defun)
18440         (meta-end-of-defun, meta-common-initialization): Handle \f.
18441         (meta-indent-unfinished-line): Do not handle a `%' in a string as
18442         a comment-start.
18444         * files.el (file-modes-char-to-who, file-modes-char-to-right)
18445         (file-modes-rights-to-number): Auxiliary functions for symbolic to
18446         numeric notation of file modes.
18447         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
18448         numeric value.
18449         (read-file-modes): New.  Read either an octal value of a file mode or a
18450         symbolic value, and return its numeric value.
18452         * dired-aux.el (dired-do-chmod): Change to use the built-in
18453         `set-file-modes' and the previous symbolic mode parsing functions.
18455 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18457         * textmodes/texinfo.el: Remove spurious * in docstrings.
18458         (texinfo-mode-syntax-table, texinfo-mode-map):
18459         Initialize in the declaration.
18461         * tmm.el: Remove spurious * in docstrings.
18462         (tmm-prompt): Use with-current-buffer.
18464         * vcursor.el: Remove spurious * in docstrings.
18465         (vcursor-map): Initialize in the declaration.
18466         (vcursor-use-vcursor-map): Use define-minor-mode.
18467         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18469         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18470         Initialize in the declaration.
18471         (widget-minor-mode): Use define-minor-mode.
18473         * woman.el (woman-mode-map, woman-syntax-table):
18474         Initialize in the declaration.
18476 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
18478         * doc-view.el: New file.
18480 2007-09-09  Juri Linkov  <juri@jurta.org>
18482         * Makefile.in (update-authors): Add etc/ to AUTHORS.
18484         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18486         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18487         to "Startup screen".  Fix docstring.
18488         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18489         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18490         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18491         (initial-scratch-message): Fix docstring.
18492         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18493         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18494         Add link to "Customize Startup" and set interval between links to
18495         5 spaces.
18496         (fancy-about-text): Add links "Authors" and "Contributing".
18497         (fancy-splash-head): Add text "Welcome to " on the startup screen,
18498         and "This is " on the about screen.  Add link to
18499         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18500         For the about screen move emacs version to the header from
18501         `fancy-splash-tail' (as it's done already for normal about screen).
18502         (fancy-splash-tail): Insert emacs version only for startup screen.
18503         (normal-splash-screen): Remove duplicate empty lines.
18504         (normal-about-screen): Add links "Authors" and "Contributing".
18506         * menu-bar.el (menu-bar-help-menu):
18507         Move "About Emacs" and "About GNU" to the end of the Help menu.
18508         Move "Emacs Psychotherapist" after "Send Bug Report...".
18509         Move "External Packages" after "Find Emacs Packages".
18511 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
18513         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18514         they are useless with the byte compiler.
18515         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18516         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18517         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18518         (tramp-file-name-real-host, tramp-file-name-port)
18519         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18520         defuns.
18522         * net/tramp-cache.el (top): Improve error message when
18523         `tramp-persistency-file-name' is corrupted.
18525 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
18527         * textmodes/org.el (org-re): Also replace the :alpha: class.
18528         (org-todo-tag-alist): Variable removed.
18529         (org-todo-key-alist, org-todo-key-trigger): New variables.
18530         (org-use-fast-todo-selection): New option.
18531         (org-log-done): Docstring fixed.
18532         (org-deadline-warning-days): New default value 14.
18533         (org-edit-timestamp-down-means-later): New option.
18534         (org-tag-alist): Docstring fixed.
18535         (org-fast-tag-selection-include-todo): New option.
18536         (org-export-language-setup): New languages added.
18537         (org-set-regexps-and-options): Compute the new variables.
18538         (org-paste-subtree): Cleaning up.
18539         (org-remember-apply-template): New escape %A.
18540         (org-todo): Call fast TODO selection.
18541         (org-fast-todo-selection): New function.
18542         (org-add-log-note): Allow prefix for abort exit.
18543         (org-at-property-p, org-entry-properties)
18544         (org-columns-get-autowidth-alist): Use :alpha: class.
18545         (org-get-wdays): New function.
18546         (org-agenda-remove-date): New variable.
18547         (org-agenda-get-deadlines): Use `org-get-wdays'.
18548         (org-agenda-get-deadlines): Reverse ee before returning.
18549         (org-format-agenda-item): New argument REMOVE-RE.
18550         (org-agenda-convert-date): Baha'i calendar added.
18551         (org-infile-export-plist): Also find DATE line.
18552         (org-get-min-level): New function.
18553         (org-export-as-html, org-export-as-ascii): Use the date format.
18554         (org-shiftup, org-shiftdown): Use.
18555         `org-edit-timestamp-down-means-later'.
18556         (org-assign-fast-keys): New function.
18558 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
18560         * cus-start.el (all): Add prefer-window-split-horizontally from
18561         window.c.
18563 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
18565         * net/browse-url.el (browse-url-galeon): Fix last change.
18566         (top-level): Require cl when compiling.
18568 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
18570         * textmodes/org-export-latex.el: arch-tag restored.
18572         * textmodes/org-publish.el: arch-tag restored.
18574 2007-09-08  Masatake YAMATO  <jet@gyve.org>
18576         * progmodes/which-func.el (which-func-modes): Add diff-mode.
18578         * progmodes/cc-langs.el: Support new keywords added to
18579         objective-c frontend of gcc.
18580         (c-simple-stmt-kwds): Add @throw.
18581         (c-block-stmt-2-kwds): Add @synchronized.
18582         (c-block-stmt-1-kwds): Add @finally and @try.
18584 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
18586         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18587         (org-agenda-after-show-hook): New variable.
18588         (org-columns-compile-format)
18589         (org-columns-get-autowidth-alist, org-buffer-property-keys)
18590         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18591         property names.
18592         (org-get-wdays): New function.
18594 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18596         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18598         * term/xterm.el (xterm-function-map): Initialize in the declaration.
18600         * vc-arch.el (vc-arch-checkin): Fix typo.
18602 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
18604         * cus-face.el (custom-theme-set-faces): Set face attributes
18605         locally for each frame.
18607 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18609         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18610         via font-lock-defaults.
18612         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18613         derived-mode-p.
18615 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
18617         * progmodes/autoconf.el (autoconf-definition-regexp):
18618         Handle optional square brackets around definition name.
18620 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
18622         * net/browse-url.el (browse-url-browser-function): Add elinks.
18623         (browse-url-elinks-wrapper): New option.
18624         (browse-url-encode-url, browse-url-elinks)
18625         (browse-url-elinks-sentinel): New functions.
18626         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18627         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18628         Use new function browse-url-encode-url.
18630 2007-09-07  Glenn Morris  <rgm@gnu.org>
18632         * version.el (emacs-version): Revert 2007-08-29 change: no need to
18633         say if multi-tty is present.
18635 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18637         * cus-start.el (split-window-preferred-function): Add custom info.
18639         * calendar/holidays.el (holiday-list, calendar-check-holidays)
18640         (calendar-mark-holidays, calendar-list-holidays)
18641         (holiday-filter-visible-calendar): New names to clean up namespace.
18642         (filter-visible-calendar-holidays, list-calendar-holidays)
18643         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18644         Add compatibility aliases.
18645         (calendar-check-holidays, calendar-mark-holidays)
18646         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18647         (holiday-sexp): Replace append with list.
18648         (holiday-filter-visible-calendar): Replace append with push.
18650         * woman.el: Remove spurious * in docstrings.
18651         (woman-mini-help, woman-non-underline-faces, woman0-rename)
18652         (woman-topic-all-completions-merge, woman-file-name-all-completions)
18653         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18654         (woman-write-directory-cache, woman-display-extended-fonts)
18655         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18656         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18657         (woman-mode): Use inhibit-read-only.
18658         (woman-negative-vertical-space): Use dotimes.
18659         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18661 2007-09-06  Romain Francoise  <romain@orebokech.com>
18663         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18664         (vc-bzr-workfile-version): Use it.
18666 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18668         * complete.el (PC-do-completion): Don't try to treat
18669         empty string as an abbreviation.
18671 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
18673         * help-fns.el (describe-variable): Keep doc's text properties.
18675 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
18677         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18678         instead of a file.
18680 2007-09-06  Glenn Morris  <rgm@gnu.org>
18682         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18683         (checkdoc-minor-mode): Allow user to specify lighter via
18684         checkdoc-minor-mode-string.
18686 2007-09-05  Richard Stallman  <rms@gnu.org>
18688         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18689         Several items removed, simplified, or put on one line.
18690         (fancy-about-text): Add substantial contents, part of startup text.
18691         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18692         (normal-splash-screen): Call normal-mouse-startup-screen,
18693         normal-no-mouse-startup-screen, or normal-about-screen.
18694         (normal-mouse-startup-screen): New fn, broken out, shortened.
18695         (normal-no-mouse-startup-screen): New fn, broken out.
18696         (normal-about-screen): New function, contents all new.
18698 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
18700         * emacs-lisp/rx.el (rx): Fix typo in docstring.
18702 2007-09-05  Glenn Morris  <rgm@gnu.org>
18704         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18705         is bound.
18707 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
18709         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18710         in doc string.
18712 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18714         * server.el (server-start, server-unload-hook): Undo previous change.
18716         * xt-mouse.el: Undo previous change.
18718 2007-09-04  Juri Linkov  <juri@jurta.org>
18720         * startup.el (fancy-about-text): New variable.
18721         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18722         (fancy-current-text, fancy-splash-stop-time)
18723         (fancy-splash-outer-buffer): Remove variables.
18724         (fancy-splash-head, fancy-splash-tail): Add new optional argument
18725         `startup' and use it to conditionally display different texts for
18726         Startup and About screens.  Don't display Help commands on the About
18727         screen.
18728         (fancy-splash-screens-1): Remove function and move its content to
18729         `fancy-splash-screens' to the part that dislpays the About screen.
18730         (exit-splash-screen): Don't treat specially exiting from
18731         alternating screens.
18732         (fancy-splash-screens): Rename argument `static' to `startup'.
18733         Fix docstring.  Remove code for displaying alternating screens.
18734         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18735         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18736         for `inhibit-read-only'.
18737         (normal-splash-screen): Rename argument `static' to `startup'.
18738         Fix docstring.  Use argument `startup' to conditionally display
18739         different texts for Startup and About screens.  Don't display Help
18740         commands on the About screen.  Remove `unwind-protect' `sit-for'
18741         delay and `kill-buffer' after it.
18742         (display-startup-echo-area-message): Remove call to
18743         `use-fancy-splash-screens-p' because image.el is preloaded and
18744         doesn't display "Loading image... done".
18745         (display-splash-screen): Rename argument `static' to `startup'.
18746         Fix docstring.
18748 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18750         * server.el (server-start, server-unload-hook):
18751         suspend-tty-functions has been renamed to suspend-tty-hook.
18753         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
18754         resume-tty-hook.
18756 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
18758         * loadup.el: Fix merge problem, only load "button" once.
18760 2007-09-03  Glenn Morris  <rgm@gnu.org>
18762         * vc-svn.el (vc-svn-print-log): If there is only one file, use
18763         "Working file:" as the prefix, for the sake of
18764         log-view-current-file.
18766 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
18768         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18769         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18770         if the selected frames is in
18771         xterm-modify-other-keys-terminal-list.
18772         (xterm-turn-off-modify-other-keys): Add an optional frame
18773         parameter.  Only turn off modify-other-keys if FRAME is in
18774         xterm-modify-other-keys-terminal-list.
18775         (xterm-remove-modify-other-keys): New function.
18776         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
18777         Add the selected frame to xterm-modify-other-keys-terminal-list.
18779 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
18781         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18782         (icon-map-list): New variable.
18783         (x-gtk-map-stock): Use icon-map-list.
18785 2007-09-02  Romain Francoise  <romain@orebokech.com>
18787         * log-view.el (log-view-current-file): Balance parens.
18789 2007-09-02  Glenn Morris  <rgm@gnu.org>
18791         * comint.el (comint-mode): Don't set scroll-conservatively.
18793         * eshell/em-unix.el (eshell/time): Stringify and flatten the
18794         non-command arguments.
18796         * log-view.el (log-view-current-file): Give a more explicit error
18797         if log-view-file-re fails to find a match.
18799 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
18801         * emacs-lisp/bytecomp.el (byte-recompile-directory):
18802         Fix bug: Don't expand top-level file name more than once.
18803         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18805 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18807         * server.el (server-process-filter): Don't display the splash screen.
18808         It's annoying enough on the initial screen and becomes positively
18809         obnoxious here.
18811 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18813         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18814         Change naming to use "avl-tree--" for internal functions.
18816 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
18818         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18819         the merge.
18820         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18821         (provide): Move to the end of file.
18823         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18825 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
18827         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18828         New variable.  List of exceptions for the duplicated word rule.
18829         (flyspell-mark-duplications-flag): Mention it.
18830         (flyspell-word): Treat it.
18832         * files.el (create-file-buffer): If the filename sans directory starts
18833         with spaces, remove them.
18835 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
18837         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18838         (x-gtk-map-stock): Use two directory elements when matching
18839         file name.
18841 2007-08-31  James Wright  <james@chumsley.org>
18843         * eshell/em-unix.el (eshell/info): New function.
18845 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18847         * frame.el (frame-initialize, make-frame):
18848         * server.el (server-process-filter):
18849         * faces.el (tty-set-up-initial-frame-faces): Don't set
18850         term-environment-variable since it's not used any more.
18852         * env.el (setenv): Don't treat $TERM specially.
18854         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18855         stated otherwise, subprocesses do not send back escape sequences
18856         corresponding to the terminal from which Emacs was started.
18858 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
18860         * calculator.el: Require cl for compilation.
18862 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
18864         * outline.el (outline-font-lock-levels): Comment out unused var.
18865         (outline-font-lock-face): Wrap around face list to handle any
18866         nesting depth gracefully.
18868 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
18870         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18871         `set-file-times'.
18873 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
18875         * textmodes/org.el (org-export-visible): Fix drawers before export.
18876         (org-do-sort): Allow sorting by priority.
18877         (org-agenda-files): Ignore non-existing files.
18878         (org-agenda-skip-unavailable-files): New variable.
18879         (org-ellipsis): All a face as value.
18880         (org-mode): Interprete the face value of `org-ellipsis'.
18881         (org-archive-save-context-info): New option.
18882         (org-archive-subtree): Store context info in archived entry.
18883         (org-fast-tag-selection-can-set-todo-state): New variable.
18884         (org-fast-tag-selection): Allow setting TODO states through this
18885         interface.
18886         (org-cycle): Docstring updated.
18887         (org-todo-keyword-faces): New option.
18888         (org-get-todo-face): New function.
18889         (org-set-font-lock-defaults, org-agenda-highlight-todo):
18890         Use `org-get-todo-face'.
18891         (org-switch-to-buffer-other-window): New function.
18892         (org-table-edit-field, org-table-show-reference)
18893         (org-table-edit-formulas, org-add-log-note)
18894         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18895         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18896         `switch-to-buffer-other-window' to make sure that the temporary
18897         windows show up on the current frame.
18898         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18899         (org-get-entries-from-diary, org-replace-region-by-html):
18900         Don't allow pop-up frames.
18901         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18902         Fix problems with time-of-day.
18903         (org-export-get-title-from-subtree): New function.
18904         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18905         with listing items that are DONE.
18906         (org-change-tag-in-region): New command.
18907         (org-agenda-skip-scheduled-if-done)
18908         (org-agenda-skip-deadline-if-done): Docstring clarified.
18909         (org-mode): Hide drawers on startup.
18910         (org-get-todo-face): New function.
18911         (org-todo-keyword-faces): New option.
18912         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18913         (org-remove-keyword-keys): New function.
18915 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
18917         * progmodes/grep.el (grep-find-ignored-directories):
18918         Add monotone _MTN bookkeeping directory in workspaces.
18919         Add RCS control directory.  List items in alphabetical order.
18921         * progmodes/grep.el (grep-files-aliases): Add cc alias.
18922         Sort items in alphabetical order.  Fix parens.
18924 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18926         * vc-hg.el (vc-hg-extra-menu-map): New variable.
18927         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18928         (vc-hg-pull): New functions.
18929         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18931         * term/mac-win.el: Don't require url, only autoloaded url
18932         functions are used in this file.
18934 2007-08-29  Andreas Schwab  <schwab@suse.de>
18936         * shell.el (shell): Return correct value from interactive spec.
18938 2007-08-29  Glenn Morris  <rgm@gnu.org>
18940         * version.el (emacs-version): Increase to 23.0.50.
18942 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
18944         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18946 2007-08-29  Juri Linkov  <juri@jurta.org>
18948         * loadup.el: Add "button" loading after "faces" and move "startup"
18949         to load after "button".
18951 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18953         * loadup.el: Load term/mac-win on a Mac using Carbon.
18955         * term/mac-win.el: Provide mac-win.
18956         (mac-initialized): New variable.
18957         (mac-initialize-window-system): New function.  Move global setup here.
18958         (handle-args-function-alist, frame-creation-function-alist):
18959         (window-system-initialization-alist): Add mac entries.
18960         (x-setup-function-keys): New function containing all the
18961         top level function key definitions.
18963         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18965         * env.el (read-envvar-name): Don't consider the environment frame param.
18967         * env.el (setenv):
18968         * frame.el (frame-initialize, make-frame):
18969         * faces.el (tty-set-up-initial-frame-faces):
18970         * server.el (server-process-filter): Set
18971         display-environment-variable and term-environment-variable.
18973         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18975 2007-08-29  Jason Rumney  <jasonr@gnu.org>
18977         * loadup.el: Only load term/x-win when X is compiled in.
18978         Load term/w32-win and dependencies on windows-nt.
18980         * term/w32-win.el: Reorder to match x-win.el more closely.
18981         Provide w32-win.  Don't throw error when global window-system not w32.
18982         (internal-face-interactive): Remove obsolete function.
18983         (x-setup-function-keys): Use local-function-key-map.
18984         (w32-initialized): New variable.
18985         (w32-initialize-window-system): Set it.
18986         Move more global setup here.
18987         (x-setup-function-keys): New function.
18988         (w32-initialize-window-system): Move non function key global setup here.
18989         (x-cut-buffer-max): Remove.
18990         (w32-initialize-window-system): New function.
18991         (handle-args-function-alist, frame-creation-function-alist):
18992         (window-system-initialization-alist): Add w32 entries.
18994 2007-08-29  David Kastrup  <dak@gnu.org>
18996         * env.el (getenv): Pass frame to getenv-internal.
18998 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
19000         * version.el (emacs-version): Show if multi-tty is present.
19002         * loadup.el: Delay loading env; mule-conf gets confused by cl
19003         during bootstrap.  Also load termdev and term/x-win.
19005         * bindings.el (mode-line-client): New variable.
19006         (help-echo): Add it to the default mode-line format.
19008         * cus-start.el: Remove bogus window-system reference from GTK test.
19010         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19011         (ebrowse-electric-position-mode-map):
19012         * ebuff-menu.el (electric-buffer-menu-mode-map):
19013         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19014         not `suspend-emacs'.
19016         * ediff-wind.el (ediff-setup-windows-automatic): New function.
19017         (ediff-window-setup-function): Use it as default.
19019         * files.el (save-buffers-kill-terminal): New function.
19020         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19022         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19023         and `with-selected-frame'.
19025         * help-fns.el (describe-variable): Describe frame-local variables
19026         correctly.
19028         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19029         display support.
19030         (normal-erase-is-backspace-setup-frame): New function.
19032         * subr.el (with-selected-frame): New function.
19033         (read-quoted-char): Use terminal-local binding of
19034         local-function-key-map instead of function-key-map.
19036         * talk.el (talk): New function.
19037         (talk-handle-delete-frame): New function.
19038         (talk-add-display): Open a new frame only if FRAME was not a frame.
19040         * termdev.el: New file.
19042         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
19043         * term/x-win.el: Don't bind f10.
19044         * tmm.el: Remove autoload binding for f10.
19046         * international/encoded-kb.el (encoded-kbd-setup-display): Use
19047         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
19048         Store the saved input method as a terminal parameter.  Add keymap
19049         parameter.  Use it instead of changing key-translation-map directly.
19050         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19051         Remove.
19052         (encoded-kbd-setup-display): New function.
19054         * international/mule-cmds.el (set-locale-environment): Fix getenv
19055         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
19056         set the keyboard coding system.  Add DISPLAY parameter.
19057         (set-display-table-and-terminal-coding-system): Add DISPLAY
19058         parameter.  Pass it to set-terminal-coding-system.
19060         * international/mule.el (keyboard-coding-system): Test for
19061         encoded-kbd-setup-display, not encoded-kbd-mode.
19062         (set-terminal-coding-system, set-keyboard-coding-system): Add
19063         DISPLAY parameter.
19064         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19066         * term/README: Update.
19068         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19070         * term/x-win.el (x-setup-function-keys): New function.  Move
19071         function-key-map tweaks here.  Protect against multiple calls on
19072         the same terminal.  Use terminal-local binding of
19073         local-function-key-map instead of function-key-map.
19074         (x-initialize-window-system): Make a copy of pure list.  Pass a
19075         frame getenv.
19077         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19078         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19079         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19080         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19081         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19082         local-function-key-map instead of function-key-map.
19084         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19085         `substitute-key-definition' and `define-key' calls against
19086         multiple execution.  Use terminal-local binding of
19087         local-function-key-map instead of function-key-map.  Pass a frame
19088         to getenv.
19090         * edmacro.el (edmacro-format-keys):
19091         * emulation/cua-base.el (cua--pre-command-handler):
19092         * isearch.el (isearch-other-meta-char):
19093         * xt-mouse.el: Use terminal-local binding of
19094         local-function-key-map instead of function-key-map.
19096         * fringe.el (set-fringe-mode): Simplify and fix using
19097         `modify-all-frames-parameters'.
19098         * scroll-bar.el (set-scroll-bar-mode): Ditto.
19099         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
19100         check before calling `tool-bar-setup'.
19101         (tool-bar-setup): New variable.
19102         (tool-bar-setup): Use it to guard against multiple calls.  Add
19103         optional frame parameter, and select that frame before adding items.
19104         (toggle-tool-bar-mode-from-frame): New function.
19106         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19107         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19108         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19109         "Tool-bar" toggles to reflect the state of the current frame.
19110         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19112         * env.el: Require cl for byte compilation (for `block' and `return').
19113         (environment, setenv-internal): New functions.
19114         (let-environment): New macro.
19115         (setenv, getenv): Add optional terminal parameter.  Update docs.
19116         (setenv): Use setenv-internal.  Always set process-environment.
19117         Handle `local-environment-variables'.
19118         (read-envvar-name, setenv, getenv): Use frame parameters
19119         to store the local environment, not terminal parameters.  Include
19120         `process-environment' as well.
19122         * faces.el (tty-run-terminal-initialization): New function.
19123         (tty-create-frame-with-faces): Use it.  Set up faces and
19124         background mode only after the terminal has been initialized.
19125         Call terminal-init-*.  Don't load the initialization file more
19126         than once.  Call set-locale-environment.
19127         (frame-set-background-mode): Handle the 'background-mode terminal
19128         parameter.
19129         (tty-find-type): New function.
19130         (x-create-frame-with-faces): Remove bogus check for
19131         first frame.  Call `tool-bar-setup'.  Don't make frame visible
19132         until we are done setting up all its parameters.  Call
19133         x-setup-function-keys.
19135         * frame.el (make-frame): Always inherit 'environment and 'client
19136         parameters.  Set up the 'environment frame parameter, when needed.
19137         Also inherit 'client parameter.  Don't override explicitly
19138         specified values with inherited ones.  Add 'terminal frame
19139         parameter.  Append window-system-default-frame-alist to parameters
19140         before calling frame-creation-function.
19141         (frame-initialize): Copy the environment from the initial frame.
19142         (window-system-default-frame-alist): Enhance doc string.
19143         (frame-notice-user-settings): Don't put 'tool-bar-lines in
19144         `default-frame-alist' when initial frame is on a tty.
19145         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19146         Remove specified parameters from `window-system-default-frame-alist'.
19147         (make-frame-on-tty, framep-on-display, suspend-frame):
19148         Extend doc string, update parameter names.
19149         (frames-on-display-list): Use terminal-id to get the display id.
19150         (frame-notice-user-settings): Extend to apply
19151         settings in `window-system-default-frame-alist' as well.
19152         (terminal-id, terminal-parameters, terminal-parameter)
19153         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19154         (delete-frame-functions): Add to `delete-frame-functions' hook.
19155         (blink-cursor-mode): Adapt blink-cursor-mode default
19156         value from startup.el.
19157         (make-frame-on-display): Protect condition on x-initialized when
19158         x-win.el is not loaded.  Update doc.
19159         (suspend-frame): Use display-controlling-tty-p to decide between
19160         suspend-emacs and suspend-tty.
19161         (frames-on-display-list): Update for display ids.
19162         (framep-on-display): Ditto.
19163         (suspend-frame): Use display-name, not frame-tty-name.
19164         (selected-terminal): New function.
19166         * server.el: Use `device' instead of `display' or `display-id' in
19167         variable and client parameter names.
19168         (server-select-display): Remove (unused).
19169         (server-tty-live-p, server-handle-delete-tty): Remove.
19170         (server-unquote-arg, server-quote-arg, server-buffer-clients):
19171         Update docs.
19172         (server-getenv-from, server-with-environment, server-send-string)
19173         (server-save-buffers-kill-terminal): New functions.
19174         (server-delete-client): Handle quits in kill-buffer.  Don't kill
19175         modified buffers.  Add extra logging.  Delete frames after
19176         deleting the tty.  Clear 'client parameter before deleting a frame.
19177         Use delete-display, not delete-tty.
19178         (server-visit-files): Don't set `server-existing-buffer' if the
19179         buffer already has other clients.  Return list of buffers
19180         created.  Update doc.  Don't set client-record when nowait.
19181         (server-handle-delete-frame): Delete the client if this was its
19182         last frame.  Check that the frame is alive.  Remove bogus comment.
19183         Add note on possible race condition.  Delete tty clients, if needed.
19184         (server-handle-suspend-tty): Use server-send-string.  Kill the
19185         client in case of errors from process-send-string.  Use the display
19186         parameter.
19187         (server-unload-hook): Remove obsolete delete-tty hook.
19188         (server-start): Ask before restarting if the old server still has
19189         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
19190         (server-process-filter): Use server-send-string.  Accept `-dir'
19191         command.  Switch to *scratch* immediately after creating the frame,
19192         before evaluating any -evals.  Protect `display-splash-screen'
19193         call in a condition-case.  Explain why.  Call
19194         `display-startup-echo-area-message' before
19195         `display-splash-screen'.  Don't display the splash screen when no
19196         frame was created.  Show the Emacs splash screen and startup echo
19197         area message.  Display the *scratch* buffer by default.  Store the
19198         local environment in a frame (not terminal) parameter.  Do not try
19199         to decode environment strings.  Fix reference to the 'display
19200         frame parameter.  Change syntax of environment variables.  Put
19201         environment into terminal parameters, not client parameters.  Use
19202         a dummy client with --no-wait's X frames.  In `-position LINE'
19203         handler, don't ruin the request string until the line number is
19204         extracted.  Log opened files.  Handle -current-frame command.
19205         Don't create frames when it is given.  Don't bind X frames to the
19206         client when we are in -no-wait mode.  Set locale environment
19207         variables from client while creating tty frames.  Disable call to
19208         configure-display-for-locale.  When processing -position command,
19209         don't change the request string until the parameters are
19210         extracted.  Don't try to create an X frame when Emacs does not
19211         support it.  Improve logging.  Temporarily set ncurses-related
19212         environment variables to those of the client while creating a new
19213         tty frame.  Select buffers opened by nowait clients, don't leave
19214         them buried under others.  Set the display parameter, and use it
19215         when appropriate.
19217         * startup.el (display-startup-echo-area-message): Handle
19218         `inhibit-startup-echo-area-message' here.
19219         (command-line-1): Moved from here.
19220         (fancy-splash-screens): Use `overriding-local-map' instead of
19221         `overriding-terminal-local-map' for now; the latter doesn't work
19222         right, it looses keypresses to another terminal.  Use
19223         `overriding-terminal-local-map' to set up keymap.  Install a
19224         `delete-frame-functions' hook to catch `delete-frame' events.
19225         Ignore `select-window' events to cope better with
19226         `focus-follows-mouse'.  Don't switch back to the original buffer
19227         if the splash frame has been killed.  Restore previous buffer, even
19228         if it's *scratch*.
19229         (normal-splash-screen): Don't let-bind `mode-line-format'; it
19230         changes the global binding - setq it instead.  Use
19231         `save-buffers-kill-terminal'.
19232         (display-splash-screen): Don't do anything if the splash screen is
19233         already displayed elsewhere.
19234         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19235         (command-line): Replace duplicated code with a call to
19236         tty-run-terminal-initialization.  Don't load the terminal
19237         initialization file more than once.  Remove call to nonexistent
19238         function `set-locale-translation-file-name'.
19240         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19241         parameters.
19242         (xterm-mouse-position-function, xterm-mouse-event): Update.
19243         (xterm-mouse-mode): Don't depend on current value of window-system.
19244         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19245         Update for multi-tty.
19246         (turn-on-xterm-mouse-tracking-on-terminal)
19247         (turn-off-xterm-mouse-tracking-on-terminal)
19248         (xterm-mouse-handle-delete-frame): New functions.
19249         (delete-frame-functions, after-make-frame-functions)
19250         (suspend-tty-functions, resume-tty-functions): Install extra hooks
19251         for multi-tty.
19253 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19255         * simple.el (invisible-p): Remove: implemented in C now.
19256         (line-move-invisible-p): Remove obsolete alias.
19258 2007-08-28  Juri Linkov  <juri@jurta.org>
19260         * image-mode.el (image-type): New variable.
19261         (image-mode): Set default major mode name to "Image[text]".
19262         (image-minor-mode): Change LIGHTER to display image-type in the
19263         mode line.
19264         (image-minor-mode): Set default image-type to "text".
19265         (image-toggle-display): After switching to text mode, set
19266         image-type to "text" and major mode name to "Image[text]".
19267         After switching to image mode, set image-type to actual image
19268         type, and add image type to major mode name.  Let-bind the same
19269         variable names as arguments of `image-type' and `create-image'.
19270         Bind `type' to the result of `image-type' and use it as arg
19271         of `create-image' to not determine the image type twice.
19273 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
19275         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19276         (tramp-set-file-uid-gid, tramp-get-local-uid)
19277         (tramp-get-local-gid): New defuns.
19278         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19279         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19280         Improve fast track.
19281         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19282         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
19283         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19284         (tramp-handle-write-region): Improve fast track.
19285         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19286         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19287         be nil.
19289 2007-08-28  Ivan Kanis  <apple@kanis.eu>
19291         * time.el: New feature to display several time zones in a buffer.
19292         (display-time-world-mode, display-time-world-display)
19293         (display-time-world, display-time-world-timer): New functions.
19294         (display-time-world-list, display-time-world-time-format)
19295         (display-time-world-buffer-name, display-time-world-timer-enable)
19296         (display-time-world-timer-second, display-time-world-mode-map):
19297         New variables.
19299 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
19301         * term/x-win.el (x-gtk-stock-map): New variable.
19302         (x-gtk-map-stock): New function.
19304         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19305         prev/next-node.
19307 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
19309         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19311 2007-08-28  Glenn Morris  <rgm@gnu.org>
19313         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19315 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19317         * progmodes/modula2.el (m2-definition, m2-module):
19318         Don't use previous-line.  Reported by T. V. Raman.
19320 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19322         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19323         argument to tool-bar-mode call.
19325 2007-08-27  Glenn Morris  <rgm@gnu.org>
19327         * diff-mode.el (diff-find-file-name): Only accept regular files,
19328         to rule out /dev/null, directories, etc.
19330         * vc-svn.el (vc-svn-diff): If the repository version of all the
19331         files is the same as the specified OLDVERS, do a local diff.
19333 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19335         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19336         of buffers in uniquify-managed.
19338         * simple.el (invisible-p): Rename from text-invisible-p.
19339         Update callers.
19341         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19342         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19343         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19344         (cperl-etags-goto-tag-location): Use new style backquotes.
19346         * net/browse-url.el: Remove spurious * in custom docstrings.
19347         (browse-url-filename-alist): Use new-style backquote.
19349         * emacs-lisp/backquote.el (backquote-unquote-symbol)
19350         (backquote-splice-symbol): Clarify they're not new-style unquotes.
19352         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19353         (\,@): Backslash the , and ,@ which are not new-style unquotes.
19355         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19357         * net/socks.el (socks-username/password-auth-filter):
19358         Remove unused vars `state' and `desired-len'.
19359         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19360         (socks-wait-for-state-change): Use new-style backquotes.
19362         * pcvs.el (cvs-mode-status): Fix long-standing typo.
19364         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19365         backquotes after each `read' rather than once per buffer.
19367         * dframe.el: Remove spurious * in custom docstrings.
19368         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19369         (dframe-xemacs20p): Remove, inline at the sole use point.
19370         (defface): Don't defvar the face, don't use old-style backquote.
19371         (defcustom): Don't use old-style backquote.
19372         (dframe-frame-parameter, dframe-mouse-event-p):
19373         Make it obvious that it's always defined.
19374         (dframe-popup-kludge): New function to replace
19375         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19376         (dframe-frame-mode, dframe-set-timer-internal)
19377         (dframe-mouse-set-point): Remove use of with-no-warnings from
19378         XEmacs-specific code.
19379         (dframe-set-timer-internal): Fix very old bug with
19380         post-command-idle-hook.
19382         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19384         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19385         warning if the file uses old style backquotes.
19387         * emacs-lisp/bytecomp.el (byte-compile-log-file)
19388         (byte-recompile-directory, byte-compile-file)
19389         (byte-compile-from-buffer): Use with-current-buffer.
19391         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19392         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19393         (line-move-1, line-move-finish, line-move-to-column)
19394         (move-end-of-line, move-beginning-of-line): Use new name.
19396         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19398         * progmodes/ada-mode.el: Fix up comment style in header.
19399         (ada-check-emacs-version): Remove.
19400         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19401         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19402         to try and quieten the byte-compiler.
19403         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19405         * vc.el (vc-annotate-warp-version): Don't use previous-line.
19407 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
19409         * net/browse-url.el (browse-url-emacs): New function.
19411 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19413         * emacs-lisp/avl-tree.el: New file.
19415 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
19417         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19418         was used.
19420 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
19422         * complete.el (PC-do-completion): Make RET accept a non-unique but
19423         complete expansion again.
19425 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
19427         * eshell/esh-opt.el (eshell-eval-using-options):
19428         Add debug declaration.
19430 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19432         * log-view.el (log-view-toggle-mark-entry): Add docstring.
19433         (log-view-get-marked): Likewise.
19435         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19436         (vc-delete-automatic-version-backups): Likewise.
19438         * vc.el (vc-dired-buffers-for-dir): Likewise.
19440 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
19442         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19443         safe-local-variable setting.
19444         * progmodes/perl-mode.el (perl-indent-level): Likewise.
19446         * log-view.el (log-view-marked-list): Delete variable.
19447         (log-view-mode): Don't use it.
19448         (log-view-toggle-mark-entry): Likewise, simplify.
19449         (log-view-current-tag): Don't return properties.
19450         (log-view-get-marked): New function.
19452 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
19454         * vc-git.el (vc-git-mode-line-string): New function.
19456 2007-08-25  Alan Mackenzie  <acm@muc.de>
19458         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19459         new language variable.
19461         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19462         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19463         "extern" etc., rather than BOI.  Fix addition of spurious
19464         syntactic-symbol 'defun-block-intro, replacing it with
19465         'innamespace, etc.
19467 2007-08-25  Juri Linkov  <juri@jurta.org>
19469         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19471         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19472         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19473         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19475         * image.el (image-type-header-regexps): Use more complex regexp for svg.
19476         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19477         (image-type-auto-detectable): Add (svg . maybe).
19479         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19480         to treat it like .tgz.
19482         * calendar/cal-bahai.el: Add file coding cookie.
19484 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
19486         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19487         Don't behave differently when executed via M-x.  Add doc string.
19489         * sort.el (sort-fold-case, sort-numeric-base): Mark as
19490         safe-local-variable.
19492 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
19494         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19495         the default value.
19496         (math-calendar-tzinfo): New variable.
19497         (math-get-calendar-tzinfo): New function.
19498         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19499         to get information when zone is nil.
19501 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
19503         * log-view.el (log-view-toggle-mark-entry): New function.
19504         (log-view-mode-map): Bind it.
19505         (log-view-marked-list): New variable.
19506         (log-view-mode): Make it local.
19508 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19510         * play/zone.el (zone-pgm-rat-race): New func.
19511         (zone-programs): Add `zone-pgm-rat-race'.
19513 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19515         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19516         a list.
19518 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19520         * progmodes/hideshow.el (hs-match-data): Delete alias.
19521         (hs-hide-block-at-point, hs-find-block-beginning)
19522         (hs-show-block): Use `match-data' directly.
19524 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
19526         * format.el (format-alist): Fix typo in doc-string.
19528 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
19530         * net/tramp.el (tramp-local-host-p): New defun.
19531         (tramp-handle-file-local-copy, tramp-handle-write-region):
19532         Implement fast track when being on the local host.
19533         (tramp-file-name-handler): Don't set "started" property.  It shall
19534         be reserved for the "ftp" method.
19535         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19537         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19538         (tramp-ftp-file-name-handler): Set "started" property.
19540 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
19542         * files.el (backup-buffer-copy): Don't wrap delete in
19543         condition-case, only try to delete if file exists.
19545 2007-08-24  Glenn Morris  <rgm@gnu.org>
19547         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19549         * startup.el (tutorial-directory): Set with eval-at-startup so it
19550         gets the right value in an installed Emacs.
19552 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19554         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19555         (eldoc-highlight-function-argument): Use it.
19557 2007-08-23  Masatake YAMATO  <jet@gyve.org>
19559         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19560         name of parameters in document body.
19562 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19564         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19565         (byte-compile-output-as-comment): Use with-current-buffer rather than
19566         a weird set-buffer&prog1 combination.
19568         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19569         test so as to optimise cases where the `progn's result is constant.
19571 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19573         * locate.el (locate-get-file-positions):
19574         Use line-beginning-position and line-end-position.
19576 2007-08-23  John Wiegley  <johnw@newartisans.com>
19578         * calendar/cal-bahai.el: Added in the diacriticals that were
19579         missing for many of the month names.
19581 2007-08-22  Jason Rumney  <jasonr@gnu.org>
19583         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19585 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
19587         * image-mode.el (image-minor-mode): Use image-mode-text-map.
19589 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19591         * dabbrev.el (dabbrev--progress-reporter): New variable.
19592         (dabbrev--scanning-message): Delete func.
19593         (dabbrev--find-expansion): Use a progress reporter
19594         instead of dabbrev--scanning-message.
19596 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19598         * comint.el (comint-exec-1): Raise an error if
19599         `start-file-process' does not return a process object.
19601         * shell.el (shell): Prompt for `default-directory' if it is a
19602         remote file name, and if called with a prefix arg.
19604 2007-08-22  Sam Steingold  <sds@gnu.org>
19606         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19608 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
19610         * textmodes/org-export-latex.el: New file.
19612         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19614         * textmodes/org.el (org-agenda-skip): Allow a form for
19615         `org-agenda-skip-function'.
19616         (org-agenda-redo): Re-use local settings.
19617         (org-agenda): Store local settings.
19618         (org-agenda-deadline-faces): New option.
19619         (org-agenda-deadline-face): New function.
19620         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19621         entries on their due date.
19622         (org-agenda-get-timestamps): No longer handle the due dates of
19623         schedules and deadline items.
19624         (org-insert-link-global, org-open-at-point-global): New commands.
19625         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19626         :for-ascii parameter.
19627         (org-skip-comments): Function removed.
19628         (org-cleaned-string-for-export): Handle special table lines.
19629         (org-global-properties): New option.
19630         (org-entry-get-with-inheritance): Check global properties.
19631         (org-local-properties): New variable.
19632         (org-set-regexps-and-options): Find the #+PROPERTY line.
19633         (org-link-types): Change type into variable (was constant).
19634         (org-make-link-regexps): New function.
19635         (org-link-re-with-space, org-link-re-with-space2)
19636         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19637         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19638         these regular expressions happens now in the function
19639         `org-make-link-regexps'.
19640         (org-store-link): Call the functions in
19641         `org-store-link-functions'.
19642         (org-add-link-type): New function.
19643         (org-store-link-functions): New variable.
19644         (org-activate-tags): Force matches to be in headlines.
19645         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19646         (org-columns-display-here): Make sure this works in a narrowed
19647         buffer by checking for point-min.
19648         (org-columns-display-here): Make the rest of the line intangible,
19649         so that point never can be there.
19650         (org-cleaned-string-for-export): Use `with-current-buffer'.
19651         (org-replace-region-by-html): Use `with-current-buffer'.
19652         (org-unfontify-region, org-do-occur, org-columns-display-here)
19653         (org-columns-remove-overlays, org-columns-quit)
19654         (org-columns-edit-value, org-columns-next-allowed-value)
19655         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19656         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19657         (org-agenda-todo, org-agenda-change-all-lines)
19658         (org-agenda-align-tags, org-agenda-priority)
19659         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19660         (org-agenda-show-new-time, org-cleaned-string-for-export)
19661         (org-export-grab-title-from-buffer)
19662         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19663         instead of `buffer-read-only'.
19664         (org-export-as-html): Set `coding-system-for-write'.
19665         (org-remember-store-without-prompt): New option.
19666         (org-archive-subtree): Fixed bug with modifying TODO keyword.
19667         (org-beginning-of-line): Also treat C-a special in items.
19668         (org-table-convert-refs-to-rc): Fixed problem with column
19669         reference after "..".
19670         (org-columns-compute): Don't mark buffer modified because of text
19671         properties.
19672         (org-batch-store-agenda-views): Use the variable
19673         `default-directory', not the function.
19674         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19675         (org-clock-out-when-done): New option.
19676         (org-html-entities): Added HTML entities for smileys.
19678 2007-08-22  Glenn Morris  <rgm@gnu.org>
19680         * image.el (create-image): Doc fix.
19682         * startup.el (tutorial-directory): New constant.
19683         (fancy-splash-text): Tutorials now in tutorial-directory.
19684         * tutorial.el (help-with-tutorial): Tutorials now in
19685         tutorial-directory.
19687 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19689         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19690         otherwise.
19691         (tramp-get-remote-path): New defun.  Replace occurrences of
19692         `tramp-default-remote-path' by this function.
19693         (tramp-set-remote-path): Move most of the code to
19694         `tramp-get-remote-path'.
19695         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19696         existing directories, this is done already in
19697         `tramp-get-remote-path'.
19699 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
19701         * image-file.el (image-file-name-extensions): Add "svg".
19702         * image.el (image-type-header-regexps): Add svg entry.
19704 2007-08-22  Glenn Morris  <rgm@gnu.org>
19706         * files.el (backup-buffer-copy): Check backup directory is
19707         writable, to avoid infloop deleting old backup.
19709         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19710         movemail related variables.
19711         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19712         will now be set before this is called.
19714 2007-08-21  Juri Linkov  <juri@jurta.org>
19716         * delsel.el (delete-selection-pre-hook):
19717         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19718         instead of checking last-command.
19720 2007-08-21  Juri Linkov  <juri@jurta.org>
19722         * loadup.el: Preload "button".
19724 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19726         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19727         Add previous-line and next-line.
19729         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19730         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19732         * vc-hooks.el (vc-menu-entry): New var.
19733         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19734         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19735         (vc-menu-map): Declare and initialize in one step.
19736         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19738         * menu-bar.el (vc-menu-map): Don't setup any more.
19739         Instead, just create the proper spot in the menu.
19741 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19743         * smerge-mode.el (smerge-resolve): New arg `safe'.
19744         (smerge-resolve-all, smerge-batch-resolve): New function.
19745         (smerge-refine): Make sure `diff' returns the expected result.
19746         (smerge-parsep-re): New const.
19747         (smerge-mode): Use it to adjust paragraph-separate.
19749         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19750         Correctly match / regexp matchers as first char on a line when
19751         fontifying only that line.
19753         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19755 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19757         * vc-bzr.el: Don't fiddle with vc-handled-backend.
19758         (vc-bzr-registered): Don't redundantly protect against
19759         file-error.  Actually use the format-specific code.
19760         (vc-bzr-buffer-nonblank-p): Remove.
19761         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19763 2007-08-20  Juri Linkov  <juri@jurta.org>
19765         * startup.el (fancy-splash-text): Change multiple tabs into one
19766         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
19767         and "Recover Crashed Session").
19768         (fancy-splash-screens): Set tab-width to 22.
19769         (normal-splash-screen): Replace literal tabs with \t and
19770         fix whitespace.  Remove "Useful File menu items" section (with
19771         "Exit Emacs" and "Recover Crashed Session").
19773 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
19775         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19776         extracted from `eval-last-sexp-1'.
19777         (eval-last-sexp-1): Call `preceding-sexp'.
19779 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
19781         * vc-rcs.el (vc-rcs-annotate-command):
19782         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19783         Add back :vc-annotate-prefix propertization.
19785 2007-08-20  Andreas Schwab  <schwab@suse.de>
19787         * mail/rmail.el (rmail-autodetect): Doc fix.
19789 2007-08-19  Juri Linkov  <juri@jurta.org>
19791         * startup.el (normal-splash-screen): Add more links.
19793 2007-08-19  Juri Linkov  <juri@jurta.org>
19795         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19796         because it's common to both types of splash screen: fancy and normal.
19797         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19798         (exit-splash-screen): Rename from `fancy-splash-quit'.
19799         Use `quit-window' instead of `kill-buffer'.
19800         (fancy-splash-head): Use make-button to insert GNU image link.
19801         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19802         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19803         (normal-splash-screen): Put "Browse manuals" on the same line with
19804         "Emacs manual".  Remove descriptions from "Useful tasks" and put
19805         all links in two columns on two lines.
19807 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19809         * emulation/viper.el (viper-remove-hooks): Remove some additional
19810         viper hooks when the user calls viper-go-away.
19811         (viper-go-away): Restore the default of default-major-mode.
19812         Save the value of default-major-mode before vaperization.
19814         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19816         * emulation/viper-ex.el: Replace error "" with "Viper bell".
19818         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19819         buffer for which file is created.
19821 2007-08-19  Glenn Morris  <rgm@gnu.org>
19823         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19824         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19825         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
19826         shadow files messing up the compilation.
19828 2007-08-18  Glenn Morris  <rgm@gnu.org>
19830         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19831         string.  Also apply eldoc-argument-case in the help-split-fundoc
19832         case.  Adapt for changed behavior of eldoc-function-argstring,
19833         eldoc-function-argstring-format, and
19834         eldoc-highlight-function-argument.
19835         (eldoc-highlight-function-argument): Handle nil INDEX argument,
19836         just call eldoc-docstring-format-sym-doc in that case.
19837         (eldoc-function-argstring): Change the behavior.  Now it converts
19838         an argument list to a string.
19839         (eldoc-function-argstring-format): Change the behavior.  Now it
19840         applies `eldoc-argument-case' to a string.
19842         * progmodes/scheme.el (scheme-mode-variables): Set
19843         font-lock-comment-start-skip.
19845 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
19847         * progmodes/ada-mode.el (ada-create-syntax-table): Move
19848         set-syntax-table from here to ...
19849         (ada-mode): ... here.  Do not change global value of
19850         comment-multi-line.  Call new function
19851         ada-initialize-syntax-table-properties and add new function
19852         ada-handle-syntax-table-properties to font-lock-mode-hook.
19853         (ada-deactivate-properties, ada-initialize-properties): Replace
19854         by new functions ...
19855         (ada-handle-syntax-table-properties)
19856         (ada-initialize-syntax-table-properties)
19857         (ada-set-syntax-table-properties): ... to set up syntax-table
19858         properties uniformly, independently from whether font-lock-mode
19859         is enabled or not.  Handle read-only buffers and do not change
19860         undo-list when setting syntax-table properties.
19861         (ada-after-change-function): Use ada-set-syntax-table-properties.
19863 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
19865         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19866         (meta-indent-current-nesting): Use a computation of the nesting
19867         instead.
19868         (meta-indent-current-indentation): Indentation is given according
19869         to nesting and if the previous line was finished or not.
19870         (meta-indent-unfinished-line): Tell if the current line ends with
19871         a finished expression.
19872         (meta-indent-looking-at-code): Like `looking-at', but checks if
19873         the point is in a string before.
19874         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
19875         done in the nesting function.
19876         (meta-indent-in-string-p): Tell if the current point is in a
19877         string.
19878         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
19879         previous functions.
19881 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
19883         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19884         (copyright-update-year, copyright-update)
19885         (copyright-fix-years): Use it.
19887 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19889         * emacs-lisp/copyright.el (copyright-update-year):
19890         Fix bug: Handle nil copyright-limit.
19892 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19894         * calc/calc-units.el (math-standard-units): Give exact
19895         conversion for tsp.
19897         * calc/calc.el (math-bignum-digit-length): Compute the
19898         appropriate value.
19900         * calc/calc-bin.el (math-bignum-logb-digit-size)
19901         (math-bignum-digit-power-of-two):
19902         * calc/calc-comb.el (math-small-factorial-table):
19903         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19904         (math-approx-gamma-const):
19905         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19906         (math-besY1, math-bernoulli-b-cache):
19907         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19908         Remove `eval-when-compile's.
19910 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
19912         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19913         (cperl-find-pods-heres): Fix an error when typing expressions like
19914         `s{a}{b}'.
19916 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
19918         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19919         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
19920         a special case (there's no build number).
19922 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
19924         * completion.el (symbol-under-point, symbol-before-point)
19925         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19927 2007-08-17  Glenn Morris  <rgm@gnu.org>
19929         * progmodes/compile.el (compilation-get-file-structure): Make use
19930         of the directory part when checking for an existing entry, to
19931         handle files with same basename in different directories.
19933 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19935         * calc/calc.el (calc-language-alist): Add texinfo-mode.
19937 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19939         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19940         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19941         (ps-paragraph-spacing): Docstring fix.
19943 2007-08-16  Glenn Morris  <rgm@gnu.org>
19945         * ps-print.el (ps-font-size): Doc fix.
19947 2007-08-16  Richard Stallman  <rms@gnu.org>
19949         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19951 2007-08-15  Juri Linkov  <juri@jurta.org>
19953         * startup.el (initialization): Change parent group from `internal'
19954         to `environment'.
19955         (initial-buffer-choice): New variable.
19956         (command-line): Revert 2007-07-02 change that sets
19957         buffer-offer-save in *scratch* and enables auto-save in it.
19958         (fancy-splash-text): Add links to existing items.  Add new items
19959         with links for useful tasks.  Move information about Control-g to
19960         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
19961         (fancy-splash-keymap): New variable.
19962         (fancy-splash-last-input-event): Remove variable.
19963         (fancy-splash-insert): Add processing of `:link' element.
19964         (fancy-splash-head): Replace "Type Control-l to begin editing"
19965         with "Type `q' to exit".
19966         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19967         (fancy-splash-default-action, fancy-splash-special-event-action):
19968         Remove functions.
19969         (fancy-splash-quit): New function.
19970         (fancy-splash-screens): Rename input arg from `hide-on-input' to
19971         `static' and reverse the condition of its usage.  Don't preserve
19972         original values of `minor-mode-map-alist',
19973         `emulation-mode-map-alists', `special-event-map'.
19974         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19975         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19976         Remove processing of special events.  Use local key map
19977         `fancy-splash-keymap'.  Set buffer to read-only.
19978         (normal-splash-screen): Rename input arg from `hide-on-input' to
19979         `static' and reverse the condition of its usage.
19980         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19981         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19982         Add links to existing items.  Add new items with links for useful
19983         tasks.  Use local key map `fancy-splash-keymap'.
19984         (display-splash-screen): Rename input arg from `hide-on-input' to
19985         `static'.
19986         (about-emacs): Add alias to display-splash-screen.
19987         (command-line-1): Use `initial-buffer-choice'.
19989         * menu-bar.el (menu-bar-help-menu):
19990         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19991         item to about-emacs instead of display-splash-screen.
19993 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
19995         * calc/calc-units.el (math-standard-units): Update values.
19996         Put in exact, rational values when possible.
19997         (math-unit-prefixes): Replace floats with powers of ten.
19998         (math-standard-units-systems): Replace floats with integers.
19999         (math-make-unit-string): Remove extra spaces in output.
20001 2007-08-15  Glenn Morris  <rgm@gnu.org>
20003         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20004         sloppier, for the sake of GNU Mailman.
20005         (rmail-digest-rfc1153): Initialize `result' correctly.
20007 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
20009         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20010         in the mail title.  Suggested by Reiner Steib.
20012 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
20014         * calc/calc-aent.el (calc-do-quick-calc): Add binary
20015         representation of integers to the list of outputs.
20017 2007-08-14  Glenn Morris  <rgm@gnu.org>
20019         * simple.el (bad-packages-alist): New constant.
20020         (bad-package-check): New function.  Together, these two add elements
20021         to `after-load-alist' to check for problematic external packages.
20022         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20024 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
20026         * calc/calc-units.el (math-get-standard-units)
20027         (math-get-units, math-make-unit-string)
20028         (math-get-default-units, math-put-default-units): New functions.
20029         (math-default-units-table): New variable.
20030         (calc-convert-units, calc-convert-temperature): Add machinery
20031         to supply default values.
20033 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20035         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20036         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20037         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20038         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20040         * emulation/tpu-extras.el: Remove spurious * in docstrings.
20041         Put its autoloads into tpu-edt.el rather than loaddefs.el.
20042         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20043         Make into a proper minor-mode.
20044         (tpu-backward-char, tpu-next-line, tpu-previous-line)
20045         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20046         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20047         (tpu-set-cursor-free, tpu-set-cursor-bound):
20048         Delegate to tpu-cursor-free-mode.
20049         (tpu-next-line, tpu-previous-line, tpu-forward-line)
20050         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20051         Use line-move or forward-line instead of next-line-internal.
20053 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
20055         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20057 2007-08-12  Richard Stallman  <rms@gnu.org>
20059         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20060         (cvs-execute-single-file): Use new name split-string-and-unquote.
20061         (cvs-header-msg): Use new name combine-and-quote-strings.
20063         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20065         * progmodes/gud.el (gud-common-init): Use new name
20066         split-string-and-unquote.
20068         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20069         in javac regexp.
20071         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20072         combine-and-quote-strings and split-string-and-unquote.
20074         * subr.el (combine-and-quote-strings): Rename from strings->string.
20075         (split-string-and-unquote): Rename from string->strings.
20077 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20079         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20080         to buffer-local settings.
20082         * emacs-lisp/backquote.el (backquote-delay-process): New function.
20083         (backquote-process): Add internal arg `level'.  Use the two to
20084         correctly handle nested backquotes.
20086 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
20088         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20089         (vc-bzr-state-words): Add "kind changed" state word.
20090         (vc-bzr-status): New function.  Return Bzr idea of file status,
20091         which is different from VC's.
20092         (vc-bzr-state): Use vc-bzr-status.
20093         (vc-workfile-unchanged-p): Use vc-bzr-status.
20094         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20095         (vc-dired-state): Process "kind changed" state word.
20097 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20099         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20101         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20102         Move from vc-default-find-file-not-found-hook.
20104 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20106         * man.el: Remove spurious * in docstrings.
20107         Merge defvars and toplevel setq-defaults.
20108         (Man-highlight-references0): Limit=nil rather than point-max.
20109         (Man-mode-map): Move initialization into the declaration.
20110         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20111         (Man-view-header-file): Use expand-file-name rather than concat.
20112         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20114         * man.el (Man-next-section): Make sure we do not move backward.
20116 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20118         * files.el (auto-mode-alist): Use the purecopied text (duh!).
20120 2007-08-08  Glenn Morris  <rgm@gnu.org>
20122         * Replace `iff' in doc-strings and comments.
20124 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
20126         * dired.el (dired-pop-to-buffer):
20127         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20128         * calendar/calendar.el (generate-calendar-window):
20129         * progmodes/compile.el (compilation-set-window-height):
20130         * textmodes/two-column.el (2C-two-columns, 2C-merge):
20131         Use window-full-width-p instead of comparing frame-width and
20132         window-width.
20134         * progmodes/compile.el (compilation-find-buffer): Remove extra
20135         argument in call to compilation-buffer-internal-p.
20137 2007-08-07  Tom Tromey  <tromey@redhat.com>
20139         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20140         Add safe-local-variable property.
20142 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20144         * image-mode.el (image-toggle-display): Use image-refresh.
20146 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
20148         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20149         unofficial version.
20150         (vc-bzr-command): Remove redundant setting of process-connection-type.
20151         (vc-bzr-admin-checkout-format-file): Add autoload.
20152         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20153         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20154         (vc-bzr-registered): Compare dirstate format tag with known good
20155         value, abort parsing if match fails.  Warn user in docstring.
20156         (vc-bzr-workfile-version): Case for different Bzr branch formats.
20157         See bzrlib/branch.py in Bzr sources.
20158         (vc-bzr-diff): First argument FILES may be a string rather than a list.
20159         (vc-bzr-shell-command): Remove in favor of
20160         vc-bzr-command-discarding-stderr.
20161         (vc-bzr-command-discarding-stderr): New function.
20163 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
20165         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20166         program, and return nil.
20167         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20168         (vc-bzr-state): Look for path names relative to the repository
20169         root after status keyword.
20170         (vc-bzr-file-name-relative): New function.
20171         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20172         depend on it.
20173         (vc-bzr-admin-dirname, ...-checkout-format-file)
20174         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20175         files that we now parse directly for speed.
20176         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20177         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20178         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20179         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
20180         Bzr warnings, so we must discard it.
20181         (vc-bzr-workfile-version): Speedup counting lines from
20182         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20183         if that file doesn't exist.
20184         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20185         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
20186         to `vc-directory-exclusion-list'.
20187         (vc-bzr-shell-command): New function.
20189 2007-08-06  Tom Tromey  <tromey@redhat.com>
20191         * diff-mode.el (diff-unified->context, diff-reverse-direction)
20192         (diff-fixup-modifs): Typo in docstring.
20194 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20196         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20197         count-screen-lines.
20198         (tpu-edt-off): Disable relevant pieces of advice.
20200         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20201         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
20202         (newline, newline-and-indent, do-auto-fill): Use advice instead of
20203         redefining the function.
20204         (tpu-set-scroll-margins): Activate the pieces of advice.
20206 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
20208         * help.el (resize-temp-buffer-window): Use window-full-width-p
20209         instead of comparing frame-width and window-width.
20211 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
20213         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20214         optional quotes around files in NEED-UPDATE . REMOVED case.
20216         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20217         (ada-treat-cmd-string): Improve error message.
20218         (ada-do-file-completion): Call `ada-require-project-file', so
20219         project variables are set properly.
20220         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20221         (ada-gnatfind-buffer-name): New constant.
20222         (ada-find-any-references): Use new constant.  Set buffer name
20223         properly in compilation-start.  Toggle read-only properly.
20224         (ada-find-in-src-path): Fix spelling error in docstring.
20226         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20227         by zero error.
20229 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20231         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20233 2007-08-12  Richard Stallman  <rms@gnu.org>
20235         * progmodes/sh-script.el (sh): Delete group `unix'.
20237         * progmodes/gud.el (gud): Change to group `processes'.
20239 2007-08-11  Glenn Morris  <rgm@gnu.org>
20241         * progmodes/compile.el (compilation-buffer-name): Don't check
20242         compilation-arguments.  It is superfluous, and the variable isn't
20243         even set when this function is called.
20245 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20247         * term/mac-win.el (mac-ae-reopen-application): New function.
20248         (mac-apple-event-map): Bind "reopen application" Apple event to it.
20250 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20252         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20253         take tex-font-script-display into account.
20254         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20255         cell to a list of 2 elements to simplify the unfontify code.
20257 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20259         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20260         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20261         ps-print-color-p is neither nil nor black-white.  Reported by Christian
20262         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20264 2007-08-08  Andreas Schwab  <schwab@suse.de>
20266         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20267         self-insert-command, not self-insert.
20269 2007-08-08  Glenn Morris  <rgm@gnu.org>
20271         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20272         argument optional, for backwards compatibility, and only highlight
20273         args when present.  Fix symbol name typo (doc/args).
20275         * help-mode.el (help-make-xrefs): Search for symbol constituents,
20276         rather than just `-'.
20278 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
20280         * calc/calc-units.el (calc-convert-temperature):
20281         Use `/' to create fractions.
20283 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
20285         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20286         global matching.
20287         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20288         ERROR-BUFFER more robust.  Display output.
20289         (tramp-file-name-handler): Add a connection property when we found
20290         a foreign file name handler.  This allows backends like ftp to
20291         profit also from usr/host name completion based on connection
20292         cache.
20293         (tramp-send-command-and-read): Search for trash after the regexp
20294         until eol only.  In XEmacs, there is a problem with \n.
20296         * net/tramp-cache.el (top): Read persistent connection history
20297         when cache is empty.
20299 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
20301         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20302         resulting output.
20304 2007-08-07  Sam Steingold  <sds@gnu.org>
20306         * progmodes/compile.el (compilation-start): Pass nil as startfile
20307         to comint-exec.
20309 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20311         * longlines.el (longlines-decoded): New variable.
20312         (longlines-mode): Avoid encoding or decoding the buffer twice.
20314 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
20316         * format.el (format-insert-file): Make sure that at most one undo
20317         entry is recorded for the insertion.  Inhibit point-motion and
20318         modification hooks around call to insert-file-contents.
20320 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20322         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20323         Select the buffer's window before moving point.
20325 2007-08-07  Richard Stallman  <rms@gnu.org>
20327         * term.el (term): Remove parent group `unix'.
20329         * simple.el (default-indent-new-line): New function.
20330         It calls comment-line-break-function if there are comments.
20331         (do-auto-fill): Use that.
20333 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
20335         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20336         (PC-do-completion): Add "acronym completion" for symbols and
20337         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20339 2007-08-06  Sam Steingold  <sds@gnu.org>
20341         * mouse.el (mouse-buffer-menu): Pass mode-name through
20342         format-mode-line because it may be a list,
20343         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20345 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20347         * printing.el (pr-update-menus): Docstring fix.
20349 2007-08-06  Jason Rumney  <jasonr@gnu.org>
20351         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20353         * vc-hooks.el (vc-call): Add doc string.
20355 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
20357         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20358         process-filter.
20360 2007-08-06  Kenichi Handa  <handa@m17n.org>
20362         * international/quail.el: Wrap (require 'help-mode) by
20363         eval-when-compile.
20364         (quail-help-init): New function.
20365         (quail-help): Call quail-help-init.
20366         (quail-store-decode-map-key): Change it to a function.
20368 2007-08-05  Jason Rumney  <jasonr@gnu.org>
20370         * vc.el (vc-rollback): Add norevert argument back.
20371         (vc-revert-buffer): Add back as obsolete alias.
20373 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
20375         * term.el: Honor term-default-fg-color and term-default-bg-color
20376         settings when modifying term-current-face.
20377         (term-default-fg-color, term-default-bg-color): Initialize from
20378         default term-current-face.
20379         (term-mode, term-reset-terminal): Set term-current-face with
20380         term-default-fg-color and term-default-bg-color.
20381         (term-handle-colors-array): term-current-face has term-default-fg-color
20382         and term-default-bg-color after reset escape sequence.
20383         (term-handle-colors-array): Set term-current-color with
20384         term-default-fg/bg-color instead of ansi-term-color-vector when the
20385         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20387 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
20389         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20390         (math-nlfit-givens): Let bind free variables.
20392 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20394         * printing.el: Require lpr and ps-print when loading printing package.
20395         Reported by Glenn Morris <rgm@gnu.org>.
20397 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
20399         * files.el (set-auto-mode): Handle also remote files wrt
20400         `auto-mode-alist'.
20402 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
20404         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20405         curves and plotting.
20407         * calc/calc-nlfit.el: New file.
20409 2007-08-04  Glenn Morris  <rgm@gnu.org>
20411         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20412         zero, not nil, when the library is first loaded.  Check for a file
20413         that has been modified on disk.
20415         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20416         Remove duplicate defvar preventing initialization.
20417         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20419 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20421         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20422         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20423         may match up to 4 lines.
20424         (diff-beginning-of-file-and-junk): Rewrite.
20426 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20428         * printing.el: Evaluate require only during compilation.
20429         (pr-version): New version 6.9.1.
20430         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20431         (pr-global-menubar): Fix code.
20433 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
20435         * term.el (term-erase-in-display): Fix case when point is not at
20436         the beginning of the line.
20438 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
20440         * calc/calc-ext.el (math-get-value, math-get-sdev)
20441         (math-contains-sdev): New functions.
20443         * calc/calc-graph.el (calc-graph-format-data)
20444         (calc-graph-add-curve): Check for error forms.
20445         (calc-graph-set-styles): Add option for error forms.
20447 2007-08-03  Miles Bader  <miles@gnu.org>
20449         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20450         backend names for new backends to `Git', `Hg', and `Bzr'.
20451         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20452         not `HG'.
20453         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20454         name, not `GIT'.
20455         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20456         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20458 2007-08-03  Richard Stallman  <rms@gnu.org>
20460         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20461         to update deleted flag.
20463         * cus-edit.el (customize-apropos, customize-apropos-options)
20464         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20466         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20468         * startup.el (fancy-splash-head, startup-echo-area-message):
20469         Change message text.
20471         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20472         All callers use line-move.
20474         * progmodes/compile.el (compilation-find-buffer): Return current
20475         buffer immediately if suitable.
20476         (compile, compilation-buffer-name, compilation-start): Doc fixes.
20478 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
20480         * faces.el (face-normalize-spec): New function.
20481         (frame-set-background-mode): Normalize face-spec before calling
20482         face-spec-match-p.
20484 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20486         * server.el (server-window): Add switch-to-buffer-other-frame option.
20488 2007-08-03  Glenn Morris  <rgm@gnu.org>
20490         * cus-edit.el (customize-apropos): Make the error message indicate
20491         what kind of thing the user was trying to customize.
20493         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20495         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20496         Fix off-by-one error in previous change.
20498 2007-08-03  Drew Adams  <drew.adams@oracle.com>
20500         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20501         Make buffer writable.
20503 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
20505         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20506         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20507         Use native Emacs functions, when appropriate.
20509 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
20510             Stefan Monnier  <monnier@iro.umontreal.ca>
20512         * vc.el: Document new VC operation `extra-menu'.
20514         * vc-hooks.el (vc-default-extra-menu): New function.
20516         * menu-bar.el (menu-bar-vc-filter): New function.
20517         (menu-bar-tools-menu): Use it as a filter.
20519 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20521         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20523 2007-08-01  Glenn Morris  <rgm@gnu.org>
20525         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20526         strings.
20527         (fortran-tab-mode-default): Remove needless autoload.
20528         (fortran-tab-mode-string): Add help-echo and mouse properties, and
20529         mark as risky.
20530         (fortran-line-length): New buffer-local variable, safe if integer.
20531         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20532         Change from variables to constants.
20533         (fortran-font-lock-syntactic-keywords): Delete as a variable,
20534         replace with a new function definition.
20535         (fortran-mode): Use fortran-line-length, and
20536         fortran-font-lock-syntactic-keywords as a function.  Add a
20537         hack-local-variables-hook function.
20538         (fortran-line-length, fortran-hack-local-variables): New functions.
20539         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20540         Use fortran-line-length rather than 72.
20541         (fortran-window-create-momentarily): Doc fix.
20543 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
20545         * cus-edit.el (custom-group-value-create, custom-goto-parent):
20546         Fix parent groups link.
20548 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
20550         * progmodes/python.el (python-current-defun): Adjust to never fall
20551         into infinite loop.
20553 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20555         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20557 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
20559         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20560         (copyright-fix-years, copyright): Correctly handle the case where
20561         copyright-limit is nil.
20563 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
20565         * progmodes/python.el (run-python): Fix path separator under w32.
20567 2007-07-30  Richard Stallman  <rms@gnu.org>
20569         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20570         Treat non-break space as whitespace in Lisp.
20572 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20574         * vc.el (vc-dired-hook): Use inhibit-read-only.
20576         * progmodes/compile.el (compilation-forget-errors):
20577         Reset compilation-auto-jump-to-next.
20579 2007-07-30  Michael Olson  <mwolson@gnu.org>
20581         * cus-edit.el (custom-group-save): Fix void function definition
20582         error.  Thanks to Zhang Wei for the report.
20584         * ps-print.el: Check in trivial changes to the autoloads section
20585         caused by the build process.  These autoloads really ought to be
20586         placed in a separate file, methinks.
20588 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20590         * calendar/calendar.el (calendar-mode): Make sure
20591         displayed-(month|year) are set.
20592         (calendar-basic-setup): Display buffer before adjusting window sizes.
20593         (generate-calendar-window): Use inhibit-read-only.  Simplify.
20594         Generate buffer and set displayed-month and displayed-year before
20595         calling update-calendar-mode-line.
20597 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
20599         * net/tramp.el:
20600         * net/tramp-uu.el:
20601         * net/trampver.el: Use utf-8 encoding with coding cookie.
20603         * net/tramp-cache.el:
20604         * net/tramp-fish.el:
20605         * net/tramp-ftp.el:
20606         * net/tramp-gw.el:
20607         * net/tramp-smb.el: Remove coding cookie.
20609         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20610         Flush buffer file-name's file property.
20611         (tramp-handle-file-remote-p): The first parameter is FILENAME.
20613         * net/trampver.el: Update release number.
20615 2007-07-29  Juri Linkov  <juri@jurta.org>
20617         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20618         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20619         when major-mode is not dired-mode.
20620         (dired-toggle-read-only): New function.
20621         (dired-recursive-deletes): Remove obsolete comments about old
20622         default value.
20623         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20625         * wdired.el (wdired-exit): New function.
20626         (wdired-mode-map): Bind C-x C-q to wdired-exit.
20628 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20630         * cus-edit.el (customize-read-group): New fun.
20631         (customize-group-other-window, customize-face-other-window):
20632         Prompt before delegating to customize-(group|face).
20633         Bind pop-up-windows rather than use the other-window argument.
20634         (customize-group, customize-face): Prompt from the interactive spec.
20635         Remove args `prompt-for-group' and `other-window'.
20637         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20638         (ad-body-forms, ad-advised-interactive-form): Revert this part of
20639         last change.
20641 2007-07-28  Masatake YAMATO  <jet@gyve.org>
20643         * vc.el (vc-dired-mode): Add a menu for VC related operation.
20644         Use backend name as the menu label.  Suggested by David Kastrup.
20646 2007-07-28  Alan Mackenzie  <acm@muc.de>
20648         Fix problem with modes derived from CC Mode:
20649         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20650         macro to cc-langs.
20651         (c-init-language-vars-for): Remove call to above macro.
20652         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20653         been moved to here.
20654         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20656 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
20658         * net/trampver.el: Fix the `coding' cookie.
20660 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20662         * vc-git.el (vc-git-print-log): Support both the old single file
20663         interface and the new one.
20665 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
20667         * bindings.el (mode-line-remote): Use updated %@ construct.
20669 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20671         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20672         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20673         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20674         (diary-list-bahai-entries, diary-bahai-mark-entries)
20675         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20676         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20677         New names to clean up namespace.
20678         (list-bahai-diary-entries, mark-bahai-diary-entries)
20679         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20680         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20681         Add compatibility aliases.
20683         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20685         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20686         (calendar-scroll-left-three-months)
20687         (calendar-scroll-right-three-months): Clean up namespace.
20688         (scroll-calendar-left, scroll-calendar-right)
20689         (scroll-calendar-left-three-months)
20690         (scroll-calendar-right-three-months): Add compatibility aliases.
20692         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20693         Behave like mouse-scroll-calendar-* when used from the mouse.
20695         * calendar/cal-menu.el (cal-menu-scroll-menu)
20696         (cal-menu-global-mouse-menu):
20697         * calendar/calendar.el (calendar-mode-map):
20698         Use new calendar-scroll-* names.
20699         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20700         Remove.  Use calendar-scroll-* directly instead.
20702 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20704         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20705         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20706         (ad-make-advised-definition, ad-cache-id-verification-code):
20707         Use commandp and interactive-form instead.
20709 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
20711         * vc-git.el: Relicense to GPLv3 or later.
20712         (vc-directory-exclusion-list, vc-handled-backends): Remove.
20714         * vc-hooks.el (vc-handled-backends): Add GIT.
20716         * vc.el (vc-directory-exclusion-list): Add .git.
20718 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
20720         * vc-git.el (vc-git-revision-table)
20721         (vc-git-revision-completion-table): New functions.
20723 2007-07-25  Glenn Morris  <rgm@gnu.org>
20725         * Relicense all FSF files to GPLv3 or later.
20727         * COPYING: Switch to GPLv3.
20729 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20731         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20732         Replace it with another one which disables undo before calling
20733         erase-buffer and then turns it back on if needed.
20735 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20737         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20739 2007-07-24  Glenn Morris  <rgm@gnu.org>
20741         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20742         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20743         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20744         (cal-tex-cursor-week, cal-tex-cursor-week2)
20745         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20746         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20747         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20748         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20750 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20752         * calendar/calendar.el (calendar-mode-map): Move initialization
20753         into declaration.  Add menu bindings (used to be done in cal-menu).
20754         (calendar-mode): Don't add an activate-menubar-hook.
20756         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20757         modify calendar-mode-map), use easy-menu, and make sure that C-h k
20758         can be used on the menu entries.
20759         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20760         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20761         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20762         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20763         (calendar-flatten, cal-menu-update): Remove.
20764         (calendar-mouse-insert-hebrew-diary-entry)
20765         (calendar-mouse-insert-islamic-diary-entry)
20766         (calendar-mouse-insert-bahai-diary-entry):
20767         Remove (fold into cal-menu-diary-menu).
20768         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20769         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20770         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20771         (calendar-mouse-view-diary-entries): Minor simplifications.
20772         (calendar-event-to-date): Use with-current-buffer.
20774 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
20776         * add-log.el (change-log-redate): Remove (not needed anymore and
20777         doesn't appear to work).
20779 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20781         * frame.el: Use mapc and dolist instead of mapcar where possible.
20782         (close-display-connection): New command.
20784 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
20786         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20787         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20789 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20791         * ps-print.el (ps-multibyte-buffer): Docstring fix.
20793         * ps-mule.el: Doc fix.
20794         (ps-multibyte-buffer, ps-mule-font-info-database-default)
20795         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20797 2007-07-25  Glenn Morris  <rgm@gnu.org>
20799         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20800         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20801         (cal-tex-daily-end, cal-tex-hook)
20802         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20803         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20804         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20805         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20806         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20807         (cal-tex-day-prefix, cal-tex-day-name-format)
20808         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20809         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20810         (cal-tex-LaTeX-subst-list): Change from variables to constants.
20811         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20812         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20813         etc, rather than \bf.
20814         (cal-tex-mini-calendar): Fix typos in previous change.
20815         (cal-tex-latexify-list): Remove inner let binding.
20816         (cal-tex-end-document, cal-tex-banner): Use multi-line
20817         cal-tex-comment.
20818         (cal-tex-comment): Handle embedded newlines.
20819         (cal-tex-LaTeXify-string): Use substring-no-properties.
20821 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
20823         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20824         Add support for the Maden build tool.
20826 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
20828         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20830 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20832         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20834 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20836         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20837         C-x C-q.
20839         * vc-git.el (vc-git-print-log): Fix previous change.
20841 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20843         * window.el (save-selected-window): Minor optimization.
20844         (bw-adjust-window): If operation failed, try with a smaller delta.
20845         (window-fixed-size-p): New function.
20846         (window-area-factor): New var.
20847         (balance-windows-area): New command.
20849         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20850         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20851         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20852         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20853         (ps-mule-begin-job): Use dolist.
20855 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
20857         * subr.el (start-file-process-shell-command)
20858         (process-file-shell-command): New defuns.
20860         * progmodes/compile.el (compilation-start):
20861         Apply `start-file-process-shell-command'.
20863 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
20865         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20867 2007-07-24  Alan Mackenzie  <acm@muc.de>
20869         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20870         Initialise byte-compile-unresolved-functions before rather than
20871         after a compilation.
20872         (byte-compile-unresolved-functions): Amplify doc string.
20874 2007-07-24  Glenn Morris  <rgm@gnu.org>
20876         * startup.el (normal-splash-screen): Use `emacs-copyright'.
20878         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20879         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20880         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20881         (cal-tex-cursor-week, cal-tex-cursor-week2)
20882         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20883         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20884         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20885         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20887         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20888         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20889         (cal-tex-day-name-format, cal-tex-cal-one-month)
20890         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20891         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20892         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20893         (cal-tex-list-holidays, cal-tex-cursor-year)
20894         (cal-tex-cursor-year-landscape, cal-tex-year)
20895         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20896         (cal-tex-cursor-month, cal-tex-insert-days)
20897         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20898         (cal-tex-first-blank-p, cal-tex-cursor-week)
20899         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20900         (cal-tex-week-hours, cal-tex-cursor-week-monday)
20901         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20902         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20903         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20904         (cal-tex-latexify-list, cal-tex-previous-month)
20905         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20906         modernization, including using dotimes rather than
20907         calendar-for-loop.
20908         (cal-tex-LaTeX-subst-list): Remove `@'.
20909         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20910         Use \textit and \textbf rather than \em and \it.
20912         * calendar/cal-bahai.el (list-bahai-diary-entries)
20913         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20914         * calendar/cal-islam.el (list-islamic-diary-entries)
20915         * calendar/calendar.el (generate-calendar, generate-calendar-month)
20916         * calendar/diary-lib.el (diary-list-entries)
20917         (mark-calendar-date-pattern): Use `dotimes' rather than
20918         `calendar-for-loop'.
20920         * calendar/calendar.el (calendar-for-loop): Doc fix.
20922 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20924         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20925         underlying file is uptodate.
20927 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
20929         * replace.el (perform-replace): Use isearch-no-upper-case-p.
20931 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20933         * vc-hooks.el (vc-mode-line-map): New const.
20934         (vc-mode-line): Use it.
20936 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20938         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20939         (vc-git-unregister): New functions.
20940         (vc-git-find-version): Use the result of ls-files as a parameter
20941         for cat-file.
20943 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
20945         * net/tramp.el (tramp-perl-file-attributes)
20946         (tramp-perl-directory-files-and-attributes)
20947         (tramp-handle-file-attributes-with-stat)
20948         (tramp-handle-directory-files-and-attributes-with-stat)
20949         (tramp-convert-file-attributes): Handle huge file sizes.
20951 2007-07-23  Juri Linkov  <juri@jurta.org>
20953         * isearch.el (isearch-message-function): New variable.
20954         (isearch-update, isearch-search): Use it.
20956         * simple.el (goto-history-element): New function created from
20957         next-history-element.
20958         (next-history-element): Most code moved to goto-history-element.
20959         Call goto-history-element with (- minibuffer-history-position n).
20960         (previous-history-element): Call goto-history-element with (+
20961         minibuffer-history-position n).
20962         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20963         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20964         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20965         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20966         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20967         (minibuffer-history-isearch-pop-state): New functions.
20969 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20971         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20972         Also, if FILE is a list, return non-nil if any of its elements
20973         should stay local.  Update docstring.
20975 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20977         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20978         change by reverting a small part.
20980 2007-07-23  Richard Stallman  <rms@gnu.org>
20982         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20984 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20986         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20987         handling it.  Use vc-git-command.
20988         (vc-git-find-version, vc-git-diff-tree): New functions.
20989         (vc-git-revert): Use vc-git-command.
20990         (vc-git--run-command): Delete.
20992 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20994         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20996 2007-07-20  Kenichi Handa  <handa@m17n.org>
20998         * international/utf-8.el (utf-8-post-read-conversion):
20999         Temporarily bind utf-8-compose-scripts to nil while running
21000         *-compose-region functions.
21002 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
21004         * vc-git.el: Update status.
21005         (vc-directory-exclusion-list): Use eval-after-load.
21007 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
21009         * bindings.el (mode-line-remote): New variable.
21010         (help-echo): Add to default values of mode-line-format.
21012         * files.el: Mark mode-line-remote as risky.
21014 2007-07-22  Juri Linkov  <juri@jurta.org>
21016         * isearch.el (isearch-edit-string): Save old point and
21017         isearch-other-end to old-point and old-other-end before reading
21018         the search string from minibuffer.  After exiting minibuffer set
21019         point to old-other-end if point and the search direction is the
21020         same as before reading the search string.
21021         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
21022         to isearch-other-end.  Instead of isearch-search-and-update call
21023         three functions isearch-search, isearch-push-state and isearch-update.
21025 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21027         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21028         deal with multiple file arguments.
21029         (vc-git-print-log): Deal with multiple file arguments.
21031 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21033         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21034         diff-refine-hunk.  Adjust users.
21035         (diff-unified-hunk-p, diff-splittable-p): New functions.
21036         (diff-mode-menu): Use it to disable Split when it doesn't work.
21038 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21040         * diff-mode.el (diff-mode-menu): New entries.
21042 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21044         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21045         if applicable, so as to save undo-log space.
21047         * diff-mode.el (diff-find-file-name): Add arg `batch'.
21049         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21050         (diff-file-kill): Use it.
21051         (diff-beginning-of-hunk): Add arg `try-harder' using it.
21052         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21053         Use it so they find the hunk even when we're in the file header.
21055 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21057         * vc-git.el (vc-git-revision-granularity, vc-git-root)
21058         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21059         (vc-git-create-repo): New functions.
21060         (vc-git-registered): New autoloaded function definition.
21061         (vc-git-registered): Use vc-git-root.
21062         (vc-git-responsible-p): New defalias.
21063         (vc-git-annotate-extract-revision-at-line): Uncomment.
21064         (vc-git-print-log): Add the file name to the log.
21065         (vc-git-log-view-mode): New derived mode.
21066         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21068 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
21070         * progmodes/grep.el (grep-compute-defaults): Keep default values.
21072 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
21074         * textmodes/reftex.el (reftex-access-parse-file): Create parse
21075         file in a way that does not interfere with recentf mode.
21076         (reftex-access-parse-file): Do not risk destroying an existing
21077         buffer.
21079 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
21081         * vc-git.el: New file.
21083 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21085         * textmodes/tex-mode.el (tex-font-script-display): Change default.
21087 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21089         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21090         for branches and new files.
21092         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21093         local-map handling ...
21094         (vc-mode-line): ... here.  Improve handling of help-echo.
21096         * vc.el (mode-line-string): Document help-echo usage.
21098 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
21100         Sync with Tramp 2.1.10.
21102         * net/tramp.el (tramp-get-ls-command): Fix typo.
21104         * net/trampver.el: Update release number.
21106 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
21108         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21110         * term/x-win.el (x-handle-no-bitmap-icon): New function.
21112 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
21114         * add-log.el (change-log-fill-parenthesized-list): New function.
21115         (change-log-indent): Call change-log-fill-parenthesized-list.
21116         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21117         Have lines with leading asterisk start a paragraph.
21119 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
21121         * calc/calc-math.el (math-emacs-precision)
21122         (math-largest-emacs-expt, math-smallest-emacs-expt):
21123         New variables.
21124         (math-use-emacs-fn): New function.
21125         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21126         appropriate.
21128 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
21130         * image-dired.el (image-dired-sane-db-file): New func.
21131         (image-dired-write-tags, image-dired-remove-tag)
21132         (image-dired-list-tags, image-dired-write-comments)
21133         (image-dired-get-comment, image-dired-mark-tagged-files)
21134         (image-dired-create-gallery-lists): Call new func.
21135         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21137 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
21139         * vc-hg.el (vc-hg-dir-state): Fix loop.
21140         (vc-hg-print-log): Fix expected return value for vc-hg-command.
21141         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21142         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21143         (vc-hg-revert): Likewise.
21144         (vc-hg-revision-table, vc-hg-revision-completion-table): New
21145         functions.
21147 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21149         * add-log.el (change-log-resolve-conflict): Don't lose data if the
21150         merge fails.
21152 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21154         * progmodes/compile.el (compilation-auto-jump-to-first-error):
21155         Add group and version.
21157 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21159         * add-log.el (add-log-file-name): Use file-relative-name.
21160         (add-change-log-entry): Delay reading
21161         add-log-(full-name|mailing-address) to after we've switched to the
21162         ChangeLog buffer so we get the right value.
21163         (add-change-log-entry, add-log-current-defun, change-log-merge):
21164         Use derived-mode-p rather than checking major-mode directly.
21166         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21167         name for buffer-file-name if it refers to a directory.
21169         * vc-arch.el (vc-arch-diff): Fix last change.
21171         * progmodes/compile.el (compilation-start): Remember the original
21172         directory in a buffer-local compilation-directory.
21173         (compile): Set the global value of compilation-directory.
21174         (recompile): Use compilation-directory even in the compilation buffer.
21176 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21178         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21180 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21182         * ps-print.el: Problem with foreground and background color when
21183         printing a buffer with and without faces.  Reported by Christian
21184         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21185         (ps-print-version): New version 6.7.5.
21186         (ps-default-fg): Change default value to nil, so black color is used
21187         when a face does not specify a foreground color.
21188         (ps-default-bg): Change default value to nil, so white color is used
21189         for background color.
21190         (ps-begin-job): Fix code.
21192 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
21194         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21195         in $(INSTALL_DIR)/lisp/ if they already exist.
21197 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
21199         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21200         in $(INSTALL_DIR)/lisp/ if they already exist.
21202 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21204         * progmodes/vera-mode.el (vera-re-search-forward)
21205         (vera-re-search-backward): Remove use of store-match-data.
21206         (vera-mode-map): Move initialization into declaration.
21208         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21209         (flymake-find-buildfile): Use locate-dominating-file.
21211         * vc.el (vc-delistify): Use mapconcat.
21212         (vc-do-command): Minor simplification.
21213         (vc-expand-dirs): Use push.
21215         * vc-mcvs.el (vc-mcvs-create-repo):
21216         * vc-cvs.el (vc-cvs-create-repo): Remove.
21218         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21219         directory and the root as well.
21221 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21223         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21224         instead of a file.
21226         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21227         (vc-hg-registered): Replace if with when.
21228         (vc-hg-state): Deal with nonexistent files and handle removed files.
21229         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21230         (vc-hg-checkout): Re-enable.
21231         (vc-hg-create-repo): Fix typos.
21232         (vc-hg-print-log): Fix for multiple files.
21233         (vc-hg-workfile-unchanged-p): New function.
21235         * vc.el: Fix typo.
21236         (vc-print-log): Fix call to print-log.
21237         (vc-default-comment-history): Likewise.
21238         (vc-directory-exclusion-list): Add .hg and .bzr.
21239         (vc-diff-internal): Pass a list instead of a file.
21241         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21243         * vc-bzr.el (vc-bzr-create-repo): New function.
21245 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21247         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21248         `file' from which to start the search.
21250 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
21252         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21253         having a single file argument to having a list of files as the
21254         first argument.
21256 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21258         * files.el (locate-dominating-file): New function.
21260 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
21262         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21263         (grep-compute-defaults): Use it.
21265 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21267         * uniquify.el: Docstring fixes.
21269 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
21271         * vc.el (revision-granularity, create-repo): Document new vc
21272         backend properties.
21273         (vc-rollback): Renamed from vc-cancel-version.  Update references.
21274         Pass a list instead of a file.
21275         (vc-revert): Renamed from vc-revert-buffer.  Update references.
21276         (vc-delistify, vc-expand-dirs): New functions.
21277         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21278         of files instead of a single file.
21279         (vc-position-context, vc-resync-window, vc-diff-internal)
21280         (vc-print-log): Pass a list instead of a file.
21282         * vc-hooks.el (vc-stay-local-p, vc-backend)
21283         (vc-backend-subdirectory-name): Work on a file list, not a single
21284         file.
21285         (vc-workfile-version): Update docstring.
21286         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21287         vc-revert instead of vc-revert-buffer.
21288         (vc-prefix-map): Likewise.  Bind vc-update.
21290         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21291         (vc-svn-wash-log): New functions.
21292         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21293         (vc-svn-command): Deal with a list of files, not a single file.
21295         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21296         (vc-rcs-wash-log): New functions.
21297         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21298         Deal with a list of files, not a single file.
21299         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
21301         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21302         functions.
21303         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21304         list of files, not a single file.
21306         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21307         New functions.
21308         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21309         (vc-mcvs-diff): Deal with a list of files, not a single file.
21311         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21312         functions.
21313         (vc-hg-print-log): Deal with a list of files, not a single file.
21314         (vc-hg-diff-tree): New function, replace defalias with the same
21315         name.
21316         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21317         FILES to denote that it is a file list, not a single file.
21319         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21320         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21321         a single file.
21322         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21323         that it is a file list, not a single file.
21324         (vc-cvs-diff): Likewise.  Simplify.
21326         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21327         Deal with a list of files, not a single file.
21329         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21330         (vc-bzr-print-log): Update FILE parameter name to denote that it
21331         is a file list, not a single file.
21332         (vc-bzr-diff): Likewise.  Use the car of files.
21334 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
21336         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21337         (follow-delete-other-windows-and-split, follow-recenter)
21338         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21339         (follow-redisplay, follow-estimate-first-window-start)
21340         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21341         Fix typos in docstrings.
21343 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
21345         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21346         avoid that filling introduces lines with a single asterisk.
21348         * kmacro.el (kmacro-end-macro): When ignoring empty macro
21349         avoid incorrect kmacro-ring-empty-p messages.
21350         Reported by Michael Schierl <schierlm@gmx.de>.
21352 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21354         * vc.el: Add more info about the vc-registered function.
21356 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
21358         * files.el (file-remote-p): Introduce optional parameter
21359         IDENTIFICATION.
21361         * recentf.el (recentf-keep-default-predicate): Adapt call of
21362         `file-remote-p'.
21364         * progmodes/grep.el (grep-probe): Use `process-file'.
21365         (grep-compute-defaults): Handle variables host specific.
21367         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21368         parameter IDENTIFICATION.
21370         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21371         parameter IDENTIFICATION.
21372         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
21373         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21374         Add entry for `set-file-times'.
21375         (tramp-do-copy-or-rename-file-via-buffer)
21376         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21377         (tramp-handle-unhandled-file-name-directory): Rewrite.
21378         (tramp-convert-file-attributes): Add error handling when inode is
21379         extraordinary big.
21380         (tramp-get-inode): Change parameter from FILE to VEC.
21381         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21382         is nil.  This is according to the specification.  Goto (point-max)
21383         when ready.
21384         (tramp-handle-shell-command): Rewrite completely, using
21385         `process-file' and `start-file-process'.
21386         (tramp-methods, tramp-find-shell)
21387         (tramp-open-connection-setup-interactive-shell)
21388         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21389         var.  Reported by Steve Youngs <steve@sxemacs.org>.
21391         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21392         entry for `set-file-times'.  Rename `start-process' into
21393         `start-file-process'.  Remove `call-process' entry.
21394         (tramp-fish-handle-set-file-times): New defun.
21395         (tramp-fish-handle-executable-find): Use `process-file'.
21396         (tramp-fish-handle-process-file): New defun.  Replaces
21397         `tramp-fish-handle-call-process'.
21398         (tramp-fish-do-copy-or-rename-file-directly): Use
21399         `set-file-times'.
21400         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21402         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21403         `tramp-get-inode' parameter.
21405 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21407         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21408         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
21409         nowadays, and by the time Emacs-23 comes out, nobody will even remember
21410         it has ever existed.
21412 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21414         * vc.el: Undo previous change.
21416 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
21418         * makefile.w32-in (clean): Don't delete *~.
21420 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21422         * textmodes/tex-mode.el (tex-verbatim-environments):
21423         Add safe-local-variable property.
21424         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21425         when starting font-lock rather than when loading tex-mode.el.
21427         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21428         whole $( rather than just the $.  Rename from sh-quoted-subshell.
21429         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21431 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21433         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21434         bookmark-alist.  Instead, if not sorting, simply return it.
21435         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21436         for its return value, not for its side effect.
21438         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21439         case of alignment under a constant symbol, find and consider
21440         the sexp actually at indentation to be the "last sexp".
21442 2007-07-16  Drew Adams  <drew.adams@oracle.com>
21444         * mouse.el (mouse-yank-secondary): Better error message if no
21445         secondary selection.
21447 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
21449         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21451         * term/xterm.el (xterm-turn-on-modify-other-keys)
21452         (xterm-turn-off-modify-other-keys): New functions.
21453         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21454         terminal supports it.
21456 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21458         * bookmark.el (bookmark-show-all-annotations):
21459         Make sure each inserted annotation ends with newline.
21461 2007-07-15  Richard Stallman  <rms@gnu.org>
21463         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21465         * tutorial.el (tutorial--find-changed-keys):
21466         Handle C-x specially like ESC.
21468 2007-07-15  Aaron Hawley  <aaronh@garden.org>
21470         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21472 2007-07-15  Juri Linkov  <juri@jurta.org>
21474         * delsel.el (delete-selection-pre-hook):
21475         * emulation/cua-base.el (cua-paste): Before a yank command,
21476         check also whether last-command is one of mouse-save-then-kill,
21477         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21479 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
21481         * recentf.el (recentf-keep-default-predicate): New defun.
21482         (recentf-keep): Use it as initial value.
21484 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
21486         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21487         thus restoring bookmark bindings to three slots under C-x r.  See
21488         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21490 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
21492         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21494 2007-07-15  Jason Rumney  <jasonr@gnu.org>
21496         * w32-fns.el (set-default-process-coding-system): Use dos line ends
21497         for input to cmdproxy on all versions of Windows.
21498         Use dos line ends for input to plink.
21500         * comint.el (comint-simple-send): Concat newline before sending.
21501         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21503 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21505         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21506         safe-local-variable setting.
21508 2007-07-14  David Kastrup  <dak@gnu.org>
21510         * emacs-lisp/advice.el (defadvice): Doc fix.
21512 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
21514         * subr.el (when, unless): Doc fix.
21516 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21518         * replace.el (match): Use yellow1 instead of yellow.
21520         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21521         red.
21523         * pcvs-info.el (cvs-unknown): Likewise.
21525 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
21527         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21528         (install): Use them to copy all *.el files before *.elc.
21530 2007-07-13  Drew Adams  <drew.adams@oracle.com>
21532         * bookmark.el (bookmark-jump-other-window): New function.
21533         (bookmark-map): Bind it to "o".
21535         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21536         and its thread contains discussion about this change.
21537         The original patch was slightly tweaked by Karl Fogel
21538         <kfogel@red-bean.com> before committing.
21540 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21542         * bookmark.el: Shorten some comments to fit within 80 lines.
21544 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21546         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21547         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
21548         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
21549         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21551 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
21553         * textmodes/org.el: Bug fixes.
21554         (org-end-of-line): Move to end of line if in headline without tags.
21556 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21558         * vc-hooks.el: Remove spurious * in docstrings.
21559         (vc-handled-backends): Add BZR.
21561         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21563 2007-07-12  Davis Herring  <herring@lanl.gov>
21565         * desktop.el (desktop-buffer-info, desktop-save):
21566         Use `desktop-dirname' instead of `dirname'.
21568 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21570         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21572         * progmodes/python.el (python-which-func-length-limit): New var.
21573         (python-which-func): New function.
21574         (python-current-defun): Add optional `length-limit' and try to fit
21575         computed function name to that length.
21576         (python-mode): Hook `python-which-func' up.
21578 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
21580         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21582         * comint.el (comint-dynamic-complete-as-filename):
21583         Use read-file-name-completion-ignore-case.
21585 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21587         * comint.el (comint-dynamic-list-filename-completions):
21588         Use read-file-name-completion-ignore-case.
21590         * vc-cvs.el: Require CL.
21591         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21592         New functions to provide completion of revision names.
21594         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21595         (vc-cvs-annotate-first-line-re): New const.
21596         (vc-cvs-annotate-process-filter): New fun.
21597         (vc-cvs-annotate-command): Use them and run the command asynchronously.
21599 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21601         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21602         (eldoc-print-current-symbol-info): Adjust for changed helper
21603         function signatures.
21604         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
21605         `eldoc-highlight-function-argument'.
21606         (eldoc-highlight-function-argument): New function.
21607         (eldoc-get-var-docstring): Format documentation with
21608         `font-lock-variable-name-face'.
21609         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21610         where suited.
21611         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21612         (eldoc-beginning-of-sexp): Return number of skipped sexps.
21614 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
21616         * progmodes/compile.el (compilation-start): `start-process' must
21617         still be redefined when calling `start-process-shell-command'.
21619         * progmodes/gud.el (gud-file-name): When `default-directory' is a
21620         remote file name, prepend its remote part to the filename.
21621         (gud-common-init): When `default-directory' is a remote file name,
21622         make the filename relative to it.
21623         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21625 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
21627         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21628         mouse binding and a tooltip.
21630 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21632         * menu-bar.el (vc-menu-map): New defalias.
21634 2007-07-10  Richard Stallman  <rms@gnu.org>
21636         * emacs-lisp/lisp-mode.el (eval-defun):
21637         Explain special handling of `defface'.
21639 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
21641         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21643         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21645 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21647         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21649         * vc-arch.el (vc-arch-complete): Remove.
21650         (vc-arch-revision-completion-table): Use complete-with-action.
21652         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21653         (complete-with-action): New function.
21654         (dynamic-completion-table): Use it.
21656 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
21658         * comint.el (make-comint, make-comint-in-buffer)
21659         (comint-exec-1): Replace `start-process' by `start-file-process'.
21661         * progmodes/compile.el (compilation-start): Revert redefining
21662         `start-process'.
21664 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21666         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21667         with EOLs when generating MD5 checksums.
21669         * follow.el: Don't change the global map from the follow-mode-map
21670         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
21671         XEmacs code.
21672         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21673         since `follow-mode' should be used instead for that.
21675         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21676         (easy-menu-do-define): Use it.
21677         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21679         * progmodes/compile.el (compilation-auto-jump-to-first-error)
21680         (compilation-auto-jump-to-next): New vars.
21681         (compilation-auto-jump): New function.
21682         (compilation-error-properties): Use them to jump to first error.
21683         (compilation-start): Set the var if requested.
21685         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21686         duplicates without also removing entries from other directories.
21688 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
21690         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21691         Remember span as default.
21692         (org-columns-edit-value): Rename from `org-column-edit'.
21693         (org-columns-display-here-title): Rename from
21694         `org-overlay-columns-title'.
21695         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21696         (org-columns-get-autowidth-alist): Rename from
21697         `org-get-columns-autowidth-alist'.
21698         (org-columns-display-here): Rename from `org-overlay-columns'.
21699         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21700         (org-columns-quit): Rename from `org-column-quit'.
21701         (org-columns-show-value): Rename from `org-column-show-value'.
21702         (org-columns-content, org-columns-widen)
21703         (org-columns-next-allowed-value)
21704         (org-columns-edit-allowed, org-columns-store-format)
21705         (org-columns-uncompile-format, org-columns-redo)
21706         (org-columns-edit-attributes, org-delete-property)
21707         (org-set-property, org-columns-update)
21708         (org-columns-compute, org-columns-eval)
21709         (org-columns-not-in-agenda, org-columns-compute-all)
21710         (org-property-next-allowed-value)
21711         (org-columns-compile-format)
21712         (org-fill-paragraph-experimental)
21713         (org-string-to-number, org-property-action)
21714         (org-columns-move-left, org-columns-new)
21715         (org-column-number-to-string)
21716         (org-property-previous-allowed-value)
21717         (org-at-property-p, org-columns-delete)
21718         (org-columns-previous-allowed-value)
21719         (org-columns-move-right, org-columns-narrow)
21720         (org-property-get-allowed-values)
21721         (org-verify-version, org-column-string-to-number)
21722         (org-delete-property-globally): New functions.
21723         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21724         (org-columns-overlays): Rename from `org-column-overlays'.
21725         (org-columns-map): Rename from `org-column-map'.
21726         (org-columns-current-maxwidths): Rename from
21727         `org-current-columns-maxwidths'.
21728         (org-columns-begin-marker, org-columns-current-fmt-compiled)
21729         (org-previous-header-line-format)
21730         (org-columns-inhibit-recalculation)
21731         (org-columns-top-level-marker): New variables.
21732         (org-columns-default-format): Rename from `org-default-columns-format'.
21733         (org-property-re): New constant.
21735 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
21737         * subr.el (looking-at-p, string-match-p): New functions.
21739 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
21741         * textmodes/tex-mode.el (tex-fontify-script)
21742         (tex-font-script-display): New variables to make display of
21743         superscripts and subscripts customizable.
21744         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21746 2007-07-09  Richard Stallman  <rms@gnu.org>
21748         * isearch.el (isearch-edit-string): Call to isearch-push-state
21749         after the search.
21751 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
21753         * window.el (fit-window-to-buffer): Remove setting of window-min-height
21754         to 1 as enlarge-window uses the value to resize/shrink windows other
21755         than WINDOW if needed.
21757 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21759         * cus-start.el (file-coding-system-alist): Fix custom type.
21761 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
21763         * longlines.el (longlines-wrap-region): Avoid marking buffer as
21764         modified.
21765         (longlines-auto-wrap, longlines-window-change-function):
21766         Remove unnecessary calls to set-buffer-modified-p.
21768 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21770         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21771         (vc-cvs-checkout): Remove last arg now unused; simplify.
21773 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
21775         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21777         * net/tramp.el:
21778         * net/tramp-ftp.el:
21779         * net/tramp-smb.el:
21780         * net/tramp-uu.el:
21781         * net/trampver.el: Migrate to Tramp 2.1.
21783         * net/tramp-cache.el:
21784         * net/tramp-fish.el:
21785         * net/tramp-gw.el: New Tramp packages.
21787         * net/tramp-util.el:
21788         * net/tramp-vc.el: Removed.
21790         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21791         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21793         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21795         * progmodes/compile.el (compilation-start): Redefine
21796         `start-process' temporarily when `default-directory' is remote.
21797         Remove case of synchronous compilation, this won't happen ever.
21798         (compilation-setup): Make local variable `comint-file-name-prefix'
21799         for remote compilation.
21801 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
21803         * novice.el (disabled-command-function): Fit window to buffer to
21804         make last line visible.
21805         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21807         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21808         when handling the terminating event.
21810 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21812         * calc/calc.el (math-read-number-simple): Remove leading 0s.
21813         (math-bignum-digit-length): Change to optimal value.
21815         * calc/calc-bin.el (math-bignum-logb-digit-size)
21816         (math-bignum-digit-power-of-two): Evaluate when compiled.
21818         * calc/calc-comb.el (math-small-factorial-table)
21819         (math-init-random-base, math-prime-test): Remove unnecessary calls
21820         to `math-read-number-simple'.
21822         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21823         (math-approx-gamma-const): Add docstrings.
21825         * calc/calc-forms.el (math-julian-date-beginning)
21826         (math-julian-date-beginning-int): New constants.
21827         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21828         Use the new constants.
21830         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21832         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21833         Add docstrings.
21835 2007-07-07  Tom Tromey  <tromey@redhat.com>
21837         * vc.el (vc-annotate): Jump to line and output message only after the
21838         process is really all done.
21840 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21842         * vc.el (vc-exec-after): Don't move point from the sentinel.
21843         Forcefully read all the remaining text in the pipe upon process exit.
21844         (vc-annotate-display-autoscale, vc-annotate-lines):
21845         Don't stop at the first unrecognized line.
21846         (vc-annotate-display-select): Run autoscale after the process is done
21847         since it depends on the whole result.
21849 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
21851         * term/w32-win.el (menu-bar-open): New function.
21852         Bind <f10> to it.
21854 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
21856         * simple.el (start-file-process): New defun.
21858 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21860         * files.el (find-file-confirm-nonexistent-file): Rename from
21861         find-file-confirm-inexistent-file.  Update users.
21863         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21864         format of autoload block where the file's time-stamp is replaced by its
21865         MD5 checksum.
21866         (autoload-generate-file-autoloads): Use MD5 checksum instead of
21867         time-stamp for secondary autoloads files.
21868         (update-directory-autoloads): Remove duplicate entries.
21869         Use time-less-p for time-stamps, as done in autoload-find-destination.
21871 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21873         * calc/calc.el (math-read-number): Replace number by variable.
21874         (math-read-number-simple): Properly parse small integers.
21876 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
21878         * vc.el: Fix doc for the checkout function.
21880 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
21882         * vc-hg.el (vc-hg-root): New function.
21883         (vc-hg-registered): Use it.
21884         (vc-hg-diff-tree): New defalias.
21885         (vc-hg-responsible-p): Likewise.
21886         (vc-hg-checkout): Comment out, not needed.
21887         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21888         (vc-hg-find-version, vc-hg-next-version): New functions.
21890 2007-07-06  Andreas Schwab  <schwab@suse.de>
21892         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21893         dynamic bindings around the evaluation of the expression.
21894         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21896 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21898         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21899         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
21900         Use run-hooks rather than run-mode-hooks.
21902 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
21904         * calc/calc-comb.el (math-random-digit): Rename to
21905         `math-random-three-digit-number'.
21906         (math-random-digits): Don't depend on representation of integer.
21908         * calc/calc-bin.el (math-bignum-logb-digit-size)
21909         (math-bignum-digit-power-of-two): New constants.
21910         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21911         (math-not-bignum, math-clip-bignum): Use the constants
21912         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21913         instead of their values.
21914         (math-clip): Use math-small-integer-size instead of its value.
21916         * calc/calc.el (math-add-bignum): Replace number by constant.
21918 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21920         * wid-edit.el (widget-documentation-string-value-create):
21921         Insert indentation spaces.
21923 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21925         * emacs-lisp/byte-opt.el: Revert last change.
21927 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21929         * vc-hooks.el (vc-handled-backends): Add HG.
21931         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21933 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21935         * complete.el (PC-do-complete-and-exit): Add support for the new
21936         `confirm-only' confirmation mode.
21938 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21940         * cus-edit.el (custom-commands): New variable.
21941         (custom-tool-bar-map): New variable.  Initialize using
21942         `custom-commands'.
21943         (custom-mode): Use `custom-tool-bar-map'.
21944         (custom-buffer-create-internal): Insert action buttons only if
21945         tool bar is not used.  Use `custom-commands'.
21946         (Custom-help, custom-command-apply): New function.
21947         (custom-command-apply, Custom-set, Custom-save)
21948         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21949         Use `custom-command-apply' instead of duplicating code.
21950         (customize-group-other-window): Call `customize-group' instead of
21951         duplicating code.
21952         (customize-face-other-window): Call `customize-face' instead of
21953         duplicating code.
21954         (customize-group, customize-face): Add optional args for opening
21955         in another window.
21956         (custom-variable-tag): Don't inherit `variable-pitch' face.
21957         (custom-group-tag): Inherit `variable-pitch' face.
21958         (custom-variable-value-create): Set documentation indentation.
21959         (custom-group-value-create): Make group name a link, instead of
21960         using an extra "go to group" button.
21961         (custom-prompt-variable, custom-group-set, custom-group-save)
21962         (custom-group-reset-current, custom-group-reset-saved)
21963         (custom-group-reset-standard): Minor cleanup.
21965 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21967         * Makefile.in (bootstrap-prepare): When copying from
21968         ldefs-boot.el, make sure loaddefs.el is writeable.
21970         (bootstrap-prepare): Make $(lisp)/ps-print.el
21971         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21973 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21975         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21976         only caller, and delete.
21977         (vc-hg-state): Deal with exceptions and only parse the output on
21978         successful return.
21979         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21980         caller, and delete.
21981         (vc-hg-workfile-version): Deal with exceptions and only parse the
21982         output on successful return.
21983         (vc-hg-revert): New function.
21985 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
21987         * calculator.el (calculator-expt): Use more cases to determine
21988         the value.
21990 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
21992         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21993         file names.
21995 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
21997         * calculator.el (calculator-expt, calculator-integer-p):
21998         New functions.
21999         (calculator-fact): Check to see if the factorial will be too
22000         large before computing it.
22001         (calculator-initial-operators): Use `calculator-expt' to
22002         compute "^".
22003         (calculator-mode): Mention that results which are too large
22004         will return inf.
22005         * calc/calc-comb.el (math-small-factorial-table): Replace list
22006         by vector.
22008 2007-07-03  David Kastrup  <dak@gnu.org>
22010         * shell.el: On request of the authors, remove their addresses for
22011         the sake of bug reports, and add the developer list address as
22012         maintainer information.
22014 2007-07-03  Richard Stallman  <rms@gnu.org>
22016         * files.el (make-directory): Doc fix.
22017         (find-file-confirm-inexistent-file): Make it a defcustom.
22018         Make nil the default.
22020 2007-07-02  Richard Stallman  <rms@gnu.org>
22022         * startup.el (command-line): Set buffer-offer-save in *scratch*
22023         and enable auto-save in it.
22025 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
22027         * textmodes/org.el (orgstruct-mode-map): New variable.
22028         (orgstruct-mode): New minor mode.
22029         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22030         (orgstruct-make-binding, org-context-p, org-get-local-variables)
22031         (org-run-like-in-org-mode): New functions.
22032         (org-cycle-list-bullet): New command.
22033         (org-special-properties, org-property-start-re)
22034         (org-property-end-re): New constants.
22035         (org-with-point-at): New macro.
22036         (org-get-property-block, org-entry-properties, org-entry-get)
22037         (org-entry-delete, org-entry-get-with-inheritance)
22038         (org-entry-put, org-buffer-property-keys): New functions.
22039         (org-insert-property-drawer): New command.
22040         (org-entry-property-inherited-from): New variable.
22041         (org-column): New face.
22042         (org-column-overlays, org-current-columns-fmt)
22043         (org-current-columns-maxwidths, org-column-map): New variables.
22044         (org-column-menu): New menu.
22045         (org-new-column-overlay, org-overlay-columns)
22046         (org-overlay-columns-title, org-remove-column-overlays)
22047         (org-column-show-value, org-column-quit, org-column-edit):
22048         New functions.
22049         (org-columns, org-agenda-columns): New commands.
22050         (org-get-columns-autowidth-alist): New functions.
22051         (org-properties): New customize group.
22052         (org-default-columns-format): New option.
22053         (org-priority): Realign tags after changing priority.
22054         (org-preserve-lc): New macro.
22055         (org-update-checkbox-count): Catch case when there is no headline.
22056         (org-agenda-quit): Remove any column overlays.
22057         (org-beginning-of-item-list): Fixed bug when non-item line is
22058         indented too deep.
22059         (org-cached-props): New variable.
22060         (org-cached-entry-get): New function.
22061         (org-make-tags-matcher): Handle property matches.
22062         (org-table-recalculate): Swap evaluation order: Field formula
22063         first, then column formulas, but don't allow them to overwrite the
22064         field formulas.
22065         (org-table-eval-formula): New argument untouchable.
22066         (org-table-put-field-property): New function.
22068 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
22070         * help-mode.el (help-make-xrefs): Skip spaces too when
22071         skipping tabs.
22073         * ffap.el (dired-at-point-prompter): Improve prompt in
22074         list-directory case.
22076 2007-07-01  Richard Stallman  <rms@gnu.org>
22078         * files.el (find-file-visit-truename): Fix safe-local-variable value.
22080 2007-07-01  Richard Stallman  <rms@gnu.org>
22082         * cus-start.el (max-mini-window-height): Added.
22084 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
22086         * complete.el (partial-completion-mode): Remove advice of
22087         read-file-name-internal.
22088         (PC-do-completion): Rebind minibuffer-completion-table.
22089         (PC-read-file-name-internal): New function doing what
22090         read-file-name-internal advice did.
22092 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
22094         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22095         property on a few symbols.
22096         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22097         (byte-optimize-lapcode): Remove bindings that are not referenced
22098         and certainly will not effect through dynamic scoping.
22100 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22102         * files.el (find-file-confirm-inexistent-file): New var.
22103         (find-file, find-file-other-window, find-file-other-frame)
22104         (find-file-read-only, find-file-read-only-other-window)
22105         (find-file-read-only-other-frame): Use it.
22107 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22109         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22111 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
22113         * generic-x.el (generic-define-mswindows-modes)
22114         (generic-define-unix-modes, apache-log-generic-mode)
22115         (bat-generic-mode-keymap, java-manifest-generic-mode)
22116         (show-tabs-generic-mode): Fix typos in docstrings.
22118 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
22120         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22121         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22122         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22123         (rcirc-print): Never ignore messages from ourself.
22125 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22127         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22128         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
22130 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
22132         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22133         replace-regexp-in-string.
22135 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22137         * emacs-lisp/cl.el: Set edebug and indentation before loading
22138         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22140 2007-06-28  Andreas Schwab  <schwab@suse.de>
22142         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22143         $(lisp)/subdirs.el.
22145 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
22147         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22148         the speedbar frame if nil; that deletes the current frame or
22149         causes an error if it is the only frame.
22150         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22152 2007-06-28  Kevin Ryde  <user42@zip.com.au>
22154         * textmodes/nroff-mode.el: Groff \# comments.
22155         (nroff-mode-syntax-table): \# comment intro,
22156         plain # as punct per global table.
22157         (nroff-font-lock-keywords): Add # as a single char escape.
22158         (nroff-mode): In comment-start-skip, match \#.
22160 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22162         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22163         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22164         point-min == 1.
22166 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
22168         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22169         Rename and move to...
22171         * subr.el (strings->string, string->strings): ...here.
22173         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22174         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22176         * progmodes/gud.el (gud-common-init): Call string->strings instead
22177         of split-string.
22179 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
22181         * dired-aux.el: Remove `dired-call-process'.
22182         (dired-check-process): Call `process-file'.
22184         * wdired.el (wdired-do-perm-changes): Call `process-file'.
22186         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22187         `ange-ftp-process-file'.
22189 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22191         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22193         * emacs-lisp/cl-extra.el:
22194         * emacs-lisp/cl-seq.el:
22195         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22196         Add autoload cookies on all defs autoloaded manually in cl.el.
22198         * emacs-lisp/cl-loaddefs.el: New file.
22200         * textmodes/texinfmt.el (texinfo-raisesections-alist)
22201         (texinfo-lowersections-alist): Merge definition and declaration.
22202         (texinfo-start-of-header, texinfo-end-of-header): Remove.
22203         (texinfo-format-syntax-table): Merge init into declaration.
22204         (texinfo-format-parse-line-args, texinfo-format-parse-args)
22205         (texinfo-format-parse-defun-args, texinfo-format-node)
22206         (texinfo-push-stack, texinfo-multitable-widths)
22207         (texinfo-define-info-enclosure, texinfo-alias)
22208         (texinfo-format-defindex, batch-texinfo-format): Use push.
22209         (texinfo-footnote-number): Remove duplicate declaration.
22211         * ps-print.el: Update with auto-generated autoloads.
22213         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22215 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22217         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22218         relative to current dir for file-local settings.
22219         (autoload-generate-file-autoloads): Add `outfile' arg.
22220         (update-directory-autoloads): Use it to directly call
22221         autoload-generate-file-autoloads instead of going through
22222         update-file-autoloads so we avoid redundant searches and so we can know
22223         the set of buffers changed so we can save them all.
22225         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22226         rather than throwing `up-to-date'.
22227         (autoload-generate-file-autoloads): Adjust correspondingly.
22228         (update-file-autoloads): Be careful to let-bind
22229         autoload-modified-buffers and adjust to new calling conventions.
22230         (autoload-modified-buffers): Make it a dynamically scoped var.
22231         (update-directory-autoloads): Use file-relative-name instead of
22232         autoload-trim-file-name.
22233         (autoload-insert-section-header): Don't use autoload-trim-file-name
22234         since the file is already relative now.
22235         (autoload-trim-file-name): Remove.
22237         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22238         (vc-arch-complete, vc-arch--version-completion-table)
22239         (vc-arch-revision-completion-table): New functions to provide
22240         completion of revision names.
22241         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22242         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22243         to let the user trim the revlib.
22245         * vc.el: Add new VC operation `revision-completion-table'.
22246         (vc-default-revision-completion-table): New function.
22247         (vc-version-diff, vc-version-other-window): Use it to provide
22248         completion of revision names if the backend provides it.
22250         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22252         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22253         of newer .svn/entries.
22255 2007-06-25  David Kastrup  <dak@gnu.org>
22257         * calc/calc-poly.el (math-padded-polynomial)
22258         (math-partial-fractions): Add some function comments.
22260 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22262         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22263         Make `outbuf' optional.
22264         (update-file-autoloads): Use it.
22266 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22268         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22269         (autoload-find-destination): Keep it uptodate.
22270         (autoload-save-buffers): New fun.
22271         (update-file-autoloads): Use it.  Re-add the "up to date" message.
22273         * emacs-lisp/autoload.el: Refactor for upcoming changes.
22274         (autoload-find-destination): New function extracted from
22275         update-file-autoloads.
22276         (update-file-autoloads): Use it.
22277         (autoload-generate-file-autoloads): New function extracted from
22278         generate-file-autoloads.  Use file-relative-name.  Delay computation of
22279         output-start to the first cookie.  Remove done-any, replaced by
22280         output-start.
22281         (generate-file-autoloads): Use it.
22283 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
22285         * calc/calc-comb.el (math-init-random-base, math-prime-test):
22286         Use math-read-number-simple to insert constants.
22287         (math-prime-test): Redo calculation of sum.
22289         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22291         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22292         math-scale-bignum-3.
22293         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22294         math-bignum-digit-size.
22295         (math-isqrt-small): Add another possible initial guess.
22297 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22299         * textmodes/bibtex.el (bibtex-entry-format): New options
22300         `whitespace', `braces', and `string'.
22301         (bibtex-field-braces-alist, bibtex-field-strings-alist)
22302         (bibtex-field-braces-opt, bibtex-field-strings-opt)
22303         (bibtex-cite-matcher-alist): New variables.
22304         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22305         (bibtex-flash-head): Use blink-matching-delay.
22306         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22307         (bibtex-format-entry, bibtex-reformat): Handle new options of
22308         bibtex-entry-format.
22309         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22310         New functions.
22311         (bibtex-complete-internal): Do not display messages while
22312         minibuffer is used.  Do not leave around a completions buffer
22313         that is out of date.
22314         (bibtex-copy-summary-as-kill): New optional arg.
22315         (bibtex-font-lock-url): New optional arg no-button.
22316         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22317         (bibtex-url): Allow multiple URLs per entry.
22319 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22321         * emacs-lisp/autoload.el (autoload-generated-file): New function.
22322         (update-file-autoloads, update-directory-autoloads): Use it.
22323         (autoload-file-load-name): New function.
22324         (generate-file-autoloads, update-file-autoloads): Use it.
22325         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
22326         (generate-file-autoloads): If the autoloaded form is malformed,
22327         indicate the problem with a warning instead of aborting.
22329 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
22331         * simple.el (next-error-recenter): Accept `(4)' as well;
22332         also, specify `integer' instead of `number'.
22334 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22336         * ls-lisp.el (insert-directory): If an invalid regexp error is
22337         thrown, try using FILE as a literal file name, not a wildcard.
22339 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
22341         * ruler-mode.el (ruler-mode): Prevent clobbering the original
22342         `header-line-format' when reentering ruler mode.
22344 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22346         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22347         FILE exists as a file.
22349 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22351         * calc/calc.el (math-bignum-digit-length)
22352         (math-bignum-digit-size, math-small-integer-size):
22353         New constants.
22354         (math-normalize, math-bignum-big, math-make-float)
22355         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22356         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22357         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22358         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22359         (math-quotient, math-div-bignum, math-div-bignum-digit)
22360         (math-div-bignum-part, math-format-bignum-decimal)
22361         (math-read-bignum): Use math-bignum-digit-length,
22362         math-bignum-digit-size and math-small-integer-size.
22364         * calc/calc-ext.el (math-fixnum-big): Use the variable
22365         math-bignum-digit-size.
22367 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
22369         * log-view.el (log-view-mode-menu): New menu.
22371 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22373         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22374         differently.
22376         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22377         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22379 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22381         * vc-hg.el (vc-hg-print-log): Insert the file name.
22382         (vc-hg-log-view-mode): Fontify the file name.
22384 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22386         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22387         (calcFunc-julian): Fix incorrect number used in calculations.
22389 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
22391         * simple.el (next-error-recenter): New defcustom.
22392         (next-error, next-error-internal): Recenter if specified,
22393         immediately prior to running `next-error-hook'.
22395         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22396         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22398         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22400 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22402         * calc/calc-comb.el (math-small-factorial-table): New variable.
22403         (calcFunc-fact): Use `math-small-factorial-table'.
22405         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22406         initial values.
22407         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22408         New variables to use in caches.
22410         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22411         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22413         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22414         (math-bernoulli-b-cache): Use math-read-number-simple to insert
22415         bignums.
22417         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22418         New variables to use in caches.
22420 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22422         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22424         * vc-hg.el (vc-hg-log-view-mode): New mode.
22426 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
22428         * calc/calc.el (math-read-number-simple): New function.
22430 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22432         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22433         (vera-font-lock-match-item): Fix doc string.
22434         (vera-in-comment-p): Remove unused function.
22435         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22436         use `syntax-ppss'.
22437         (vera-forward-syntactic-ws): Fix argument order.
22438         (vera-prepare-search): Use `with-syntax-table'.
22439         (vera-indent-line): Fix doc string.
22440         (vera-electric-tab): Fix doc string.
22441         (vera-expand-abbrev): Define alias instead of using `fset'.
22442         (vera-comment-uncomment-region): Use `comment-start-skip'.
22444 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
22446         * textmodes/org.el (org-export-with-footnotes): New option.
22447         (org-export-as-html): Fix replacement bug for XEmacs.
22448         (org-agenda-default-appointment-duration): New option.
22450 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
22452         * vc-hg.el: Add to do items.
22453         (vc-hg-diff): Add support for comparing different revisions.
22454         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22455         (vc-hg-annotate-extract-revision-at-line)
22456         (vc-hg-previous-version, vc-hg-checkin): New functions.
22457         (vc-hg-annotate-re): New constant.
22459 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
22461         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22463 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22465         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22466         buffer-local value of log-view-*-re if applicable.
22468         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22469         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22470         (vc-bzr-command*): Remove both (incompatible) versions.
22471         (vc-bzr-do-command*): Remove.
22472         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22473         Remove by folding into its only caller vc-bzr-command.
22474         (vc-bzr-command): Always set the environment, even when ineffective.
22475         (vc-bzr-version): Minor fix up.
22476         (vc-bzr-admin-dirname): New var.
22477         (vc-bzr-bzr-dir): Remove.
22478         (vc-bzr-root-dir): New fun.
22479         (vc-bzr-registered): Use it.  Add an autoloaded version.
22480         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22481         (vc-bzr-view-log-function): Remove.
22482         (vc-bzr-log-view-mode): New major mode to replace it.
22483         (vc-bzr-print-log): Only activate the old hack if needed.
22485         * vc.el (vc-default-log-view-mode): New function.
22486         (vc-print-log): Add new `log-view-mode' VC operation.
22488 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
22490         * ido.el (ido-find-file-in-dir): Don't signal an error for
22491         empty directories.
22493         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22495         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22496         directory where the desktop file was found, as the docstring says.
22497         (desktop-kill): Use `read-directory-name'.
22499 2007-06-20  Alan Mackenzie  <acm@muc.de>
22501         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22502         When removing lines, also remove the \n.  Correction of patch of
22503         2007-04-21.
22505 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
22507         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22508         event is not a cons cell.  Do not unread drag-mouse-1 events.
22509         Select right window in check whether space was stolen from
22510         window above.
22512         * help-mode.el (help-make-xrefs): Adjust position of new forward
22513         button.
22515 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
22517         * vc-bzr.el (vc-bzr-with-process-environment)
22518         (vc-bzr-std-process-invocation): New macros.
22519         (vc-bzr-command, vc-bzr-command*): Use them.
22520         (vc-bzr-with-c-locale): Remove.
22521         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22522         (vc-bzr-buffer-nonblank-p): New function.
22523         (vc-bzr-state-words): New const.
22524         (vc-bzr-state): Look for `bzr status' keywords in output.
22525         Display everything else as a warning message to the user.
22526         Fix status report with bzr >= 0.15.
22528 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
22530         * vc-hg.el (vc-hg-global-switches): Simplify.
22531         (vc-hg-state): Handle more states.
22532         (vc-hg-diff): Fix doc-string.
22533         (vc-hg-register): New function.
22534         (vc-hg-checkout): Likewise.
22536 2007-06-20  Reto Zimmermann  <reto@gnu.org>
22538         * progmodes/vera-mode.el: New file.
22540 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
22542         * calc/calc.el (calc-multiplication-has-precendence):
22543         New variable.
22544         (math-standard-ops, math-standard-ops-p, math-expr-ops):
22545         New functions.
22546         (math-expr-opers): Define using math-standard-ops rather than
22547         math-standard-opers.
22548         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22549         equal the function math-standard-ops rather than the variable
22550         math-standard-opers.
22551         (calc-algebraic-entry): Let math-expr-opers equal
22552         math-standard-ops or math-expr-ops, as appropriate.
22553         (math-expr-read-level, math-read-factor): Let math-expr-opers
22554         equal math-expr-ops.
22555         * calc/calc-embed.el (calc-embedded-finish-edit):
22556         Let math-expr-opers equal the function math-standard-ops
22557         rather than the variable math-standard-opers.
22558         * calc/calc-ext.el (math-read-plain-expr)
22559         (math-format-flat-expr-fancy): Let math-expr-opers equal the
22560         function math-standard-ops rather than the variable
22561         math-standard-opers.
22562         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22563         Let math-expr-opers equal the function math-standard-ops rather
22564         than the variable math-standard-opers.
22565         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22566         equal the function math-standard-ops rather than the variable
22567         math-standard-opers.
22568         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22569         equal the function math-standard-ops rather than the variable
22570         math-standard-opers.
22571         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22572         math-expr-ops.
22574 2007-06-19  Ivan Kanis  <apple@kanis.eu>
22576         * vc-hg.el: New file.
22578 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22580         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22581         with font-lock-multiline.
22583 2007-06-17  Glenn Morris  <rgm@gnu.org>
22585         * lpr.el (lpr-page-header-switches): Move %s to separate element
22586         for correct quoting.  Doc fix.
22588 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22590         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22591         than setting sgml-xml-mode.
22592         (sgml-mode, html-mode): Set sgml-xml-mode.
22593         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22594         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22595         (sgml-electric-tag-pair-before-change-function)
22596         (sgml-electric-tag-pair-flush-overlays): New functions.
22597         (sgml-electric-tag-pair-mode): New minor mode.
22598         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22599         (sgml-calculate-indent): Use assoc-string.
22601 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
22603         * thingatpt.el (thing-at-point-email-regexp): Don't require two
22604         chars before the "@" in an email address.  Andreas Roehler noticed
22605         this problem.
22607 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
22609         * thingatpt.el: Add support for email addresses (`email').
22610         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22611         (thing-at-point-email-regexp): New variable.
22612         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22613         properties on this symbol, with lambda forms for values.
22615 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22617         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22619         * vc.el (vc-dired-hook): Check the backend returned from
22620         `vc-responsible-backend' can really handle `subdir'.
22622 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
22624         * wid-edit.el (widget-add-documentation-string-button):
22625         Fix handling of documentation indent.
22627 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
22629         * mb-depth.el: New file.
22631 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22633         * vc.el (vc-dired-mode): Show backend name as part of mode name.
22635 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
22637         * wid-edit.el (widget-default-create): Move ?h handling here...
22638         (widget-default-format-handler): ...from here.
22639         (widget-docstring, widget-add-documentation-string-button): New funs.
22640         (documentation-string): Add :visibility-widget property.
22641         (widget-documentation-string-value-create): Use it.
22643         * cus-edit.el (custom-split-regexp-maybe): Simplify.
22644         (custom-buffer-create-internal): Simplify message.
22645         (custom-variable-tag): Reduce height to normal.
22646         (custom-variable-value-create, custom-face-value-create)
22647         (custom-visibility): New widget.
22648         (custom-visibility): New face.
22649         (custom-group-value-create):
22650         Call widget-add-documentation-string-button, using `custom-visibility'.
22652 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22654         * emacs-lisp/bytecomp.el (byte-compile-current-group)
22655         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22656         change.  Apparently the "warning even if the group is implicit" is
22657         a feature rather than a bug.
22659 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
22661         * emulation/viper.el (viper-describe-key-ad)
22662         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22663         Compile them conditionally.
22664         (viper-version): Belated version change.
22666 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
22668         * follow.el (follow-all-followers, follow-generic-filter):
22669         * pcomplete.el (pcomplete-restore-windows):
22670         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22671         (x-dnd-drop-data):
22672         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22673         * progmodes/python.el (python-complete-symbol):
22674         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22676 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
22678         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22679         around bright and dim regexps.  Make sure bright and dim matches
22680         use word anchors.  Send text through rcirc-markup functions.
22681         (rcirc-url-regexp): Add single quote character.
22682         (rcirc-connect): Write logs to disk on auto-save-hook.
22683         Make server a non-optional argument.
22684         (rcirc-log-alist): New variable.
22685         (rcirc-log-directory): Make customizable.
22686         (rcirc-log-flag): New customizable variable.
22687         (rcirc-log): New function.
22688         (rcirc-print): Use above function.
22689         (rcirc-log-write): New function.
22690         (rcirc-generate-new-buffer-name): Strip text properties.
22691         (rcirc-switch-to-buffer-function): Remove variable.
22692         (rcirc-last-non-irc-buffer): Remove variable.
22693         (rcirc-non-irc-buffer): Add function.
22694         (rcirc-next-active-buffer): Use above function.
22695         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22696         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22697         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22698         (rcirc-omit-mode): Add minor-mode.
22699         (rcirc-mode-map): Change C-c C-o binding.
22700         (rcirc-mode): Clear mode-line-process.  Use a custom
22701         fill-paragraph-function.  Set up buffer-invisibility-spec.
22702         (rcirc-response-formats): Remove timestamp code.
22703         (rcirc-omit-responses): Add variable.
22704         (rcirc-print): Don't put the overlay arrow on potentially omitted
22705         lines.  Log line to disk.  Record activity for private messages
22706         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
22707         (rcirc-jump-to-first-unread-line): Print message if there is no
22708         unread text.
22709         (rcirc-clear-unread): New function.
22710         (rcirc-markup-text-functions): Add variable.
22711         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22712         (rcirc-debug): Don't mess with window configuration.
22713         (rcirc-send-message): Send message before printing locally.
22714         Add SILENT argument, do not print message if non-nil.
22715         (rcirc-visible-buffers): New function and variable.
22716         (rcirc-window-configuration-change-1): Add function.
22717         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22718         server buffer.
22719         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22720         (rcirc-fill-paragraph): Add function.
22721         (rcirc-record-activity, rcirc-window-configuration-change-1):
22722         Only update the activity string if it has actually changed.
22723         (rcirc-update-activity-string): Remove padding characters from the
22724         mode-line string.
22725         (rcirc-disconnect-buffer): New function to be called when a
22726         channel is parted or the user quits.
22727         (rcirc-server-name): Warn when the server-name hasn't been set.
22728         (rcirc-window-configuration-change): Postpone work until
22729         post-command-hook.
22730         (rcirc-window-configuration-change-1): Update mode-line and
22731         overlay arrows here.
22732         (rcirc-authenticate): Fixc hanserv identification.
22733         (rcirc-default-server): Remove variable.
22734         (rcirc): Connect according to rcirc-connections.
22735         (rcirc-connections): Add variable.
22736         (rcirc-startup-channels-alist): Remove variable.
22737         (rcirc-startup-channels): Remove function.
22739 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22741         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22743 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
22745         * term/xterm.el (terminal-init-xterm): Escape parens in character
22746         constants.
22748 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22750         * progmodes/sh-script.el: Remove unneeded * from docstrings.
22751         Use [:alpha:] and [:alnum:] where applicable.
22752         (sh-quoted-subshell): Rewrite to correctly
22753         handle nested mixes of `...' and $(...).
22754         (sh-apply-quoted-subshell): Remove.
22755         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22757         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
22759 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
22761         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22762         previous change.
22764 2007-06-12  Tom Tromey  <tromey@redhat.com>
22766         * subr.el (user-emacs-directory): New defconst.
22767         * cmuscheme.el (scheme-start-file):
22768         * shell.el (shell):
22769         * completion.el (save-completions-file-name):
22770         * custom.el (custom-theme-directory):
22771         * term/x-win.el (emacs-session-filename):
22772         * filesets.el (filesets-menu-cache-file):
22773         * thumbs.el (thumbs-thumbsdir):
22774         * server.el (server-auth-dir):
22775         * image-dired.el (image-dired-dir):
22776         (image-dired-db-file):
22777         (image-dired-temp-image-file):
22778         (image-dired-gallery-dir):
22779         (image-dired-temp-rotate-image-file):
22780         * play/gamegrid.el (gamegrid-user-score-file-directory):
22781         * savehist.el (savehist-file):
22782         * tutorial.el (tutorial--saved-dir):
22783         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22785 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
22787         * scroll-lock.el (scroll-lock-mode): Doc fix.
22789 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22791         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22793         * ediff-init.el: Doc strings.
22795 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22797         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22798         (byte-compile-file): Bind it.
22799         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22800         group argument is provided implicitly.
22801         (byte-compile-format-warn, byte-compile-from-buffer)
22802         (byte-compile-insert-header): Don't hardcode point-min==1.
22803         (byte-compile-file-form-require): Remove unused var old-load-list.
22804         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22806 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22808         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22809         Display error messages.
22810         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22811         Get rid of cl.el dependencies.
22813         * emulation/viper-init.el (viper-suppress-input-method-change-message):
22814         New variable.
22815         (viper-activate-input-method-action)
22816         (viper-inactivate-input-method-action):
22817         Use viper-suppress-input-method-change-message.
22819         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22820         for C-s, C-r.
22822         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22823         Use viper-replace-overlay-cursor-color instead of
22824         viper-replace-overlay-cursor-color.
22825         (viper-sit-for-short): Use sit-for with 3 arguments.
22827         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22828         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22829         to gud-mode.
22831         * ediff-mult.el (ediff-meta-buffer-brief-message)
22832         (ediff-meta-buffer-verbose-message): New variables.
22833         (ediff-meta-buffer-message): Variable deleted.
22834         (ediff-verbose-help-enabled): New variable.
22835         (ediff-toggle-verbose-help-meta-buffer): New function.
22836         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22837         message options.
22839         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22840         (ediff-fixup-patch-map): Improve heuristic.
22842 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22844         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22845         (log-view-font-lock-keywords): Simplify.
22846         (log-view-current-file, log-view-current-tag): Simplify.
22848 2007-06-12  Sam Steingold  <sds@gnu.org>
22850         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22852 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
22854         * desktop.el (desktop-load-locked-desktop): New option.
22855         (desktop-read): Use it.
22856         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22857         Use `when'.
22859 2007-06-12  Davis Herring  <herring@lanl.gov>
22861         * desktop.el (desktop-save-mode-off): New function.
22862         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22863         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22864         (desktop-claim-lock, desktop-release-lock): New functions.
22865         (desktop-kill): Tell `desktop-save' that this is the last save.
22866         Release the lock afterwards.
22867         (desktop-buffer-info): New function.
22868         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
22869         says to.  Detect conflicts, and manage the lock.
22870         (desktop-read): Detect conflicts.  Manage the lock.
22872 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22874         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22876         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22877         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
22878         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22879         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22880         keysyms rather than byte sequences.
22881         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22883 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22885         * font-lock.el (font-lock-add-keywords): In case font-lock was only
22886         half-activated, forcefully activate it completely.
22888 2007-06-11  Richard Stallman  <rms@gnu.org>
22890         * cus-edit.el (custom-variable-type): Doc fix.
22892 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22894         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22895         (sh-font-lock-flush-syntax-ppss-cache): New functions.
22896         (sh-font-lock-syntactic-keywords): Use them to distinguish the
22897         different possible cases for \'.
22899         * complete.el (PC-bindings): Don't bind things already bound in the
22900         parent keymap.
22902         * textmodes/bibtex-style.el: New file.
22904 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
22906         * vc-bzr.el: New file.
22908 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22910         * vc-svn.el (vc-svn-program): New var.
22911         (vc-svn-command): Use it.
22913 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
22915         * server.el (server-switch-buffer): Remove redundant check.
22917 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
22919         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22920         Match against file-name-nondirectory.
22921         Fix text on user customization variables.
22922         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22924 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22926         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22928 2007-06-09  Davis Herring  <herring@lanl.gov>
22930         * desktop.el (desktop-minor-mode-table): Doc fix.
22932 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22934         * textmodes/css-mode.el (css-navigation-syntax-table):
22935         Use set-char-table-range so it also works in the unicode branch.
22937 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
22939         * help-mode.el (help-xref-forward-stack)
22940         (help-xref-stack-forward-item, help-forward-label): New variables.
22941         (help-forward): New button type.
22942         (help-setup-xref): Initialise help-xref-forward-stack.
22943         (help-make-xrefs): Add forward button, if appropriate.
22944         (help-xref-go-back): Push item on forward stack.
22945         (help-xref-go-forward, help-go-forward): New functions.
22947 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
22949         * dired.el (dired-mode-map): Remove spurious separator.
22951 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22953         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22955         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22956         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22958 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
22960         * textmodes/org.el: Version number fixed.
22962 2007-06-07  Glenn Morris  <rgm@gnu.org>
22964         * version.el (emacs-copyright): New constant.
22965         * startup.el (fancy-splash-tail): Use emacs-copyright.
22966         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22968         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22969         `make-local'.
22970         (byte-compile-warnings-safe-p): Add `make-local'.
22971         (byte-compile-make-variable-buffer-local):
22972         Allow byte-compile-warnings to suppress this warning.
22974         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22975         format of "menu" description.
22976         (tutorial--find-changed-keys): Describe the specific menu a
22977         command is in.
22979         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22980         Rewrite compatibility functions to silence byte-compiler.
22982 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22984         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22985         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22987 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
22989         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22991 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22993         * progmodes/ebrowse.el (ebrowse-member-table):
22994         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22995         (org-batch-agenda-csv): Fix typos in docstrings.
22997 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
22999         * pgg.el (pgg-sign-region, pgg-sign):
23000         * ses.el (ses-call-printer):
23001         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23002         * textmodes/org.el (org-cycle): Fix typos in docstrings.
23004 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
23006         * textmodes/org.el (org-export-region-as-html)
23007         (org-replace-region-by-html, org-number-to-letters)
23008         (org-table-fedit-finish, org-normalize-color)
23009         (org-table-fedit-ref-right, org-date-to-gregorian)
23010         (org-table-fedit-move, org-table-convert-refs-to-rc)
23011         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23012         (org-write-agenda, org-colgroup-info-to-vline-list)
23013         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23014         (org-indent-line-function, org-export-as-html-to-buffer)
23015         (org-store-agenda-views, org-update-mode-line)
23016         (org-find-if, org-delete-all)
23017         (org-table-fedit-convert-buffer, org-emphasize)
23018         (org-uniquify, org-table-fedit-lisp-indent)
23019         (org-table-fedit-scroll, org-get-todo-sequence-head)
23020         (org-table-fedit-scroll-down, org-table-fedit-line-down)
23021         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23022         (org-table-fedit-toggle-coordinates, org-dvipng-color)
23023         (org-table-fedit-line-up, org-table-fedit-ref-down)
23024         (org-table-formula-from-user, org-mode-flyspell-verify)
23025         (org-cycle-show-empty-lines, org-ctrl-c-ret)
23026         (org-table-formula-to-user, org-diary-to-ical-string)
23027         (orgtbl-export, org-table-fedit-post-command)
23028         (org-closed-in-range, org-shiftcontrolright)
23029         (org-table-convert-refs-to-an, org-table-hline-and-move)
23030         (org-table-formula-less-p, org-format-table-ascii)
23031         (org-agenda-get-sexps, org-shift-refpart)
23032         (org-diary-sexp-entry, org-time-string-to-absolute)
23033         (org-table-show-reference, org-letters-to-number)
23034         (org-fix-agenda-info, org-table-fedit-ref-up)
23035         (org-table-fedit-shift-reference, org-table-fedit-abort)
23036         (org-closest-date, org-shiftcontrolleft)
23037         (org-at-heading-or-item-p, org-rematch-and-replace)
23038         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23039         New functions.
23040         (org-table-edit-scroll-down, org-finish-edit-formulas)
23041         (org-table-edit-next-field, org-abort-edit-formulas)
23042         (org-font-lock-level, org-export-find-first-heading-line)
23043         (org-table-edit-line-down, org-table-edit-backward-field)
23044         (org-edit-formula-lisp-indent, org-table-edit-move)
23045         (org-check-log-option, org-this-word)
23046         (org-table-edit-line-up, org-table-edit-formulas-post-command)
23047         (org-agenda-file-to-end, org-expand-file-name)
23048         (org-fake-empty-table-line, org-table-edit-scroll)
23049         (org-toggle-log-option, org-show-reference): Function removed.
23050         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23051         New defsubsts.
23052         (org-unmodified, org-batch-store-agenda-views)
23053         (org-batch-agenda-csv): New macro.
23054         (org-agenda-export): New customization group.
23055         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23056         (org-highest-priority, org-agenda-exporter-settings)
23057         (org-log-done-with-time, org-replace-disputed-keys)
23058         (org-format-latex-header, org-export-table-header-tags)
23059         (org-cycle-separator-lines, org-export-table-data-tags)
23060         (org-icalendar-include-sexps)
23061         (org-empty-line-terminates-plain-lists)
23062         (org-log-repeat, org-special-ctrl-a)
23063         (org-table-use-standard-references, org-disputed-keys)
23064         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23065         (org-agenda-export-html-style): New option.
23066         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23067         (org-CUA-compatible): Option removed.
23068         (org-agenda-structure, org-sexp-date): New face.
23069         (org-todo-keywords-for-agenda, org-not-done-keywords)
23070         (org-planning-or-clock-line-re, org-agenda-name)
23071         (org-table-colgroup-info, org-todo-sets)
23072         (constants-unit-system, org-clock-mode-line-entry)
23073         (org-mode-line-timer, org-table-current-begin-pos)
23074         (org-todo-keywords-1, org-mode-line-string)
23075         (org-table-clean-did-remove-column, org-table-fedit-map)
23076         (org-clock-heading, org-table-buffer-is-an)
23077         (org-agenda-info, org-done-keywords)
23078         (org-done-keywords-for-agenda, org-todo-heads)
23079         (org-todo-kwd-alist, org-clock-start-time): New variable.
23080         (org-todo-kwd-priority-p, org-edit-formulas-map)
23081         (org-repeat-re, org-todo-kwd-max-priority)
23082         (org-version, org-done-string)
23083         (org-table-clean-did-remove-column-1, org-disputed-keys):
23084         Remove variables.
23085         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23086         (org-ts-lengths): Constant removed.
23087         (org-follow-gnus-link): Don't ask how many articles to read.
23088         (org-export-find-first-export-line): Rename from
23089         `org-export-find-first-heading'.
23090         Use `org-export-skip-text-before-1st-heading'.
23091         (org-table-fedit-post-command): Rename from
23092         `org-table-edit-formulas-post-command'.
23093         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23094         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23095         (org-table-fedit-lisp-indent): Rename from
23096         `org-edit-formula-lisp-indent'.
23097         (org-table-show-reference): Rename from `org-show-reference'.
23098         (org-table-store-formulas): Use `org-table-formula-less-p'.
23099         (org-table-edit-formulas): Position cursor to current field equation.
23100         (org-update-checkbox-count, org-hide-archived-subtrees)
23101         (org-timestamp-up-day, org-timestamp-down-day)
23102         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23103         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23104         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23105         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23106         Let `org-on-heading-p' also check for invisible heading.
23107         (org-read-date): Match am/pm times.
23108         (org-eval-in-calendar): Fix default date in prompt.
23110 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
23112         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23113         "ChangeLog.a" entries, giving the latter lower priority.
23115 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
23117         * faces.el (face-id): If the argument is a face alias,
23118         return the ID of the target face.
23120 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
23122         * net/socks.el (top): Remove unnecessary copyright line.
23124 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
23126         * longlines.el (longlines-auto-wrap): Handle argument correctly.
23128 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
23130         * net/socks.el: New file, taken from w3 repository.
23131         (top): Update Copyright.  Don't load cl.el.
23132         (all): Replace `case' by `cond', `string-to-int' by
23133         `string-to-number', and `process-kill-without-query' by
23134         `set-process-query-on-exit-flag'.
23135         (socks-char-int): Remove defalias and all occurrences.
23137 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
23139         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23140         Fix typos in docstrings.
23141         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23142         (compilation-finish-function): Fix typo in obsolescence declaration.
23144 2007-06-03  Sam Steingold  <sds@gnu.org>
23146         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23147         handle unending automatic recompilation of changed files (`omake -P').
23148         (compilation-loop): VISITED is now 5th CDR.
23149         (compilation-next-error-function): Set TIMESTAMP.
23151 2007-06-03  Sam Steingold  <sds@gnu.org>
23153         * files.el (kill-buffer-ask): New function.
23154         (kill-some-buffers): Use it.
23155         (kill-matching-buffers): New user command.
23157 2007-06-01  David Kastrup  <dak@gnu.org>
23159         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23160         Change default to `top'.
23162 2007-05-31  Richard Stallman  <rms@gnu.org>
23164         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23166 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23168         * textmodes/css-mode.el: New file.
23170 2007-05-30  Michael Olson  <mwolson@gnu.org>
23172         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23173         died and we are trying to send a signal to it.  The program using
23174         tq.el should periodically check to see whether the process has
23175         died and react appropriately -- this is not the responsibility of
23176         tq.el, and is consistent with the rest of the tq.el source code.
23178 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
23180         * textmodes/table.el (table--point-entered-cell-function)
23181         (table--point-left-cell-function):
23182         Bind `inhibit-point-motion-hooks' to t.
23184 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23186         * emacs-lisp/rx.el (rx): Doc fix.
23188 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
23190         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23192 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
23194         Sync with Tramp 2.0.56.
23196         * net/tramp.el:
23197         * net/tramp-ftp.el:
23198         * net/tramp-smb.el:
23199         * net/tramp-util.el:
23200         * net/tramp-vc.el:
23201         Don't load cl.el, because that pollutes the namespace.  Replace cl
23202         macros by their implementations where necessary.  Requested by
23203         Richard Stallman <rms@gnu.org>.
23205         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23206         doesn't exist.
23207         (with-parsed-tramp-file-name): Protect debug spec during compilation.
23208         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23209         (tramp-file-name-p, tramp-file-name-multi-method)
23210         (tramp-file-name-method, tramp-file-name-user)
23211         (tramp-file-name-host, tramp-file-name-localname): New defuns,
23212         replacing defstruct `tramp-file-name'.
23213         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23214         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23215         Apply `vector' instead of `make-tramp-file-name'.
23216         (tramp-handle-make-auto-save-file-name):
23217         Apply `tramp-temporary-file-directory' for compatibility reasons.
23218         (tramp-completion-mode): Use `natnump' instead of `wholenump'
23219         because of XEmacs.
23220         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23221         started.
23223 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
23225         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23227 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
23229         * log-edit.el (log-edit-changelog-paragraph): Return point-max
23230         as the end of the ChangeLog paragraph when it ends without a line
23231         termination.
23233 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
23235         * net/webjump.el (webjump-sample-sites):
23236         Add simple Wikipedia query.
23238 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23240         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23241         compatibility code.
23243         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23244         (copyright-update-year): Use it.
23246         * edmacro.el (edmacro-format-keys): Use current-active-maps.
23248         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23249         Add indentation and debugging info.  Fix up comment convention.
23251         * cus-dep.el (custom-make-dependencies): Simplify.
23253         * composite.el (compose-region, decompose-region):
23254         Use inhibit-read-only and restore-buffer-modified-p.
23256         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23257         (xterm-mouse-event): Use it.
23259 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
23261         * bs.el (bs-cycle-previous): Don't modify the cycle list until
23262         `switch-to-buffer' has returned succesfully.
23263         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
23264         window is dedicated (it could iconify the frame).
23266 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
23268         * vc-hooks.el (vc-find-root): Fix file attribute test.
23270 2007-05-24  Richard Stallman  <rms@gnu.org>
23272         * textmodes/flyspell.el (flyspell-correct-word-before-point):
23273         Don't let opoint be nil.
23274         (flyspell-emacs-popup): Explicit error if no dialogs.
23276 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
23278         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23279         (image-next-line, image-previous-line, image-scroll-up)
23280         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23281         New functions.
23282         (image-mode-map): Remap motion commands.
23283         (image-mode-text-map): New keymap for viewing images as text.
23284         (image-mode): Use image-mode-map.
23285         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23287 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23289         * textmodes/fill.el (canonically-space-region): Make the second arg
23290         a marker if it's not already the case.
23292 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23294         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23295         (tar-get-descriptor): Handle type 55, an extended pax header.
23297 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23299         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23300         to confuse outline-minor-mode.
23302 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23304         * tar-mode.el (tar-file-name-handler): New function.
23305         (tar-extract): Bind file-name-handler-alist to it to force
23306         find-buffer-file-type-coding-system behave as if the file being
23307         extracted existed.  Use last-coding-system-used to force
23308         buffer-file-coding-system to what decode-coding-region actually
23309         used to decode the file.
23311 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23313         * progmodes/compile.el (compilation-handle-exit):
23314         `compilation-finish-function' may change the current buffer.
23316 2007-05-22  Richard Stallman  <rms@gnu.org>
23318         * files.el (set-auto-mode): Doc fix.
23320 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
23322         * help-fns.el (find-source-lisp-file): New function.
23323         (describe-function-1): Use find-source-lisp-file to find source
23324         file in compile tree.
23326 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
23328         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23330 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
23332         * emacs-lisp/easy-mmode.el (define-minor-mode)
23333         (easy-mmode-define-navigation): Fix typos in docstrings.
23335 2007-05-22  Glenn Morris  <rgm@gnu.org>
23337         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23339 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23341         * mail/mail-extr.el (mail-extract-address-components):
23342         Recognize non-ASCII characters except for NBSP as words.
23344 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
23346         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23347         (rcirc-print): Handle `window-width'.
23348         (rcirc-buffer-maximum-lines): Doc fix.
23350 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
23352         * image-mode.el (image-toggle-display): Don't clear image cache.
23353         Only use filename in image spec if the file is readable.
23354         Call image-refresh.
23356         * image.el (image-type-from-file-name, image-type): Simplify.
23357         (image-type-auto-detected-p): Don't scan auto-mode-alist.
23359         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23360         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23362 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23364         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23365         is an error.
23367         * term/linux.el (terminal-init-linux): Don't signal an error
23368         if gpm isn't running.
23370 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23372         * t-mouse.el: Reduce to a minor-mode macro call.
23373         (t-mouse-mode): Remove the lighter.
23375         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23377 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
23379         * files.el (auto-mode-alist): Change the regexp so that
23380         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23382 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
23384         * Version 22.1 released.
23386 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
23388         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23389         changes.
23391 2007-05-19  Kevin Ryde  <user42@zip.com.au>
23393         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23395 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
23397         * textmodes/sgml-mode.el: Revert last change.
23399 2007-05-18  Richard Stallman  <rms@gnu.org>
23401         * simple.el (push-mark): Doc fix.
23403 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
23405         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23406         tpu-global-map.
23407         (tpu-original-global-map): Variable deleted.
23408         (tpu-control-keys-map): New keymap variable.
23409         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23410         setting keymapping directly.
23411         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23412         tpu-global-map.
23413         (tpu-edt-on): Activate the tpu-global-map.
23414         (tpu-edt-off): Deactivate the tpu-global-map.
23416 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
23418         * textmodes/ispell.el (ispell-get-word): Return markers
23419         for start and end positions.
23420         (ispell-word): Assume END is a marker.
23422 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
23424         * textmodes/sgml-mode.el (sgml-tag):
23425         Fix bug: Call sgml-transformation-function.
23427 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
23429         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23430         modified flag of buffer.  Use `inhibit-modification-hooks'.
23432 2007-05-16  Richard Stallman  <rms@gnu.org>
23434         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23436 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23438         * files.el (magic-mode-alist, magic-fallback-mode-alist):
23439         Move the *ml, Postscript, and XmCD entries to the fallback part.
23441         * files.el (magic-fallback-mode-alist):
23442         Rename from file-start-mode-alist.
23444 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23446         * progmodes/compile.el (compilation-handle-exit): Quote first
23447         argument of `run-hook-with-args'.
23449 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
23451         * buff-menu.el (Buffer-menu-sort-column):
23452         * dabbrev.el (dabbrev-upcase-means-case-search):
23453         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23454         * info.el (Info-current-subfile):
23455         * ls-lisp.el (ls-lisp-verbosity):
23456         * msb.el (msb-menu-cond):
23457         * pcvs.el (cvs-dired-use-hook):
23458         * simple.el (set-mark-command-repeat-pop):
23459         * time.el (display-time-24hr-format, display-time-mail-file):
23460         Doc fixes.
23462         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23463         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23465         * view.el (view-inhibit-help-message): Fix typo in docstring.
23466         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23468 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
23470         * textmodes/ispell.el (ispell-start-process): Defend against bad
23471         default-directory.
23473 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
23475         * mail/rmail.el (rmail-convert-to-babyl-format): Check
23476         content-transfer-encoding _last_, because it's its position that
23477         we need as value of base64-header-field-end.
23479 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
23481         * files.el (mode-require-final-newline, require-final-newline)
23482         (enable-local-variables, enable-local-eval): Doc fixes.
23484 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23486         * ps-print.el: Use default color when foreground or background color
23487         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
23488         (ps-print-version): New version 6.7.4.
23489         (ps-rgb-color): New argument.  Use default color when color is
23490         unspecified.
23491         (ps-begin-job): Fix code.
23493 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
23495         * longlines.el (longlines-mode): Make longlines-auto-wrap
23496         buffer-local.  Add hooks unconditionally.
23497         (longlines-auto-wrap): Toggle wrapping.
23498         (longlines-after-change-function)
23499         (longlines-post-command-function): Check longlines-auto-wrap.
23501 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
23503         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23504         (xterm-mouse-translate): Use it.
23506 2007-05-10  Richard Stallman  <rms@gnu.org>
23508         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23509         (iso-cvt-write-only): Likewise.
23511         * emacs-lisp/easy-mmode.el (define-minor-mode):
23512         Fix generated doc string.
23514         * startup.el (fancy-splash-text): Add URL of guided tour.
23515         Adjust horizontal and vertical whitespace.
23517         * progmodes/compile.el (compilation-handle-exit):
23518         Use run-hook-with-args to run compilation-finish-functions.
23520         * files.el (file-start-mode-alist): New variable.
23521         (magic-mode-regexp-match-limit): Doc fix.
23522         (set-auto-mode): Handle file-start-mode-alist.
23523         A little cleanup of structure.
23525         * dabbrev.el (dabbrev-eliminate-newlines):
23526         Renamed from dabbrev--eliminate-newlines.  All uses changed.
23528 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
23530         * man.el (Man-next-section): Don't consider the last line of the page
23531         as being part of any section.
23533 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23535         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23536         can take any number of values.
23538 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23540         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23541         to the list of citation commands.
23543 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23545         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23547 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23549         * progmodes/python.el (python-font-lock-keywords)
23550         (python-open-block-statement-p, python-mode): Add support for the new
23551         "with" keyword.
23553 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23555         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23556         the exact opposite of diff-goto-source.
23558         * emacs-lisp/advice.el (ad-special-forms): Remove.
23559         (ad-special-form-p): Use subr-arity.
23561         * newcomment.el (comment-search-forward): Make sure we search forward.
23562         (comment-enter-backward): Try and distinguish the non-matching case at
23563         EOB from the non-matching case with a missing comment-end-skip for
23564         a 2-char comment ender.
23565         (comment-choose-indent): New function extracted from comment-indent.
23566         Improve the alignment algorithm.
23567         (comment-indent): Use it.
23569         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23570         XML style Processing Instructions.
23571         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
23572         (sgml-calculate-indent): Handle `pi' context.
23574         * vc.el: Ensure that update-changelog issues an error when used with
23575         a backend that does not implement it.
23576         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23577         Remove `backend' argument.  Use expand-file-name.
23578         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23580         * progmodes/python.el (python-end-of-block): Revert last change.
23581         (python-end-of-statement): Make sure we move *forward*.
23583 2007-05-08  Richard Stallman  <rms@gnu.org>
23585         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23586         Don't include non-self-insert commands in the exception for `-'.
23588 2007-05-08  David Reitter  <david.reitter@gmail.com>
23590         * progmodes/python.el (python-guess-indent): Check non-nullness
23591         before comparing indent against the 2..8 interval.
23593 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23595         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23596         available.
23598 2007-05-06  Richard Stallman  <rms@gnu.org>
23600         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23602 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23604         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23605         rather than storing their value in the revert-buffer function.
23607 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
23609         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23610         when disabling t-mouse-mode.
23612 2007-05-01  Davis Herring  <herring@lanl.gov>
23614         * calendar/timeclock.el: Update version number.
23615         (timeclock-modeline-display): Mention timeclock-use-display-time
23616         in explanatory message.
23617         (timeclock-in): Fix non-interactive workday specifications.
23618         (timeclock-log): Don't kill the log buffer if it already existed.
23619         Suppress warnings when finding the log.  Don't check for a nil
23620         project twice.  Run hooks after killing the buffer (if applicable).
23621         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23622         was geometric).  All uses changed.
23623         (timeclock-generate-report): Support prefix argument.
23625 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
23627         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23628         disconnections.
23630 2007-05-01  Romain Francoise  <romain@orebokech.com>
23632         * dired-x.el: Revert 2007-04-06 change.
23634 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
23636         * find-dired.el (find-dired-filter): Propertize all text down to eob.
23638 2007-04-29  Richard Stallman  <rms@gnu.org>
23640         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23642 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23644         * progmodes/cc-mode.el (c-before-change): Use point-min rather
23645         than 1.
23647 2007-04-28  Richard Stallman  <rms@gnu.org>
23649         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23651 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
23653         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23654         don't put stop on toolbar.
23656 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23658         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23660 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
23662         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23663         instead of $(lisp)/mh-e.
23665 2007-04-28  Glenn Morris  <rgm@gnu.org>
23667         * image-dired.el (image-dired-cmd-create-thumbnail-options)
23668         (image-dired-cmd-create-temp-image-options): Replace option
23669         +profile "*" with -strip.
23671 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
23673         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23674         Use window-start and window-end.
23676 2007-04-27  Andreas Schwab  <schwab@suse.de>
23678         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23680 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
23682         * textmodes/fill.el (fill-paragraph): Doc fix.
23684 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
23686         * locate.el (locate-in-alternate-database): Doc fix.
23688 2007-04-26  Glenn Morris  <rgm@gnu.org>
23690         * button.el (button): Use underline if supported, else fall back
23691         to color.
23693         * version.el (emacs-version): Increase to 22.1.50.
23695 2007-04-25  Richard Stallman  <rms@gnu.org>
23697         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23699 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
23701         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23702         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23703         pushing mark.
23704         (idlwave-current-routine): Don't push mark.
23706 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
23708         * image-dired.el (image-dired-display-image): Derive image-type from
23709         filename rather than assuming jpeg, in case no resizing was needed.
23711 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
23713         * custom.el (defface): Doc fix.
23715 See ChangeLog.12 for earlier changes.
23717 ;; Local Variables:
23718 ;; coding: utf-8
23719 ;; add-log-time-zone-rule: t
23720 ;; End:
23722     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
23724   This file is part of GNU Emacs.
23726   GNU Emacs is free software; you can redistribute it and/or modify
23727   it under the terms of the GNU General Public License as published by
23728   the Free Software Foundation; either version 3, or (at your option)
23729   any later version.
23731   GNU Emacs is distributed in the hope that it will be useful,
23732   but WITHOUT ANY WARRANTY; without even the implied warranty of
23733   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23734   GNU General Public License for more details.
23736   You should have received a copy of the GNU General Public License
23737   along with GNU Emacs; see the file COPYING.  If not, write to the
23738   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23739   Boston, MA 02110-1301, USA.
23741 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af