(ispell-insert-word): Revert previous change.
[emacs.git] / lisp / ChangeLog
blobe9ba1a706e62d389f78a47c7efd2643d16c8cbeb
1 2008-04-26  Glenn Morris  <rgm@gnu.org>
3         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
5         * simple.el (quoted-insert, zap-to-char): Revert previous change.
7 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
10         `hexl-mode-old-eldoc-documentation-function'.
11         (hexl-mode-exit): Restore it.
12         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
14         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
16 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
18         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
19         (completion-pcm--all-completions): Doc fix.
20         (completion-styles-alist, completion-all-completions):
21         Fix typos in docstrings.
23 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25         * whitespace.el: There is now only one variable (whitespace-style) to
26         specify which kind of blank is visualized.  Doc and docstring fix. New
27         version 11.0.
28         (whitespace-style): New option, replace whitespace-style-mark and
29         whitespace-style-color.
30         (whitespace-style-mark, whitespace-style-color): Options removed.
31         (whitespace-hspace, whitespace-tab, whitespace-newline)
32         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
33         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
34         (whitespace-hspace-regexp, whitespace-space-regexp)
35         (whitespace-tab-regexp, whitespace-trailing-regexp)
36         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
37         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
38         (whitespace-space-after-tab-regexp, whitespace-line-column)
39         (whitespace-display-mappings, whitespace-report): Docstring fix.
40         (whitespace-color-value-list, whitespace-mark-value-list)
41         (whitespace-active-color, whitespace-active-mark)
42         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
43         (whitespace-style-value-list, whitespace-active-style)
44         (whitespace-toggle-style): New vars.
45         (whitespace-toggle-option-alist, whitespace-help-text):
46         Var initialization and docstring fix.
47         (whitespace-toggle-options, global-whitespace-toggle-options)
48         (whitespace-cleanup, whitespace-cleanup-region)
49         (whitespace-report-region, whitespace-interactive-char)
50         (whitespace-toggle-list): Docstring and code fix.
51         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
52         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
53         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
54         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
56 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
59         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
60         (diff-sanity-check-hunk): Adjust code accordingly.
62 2008-04-26  Glenn Morris  <rgm@gnu.org>
64         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
66         * forms-d2.dat: Move to ../etc.
67         * forms-d2.el (forms-file): Adapt for above change.
69         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
70         `translation-table-for-input'.
72         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
73         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
75         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
76         to punctuation now it's not needed for abbrevs.
77         (fortran-mode-abbrev-table): Remove defvar, make use of new
78         define-abbrev-table :regexp feature.
80         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
81         insert, now that translation-table-for-input is not needed.
83 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
85         * emacs-lisp/pp.el (pp-display-expression): New function,
86         extracted from pp-eval-expression.
87         (pp-eval-expression): Use pp-display-expression.
88         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
89         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
90         (pp-eval-last-sexp): Use pp-last-sexp.
92 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * abbrev.el (define-abbrev-table): Apply props even if the table
95         exists already.
97         * minibuffer.el (completion-table-with-context): Fix `pred' for the
98         various kinds of completion tables.
99         (completion-emacs22-try-completion): Place cursor after the /, as was
100         done in Emacs-22's minibuffer-complete-word.
101         Fix bug reported by David Hansen <david.hansen@gmx.net>.
102         (completion-emacs22-try-completion): Merge all mergable text rather
103         than just /.
104         (completion-pcm--delim-wild-regex): New var.
105         (completion-pcm-word-delimiters): New custom.
106         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
107         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
108         (completion-pcm--all-completions, completion-pcm-all-completions)
109         (completion-pcm--merge-completions, completion-pcm--pattern->string)
110         (completion-pcm-try-completion): New functions.
111         (completion-styles-alist): Add them.
112         (completion-styles): Add it to the default.
114 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
116         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
117         (gdb-var-create-handler): ...until here when there are values.
118         (gdb-post-prompt): Don't do -var-update with no watch expressions.
119         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
121 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
123         * ls-lisp.el (ls-lisp-format): Fix last change.
124         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
125         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
126         (ls-lisp-filesize-f-fmt): New defvars.
127         (ls-lisp-insert-directory): Dynamically compute format specifiers
128         for displaying UID, GID, and file size, and store them in the
129         above variables.
130         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
131         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
132         instead of constant format strings.
133         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
134         ls-lisp-filesize-d-fmt instead of constant format strings.
136 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
138         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
139         value of addresses rather than (partial) string value.
140         (gdb-frame-handler): Change regexp according to above change.
141         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
142         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
143         (gdb-assembler-mode): Disable undo in these buffers.
145 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
147         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports
148         %s.  Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
150 2008-04-24  Sam Steingold  <sds@gnu.org>
152         * textmodes/remember.el (remember-diary-extract-entries): Use
153         diary-make-entry instead of the obsolete make-diary-entry.
155 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * subr.el (translation-table-for-input): Mark as obsolete.
159         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
161         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
163         * textmodes/ispell.el (ispell-dictionary-alist-1)
164         (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
165         (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
166         (ispell-dictionary-alist-6): Remove.
167         (ispell-dictionary-base-alist): New var, merges the above.
168         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
169         Use it.
170         (ispell-dictionary-alist): Default to nil.  Remove autoload.
171         (ispell-local-dictionary-alist): Remove autoload.
173         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
174         (f90-mode-abbrev-table): Use the new :regexp feature.
175         Merge defvar and mapc into define-abbrev-table.
176         (f90-imenu-type-matcher): Remove unused `l'.
177         (f90-imenu-generic-expression): Remove unused `not-ib'.
178         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
179         (f90-change-keywords): Use restore-buffer-modified-p.
181 2008-04-24  Glenn Morris  <rgm@gnu.org>
183         * net/goto-addr.el (goto-address-prog-mode):
184         * progmodes/bug-reference.el (bug-reference-prog-mode):
185         Define for compiler.
187         * minibuffer.el (x-file-dialog): Declare as function.
189         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
190         dframe-update-speed rather than obsolete alias speedbar-update-speed.
192         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
193         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
194         work with easymenu.  Add :keys where needed.
196         * calendar/cal-move.el (calendar-scroll-left): Handle case when
197         event-start is nil.
199         * calendar/calendar.el (calendar-mode-map): Fix typo.
201 2008-04-24  Tom Tromey  <tromey@redhat.com>
203         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
204         Document keywords.  Add :suppress.
205         * pcvs-defs.el (cvs-mode-map): Use :suppress.
207         * net/goto-addr.el (goto-address-unfontify): New function.
208         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
209         (goto-address-fontify-region, goto-address-mode)
210         (goto-address-prog-mode): New functions.
212         * progmodes/bug-reference.el: New file.
214 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
216         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
218 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
221         macros within lambdas.
223 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * minibuffer.el (completion-try-completion): Add `point' argument.
226         Change return value.
227         (completion-all-completions): Add `point' argument.
228         (minibuffer-completion-help): Pass the new `point' argument.
229         (completion--do-completion): Pass the whole field to try-completion.
230         (completion--try-word-completion): Rewrite, making fewer assumptions.
231         (completion-emacs21-try-completion, completion-emacs21-all-completions)
232         (completion-emacs22-try-completion, completion-emacs22-all-completions)
233         (completion-basic-try-completion, completion-basic-all-completions):
234         New functions.
235         (completion-styles-alist): Use them.
237 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
239         * ispell.el (ispell-set-spellchecker-params): New function to make sure
240         right params and dictionary alists are used after spellchecker changes.
241         (ispell-aspell-dictionary-alist, ispell-last-program-name)
242         (ispell-initialize-spellchecker-hook): New variables and hook.
243         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
244         (ispell-maybe-find-aspell-dictionaries): Remove.
245         Calls replaced by (ispell-set-spellchecker-params) calls.
246         (ispell-have-aspell-dictionaries): Remove.
247         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
248         ispell-set-spellchecker-params.
250 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * complete.el (PC-do-completion): Be more robust in the presence of
253         unexpected values in minibuffer-completion-predicate.
255         * minibuffer.el (read-file-name): Don't let-bind default-directory.
256         Only abbreviate default-filename if it's a file.
258         * minibuffer.el (read-file-name-function, read-file-name-predicate)
259         (read-file-name-completion-ignore-case, insert-default-directory):
260         New vars, moved from fileio.c.
261         (read-file-name): New fun, moved from fileio.c.
262         * cus-start.el: Remove insert-default-directory and
263         read-file-name-completion-ignore-case.
265         * Makefile.in (emacs-deps): Leave it empty.
267 2008-04-23  Magnus Henoch  <mange@freemail.hu>
269         * tar-mode.el (tar-untar-buffer): If the entry has directory
270         link type, extract it as a directory even if its file name doesn't
271         end with a slash.  Fixes extraction of NetBSD tar archives.
273 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * server.el (server-start): Also don't get confused by CRs since we
276         don't quote them.
278 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
280         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
281         (gdb-set-gud-minor-mode-existing-buffers)
282         (gdb-info-breakpoints-custom, gdb-get-location)
283         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
284         Previously gdb-create-define-alist wasn't always run and added to
285         after-save-hook.
287         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
289 2008-04-23  Kevin Ryde  <user42@zip.com.au>
291         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
292         comments like unindented ones.
294 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
296         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
297         parameter origins.
299 2008-04-23  Kevin Ryde  <user42@zip.com.au>
301         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
302         Bind print-level to ensure output forms aren't truncated if
303         print-level is set to eval-expression-print-level when going via
304         eval-defun and friends, or has been otherwise fiddled with.
306 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
308         * progmodes/cc-mode.el (c-basic-common-init): Don't set
309         font-lock-extend-after-change-region-function globally.
311 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
313         * speedbar.el (speedbar-use-tool-tips-flag)
314         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
315         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
316         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
317         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
318         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
319         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
320         (speedbar-separator-face): Fix typos in docstrings.
321         (speedbar-stealthy-function-list, speedbar-verbosity-level)
322         (speedbar-supported-extension-expressions, speedbar-update-current-file)
323         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
324         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
325         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
326         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
327         (speedbar-check-vc-this-line, speedbar-files-line-directory)
328         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
329         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
330         (speedbar-recenter): Doc fixes.
331         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
332         declaration and remove redundant info in docstring.
334 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
336         * vc-git.el (vc-git-status-printer): Deal with directories.
338         * vc.el (vc-next-action): Look at more than the first file to
339         determine the state.
341 2008-04-23  Glenn Morris  <rgm@gnu.org>
343         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
344         timers.  Doc fix.
345         (dframe-update-speed): Drop support for XEmacs < 20.
346         (dframe-frame-mode): Drop support for Emacs < 20.
347         (dframe-set-timer-internal): Drop support for Emacs without timers.
348         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
350         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
351         versions.  Add doc-string.  Mark as obsolete.
353         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
355         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
356         rather than using an Emacs version test.
358         * tree-widget.el (tree-widget-image-enable): Use display-images-p
359         rather than an Emacs version test.
361         * calendar/cal-china.el (holiday-chinese-qingming)
362         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
363         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
364         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
366         * calendar/cal-islam.el (holiday-islamic): Doc fix.
368         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
369         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
370         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
372 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
374         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
375         (gdb-previous-frame-pc-address): ...to this.
376         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
377         of "info frame" with Gdb 6.4+.
378         (gdb-stack-list-frames-regexp): New regexp.
379         (gdb-frame-handler-1): Parse output of -stack-info-frame
381 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
383         * tar-mode.el (tar-prefix-offset): New constant.
384         (tar-header-block-tokenize): Support paths with long names
385         which use the "ustar" standard.
387 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
389         * image-dired.el (image-dired-track-original-file)
390         (image-dired-modify-mark-on-thumb-original-file):
391         Use `dired-goto-file' instead of `search-forward'.  This solves
392         a bug with finding files where the file name is a subset of other
393         file names.  Doc fix.
395 2008-04-22  Juri Linkov  <juri@jurta.org>
397         * menu-bar.el (buffers-menu-max-size): Move its definition down to
398         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
399         (yank-menu-length): Change group name `mouse' to `menu'.
400         (buffers-menu-buffer-name-length): New user option.
401         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
402         instead of the hard-coded number 27.
404 2008-04-22  Juri Linkov  <juri@jurta.org>
406         * isearch.el (eval-when-compile): Require `help-macro'.
407         (isearch-help-for-help-internal): Isearch specific Help screen
408         created by `make-help-screen'.
409         (isearch-help-map): New variable that binds "b", "k", "m" to
410         isearch-specific commands, and binds other keys to
411         isearch-other-control-char, thus allowing other Help keys to
412         exit isearch mode and execute their global definitions.
413         (isearch-help-for-help, isearch-describe-bindings)
414         (isearch-describe-key, isearch-describe-mode): New commands.
415         (isearch-mode-help): Define alias to isearch-describe-mode
416         and remove its old function definition.
417         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
418         Remove old comments because this issue is settled now.
419         (isearch-forward): Describe three new Help commands in the docstring.
420         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
421         leave the single sentence at the first line of the docstring,
422         and prepend the word "function" before `isearch-forward'
423         to make the Help link to the function instead of variable.
425 2008-04-22  Juri Linkov  <juri@jurta.org>
427         * isearch.el (isearch-success-function): New variable with default
428         to `isearch-success-function-default'.
429         (isearch-search): Call a function from `isearch-success-function'
430         instead of calling the hard-coded `isearch-range-invisible'.
431         (isearch-success-function-default): New function that calls
432         `isearch-range-invisible' and inverts its return value.
434         * info.el (Info-search): In two similar places that skip
435         undesired search matches move code to Info-search-success-function,
436         and call `isearch-success-function' instead.
437         (Info-search-success-function): New function copied from code
438         in Info-search.  Replace isearch-range-invisible with
439         text-property-not-all that checks for 'invisible and 'display
440         properties to skip partially invisible matches (whose display
441         properties were set by Info-fontify-node).
442         (Info-mode): Set buffer-local isearch-success-function
443         to Info-search-success-function.
445 2008-04-22  Juri Linkov  <juri@jurta.org>
447         * minibuffer.el (internal-complete-buffer-except): New function.
449         * files.el (read-buffer-to-switch): New function.
450         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
451         Change interactive spec to call read-buffer-to-switch instead of
452         using the letter "B".
454         * simple.el (minibuffer-default-add-shell-commands): New function.
455         Use declare-function for mailcap-file-default-commands from "mailcap".
456         (shell-command): Set local minibuffer-default-add-function to
457         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
458         before calling read-shell-command.  Set 4th arg default-value of
459         read-shell-command to relative buffer-file-name in file buffers.
461         * dired-aux.el (dired-read-shell-command-default): Move it to
462         gnus/mailcap.el and change its name to more general name
463         mailcap-file-default-commands.
464         (minibuffer-default-add-dired-shell-commands): New function.
465         Use declare-function for mailcap-file-default-commands from "mailcap".
466         (dired-read-shell-command): Set local minibuffer-default-add-function
467         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
468         before calling read-shell-command.  Remove dired-read-shell-command-default
469         from the default value arg because default values are not set in
470         minibuffer-default-add-dired-shell-commands.  Doc fix.
472         * dired-x.el (dired-smart-shell-command): Sync arguments and
473         interactive spec with changes in `shell-command'.
474         Use dired-get-filename to get the dired file name at point
475         as the default value in dired mode.
477 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
479         * info.el (Info-complete-menu-item): Add missing parenthesis.
481 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * info.el (Info-complete-menu-item): Save point.
485 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
487         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
489 2008-04-22  Andreas Schwab  <schwab@suse.de>
491         * Makefile.in (emacs-deps): Define.
492         Use it instead of $(lisp)/subdirs.el.
494 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
496         * vc.el (vc-next-action): Do not consider directories when
497         checking for state compatibility.
498         (vc-transfer-file): Use when not if.
499         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
500         (vc-dir-mark-file): Use them.
501         (vc-deduce-fileset): Also return the backend.
502         (vc-diff-internal): Take as argument the value returned by
503         vc-deduce-fileset instead of just the fileset.
504         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
505         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
506         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
508 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
510         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
511         set-window-vscroll but image-scroll-down.  Fixes a bug where a
512         command following SPC scrolled up again.
514 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
516         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
517         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
518         (gud-watch): Add "$" prefix when in registers buffer.
520 2008-04-22  Glenn Morris  <rgm@gnu.org>
522         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
524         * whitespace.el (whitespace-display-table)
525         (whitespace-display-table-was-local): Move definitions before use.
527         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
528         (copyright-limit): Respect copyright-at-end-flag.
529         (copyright-re-search, copyright-start-point)
530         (copyright-offset-too-large-p): New functions.
531         (copyright-update-year): Use copyright-re-search.
532         (copyright-update, copyright-fix-years): Use copyright-start-point,
533         and copyright-re-search.
534         (copyright): Use copyright-offset-too-large-p.
535         * add-log.el (change-log-mode): Set copyright-at-end-flag.
537         * add-log.el (top-level): Require 'cl when compiling.
539 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
542         Treat minibuffer-completion-predicate as a predicate.
544         * minibuffer.el (completion--file-name-table): Accept both the old
545         `dir' arg or the new `pred' arg.
547         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
548         `predicate' argument to pass non-predicate data.
549         (ffap-read-url-internal, ffap-read-file-or-url-internal):
550         Use second arg as proper predicate.
552         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
553         (vc-bzr-revision-completion-table): Use completion-table-with-context
554         instead.
556         * simple.el (choose-completion-string): Use minibuffer-completion-table.
558 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
560         * term.el (term-emulate-terminal): Perform redisplay after the
561         process filter has finished running.
563 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
567         * minibuffer.el (completion-try-completion): Change magic symbol
568         property name.  Rename from minibuffer-try-completion.
569         (completion-all-completions): Rename from minibuffer-all-completions.
570         Remove hide-spaces argument.
571         (completion--do-completion): Rename from minibuffer--do-completion.
572         (minibuffer-complete-and-exit): Call just try-completion rather than
573         completion-try-completion to fix up the case.
574         (completion--try-word-completion): Try to add space or hyphen before
575         making `string' a prefix of `completion'.
576         (completion--insert-strings): Rename from minibuffer--insert-strings.
578 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
580         * net/tls.el (tls-program): Add -ign_eof argument to call the
581         openssl commands.
582         (tls-checktrust): Ditto.
584 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
586         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
588         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
589         (vc-check-master-templates, vc-file-not-found-hook)
590         (vc-kill-buffer-hook):
591         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
592         (vc-find-position-by-context, vc-buffer-context)
593         (vc-restore-buffer-context, vc-responsible-backend)
594         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
595         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
596         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
597         (vc-version-diff, vc-diff, vc-insert-headers)
598         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
599         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
600         (vc-revert, vc-rollback, vc-version-backup-file)
601         (vc-rename-master, vc-delete-file, vc-rename-file)
602         (vc-branch-part, vc-default-retrieve-snapshot)
603         (vc-annotate-display-autoscale, vc-annotate-display-select)
604         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
605         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
606         (vc-dir-update): Handle directories.
607         (vc-default-status-printer): Simplify.
609         * progmodes/asm-mode.el (asm-mode-map):
610         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
612         * progmodes/m4-mode.el (m4-mode-map): Add menu.
614 2008-04-21  Kenichi Handa  <handa@m17n.org>
616         * select.el (xselect-convert-to-string): Send a C_STRING only if
617         the polymorphic target TEXT is requested.
619 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
621         * minibuffer.el (completion-setup-hook, display-completion-list)
622         (completion--file-name-table): Fix typos in docstrings.
623         (completion-table-dynamic): Fix typo, and reflow docstring.
625 2008-04-20  Andreas Schwab  <schwab@suse.de>
627         * server.el (server-switch-buffer): Also consider clients in the
628         selected frame.
630 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
632         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
633         Select window clicked on first.
634         (gdb): Display thread number in mode-line.
635         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
636         (gdb-breakpoints-header): New variable.
637         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
639 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
642         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
643         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
644         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
645         (vc-sccs-print-log): Use it.
647         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
649         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
650         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
652         * tooltip.el (tooltip-previous-message): New var.
653         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
654         the C code (avoid overwriting a minibuffer, restore previous echo
655         message, ...).
656         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
657         Simplify.
659 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
661         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
662         (gdb-init-1): Initialise it.
663         (gdb-annotation-rules): New entry for "new-thread".
664         (gdb-thread-identification): New function to customize
665         mode-line-buffer-identification.
666         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
667         (gdb-assembler-mode): Use it.
668         (gdb-threads-mode): Force "info threads" onto queue.
670 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * files.el (locate-file-completion-table): Rename from
673         locate-file-completion and make it use `pred' in the normal way.
674         (locate-file-completion): New compatibility wrapper.
675         (load-library): Use locate-file-completion-table.
676         * finder.el (finder-commentary):
677         * subr.el (locate-library):
678         * emacs-lisp/find-func.el (find-library): Likewise.
679         * info.el: Use with-current-buffer and inhibit-read-only.
680         (Info-read-node-name-2): Change to use `predicate' in the normal way.
681         (Info-read-node-name-1): Adjust uses accordingly.
683         * minibuffer.el (completion-table-with-context): Add support for `pred'.
684         (completion-table-with-terminator): Don't use complete-with-action
685         since we have to distinguish all three cases anyway.
686         (completion-table-with-predicate): New function.
687         (dynamic-completion-table): Add obsolete alias.
689         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
691 2008-04-18  Sam Steingold  <sds@gnu.org>
693         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
694         Use quit-window instead of bury-buffer.
696 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * minibuffer.el (completion-table-with-terminator): Fix last fix.
700 2008-04-18  Andreas Schwab  <schwab@suse.de>
702         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
703         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
704         Depend on $(lisp)/subdirs.el.
706 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
708         * descr-text.el (describe-char-after):
709         Use `define-obsolete-function-alias'.
711         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
713         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
715         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
716         Remove redundant obsolescence info in docstring.
718         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
719         (vc-header-alist): Add WHEN to obsolescence declaration.
720         (vc-state): Fix typo in docstring.
722         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
723         Use `define-obsolete-variable-alias'.
725         * emulation/tpu-edt.el (tpu-have-ispell):
726         * international/codepage.el (codepage-setup):
727         Fix typo in obsolescence declaration.
729         * international/mule.el (char-coding-system-table):
730         Remove redundant obsolescence info in docstring.
731         (charset-list, generic-char-p, set-char-table-default):
732         Fix typos in obsolescence decarations.
734         * international/mule-diag.el (non-iso-charset-alist):
735         Fix typo in obsolescence declaration.
736         (decode-codepage-char): Remove redundant obsolescence info in docstring.
738         * font-core.el (font-lock-defaults-alist):
739         * font-lock.el (font-lock-reference-face):
740         * frame.el (screen-height, screen-width, set-screen-width)
741         (set-screen-height):
742         * hilit-chg.el (highlight-changes-initial-state):
743         * isearch.el (isearch-return-char):
744         * log-edit.el (cvs-commit-buffer-require-final-newline)
745         (cvs-changelog-full-paragraphs):
746         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
747         (mouse-popup-menubar-stuff):
748         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
749         (mouse-wheel-click-button):
750         * outline.el (outline-visible):
751         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
752         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
753         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
754         * progmodes/compile.el (compile-internal):
755         Add WHEN to obsolescence declarations.
757 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
760         is not better anyway.
762 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
764         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
765         properly.
767 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
770         (python-use-skeletons): Remove, unused.
771         (python-skeletons): Remove.  Use the abbrev table instead.
772         (python-mode-abbrev-table): Fix regexp;
773         add enable-function and case-fixed.
774         (def-python-skeleton): Simplify.
775         (python-expand-template): Use the abbrev-table and abbrev-insert.
776         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
777         Remove.
778         (python-mode): Don't set pre-abbrev-expand-hook.
780         * skeleton.el: Set coding-tag.
782         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
783         (expand-abbrev): Use it.
784         (abbrev-table-menu): New function.
786         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
788         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
790 2008-04-17  Sam Steingold  <sds@gnu.org>
792         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
793         idiosyncratic bury-buffer/delete-window logic.
795 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
797         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
798         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
800 2008-04-17  Kenichi Handa  <handa@m17n.org>
802         * international/characters.el: Don't make the width of U+00AD to 0.
804 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
806         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
807         (gdb, gdb-starting, gdb-frames-mode): Use it.
808         (gdb-invalidate-frames): Advise to call "info stack" only if
809         execution has occurred.
810         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
811         selected frame if no execution has occurred.
812         (gdb-frames-force-update): New interactive function.
813         (gdb-frames-mode-map): Bind it to "F".
815 2008-04-17  Michael Olson  <mwolson@gnu.org>
817         * textmodes/remember.el (remember-version): Release Remember 2.0.
819 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
821         * textmodes/artist.el:
822         * progmodes/vhdl-mode.el:
823         * progmodes/verilog-mode.el:
824         * progmodes/vera-mode.el:
825         * progmodes/simula.el:
826         * progmodes/ps-mode.el:
827         * progmodes/cmacexp.el:
828         * obsolete/hilit19.el:
829         * emulation/viper.el:
830         * ediff.el: Cleanup the bug-report email addresses and make sure the
831         maintainer is still willing to handle bug reports.
833 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
835         * vc.el (vc-dir-kill-query): Fix thinko.
837 2008-04-16  Glenn Morris  <rgm@gnu.org>
839         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
840         by diary-sexp-entry.
842 2008-04-16  Markus Triska  <markus.triska@gmx.at>
844         * proced.el (proced-command-alist): Add support for darwin.
846 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
848         * proced.el (proced-mode): Redefine as just the major-mode.
849         (proced): Separate it from proced-mode.
851         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
853 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
855         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
856         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
857         `tab-width' setting from user.  New version 10.0.  Doc and docstring
858         fix.
859         (whitespace-style, whitespace-chars): Remove options.
860         (whitespace-style-mark): New option, replace whitespace-style deleted
861         option.  Fix docstring.
862         (whitespace-style-color): New option, replace whitespace-chars deleted
863         option.  Fix docstring.
864         (whitespace-space, whitespace-hspace, whitespace-tab)
865         (whitespace-newline, whitespace-trailing, whitespace-line)
866         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
867         (whitespace-space-after-tab, whitespace-hspace-regexp)
868         (whitespace-space-regexp, whitespace-tab-regexp)
869         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
870         (whitespace-empty-at-eob-regexp, whitespace-line-column)
871         (whitespace-toggle-option-alist): Fix docstring.
872         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
873         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
874         docstring and initialization.
875         (global-whitespace-mode): Autoloaded global minor mode.
876         (whitespace-chars-value-list, whitespace-style-value-list)
877         (whitespace-active-chars, whitespace-active-style)
878         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
879         (whitespace-color-value-list): New var, replace
880         whitespace-chars-value-list removed var.
881         (whitespace-mark-value-list): New var, replace
882         whitespace-style-value-list removed var.
883         (whitespace-active-color): New var, replace whitespace-active-chars
884         removed var.
885         (whitespace-active-mark): New var, replace whitespace-active-style
886         removed var.
887         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
888         removed var.
889         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
890         removed var.
891         (whitespace-toggle-option-alist, whitespace-report-list)
892         (whitespace-report-text, whitespace-help-text): Fix initialization.
893         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
894         (whitespace-toggle-options, global-whitespace-toggle-options)
895         (whitespace-cleanup-region, whitespace-report-region)
896         (whitespace-interactive-char): Fix docstring and code.
897         (whitespace-cleanup, whitespace-report): Fix docstring.
898         (whitespace-replace-spaces-by-tabs): Remove fun.
899         (whitespace-replace-action): New fun, replace
900         whitespace-replace-spaces-by-tabs removed fun.
901         (whitespace-regexp, whitespace-indentation-regexp)
902         (whitespace-space-after-tab-regexp, whitespace-insert-value)
903         (whitespace-kill-buffer): New funs.
904         (whitespace-insert-option-mark, whitespace-help-on)
905         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
906         (whitespace-color-on, whitespace-color-off)
907         (whitespace-display-char-on): Fix code.
909 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
912         (mouse-throw-magnifier-with-mouse-movement): Remove.
913         (mouse-throw-magnifier-base): New const.
914         (mouse-drag-scroll-delta): New fun.
915         (mouse-drag-throw): Use it.
917 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
919         * international/uni-bidi.el, international/uni-category.el:
920         * international/uni-combining.el, international/uni-comment.el:
921         * international/uni-decimal.el, international/uni-decomposition.el:
922         * international/uni-digit.el, international/uni-lowercase.el:
923         * international/uni-mirrored.el, international/uni-name.el:
924         * international/uni-numeric.el, international/uni-old-name.el:
925         * international/uni-titlecase.el, international/uni-uppercase.el:
926         * international/charprop.el: Regenerate.
928 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
930         * vc.el (vc-status-fileinfo): Add new member directoryp.
931         (vc-default-status-printer): Print directories.
932         (vc-status-update): Sort files before subdirectories.
934         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
935         Add alternative implementation based on "cvs update".
937 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
939         * doc-view.el: Changed requirements section to tell that only one
940         of dvipdf or dvipdfm is needed.
941         (doc-view-already-converted-p): Fix bug that forced reconversion
942         if doc was already converted.
944 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
946         * minibuffer.el (minibuffer-message):
947         Make sure we can put-text-property.
949         * emacs-lisp/crm.el: Complete rewrite.
951         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
952         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
953         case of an error in display-completion-list.
955         * filecache.el (file-cache-completions-keymap): Move init from
956         file-cache-completion-setup-function into declaration.
957         (file-cache-minibuffer-complete): Simplify.
958         (file-cache-completion-setup-function): Use standard-output,
959         preserve current-buffer.
961         * vc.el (vc-status-update): Fix typo.
962         (vc-status-update): Set needs-update.
963         (vc-status-refresh): η-reduce.
965 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
967         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
968         to image-eol.
970 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
972         * vc.el (vc-status-update): Undo the previous revert.
974 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * minibuffer.el (completion-table-with-terminator): Those completions
977         are never valid w.r.t test-completion.
978         (completion--file-name-table):
979         Check completion-all-completions-with-base-size.
981 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
983         * doc-view.el (doc-view-dvipdf-program): New variable.
984         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
985         (doc-view-mode-p): Check for doc-view-dvipdf-program as
986         alternative for doc-view-dvipdfm-program.
987         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
989         * doc-view.el (doc-view-start-process): Don't set
990         default-directory to "~/" if the current value is valid.
991         This broke PS files that run other files in the same directory.
993 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
995         * vc.el (vc-status-kill-query): New function.
996         (vc-status-mode): Add it to kill-buffer-query-functions.
997         (vc-status-show-fileentry): New function.
998         (vc-status-menu-map): Bind it.  Bind vc-next-action.
1000 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1002         * minibuffer.el (minibuffer-message): Put cursor at the right place.
1004 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1006         * proced.el (proced-send-signal): Fix error recognition.
1008 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1010         * proced.el (proced-command-alist): Remove sort column.
1011         (proced-command, proced-procname-column):
1012         Use make-variable-buffer-local.
1013         (proced-signal-function): Rename from proced-kill-program.
1014         Allow for elisp symbols and string values representing system calls.
1015         (proced-marker-regexp, proced-success-message): New functions.
1016         (proced): Use defalias.  Add autoload cookie.
1017         (proced-unmark-backward, proced-toggle-marks)
1018         (proced-hide-processes): New commands.
1019         (proced-do-mark): Simplify code.
1020         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1021         (proced-update): Remove sorting.
1022         (proced-send-signal): Display number of processes to operate on.
1023         Allow for system calls or elisp functions to send signals.
1024         Check if signal was sent successfully.
1026 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * minibuffer.el (completion-all-completion-with-base-size): New var.
1029         (completion--some): New function.
1030         (completion-table-with-context, completion--file-name-table):
1031         Return the base-size if requested.
1032         (completion-table-in-turn): Generalize to multiple arguments.
1033         (complete-in-turn): Compatibility alias.
1034         (completion-styles-alist): New var.
1035         (completion-styles): New customization.
1036         (minibuffer-try-completion, minibuffer-all-completions):
1037         New functions.
1038         (minibuffer--do-completion, minibuffer-complete-and-exit)
1039         (minibuffer-try-word-completion): Use them.
1040         (display-completion-list, minibuffer-completion-help): Use them.
1041         Handle all-completions's new base-size info to set completion-base-size.
1042         * info.el (Info-read-node-name-1): Use completion-table-with-context,
1043         completion-table-with-terminator and complete-with-action.
1044         Remove the now obsolete completion-base-size-function property.
1045         * simple.el (completion-list-mode-map): Move init into declaration.
1046         (completion-list-mode): Use define-derived-mode.
1047         (completion-setup-function): Use any completion-base-size that may
1048         have been set before.  Remove handling of completion-base-size-function.
1049         * loadup.el: Move abbrev.el up earlier.
1051 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
1053         * vc-git.el (vc-git-after-dir-status-stage)
1054         (vc-git-dir-status-goto-stage): New functions.
1055         (vc-git-after-dir-status-stage1)
1056         (vc-git-after-dir-status-stage1-empty-db)
1057         (vc-git-after-dir-status-stage2): Remove, functionality moved
1058         into the new generic stage functions.
1059         (vc-git-dir-status-files): New function.
1061         * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
1062         comments.
1063         (vc-status-refresh-files): New function.
1064         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1065         state of up-to-date files.
1066         (vc-default-dir-status-files): New function.
1068 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
1070         * minibuffer.el (completion--embedded-envvar-table)
1071         (read-file-name-internal): Fix typos in 2008-04-11 change.
1073         * faces.el (read-face-name): Use `completion-table-in-turn',
1074         not `complete-in-turn'.
1076 2008-04-13  Andreas Schwab  <schwab@suse.de>
1078         * progmodes/etags.el: Require 'cl when compiling.
1080 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
1082         * progmodes/gud.el (gud-menu-map): Expand tooltip.
1084         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1085         (menu): Add/expand menu tooltips.
1087 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1089         * progmodes/sh-script.el (sh-show-indent): Fix typo.
1090         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1092         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1093         considered registered.
1095 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1097         * emacs-lisp/copyright.el (copyright-update-directory): New command.
1099         * ediff-wind.el (ediff-split-window-function)
1100         (ediff-merge-split-window-function): Improve custom type.
1102 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
1104         * loadup.el ("minibuffer"): Move after "faces".
1106 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * progmodes/hideif.el (hif-factor): Handle unary minus.
1110 2008-04-12  Glenn Morris  <rgm@gnu.org>
1112         * calendar/cal-china.el (chinese-calendar-time-zone):
1113         Mark obsolete name as risky too.
1115         * calendar/calendar.el (calendar-faces): New custom group.
1116         (calendar-today, diary, holiday): Doc fix.
1117         Move to calendar-faces group.
1118         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1119         (diary-button): Doc fix.  Move to calendar-faces group.
1121         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1122         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1123         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1124         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1125         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1126         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1127         not in dumped files before the associated defcustom.
1129 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
1131         * minibuffer.el (lazy-completion-table): Fix debug spec.
1133 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * minibuffer.el (complete-with-action, lazy-completion-table):
1136         Move from subr.el.
1137         (apply-partially, completion-table-dynamic)
1138         (completion-table-with-context, completion-table-with-terminator)
1139         (completion-table-in-turn): New funs.
1140         (completion--make-envvar-table, completion--embedded-envvar-table):
1141         New funs.
1142         (read-file-name-internal): Use them.
1143         (completion-setup-hook): Move from simple.el.
1144         * subr.el (complete-with-action, lazy-completion-table):
1145         * simple.el (completion-setup-hook): Move to minibuffer.el.
1147 2008-04-11  Glenn Morris  <rgm@gnu.org>
1149         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1151 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1155         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1157         * textmodes/fill.el (fill-forward-paragraph-function): New var.
1158         (fill-forward-paragraph): New fun.
1159         (fill-paragraph, fill-region): Use it.
1161         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1162         (vc-status-create-fileinfo): Make `extra' optional.
1163         (vc-status-busy): New fun.
1164         (vc-status-menu-map): Use it.
1165         (vc-status-crt-marked): Remove.
1166         (vc-status-update): Rename from vc-status-add-entries.
1167         Add argument so as to prevent addition of entries.  Rewrite.
1168         (vc-update-vc-status-buffer): Remove.
1169         (vc-status-refresh): Don't remove old entries, set them to
1170         up-to-date instead.  Also do it after the update is complete.
1171         (vc-status-marked-files): η-reduce.
1173         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1174         for non-dialogs.
1176         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1178         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1180 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
1182         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1183         to t and don't truncate msg.
1185 2008-04-11  Glenn Morris  <rgm@gnu.org>
1187         * calendar/calendar.el (diary, holidays):
1188         Move custom groups to other files.
1189         (holiday-general-holidays, holiday-oriental-holidays)
1190         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1191         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1192         (holiday-hebrew-holidays, holiday-christian-holidays)
1193         (holiday-islamic-holidays, holiday-bahai-holidays)
1194         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1195         * calendar/diary-lib.el: Move custom group here from calendar.el.
1196         * calendar/holidays-lib.el: Move custom group and variables here
1197         from calendar.el.
1199         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1201         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1202         Fix custom group.
1203         (calendar-current-time-zone-cache): Autoload riskiness.
1205         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1207 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
1209         * woman.el (woman2-TH): Use string-equal instead of string-match.
1211 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1214         (smerge-resolve): Merge the "2-way refinement" case with one half of
1215         the "mere whitespace" resolution.
1217 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1219         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1221 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
1223         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1224         Add WHEN to obsolescence declaration.
1226         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1228 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1230         * vc-hooks.el (vc-state): Add new state `conflict'.
1231         (vc-after-save): Use when not if.
1232         (vc-default-mode-line-string): Deal with the conflict state.
1233         (vc-prefix-map):
1234         (vc-menu-map): Bind vc-status instead of vc-directory.
1236         * vc.el (vc-editable-p):
1237         (vc-default-status-printer):
1238         (vc-next-action): Deal with the conflict state.
1239         (vc-mark-resolved): New function.
1240         (vc-status-mode): Fix mode name.
1241         (vc-default-comment-history): Use when not if.
1242         (Todo): Add new entries, remove old ones.
1244         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1245         (vc-cvs-parse-status):
1246         (vc-cvs-after-dir-status):
1247         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1248         Detect the conflict state.
1250         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1252 2008-04-10  Glenn Morris  <rgm@gnu.org>
1254         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1255         Respect truncate-partial-width-windows in non-full windows,
1256         with regards to :toggle and :enable state.
1258         * simple.el (toggle-truncate-lines): Doc fix.
1260         * Makefile.in (MH_E_DIR): New variable.
1261         (MH_E_SRC): Restore variable removed 2008-03-13.
1262         (mh-loaddefs.el): Depend on $MH_E_SRC.
1263         (CAL_DIR, CAL_SRC): New variables.
1264         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1265         Depend on CAL_SRC.
1267         * calendar/calendar.el (calendar, diary): Add :prefix.
1268         (holidays): Change :prefix.
1269         (calendar-today, holiday, calendar-holiday-marker)
1270         (european-calendar-style): Change custom groups.
1272         * calendar/calendar.el (diary-hook, diary-display-hook):
1273         Move to diary-lib.el.
1274         * calendar/diary-lib.el (diary-hook, diary-display-hook):
1275         Move here from calendar.el.
1276         * calendar/appt.el: Require diary-lib rather than calendar.
1277         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1279         * calendar/appt.el (appt): Add :prefix.
1281         * calendar/diary-lib.el (diary-hook): Doc fix.
1282         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1284 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1287         New functions.
1289         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1290         the arg to recursive calls.
1292 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1294         * minibuffer.el (completion-auto-help): Fix typo.
1296 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1300 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
1302         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1303         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1305 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1309         * minibuffer.el (minibuffer): Move group from cus-edit.el.
1310         (completion-auto-help): Move from C code.
1311         (minibuffer--maybe-completion-help): Remove.
1312         (minibuffer--bitset): New function.
1313         (minibuffer--do-completion): Rename from minibuffer-do-completion.
1314         Renumber a bit.  Really complete on string *before* point.
1315         Add argument used for word-completion.
1316         Join trailing / in completion with following text, as done in
1317         minibuffer-complete-word.
1318         Handle new value `lazy' for completion-auto-help.
1319         (minibuffer-try-word-completion): New function extracted from
1320         minibuffer-complete-word.
1321         (minibuffer-complete-word): Use minibuffer--do-completion.
1322         (minibuffer--insert-strings): Rename from
1323         minibuffer-complete-insert-strings.
1324         (exit-minibuffer): Fix typo.
1325         * cus-edit.el (minibuffer): Move group to minibuffer.el.
1326         * cus-start.el: Remove completion-auto-help.
1328 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
1330         * vc.el (vc-status-add-entries): New function.
1331         (vc-status-add-entry): Remove.
1332         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1333         Use vc-status-add-entries.
1335         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1336         order.
1338 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1340         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1341         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1342         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1343         (AUTOGENEL): New variable.
1344         (distclean, maintainer-clean): New targets.
1346 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1348         * emacs-lisp/regexp-opt.el (regexp-opt):
1349         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1351 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
1353         * nxml/nxml-mode.el (nxml-cleanup): New function.
1354         (nxml-mode): Add it to change-major-mode-hook.
1356 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1358         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1360 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1362         * calc/.cvsignore: New file.
1364 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1366         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1368         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1369         show-help-function when turning tooltip off.
1370         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1371         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1373 2008-04-09  Alan Mackenzie  <acm@muc.de>
1375         * font-lock.el (font-lock-extend-after-change-region-function):
1376         Make it buffer local.
1378 2008-04-09  Glenn Morris  <rgm@gnu.org>
1380         * calendar/calendar.el (diary-file, european-calendar-style):
1381         Remove autoload cookies.
1383 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1385         * outline.el (outline-mode-menu-bar-map):
1386         * log-view.el (log-view-mode-menu):
1387         * log-edit.el (log-edit-menu): Add :help.
1389 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1391         * emacs-lisp/regexp-opt.el (regexp-opt-group):
1392         Use substring-no-properties for correct handling of unibyte strings.
1394 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * add-log.el (change-log-next-buffer): Handle the case where version<
1397         signals an error.
1399         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1400         mouse-major-mode-menu.
1401         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1402         (mouse-major-mode-menu, mouse-popup-menubar)
1403         (mouse-popup-menubar-stuff): Use them.
1404         (C-down-mouse-3): Bind to a dynamic map rather than to
1405         mouse-popup-menubar-stuff.
1407         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1408         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1410 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1412         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1413         file:// access method.
1415 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * minibuffer.el: New file.
1418         * loadup.el: Load it.
1420 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1423         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
1425         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1426         (calc-mode-map, calc-digit-map, calc-dispatch-map):
1427         Move initialization into declaration.
1428         * calc/calc-yank.el:
1429         * calc/calc-misc.el:
1430         * calc/calc-embed.el:
1431         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
1433 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
1435         * ps-samp.el (ps-add-printer, ps-remove-printer)
1436         (ps-make-dynamic-printer-menu): New functions.
1438         * net/zeroconf.el: New file.
1440 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1444 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1446         * vc-rcs.el (vc-rcs-modify-change-comment):
1447         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1449         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1451 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
1453         * international/mule-cmds.el (set-locale-environment): Don't warn if
1454         coding system doesn't agree with system locale (this reverts changes
1455         by Dave Love, dated 2002-10-27 and 2002-10-09).
1457         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1458         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1460         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1462 2008-04-08  Glenn Morris  <rgm@gnu.org>
1464         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1465         * textmodes/remember.el (remember-diary-convert-entry):
1466         Require calendar.
1468         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1469         diary-file, since it is the default for make-diary-entry anyway.
1471         * calendar/cal-menu.el (cal-menu-event-to-date):
1472         Rename calendar-event-to-date.  Update callers.
1473         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1474         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1475         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1476         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1477         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1478         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1479         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1480         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1481         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1482         (calendar-mouse-tex-month-landscape):
1483         Rename cal-tex-mouse-month-landscape.
1484         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1485         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1486         (calendar-mouse-tex-year-landscape):
1487         Rename cal-tex-mouse-year-landscape.
1488         (cal-menu-context-mouse-menu): Update for above name changes.
1490         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1491         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1492         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1493         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1494         * calendar/holidays.el: Replace int-to-string with number-to-string.
1496 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
1498         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1499         region if point moves.
1501 2008-04-08  Kenichi Handa  <handa@m17n.org>
1503         * faces.el (font-slant-table): Change numeric values for `r',
1504         `roman', and `normal'.
1506 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1508         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1510 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
1512         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1513         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
1515 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
1517         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1518         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
1520 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1524 2008-04-07  Sam Steingold  <sds@gnu.org>
1526         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1527         Add helper functions.
1528         (lisp-do-defun): Extract the common part of lisp-eval-defun and
1529         lisp-compile-defun; DEFVAR forms reset the variables to the init
1530         values, just like in emacs-lisp mode eval-defun.
1531         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1532         (lisp-compile-region): Use lisp-compile-string.
1534 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * subr.el (combine-and-quote-strings): Also quote strings that contain
1537         the separator.
1539         * pcvs-util.el (cvs-map): Avoid recursion :-(
1541 2008-04-07  Glenn Morris  <rgm@gnu.org>
1543         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1545         * calendar.el (diary-view-entries-initially-flag): Rename
1546         view-diary-entries-initially.  Keep old name as alias, update users.
1547         (calendar-mark-diary-entries-flag): Rename
1548         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
1549         (calendar-view-holidays-initially-flag): Rename
1550         view-calendar-holidays-initially.  Keep old name as alias, update users.
1551         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1552         Keep old name as alias, update users.
1553         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1554         Keep old name as alias, update users.
1555         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1556         Keep old name as alias, update users.
1557         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1558         Keep old name as alias, update users.
1559         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
1560         (diary-american-date-forms): Rename american-date-diary-pattern.
1561         Keep old name as alias, update users.
1562         (diary-european-date-forms): Rename european-date-diary-pattern.
1563         Keep old name as alias, update users.
1564         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1565         Keep old name as alias, update users.
1566         (calendar-european-date-display-form): Rename
1567         european-calendar-display-form.  Keep old name as alias, update users.
1568         (calendar-american-date-display-form): Rename
1569         european-calendar-display-form.  Keep old name as alias, update users.
1570         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1571         Keep old name as alias, update users.
1572         (holiday-general-holidays): Rename general-holidays.
1573         Keep old name as alias, update users.
1574         (holiday-oriental-holidays): Rename oriental-holidays.
1575         Keep old name as alias, update users.
1576         (holiday-local-holidays): Rename local-holidays.
1577         Keep old name as alias, update users.
1578         (holiday-other-holidays): Rename other-holidays.
1579         Keep old name as alias, update users.
1580         (holiday-hebrew-holidays): Rename hebrew-holidays.
1581         Keep old name as alias, update users.
1582         (holiday-christian-holidays): Rename christian-holidays.
1583         Keep old name as alias, update users.
1584         (holiday-islamic-holidays): Rename islamic-holidays.
1585         Keep old name as alias, update users.
1586         (holiday-bahai-holidays): Rename bahai-holidays.
1587         Keep old name as alias, update users.
1588         (holiday-solar-holidays): Rename solar-holidays.
1589         Keep old name as alias, update users.
1590         (diary-fancy-buffer): Rename fancy-diary-buffer.
1591         Keep old name as alias, update users.
1592         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1593         Update users.
1594         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1595         Update users.
1596         (calendar-increment-month): Rename increment-calendar-month.
1597         Keep old name as alias, update callers.
1598         (calendar-increment-month-cons): Rename old calendar-increment-month.
1599         Update callers.
1600         (calendar-extract-month): Rename extract-calendar-month.
1601         Keep old name as alias, update callers
1602         (calendar-extract-day): Rename extract-calendar-day.
1603         Keep old name as alias, update callers.
1604         (calendar-extract-year): Rename extract-calendar-year.
1605         Keep old name as alias, update callers.
1606         (calendar-generate-window): Rename generate-calendar-window.
1607         Update callers.
1608         (calendar-generate): Rename generate-calendar.  Update callers.
1609         (calendar-generate-month): Rename generate-calendar-month.
1610         Update callers.
1611         (calendar-redraw): Rename redraw-calendar.  Update callers.
1612         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
1613         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1614         Update callers.
1615         (calendar-update-mode-line): Rename update-calendar-mode-line.
1616         Update callers.
1617         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
1618         update callers.
1619         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1620         Keep old name as alias, update callers.
1621         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1622         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1623         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1624         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1625         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1626         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1627         * calendar/solar.el: Update for calendar.el name changes.
1628         * org/org.el (org-agenda-format-date-aligned)
1629         (org-agenda-execute-calendar-command): Access date elements directly
1630         rather than using calendar functions.
1631         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1632         Also set calendar-view-diary-initially-flag,
1633         calendar-view-holidays-initially-flag
1634         (org-get-entries-from-diary): Also set diary-fancy-buffer.
1635         (org-agenda-execute-calendar-command): No need to set displayed-day.
1637 2008-04-06  Alan Mackenzie  <acm@muc.de>
1639         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1640         typo in the doc string.
1642         * progmodes/cc-mode.el (c-basic-common-init):
1643         Set font-lock-extend-after-change-region-function.
1644         (c-extend-after-change-region): New function, used in
1645         font-lock-extend-after-change-region-function, thus superseding
1646         advice on the Font Lock after change functions.
1647         (c-advise-fl-for-region): Remove this macro.
1649 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1651         * textmodes/flyspell.el (flyspell-duplicate-distance):
1652         Improve custom type.
1654 2008-04-06  Glenn Morris  <rgm@gnu.org>
1656         * calendar/diary-lib.el (diary-sexp-entry-symbol):
1657         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
1658         (diary-list-entries-hook): Rename list-diary-entries-hook.
1659         Keep old name as alias, update users.
1660         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1661         Keep old name as alias, update users.
1662         (diary-nongregorian-listing-hook): Rename
1663         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
1664         (diary-nongregorian-marking-hook): Rename
1665         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
1666         (diary-print-entries-hook): Rename print-diary-entries-hook.
1667         Keep old name as alias, update users.
1668         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1669         Keep old name as alias, update users.
1670         (diary-number-of-entries): Rename number-of-diary-entries.
1671         Keep old name as alias, update users.
1672         (view-diary-entries, list-diary-entries, show-all-diary-entries):
1673         Give version of obsolescence.
1674         (diary-view-other-diary-entries): Rename view-other-diary-entries.
1675         Keep old name as alias, update callers.
1676         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
1677         update callers.
1678         (diary-include-other-diary-files): Rename include-other-diary-files.
1679         Keep old name as alias, update callers.
1680         (diary-simple-display): Rename simple-diary-display.
1681         Keep old name as alias, update callers.
1682         (diary-fancy-display): Rename fancy-diary-display.
1683         Keep old name as alias, update callers.
1684         (diary-print-entries): Rename print-diary-entries.
1685         Keep old name as alias, update callers.
1686         (diary-marking-entries-flag): Rename marking-diary-entries.
1687         Update users.
1688         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
1689         (diary-mark-entries): Rename mark-diary-entries.
1690         Keep old name as alias, update callers.
1691         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1692         Keep old name as alias, update callers.
1693         (diary-mark-included-diary-files): Rename mark-included-diary-files.
1694         Keep old name as alias, update callers.
1695         (calendar-mark-days-named): Rename mark-calendar-days-named.
1696         Keep old name as alias, update callers.
1697         (calendar-mark-month): Rename mark-calendar-month.
1698         Keep old name as alias, update callers.
1699         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1700         Keep old name as alias, update callers.
1701         (diary-sort-entries): Rename sort-diary-entries.
1702         Keep old name as alias, update callers.
1703         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1704         Keep old name as alias, update callers.
1705         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
1706         update callers.
1707         (diary-insert-entry): Rename insert-diary-entry.
1708         Keep old name as alias.
1709         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1710         Keep old name as alias.
1711         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1712         Keep old name as alias.
1713         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1714         Keep old name as alias.
1715         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1716         Keep old name as alias.
1717         (diary-insert-block-entry): Rename insert-block-diary-entry.
1718         Keep old name as alias.
1719         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1720         Keep old name as alias.
1721         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1722         Keep old name as alias, update users.
1723         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1724         Keep old name as alias, update callers.
1725         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1726         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1727         * calendar/icalendar.el: Update for diary-lib name changes.
1729 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
1731         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1733         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1734         for copy, move, and link operations.
1736 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1738         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1739         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1741         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1742         'require' statements with 1-argument ones (wrapped in if's).
1743         For compatibility with the current stable version of XEmacs.
1745 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
1747         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1749 2008-04-06  Jason Rumney  <jasonr@gnu.org>
1751         * language/burmese.el ("Burmese"): Make sample text consistent with
1752         language name.
1754 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
1756         * progmodes/gdb-ui.el (gdb): New group.
1757         (gdb-debug-log-max, gdb-enable-debug)
1758         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1759         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1760         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1761         (gdb-show-changed-values, gdb-max-children)
1762         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1763         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1764         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1765         (gdb-memory-unit): Move to new group from GUD group.
1766         (menu): Allow customization from GDB-UI menu-item.
1768 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
1770         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1772 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1775         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1776         Revision numbers can include ".".
1778         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1779         "+" lines not accounted for by counting "-" and context lines.
1781 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1783         * term/mac-win.el (mac-service-open-file): Use file URL instead of
1784         file name string.
1786 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1789         (vc-bzr-annotate-time): Accept space used to preserve alignment.
1791 2008-04-05  Richard Stallman  <rms@gnu.org>
1793         * emacs-lisp/advice.el (defadvice): Add usage pattern.
1795 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
1797         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1798         thread in [h-e-w]).
1800 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
1802         * files.el (abort-if-file-too-large): Fix typo in docstring.
1804 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * subr.el (functionp): Return nil for special forms.
1808 2008-04-05  Glenn Morris  <rgm@gnu.org>
1810         * emacs-lisp/autoload.el (autoload-ensure-default-file):
1811         Provide a feature.
1812         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1813         Require loaddef file rather than loading it.
1814         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1815         autoload-ensure-default-file provides a feature.
1817         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1818         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1819         (compile, compile-always, recompile): Use $LOADDEFS.
1820         (cal-autoloads): Remove.
1822         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1823         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
1825         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1826         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1828         * calendar/calendar.el (diary-hebrew-entry-symbol):
1829         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
1830         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1831         Keep old name as alias.
1832         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1833         Keep old name as alias.
1834         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1835         to diary-bahai-entry-symbol.
1836         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1837         to diary-hebrew-entry-symbol.
1838         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1839         to diary-islamic-entry-symbol.
1840         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1842         * calendar/solar.el (diary-sabbath-candles-minutes)
1843         (diary-sabbath-candles): Move to cal-hebrew.
1844         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1845         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1846         Doc fix.  Keep old name as alias.
1847         (diary-hebrew-sabbath-candles): Simplify.
1848         (solar-setup, solar-sunrise-sunset, calendar-latitude)
1849         (calendar-longitude, calendar-time-zone): Declare for compiler.
1850         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1851         rename.
1853         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1854         Rename coptic-calendar-month-name-array.  Update callers.
1855         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
1856         (calendar-coptic-name): Rename coptic-name.  Update callers.
1857         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1858         Update callers.
1859         (calendar-coptic-last-day-of-month):
1860         Rename coptic-calendar-last-day-of-month.  Update callers.
1861         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1862         Keep old name as alias, update callers.
1863         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1864         Keep old name as alias, update callers.
1865         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1866         Keep old name as alias.
1867         (calendar-ethiopic-month-name-array):
1868         Rename ethiopic-calendar-month-name-array.  Update callers.
1869         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1870         Update callers.
1871         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
1872         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1873         Keep old name as alias, update callers.
1874         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1875         Keep old name as alias, update callers.
1876         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1877         Keep old name as alias.
1879         * calendar/cal-french.el (calendar-french-epoch):
1880         Rename french-calendar-epoch.  Update callers.
1881         (calendar-french-month-name-array): Rename variable and function
1882         french-calendar-month-name-array.  Update callers.
1883         (calendar-french-multibyte-month-name-array):
1884         Rename french-calendar-multibyte-month-name-array.  Update callers.
1885         (calendar-french-day-name-array): Rename variable and function
1886         french-calendar-day-name-array.  Update callers.
1887         (calendar-french-special-days-array): Rename variable and function
1888         french-calendar-special-days-array.  Update callers.
1889         (calendar-french-multibyte-special-days-array):
1890         Rename french-calendar-multibyte-special-days-array.  Update callers.
1891         (calendar-french-accents-p): Rename french-calendar-accents.
1892         Update callers.
1893         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1894         Update callers.
1895         (calendar-french-last-day-of-month):
1896         Rename french-calendar-last-day-of-month.  Update callers.
1897         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1898         Keep old name as alias, update callers.
1899         (calendar-french-print-date): Rename calendar-print-french-date.
1900         Keep old name as alias, update callers.
1901         (calendar-french-goto-date): Rename calendar-goto-french-date.
1902         Keep old name as alias.
1904         * calendar/cal-menu.el, calendar/calendar.el:
1905         Update for Coptic and French name changes.
1907         * calendar/cal-china.el (calendar-chinese): Rename custom group
1908         from chinese-calendar.  Update users.
1909         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1910         Keep old name as alias, update users.
1911         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1912         Keep old name as alias.
1913         (calendar-chinese-daylight-time-offset):
1914         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
1915         update users.
1916         (calendar-chinese-standard-time-zone-name):
1917         Rename chinese-calendar-standard-time-zone-name.
1918         Keep old name as alias, update users.
1919         (calendar-chinese-daylight-saving-start):
1920         Rename chinese-calendar-daylight-savings-starts.
1921         Keep old name as alias, update users.
1922         (calendar-chinese-daylight-saving-end):
1923         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
1924         update users.
1925         (calendar-chinese-daylight-saving-start-time):
1926         Rename chinese-calendar-daylight-savings-starts-time.
1927         Keep old name as alias, update users.
1928         (calendar-chinese-daylight-saving-end-time):
1929         Rename chinese-calendar-daylight-savings-ends-time.
1930         Keep old name as alias, update users.
1931         (calendar-chinese-celestial-stem): Rename
1932         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
1933         (calendar-chinese-terrestrial-branch):
1934         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
1935         update users.
1936         (calendar-chinese-zodiac-sign-on-or-after):
1937         Rename chinese-zodiac-sign-on-or-after.  Update callers.
1938         (calendar-chinese-new-moon-on-or-after):
1939         Rename chinese-new-moon-on-or-after.  Update callers.
1940         (calendar-chinese-month-list): Rename chinese-month-list.
1941         Update callers.
1942         (calendar-chinese-number-months): Rename number-chinese-months.
1943         Update callers.
1944         (calendar-chinese-compute-year): Rename compute-chinese-year.
1945         Update callers.
1946         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
1947         (calendar-chinese-year): Rename chinese-year.  Update callers.
1948         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1949         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1950         Keep old name as alias, update callers.
1951         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1952         Keep old name as alias, update callers.
1953         (calendar-chinese-months-to-alist):
1954         Rename make-chinese-month-assoc-list.  Update callers.
1955         (calendar-chinese-months): Rename chinese-months.  Update callers.
1956         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1957         Keep old name as alias, update callers.
1959         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1960         Rename hebrew-calendar-leap-year-p.  Update callers.
1961         (calendar-hebrew-last-month-of-year):
1962         Rename hebrew-calendar-last-month-of-year.  Update callers.
1963         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1964         Update callers.
1965         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1966         Update callers.
1967         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1968         Update callers.
1969         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1970         Update callers.
1971         (calendar-hebrew-last-day-of-month):
1972         Rename hebrew-calendar-last-day-of-month.  Update callers.
1973         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1974         Keep old name as alias, update callers.
1975         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1976         Keep old name as alias, update callers.
1977         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1978         Keep old name as alias, update callers.
1979         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1980         Keep old name as alias.
1981         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1982         Keep old name as alias.
1983         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1984         Keep old name as alias.
1985         (holiday-hebrew-passover): Rename holiday-passover-etc.
1986         Keep old name as alias.
1987         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1988         Keep old name as alias, update callers.
1989         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1990         Keep old name as alias.
1991         (calendar-hebrew-mark-date-pattern):
1992         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
1993         update callers.
1994         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1995         Keep old name as alias.
1996         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1997         Keep old name as alias.
1998         (diary-hebrew-insert-monthly-entry):
1999         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
2000         (diary-hebrew-insert-yearly-entry):
2001         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
2002         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2003         Keep old name as alias.
2004         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
2005         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
2006         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2007         Keep old name as alias.
2008         (calendar-hebrew-parashiot-names):
2009         Rename hebrew-calendar-parashiot-names.  Update callers.
2010         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2011         (calendar-hebrew-year-Saturday-incomplete-Sunday):
2012         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2013         (calendar-hebrew-year-Saturday-complete-Tuesday):
2014         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2015         (calendar-hebrew-year-Monday-incomplete-Tuesday):
2016         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2017         (calendar-hebrew-year-Monday-complete-Thursday):
2018         Rename hebrew-calendar-year-Monday-complete-Thursday.
2019         (calendar-hebrew-year-Tuesday-regular-Thursday):
2020         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2021         (calendar-hebrew-year-Thursday-regular-Saturday):
2022         Rename hebrew-calendar-year-Thursday-regular-Saturday.
2023         (calendar-hebrew-year-Thursday-complete-Sunday):
2024         Rename hebrew-calendar-year-Thursday-complete-Sunday.
2025         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2026         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2027         (calendar-hebrew-year-Saturday-complete-Thursday):
2028         Rename hebrew-calendar-year-Saturday-complete-Thursday.
2029         (calendar-hebrew-year-Monday-incomplete-Thursday):
2030         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2031         (calendar-hebrew-year-Monday-complete-Saturday):
2032         Rename hebrew-calendar-year-Monday-complete-Saturday.
2033         (calendar-hebrew-year-Tuesday-regular-Saturday):
2034         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2035         (calendar-hebrew-year-Thursday-incomplete-Sunday):
2036         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2037         (calendar-hebrew-year-Thursday-complete-Tuesday):
2038         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2039         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
2040         Update for above name changes of constants.
2042         * calendar/cal-menu.el, calendar/calendar.el:
2043         Update for chinese and hebrew name changes.
2044         * calendar/diary-lib.el: Update for hebrew name changes.
2046 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2048         * subr.el (keymap-canonicalize): Correct thinko.
2050         * server.el: Undo part of the multi-tty change, which is only
2051         needed if server.el is preloaded, and broke server-running-p.
2052         (server-socket-dir): Initialize in the defvar, as before.
2053         (server-start): Remove initialization of server-socket-dir.
2055 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2057         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2058         3-member cons cells.
2060 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
2062         * cus-face.el (custom-face-attributes): Handle roman slant.
2064         * faces.el (default): Ensure the face-defface-spec property is set.
2066 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
2068         * files.el (abort-if-file-too-large): New function.
2069         (find-file-noselect, insert-file-1): Use it.
2071 2008-04-05  Reto Zimmermann  <reto@gnu.org>
2073         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2074         Replace C-c[a-zA-Z] key bindings.
2076 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * progmodes/hideif.el (hif-token-alist): New var.
2079         (hif-token-regexp, hif-tokenize): Use it.
2080         (hif-mathify-binop): New macro.
2081         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2082         (hif-greater-equal, hif-less-equal): Use it.
2083         (hif-logior, hif-logand): New functions.
2084         (hif-math): Accept | and & as well.
2086         * progmodes/etags.el: Fix problem with completion for buffer-local
2087         tables.  Reported by Radey Shouman <shouman@comcast.net>.
2088         (tags-complete-tag): Remove.
2089         (tags-lazy-completion-table): New function to replace it.
2090         (find-tag-tag, complete-tag): Update users.
2092 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
2094         * vc-rcs.el (vc-rcs-dir-status):
2095         * vc-sccs.el (vc-sccs-dir-status): New function.
2097         * outline.el (outline-mode-menu-bar-map):
2098         * term.el (terminal-signal-menu): Add :help.
2100         * net/eudc.el (eudc-mode-map): Declare and define in one step.
2101         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2103         * emacs-lisp/re-builder.el (reb-mode-map):
2104         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2106         * diff-mode.el (diff-file-junk-re): Recognize the git format for
2107         new files, deleted files and for changing permissions.
2108         (diff-mode): Set beginning-of-defun-function and
2109         end-of-defun-function.
2111         * vc-bzr.el (vc-bzr-state): Use when instead of if.
2113         * vc.el (vc-default-status-fileinfo-extra): New function.
2114         (vc-status-mark-buffer-changed): Use it.
2115         (vc-update-vc-status-buffer): Allow for partial updates.
2117 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * net/tramp.el (after-init-hook): Don't wrap a lambda around
2120         tramp-register-completion-file-name-handler.
2122         * subr.el (keymap-canonicalize): New function.
2123         * mouse.el (mouse-menu-non-singleton): Use it.
2124         (mouse-major-mode-menu): Remove hack made unnecessary.
2126         * simple.el (set-fill-column): Prompt rather than error by default.
2128 2008-04-04  Andreas Schwab  <schwab@suse.de>
2130         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2131         Reset new-rules after each round.
2133         * Makefile.in (cal-autoloads): New target.
2134         (compile, compile-always, recompile): Depend on it.
2135         ($(lisp)/calendar/cal-loaddefs.el)
2136         ($(lisp)/calendar/diary-loaddefs.el)
2137         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2139 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
2141         * ediff*.el: Replace load with require in eval-when-compile.
2143         * ediff-hook: Delete all invocations of (autoload ...).
2145         * ediff-util.el (ediff-setup): Make window-min-height a local variable
2146         in ediff control window, and set its min height to 2.
2147         (ediff-setup-control-buffer): Dedicate the control window.
2148         (ediff-toggle-multiframe): Undedicate control window.
2149         Work directly with ediff-setup-windows-multiframe and
2150         ediff-setup-windows-plain.
2152         * ediff-wind (ediff-choose-window-setup-function-automatically):
2153         New function.
2154         (ediff-window-setup-function): Change initialization.
2155         (ediff-setup-windows-automatic): Delete.
2156         (ediff-setup-windows-plain-merge): Make control window dedicated.
2157         (ediff-destroy-control-frame): Do not skip frames if working in a
2158         single frame.
2160         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2161         eval-when-compile.
2163         * emulation/viper-util.el: Move provide's forward, prevent recursion in
2164         eval-when-compile.
2166 2008-04-04  Glenn Morris  <rgm@gnu.org>
2168         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2169         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
2171         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2172         Rename islamic-calendar-leap-year-p.  Update callers.
2173         (calendar-islamic-last-day-of-month):
2174         Rename islamic-calendar-last-day-of-month.  Update callers.
2175         (calendar-islamic-day-number):
2176         Rename islamic-calendar-day-number.  Update callers.
2177         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2178         Update callers, keep old name as alias.
2179         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2180         Update callers, keep old name as alias.
2181         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2182         Keep old name as alias.
2183         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2184         Update callers, keep old name as alias.
2185         (calendar-islamic-mark-date-pattern):
2186         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
2187         name as alias.
2188         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2189         Keep old name as alias.
2190         (diary-islamic-insert-monthly-entry):
2191         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
2192         (diary-islamic-insert-yearly-entry):
2193         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
2195         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2196         calendar-absolute-from-iso.  Update callers, keep old name as alias.
2197         (calendar-iso-print-date): Rename calendar-print-iso-date.
2198         Update callers, keep old name as alias.
2199         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2200         Keep old name as alias.
2201         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2202         Keep old name as alias.
2204         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2205         calendar-absolute-from-julian.  Update callers, keep old name as alias.
2206         (calendar-julian-print-date): Rename calendar-print-julian-date.
2207         Update callers, keep old name as alias.
2208         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2209         Update callers, keep old name as alias.
2210         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2211         Update callers, keep old name as alias.
2212         (calendar-astro-print-day-number):
2213         Rename calendar-print-astro-day-number.  Update callers, keep old
2214         name as alias.
2215         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2216         Update callers, keep old name as alias.
2218         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2219         Rename calendar-string-to-mayan-long-count.  Update callers.
2220         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2221         Update callers, keep old name as alias.
2222         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2223         Update callers.
2224         (calendar-mayan-read-tzolkin-date):
2225         Rename calendar-read-mayan-tzolkin-date.  Update callers.
2226         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2227         Keep old name as alias.
2228         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2229         Keep old name as alias.
2230         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2231         Keep old name as alias.
2232         (calendar-mayan-previous-tzolkin-date):
2233         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
2234         (calendar-mayan-next-round-date):
2235         Rename calendar-next-calendar-round-date.  Keep old name as alias.
2236         (calendar-mayan-previous-round-date):
2237         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
2238         (calendar-mayan-long-count-to-absolute): Rename
2239         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
2240         (calendar-mayan-goto-long-count-date):
2241         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
2243         * calendar/cal-persia.el (calendar-persian-month-name-array):
2244         Rename persian-calendar-month-name-array.  Update callers.
2245         (calendar-persian-epoch): Rename persian-calendar-epoch.
2246         Update callers.
2247         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2248         Update callers.
2249         (calendar-persian-last-day-of-month):
2250         Rename persian-calendar-last-day-of-month.  Update callers.
2251         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2252         Update callers, keep old name as alias.
2253         (calendar-persian-print-date): Rename calendar-print-persian-date.
2254         Update callers, keep old name as alias.
2255         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2256         Keep old name as alias.
2258         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2259         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2260         * calendar/solar.el: Update for cal-julian name changes.
2262         * calendar/cal-dst.el: Update for persian name changes.
2264         * calendar/cal-menu.el, calendar/calendar.el:
2265         Update for islamic, iso, julian, mayan, persian name changes.
2267         * calendar/diary-lib.el: Update for islamic name changes.
2269         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2270         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
2271         as alias.
2272         (calendar-christian-all-holidays-flag):
2273         Rename all-christian-calendar-holidays.  Update callers, keep old
2274         name as alias.
2275         (calendar-islamic-all-holidays-flag):
2276         Rename all-islamic-calendar-holidays.  Update callers, keep old
2277         name as alias.
2278         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2279         Update callers, keep old name as alias.
2280         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2281         Update for the above name changes.
2283 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
2285         * hilit-chg.el (global-highlight-changes-mode)
2286         (highlight-changes-passive-string, highlight-changes-active-string):
2287         Mark as obsolete since 23.1, not 22.1.
2289 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
2291         * hilit-chg.el (highlight-changes-visibility-initial-state)
2292         (hilit-chg-update, highlight-changes-mode-turn-on):
2293         Fix typos in docstrings.
2295 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
2297         * newcomment.el (comment-enter-backward): Be careful to restore
2298         position changed during narrowing.
2300 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
2302         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2303         Recognize `sub ($$)'.
2305 2008-04-03  Richard Sharman  <rsharman@pobox.com>
2307         * hilit-chg.el (highlight-changes-mode): Rename from
2308         highlight-changes; no longer uses sub-modes active and passive;
2309         implemented by define-minor-mode.
2310         (highlight-changes-toggle-visibility): New function, to replace
2311         the old passive/active submodes of global-highlight-changes-mode;
2312         implemented by define-minor-mode.
2313         (global-highlight-changes-mode): Rename from global-highlight-changes;
2314         rewrite using define-globalized-minor-mode.
2315         (hilit-chg-major-mode-hook, hilit-chg-check-global)
2316         (hilit-chg-post-command-hook, hilit-chg-check-global)
2317         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2318         to use of define-globalized-minor-mode.
2319         (highlight-changes-global-initial-state): Change to be boolean.
2320         (highlight-changes-visible-string, highlight-changes-invisible-string):
2321         Rename from highlight-changes-active-string and
2322         highlight-changes-passive-string.
2323         (hilit-chg-update, hilit-chg-set): Use them.
2324         (global-highlight-changes-mode): Rename from global-highlight-changes.
2325         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2326         docstring.
2327         (hilit-chg-hide-changes): Rewrite to use dolist.
2328         (hilit-chg-set-face-on-change, hilit-chg-update)
2329         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2330         variable instead of testing highlight-changes-mode.
2331         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2332         to highlight-changes-mode changed.
2333         (highlight-compare-with-file): Fix problems with interactive
2334         call giving invalid default file.
2336 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
2338         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2339         Fix in disassembly buffer (regression in 22.2).
2341 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2343         * emulation/viper-macs.el (viper-read-fast-keysequence):
2344         Use viper-read-event instead of viper-read-key.
2346         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2348         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2349         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2350         let-statements.
2352         * emulation/viper-ex.el, emulation/viper-macs.el:
2353         * emulation/viper-mous.el:
2354         Replace load with require in eval-when-compile.
2356 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2360         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2361         (archive-try-jka-compr): New function.
2362         (archive-set-buffer-as-visiting-file): Use it.
2364         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2366 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2368         * simple.el (handle-shift-selection): New arg.
2370 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2374         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2376 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2378         * shell.el (shell-dynamic-complete-filename): New fun.
2379         (shell-dynamic-complete-functions): Use it.
2381         * help-fns.el (describe-variable): Undo 2008-02-25 change.
2383 2008-04-03  Kenichi Handa  <handa@m17n.org>
2385         * international/fontset.el (create-fontset-from-x-resource):
2386         Handle the error of X resource more gracefully.
2388         * international/latin1-disp.el (latin1-display): Don't use make-char.
2389         Fix the argument to set-char-table-range.
2390         (latin1-display-identities): Don't use make-char.
2391         (latin1-display-reset): Use map-charset-chars instead of directly
2392         calling standard-display-default.
2393         (latin1-display-check-font): Don't use make-char.
2394         (latin1-display-setup): Likewise.
2395         (latin1-display-ucs-per-lynx): Likewise.
2397 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2400         name the fields, to make the code clearer.
2401         Rewrite all `aset' and `aref' using the defined accessors.
2402         (timer--time): New pseudo-field.
2403         (timer-set-time, timer-set-idle-time, timer-inc-time)
2404         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2405         (timer--time-less-p): New function.
2406         (timer--activate): New function, extracted from timer-activate.
2407         (timer-activate-when-idle, timer-activate): Use it.
2408         (cancel-function-timers): Use dolist.
2410 2008-04-03  Glenn Morris  <rgm@gnu.org>
2412         * add-log.el (c-beginning-of-defun, c-end-of-defun):
2413         Remove declarations; no longer used.
2414         (c-cpp-define-name, c-defun-name): Declare as functions.
2416         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2417         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2419         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2420         (holiday-passover-etc, holiday-hanukkah): Doc fix.
2421         Add optional argument.  Simplify.
2422         (holiday-tisha-b-av-etc): Use memq rather than unless.
2423         (holiday-julian): Autoload it.
2424         (holiday-hebrew-misc): New function.
2426         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2428         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2429         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2430         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2431         all-hebrew-calendar-holidays.
2432         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2433         Simplify using new functions.
2434         (calendar-holidays): Doc fix.
2435         (generate-calendar-window): Use bound-and-true-p.
2437         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2439         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2440         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
2441         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
2442         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2444         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2446 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2450         * vc-bzr.el (vc-bzr-checkout): Simplify.
2452         * image-mode.el (image-mode-fit-frame): New command.
2454         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2455         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2456         (keyboard-escape-quit): Check region-active-p i.s.o
2457         transient-mark-mode.
2459 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2461         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2462         (imap-message-copyuid-1): Use it.
2463         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2464         J. Williams in
2465         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2467 2008-04-02  Alan Mackenzie  <acm@muc.de>
2469         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2470         New optimised functions to get the name of the current defun/macro.
2472         * add-log.el (add-log-current-defun): Move the functionality which
2473         gets the current function name for C like modes to cc-cmds.el,
2474         thus optimising for speed.
2476 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
2478         * simple.el (deactivate-mark): When the mark is temporarily
2479         active, restore the original value of transient-mark-mode.
2480         (set-mark-command): First deactivate the mark if was temporarily active.
2481         (exchange-point-and-mark): Reactivate the mark if it was
2482         temporarily active.
2483         (handle-shift-selection): New fun.
2484         (transient-mark-mode): Move var documentation here from buffer.c.
2485         (next-line, previous-line, backward-word, move-end-of-line)
2486         (move-beginning-of-line, forward-to-indentation)
2487         (backward-to-indentation, back-to-indentation)
2488         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2490         * mouse.el (mouse-set-region-1): Save the old value of
2491         transient-mark-mode.
2492         (mouse-drag-track): Ignore the now-obsolete value `identity' for
2493         transient-mark-mode.
2495         * textmodes/paragraphs.el (forward-paragraph)
2496         (backward-paragraph, forward-sentence, backward-sentence): Add ^
2497         interactive spec.
2499         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2501 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
2503         * net/tramp.el (tramp-make-tramp-temp-file):
2504         Use `tramp-drop-volume-letter' for the local file name part.
2506 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2508         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
2509         Add menu entries corresponding to all the key bindings.
2511         * emacs-lisp/debug.el (debugger-mode-map):
2512         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2513         (conf-align-assignments): Only work on the region if it is active.
2514         (conf-quote-normal): Use when instead of if.  Remove redundant test.
2516         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2517         for tracing and re-builder.
2519 2008-04-02  Glenn Morris  <rgm@gnu.org>
2521         * calendar/appt.el (appt-disp-window-function): Doc fix.
2522         (appt-display-message): Move beep before display.
2523         (appt-check): Make interactive.  Reduce the number of lets.
2524         Use string-equal to compare mode-line strings.
2525         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
2526         read-only.
2527         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2528         (appt-delete): Simplify.
2530         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2532         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2534         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2535         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2536         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2538         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2539         (calendar-holiday-marker, mark-visible-calendar-date):
2540         * calendar/diary-lib.el (fancy-diary-display):
2541         Check for font-lock-mode before using faces.
2543         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2544         (calendar-gregorian-from-absolute): Reduce the number of lets.
2545         (hebrew-holidays-4, generate-calendar-window): Simplify.
2546         (calendar-for-loop): Make obsolete.
2547         (calendar-nth-named-day): Doc fix.
2549         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2550         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2551         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2552         Reduce the number of lets.
2553         (mark-sexp-diary-entries, calendar-mark-complex):
2554         Expand calendar-for-loops.
2556 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
2558         * find-dired.el (find-dired-filter): Fix last patch to handle
2559         multi-line process input.  Pad link numbers too.
2561 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
2563         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2565 2008-04-01  Jason Rumney  <jasonr@gnu.org>
2567         * international/characters.el (script-list): Add phonetic script,
2568         covering IPA (previously Latin), Phonetic Extensions and
2569         Phonetic Extensions Supplement (both previously unassigned).
2571         * international/fontset.el (setup-default-fontset): Use unicode fonts
2572         that cover bopomofo script for bopomofo.
2573         Likewise for braille and mathematical.
2574         Use unicode scripts that cover the phonetic script for IPA.
2576 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
2578         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2579         return the assigned value.
2581 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * abbrev.el (abbrev-mode): Use define-minor-mode.
2585         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
2586         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2587         Use map-keymap.
2588         (minor-mode-menu-from-indicator): Use it.  Simplify.
2590         * bindings.el (mode-line-mode-menu): Move before (new) first use.
2591         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2592         Bind the key directly to the menu.
2593         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2595 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
2597         * epa.el (epa-decrypt-region): Explain the reason why this
2598         function should not be used in Lisp programs.
2599         (epa-decrypt-armor-in-region): Ditto.
2600         (epa-verify-region): Ditto.
2601         (epa-verify-cleartext-in-region): Ditto.
2602         (epa-sign-region): Ditto.
2603         (epa-encrypt-region): Ditto.
2605         * epg.el (epg-start-receive-keys): Fix typo in docstring.
2607         * epa.el (epa-select-keys): Show menu even if there is no key in
2608         GnuPG's keyring.
2610 2008-04-01  Glenn Morris  <rgm@gnu.org>
2612         * calendar/calendar.el (calendar-make-temp-face): New function.
2613         (mark-visible-calendar-date):
2614         * calendar/diary-lib.el (fancy-diary-display): Use it.
2616         * vc-hooks.el (vc-responsible-backend): Declare as function.
2618         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2619         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2620         * calendar/cal-julian.el (holiday-julian): Use it.
2622         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2623         (calendar-hebrew-date-is-visible-p): Extract some common code into
2624         separate function.
2625         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2627         * calendar/cal-menu.el (cal-menu-holidays-menu):
2628         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2629         rather than obsolete alias.
2631         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2632         for mark characters.
2633         (calendar-unmark): Unmark by removing all overlays, rather than
2634         redrawing.
2635         (calendar-starred-day): Remove.
2636         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
2637         (calendar-cursor-to-date): No need for special star handling now
2638         using overlays.
2639         (calendar-star-date): Use overlays.
2641         * calendar/cal-french.el (calendar-goto-french-date):
2642         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2643         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2644         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2645         * calendar/cal-persia.el (calendar-persian-date-string):
2646         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2647         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2648         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2649         * calendar/solar.el (solar-equinoxes-solstices):
2650         Reduce nesting of some lets.
2652         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2653         (calendar-goto-mayan-long-count-date): Simplify.
2655         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2656         Simplify by using mapcar.
2657         (calendar-list-holidays): Return holiday-list.
2658         (list-holidays): Use let rather than let*.  Remove un-needed locals
2659         `d', `never'.
2660         (calendar-check-holidays): Return result from dolist.
2661         (holiday-float): Use a single let*.  Simplify if-and to and.
2662         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2663         single let*.
2665 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
2667         * calc/calc.el: Autoload `calc-yank'.
2668         (calc-mode-map): Add keybindings for `calc-yank'.
2669         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2670         assignments for `calc-yank'.
2672 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
2674         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2675         (vc-status-mark-buffer-changed): Handle the extra field.
2677         * vc-bzr.el (vc-bzr-after-dir-status):
2678         * vc-cvs.el (vc-cvs-after-dir-status):
2679         * vc-hg.el (vc-hg-after-dir-status):
2680         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2682 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * doc-view.el: Compute displayed pages first (in PDF).
2685         (doc-view-current-converter-processes): Rename from
2686         doc-view-current-converter-process.  Update users.
2687         (doc-view-sentinel): Test buffer's liveness.
2688         (doc-view-pdf/ps->png-sentinel): Remove.
2689         (doc-view-start-process): New function.
2690         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2691         (doc-view-ps->pdf): Use it.
2692         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2693         New functions.
2694         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2695         (doc-view-mode): Kill the processes when leaving the mode.
2697 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
2699         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2700         Use `byte-compile-warning-types'.  Add docstring.
2702 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2704         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2705         (smerge-resolve): Add various resolution heuristics.
2707         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2708         in 3-way conflicts.
2710 2008-03-31  Glenn Morris  <rgm@gnu.org>
2712         * calendar/cal-bahai.el (diary-bahai-mark-entries):
2713         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2714         * calendar/cal-islam.el (mark-islamic-diary-entries):
2715         Fix argument order in call to diary-mark-entries-1.
2717         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2718         pre-Bahai dates.
2719         (holiday-bahai): Use an algorithm actually relevant to this calendar
2720         system.
2722         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2724         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2725         Use and.
2727         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2728         in the last fortnight in Julian October.
2730         * calendar/calendar.el (increment-calendar-month): Optionally handle
2731         systems without 12 months per year.
2733         (calendar-date-is-visible-p): Doc fix.  Simplify.
2735         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2736         from dolist.
2738 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
2740         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2741         (hi-lock-unload-function): New function.
2743 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
2745         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2746         overwriting when NEWNAME is a local file.
2748         * net/trampver.el: Update release number.
2750 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
2752         * vc-git.el: Make vc-status display information about copies,
2753         renames and permission changes.
2754         (vc-git-extra-fileinfo): New defstruct.
2755         (vc-git-escape-file-name, vc-git-file-type-as-string)
2756         (vc-git-rename-as-string, vc-git-permissions-as-string)
2757         (vc-git-status-printer): New functions.
2758         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2759         (vc-git-after-dir-status-stage1): Look for copies, renames and
2760         permission changes.
2761         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2762         (vc-git-dir-status): Ask for staged files and renames.
2764 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2766         * vc.el: Allow backends to display backend specific information in
2767         the vc-status listing.
2768         (vc-status-fileinfo): Add a field for backend specific information.
2769         (vc-status-printer): Rename to ...
2770         (vc-default-status-printer): ... this.
2771         (vc-status-printer): New function.
2772         (vc-update-vc-status-buffer): Set the backend specific file info
2773         if provided.
2775 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         * textmodes/remember.el (remember-diary-convert-entry): Revert last
2778         change (ill-conceived).
2780 2008-03-29  Glenn Morris  <rgm@gnu.org>
2782         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2783         * calendar/cal-julian.el (holiday-julian): Simplify.
2785         * calendar/holidays.el (list-holidays): Use or.
2787 2008-03-29  Juri Linkov  <juri@jurta.org>
2789         * window.el (split-window-preferred-horizontally): New function.
2791         * cus-start.el (split-window-preferred-function):
2792         Set choice for "vertically" to nil instead of split-window.
2793         Set choice for "horizontally" to split-window-preferred-horizontally
2794         instead of lambda.
2796 2008-03-29  Juri Linkov  <juri@jurta.org>
2798         * simple.el (minibuffer-default-add-function): New variable with
2799         the default to minibuffer-default-add-completions.
2800         (minibuffer-default-add-done): New variable.  Make it buffer-local.
2801         (minibuffer-default-add-completions): New function.
2802         (goto-history-element): Set minibuffer-default-add-done to t and
2803         call a function in minibuffer-default-add-function when the
2804         specified absolute history position is greater than the length of
2805         the minibuffer-default list and minibuffer-default-add-done is nil.
2806         Change "^End of history; no next item$" to "^End of defaults;
2807         no next item$".
2809         * bindings.el (debug-ignored-errors): Change "^End of history;
2810         no next item$" to "^End of defaults; no next item$".
2812 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2814         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2816         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2817         to with-no-warnings.
2819 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
2821         Sync with Tramp 2.1.13.
2823         * net/tramp-ftp.el: Require 'cl when byte-compiling.
2825         * net/trampver.el: Update release number.
2827 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2829         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2830         the current backend.
2832         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2833         (vc-status-refresh): Create a temporary buffer and call the
2834         `dir-status' backend function from that buffer.
2836         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2837         (vc-bzr-after-dir-status): Don't kill the buffer.
2839         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2840         (vc-cvs-after-dir-status): Don't kill the buffer.
2842         * vc-git.el (vc-git-dir-status): Don't create a buffer.
2843         (vc-git-after-dir-status-stage2): Don't kill the buffer.
2845         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2846         (vc-hg-after-dir-status): Don't kill the buffer.
2848         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2849         (vc-svn-after-dir-status): Don't kill the buffer.
2851 2008-03-29  Glenn Morris  <rgm@gnu.org>
2853         * calendar/calendar.el (diary-file, american-date-diary-pattern)
2854         (european-date-diary-pattern, european-calendar-display-form)
2855         (american-calendar-display-form, diary-display-hook): Doc fixes.
2856         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
2857         custom :set.  Mark as obsolete.
2858         (calendar-date-style, iso-date-diary-pattern)
2859         (iso-calendar-display-form): New user variables.
2860         (diary-date-forms, calendar-date-display-form): Set using
2861         calendar-date-style.  Doc fix.
2862         (calendar-set-date-style): New command.
2863         (european-calendar, american-calendar): Use calendar-set-date-style.
2864         Mark as obsolete.
2866         * calendar/diary-lib.el (number): Move declaration where needed.
2867         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2868         (diary-make-date): New function.
2869         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2870         Use diary-make-date.
2871         (diary-date-display-form, diary-insert-entry-1): New functions.
2872         (insert-monthly-diary-entry, insert-yearly-diary-entry):
2873         Use diary-insert-entry-1.
2874         (insert-anniversary-diary-entry, insert-block-diary-entry)
2875         (insert-cyclic-diary-entry): Use diary-date-display-form.
2877         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2878         Autoload diary-insert-entry-1.
2879         * calendar/cal-bahai.el (diary-bahai-insert-entry)
2880         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2881         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2882         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2883         * calendar/cal-islam.el (insert-islamic-diary-entry)
2884         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2885         Use diary-insert-entry-1.
2887         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2888         (diary-yahrzeit): Doc fix.  Use diary-make-date.
2890         * calendar/icalendar.el (icalendar--datetime-to-american-date):
2891         New name for icalendar--datetime-to-noneuropean-date.  Make old name
2892         obsolete alias.
2893         (icalendar--datetime-to-iso-date): New function.
2894         (icalendar--datetime-to-diary-date): Doc fix.  Respect
2895         calendar-date-style if bound.
2897         * textmodes/remember.el (remember-diary-convert-entry):
2898         Respect calendar-date-style if bound.
2900 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2903         (xterm-mouse-handle-delete-frame): Delete.
2905         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2906         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2907         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2908         in xterm-modify-other-keys-terminal-list.
2910         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2911         are conflicts.
2913 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2915         * vc.el (vc-update): Check if the buffer is unsaved only if it
2916         actually exists.
2917         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2918         vc-print-log.
2920 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2922         * net/dns.el (dns-write): Use set-buffer-multibyte.
2924 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * vc-bzr.el (vc-bzr-sha1): New fun.
2927         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2928         (vc-bzr-registered): Use it.
2930 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2932         * vc.el (vc-status-kill-dir-status-process): Simplify.
2933         (vc-status-refresh): Make sure the buffer is live.
2934         (ring): Don't require it, not used.
2936 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
2938         * progmodes/verilog-mode.el (verilog-auto-inout-module):
2939         Add optional regular expression to AUTOINOUTMODULE.
2940         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2941         (verilog-auto-inst-param, verilog-auto-reg)
2942         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2943         (verilog-auto-output-every, verilog-auto-input)
2944         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2945         (verilog-auto-unused, verilog-auto): Update documentation to use
2946         more obvious instance module names versus cell names.
2948 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
2950         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2951         kill if a process is running.
2953         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2955 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2957         * vc.el: Add new backend function 'status-extra-headers.
2958         (vc-default-status-extra-headers): New function.
2959         (vc-status-headers): Call 'status-extra-headers.  Add colors.
2961         * vc-git.el (vc-git-status-extra-headers): New function.
2963 2008-03-28  Glenn Morris  <rgm@gnu.org>
2965         * calendar/cal-menu.el (cal-menu-holidays-menu)
2966         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2967         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2968         holiday-list is optional.
2969         (calendar-mouse-holidays): Remove un-needed local `l'.
2971         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2972         Remove un-needed local `date'.
2973         (calendar-cursor-to-visible-date): Use let rather than let*.
2974         Remove un-needed local `first-of-month-weekday'.
2976         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2978         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2979         Doc fixes.
2980         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
2981         (diary-header-line-flag, diary-header-line-format): Declare.
2982         (diary-pull-attrs): Check for multiple matches.
2983         (diary-list-entries-2): Simplify finding start of date.
2984         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2985         pop-up-frames.
2986         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2987         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2989 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
2991         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2993         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2995 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2997         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2999         * image-mode.el (image-mode-reapply-winprops): Fix last change.
3001 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
3003         * international/mule-conf.el (define-iso-single-byte-charset):
3004         Don't make latin-iso8859-* supplementary.
3005         (#'set-charset-priority): Don't change the priority of charsets
3006         `unicode' and `emacs'.
3008 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3011         temp buffer.
3013 2008-03-27  Glenn Morris  <rgm@gnu.org>
3015         * calendar/cal-bahai.el (diary-bahai-list-entries):
3016         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3017         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3019         * calendar/calendar.el (diary-file): Doc fix.
3021         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3022         (list-diary-entries-hook, mark-diary-entries-hook)
3023         (include-other-diary-files, diary-mail-entries)
3024         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3025         (diary-set-header): New function.
3026         (diary-header-line-flag, diary-header-line-format):
3027         Use diary-set-header for custom :set function.
3028         (diary-set-maybe-redraw): Use symbol-value rather than eval.
3029         (diary-attrtype-convert): Use intern-soft rather than read.
3030         (diary-display-no-entries): New function.
3031         (simple-diary-display, fancy-diary-display): Use it.
3032         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
3033         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3035         * calendar/holidays.el (list-holidays): Doc fix.
3037 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
3039         * calc/calc-store.el (calc-read-var-name-history): New variable.
3040         (calc-read-var-name): Use `calc-read-var-name-history'.
3042 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * image-mode.el (image-mode-reapply-winprops): Simplify now that
3045         window-configuration-change-hook works buffer-locally.
3047 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
3049         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3050         for Emacs Lisp, not Lisp.
3052 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
3054         * help-fns.el (describe-function-1, describe-variable):
3055         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3057         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3058         replacement is provided, don't print "use nil instead".
3060 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
3062         * complete.el (PC-do-completion): Use regexp-quote.
3064 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3066         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3067         Detect missing files.
3069         * vc-git.el (vc-git-extra-menu-map): New key map.
3070         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3071         New functions.
3073         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3074         and 'missing files.
3076 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * calendar/holidays.el (list-holidays): Make Y2 optional.
3080         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3081         buffers shown to the user.
3082         (appt-disp-window): Disable undo explicitly now that the leading space
3083         is gone.
3085         * simple.el (activate-mark): New function.
3086         (set-mark-command): Use it with region-active-p to clean up the code.
3087         (exchange-point-and-mark): Invert the meaning of C-u when
3088         transient-mark-mode is active.
3090         * dired-aux.el (dired-create-files): Use dolist.
3092         * bindings.el (mode-line-change-eol): Use with-selected-window.
3094         * apropos.el (apropos-command): Include macros.
3096 2008-03-26  Glenn Morris  <rgm@gnu.org>
3098         * calendar/cal-bahai.el: Require calendar, not cal-julian.
3099         (calendar-bahai-epoch): Doc fix.
3101         * calendar/cal-china.el: Explicitly require calendar.
3103         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3104         Require calendar rather than cal-julian.
3105         Autoload calendar-absolute-from-julian.
3106         * calendar/cal-coptic.el (coptic-calendar-epoch):
3107         * calendar/cal-islam.el (calendar-islamic-epoch):
3108         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3110         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3112         * calendar/cal-dst.el: Don't require cal-persia.
3113         (calendar-absolute-from-persian): Autoload it.
3114         (dst-adjust-time): Doc fix.
3116         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3117         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3118         calendar.
3120         * calendar/cal-menu.el: Require calendar rather than declaring
3121         functions.
3122         * calendar/calendar.el: Provide calendar before requiring cal-menu.
3124         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3125         calendar-after-frame-setup-hooks.  Update callers, make old name an
3126         obsolete alias.  Doc fix.
3127         (calendar-frame-1): Doc fix.
3129         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3131         * calendar/calendar.el (oriental-holidays, solar-holidays):
3132         * calendar/holidays.el (list-holidays): Assume atan always bound.
3134         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3135         Explicitly require calendar, not cal-julian.
3136         * calendar/lunar.el: Explicitly require cal-dst.
3138 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3140         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3142         * help-fns.el (describe-function-1, describe-variable): If no
3143         replacement is provided, don't print "use nil instead".
3145 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3147         * proced.el: New file.
3149 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3151         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3153 2008-03-25  Juri Linkov  <juri@jurta.org>
3155         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3156         in battery-mode-line-format.
3158         * bindings.el (minibuffer-local-map): For the command
3159         file-cache-minibuffer-complete replace keymap minibuffer-local-map
3160         with map which is already locally bound to minibuffer-local-map.
3162 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3164         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3165         Remove `sort-first' argument.
3167         * subr.el (redisplay-end-trigger-functions)
3168         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3169         (process-filter-multibyte-p, set-process-filter-multibyte):
3170         Mark as obsolete.
3172 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
3174         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3175         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3176         use the LOCAL arg of `add-hook'.
3177         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3178         Remove spurious * from defcustom docstrings.
3179         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3180         Fix typos in messages.
3181         (reb-mode-buffer-p): New function.
3182         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
3183         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3184         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3185         (reb-update-overlays): Use `unless', `when'.
3186         (re-builder-unload-function): New function.
3188 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
3190         * vc-hooks.el (vc-state): Add documentation for 'missing.
3192 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
3194         * progmodes/verilog-mode.el (verilog-auto-output)
3195         (verilog-auto-input, verilog-auto-inout, verilog-auto)
3196         (verilog-delete-auto): Add optional regular expression to
3197         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3198         (verilog-signals-matching-regexp): New internal function for
3199         signal matching.
3201 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
3203         * info.el (Info-isearch-search): Always return point.
3205 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * diff-mode.el (diff-remembered-defdir): New var.
3208         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3210 2008-03-25  Glenn Morris  <rgm@gnu.org>
3212         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3213         calendar-bahai-prompt-for-date.  Update callers, make old name an
3214         obsolete alias.  Doc fix.
3215         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3216         coptic-prompt-for-date.  Update callers, make old name an
3217         obsolete alias.  Doc fix.
3218         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3219         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
3220         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3221         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
3222         * calendar/cal-iso.el (calendar-iso-read-date): New name for
3223         calendar-iso-read-args.  Update callers, make old name an obsolete
3224         alias.
3225         * calendar/cal-persia.el (calendar-persian-read-date): New name for
3226         persian-prompt-for-date.  Update callers, make old name an
3227         obsolete alias.  Doc fix.  Move definition before use.
3229         * calendar/cal-x.el (diary-frame-parameters)
3230         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3231         (calendar-frame-1): Doc fixes.
3232         (make-fancy-diary-buffer): Remove declaration.
3233         (calendar-dedicate-diary): Replace call to deleted function
3234         make-fancy-diary-buffer.
3235         (calendar-frame-setup): New function.
3236         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3237         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3238         work, and mark as obsolete.
3239         (special-display-buffer-names): Don't mess with this; it's not our
3240         business.
3241         (cal-x-load-hook): Defvar it, and mark as obsolete.
3243         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3244         Default to t.  Add to 'calendar group.
3245         (calendar): Doc fix.  Use calendar-frame-setup.
3246         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
3247         (generate-calendar-window): Doc fix.
3249 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3253 2008-03-24  Drew Adams  <drew.adams@oracle.com>
3255         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3256         New variables.
3257         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
3258         (finder-exit): Ignore errors rather than avoiding them.
3259         Kill *Finder-package* buffer also.
3261 2008-03-24  Andreas Schwab  <schwab@suse.de>
3263         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3265 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
3267         * vc-hg.el (vc-hg-after-dir-status):
3268         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3270         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3271         Detect removed files.
3273         * vc.el (vc-status-printer): Use a different face for missing files.
3274         (vc-status-hide-up-to-date): Rename from
3275         vc-status-remove-up-to-date.  Update all callers.
3276         (vc-status-mode-map): Bind C-m.
3278 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
3280         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3281         code ...
3282         (vc-git--state-code): ... to this new function.
3283         (vc-git-state): Use it.
3285 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3287         * textmodes/remember.el (remember-mail-date)
3288         (remember-store-in-mailbox): Write date and From line in such a
3289         way that Mutt can read it.
3291 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
3293         * simple.el (transient-mark-mode): Turn on by default.
3295 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3297         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3298         'unregistered for unregistered files.
3300         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3302         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3304         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3305         subdirectories.
3307         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3308         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3309         Add :enable for vc-status-refresh.
3310         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3311         (vc-status-tool-bar-map): Add binding for
3312         vc-status-kill-dir-status-process.
3313         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3314         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3315         Reset vc-status-process-buffer.
3316         (vc-status-refresh): Don't run two refreshes at a time.
3317         (vc-status): If the buffer is already in vc-status-mode only refresh.
3318         (vc-status-mark-buffer-changed): Add an optional file parameter.
3319         (vc-resynch-buffer): Use it.
3320         (vc-delete-file): Expand the file name before using it.
3321         Be careful to not create a new buffer with the old file contents.
3322         Update the VC state after performing the operation.
3324 2008-03-23  Andreas Schwab  <schwab@suse.de>
3326         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3327         Fix radio button condition.
3328         [box]: Likewise.
3329         [customize]: Add radio button.
3331 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
3333         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3334         (calc-user-parse-tables, calc-gnuplot-default-device)
3335         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3336         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3337         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3338         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3339         (calc-undo-list, calc-redo-list, calc-main-buffer)
3340         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3341         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3342         (calc-said-hello, calc-executing-macro, calc-any-selections)
3343         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3344         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3345         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3346         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3347         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3348         (calc-create-buffer, calc-quit): Add docstrings.
3350 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
3352         * makefile.w32-in (WINS_ALMOST): Add org.
3354 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3356         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3357         New functions to implement vc-status support.
3359 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3361         * vc.el (vc-status-prepare-status-buffer): New function.
3362         (vc-status): Use it.
3364         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3365         appropriate.
3367 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
3369         * vc-git.el (vc-git--empty-db-p)
3370         (vc-git-after-dir-status-stage1-empty-db): New functions.
3371         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3372         Add support for empty repositories.
3374 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3376         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3377         Allow "^" in a version name.
3379         * vc-mtn.el (vc-mtn-state): Support the added state.
3381 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
3383         * org: New directory for Org-mode.
3385         * org/org-export-latex.el: Moved from lisp/texmodes.
3387         * org/org-irc.el: Moved from lisp/texmodes.
3389         * org/org-mac-message.el: Moved from lisp/texmodes.
3391         * org/org-mouse.el: Moved from lisp/texmodes.
3393         * org/org-publish.el: Moved from lisp/texmodes.
3395 2008-03-21  Juri Linkov  <juri@jurta.org>
3397         * comint.el (comint-dynamic-simple-complete):
3398         Use variable `stub' for the second arg `common-substring'
3399         of `comint-dynamic-list-completions'.
3400         (comint-dynamic-list-filename-completions):
3401         Use variable `filenondir' for the second arg `common-substring'
3402         of `comint-dynamic-list-completions'.
3403         (comint-dynamic-list-completions): Add new optional arg
3404         `common-substring'.  Add `common-substring' as the second arg of
3405         the call to `display-completion-list'.  Doc fix.
3407         * comint.el (comint-dynamic-complete-as-filename)
3408         (comint-dynamic-list-filename-completions)
3409         (comint-dynamic-simple-complete): Use `minibuffer-message'
3410         to display message "No completions of %s" when a command
3411         is called in the minibuffer.
3412         (comint-dynamic-simple-complete): Don't display other
3413         completion messages when a command is called in the minibuffer.
3414         (comint-dynamic-list-completions): Use `minibuffer-message'
3415         to display message " [Type space to flush ...]" when a command
3416         is called in the minibuffer.
3418         * shell.el (shell-dynamic-complete-command)
3419         (shell-dynamic-complete-environment-variable): Don't display
3420         completion messages when command is called in the minibuffer.
3422         * emacs-lisp/lisp.el (lisp-complete-symbol):
3423         Use `minibuffer-message' to display message "No completions of %s"
3424         when this command is called in the minibuffer.
3426         * bindings.el (standard-mode-line-modes): Put special help-echo
3427         tooltip on recursive edit %[ %] mode-line constructs.
3429         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3430         "^No dynamic expansion for .* found$" to allow error messages like
3431         "No dynamic expansion for \"%s\" found in this-buffer".
3433 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
3435         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3436         "psftp".
3438 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3441         * vc.el (vc-default-dired-state-info): Use just "modified".
3442         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3443         (vc-cvs-mode-line-string): Make use of the better default.
3444         (vc-cvs-parse-entry): Use the new `added'.
3445         (vc-cvs-dired-state-info): Remove.
3446         * vc-svn.el (vc-svn-dired-state-info): Remove.
3447         * vc-hg.el (vc-hg-dired-state-info): Remove.
3448         * vc-git.el (vc-git-dired-state-info): Remove.
3450 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3452         * vc-git.el (vc-git-status-result): New variable.
3453         (vc-git-dir-status): Split out ...
3454         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3455         ... these new functions and work asynchronously.
3457 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
3459         * vc-git.el (vc-git-after-dir-status): Remove.
3460         (vc-git-dired-state-info): Reimplement.
3462 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3464         * replace.el (occur-mode-map): Add :help.
3466         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3467         for disassemble.
3469         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3470         the 'added state.
3471         (vc-status-remove-up-to-date): New function.
3472         (vc-status-mode-map, vc-status-menu-map): Bind it.
3473         (vc-status-printer): Use a different face up-to-date files.
3474         (vc-resynch-buffer): Update the vc-status buffer if it exists.
3475         (Todo): Remove solved entries.
3477         * vc-hg.el (vc-hg-state):
3478         * vc-git.el (vc-git-state):
3479         * vc-cvs.el (vc-cvs-parse-status):
3480         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3481         state.
3483 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * progmodes/compile.el (compile):
3486         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3488         * simple.el (minibuffer-local-shell-command-map): New var.
3489         (minibuffer-complete-shell-command, read-shell-command): New funs.
3490         (shell-command, shell-command-on-region): Use them.
3492 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3494         * vc.el (vc-status-mark-buffer-changed): New function to implement
3495         updating of the *vc-status* buffer when a buffer is saved.
3496         (vc-status-mode): Use it for after-change-hook.
3497         (vc-add-to-vc-status-buffer): Rename to ...
3498         (vc-status-add-entry): ... this.
3499         (Todo): Add new entry.
3501 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3505 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
3507         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3508         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3509         Remove spurious * from defcustom docstrings.
3510         (icomplete-compute-delay): Fix docstring and remove spurious *.
3511         (icomplete-delay-completions-threshold): Fix typo in docstring and
3512         remove spurious *.
3513         (icomplete-completions): While collecting the list of prospective
3514         candidates, don't overshoot `icomplete-prospects-length'.
3516 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3518         * textmodes/refbib.el:
3519         * textmodes/reftex.el:
3520         * textmodes/reftex-global.el:
3521         * textmodes/reftex-vars.el:
3522         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3523         compiler pacifying defvars.
3524         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3525         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3526         not needed.
3528 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
3530         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3531         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3532         (verilog-customize, verilog-font-customize)
3533         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3534         (verilog-mode): Update documentation strings to match tool tips.
3535         (verilog-auto-search-do, verilog-auto-re-search-do)
3536         (verilog-skip-forward-comment-or-string): Fix verilog-auto
3537         expansion when a .* appears inside a string.
3538         (verilog-re-search-forward, verilog-re-search-backward):
3539         Add comment to recall how this works.
3540         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3542 2008-03-20  Glenn Morris  <rgm@gnu.org>
3544         * calendar/calendar.el (calendar-other-dates): New function.
3545         (calendar-print-other-dates): Use calendar-other-dates.
3546         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3547         the declarations it replaces.
3548         (calendar-mouse-print-dates): Use calendar-other-dates.
3550         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3551         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3552         (calendar-absolute-from-bahai): Fix the leap-year case.
3553         (calendar-bahai-from-absolute): Re-use the Gregorian month.
3554         (calendar-bahai-date-string, calendar-bahai-print-date):
3555         Handle pre-Bahai dates.
3557         * calendar/cal-china.el (chinese-calendar-celestial-stem)
3558         (chinese-calendar-terrestrial-branch): Make defcustoms.
3560         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3561         (calendar-mouse-view-diary-entries): Use or.
3562         (calendar-mouse-chinese-date): Remove unused command.
3563         (cal-menu-load-hook): Mark as obsolete.
3565         * calendar/solar.el (calendar-location-name, calendar-latitude)
3566         (calendar-longitude, solar-arctan, sunrise-sunset)
3567         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3569 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
3571         * calc/calc.el: Remove outdated comments.
3572         (defcalcmodevar, calc-mode-var-list-restore-default-values)
3573         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3574         Add docstrings.
3576 2008-03-19  Jason Rumney  <jasonr@gnu.org>
3578         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3580 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3582         * net/tls.el (open-tls-stream): Reindent.
3584 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
3586         * net/tramp.el (tramp-let-maybe): Removed.
3587         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3588         It does not exist under XEmacs.
3589         (tramp-handle-file-truename, tramp-handle-expand-file-name)
3590         (tramp-completion-file-name-handler): Let-bind
3591         `directory-sep-char'.
3593         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3594         `directory-sep-char'.
3596 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * help-fns.el (describe-function-1): Don't signal "missing arglist"
3599         for autoloaded keymaps.
3601         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3602         (electric-verilog-terminate-line, verilog-in-struct-region-p)
3603         (verilog-backward-ws&directives, verilog-forward-ws&directives)
3604         (verilog-in-comment-p, verilog-in-star-comment-p)
3605         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3606         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3607         (verilog-skip-forward-comment-or-string, verilog-in-paren)
3608         (verilog-skip-forward-comment-p): Use it.
3610 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3612         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3613         (org-remember-templates, org-time-stamp-rounding-minutes)
3614         (org-back-over-empty-lines, org-find-base-buffer-visiting)
3615         (org-columns-new): Fix typos in docstrings.
3617 2008-03-19  Glenn Morris  <rgm@gnu.org>
3619         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3620         (tramp-handle-shell-command): Use condition-case rather than
3621         ignore-errors.
3623 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3625         * diff-mode.el (diff-header): Make the color louder.
3626         (diff-refine-change): Tone the color down.
3628 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3630         * descr-text.el (describe-char): When `describe-char-unidata-list'
3631         is set to show all properties, list them in the right order.
3633 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * international/mule.el (load-with-code-conversion): Avoid setting
3636         default-enable-multibyte-characters.
3638 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
3640         * vc.el (vc-annotate-background): Fix custom type.
3642 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3644         * descr-text.el (describe-char-unidata-list): Allow specifying
3645         just all properties.
3646         (describe-char): Handle that new value.
3648         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3650 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3652         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3653         instead of file name extension to make docs with uncommon
3654         extensions work.
3656 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3658         * doc-view.el (require): Require cl at compile time because
3659         `assert' needs it.
3661 2008-03-18  Glenn Morris  <rgm@gnu.org>
3663         * calendar/calendar.el (initial-calendar-window-hook)
3664         (today-visible-calendar-hook): Doc fixes.
3666 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
3668         * net/tramp.el (tramp-root-regexp): Simplify.
3669         (tramp-completion-file-name-regexp-separate): Don't insist on
3670         leading "[".  This prevents method or user or host completion.
3671         (tramp-let-maybe): Autoload it.
3672         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
3673         is an alias for `identity'.
3674         (tramp-handle-write-region): Protect `last-coding-system-used'
3675         over the trailing statements.
3676         (tramp-completion-file-name-handler-post-function): Remove.
3677         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3678         instead of calling `tramp-drop-volume-letter'.
3680         * net/tramp.el:
3681         * net/tramp-uu.el:
3682         * net/trampver.el: Move coding cookie at the end.
3684 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3687         elements which may be something else than characters.
3689 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
3691         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3692         New functions to implement vc-status support.
3694         * vc.el (vc-default-extra-status-menu)
3695         (vc-add-to-vc-status-buffer): New functions.
3697         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3698         for eldoc and ielm.
3700 2008-03-17  Glenn Morris  <rgm@gnu.org>
3702         * calendar/cal-x.el (diary-frame-parameters)
3703         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3704         Fix custom type; add options.
3705         (calendar-frame, diary-frame): Doc fixes.
3706         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3707         new functions.
3708         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3709         Use calendar-frame-1 and calendar-dedicate-diary.
3710         (calendar-one-frame-setup): Also handle only-one-frame case.
3711         (calendar-only-one-frame-setup): Doc fix.  Just call
3712         calendar-one-frame-setup.
3714         * calendar/diary-lib.el: Re-order some definitions before their use.
3715         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3716         (diary-list-entries): Doc fixes.
3717         (make-fancy-diary-display): Remove function.
3719         * calendar/calendar.el (calendar-today-marker)
3720         (initial-calendar-window-hook, today-visible-calendar-hook)
3721         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3722         (calendar-star-date, calendar-mark-today): Doc fixes.
3723         (today-visible-calendar-hook): Add options.
3724         (calendar-in-read-only-buffer): New macro.
3725         (calendar-basic-setup): Adapt for change in calendar-read-date.
3726         Place holiday let inside if.
3727         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3728         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3729         (calendar-print-other-dates): Use one let rather than many.
3731         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3732         (calendar-print-other-dates):
3733         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3734         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3735         * calendar/holidays.el (calendar-list-holidays, list-holidays)
3736         (calendar-cursor-holidays):
3737         * calendar/lunar.el (calendar-phases-of-moon): Use
3738         calendar-in-read-only-buffer to replace previous code and disable undo.
3740 2008-03-16  Juri Linkov  <juri@jurta.org>
3742         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3743         and regexp-search-ring-yank-pointer for the HISTPOS argument of
3744         read-from-minibuffer to provide the correct initial minibuffer
3745         history position in isearch-edit-string when it is called from
3746         isearch-ring-adjust.
3748         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3749         to check if the current buffer is the minibuffer, and in this case
3750         call abort-recursive-edit to kill the minibuffer.  Doc fix.
3751         (kill-this-buffer-enabled-p): Allow this function to return non-nil
3752         when the current buffer is the minibuffer.
3754         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
3756 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
3758         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3759         Use non-nil PARENTS attribute of make-directory instead of
3760         explicitly checking existence the current cache directory.
3762 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
3764         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3765         M-x epa-file-select-keys.
3767 2008-03-16  Kenichi Handa  <handa@m17n.org>
3769         * international/mule.el (auto-coding-alist):
3770         Use no-conversion-multibyte for archive files.
3772 2008-03-16  Glenn Morris  <rgm@gnu.org>
3774         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3775         New functions.
3776         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3777         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3778         Use calendar-mark-1.
3779         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3780         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3781         Use calendar-mark-complex.
3782         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3783         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3784         Use calendar-mark-1.
3786         * calendar/calendar.el (calendar-mod): Remove.
3787         * calendar/cal-china.el (calendar-chinese-from-absolute)
3788         (calendar-chinese-date-string): Expand calendar-mod calls.
3789         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3790         Expand calendar-mod calls.
3792         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3793         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3794         (diary-bahai-insert-yearly-entry): Use let rather than let*.
3795         Move obsolete aliases after the functions that replaced them.
3797         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3798         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3799         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3800         Use let rather than let*.
3801         (calendar-hebrew-prompt-for-date): New function.
3802         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3803         (holiday-tisha-b-av-etc): Use unless, let.
3805         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3806         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3808         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3810         * calendar/calendar.el (calendar-for-loop): Add indent spec.
3812         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3813         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3814         than concat.
3815         (diary): Remove un-needed let.
3816         (view-other-diary-entries): Rename argument.
3817         (diary-list-entries-2): New function.
3818         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3819         (print-diary-entries): Use unless.
3820         (diary-mark-entries-1): Change argument order, make all but
3821         markfunc optional.  Handle the standard (Gregorian) case.
3822         Use match-string-no-properties.  Handle marks.
3823         (mark-diary-entries): Use diary-mark-entries-1.
3824         (diary-font-lock-keywords-1): New macro.
3825         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3827 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
3829         * icalendar.el (icalendar-version): Increase to 0.18.
3830         (icalendar-export-hidden-diary-entries): New variable.
3831         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3832         In case of error, insert full error-val.
3833         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
3834         Use calendar-day-of-week.  Return the day number.
3835         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3837 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
3839         * icalendar.el (icalendar-recurring-start-year): New variable.
3840         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3841         (icalendar-export-region): Ignore hidden diary entries.
3842         (icalendar--convert-ordinary-to-ical): Fix case where event
3843         spans across midnight boundary.
3844         (icalendar-first-weekday-of-year): New function.
3845         (icalendar--convert-weekly-to-ical): Allow user-selectable start
3846         year for recurring events (Mozilla calendars do not propagate
3847         recurring events forever, so year 2000 start date was not working).
3848         (icalendar--convert-yearly-to-ical): Remove extra spaces in
3849         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3851 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
3853         * net/tramp.el (tramp-root-regexp): New defconst.
3854         (tramp-completion-file-name-regexp-unified)
3855         (tramp-completion-file-name-regexp-separate)
3856         (tramp-completion-file-name-regexp-url): Use it.
3857         (tramp-do-copy-or-rename-file-via-buffer):
3858         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
3859         t for `insert-file-contents-literally'.
3860         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3861         Autoload it.
3862         (tramp-completion-file-name-handler-post-function): New defconst.
3863         (tramp-completion-file-name-handler): Use it.
3864         (tramp-maybe-open-connection): Update calls to
3865         `tramp-flush-connection-property' for removed 2nd argument.
3867 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3869         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3870         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3871         New functions.
3873 2008-03-15  Glenn Morris  <rgm@gnu.org>
3875         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3876         New functions.
3877         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3878         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3879         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3880         (diary-bahai-list-entries): Use diary-list-entries-1.
3881         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
3882         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3883         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3884         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3885         (list-hebrew-diary-entries): Use diary-list-entries-1.
3886         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
3887         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3888         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3889         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3890         (list-islamic-diary-entries): Use diary-list-entries-1.
3891         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
3893         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3895         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3897         * calendar/cal-china.el (number-chinese-months)
3898         (calendar-chinese-from-absolute): Use nth, caar.
3900         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3902         * calendar/cal-french.el (french-calendar-accents): Doc fix.
3904         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3905         (calendar-hebrew-month-name-array-leap-year)
3906         (hebrew-calendar-parashiot-names): Make constants.
3907         (diary-parasha): Move definition after constants it uses.
3909         * calendar/cal-html.el (cal-html-insert-link-yearpage)
3910         (cal-html-htmlify-list): Doc fix.
3911         (cal-html-htmlify-entry): Use nth.
3913         * calendar/cal-islam.el (calendar-islamic-month-name-array)
3914         (calendar-islamic-epoch): Make constants.
3915         (calendar-islamic-epoch): Doc fix.
3917         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3919         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3920         (cal-tex-month-name): Doc fix.
3921         (cal-tex-last-blank-p): Use zerop.
3923         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3924         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3925         (calendar-cursor-to-date): Doc fix.
3926         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3927         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3928         (calendar-day-number): Use when.
3929         (generate-calendar-month): Use dotimes.
3930         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3931         (calendar-set-mark): Reverse conditional.
3932         (calendar-make-alist): Move definition before use.
3934         * calendar/diary-lib.el (diary-face-attrs)
3935         (diary-glob-file-regexp-prefix, diary-selective-display)
3936         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3937         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3938         (diary-anniversary, diary-cyclic)
3939         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3940         (diary-header-line-format): Change wording.
3941         (diary-list-entries): Set `date-start' in let.
3942         (include-other-diary-files, mark-included-diary-files): Use format.
3943         (simple-diary-display, fancy-diary-display): Use cadr, unless.
3944         (mark-diary-entries): Use 1+.
3945         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3946         (mark-calendar-month): Use dotimes.
3948         * calendar/holidays.el (displayed-month, displayed-year):
3949         Move declarations where needed.
3950         (calendar-list-holidays): Doc fix.
3952         * calendar/parse-time.el (parse-time-string): Simplify.
3954         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3955         Make constants.
3956         (solar-sunrise-sunset): Rename some local variables for clarity.
3957         (sunrise-sunset): Use zerop.
3958         (solar-mean-equinoxes/solstices): Doc fix.
3960         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3961         Use nth.
3962         (timeclock-completing-read, timeclock-generate-report): Use zerop.
3963         (timeclock-mean, timeclock-generate-report): Use dolist.
3965         * calendar/todo-mode.el (todo-add-category): Simplify.
3966         (todo-more-important-p, todo-delete-item, todo-file-item):
3967         Use unless, when.
3968         (todo-top-priorities): Use zerop.
3970 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
3972         * buff-menu.el (list-buffers-noselect): Display buffer name in
3973         tooltip instead of mouse binding when it doesn't fit in the list.
3975 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3977         * faces.el (xw-defined-colors):
3978         * simple.el (widget-convert, shell-mode): Declare as functions
3979         instead of autoloading.
3981         * abbrev.el:
3982         * button.el:
3983         * cus-face.el:
3984         * ediff-hook.el:
3985         * emacs-lisp/backquote.el:
3986         * emacs-lisp/timer.el:
3987         * facemenu.el:
3988         * faces.el:
3989         * menu-bar.el:
3990         * simple.el:
3991         * subr.el:
3992         * textmodes/fill.el:
3993         * textmodes/paragraphs.el: Remove autoloads, redundant when the
3994         files are preloaded.
3996 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * desktop.el (desktop-create-buffer): Don't catch errors if
3999         debug-on-error is set.
4001 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
4003         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4004         ($(lisp)/calendar/diary-loaddefs.el)
4005         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4006         (LOADDEFS): New macro.
4007         (autoloads): Depend on $(LOADDEFS).
4009 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4011         * font-lock.el (featurep): Remove test, not useful anymore.
4012         (facemenu-keymap): Move key binding ...
4013         * facemenu.el (facemenu-keymap): ... here.
4015         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
4016         for each file in the list.
4017         (vc-bzr-log-view-mode): Recognize the file marker.
4019         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4020         for checkdoc and profiling.
4022 2008-03-14  Bastien Guerry  <bzg@altern.org>
4024         * textmodes/flyspell.el (nxml-mode): Add the right
4025         `flyspell-mode-predicate'.
4027         * wid-edit.el (link): Use 'mouse-face for :follow-link.
4029 2008-03-14  Glenn Morris  <rgm@gnu.org>
4031         * calendar/solar.el: Reorder so that functions are defined before use.
4032         (displayed-month, displayed-year): Move declarations where needed.
4033         (solar-get-number): Move definition before use.  Use unless.
4034         (solar-equatorial-coordinates): Simplify.
4035         (solar-sunrise-and-sunset): Use let rather than let*.
4036         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4038         * startup.el (command-line-1): Rename -internal-script back to
4039         -scriptload (reverts previous change).
4041         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4042         (calendar-bahai-leap-base): Add doc strings.
4043         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4044         Move definition before use.
4045         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4046         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4047         variables outside the loop.  Use dolist.
4048         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4050         * calendar/cal-china.el: Re-order so that functions are defined before
4051         use.
4052         (displayed-month, displayed-year): Move declarations where needed.
4053         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4054         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4055         Add doc strings.
4056         (chinese-year-cache): Recenter on 2010.  Doc fix.
4057         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4058         Doc fix.  Simplify.
4059         (chinese-year-cache-init): New function.
4060         (compute-chinese-year, holiday-chinese-new-year)
4061         (calendar-chinese-date-string, calendar-goto-chinese-date)
4062         (make-chinese-month-assoc-list): Use cadr, nth.
4063         (chinese-months): Remove un-needed let.
4065         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4066         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4067         (coptic-prompt-for-date): Move definition before use.
4069         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4070         (calendar-dst-find-data, calendar-daylight-time-offset)
4071         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4072         (calendar-daylight-savings-starts-time)
4073         (calendar-daylight-savings-ends-time): Use cadr, nth.
4075         * calendar/cal-french.el (french-calendar-epoch)
4076         (calendar-goto-french-date): Doc fix.
4077         (french-calendar-month-name-array)
4078         (french-calendar-multibyte-month-name-array)
4079         (french-calendar-day-name-array, french-calendar-special-days-array):
4080         Add doc strings.
4082         * calendar/cal-hebrew.el (displayed-month, displayed-year)
4083         (original-date): Move declarations where needed.
4084         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4085         Doc fix.
4086         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4087         constant variables outside the loop.  Use dolist.
4089         * calendar/cal-islam.el (displayed-month, displayed-year)
4090         (original-date): Move declarations where needed.
4091         (islamic-calendar-day-number): Remove unused local variable `day'.
4092         (calendar-goto-islamic-date): Doc fix.
4093         (holiday-islamic): Use unless.
4094         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4095         constant variables outside the loop.  Use dolist.
4096         (mark-islamic-calendar-date-pattern): Move definition before use.
4097         Use unless.
4098         (mark-islamic-diary-entries): Doc fix.
4099         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4100         (insert-yearly-islamic-diary-entry): Use let rather than let*.
4102         * calendar/cal-julian.el (calendar-absolute-from-julian):
4103         Move definition before use.  Remove un-needed local `day'.
4104         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4106         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4107         (calendar-mayan-tzolkin-names-array): Add doc strings.
4108         (calendar-mayan-long-count-from-absolute): Use a single let.
4109         (calendar-string-to-mayan-long-count): Simplify.
4110         (calendar-next-haab-date, calendar-previous-haab-date)
4111         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4112         (calendar-previous-calendar-round-date)
4113         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4114         Doc fix.
4115         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4116         (calendar-mayan-date-string, calendar-print-mayan-date)
4117         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4118         (calendar-mayan-long-count-common-era): Move definitions before use.
4120         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4121         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4122         Doc fix.
4123         (calendar-mouse-goto-date): Move definition before use.
4125         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4126         Move definition before use.
4127         (calendar-cursor-to-visible-date): Move definition before use.
4128         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
4129         and place inside the conditional.
4130         (calendar-forward-day): Simplify.
4131         (calendar-end-of-month): Use unless.
4132         (calendar-goto-day-of-year): Doc fix.
4133         Relocate obsolete aliases after their replacements.
4135         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4137         * calendar/diary-lib.el (mark-diary-entries): Move some constant
4138         variables outside the diary-date-forms loop.
4140         * calendar/calendar.el (diary-file): Doc fix.
4141         (calendar-buffer-list): Return buffers rather than strings (fixes
4142         previous change).
4143         (hebrew-holidays-4): Fix typo.
4145         * calendar/holidays.el (displayed-month, displayed-year):
4146         Move declarations where needed.
4147         (calendar-holiday-list, calendar-list-holidays)
4148         (holiday-filter-visible-calendar): Move definitions before use.
4149         (list-holidays): Use cadr.
4150         Relocate obsolete aliases after their replacements.
4152         * calendar/lunar.el (date, displayed-month, displayed-year):
4153         Move declarations where needed.
4154         (lunar-phase-list): Move definition after functions it uses.
4155         (calendar-phases-of-moon, diary-phases-of-moon)
4156         (lunar-new-moon-on-or-after): Use cadr, nth.
4157         (lunar-new-moon-on-or-after): Doc fix.
4159         * textmodes/org-irc.el (top-level): CL not required when compiling.
4160         (org-irc-visit-erc): Replace runtime CL functions.
4162         * textmodes/org-publish.el (declare-function): Add compatibility stub.
4163         (org-publish-delete-dups): Declare as function.
4165 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4167         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4168         (vc-bzr-show-log-entry): Make regexp match more cases.
4169         (vc-diff-switches-list): Remove autoload, not needed.
4171 2008-03-14  Juri Linkov  <juri@jurta.org>
4173         * isearch.el (isearch-edit-string): Remove one call to
4174         `isearch-push-state' not to push an inconsistent state,
4175         but keep another correct call to `isearch-push-state'.
4176         (isearch-ring-adjust): Call `isearch-push-state' only when
4177         `search-ring-update' is non-nil since `isearch-edit-string'
4178         already pushes its state.
4179         (isearch-message): Improve matching the failed part by checking
4180         if the original message starts with the last successful message.
4182         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4183         (dired-perm-write): Rename from `dired-warn-writable'.
4184         Change parent face from `font-lock-warning-face' to
4185         `font-lock-comment-delimiter-face'.
4186         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4187         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4188         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4189         with `dired-perm-write-face'.
4191 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
4193         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4194         Create cache dir only if it doesn't already exist.
4196 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4198         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4199         of \ and '.
4201 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
4203         * net/browse-url.el (browse-url-text-xterm):
4204         Unquote browse-url-text-browser.
4206 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4208         * textmodes/org-mouse.el: Version number change.
4210         * textmodes/org-publish.el (org-publish-expand-components):
4211         Remove null projects from the list of components.
4212         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4213         Remove unused retrieval of the :publishing-directory property.
4214         (org-publish-file): Bugfix: when using a relative directory as the
4215         publishing directory, convert it to a directory filename.
4216         (org-publish-project): New alias.
4217         (org-publish-get-files): Protect against empty p.
4218         (org-publish-file): Send an error when file is not part of any project.
4219         (org-publish-file): Offer to refresh the list of files in known
4220         project when the current file is not part of any project.
4221         (org-publish-before-export-hook)
4222         (org-publish-after-export-hook): New hooks.
4223         (org-publish-org-to): Use new hooks and kill buffers.
4224         (org-publish-file): Remove the code for killing buffers.
4225         (org-publish-initialize-files-alist): Use interactive.
4226         (org-publish-file): If the publishing function creates a new
4227         buffer, kill it after publishing.
4228         (org-publish-timestamp-filename): Protect ":" in file name path
4229         under windows.
4231         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4232         change that killed the LaTeX buffer.
4234         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4235         in the decision tree.
4236         (org-select-remember-template): Clean the code.
4237         (org-prepare-dblock): Add the extra :content parameter.
4238         (org-write-agenda): New output type ".ics" files.
4239         (org-write-agenda): Call `org-icalendar-verify-function', both for
4240         time stamps and for TODO entries.
4241         (org-agenda-collect-markers, org-create-marker-find-array)
4242         (org-check-agenda-marker-table): New functions.
4243         (org-agenda-marker-table): New variable.
4244         (org-export-as-html): Revert the change that killed the html
4245         buffer.  Side effects first need to be studied carefully.
4246         (org-get-tags-at): Fix the structure of the condition-case statement.
4247         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4248         (org-timestamp-change): Fix regulear expressions to swallow the
4249         extra character for repeat-shift control.
4250         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4251         (org-get-legal-level): Alias to `org-get-valid-level'.
4252         (org-dblock-write:clocktable): Add a :link parameter, linking
4253         headlines to their location in the Org agenda files.
4254         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4255         throwing an error when getting tags before headlines.
4256         (org-timestamp-change, org-modify-ts-extra)
4257         (org-ts-regexp1): Fix timestamp editing.
4258         (org-agenda-custom-commands-local-options): New constant.
4259         (org-agenda-custom-commands):
4260         Use `org-agenda-custom-commands-local-options' to improve customize
4261         type.  "htmlize": Removed hack to fix face problem with htmlize,
4262         it no longer seem necessary.
4263         (org-follow-link-hook): New hook.
4264         (org-agenda-custom-commands): Add "Component" as a tag for each
4265         item in a command serie.
4266         (org-open-at-point): Run `org-follow-link-hook'.
4267         (org-agenda-schedule): Bugfix: don't display marker type when it
4268         is nil.
4269         (org-store-link): org-irc required.
4270         (org-set-regexps-and-options): Parse the new logging options.
4271         (org-extract-log-state-settings): New function.
4272         (org-todo): Handle the new ways of recording state change stuff.
4273         (org-local-logging): New function.
4274         (org-columns-open-link): Fix bug with opening link in column view.
4275         (org-local-logging): New function
4276         (org-todo): Make sure that LOGGING properties are honoured.
4277         (org-todo-keywords): Improve docstring.
4278         (org-startup-options): Cleanup startup options.
4279         (org-set-regexps-and-options): Process the "!" markers.
4280         (org-todo): Respect the new logging stuff.
4281         (org-log-note-how): New variable.
4282         (org-add-log-maybe): New parameter HOW that defines how logging
4283         should be done and also overrides PURPOSE.  Add a docstring.
4284         (org-add-log-note): Check if we really need to ask for a note.
4285         (org-get-current-options): Digest the new keyword.
4286         (org-agenda-reset-markers): Rename from
4287         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
4288         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4289         function, without force argument.
4290         (org-buffer-property-keys): Bind local variables s and p.
4291         (org-make-tags-matcher): Allow "" to match an empty or
4292         non-existent property value.
4293         (org-export-as-html): Join unsorted lists when they directly
4294         follow each other.  Such lists may be created by headlines that
4295         are converted to lists.
4296         (org-nofm-to-completion): New function.
4297         (org-export-as-html): Use :html-extension instead of
4298         org-export-html-extension.
4299         (org-store-link): Support for links from `rmail-summary-mode'.
4300         (org-columns-new, org-complete, org-set-property): Set the
4301         `include-columns' argument in the call to
4302         `org-buffer-property-keys'.
4303         (org-buffer-property-keys): New argument `include-columns', to
4304         include properties expected by any of the COLUMS formats in the
4305         current buffer.
4306         (org-cleaned-string-for-export): Get rid of drawers first, so that
4307         they will be removed also in the text before the first headline.
4308         (org-clock-report): Show the clocktable when found.
4309         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4310         (org-version): With prefix argument, insert `org-version' at point.
4311         (org-agenda-goto): Recenter the window after finding the target
4312         location, to make sure the correct position will be displayed.
4313         (org-agenda-get-deadlines): Don't scale priority with the warning
4314         period.
4315         (org-insert-heading): Don't break line in the middle of the line.
4316         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4317         be 0.
4318         (org-update-checkbox-count): Revamp to deal with hierarchical
4319         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
4320         (org-remove-timestamp-with-keyword): New function.
4321         (org-schedule, org-deadline):
4322         Use `org-remove-timestamp-with-keyword' to make sure all such time
4323         stamps are removed.
4324         (org-mode): Support for `align'.
4325         (org-agenda-get-deadlines): Make sure priorities increase as the
4326         due date approaches and is passed.
4327         (org-remember-apply-template): Fix problem with tags that
4328         contain "_" or "@".
4329         (org-make-link-regexps): Improve the regular expression for plain links.
4330         (org-agenda-get-closed): List each clocking entry.
4331         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4332         (org-special-ctrl-k): New option.
4333         (org-kill-line): New function.
4334         (org-archive-all-done): Fix incorrect number of stars in regexp.
4335         (org-refile-get-location): New function.
4336         (org-refile-goto-last-stored): New function.
4337         (org-global-tags-completion-table): Add the value of org-tag-alist
4338         in each buffer, to make sure that also unused tags will be
4339         available for completion.
4340         (org-columns-edit-value)
4341         (org-columns-next-allowed-value): Only update if not in agenda.
4342         (org-clocktable-steps): New function.
4343         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4344         (org-archive-subtree): Add the outline tree context as a property.
4345         (org-closest-date): New optional argument `prefer'.
4346         (org-goto-auto-isearch): New option.
4347         (org-goto-map, org-get-location): Implement auto-isearch.
4348         (org-goto-local-auto-isearch-map): New variable.
4349         (org-goto-local-search-forward-headings)
4350         (org-goto-local-auto-isearch): New functions.
4352 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
4354         * textmodes/org-irc.el: New file.
4356 2008-03-13  John Wiegley  <johnw@gnu.org>
4358         * textmodes/org-mac-message.el: New file.
4360 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
4362         * font-lock.el (font-lock-comment-face): Set the foreground for
4363         the light background 8 colors case.
4365 2008-03-13  Glenn Morris  <rgm@gnu.org>
4367         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4368         generate-autoload-cookie patterns.
4370         * startup.el (command-line-1): Rename -scriptload to -internal-script.
4372         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4373         (MH_E_SRC): Remove variable.
4374         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4375         Simplify file header.  Use $@ for generated-autoload-file.
4377         * Makefile.in (LOADDEFS): New variable.
4378         (AUTOGENEL): Use $LOADDEFS.
4379         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4380         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4381         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4382         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4383         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4384         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4385         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4386         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4387         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4388         Add calendar-specific autoload cookies, and remove any setting of
4389         generated-autoload-file.
4390         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4391         * calendar/diary-lib.el: Replace explicit autoloads with reading of
4392         diary-loaddefs.
4393         * calendar/holidays.el: Replace explicit autoloads with reading of
4394         hol-loaddefs.
4396         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4397         (calendar-buffer-list): Simplify.
4398         (generate-calendar-window): Use calendar-mark-holidays rather than
4399         obsolete alias.
4401         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4402         Use cal-hebrew-yahrzeit-buffer.
4404         * calendar/cal-x.el (calendar-only-one-frame-setup)
4405         (calendar-two-frame-setup): Doc fixes.
4406         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4408         * calendar/appt.el (appt-mode-string): Mark as risky.
4409         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4411         * calendar/cal-html.el (diary-list-entries):
4412         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4413         (calendar-iso-from-absolute): Fix autoloads.
4415         * calendar/cal-iso.el (calendar-absolute-from-iso)
4416         (calendar-iso-read-args): Simplify.
4417         (calendar-iso-date-string, calendar-iso-read-args)
4418         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4420         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4421         (displayed-month, displayed-year): Move declarations where needed.
4422         (calendar-print-astro-day-number): Doc fix.
4424         * calendar/cal-persia.el (persian-calendar-month-name-array)
4425         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4426         (persian-prompt-for-date): Remove local variable `today'.
4428         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4430         * calendar/solar.el (solar-moment, solar-exact-local-noon)
4431         (solar-sunrise-sunset, solar-sunrise-sunset-string)
4432         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4433         (diary-sabbath-candles, solar-equinoxes/solstices)
4434         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4435         (solar-time-equation, solar-date-to-et): Simplify.
4437         * mail/supercite.el: Remove the `function' in `(function (lambda'.
4438         Replace `(car (cdr' with cadr'.
4440         * progmodes/f90.el (f90-font-lock-n): New function.
4441         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4442         Use f90-font-lock-n.
4443         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4445         * progmodes/f90.el (f90-mode-abbrev-table):
4446         * progmodes/fortran.el (fortran-mode-abbrev-table):
4447         Use newer form of define-abbrev, where supported.  No need to bind
4448         abbrevs-changed for system abbrevs.
4450 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4452         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4453         delete-frame-functions.
4455         * bookmark.el (Info-current-node): Remove.
4457 2008-03-12  Juri Linkov  <juri@jurta.org>
4459         * help.el (describe-project): Remove defaliases for view-todo and
4460         describe-project that are now unnecessary after the merge from
4461         emacs--rel--22 that added define-obsolete-function-alias.
4463         * startup.el (inhibit-startup-screen): Revert incomplete
4464         2008-03-10 merge from emacs--rel--22 that partly reverted
4465         2008-02-28 change that added initial message to *scratch* buffer
4466         regardless of the value of `inhibit-startup-screen'.
4467         Now keep this change in the trunk, but not in the 22 branch.
4469 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * international/quail.el (quail-setup-completion-buf, quail-help):
4472         * mail/binhex.el (binhex-decode-region-internal):
4473         * mail/uudecode.el (uudecode-decode-region-internal):
4474         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4475         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4476         setting default-enable-multibyte-characters.
4478         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4480         * comint.el: Fix up indentation and comment style.  Remove `function'.
4482         * international/mule-cmds.el (reset-language-environment)
4483         (set-language-environment-nonascii-translation):
4484         Don't set-unibyte-charset.
4486         * doc-view.el: Remove all cb-args, use closures instead.
4487         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4488         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4489         doing an incorrect check).  Update all callers to use the new name.
4490         (doc-view-doc->txt): Add missing `txt' argument.
4492 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4494         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4495         md5 sum calculation to single-byte.
4497 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4499         * doc-view.el (doc-view-new-window-function): Add assertion.
4500         (doc-view-doc-type): New var.
4501         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4502         (doc-view-intersection): New fun.
4503         (doc-view-mode): Use it to set the new var.
4505 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4507         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4508         (doc-view-already-converted-p): New functions.
4509         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4510         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4511         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4512         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4513         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4514         (doc-view-convert-current-doc): Don't hardwire the functions the
4515         sentinels call.  Now they're provided by two args CALLBACK and
4516         CB-ARGS to the functions.
4517         (doc-view-search): Use doc-view-doc->txt.
4518         (doc-view-initiate-display): Use doc-view-already-converted-p.
4519         Mention new binding C-c C-t if doc-view-mode doesn't work.
4521 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4523         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4525 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4528         Mark " outside of tags as punctuation.
4530 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4532         * menu-bar.el (minibuffer-local-map): Use the same command for the
4533         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4534         Prefer RET over C-j for exit-minibuffer.
4536         * files.el (display-buffer-other-frame): Eliminate problematic code.
4538         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4539         (menu-bar-select-buffer): Remove.
4540         (menu-bar-select-frame): Make non-interactive and take a frame arg.
4541         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4543 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
4545         * icomplete.el (icomplete-completions): Remove obsolete code.
4547         * net/net-utils.el (iwconfig-program-options): Doc fix.
4548         (net-utils-run-program, run-network-program): Define as functions.
4550 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4552         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4554 2008-03-11  Glenn Morris  <rgm@gnu.org>
4556         * faces.el (mode-line-emphasis): New face.
4557         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4559         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4561 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
4563         * simple.el (set-mark-command): Doc fix.
4565 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4569         * emacs-lisp/autoload.el (autoload-find-destination):
4570         Don't force raw-text.
4572         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4573         * calendar/cal-loaddefs.el: Don't version control.
4575 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4577         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4578         entries and add :help to the existing ones.
4580 2008-03-10  Glenn Morris  <rgm@gnu.org>
4582         * calendar/cal-hebrew.el (date, entry, number): Move declarations
4583         to where they are needed.
4585         * calendar/calendar.el (diary-file, hebrew-holidays-1)
4586         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4587         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4588         (calendar-version): Doc fixes.
4589         (calendar-absolute-from-gregorian): Use zerop.
4590         (calendar-mode-line-format): Make it a defcustom.
4592         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4593         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4594         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4595         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4596         (mark-included-diary-files, mark-calendar-days-named)
4597         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4598         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4599         (insert-monthly-diary-entry, insert-yearly-diary-entry)
4600         (insert-anniversary-diary-entry, insert-block-diary-entry)
4601         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4602         (diary-font-lock-sexps): Doc fixes.
4603         (diary-remind-message, mark-calendar-month): Use zerop.
4604         (diary-attrtype-convert, diary-pull-attrs): Simplify.
4605         (diary-list-entries): Revert let to let* (previous change).
4607         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4609 2008-03-10  Kim F. Storm  <storm@cua.dk>
4611         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4612         function aliases for the old names.
4614 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
4616         * iswitchb.el (iswitchb-use-faces): Doc fix.
4617         (iswitchb-buffer-ignore, iswitchb-read-buffer):
4618         Fix typos in docstrings.
4620 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4622         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4623         Fix typo.
4624         (verilog-type-font-keywords): Reindent.
4626 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
4628         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4629         grouping-keyword regular expression.
4630         (verilog-font-lock-keywords): Allow users to toggle special
4631         highlight of grouping-keywords.
4632         (verilog-highlight-grouping-keywords): The toggle for special
4633         highlighting of grouping keywords.
4635 2008-03-10  Juri Linkov  <juri@jurta.org>
4637         * startup.el: Revert 2008-02-28 change that adds initial message
4638         to *scratch* buffer regardless of the value of
4639         `inhibit-startup-screen'.
4641 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4643         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4644         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4645         * progmodes/verilog-mode.el (verilog-mode):
4646         * net/socks.el (socks):
4647         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4649 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4652         (doc-view-bookmark-make-record): Use them.
4653         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
4654         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4656         * bookmark.el (bookmark-make-record-function): Change expected return
4657         value to include a suggested bookmark name.
4658         (bookmark-make): Split into bookmark-make-record and bookmark-store.
4659         Fix reversed `overwrite' semantics.
4660         (bookmark-set): Call bookmark-make-record before prompting the user.
4661         Then pass the result to bookmark-store later on.
4662         (bookmark-make-name-function): Remove.
4663         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4664         * info.el (bookmark-make-name-function): Remove.
4665         (Info-mode): Don't set it.
4666         (Info-bookmark-make-name): Remove.
4667         (Info-bookmark-make-record): Use Info-current-node as suggested default
4668         bookmark name.
4670         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4671         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4672         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4673         (bookmark-annotation-buffer, bookmark-annotation-file)
4674         (bookmark-annotation-point, bookmark-send-annotation)
4675         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4676         (bookmark-edit-annotation-text-func): Rename from
4677         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
4678         (bookmark-edit-annotation-mode-map): Move initialization into
4679         declaration.
4681         * bookmark.el: Remove spurious * in docstrings.
4682         (bookmark-minibuffer-read-name-map): New var.
4683         (bookmark-set): Use it.  Also pass the default value as it should.
4684         (bookmark-send-edited-annotation): Take no chances with text properties.
4685         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4686         (bookmark-insert-buffer-name): Remove.
4687         (bookmark-buffer-file-name): Signal an error rather than returning nil.
4689 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
4691         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4693 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
4695         * diff-mode.el (diff-mode-menu): Add :help.
4697 2008-03-09  Glenn Morris  <rgm@gnu.org>
4699         * calendar/calendar.el (general-holidays, oriental-holidays)
4700         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4701         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4702         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4703         (calendar-holidays): Restore autoload cookies, because people are
4704         used to using these variables without loading calendar.el.
4706         * calendar/cal-islam.el (diary-islamic-date): Move to end.
4707         (date, number): Declare where needed.
4709         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4710         (list-sexp-diary-entries): Doc fixes.
4711         (diary-list-entries): Doc fix.  Remove free variable `entry'.
4712         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
4713         Simplify setting of `date-holiday-list'.
4714         (mark-diary-entries): Remove free variable `entry'.
4715         (diary-list-entries, include-other-diary-files, fancy-diary-display):
4716         Use let where let* is not needed.
4718 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4721         make-record function, instead paste it in afterwards.
4722         (bookmark-make-record-for-text-file):
4723         * doc-view.el (doc-view-bookmark-make-record):
4724         * info.el (Info-bookmark-make-record): Don't mess with annotations.
4726 2008-03-08  Glenn Morris  <rgm@gnu.org>
4728         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4730 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * calendar/diary-lib.el (diary-list-entries)
4733         (include-other-diary-files, mark-diary-entries)
4734         (mark-sexp-diary-entries, mark-included-diary-files)
4735         (diary-entry-time, list-sexp-diary-entries): Remove the special
4736         handling of ^M that dates back to the use of selective-display.
4737         (simple-diary-display): Obey setting of pop-up-frames.
4738         (body, entry): Remove unnecessary declarations.
4740         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4741         (bookmark-get-annotation, bookmark-set-annotation)
4742         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4743         (bookmark-set-position, bookmark-get-front-context-string)
4744         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4745         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4746         * info.el (Info-bookmark-make-record): Don't bother recording point.
4747         (bookmark-get-filename, bookmark-get-front-context-string)
4748         (bookmark-get-rear-context-string, bookmark-get-position):
4749         Don't declare any more.
4750         (bookmark-get-info-node): Remove.
4751         (bookmark-prop-get): Declare.
4752         (Info-bookmark-jump): Use it.
4754 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
4756         * subr.el (while-no-input): Don't splice BODY directly into the
4757         `or' form.
4759 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
4761         * diff-mode.el (diff-ignore-whitespace-hunk):
4762         Bind inhibit-read-only before trying to change the buffer.
4764 2008-03-08  Glenn Morris  <rgm@gnu.org>
4766         * calendar/appt.el (appt): Move custom group here from calendar.el.
4767         (appt-disp-window, appt-convert-time): Doc fixes.
4769         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4770         (calendar-bahai-mark-date-pattern):
4771         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4772         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4773         * calendar/cal-julian.el (calendar-absolute-from-julian):
4774         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4776         * calendar/cal-china.el (chinese-calendar): Move custom group here from
4777         calendar.el.
4778         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4779         Make constants.
4780         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4781         (chinese-calendar-daylight-savings-starts)
4782         (chinese-calendar-daylight-savings-ends)
4783         (chinese-calendar-daylight-savings-starts-time)
4784         (chinese-calendar-daylight-savings-ends-time)
4785         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4786         Doc fixes.
4788         * calendar/cal-coptic.el (coptic-name): Add doc string.
4790         * calendar/cal-french.el (french-calendar-month-name-array)
4791         (french-calendar-day-name-array, french-calendar-special-days-array):
4792         Add doc strings.
4794         * calendar/cal-bahai.el (diary-bahai-mark-entries)
4795         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4796         (diary-bahai-insert-yearly-entry):
4797         * calendar/cal-dst.el (calendar-next-time-zone-transition)
4798         (calendar-time-zone):
4799         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4800         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4801         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4802         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4803         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4804         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4805         (list-islamic-diary-entries, mark-islamic-diary-entries)
4806         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4807         (insert-yearly-islamic-diary-entry):
4808         * calendar/cal-iso.el (calendar-iso-read-args):
4809         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4810         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4811         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4812         (calendar-next-calendar-round-date)
4813         (calendar-mayan-long-count-common-era):
4814         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4815         (cal-menu-x-popup-menu, calendar-mouse-holidays)
4816         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4817         (calendar-mouse-goto-date):
4818         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4819         * calendar/holidays.el (holidays):
4820         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4821         * calendar/time-date.el (date-to-time, time-subtract, time-add)
4822         (safe-date-to-time): Doc fixes.
4824         * calendar/cal-persia.el (persian-calendar-month-name-array)
4825         (persian-calendar-epoch): Make constants.
4827         * calendar/cal-tex.el (calendar-tex): Move custom group here from
4828         calendar.el.
4830         * calendar/cal-x.el (diary-frame-parameters)
4831         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4832         (calendar-after-frame-setup-hooks): Make defcustoms.
4833         (calendar-one-frame-setup, calendar-only-one-frame-setup)
4834         (calendar-two-frame-setup): Doc fix.
4836         * calendar/cal-loaddefs.el: New file.
4838         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4839         * calendar/cal-french.el, calendar/cal-html.el:
4840         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4841         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4842         * calendar/cal-tex.el, calendar/cal-x.el:
4843         Unquote lambda functions.  Add autoload cookies to functions formerly
4844         autoloaded in calendar.el.  Set `generated-autoload-file' to
4845         "cal-loaddefs.el".
4847         * calendar/calendar.el: Move many autoloads to separate file,
4848         cal-loaddefs.el.  Move defcustoms to start and re-order.
4849         (calendar-month-name-array, calendar-starred-day): No need to
4850         declare for compiler.
4851         (cal-loaddefs): Require it.
4852         (appt, chinese-calendar, calendar-tex): Move custom groups to the
4853         appropriate file.
4854         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4855         Reverse logic.
4856         (diary-face, diary-file-name-prefix-function, diary-include-string)
4857         (diary-glob-file-regexp-prefix, diary-face-attrs)
4858         (diary-file-name-prefix, sexp-diary-entry-symbol)
4859         (print-diary-entries-hook, list-diary-entries-hook)
4860         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4861         (nongregorian-diary-marking-hook, diary-list-include-blanks):
4862         Move to diary-lib.
4863         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4864         (all-bahai-calendar-holidays): Doc fix.
4865         (calendar-insert-indented): Doc fix.  Use when rather than if.
4866         (exit-calendar): Use mapc rather than mapcar.
4867         (calendar-cursor-to-date): Use zerop.
4868         (calendar-mark-ring): Add doc-string.
4869         (calendar-starred-day): Defvar it.
4870         (calendar-mode): Make calendar-starred-day local.
4871         (calendar-star-date): No need to make calendar-starred-day local.
4873         * calendar/diary-lib.el: Move defcustoms to start.
4874         (diary-include-string, diary-list-include-blanks)
4875         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4876         (diary-file-name-prefix, diary-file-name-prefix-function)
4877         (sexp-diary-entry-symbol, list-diary-entries-hook)
4878         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4879         (nongregorian-diary-marking-hook, print-diary-entries-hook):
4880         Move here from calendar.el.
4881         (diary-file-name-prefix-function): Use 'identity.
4882         (diary-face): Make it a defcustom, and mark as obsolete.
4883         (top-level): No need to require cal-hebrew, cal-islam when compiling.
4884         (calendar-hebrew-month-name-array-leap-year)
4885         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4886         Define for compiler.
4887         (diary-font-lock-keywords): Use format rather than concat.
4888         Add bahai-diary-entry-symbol.
4890         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4891         * calendar/solar.el: Unquote lambda functions.
4893         * calendar/solar.el (calendar-location-name, calendar-latitude)
4894         (calendar-longitude, solar-setup, solar-sin-degrees)
4895         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4896         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4897         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4898         (solar-exact-local-noon, solar-julian-ut-centuries)
4899         (solar-ephemeris-time, solar-date-next-longitude)
4900         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4901         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4902         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4903         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4904         Doc fixes.
4905         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4906         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4907         (solar-ecliptic-coordinates): Use unless.
4908         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4909         Use or.
4911         * calendar/timeclock.el: Add doc-strings to all functions.
4912         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4913         (timeclock-entry-list-length, timeclock-entry-list-projects)
4914         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4916         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4918         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4919         (org-get-entries-from-diary): Require diary-lib.
4921 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
4923         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4924         Pacify byte-compiler.
4926 2008-03-07  Alan Mackenzie  <acm@muc.de>
4928         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4929         paren/bracket pairs parsed, to solve performance problem.
4931 2008-03-07  Bastien Guerry  <bzg@altern.org>
4933         * bookmark.el (bookmark-set): Don't check for
4934         `bookmark-make-name-function' since `bookmark-buffer-file-name'
4935         already takes care of this.
4936         (bookmark-buffer-name, bookmark-buffer-file-name):
4937         Remove Info-mode specific code.
4939         * info.el (bookmark-get-info-node): Define this function in
4940         info.el, not in bookmark.el.
4941         (Info-mode): Set `bookmark-make-name-function' to
4942         `Info-bookmark-make-name' locally.
4943         (Info-bookmark-make-name): New function.
4945         * bookmark.el (bookmark-make-name-function): New variable.
4947 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4949         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4950         buffer-local, not `bookmark-make-cell-function' (the old name).
4952 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
4954         * doc-view.el (doc-view-bookmark-make-record):
4955         * image-mode.el (image-bookmark-make-record):
4956         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4958 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
4960         * vc.el (vc-status-menu-map-filter): Return orig-binding if
4961         boundp 'vc-ignore-menu-filter.
4962         (vc-status-tool-bar-map): Make it defvar.
4963         (vc-status-mode): vc-status-tool-bar-map now variable.
4964         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4966 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4968         Give a better name to part of the bookmark interface.
4970         This was originally a much larger change, but halfway through I
4971         updated and discovered that Stefan Monnier had done the rest.
4972         It looks like he anticipated the new name too, because he used
4973         `the-record' instead of `the-cell' for some internal variable names.
4975         * bookmark.el (bookmark-make-record-function): Was
4976         `bookmark-make-cell-function'.
4977         (bookmark-make, bookmark-send-annotation): Update for above.
4978         (bookmark-make-record-for-text-file):
4979         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4981         * info.el: Adjust accordingly.
4982         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4984         * image-mode.el: Adjust accordingly.
4985         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4987         * doc-view.el: Adjust accordingly.
4988         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4990 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4993         Move initialization into declaration.
4994         (bookmark-get-info-node, bookmark-set-info-node): Remove.
4995         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4996         (bookmark-info-current-node): Remove.
4997         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4998         Add relocation fallback.  Set bookmark-current-bookmark.
4999         (bookmark-default-handler): Rename from bookmark-jump-noselect.
5000         Remove relocation fallback.  Don't set bookmark-current-bookmark.
5001         (bookmark-set): Let it be used even if there's no buffer-file-name
5002         as long as there is a bookmark-make-cell-function.
5003         * info.el (Info-bookmark-jump): Remove relocation fallback.
5004         Don't set bookmark-current-bookmark.
5006 2008-03-07  Glenn Morris  <rgm@gnu.org>
5008         * calendar/appt.el (appt-issue-message)
5009         (appt-message-warning-time, appt-audible, appt-visible)
5010         (appt-msg-window, appt-display-mode-line, appt-display-duration)
5011         (appt-display-diary): Remove autoload cookies.
5013         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5014         Remove leading `*' from defcustom doc-strings.
5016         * calendar/cal-dst.el (calendar-dst): New custom group.
5017         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5018         (calendar-time-zone, calendar-daylight-time-offset)
5019         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5020         (calendar-daylight-savings-starts-time)
5021         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5022         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5023         Move to start.
5025         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5027         * calendar/calendar.el (calendar-version): Use emacs-version and
5028         make it obsolete.  Move to end.
5029         (calendar-offset, view-diary-entries-initially)
5030         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5031         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5032         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5033         (all-bahai-calendar-holidays, calendar-load-hook)
5034         (initial-calendar-window-hook, today-visible-calendar-hook)
5035         (today-invisible-calendar-hook, calendar-move-hook)
5036         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5037         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5038         (diary-include-string, sexp-diary-entry-symbol)
5039         (abbreviated-calendar-year, american-date-diary-pattern)
5040         (european-date-diary-pattern, european-calendar-display-form)
5041         (american-calendar-display-form, print-diary-entries-hook)
5042         (list-diary-entries-hook, diary-hook, diary-display-hook)
5043         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5044         (nongregorian-diary-marking-hook, diary-list-include-blanks)
5045         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5046         (local-holidays, other-holidays, hebrew-holidays-1)
5047         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5048         (hebrew-holidays, christian-holidays, islamic-holidays)
5049         (bahai-holidays, solar-holidays, calendar-setup)
5050         (calendar-week-start-day): Remove autoload cookies.
5051         (diary-glob-file-regexp-prefix): Doc fix.
5052         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5053         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5054         (calendar-week-start-day, calendar-debug-sexp): Move to start.
5056         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5057         (calendar-time-display-form, calendar-latitude)
5058         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5059         cookies.
5060         (calendar-latitude, calendar-longitude): Move functions after
5061         variables.
5062         (diary-sabbath-candles-minutes): Move to start.
5063         (solar-setup): Use or rather than if.
5064         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5065         Remove condition-case.
5066         (solar-atn2): Use zerop.
5067         (solar-equinoxes-solstices): Doc fix.
5069         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5070         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
5072         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5073         (calendar-longitude, calendar-latitude, calendar-location-name):
5074         Declare for compiler.
5076 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5078         * arc-mode.el (archive-ar-file-header-re): New const.
5079         (archive-ar-summarize, archive-ar-extract): New funs.
5080         (archive-find-type): Recognize ar archives.
5082         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5083         New functions.
5085         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5087 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
5089         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5090         Replace :enable (mark-active) with :enable mark-active.
5092 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
5094         * vms-patch.el (make-legal-file-name): New obsolete alias.
5095         (make-valid-file-name): Rename from `make-legal-file-name'.
5096         (make-auto-save-file-name): Use it.
5098         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5099         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5100         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5102         * textmodes/org.el (org-export-html-style): Doc fix.
5103         (org-get-legal-level): New obsolete alias.
5104         (org-get-valid-level): Rename from `org-get-legal-level'.
5105         (org-promote, org-demote, org-archive-subtree)
5106         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5108 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
5110         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5112         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5113         (vc-status-toggle-mark): New functions.
5114         (vc-status-mode): Set tool bar map.
5116 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
5118         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5119         Reported by Drew Adams <drew.adams@oracle.com>.
5121 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
5123         * subr.el (read-quoted-char): Resolve modifers of the character
5124         event.
5126         * comint.el (comint-exec-1): Don't change the coding-system for
5127         decoding to dos-like EOL.
5128         (comint-carriage-motion): Fully rewrite.
5130 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
5132         * epg.el (epg-context-include-certs): Reflow docstring.
5133         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5134         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5135         (epg-context-set-signers, epg-context-set-sig-notations)
5136         (epg-make-import-status, epg-make-import-result)
5137         (epg-start-delete-keys): Fix typos in docstrings.
5138         (epg-start-sign-keys, epg-sign-keys):
5139         Fix typos in obsolescence declarations.
5141         * iswitchb.el: Don't check for `cadr' and `last'.
5142         (iswitchb-define-mode-map, iswitchb-default-keybindings):
5143         Add obsolescence declaration and remove redundant info from docstring.
5144         (iswitchb-set-common-completion, iswitchb-set-matches)
5145         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5146         (recentf-list, most-len, most-is-exact):
5147         Don't wrap defvars within `eval-when-compile'.
5149 2008-03-05  Glenn Morris  <rgm@gnu.org>
5151         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5152         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5153         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5154         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5155         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5157         * ediff-hook.el (ediff-window-setup-function): Don't autoload
5158         declaration for compiler.
5159         (ediff-xemacs-init-menus): Use when rather than if.
5161         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5162         if+and to just and.
5163         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5164         (ediff-delete-overlay): Move the XEmacs test inside the definition.
5166         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5168         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5169         test inside XEmacs test.
5170         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5171         since it was doing nothing on Emacs.
5172         (ediff-make-bullet-proof-overlay): Use when rather than if.
5174         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5175         (ediff-setup-control-frame): Remove
5176         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5177         a (featurep 'xemacs) test.
5179 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
5181         * calc/calc-ext.el (calc-extended-command-history): New variable.
5182         (calc-exectute-extended-command): Use `calc-extended-command-history'.
5184 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
5186         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
5187         (standard-mode-line-position): Add mouse-face.
5189         * progmodes/compile.el (compilation-menu-map):
5190         (compilation-mode-map):
5191         * progmodes/grep.el (grep-mode-map): Add :help.
5193         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5194         initialize in one step.  Add :help.  Use :enable to activate menu
5195         items.  Show the key binding for edebug-defun.
5196         (lisp-interaction-mode-map): Add a menu.
5198         * term.el (term-mode-map): Define and initialize in one step.
5200         * ediff-init.el (ediff-color-display-p): Simplify.
5201         (Xor): Remove unused function.
5202         (ediff-with-syntax-table): Simplify for Emacs.
5204         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5205         menu-bar being loaded, it always is.
5207 2008-03-05  Glenn Morris  <rgm@gnu.org>
5209         * textmodes/tex-mode.el (tex-mode): Suppress warning about
5210         multiple definitions when compiling.
5212 2008-03-04  Alan Mackenzie  <acm@muc.de>
5214         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5216         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5217         doc-string, "c-old-LEN" -> "c-old-END".
5219 2008-03-04  Jason Rumney  <jasonr@gnu.org>
5221         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5222         namespaces.
5224 2008-03-04  Glenn Morris  <rgm@gnu.org>
5226         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5228         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5229         than mapcar.
5231 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5233         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5234         (byte-compile-nilconstp): Can't use recursion in a defsubst.
5236         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5237         so that M-q can fill comments.
5238         (tex-executable-exists-p, tex-compile): Extend with special syntax for
5239         commands implemented in elisp.
5240         (tex-compile-commands): Add an entry to use doc-view for pdf files.
5241         (tex-format-cmd): New function.
5242         (tex-compile): Use it to let the user specify default arguments.
5243         (tex-cmd-bibtex-args): New var.
5244         (tex-cmd-doc-view): New function.
5246 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
5248         * faces.el (face-spec-set): Fix typos in docstring.
5250 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
5252         * bindings.el (mode-line-column-line-number-mode-map): New variable.
5253         (standard-mode-line-position): Use it to add a menu for toggling
5254         column number and line number display.
5256 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5259         Remove optimization that was working around the form-code-walker bug.
5261         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5262         Walk into the body of lambdas after byte-compile-unfold-lambda.
5264 2008-03-03  Glenn Morris  <rgm@gnu.org>
5266         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5267         value, if set, over frame value.
5269         * simple.el (transient-mark-mode): Don't turn on by default.
5271         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5272         accidentally removed by the 2007-12-05 merge from Gnus.
5274 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
5276         * progmodes/compile.el (compilation-menu-map): Add menu entries
5277         for useful options.
5279 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
5280             Glenn Morris  <rgm@gnu.org>
5282         * emacs-lisp/bytecomp.el (byte-recompile-directory)
5283         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5284         Give a `bytecomp-' prefix to local variables with common names.
5286 2008-03-01  Glenn Morris  <rgm@gnu.org>
5288         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5289         code commented out 2007-11-10.
5291         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5293         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5294         Delete macro.
5295         * emulation/viper-cmd.el, emulation/viper-ex.el:
5296         * emulation/viper-init.el, emulation/viper-keym.el:
5297         * emulation/viper-mous.el, emulation/viper-util.el:
5298         * emulation/viper.el:
5299         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5300         featurep test.
5302         Replace obselete frame-local variables with frame-parameters.
5303         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5304         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5305         (viper-vi-state-cursor-color): Only call make-variable-frame-local
5306         on XEmacs.
5307         * emulation/viper-util.el (viper-frame-value): New macro.
5308         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5309         (viper-R-state-post-command-sentinel)
5310         (viper-replace-state-post-command-sentinel)
5311         (viper-change-state-to-insert, viper-change-state-to-emacs):
5312         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5313         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5314         (viper-get-saved-cursor-color-in-insert-mode)
5315         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5316         Use viper-frame-value for viper-replace-overlay-cursor-color,
5317         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5318         viper-vi-state-cursor-color values.
5320         * emulation/viper-cmd.el (zmacs-region-stays):
5321         * emulation/viper-util.el (zmacs-region-stays): No need to define
5322         for compiler.
5324         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5325         mapcar on Emacs.
5327         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5328         on XEmacs.
5330         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5331         rather than if.
5333 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5335         * whitespace.el: New version 9.3.  As the glyph code generation was
5336         fixed, it is possible now to use character code above ?\x1FFFF in the
5337         display table.  Fix `whitespace-indentation-regexp' to not include an
5338         extra ending character.  Reported by Michael Welsh Duggan
5339         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
5340         the original whitespace package had.  Suggested by Eric Cooper
5341         <ecc@cmu.edu>.  Doc fix.
5342         (whitespace-action): New option.
5343         (whitespace-display-mappings): Changed default newline visualization to
5344         display downwards arrow, as the glyph code generation was fixed.
5345         (whitespace-unload-function): Assure that all local whitespace mode is
5346         turned off.
5347         (whitespace-global-modes): Fix type customization.
5348         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5349         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5350         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5351         Fix code.
5352         (whitespace-buffer): Command removed.
5353         (whitespace-trailing-regexp, whitespace-mark-x)
5354         (whitespace-display-window, whitespace-action-when-on)
5355         (whitespace-add-local-hook, whitespace-remove-local-hook)
5356         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5357         (whitespace-action): New funs.
5358         (whitespace-report-list, whitespace-report-text)
5359         (whitespace-report-buffer-name): New consts.
5360         (whitespace-report, whitespace-report-region): New commands.
5362 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5364         * disp-table.el (make-glyph-code): Don't test the result of
5365         `face-id', which already signals an error for invalid faces.
5366         (glyph-face): Simplify.
5368         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5369         running `desktop-not-loaded-hook' to allow modifying it.
5370         Don't show warning message if `desktop-dirname' was modified.
5372 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5375         we still expect more lines.
5377         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5378         comment-paragraph filling if the commark doesn't match
5379         comment-start-skip.
5381 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
5383         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5384         the `imap' variant.
5386 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5388         * files.el (make-auto-save-file-name): Encode more characters in
5389         non-file buffer names.  Use url-encoding.
5391 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5393         * net/net-utils.el (ftp-program): Fix typo in docstring.
5394         (ifconfig-program-options, netstat-program-options)
5395         (arp-program-options, route-program-options, nslookup-program-options)
5396         (ftp-program-options, smbclient-program-options)
5397         (dns-lookup-program-options, arp, route): Doc fixes.
5399         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5400         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5401         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5402         Fix typos in docstrings.
5403         (gdb-pending-triggers): Reflow docstring.
5404         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5406 2008-03-01  Alan Mackenzie  <acm@muc.de>
5408         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5409         typing "#" at EOB.
5411 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5413         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5415 2008-02-29  Kim F. Storm  <storm@cua.dk>
5417         * emulation/cua-base.el (cua-remap-control-v)
5418         (cua-remap-control-z): New defcustoms.
5419         (cua-mode): Add them to set-after property.
5420         (cua--init-keymaps): Use them.
5421         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5423         * help.el (view-emacs-todo): Rename from view-todo.
5424         (describe-gnu-project): Rename from describe-project.  Users changed.
5425         (view-help-file): New helper function.
5426         (describe-distribution, describe-copying, describe-gnu-project)
5427         (view-todo, view-order-manuals, view-emacs-problems): Use it.
5428         (view-emacs-debugging, view-external-packages): New commands.
5429         (help-map): Move describe-distribution to C-h C-o (ordering).
5430         Move view-emacs-problems to C-h C-p (problems).
5431         Bind view-emacs-debugging to C-h C-d (debugging).
5432         Bind view-external-packages to C-h C-e (extras).
5433         (help-for-help-internal): Cleanup and align descriptions.
5434         Remove command names to reduce clutter.
5436 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5438         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5439         and quieter face (not a warning).
5441 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
5443         * vc.el (vc-status-crt-marked): New variable.
5444         (vc-status-mode): Make it local.
5445         (vc-status-refresh): Use it to save the marked files.
5446         (vc-update-vc-status-buffer): Use it to restore the marked files.
5448         * vc-svn.el (vc-svn-after-dir-status):
5449         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5451 2008-02-29  Glenn Morris  <rgm@gnu.org>
5453         * allout.el (allout-topic-encryption-bullet)
5454         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5455         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5456         from 22.0 to 22.1.
5458         * net/imap.el (imap-ping-server):
5459         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5460         Change defcustom :version from 23.0 to 23.1.
5462 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
5464         * desktop.el (desktop-save): Save the buffer name if the
5465         uniquified base name is empty.
5467 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5469         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5470         correctly when user has "set print address off".
5472 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
5474         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5475         version number of the next major Emacs release, not 23.0.
5477         * longlines.el (longlines-unload-function): New function.
5479 2008-02-28  Juri Linkov  <juri@jurta.org>
5481         * startup.el (normal-splash-screen): Add argument `concise'.
5482         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
5483         to the created buffer.  If `concise' is non-nil, call
5484         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
5485         (display-startup-screen): Add argument `concise' to the call to
5486         `normal-splash-screen'.
5488 2008-02-28  Kim F. Storm  <storm@cua.dk>
5490         * startup.el (startup-echo-area-message): Check for about-emacs.
5492 2008-02-28  Juri Linkov  <juri@jurta.org>
5494         * startup.el: Always add initial message to *scratch* buffer if
5495         `initial-scratch-message' is non-nil regardless of the value of
5496         `inhibit-startup-screen'.
5497         (inhibit-startup-screen, initial-scratch-message): Doc fix.
5498         (command-line-1): Move code that inserts `initial-scratch-message'
5499         up before the if-form that checks for `inhibit-startup-screen'.
5500         Suggested by Jonathan Rockway <jon@jrock.us>.
5502 2008-02-28  Juri Linkov  <juri@jurta.org>
5504         * cus-edit.el (custom-mode-map, custom-mode-link-map):
5505         Rename `custom-mode' to `Custom-mode' in docstrings.
5506         (custom-buffer-create-internal, customize-browse):
5507         Rename `custom-mode' to `Custom-mode'.
5508         (custom-mode-hook): Rename to `Custom-mode-hook'.
5509         (Custom-mode-hook): Renamed from `custom-mode-hook'.
5510         (custom-mode): Rename to `Custom-mode'.
5511         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
5512         (custom-mode): Add backward-compatible non-interactive variant of
5513         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
5514         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5516         * info-look.el: Rename `custom-mode' to `Custom-mode'.
5518         * emulation/viper.el (viper-emacs-state-mode-list):
5519         Rename `custom-mode' to `Custom-mode'.
5521         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5522         Capitalize "Tagged Files".
5523         (minibuffer-local-map): Add menu items for next/previous
5524         history elements and isearch history forward/backward.
5526         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5527         `hs-isearch-open' with t instead of `comment' in :selected
5528         for "Code and Comment blocks" menu item.
5530 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5532         * uniquify.el (uniquify-buffer-base-name): Undo last change.
5533         Should be done in desktop.el instead.
5535 2008-02-28  Glenn Morris  <rgm@gnu.org>
5537         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5539         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5541         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5542         (Info-menu, Info-goto-node): Remove declarations.
5543         (report-emacs-bug-info): Use info rather than Info-goto-node.
5545         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5546         (idlwave-convert-xml-system-routine-info): Don't require xml.
5547         (idlwave-show-commentary, idlwave-shell-show-commentary):
5548         Don't require finder.
5549         (idlwave-info): Don't require info.  Use info rather than
5550         Info-goto-node.
5552         * textmodes/org.el (Info-goto-node): Remove declaration.
5553         (org-info): Use info rather than Info-goto-node.
5555         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5556         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
5558 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
5560         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5561         the menu.
5563         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5564         (vc-finish-logentry): Check for vc-status-mode, not only for
5565         vc-dired-mode.
5567 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
5569         * isearch.el (isearch-printing-char): Don't check
5570         keyboard-coding-system.
5571         Call isearch-process-search-multibyte-characters only when
5572         current-input-method is non-nil.
5574 2008-02-27  Kim F. Storm  <storm@cua.dk>
5576         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5577         (glyph-char, glyph-face): Handle cons encoding.
5579 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
5581         * uniquify.el (uniquify-buffer-base-name): If the base name is an
5582         empty string, return nil to allow the caller to default to the
5583         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
5585         * tool-bar.el (tool-bar-setup): Doc fix.
5587         * mail/supercite.el (sc-describe):
5588         Fix typos in obsolescence declaration.
5590 2008-02-27  Glenn Morris  <rgm@gnu.org>
5592         * autoinsert.el (auto-insert-alist): Change permission text to
5593         match FSF's GPLv3 form.
5595         * mail/supercite.el (sc-cite-original): Doc fix.
5596         (sc-version): Make obsolete.
5597         (sc-describe): Show the SC info page.  Make obsolete.
5599 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5602         when using transient-mark-mode.
5603         (default-indicate-unused-lines): Remove unused var.
5605 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
5607         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5608         and previous.
5610         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5612 2008-02-26  Glenn Morris  <rgm@gnu.org>
5614         * net/net-utils.el (top-level): Don't require comint when compiling.
5615         (nslookup-font-lock-keywords): Don't require font-lock.
5616         Use font-lock faces rather than variables.
5617         (nslookup, ftp, smbclient, network-service-connection):
5618         Don't require comint.
5619         (comint-prompt-regexp, comint-input-autoexpand)
5620         (comint-input-ring): Declare for compiler.
5621         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5622         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
5624         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5625         doc-string.
5627 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5629         * doc-view.el (doc-view-current-page): Add a `win' argument.
5631 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5633         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5634         Demote it to plain defvar.
5635         (doc-view-conversion-refresh-interval): Reduce interval.
5636         (doc-view-goto-page): Allow moving to pages not yet rendered.
5637         (doc-view-goto-page): Construct a file name rather than extracting it
5638         from doc-view-current-files.
5639         (doc-view-kill-proc): Ignore errors from kill-process.
5640         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5641         (doc-view-insert-image): Use appropriate text if the page hasn't been
5642         rendered yet.  Adjust scrolling so the text is displayed.
5643         (doc-view-display): Detect not just that a page is available, but also
5644         that it wasn't available before, so as to avoid refreshing all pages
5645         repeatedly.
5646         (doc-view-mode): Make doc-view-cache-directory if needed.
5648 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5650         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5651         toggle-read-only.
5653         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5654         refering to a missing required field with the OPT prefix.
5655         Make unwindform more robust.
5657         * textmodes/bibtex.el: Remove support for hideshow minor mode as
5658         it duplicates the bibtex support in progmodes/hideshow.el.
5659         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5660         entries that do not start at the beginning of a line.
5662 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
5664         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5666 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
5668         * help-fns.el (describe-variable): Add phrases about
5669         initialization file with and without customization;
5670         use new button type help-info-variable.
5672         * help-mode.el (help-info-variable):
5673         New button able to read Info files for help-fns.el.
5675 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
5677         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5678         (grep-mode): Use grep-mode-tool-bar-map.
5680         * progmodes/compile.el (tool-bar): Require tool-bar.
5681         (compilation-mode-tool-bar-map): New variable.
5682         (compilation-mode): Use compilation-mode-tool-bar-map.
5684         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
5686 2008-02-25  Glenn Morris  <rgm@gnu.org>
5688         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5690 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * diff-mode.el (diff-file-junk-re): New const.
5693         (diff-beginning-of-file-and-junk): Use it.
5694         (diff-file-kill): Make sure we were really inside a file diff.
5696         * diff-mode.el: Make it more robust in the presence of empty context
5697         lines in unified hunks.
5698         (diff-valid-unified-empty-line): New var.
5699         (diff-unified->context, diff-sanity-check-hunk): Obey it.
5700         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
5701         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5702         (diff-hunk-header-re-unified): New const.
5703         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5704         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5705         (diff-sanity-check-hunk): Use it.
5707         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5708         Index: line, don't search backward for the previous one.
5710 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
5712         * international/fontset.el (setup-default-fontset): Add non-OTF
5713         lao font for lao script.
5715         * language/tibetan.el: Register tibetan-composition-function in
5716         composition-function-table.
5718         * language/tibet-util.el (tibetan-composition-function):
5719         Adjust for the new calling way (argument changed).  Try font-shape-text
5720         if possible.
5722         * language/lao.el: Register lao-composition-function in
5723         composition-function-table.
5725         * language/lao-util.el (lao-composition-function): Adjust for the new
5726         calling way (argument changed).  Try font-shape-text if possible.
5728 2008-02-25  Jason Rumney  <jasonr@gnu.org>
5730         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5732 2008-02-25  Juri Linkov  <juri@jurta.org>
5734         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5735         background, "red4" for a dark background, "red" for 16 and
5736         8 colors, "grey" for grayscale, and inverse video otherwise.
5737         Add :version tag.
5738         (isearch-message): Keep the original isearch-message intact, and
5739         add text properties to it where necessary.  Add `isearch-error' to
5740         the condition that checks if isearch is unsuccessful.
5742 2008-02-24  Juri Linkov  <juri@jurta.org>
5744         * progmodes/compile.el (compilation-handle-exit):
5745         Use compilation-error face instead of font-lock-warning-face.
5746         Display the same message in the minibuffer as is inserted
5747         at the end of the compilation buffer.
5749 2008-02-24  Glenn Morris  <rgm@gnu.org>
5751         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5752         multiple file case.
5754         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5756         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5757         multiple file case.  Use a single `let' rather than two.
5759 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5761         * progmodes/compile.el (compilation-start): Specify a face for
5762         mode-line-process.
5763         (compilation-handle-exit): Specify a face and a tooltip for
5764         mode-line-process.
5766 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * hilit-chg.el: Remove spurious * in defcustom docstrings.
5769         (hilit-chg-make-ov): Simplify.
5770         (hilit-chg-fixup): Use remove-overlays.
5771         (hilit-chg-set-face-on-change): Remove redundant call to
5772         `remove-text-properties'.
5774         * dired.el (dired-mark-prompt): Don't count/display the t element.
5775         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5777 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5779         * progmodes/verilog-mode.el (eval-when-compile): Don't define
5780         add-submenu.
5781         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5782         Remove.  Move contents to the only use ...
5783         (verilog-menu): ... here.
5784         (verilog-statement-menu): Remove.  Move contents to the only use ...
5785         (verilog-stmt-menu): ... here.
5786         (verilog-mark-defun): Simply call mark-defun for emacs.
5787         (occur-pos-list): Declare for byte compiler.
5788         (mode-popup-menu): Don't defvar.
5789         (verilog-add-statement-menu): Remove.
5790         (verilog-mode-hook): Don't add verilog-add-statement-menu.
5791         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5793 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5795         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5796         conditional.
5797         (verilog-font-grouping-keywords-face): Make the begin..end
5798         keywords standout more than other verilog keywords.
5799         (verilog-type-font-keywords): Move the begin..end out of this list
5800         to facilitate making them to (potentially) stand out more.
5801         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5802         function & task blocks.
5803         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5804         initial, function & task blocks.
5805         (verilog-forward-sexp): Handle the new "disable fork" statement of
5806         IEEE-1800 Verilog.
5807         (verilog-beg-block-re-ordered): Handle the new "disable fork"
5808         statement of IEEE-1800 Verilog.
5809         (verilog-calc-1): Handle the new "disable fork" statement of
5810         IEEE-1800 Verilog.
5811         (verilog-disable-fork-re): Add const to help handle the new
5812         "disable fork" statement of IEEE-1800 Verilog.
5813         (verilog-declaration-core-re): Add port directions by themselves,
5814         with no qualification, as base item of a declaration.
5815         (verilog-pretty-declarations): Add new flag to ask it to refrain
5816         from printing to the message buffer.
5817         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5818         printing to the message buffer.  Improve handling of the many
5819         types of expression line up.
5820         (verilog-just-one-space): Remove printing of an empty message.
5821         (verilog-get-lineup-indent): Rework to support the better handling
5822         of expression lineup for verilog-pretty-expr.
5823         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5825 2008-02-24  Alan Mackenzie  <acm@muc.de>
5827         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5828         yesterday's commit.
5830 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5832         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5833         to mouse-set-point in buffers that aren't associated with files.
5835         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5837 2008-02-24  Alan Mackenzie  <acm@muc.de>
5839         Set of changes so that "obtrusive" syntactic elements in a
5840         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5841         unmatched paren) don't interact syntactically with stuff outside
5842         the CPP line.
5844         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5845         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5846         off-by-one bug.
5847         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5848         a bit of refactoring.
5849         (c-awk-extend-and-syntax-tablify-region): Takes some of the
5850         functionality of c-awk-advise-fl-for-awk-region, which has been
5851         refactored away.
5853         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5854         (c-clear-char-property-with-value): New function and macro which
5855         remove text-properties `equal' to a supplied value.
5857         * progmodes/cc-engine.el: Comment about text properties amended.
5859         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5860         parens around "error\\|warning".
5862         * progmodes/cc-langs.el (c-get-state-before-change-function)
5863         (c-before-font-lock-function, c-anchored-cpp-prefix):
5864         New language variables.
5865         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5867         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5868         syntax-table text properties.
5869         (c-common-init): Call language specific before/after-change
5870         functions at mode initialisation.
5871         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5872         (c-extend-region-for-CPP, c-neutralize-CPP-line)
5873         (c-neutralize-syntax-in-CPP): New functions.
5874         (c-before-change, c-after-change): Call the new language specific
5875         change functions defined in cc-langs.el.
5876         (c-advise-fl-for-region): New macro.
5877         (awk-mode): Remove AWK specific stuff which has been refactored
5878         into language independent stuff.
5880 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5882         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5883         (gdb): (Re)set gdb-flush-pending-output to nil here...
5884         (gdb-init-1): ...instead of here (before gdb-prompt).
5886 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5888         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5889         Recognize ''' just like any other char-constant.
5891 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5893         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5894         careful enough.  Detect the uid-change all within the main loop.
5896 2008-02-24  Stefan Monnier  <monnier@pastel.home>
5898         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5900 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * hilit-chg.el (highlight-save-buffer-state): New macro.
5903         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5904         (hilit-chg-clear): Use it to preserve the modified-p flag.
5905         (highlight-changes-rotate-faces): Don't mess with the undo-list.
5907 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5909         * font-lock.el (font-lock-set-defaults): Unset previously set variables
5910         when needed.
5912 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
5914         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5915         from gnus-button-url-regexp.
5917 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
5919         * progmodes/compile.el (compilation-next-error): Doc fix.
5920         (compilation-find-file): Doc fix.
5922 2008-02-24  Glenn Morris  <rgm@gnu.org>
5924         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5925         Add obsolete aliases to the old names.
5927 2008-02-24  Richard Stallman  <rms@gnu.org>
5929         * net/net-utils.el (ifconfig): Rename from ipconfig.
5930         (ipconfig): Alias to ifconfig.
5931         (ifconfig-program): Rename from ipconfig-program.
5932         (ifconfig-program-options): Rename from ipconfig-program-options.
5934 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5936         * progmodes/verilog-mode.el (verilog-declaration-core-re):
5937         Add port directions by themselves, with no qualification, as base
5938         item of a declaration.
5939         (verilog-pretty-declarations): Add new flag that inhibits printing
5940         to the message buffer.
5941         (verilog-pretty-expr): Add new flag that inhibits printing to the
5942         message buffer.  Improve handling of the many types of expression
5943         line up.
5944         (verilog-just-one-space): Don't print an empty message.
5945         (verilog-get-lineup-indent): Rework to support the better handling
5946         of expression lineup for verilog-pretty-expr.
5947         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5948         (verilog-mode-version, verilog-mode-release-date): Update.
5950 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * subr.el (cancel-change-group): Don't move point.
5954 2008-02-23  Markus Triska  <markus.triska@gmx.at>
5956         * linum.el (linum-after-config): Update all visible windows.
5958 2008-02-23  Glenn Morris  <rgm@gnu.org>
5960         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5961         Add :help for Solitaire and Tetris.
5963         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5965         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5966         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
5967         (smtpmail-queue-index-file): Make it a defcustom.
5968         (smtpmail-queue-index): Delete.
5969         (smtpmail-send-it, smtpmail-send-queued-mail):
5970         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5971         smtpmail-queue-index.
5973         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5974         Add :version.
5976 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
5978         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5979         New variables.
5980         (iwconfig): New function.
5982 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
5984         * vc.el (vc-find-revision): Make vc-parent-buffer local before
5985         setting it.
5986         (vc-status-menu-map): Do not define using easy-menu.
5987         (vc-status-menu-map): New defalias.
5988         (vc-status-mode-map): Hook up the menu.
5989         (top-level): Update TODO.
5991         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5993         * vc-bzr.el (vc-bzr-init-version): Rename to ...
5994         (vc-bzr-init-revision): ... this.
5996 2008-02-23  Jason Rumney  <jasonr@gnu.org>
5998         * makefile.w32-in (WINS_ALMOST): Remove term.
5999         (WINS): Add term here.
6000         (custom-deps, finder-data): Use WINS_ALMOST.
6002 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
6004         * faces.el (font-weight-table): Fix value of `semi-light'.
6006 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6009         Make those tables bijective.
6011 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
6013         Finish pdbtrack integration cleanup, settling missing-functions
6014         byte compiler warnings appropriately.
6016         * progmodes/python.el (python-point): Remove this - beginning-of-line
6017         was all that was necessary for `python-pdbtrack-overlay-arrow'.
6018         (python-end-of-def-or-class, python-beginning-of-def-or-class)
6019         (python-goto-initial-line): Drop these - they were only needed for
6020         python-point.
6021         (python-comint-output-filter-function): Use condition-case and
6022         beginning-of-line directly, instead of python-mode.el functions
6023         which require all sorts of baggage.
6024         (point-safe): Unnecessary - we're using condition-case directly,
6025         instead.
6026         (python-execute-file): Include for python-shell, which I'm leaving
6027         in keeping despite it being unnecessary for pdb tracking.
6029 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
6031         * progmodes/scheme.el (scheme-font-lock-keywords-2):
6032         Add SRFI 11 support.
6033         (let-values, let*-values): Specify scheme-indent-function.
6035 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
6037         * vc.el (vc-exec-after): Move setting mode-line-process in the
6038         busy case ...
6039         (vc-set-mode-line-busy-indicator): ... in this new function.
6040         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6041         (vc-update-vc-status-buffer): Reset mode-line-process.
6042         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6043         mark/unmark all the files with the same state as the current one.
6044         With a prefix argument mark/unmark all files.
6045         (vc-status-mode-menu): Adjust strings.
6046         (vc-update-vc-status-buffer): Only do something when the argument
6047         is not nil.
6048         (vc-status-kill-dir-status-process): New function.
6049         (vc-status-mode-map): Bind it.
6050         (vc-status-process-buffer): New variable.
6051         (vc-status-mode): Make it local.
6052         (vc-status-refresh): Set it.
6054         * vc-hg.el (vc-hg-dir-status):
6055         * vc-git.el (vc-git-dir-status):
6056         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6057         command is run.
6059 2008-02-22  Glenn Morris  <rgm@gnu.org>
6061         * json.el (top-level): No need to require thingatpt.
6062         (json-read-keyword): Use thing-at-point rather than word-at-point.
6064         * time.el (top-level): No need to require time-date when compiling.
6066         * emacs-lisp/copyright.el (copyright-update-year):
6067         Fix subexpression numbering for the case when years are split over
6068         lines, and for the replace case.
6070         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
6071         (tpu-caar, tpu-cadr): Delete functions.
6072         (zmacs-regions): No need to declare for compiler.
6073         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6074         (tpu-spell-check): Rewrite, and handle mark after point.
6075         (tpu-special-insert): Use or rather than if.
6077         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6078         rather than spell-region.
6080         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6081         warnings about spell-region.
6083 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
6085         * ldefs-boot.el: Regenerated.
6087         * loadup.el: Don't load language/devanagari, language/kannanda,
6088         language/malayalam, and language/tamil.  Load language/sinhala.
6090         * language/indian.el (indian-font-foundry)
6091         (indian-script-language-alist, indian-font-char-index-table)
6092         (indian-font-char, indian-font-char-range, indian-script-table)
6093         (indian-default-script, indian-composable-pattern): Delete them.
6094         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6095         language environments moved to here.
6096         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6097         New language environments.
6099         * language/devanagari.el, language/devan-util.el,
6100         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6101         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6102         Delete them.
6104         * language/sinhala.el: New file.
6106 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
6108         Update Nick Robert's port of pdb tracking from python-mode.el.
6110         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6111         Clarify docstring.
6112         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6113         tracking is happening.
6114         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6115         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6116         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6117         Tracking is plugged in to all comint buffers once python.el is loaded.
6118         (python-pdbtrack-overlay-arrow): Toggle activation of
6119         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6120         (python-pdbtrack-track-stack-file): Use new
6121         `python-pdbtrack-get-source-buffer' for more flexible access to
6122         debugging source files.
6123         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6124         according to pdb stack trace, optionally using new
6125         `python-pdbtrack-grub-for-buffer' if file is not locally available.
6126         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6127         named buffer, or having function with indicated name.
6128         (python-shell): Remove comint-output-filter-functions hook
6129         addition, it's being done elsewhere.  Wrap long line.
6131 2008-02-21  Michael Olson  <mwolson@gnu.org>
6133         * json.el: Replace XEmacs compatibility code to get rid of
6134         compiler warnings.
6136         * time.el: Fix compiler warning.
6138 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
6140         * json.el: New file (JavaScript Object Notation parser / generator).
6142 2008-02-21  Dave Love  <fx@gnu.org>
6144         * progmodes/sym-comp.el: New file.
6146         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6147         Require sym-comp.  Add Python buffer to same-window-buffer-names.
6148         Fixup whitespaces.
6149         (python-font-lock-keywords): Add highlighting for Python builtins.
6150         (python-font-lock-syntactic-keywords): Rewrite.
6151         (python-quote-syntax): Use syntax-ppss-context instead of parsing
6152         ppss directly.
6153         (python-mode-map): Add binding for python-find-function.
6154         (python-calculate-indentation): Clean up the logic.
6155         (python-beginning-of-defun): Explicitly set return value.
6156         (python-beginning-of-statement): Stop looping if we get stuck
6157         going backwards.
6158         (python-next-statement): Stop looping if we somehow end up inside
6159         a string while advancing.
6160         (python-preoutput-continuation, python-version-checked): New vars.
6161         (python-check-version): New function.
6162         (run-python): Set default command to python-command instead of
6163         python-python-command.
6164         (run-python): Use python-check-version.  Give PYTHONPATH
6165         precedence over data-directory in the process environment.
6166         Load function definitions in python process after.
6167         (python-check-comint-prompt): New function.
6168         (python-send-command, python-send-receive): Use it.
6169         (python-complete-symbol, python-try-complete): Functions deleted.
6170         Use symbol-complete instead of python-complete-symbol throughout.
6171         (python-fill-paragraph): Further refine the fenced-string regexp.
6172         (def-python-skeleton): Expand to the original abbrev instead if in
6173         a comment or string.  Tweak skeletons for `if', `while', `for',
6174         `try/except', `try/finally', `name'.
6175         (python-pea-hook, python-abbrev-pc-hook): New functions.
6176         (python-abbrev-syntax-table): New var.
6177         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6178         Use symbol-completion-try-complete for hippie expansion.
6179         Turn on font lock unconditionally.
6180         (python-mode-hook): Defcustom it.  No need to use make-local
6181         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6182         option, since it's buffer-local.
6184 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
6186         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6188 2008-02-21  Drew Adams  <drew.adams@oracle.com>
6190         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6191         "Turn off" and a "Help" entry when the minor mode has no menu.
6193 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
6195         * vc.el (vc-status-mark, vc-status-unmark): New functions.
6196         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6197         vc-status-mark-file and vc-status-unmark-file.
6198         (vc-status-mark-unmark): New function.
6199         (vc-status-previous-line, vc-status-next-line): No longer interactive.
6201 2008-02-21  Glenn Morris  <rgm@gnu.org>
6203         * composite.el (encode-composition-rule): Fix typo in error message.
6204         (composition-function-table, auto-composition-mode): Doc fixes.
6206         * subr.el (sit-for): Fix obsolete form for nil second argument.
6208         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6209         (spell-string): Make obsolete, in favor of ispell.
6211 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
6213         * language/devanagari.el: Don't setup composition-function-table
6214         here.
6215         ("Devanagari"): Change charset, coding-system, coding-priority to
6216         Unicode-based ones.  Don't require the feature devan-util.
6218         * composite.el (compose-chars-after): Fix arguments for a function
6219         in composition-function-table.
6220         (auto-compose-region): Likewise.
6222         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6223         for Ethiopic.
6224         (ps-mule-plot-string): Ignore glyph-string based compositions.
6226 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * doc-view.el: Allow different windows to show different pages.
6229         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6230         (doc-view-current-image, doc-view-current-overlay): Remove variables,
6231         add them back as macros instead, using image-mode-winprops instead.
6232         Update all users of those variables.
6233         (doc-view-new-window-function): New function to create a new overlay
6234         for each new window.
6235         (doc-view-mode): Use it and image-mode-setup-winprops.
6236         (doc-view-clone-buffer-hook): Rewrite accordingly.
6238         * image-mode.el: Extend [hv]scroll support to per-window properties.
6239         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6240         (image-mode-winprops-alist): New var to replace them.
6241         (image-mode-new-window-functions): New hook.
6242         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6243         New funs.
6244         (image-set-window-vscroll, image-set-window-hscroll): Use them.
6245         Remove the `window' argument, update callers.
6246         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6247         Use the new functions.
6248         (image-mode-reapply-winprops): New fun.
6249         (image-mode): Use it.
6251 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
6253         * calc/calc-math.el (math-sin-raw): Add optional argument
6254         to keep track of original argument.
6255         (math-cos-raw): Use optional argument when calling math-sin-raw.
6256         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6257         with close to original precision.
6259 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6261         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6262         args in calls of sit-for.
6264 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
6266         * vc-svn.el (vc-svn-program): Fix typo in docstring.
6267         (vc-svn-checkin): Fix typo in error message.
6269         * help-mode.el: Require easymenu when compiling.
6271 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
6273         * help-mode.el (help-mode-menu): New menu.
6275 2008-02-20  Glenn Morris  <rgm@gnu.org>
6277         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6278         on Windows.
6280 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
6282         * ps-mule.el (ps-mule-encode-region): Return a single string.
6283         (ps-mule-plot-string): Adjust for the above change.
6284         (ps-mule-encode-header-string): Likewise.
6286         * international/latin1-disp.el (latin1-display): Don't use
6287         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
6288         standard-display-table.
6289         (latin1-display-identities): Adjust for the change of what is
6290         returned by (get-language-info charset 'charset).
6292         * international/mule-util.el (char-displayable-p): Fix for Latin-1
6293         characters and terminal case.
6295 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
6297         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6299         * progmodes/python.el: Also require comint when loading.
6300         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6301         Replace python-shell with run-python on menu bar.
6302         (python-shell-map): New map.
6303         (python-default-interpreter, python-python-command-args)
6304         (python-jython-command-args, python-pdbtrack-do-tracking-p):
6305         New options.
6306         (python-which-shell, python-which-args, python-which-bufname):
6307         New buffer local variables.
6308         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6310         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6311         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6312         New constants.
6314         Pdbtrack features:
6316         (python-point, python-end-of-def-or-class)
6317         (python-beginning-of-def-or-class, python-goto-initial-line)
6318         (python-comint-output-filter-function)
6319         (python-pdbtrack-overlay-arrow)
6320         (python-pdbtrack-track-stack-file, python-toggle-shells)
6321         (python-shell, python-pdbtrack-toggle-stack-tracking)
6322         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6323         New functions.
6325 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6327         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6328         when the argument is nil.
6330 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6332         * vc.el (dir-status): Add a brief description.
6334 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
6336         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6337         If non-nil, reverse the sense of the check.
6339         * vc-rcs.el (vc-rcs-root): New func.
6340         * vc-cvs.el (vc-cvs-root): New func.
6341         * vc-svn.el (vc-svn-root): New func.
6342         * vc-sccs.el (vc-sccs-root): New func.
6344 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
6346         * language/japan-util.el (setup-japanese-environment-internal):
6347         Call use-cjk-char-width-table.
6349         * language/japanese.el ("Japanese"): Set exit-function to
6350         use-default-char-width-table.
6352         * international/characters.el: Delete occurrences of non-Unicode
6353         tibetan and ethiopic characters.
6354         (cjk-char-width-table): New variable.
6355         (use-cjk-char-width-table, use-default-char-width-table):
6356         New functions.
6358 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6360         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6361         (vc-status-mode-menu): Add a :filter.
6362         (vc-status-printer): Add faces.
6364         * vc-hg.el (vc-hg-extra-status-menu): New function.
6365         (vc-hg-dir-status): Clean up the buffer before using it.
6367 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6369         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6370         (gdb): Initialize it here instead.
6372         * files.el (locate-dominating-file): Fix thinko in last change.
6373         Reported by Bruce Stephens <bruce.stephens@isode.com>.
6375 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
6377         * vc.el (vc-status-mode-menu): New menu for vc-status.
6379 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
6381         * progmodes/verilog-mode.el (customize): Fix typo in error message.
6382         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6383         (verilog-mode-auto, verilog-indent-level-module)
6384         (verilog-minimum-comment-distance, verilog-library-flags)
6385         (verilog-library-directories, verilog-library-files)
6386         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6387         (verilog-xemacs-menu, verilog-set-compile-command)
6388         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6389         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6390         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6391         (verilog-batch-inject-auto, verilog-batch-indent)
6392         (verilog-continued-line, verilog-type-keywords)
6393         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6394         (verilog-read-inst-pins, verilog-read-arg-pins)
6395         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6396         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6397         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6398         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6399         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6400         (verilog-mode-version, verilog-mode-release-date)
6401         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6402         (verilog-simulator, verilog-compiler)
6403         (verilog-auto-sense-defines-constant, verilog-company)
6404         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6405         Fix typos in docstrings.
6406         (verilog-set-auto-endcomments, verilog-calculate-indent)
6407         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6408         Reflow docstrings.
6409         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6410         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6411         (electric-verilog-forward-sexp, verilog-in-case-region-p)
6412         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6413         (verilog-leap-to-head, verilog-current-indent-level)
6414         (verilog-case-indent-level, verilog-cpp-keywords)
6415         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6416         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6417         (verilog-signals-not-in, verilog-symbol-detick-text)
6418         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6419         (verilog-forward-close-paren, verilog-backward-open-paren)
6420         (verilog-backward-open-bracket): Doc fixes.
6422         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6423         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6424         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6425         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6426         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6427         Fix typos in docstrings.
6429         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6431 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6433         * info.el (Info-read-node-name): Removed unused `default' arg.
6435 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6437         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6439 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * image-mode.el (image-get-display-property): New fun.
6442         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6443         (image-mode, image-minor-mode, image-toggle-display-text)
6444         (image-toggle-display): Use it.
6446 2008-02-18  Jason Rumney  <jasonr@gnu.org>
6448         * international/mule.el (xml-find-file-coding-system): Don't warn
6449         about utf-16 with BOM.
6451         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6453         * international/mule.el (sgml-xml-auto-coding-function): Detect and
6454         warn if file encoding is not utf-8 and encoding not specified.
6455         (xml-find-file-coding-system): New function.
6456         * international/mule-conf.el (file-coding-system-alist): Use it.
6458 2008-02-17  Glenn Morris  <rgm@gnu.org>
6460         * international/mule-cmds.el (set-locale-environment):
6461         Pass `frame' to getenv for LC_MESSAGES.
6463 2008-02-17  Juri Linkov  <juri@jurta.org>
6465         * time.el (emacs-init-time): Use format instead of format-seconds.
6467 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6469         * textmodes/bibtex.el (bibtex-search-entry): Rename from
6470         bibtex-find-entry.  Add autoload cookie.
6471         (bibtex-find-entry): Alias for bibtex-search-entry.
6472         (bibtex-search-crossref): Rename from bibtex-find-crossref.
6473         (bibtex-find-crossref): Alias for bibtex-search-crossref.
6474         (bibtex-clean-entry): atomic-change-group removed.
6475         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
6476         to locate buffer location where error occurred.
6477         Make error messages more specific.
6478         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6480 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
6482         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6483         top level.
6485         * simple.el (transient-mark-mode): Add an :init-value.
6487         * startup.el (command-line): Use custom-reevaluate-setting for
6488         transient-mark-mode.
6490 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
6492         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6494 2008-02-16  Juri Linkov  <juri@jurta.org>
6496         * startup.el (after-init-time): New variable.
6497         (command-line): Set `after-init-time' to the current time.
6499         * time.el (emacs-init-time): New function.
6501 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * files.el (locate-dominating-file): Remove initial loop because it's
6504         not careful enough.  Detect the uid-change all within the main loop.
6506 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6508         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6510 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6512         * vc.el (vc-annotate): Add new argument.
6513         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6515         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6516         Move make-variable-buffer-local code after the corresponding defvar.
6517         (hs-minor-mode-map): Define and initialize in one step.
6518         (hs-minor-mode): Change from defun to define-minor-mode.
6520 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
6522         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6523         (gdb-ready): Move declaration...
6525         * progmodes/gdb-ui.el (gdb-ready): ...to here.
6526         (gdb-early-user-input): New variable.
6527         (gdb): Reset gdb-flush-pending-output to nil and set
6528         comint-input-sender here (before gdb-prompt), instead of...
6529         (gdb-init-1): ...here.
6530         (gdb-send): If Emacs is not ready, defer user input to...
6531         (gdb-prompt): ...here.
6533 2008-02-16  Glenn Morris  <rgm@gnu.org>
6535         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6537         * startup.el (emacs-startup-time): Rename to `before-init-time'.
6538         (before-init-time): New name for `emacs-startup-time'.
6539         (command-line): Use before-init-time rather than emacs-startup-time.
6540         * time.el (emacs-uptime): Use before-init-time rather than
6541         emacs-startup-time.
6543         * composite.el (composition-function-table): Doc fix.
6545         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6546         in favor of `%z' specifier.
6547         (emacs-uptime): Move to time.el.
6548         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
6549         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
6550         argument of format-seconds.
6552 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6554         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6556 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6558         * ielm.el (ielm-is-whitespace): Remove.
6559         (ielm-is-whitespace-or-comment): New function.
6560         (ielm-eval-input): Use it.
6562 2008-02-15  Jason Rumney  <jasonr@gnu.org>
6564         * term/mac-win.el: Fix coding tag.
6566 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
6568         * vc-hooks.el (vc-menu-map):
6569         * bindings.el (mode-line-mode-menu): Add tooltips.
6571         * bindings.el (help-echo): Add more tooltips.  Use a less
6572         telegraphic style for existing tooltips.
6574 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6577         from the auto-generated one.
6579 2008-02-14  Glenn Morris  <rgm@gnu.org>
6581         * mail/rmail-spam-filter.el (rmail-spam-filter):
6582         Let-bind message-spam-status.
6584         * mail/smtpmail.el (password-cache-add): Declare as function.
6586 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
6588         * mail/smtpmail.el: Use password-cache.
6590 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
6592         * uniquify.el (uniquify-buffer-base-name): New function.
6593         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6595         * desktop.el (uniquify-managed): Don't defvar.
6596         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6597         `uniquify-managed'.  Return also the buffer's base name.
6598         (desktop-save): When saving the buffer info, filter out the base name,
6599         and save it as buffer name if the buffer is managed by uniquify.
6600         (uniquify-item-base): Don't declare; not called anymore.
6602 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
6604         * vc.el (vc-annotate-find-revision-at-line): New function.
6605         (vc-annotate-mode-map): Bind it.
6606         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
6607         some entries.
6609 2008-02-14  Glenn Morris  <rgm@gnu.org>
6611         * calendar/time-date.el (format-seconds): New function.
6612         (emacs-uptime): Use format-seconds.
6614         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6615         Remove `LC_ALL=C', since it's included in $(emacs) now.
6617 2008-02-14  Zhang Wei  <id.brep@gmail.com>
6619         * textmodes/org-publish.el (org-publish-timestamp-filename):
6620         Replace colon characters in filename too.
6622 2008-02-13  Bastien Guerry  <bzg@altern.org>
6624         * mail/rmail.el (rmail-header-name): New face.
6625         (rmail-font-lock-keywords): Use rmail-header-name.
6627         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6628         against X-Spam-Status header field.
6629         (rmail-spam-filter): Also check X-Spam-Status header field.
6631 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
6633         * progmodes/flymake.el (flymake-allowed-file-name-masks):
6634         Add support for .pm files and .php files.
6635         (flymake-err-line-patterns): Add pattern for PHP errors.
6636         (flymake-php-init): New function.  PHP support for flymake.
6638         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6639         Add regular expression for PHP errors.
6641 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
6643         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6644         This DTRT even on w32 machines.
6645         (ange-ftp-cf1): Quote FILENAME.
6647 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6650         (smerge-auto-combine): New fun.
6652 2008-02-12  Juri Linkov  <juri@jurta.org>
6654         * startup.el (fancy-startup-screen, normal-splash-screen):
6655         Set default-directory to command-line-default-directory.
6657         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6658         after reading the desktop.
6660         * progmodes/compile.el (compilation-auto-jump):
6661         Call compile-goto-error only when compilation-auto-jump-to-first-error
6662         is non-nil.
6663         (compilation-scroll-output): Replace :type 'boolean with a choice
6664         that has three options including a third option `first-error'.
6665         Doc fix.
6666         (compilation-start, compilation-forget-errors): Add an alternate
6667         condition comparing compilation-scroll-output with `first-error'
6668         in addition to compilation-auto-jump-to-first-error (to call
6669         compilation-auto-jump in the proper place).
6671 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * international/mule.el (sgml-html-meta-auto-coding-function):
6674         Make sure the search limit is ahead.
6676         * tar-mode.el: Fix broken indentation.
6677         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6678         Use with-current-buffer.
6680 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
6682         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6683         it is already automatically buffer-local.
6685 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6687         * help.el (describe-key): Join some split lines to facilitate filling.
6688         * help-fns.el (describe-function-1): Fill text of overlong lines.
6690 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
6692         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6693         Use unibyte-string instead of string-make-unibyte.
6695         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6697 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6699         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6700         works also for buffers w/o buffer-file-name.  Update callers.
6701         (doc-view-clone-buffer-hook): New fun.
6702         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
6703         the `doc-view' property so they can be recognized.
6705         * simple.el (clone-indirect-buffer-hook): New hook.
6706         (clone-indirect-buffer): Run it.
6708 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
6710         * epa.el (epa-menu-mode): Merge into epa-mode.
6711         (epa-menu-items): Rename the label "EasyPG Assistant" to
6712         "Encryption/Decryption".
6714         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6715         (epa-dired-mode-map): Rename from epa-dired-map.
6716         (epa-global-dired-mode): Rename the global minor mode.
6718 2008-02-11 Drew Adams  <drew.adams@oracle.com>
6720         * isearch.el (isearch-fail): New face.
6721         (isearch-message): Highlight failure part of input.
6723 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * ibuffer.el (ibuffer-header-line-format): New var.
6726         (ibuffer-mode): Set it instead of header-line-format.
6727         (ibuffer-update): Use it to set header-line-format.
6729         * international/mule-cmds.el (ucs-insert): Inherit surrounding
6730         properties like self-insert-command.
6732 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6734         * progmodes/etags.el: Add many doc strings.
6736 2008-02-11  Jason Rumney  <jasonr@gnu.org>
6738         * ldefs-boot.el: Regenerated.
6740 2008-02-11  Glenn Morris  <rgm@gnu.org>
6742         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6743         Shorten some names.
6745         * ffap.el (ffap-rfc-directories): Add :version.
6747 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
6749         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6750         files, and backup files of same.
6752 2008-02-11  Kevin Ryde  <user42@zip.com.au>
6754         * ffap.el (ffap-rfc-directories): New variable.
6755         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6757         * info.el (Info-next-reference, Info-prev-reference)
6758         (Info-try-follow-nearest-node): Move to and follow https:// links too.
6760         * simple.el (completion-list-mode): Show full completion-list-mode-map
6761         in the docstring.
6763 2008-02-11  Sam Steingold  <sds@gnu.org>
6765         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6767 2008-02-11  Glenn Morris  <rgm@gnu.org>
6769         * startup.el (emacs-startup-time): New variable.
6770         (command-line): Set emacs-startup-time.
6772         * calendar/time-date.el (emacs-uptime): New function.
6774 2008-02-10  Bastien Guerry  <bzg@altern.org>
6776         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6777         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6778         it is nil.
6780 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6782         * epg-config.el: Expand the contents of epg-package-info.el.
6783         (epg-package-name): New constant.
6784         (epg-version-number): New constant.
6785         (epg-bug-report-address): New constant.
6787         * epa-mail.el (epa-mail-mode): Add autoload cookie.
6788         (epa-global-mail-mode): New global minor mode.
6790         * epa-file.el (epa-file-mode): New global minor mode.
6792         * epa-dired.el (epa-dired-mode): New global minor mode.
6794         * epa.el (epa-menu): New variable.
6795         (epa-menu-items): New variable.
6796         (epa-menu-mode): New global minor mode.
6797         (epa-global-minor-modes): New user option.
6798         (epa-mode): New global minor mode.
6800 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
6802         * net/dbus.el: Remove `no-byte-compile' cookie.
6803         (dbus-call-method, dbus-register-signal, dbus-debug)
6804         (dbus-registered-functions-table): Declare them with
6805         `declare-function' or `defvar', respectively.
6806         (top): Don't assert any longer.  Require 'cl when compiling.
6807         Apply `ignore-errors' but `dbus-ignore-errors'.
6809 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6811         * diff-mode.el (diff-add-change-log-entries-other-window):
6812         Use add-change-log-entry.
6814 2008-02-09  Jason Rumney  <jasonr@gnu.org>
6816         * button.el (button-map):
6817         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6818         * ldefs-boot.el: Regenerate.
6820 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6822         * epa.el (epa-faces, epa):
6823         * epa-file.el (epa-file):
6824         * epg-config.el (epg): Add :version.
6826 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
6828         * vc.el (vc-exec-after): Append CODE to previous fragments.
6829         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6830         take MESSAGES instead of VERBOSE; use it when non-nil.
6831         (vc-diff-internal): Compute messages once; use them;
6832         update call to vc-diff-finish.
6834 2008-02-09  Michael Olson  <mwolson@gnu.org>
6836         * net/tramp.el (tramp-process-sentinel): Avoid error when process
6837         buffer has been killed, such as by
6838         `tramp-cleanup-all-connections'.
6840 2008-02-09  Miles Bader  <miles@gnu.org>
6842         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6844 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6846         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6847         splitter in context hunks.
6849 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
6851         * international/fontset.el (setup-default-fontset): Fix arabic otf
6852         font specification.
6854 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
6856         * epa-dired.el:
6857         * epa-file.el:
6858         * epa-mail.el:
6859         * epa-setup.el:
6860         * epa.el:
6861         * epg-config.el:
6862         * epg-package-info.el:
6863         * epg.el: Initial check-in of EasyPG.
6865 2008-02-08  Glenn Morris  <rgm@gnu.org>
6867         * woman.el (woman-locale): New defcustom.
6868         (woman-expand-locale, woman-manpath-add-locales): New functions.
6869         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
6871         * international/mule-cmds.el (locale-translate): New function,
6872         with old code extracted from set-locale-environment.
6873         (set-locale-environment): Use locale-translate.  Set woman-locale.
6875         * cus-start.el (selection-coding-system): Remove, since it's now
6876         defined in select.el rather than in xselect.c.
6877         * select.el (selection-coding-system): Make it a defcustom, and
6878         add the properties from cus-start.el.  Bump :version.
6880         * custom.el (custom-theme-set-variables): Sort symbols that are
6881         dependencies before symbols that depend on them.
6882         (custom-enabled-themes): Set after custom-theme-directory.
6884         * pcmpl-unix.el (top-level): Move provide statement to end.
6885         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6886         `*' from doc-string.  Allow to be nil.
6887         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6888         Allow to be nil.  Add :version.
6889         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
6890         without hostnames, and multiple hostnames per line.
6892         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6894 2008-02-08  Phil Hagelberg  <phil@evri.com>
6896         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6897         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6899 2008-02-07  Timo Savola  <timo.savola@iki.fi>
6901         * startup.el (command-line-x-option-alist): Add --parent-id.
6903         * term/x-win.el (x-handle-parent-id): New function.
6905 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
6907         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6908         "Font Menu".
6910 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
6912         * net/dbus.el (dbus-interface-peer): New defconst.
6913         (dbus-ping): New defun.
6915 2008-02-06  Sam Steingold  <sds@gnu.org>
6917         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6919 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6921         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6922         Just return nil and let the C code provide a fallback.
6924 2008-02-05  Glenn Morris  <rgm@gnu.org>
6926         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6927         tramp-flush-connection-property for removed 2nd argument.
6929 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * diff-mode.el (diff-add-change-log-entries-other-window):
6932         Rename from diff-create-changelog.  Change users.
6933         Minor change to hopefully work with plain diffs.
6934         (diff-mode-map): Add binding for it.
6936 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
6938         * diff-mode.el: Add new TODO entry.
6939         (diff-create-changelog): New function.
6940         (diff-mode-menu): Bind it.
6942 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
6944         * international/mule-diag.el (print-fontset-element): Handle the
6945         case of inhibiting the fallback fonts.
6947 2008-02-04  Kim F. Storm  <storm@cua.dk>
6949         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6950         (ido-magic-delete-char): Use prefix arg.
6952 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
6954         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6955         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6956         of today, the most recent libpng is 1.2.24).
6958 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
6960         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6962         * net/dbus.el (top): Check (featurep 'dbusbind).
6964         * net/tramp.el (tramp-process-sentinel): New defun.
6965         (tramp-do-copy-or-rename-file-out-of-band)
6966         (tramp-maybe-open-connection): Use it as process sentinel.
6967         (tramp-handle-delete-directory): Don't use the "-f" option; it
6968         isn't portable.
6969         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6970         after the command.
6971         (tramp-handle-shell-command): Set `mode-line-process' in the
6972         asynchronous case.
6974         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6976         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6977         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6978         Use `tramp-process-sentinel' as process sentinel.
6980 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
6982         * whitespace.el (global-whitespace-mode): Revert last change.
6983         (whitespace-unload-function): Force `global-whitespace-mode'
6984         to deactivate local modes in a slightly less intrusive way.
6986 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
6988         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6990 2008-02-02  Glenn Morris  <rgm@gnu.org>
6992         * international/latin1-disp.el (latin1-display):
6993         * progmodes/fortran.el (fortran-comment-indent-char):
6994         * progmodes/idlw-shell.el (top-level):
6995         * term/mac-win.el (mac-keyboard-translate-char):
6996         * whitespace.el (whitespace-char-valid-p):
6997         * wid-edit.el (widget-key-sequence-read-event):
6998         Use characterp rather than char-valid-p.
7000         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7001         to capitalized-find-word-boundary.  Doc fix.  Update callers.
7002         (capitalized-next-word-boundary-function-table): Rename to
7003         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
7005         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7006         string-to-int.
7008         * ps-def.el (declare-function): Add compatibility definition.
7009         (ps-plot-with-face, ps-plot-string): Declare as functions.
7010         (ps-bold-faces, ps-italic-faces): Declare variables.
7012         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7013         (ps-mule-end-job): Declare as functions.
7015         * wid-edit.el (widget-string-complete): Use assoc-string rather
7016         than assoc-ignore-case.
7018 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
7020         * progmodes/etags.el (next-file): Improve revert message.
7022 2008-02-01  Andreas Schwab  <schwab@suse.de>
7024         * loadup.el: Load language/burmese instead of language/myanmar.
7026 2008-02-01  Richard Stallman  <rms@gnu.org>
7028         * language/burmese.el: Rename from myanmar.el.
7029         ("Burmese"): Rename from "Myanmar".
7031 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7033         * international/fontset.el (script-representative-chars): Add cham
7034         and tai-viet.
7035         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7036         Add fontconfig spec for cjk-misc.  Explicitly specify font font
7037         for U+E000..U+F8FF.
7039         * international/characters.el (script-list): Add cham.
7041         * language/cham.el: New file.
7043 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
7045         * xml.el (xml-escape-string): Don't do any encoding changes on the
7046         string.
7048 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7050         * language/ind-util.el (in-is13194-post-read-conversion):
7051         Delete unnecessary call of indian-compose-region.
7053 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7055         * ps-print.el: Some face attributes (like :strike-through) were not
7056         being recognised.  Reported by Leo <sdl.web@gmail.com>.
7057         (ps-print-version): New version 7.3.2.
7058         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
7059         ps-face-overline-p and ps-face-box-p functions.
7061         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7062         New functions.
7064 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7066         * international/fontset.el (font-encoding-alist): Add an entry for
7067         iso8859-16.
7068         (setup-default-fontset): Add iso8859-16 to latin.
7070         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7071         hexadigit string.
7072         (describe-char): Adjust for the above change.
7074 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7076         * international/fontset.el (font-encoding-alist): Don't set the
7077         repertory of GB18030 fonts.
7079 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7081         * language/indian.el: Set font-shape-text for all Indic characters
7082         in composition-function-table.
7084         * language/khmer.el: New file.
7086         * language/myanmar.el: New file.
7088         * loadup.el: Load "language/khmer" and "language/myanmar".
7090 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7092         * international/fontset.el (setup-default-fontset): Fix lao OTF
7093         script name.
7095 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7097         * composite.el (terminal-composition-modification): Delete it.
7099 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7101         * international/fontset.el (x-complement-fontset-spec):
7102         Complement size too.
7104 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7106         * international/fontset.el (font-encoding-charset-alist):
7107         Initialize it.
7108         (otf-script-alist): Fix typo of canadian-aboriginal.
7109         (setup-default-fontset): Specify font-specs for many more scripts.
7110         (x-complement-fontset-spec): Change the first argument to a
7111         font-spec object.
7112         (create-fontset-from-fontset-spec): Adjust for the above change.
7114 2008-02-01  Kenichi Handa  <handa@m17n.org>
7116         * language/devanagari.el: Register font-shape-text in
7117         composition-function-table.
7119         * language/tibetan.el: Register font-shape-text in
7120         composition-function-table.
7122         * language/thai-util.el (thai-composition-function): Fix arguments.
7124         * language/tamil.el: Register font-shape-text in
7125         composition-function-table.
7127         * language/malayalam.el: Register font-shape-text in
7128         composition-function-table.
7130         * language/lao.el: Register font-shape-text in
7131         composition-function-table.
7133         * language/kannada.el: Register font-shape-text in
7134         composition-function-table.
7136         * language/european.el (diacritic-composition-function): Fix arguments.
7138         * language/ethio-util.el (ethio-composition-function): Fix arguments.
7140         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7142         * composite.el (composition-function-table): Fix docstring.
7143         (terminal-composition-function): Fix arguments.
7144         (auto-compose-current-font): Delete it.
7145         (auto-compose-chars): Adjust for the change of
7146         composition-function-table.
7148 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7150         * international/fontset.el (font-encoding-alist): Add the entry of
7151         "unicode-bmp".
7153 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7155         * composite.el (auto-compose-chars): Be sure to calculate
7156         composition at least at POS.
7158 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7160         * printing.el: Fix pr-interface-map initialization code.
7161         (pr-version): New version 6.9.3.
7162         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7163         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7164         (pr-f-read-string): Replace by pr-read-string.
7165         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7166         New function name.
7167         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7169 2008-02-01  Kenichi Handa  <handa@m17n.org>
7171         * language/tv-util.el (tai-viet-re): Include '-'.
7172         (tai-viet-glyph-info): Handle '-'.
7174 2008-02-01  Kenichi Handa  <handa@m17n.org>
7176         * descr-text.el (describe-char): Handle a composition of the new
7177         format.  Show font name.
7179 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7181         * language/tibet-util.el (tibetan-composition-function): Use
7182         font-shape-text if auto-compose-current-font is non-nil.
7184         * language/tibetan.el: Fix the range for recording
7185         tibetan-composition-function in composition-function-table.
7187         * language/mlm-util.el (malayalam-composition-function): Use
7188         font-shape-text if auto-compose-current-font is non-nil.
7190         * international/mule-conf.el: Flag many charsets as supplementary.
7192         * international/mule.el (define-charset): Update the docstring for
7193         :supplementary-p.
7195         * international/fontset.el (setup-default-fontset): Add OpenType
7196         fonts for malayalam and tibetan.
7198 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7200         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7202 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7204         * international/fontset.el (otf-script-alist): Make all otf tags
7205         4-letters.
7206         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7208         * language/tml-util.el (tamil-composition-function): Use
7209         font-shape-text if auto-compose-current-font is non-nil.
7211         * language/devan-util.el (devanagari-composition-function): Use
7212         font-shape-text if auto-compose-current-font is non-nil.
7214         * composite.el (auto-compose-chars): Change argument font-object
7215         to window.
7217 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7219         * ps-print.el (ps-lpr-switches): Docstring fix.
7220         (ps-string-list): New function.
7221         (ps-do-despool): Code fix.
7223 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7225         * international/utf-7.el (utf-7-imap-post-read-conversion)
7226         (utf-7-imap-pre-write-conversion): New functions.
7228         * international/mule-conf.el (utf-7-imap): New coding system.
7230 2008-02-01  Kenichi Handa  <handa@m17n.org>
7232         * term/x-win.el (x-selection-value): If x-select-request-type is
7233         nil, try also STRING at last.
7234         (x-select-request-type): Doc fix for the change of x-selection-value.
7236         * select.el (selection-coding-system, next-selection-coding-system):
7237         Move declarations from xselect.c.
7238         (x-get-selection): Decode by selection-coding-system if it is non-nil.
7239         If it is nil, decode by a proper coding system.  Handle C_STRING.
7240         (ccl-check-utf-8, string-utf-8-p): Delete them.
7241         (xselect-convert-to-string): Fix determining data-type in the case
7242         that TEXT is requested.  Don't use selection-coding-system if it's
7243         not proper for the data-type.
7245 2008-02-01  Kenichi Handa  <handa@m17n.org>
7247         * term/x-win.el (x-selection-value): If x-select-request-type is
7248         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7250 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7252         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7253         to signify default fontset.
7255 2008-02-01  Kenichi Handa  <handa@m17n.org>
7257         * international/mule-cmds.el (describe-language-environment):
7258         Check if the specified input method exists or not.
7260 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7262         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7263         (ps-face-background-name): Remove this function.  It's already defined
7264         in ps-def.el file.
7266 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7268         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7269         Epoch emacsen.
7271 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7273         * ps-print.el: Now detect if text foreground and background colors are
7274         equals and replace the foreground color by another color, so the text
7275         becomes visible.  Doc fix.
7276         (ps-print-version): New version 7.3.
7277         (ps-default-fg, ps-default-bg): Docstring fix.
7278         (ps-fg-list, ps-fg-validate-p): New options.
7279         (ps-foreground-list): New variable.
7280         (ps-generate-header-line): Replace fboundp by functionp.
7281         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7283 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7285         * printing.el: Pacify byte compiler, that is, no compiler warnings.
7286         Move (again) some variable definitions before use, define some
7287         function aliases, no code change.
7288         (pr-version): New version 6.9.2.
7289         (pr-path-style, pr-auto-region, pr-menu-char-height)
7290         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7291         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7292         via (defvar VAR).
7293         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7294         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7295         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7296         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7297         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7298         (pr-menu-print-item, pr-ps-printer-menu-modified)
7299         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7300         (pr-even-or-odd-alist): Move variable definitions.
7302 2008-02-01  Kenichi Handa  <handa@m17n.org>
7304         * language/chinese.el (cp936): Delete duplicated alias.
7306         * international/mule-diag.el (list-block-of-chars): Don't insert
7307         non-Unicode characters.
7309 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7311         * loadup.el [windows-nt]: Don't load code-pages and ccl.
7312         * term/w32-win.el: Don't require code-pages.
7314 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7316         Fix up multi-tty merge.
7318         * version.el (emacs-version): Bump to 23.0.60.
7320         * term/x-win.el (x-initialize-window-system): Don't try to create
7321         a fontset from a font-specification anymore.  This was removed on the
7322         unicode branch and mistakenly re-added by the multi-tty merge.
7324         * term/w32-win.el: Remove duplicate code that's now in
7325         w32-initialize-window-system.
7326         (w32-initialize-window-system): Don't try to create a fontset from
7327         a font-specification anymore.  This was removed on the unicode branch
7328         and mistakenly re-added by the multi-tty merge.
7330         * term/mac-win.el: Remove duplicate top-level code.
7332         * language/ethio-util.el:
7333         * international/characters.el: Use utf-8 rather than utf-8-emacs
7334         since it works as well and has the advantage of working with
7335         non-unicode versions of Emacs.
7337         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7338         multi-tty code, which includes the previous local change.
7340 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7342         * ps-print.el (ps-print-version): New version 7.2.5.
7343         (ps-background, ps-begin-file, ps-build-reference-face-lists):
7344         Use `mapc' rather than `mapcar'.
7346 2008-02-01  Kenichi Handa  <handa@m17n.org>
7348         * skeleton.el (skeleton-internal-1): Use integerp and stringp
7349         instead of char-or-string-p to catch -1.
7351 2008-02-01  Kenichi Handa  <handa@m17n.org>
7353         * international/mule-cmds.el (inactivate-input-method):
7354         Set input-method-function to nil before calling
7355         inactivate-current-input-method-function.
7357 2008-02-01  Kenichi Handa  <handa@m17n.org>
7359         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7360         height that doesn't exceed the requested height by rounding off.
7362 2008-02-01  Andreas Schwab  <schwab@suse.de>
7364         * international/mule-diag.el (print-fontset-element):
7365         Use fontp only if defined.
7367 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7369         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7370         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7371         (ps-mule-prologue-generated): Code fix.
7373 2008-02-01  Kenichi Handa  <handa@m17n.org>
7375         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7376         with FIXEDCASE t.
7378 2008-02-01  Kenichi Handa  <handa@m17n.org>
7380         * international/mule-diag.el (print-fontset-element): Fix for the
7381         format change of a fontset element for font-backend feature.
7383 2008-02-01  Kenichi Handa  <handa@m17n.org>
7385         * descr-text.el (describe-char): Fix for the case that a component
7386         character is TAB.
7388 2008-02-01  Kenichi Handa  <handa@m17n.org>
7390         * international/mule-cmds.el (select-safe-coding-system-interactively):
7391         Fix printing of rejected and unsafe coding-systems.
7393         * international/fontset.el (setup-default-fontset): Add tai-viet.
7395         * international/characters.el: Setup syntax/category table for Tai Viet.
7396         (script-list): Add tai-viet.
7398         * loadup.el: Load "language/tai-viet".
7400         * language/tai-viet.el: New file.
7402         * language/tv-util.el: New file.
7404 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7406         * faces.el (font-weight-table): Use defaults on w32 that match
7407         LOGFONT.lfWeight.
7409         * term/w32-win.el: Don't create fontset from command-line font.
7411 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7413         * international/mule-cmds.el (toggle-enable-multibyte-characters)
7414         (sort-coding-systems, search-unencodable-char): Doc fixes.
7415         (default-input-method, input-method-verbose-flag)
7416         (input-method-highlight-flag): Remove * in defcustom's docstrings.
7417         (exit-language-environment-hook, set-default-coding-systems)
7418         (coding-system-change-eol-conversion, prefer-coding-system)
7419         (find-multibyte-characters, leim-list-entry-regexp)
7420         (set-input-method, input-method-exit-on-first-char, princ-list)
7421         (locale-language-names, locale-charset-language-names)
7422         (define-char-code-property): Fix typos in docstrings.
7424 2008-02-01  Kenichi Handa  <handa@m17n.org>
7426         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7427         Fix for a new character code space (22-bit).
7429 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7431         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7433 2008-02-01  Kenichi Handa  <handa@m17n.org>
7435         * international/characters.el: Add more cases/syntaxes from Latin
7436         characters.
7438 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7440         * ps-def.el (installation-directory): Must be initialized when defining
7441         it in XEmacs.
7442         (coding-system-for-read): Eliminate duplicated definition.
7444 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7446         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7448 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7450         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7451         (ps-print-emacs-type): Eliminate variable.
7452         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
7453         running ps-print package.
7455         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7456         (ps-frame-parameter): Replace defun by defalias.
7457         (mark-active): Eliminate defvar.
7459         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7460         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7461         (ps-jts-ps-setup): Replace macros by vector key definition.
7463 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7465         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7466         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7467         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7468         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7469         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7470         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7471         New command actions for EPS header and EPS footer.
7473         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7474         footer.  Fix some problems with one-or-more, zero-or-more and
7475         alternative constructions generation.  Some implementation of log
7476         messages.  Doc fix.
7477         (ebnf-version): New version 4.4.
7478         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7479         (ebnf-eps-footer, ebnf-log): New options.
7480         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7481         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7482         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7483         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7484         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7485         (ebnf-style-custom-list, ebnf-style-database): Put new values.
7486         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7487         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7488         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7489         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7490         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7491         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7492         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7493         (ebnf-non-terminal-dimension, ebnf-special-dimension)
7494         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7495         (ebnf-except-dimension, ebnf-alternative-dimension)
7496         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7497         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7498         Insert log message function.
7499         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7500         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7501         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7502         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7503         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7504         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7505         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7506         compatibility with Emacs 20 & 21.
7507         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7508         (ebnf-eps-file-alist, ebnf-basic-width-extra)
7509         (ebnf-basic-empty-height): New variables.
7510         (ebnf-prologue): Fix PostScript code.
7511         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7512         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7513         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7514         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7516 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7518         * printing.el: Group together all XEmacs/Emacs definitions.
7519         (pr-version): New version 6.9.
7520         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7521         New functions.
7522         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7523         (pr-menu-bind): Fix code.
7524         (pr-e-frame-char-height, pr-e-frame-char-width)
7525         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7526         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7527         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7528         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7529         (pr-x-event-y-pixel): Eliminate aliases.
7530         (pr-xemacs-global-menubar): Move macro.
7531         (current-menubar, current-mouse-event, zmacs-region-stays)
7532         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7533         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7534         Move variables.
7535         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7536         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7537         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7538         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7539         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7540         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7541         Move functions.
7543 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7545         * ps-print.el: The ps-print commands without face printing should not
7546         print background color.  Reported by Leo <sdl.web@gmail.com>.
7547         (ps-print-version): New version 7.2.2.
7548         (ps-begin-job): New arg.  Fix ps-default-background and
7549         ps-default-foreground initialization.
7550         (ps-face-attributes): Fix doc string.
7551         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7553         * printing.el: Fix ps-print link.
7555 2008-02-01  Kenichi Handa  <handa@m17n.org>
7557         * international/mule-diag.el (list-character-sets-2): Don't print width.
7559 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7561         * ps-print.ps: Fix background height.
7562         (ps-print-version): New version 7.2.1.
7564 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7566         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7567         into separate files.
7568         (ps-print-version): New version 7.2.
7569         (ps-postscript-code-directory): Fix XEmacs initialization.
7570         (ps-generate-postscript-with-faces):
7571         Call ps-generate-postscript-with-faces1 (new function).
7572         (ps-color-format, ps-float-format): Move variables to ps-def.el.
7573         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7574         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7575         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7576         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7577         Move functions to ps-def.el.
7578         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7579         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7580         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7581         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7582         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7583         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7584         Move functions to ps-samp.el.
7586         * ps-bdf.el (installation-directory, coding-system-for-read):
7587         Move variables to ps-def.el.
7589         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7590         (charset-bytes, charset-dimension, charset-id, charset-width)
7591         (find-charset-region, char-width, chars-in-region, forward-point)
7592         (decompose-composite-char, encode-coding-string, coding-system-p)
7593         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7594         (string-make-multibyte, encode-char): Move functions to ps-def.el.
7596         * ps-def.el: New file.  XEmacs/Emacs definitions.
7597         (ps-generate-postscript-with-faces1): New function.
7598         (ps-color-format, ps-float-format): Move variables from ps-print.el.
7599         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7600         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7601         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7602         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7603         Move functions from ps-print.el.
7604         (installation-directory, coding-system-for-read):
7605         Move variables from ps-bdf.el.
7606         (leading-code-private-22): Move variable from ps-mule.el.
7607         (charset-bytes, charset-dimension, charset-id, charset-width)
7608         (find-charset-region, char-width, chars-in-region, forward-point)
7609         (decompose-composite-char, encode-coding-string, coding-system-p)
7610         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7611         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7613         * ps-samp.el: New file.  Sample setup code.
7614         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7615         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7616         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7617         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7618         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7619         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7620         Move functions from ps-print.el.
7622 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7624         * ps-print.el: Handle frame parameters (background and/or foreground
7625         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7626         (ps-print-version): New version 7.1.
7627         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7628         (ps-frame-parameter): New function.
7629         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7630         Fix doc and customization.
7631         (ps-begin-job): Get frame parameters (background and/or foreground
7632         colors).
7633         (ps-do-despool): Ensure ps-printer-name has a valid value.
7635 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7637         * progmodes/ebnf-abn.el:
7638         * progmodes/ebnf-bnf.el:
7639         * progmodes/ebnf-dtd.el:
7640         * progmodes/ebnf-ebx.el:
7641         * progmodes/ebnf-iso.el:
7642         * progmodes/ebnf-otz.el:
7643         * progmodes/ebnf-yac.el:
7644         * progmodes/ebnf2ps.el:
7645         * delim-col.el:
7646         * printing.el:
7647         * ps-bdf.el:
7648         * ps-mule.el:
7649         * ps-print.el: Remove 'Time-stamp' comment mark.
7651         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7652         'easy-menu-add-item' when called in Emacs 21 or higher.
7654 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7656         * ps-print.el : Fix doc.
7657         (ps-print-version): New version 7.0.
7659 2008-02-01  Kenichi Handa  <handa@m17n.org>
7661         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7662         XMODIFIERS.
7664 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7666         * ps-print.el: Fix maintainer email.  Eliminate function declaration
7667         that kept compatibility with older Emacs version.
7668         (ps-print-version): New version 6.7.
7670 2008-02-01  Kenichi Handa  <handa@m17n.org>
7672         * international/quail.el (quail-get-translations):
7673         Make quail-current-key multibyte if not yet done.
7675 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7677         * language/chinese.el ("Chinese-GBK"): Add tutorial.
7678         ("Chinese-GB18030"): Add sample-text and tutorial.
7680         * international/fontset.el (font-encoding-alist)
7681         (setup-default-fontset): Add gb18030.
7682         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7683         (charset-script-alist): Add gbk and gb18030.
7685         * international/characters.el: Put property
7686         preferred-coding-system on gbk and gb18030.
7688         * international/mule-cmds.el (locale-language-names): Add an entry
7689         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7691         * faces.el (face-font-registry-alternatives): Add gb18030.
7693 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7695         * ps-mule.el: Fix maintainer email.
7697 2008-02-01  Kenichi Handa  <handa@m17n.org>
7699         * international/quail.el (quail-insert-kbd-layout): Check the
7700         length of (cdr translation).
7701         (quail-get-current-str): Check the length of (cdr def).
7703 2008-02-01  Kenichi Handa  <handa@m17n.org>
7705         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7707 2008-02-01  Kenichi Handa  <handa@m17n.org>
7709         * international/mule-cmds.el (ucs-insert): Re-implement.
7711 2008-02-01  Kenichi Handa  <handa@m17n.org>
7713         * composite.el (terminal-composition-modification): New function.
7714         (terminal-composition-function): Create composition with the above
7715         modification function.
7717 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7719         * international/characters.el: Add more full-width characters in
7720         char-width-table.
7722 2008-02-01  Kenichi Handa  <handa@m17n.org>
7724         * international/fontset.el (create-fontset-from-fontset-spec):
7725         Fix script name handling.
7727 2008-02-01  Kenichi Handa  <handa@m17n.org>
7729         * composite.el (terminal-composition-function): New function.
7730         (terminal-composition-function-table): New variable.
7731         (auto-compose-chars): If running on a terminal, use
7732         terminal-composition-function-table.
7734         * loadup.el: Load "composite" after "international/characters".
7736         * international/characters.el: Delete codes for setting up charset
7737         property nospace-between-words.  Fix setting up of
7738         char-width-table.  Don't make ethiopic and tibetan double column.
7740         * textmodes/fill.el (fill-find-break-point-function-table):
7741          Don't set it up in defvar.
7742         (fill-nospace-between-words-table): New variable.
7743         (fill-delete-newlines): Check fill-nospace-between-words-table
7744         instead of charset property nospcae-between-words.
7746 2008-02-01  Kenichi Handa  <handa@m17n.org>
7748         * composite.el (global-auto-composition-mode): Make the initial
7749         value not depend on emacs-basic-display.
7751         * textmodes/fill.el: Don't use charset property
7752         `fill-find-break-point-function'.
7753         (fill-find-break-point-function-table): New variable.
7754         (fill-find-break-point): Lookup fill-find-break-point-function-table.
7756 2008-02-01  Kenichi Handa  <handa@m17n.org>
7758         * international/mule.el (coding-system-list): Be sure to exclude
7759         subsidiary coding systems.
7761 2008-02-01  Kenichi Handa  <handa@m17n.org>
7763         * composite.el (auto-composition-after-change)
7764         (toggle-auto-composition): Remove `auto-composed' property instead
7765         of setting it to nil.
7767 2008-02-01  Kenichi Handa  <handa@m17n.org>
7769         * language/misc-lang.el (iso-8859-6): New coding system.
7771 2008-02-01  Kenichi Handa  <handa@m17n.org>
7773         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7774         replace-regexp-in-string as replacement.
7776 2008-02-01  Kenichi Handa  <handa@m17n.org>
7778         * international/fontset.el (otf-script-alist): Add byzm, math,
7779         musc, and nko.
7781         * international/characters.el (script-list): Add nko,
7782         byzantine-musical-symbol, musical-symbol, and mathematical.
7784 2008-02-01  Kenichi Handa  <handa@m17n.org>
7786         * composite.el (auto-compose-current-font): New variable.
7787         (auto-compose-chars): New arg FONT-OBJECT.
7789 2008-02-01  Kenichi Handa  <handa@m17n.org>
7791         * international/characters.el: Modify category-table and
7792         script-table for new Ethiopic character range.
7794 2008-02-01  Kenichi Handa  <handa@m17n.org>
7796         * international/mule-cmds.el (set-language-environment-fontset):
7797         Delete it.
7799 2008-02-01  Kenichi Handa  <handa@m17n.org>
7801         * international/fontset.el (otf-script-alist): Set it.
7803 2008-02-01  Kenichi Handa  <handa@m17n.org>
7805         * international/fontset.el (font-encoding-alist):
7806         Fix for "ethiopic-unicode".
7808 2008-02-01  Kenichi Handa  <handa@m17n.org>
7810         * international/fontset.el (script-representative-chars):
7811         Add an entry for latin script.
7813 2008-02-01  Kenichi Handa  <handa@m17n.org>
7815         * faces.el (font-weight-table): Treat regular and normal as the
7816         same as medium.
7817         (font-slant-table): Add (roman . 100).
7819 2008-02-01  Kenichi Handa  <handa@m17n.org>
7821         These changes are for the new font handling codes.
7823         * faces.el (font-weight-table, font-slant-table)
7824         (font-swidth-table): New customizable variables.
7826         * international/fontset.el (font-encoding-alist): Add koi8-4.
7827         (script-representative-chars): Set the default value.
7828         (create-fontset-from-x-resource): Delete `message'.
7830 2008-02-01  Kenichi Handa  <handa@m17n.org>
7832         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7833         Call set-buffer-multibyte with arg `to'.
7835 2008-02-01  Kenichi Handa  <handa@m17n.org>
7837         * info.el (Info-fontify-node): Check if already fontified or not
7838         by next-single-property-change.
7840 2008-02-01  Kenichi Handa  <handa@m17n.org>
7842         * international/mule.el (ctext-pre-write-conversion): Produce
7843         extra designation sequence for ASCII at the end off extended segment.
7845 2008-02-01  Kenichi Handa  <handa@m17n.org>
7847         * international/mule.el (ctext-non-standard-encodings-table):
7848         Reverse the returning list.
7849         (ctext-pre-write-conversion): Fix encoding with extended segments.
7851         * international/mule-conf.el (compound-text)
7852         (compound-text-with-extensions): Add long-form in :flags.
7854 2008-02-01  Kenichi Handa  <handa@m17n.org>
7856         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7857         regexp for paring FONTSET-SPEC (allow spaces after `:').
7859 2008-02-01  Kenichi Handa  <handa@m17n.org>
7861         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7862         for the case that a charset is specified as target.
7864 2008-02-01  Kenichi Handa  <handa@m17n.org>
7866         * international/ccl.el (ccl-embed-string): Check string length.
7867         Set special flag for multibyte character sequence.
7868         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7869         str unibyte.
7870         (ccl-compile-write): If the character code doesn't fit in 22-bit
7871         (ccl-dump-write-const-string): Check special flag for multibyte
7872         character sequence.
7874 2008-02-01  Kenichi Handa  <handa@m17n.org>
7876         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7877         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7878         ps-mule-eight-bit-char.
7880 2008-02-01  Kenichi Handa  <handa@m17n.org>
7882         * language/chinese.el ("Chinese-BIG5"):
7883         Set ctext-non-standard-encodings property to "big5-0".
7885         * international/mule.el (ctext-non-standard-encodings):
7886         Initialize to nil.
7887         (ctext-non-standard-encodings-alist): Set charset `big5' in the
7888         entry for "big5-0".
7889         (ctext-non-standard-encodings-table): Return a list instead of
7890         char-table.
7891         (ctext-pre-write-conversion): Adjust for the above change.
7893 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7895         * international/mule.el (ctext-non-standard-encodings-alist):
7896         Add an entry for gbk-0.
7897         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7898         a row 8-bit.
7900         * language/chinese.el ("Chinese-GBK"):
7901         Set ctext-non-standard-encodings property to "gbk-0".
7902         Add sample-text property.
7904 2008-02-01  Kenichi Handa  <handa@m17n.org>
7906         * international/kkc.el (kkc-region): Use
7907         this-single-command-raw-keys on pushing back an unhandled key sequence.
7909 2008-02-01  Kenichi Handa  <handa@m17n.org>
7911         * international/encoded-kb.el (encoded-kbd-mode):
7912         Check saved-input-mode on turning off Encoded Kbd mode.
7914         * composite.el (auto-composition-after-change): Use save-buffer-state.
7915         (turn-on-auto-composition-if-enabled): Don't turn on
7916         auto-composition-mode in a unibyte buffer.
7918 2008-02-01  Kenichi Handa  <handa@m17n.org>
7920         * startup.el (command-line): Use custom-reevaluate-setting for
7921         global-auto-composition-mode.
7923         * composite.el (auto-composition-function): Make it buffer local.
7924         (auto-composition-mode): New minor mode.
7925         (turn-on-auto-composition-if-enabled): New function.
7926         (global-auto-composition-mode): New global minor mode.
7928 2008-02-01  Kenichi Handa  <handa@m17n.org>
7930         * descr-text.el (describe-char): Use insert-text-button instead of
7931         widget-create for "customize what to show" button.
7933 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7935         * language/ethiopic.el: Fix copyright.
7936         (composition-function-table): Support a new character in Unicode 4.1.
7938         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7939         (ethio-tex-to-fidel-buffer, ethio-composition-function)
7940         ("ethiopic-tex"): Support new characters in Unicode 4.1.
7942 2008-02-01  Kenichi Handa  <handa@m17n.org>
7944         * international/characters.el: Register characters in
7945         auto-fill-chars.  Put nospace-between-words to more charsets.
7947 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7949         * international/mule-cmds.el (locale-language-names): Add entries
7950         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7951         (locale-preferred-coding-systems): Fix entries for Chinese locales.
7953 2008-02-01  Kenichi Handa  <handa@etlken>
7955         * international/utf-7.el: Delete the definition of utf-7.
7956         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7957         Add autoload cookies.
7959 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7961         * term/mac-win.el: Delete the code to create a fontset from the X
7962         resource "Font".
7964 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7966         * international/robin.el (robin-define-package): Be sure to call
7967         put-char-code-property.
7969 2008-02-01  Kenichi Handa  <handa@m17n.org>
7971         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7972         property to 1.
7974         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7975         property to t.
7977         * international/mule.el (coding-system-get):
7978         Check `ascii-incompatible' for backward compatiblity.
7979         (set-file-name-coding-system): Signal an error for a coding system
7980         not suitable for file name.
7981         (set-keyboard-coding-system): Signal an error for a coding system
7982         not suitable for keyboard.
7984         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7985         Set :suitable-for-keyboard property to 1.
7987         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7988         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7990         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7991         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7993 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7995         * international/robin.el (robin-define-package): Delete redundant code.
7996         (robin-add-rule): Allow N-1 reverse conversion.
7998 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8000         * international/robin.el (robin-define-package): Make the
8001         expanded form shorter.
8003 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8005         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8006         chiense-iso-8bit.
8008 2008-02-01  Kenichi Handa  <handa@m17n.org>
8010         * loadup.el: If we are byte-compiling unidata-gen.el or running
8011         unidata-ge-files, set purify-flag to nil.
8013 2008-02-01  Kenichi Handa  <handa@m17n.org>
8015         * loadup.el: Load international/charprop.el with NOERROR t.
8017         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8019 2008-02-01  Kenichi Handa  <handa@m17n.org>
8021         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8022         New charsets and coding systems.
8023         (mac-symbol, mac-dingbats): New charsets.
8025 2008-02-01  Kenichi Handa  <handa@m17n.org>
8027         * international/characters.el: Set syntax of NBSP to punctuation.
8029 2008-02-01  Kenichi Handa  <handa@m17n.org>
8031         * international/mule-cmds.el: Don't require wid-edit.
8033 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8035         * international/robin.el: New file.
8037         * language/ethiopic.el: Change encoding to utf-8-emacs.
8038         Register ethio-composition-function in composition-function-table.
8039         ("Ethiopic"): Change coding-systems to utf-8-emacs.
8041         * language/ethio-util.el: Change encoding to utf-8-emacs.
8042         Rewrite all transliteration functions to use robin.el.
8043         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8044         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8045         (ethio-prefer-ascii-punctuation): Delete variables.
8046         (ethio-char-to-ethiocode, ethio-convert-digit)
8047         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8048         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8049         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8050         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8051         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8052         (ethio-adjust-robin, ethio-composition-function)
8053         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8054         (ethio-sera-to-fidel-region-ethio)
8055         (ethio-sera-to-fidel-region-noethio)
8056         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8057         New functions.
8059 2008-02-01  Miles Bader  <miles@gnu.org>
8061         * international/mule.el (auto-coding-regexp-alist)
8062         (ctext-pre-write-conversion): Replace embedded control characters
8063         with octal escapes; this prevents diff from thinking the file is binary.
8065 2008-02-01  Miles Bader  <miles@gnu.org>
8067         * descr-text.el (describe-char-unidata-list):
8068         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8069         (byte-compile-insert-header):
8070         * international/mule.el (charset-list, set-coding-priority)
8071         (ignore-relative-composition):
8072         * international/mule-util.el (detect-coding-with-priority):
8073         * international/mule-diag.el:
8074         * international/mule-cmds.el (language-info-custom-alist):
8075         * international/codepage.el (codepage-setup):
8076         Replace references to Emacs version "22" with "23".
8078 2008-02-01  Kenichi Handa  <handa@m17n.org>
8080         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8082         * international/fontset.el (font-encoding-alist): Add an entry for
8083         microsoft-cp1251.
8084         (setup-default-fontset): Add entries for microsoft-cp1251 and
8085         koi8-r for cyrillic.
8087         * international/mule-cmds.el (char-code-property-alist): New variable.
8088         (define-char-code-property): New function.
8089         (get-char-code-property, put-char-code-property): Handle a
8090         char-table registerd in char-code-property-alist.
8091         (set-language-environment): Check :ascii-compatible-p property of
8092         nonascii charset instead of its dimension.
8094         * international/uni-bidi.el, international/uni-category.el:
8095         * international/uni-combining.el, international/uni-comment.el:
8096         * international/uni-decimal.el, international/uni-decomposition.el:
8097         * international/uni-digit.el, international/uni-lowercase.el:
8098         * international/uni-mirrored.el, international/uni-name.el:
8099         * international/uni-numeric.el, international/uni-old-name.el:
8100         * international/uni-titlecase.el, international/uni-uppercase.el:
8101         * international/charprop.el: New files automatically generated by
8102         admin/unidata/Makefile.
8104         * loadup.el: Load internationnal/charprop.el.
8106         * descr-text.el (describe-char-unidata-list): New variable.
8107         (describe-char-unicode-data): Use char-code-property-description.
8108         (describe-char): Add lines for describing Unicode-based character
8109         properties.
8111 2008-02-01  Kenichi Handa  <handa@m17n.org>
8113         * textmodes/ispell.el: These changes are to fix the code merged
8114         from trunk for the change on 2008-02-01.
8115         (ispell-unified-chars-table): Delete it.
8116         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8118 2008-02-01  Kenichi Handa  <handa@m17n.org>
8120         * international/mule-util.el (char-displayable-p): Check
8121         :charset-list property of CODING.
8123 2008-02-01  Kenichi Handa  <handa@m17n.org>
8125         * international/mule-cmds.el (select-safe-coding-system-interactively):
8126         Change 'mime-charset to :mime-charset.
8127         (select-safe-coding-system): Use above.
8128         (set-language-environment): Delete unnecessary code for handling
8129         overriding-fontspec.
8131 2008-02-01  Kenichi Handa  <handa@m17n.org>
8133         * international/mule-conf.el: New coding system aliases unix, dos,
8134         and mac.
8136 2008-02-01  Kenichi Handa  <handa@m17n.org>
8138         * international/titdic-cnv.el (tit-process-header): Fix embedded
8139         coding tag.
8140         (titdic-convert): Bind coding-system-for-write to the coding
8141         system specfied in the map file.  Remove `charset' property after
8142         decoding.
8143         (miscdic-convert): Bind coding-system-for-write to the coding
8144         system specfied for the map file.  Fix LANGUAGE arg to
8145         quail-define-package.
8146         (batch-miscdic-convert): Check if a file is directory or not.
8148 2008-02-01  Kenichi Handa  <handa@m17n.org>
8150         * international/mule.el (coding-system-equal): Move from mule-util.el.
8152         * international/mule-util.el (coding-system-equal): Move to mule.el.
8154 2008-02-01  Kenichi Handa  <handa@m17n.org>
8156         * international/encoded-kb.el (encoded-kbd-decode-code-list):
8157         New function.
8158         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8159         Support multibyte charsets.
8161 2008-02-01  Kenichi Handa  <handa@m17n.org>
8163         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8164         to eight-bit chars.
8166         * international/mule-conf.el: Don't define coding system
8167         `undecided' here.
8169 2008-02-01  Kenichi Handa  <handa@m17n.org>
8171         * international/mule-cmds.el (locale-language-names): Fix for
8172         gb18030 and gdk.
8174 2008-02-01  Kenichi Handa  <handa@m17n.org>
8176         * international/fontset.el (font-encoding-alist): Add gbk.
8177         (charset-script-alist): Add chinese-gbk.
8179 2008-02-01  Kenichi Handa  <handa@m17n.org>
8181         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8183 2008-02-01  Kenichi Handa  <handa@m17n.org>
8185         * language/japanese.el ("Japanese"): Fix ordering of charsets.
8187 2008-02-01  Kenichi Handa  <handa@m17n.org>
8189         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8190         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8191         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8193 2008-02-01  Kenichi Handa  <handa@m17n.org>
8195         * descr-text.el (describe-char): Fix for the case CODE is a cons
8196         of integers.
8198 2008-02-01  Steven Tamm  <steventamm@mac.com>
8200         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8201         (mac-standard-fontset-spec): Create.
8203 2008-02-01  Kenichi Handa  <handa@m17n.org>
8205         * international/mule-diag.el (unicode-data):
8206         Call find-file-noselect with NOWARN t.
8208 2008-02-01  Kenichi Handa  <handa@m17n.org>
8210         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8212 2008-02-01  Kenichi Handa  <handa@m17n.org>
8214         * international/characters.el: Give more CJK characters the
8215         category `|'.
8217         * descr-text.el (describe-char): Make it work on *Help* buffer.
8218         Suppress auto-composition on a region describing about composition.
8220         * language/european.el (diacritic-compose-region)
8221         (diacritic-compose-string, diacritic-composition-function):
8222         Compose diacritical marks only with a character whose syntax is
8223         word constituent.
8224         (diacritic-post-read-conversion): Delete it.
8226 2008-02-01  Kenichi Handa  <handa@m17n.org>
8228         * composite.el (auto-compose-chars): Execute the main code in
8229         condition-case.
8231 2008-02-01  Kenichi Handa  <handa@m17n.org>
8233         * international/fontset.el (x-complement-fontset-spec):
8234         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8236 2008-02-01  Kenichi Handa  <handa@m17n.org>
8238         * international/characters.el (next-word-boundary-kana):
8239         Handle half-width kana.
8241 2008-02-01  Kenichi Handa  <handa@m17n.org>
8243         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8245 2008-02-01  Kenichi Handa  <handa@m17n.org>
8247         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8249         * mail/rmail.el (rmail-decode-babyl-format):
8250         Use with-coding-priority instead of detect-coding-with-priority.
8252 2008-02-01  Kenichi Handa  <handa@m17n.org>
8254         * international/mule.el (make-translation-table)
8255         (make-translation-table-from-vector): Set the second extra slot of
8256         the char table to 1.
8257         (make-translation-table-from-alist): Fix handling of multiple entries.
8259 2008-02-01  Kenichi Handa  <handa@m17n.org>
8261         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8262         New translation tables.
8264         * international/mule.el (make-translation-table-from-alist):
8265         New function.
8267 2008-02-01  Kenichi Handa  <handa@m17n.org>
8269         * international/mule.el (translate-region): Re-implement it here.
8270         Make it interactive.
8272 2008-02-01  Kenichi Handa  <handa@m17n.org>
8274         * ps-mule.el (ps-mule-font-info-database): Doc fix.
8276 2008-02-01  Kenichi Handa  <handa@m17n.org>
8278         * international/mule-conf.el (chinese-cns11643-15): New charset.
8280 2008-02-01  Kenichi Handa  <handa@m17n.org>
8282         * international/fontset.el (font-encoding-alist): Add entries for
8283         variations of cns11643 fonts.
8284         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8286 2008-02-01  Kenichi Handa  <handa@m17n.org>
8288         * international/mule-diag.el (list-charset-chars): Put charset
8289         text property.
8291         * international/fontset.el (setup-default-fontset): Delete the
8292         entry for symbol script, add JISX0213 to kana script, specify
8293         fallback fonts.
8295 2008-02-01  Kenichi Handa  <handa@m17n.org>
8297         * international/fontset.el (setup-default-fontset)
8298         (font-encoding-alist): Register "JISX0213.2004-1".
8300         * international/mule-diag.el (list-character-sets): Fix the first
8301         line message.
8302         (sort-listed-character-sets): Adjust for the change of
8303         list-characters-sets-1.
8304         (list-character-sets-1): List supplementary character sets in a
8305         different section.
8306         (list-charset-chars): Validate charset at early stage.
8308         * international/characters.el: Fix `han' script range.
8310         * international/mule-conf.el (japanese-jisx0213.2004-1):
8311         Specify :code-space.
8312         (cp932-2-byte): Fix :code-space.
8313         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8315 2008-02-01  Kenichi Handa  <handa@m17n.org>
8317         * international/mule-conf.el (japanese-jisx0213.2004-1):
8318         Specify :dimension 2.
8320         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8321         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8322         New coding systems.
8323         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8324         aliases.
8325         ("Japanese"): Add new charsets and coding systems.
8327 2008-02-01  Kenichi Handa  <handa@m17n.org>
8329         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8330         Rename from japanese-ucs-cp932-map.
8331         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8332         (japanese-ucs-glibc-map): Delete this translation table.
8333         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8334         New translation tables.
8336 2008-02-01  Kenichi Handa  <handa@m17n.org>
8338         * cus-start.el: Handle charset-map-path, not charset-map-directory.
8340 2008-02-01  Kenichi Handa  <handa@m17n.org>
8342         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8344 2008-02-01  Kenichi Handa  <handa@m17n.org>
8346         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8347         tables japanese-ucs-*-map.
8349 2008-02-01  Kenichi Handa  <handa@m17n.org>
8351         * international/eucjp-ms.el: New file (automatically generated by
8352         admin/charsets/Makefile).
8354         * international/cp51932.el: New file (automatically generated by
8355         admin/charsets/Makefile).
8357         * language/japanese.el: Load cp51932 and eucjp-ms.
8358         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8359         (japanese-ucs-glibc-map): New translation tables.
8360         (eucjp-ms): New coding system.
8362         * international/mule.el (coding-system-put): Delete it.
8363         It's implemented in C now.
8365         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8366         (japanese-jisx0213-a): New supplementary charset.
8367         (japanese-jisx0213.2004-1): New charset.
8369 2008-02-01  Kenichi Handa  <handa@m17n.org>
8371         * language/japanese.el (japanese-cp932): New coding system.
8372         (cp932): New alias of it.
8374         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8375         (cp932): New charsets.
8377         * international/mule.el (define-charset): If :code-space is not
8378         given, generate it from :dimension.
8380 2008-02-01  Kenichi Handa  <handa@m17n.org>
8382         * composite.el (reference-point-alist): Doc fix.
8383         (encode-composition-rule, decode-composition-rule):
8384         Handle a rule (GREF NREF XOFF YOFF).
8386 2008-02-01  Kenichi Handa  <handa@m17n.org>
8388         * language/european.el (diacritic-composition-function): Fix for
8389         the case that POS is at the head.  Allow combining with more characters.
8391 2008-02-01  Kenichi Handa  <handa@m17n.org>
8393         * descr-text.el (describe-char): Check `charset' property.
8394         Show the code point in the charset in hexadigits.
8396         * international/mule-diag.el (stretches-for-character-list):
8397         Delete it.
8398         (list-block-of-chars): Use tabs instead of `display' property for
8399         aligning characters.
8400         (print-fontset-element): Fix the printing of XLFD.
8402 2008-02-01  Kenichi Handa  <handa@m17n.org>
8404         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8405         New function.
8406         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8407         handling utf-8.
8409 2008-02-01  Kenichi Handa  <handa@m17n.org>
8411         * faces.el (read-face-font): Include fontsets in the completion list.
8413         * international/mule-cmds.el (set-locale-environment):
8414         Insert locale-translation-file-name in a unibyte buffer.
8416         * international/characters.el: Fix setting of category `|'.
8418 2008-02-01  Kenichi Handa  <handa@m17n.org>
8420         * language/chinese.el (chinese-gb18030): Fix :charset-list.
8422 2008-02-01  Kenichi Handa  <handa@m17n.org>
8424         * international/mule-cmds.el (select-safe-coding-system): Fix for
8425         the case that the first element of default-coding-system is t.
8426         Fix a message when some coding systems are rejected.
8428 2008-02-01  Kenichi Handa  <handa@m17n.org>
8430         * international/mule-cmds.el (set-language-environment): Put
8431         higher priority to charsets listed in `charset' property of the
8432         language environment.
8434 2008-02-01  Kenichi Handa  <handa@m17n.org>
8436         * composite.el (auto-compose-chars): Don't do unnecessary
8437         save-exclusion and save-restriction.
8439 2008-02-01  Kenichi Handa  <handa@m17n.org>
8441         * international/mule-conf.el (ctext-no-compositions):
8442         Remove garbage arguments.
8444         * international/mule.el (make-coding-system): Fix generation of
8445         properties.
8447         * international/fontset.el (setup-default-fontset): Specify fonts
8448         for `symbol' script.
8450         * international/characters.el (script-list): Include `currency'
8451         in `symbol'.
8453 2008-02-01  Alex Schroeder  <alex@gnu.org>
8455         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8456         8601 format (a capital T between the date and the time).
8458 2008-02-01  Kenichi Handa  <handa@m17n.org>
8460         * international/mule.el (private-char-area-1-min)
8461         (private-char-area-1-max, private-char-area-2-min)
8462         (private-char-area-2-max, emacs-mule-charset-table): New variables.
8463         (convert-define-charset-argument): New function.
8464         (define-charset): Handle the old calling style.
8465         Update emacs-mule-charset-table.
8466         (make-char-internal): New function.
8468 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8470         * w32-charset-info-alist: Define iso10646-1 always.
8472 2008-02-01  Kenichi Handa  <handa@m17n.org>
8474         * composite.el (compose-region): Doc fix (delete duplicated line).
8476 2008-02-01  Kenichi Handa  <handa@m17n.org>
8478         * international/characters.el: Fix syntax for Ethiopic.
8480 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8482         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8484         * makefile.w32-in (DONTCOMPILE): Remove old languages.
8485         Add international/latin1-disp.el.
8486         (LC_ALL): Define as C.
8488 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8490         * term/w32-win.el: Don't set fontsets to use sjis.
8492 2008-02-01  Kenichi Handa  <handa@m17n.org>
8494         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8495         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8497 2008-02-01  Kenichi Handa  <handa@m17n.org>
8499         * composite.el (auto-composition-chunk-size): Delete variable.
8500         (auto-compose-chars): Always stop after processing a newline.
8502 2008-02-01  Kenichi Handa  <handa@m17n.org>
8504         * international/mule.el (define-coding-system): Fix attribute
8505         name :for-unibyte.
8507 2008-02-01  Kenichi Handa  <handa@m17n.org>
8509         * ps-bdf.el: Largely re-write.
8511         * ps-mule.el: Largely re-write.
8513         * ps-print.el (ps-generate-string-list): Delete function.
8514         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8515         (ps-header-footer-string): Delete function.
8516         (ps-encode-header-string-function): New variable.
8517         (ps-generate-header-line): Call ps-encode-header-string-function.
8518         (ps-basic-plot-string-function): New variable
8519         (ps-begin-job): Set ps-basic-plot-string-function and
8520         ps-encode-header-string-function.  For setting up headers and
8521         footers, don't use caches such as ps-rh-cache.  Don't call
8522         ps-mule-begin-page.
8523         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8524         Don't call ps-mule-prepare-ascii-font.
8525         (ps-plot-region): Don't pay attention to composition and
8526         non-ASCII characters.
8527         (ps-generate): Call ps-mule-end-job.
8528         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8529         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8530         (ps-mule-end-job): Declare autoload.
8532         * composite.el (auto-compose-region): New function.
8534 2008-02-01  Dave Love  <fx@gnu.org>
8536         * international/mule-util.el
8537         (detect-coding-with-language-environment): Doc fix.
8539         * composite.el: Doc fixes.
8540         (auto-compose-chars): Use functionp, not fboundp.
8542         * international/mule-diag.el (list-charset-chars): Set buffer file
8543         coding system.
8545         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8546         cookie.  Doc fix.
8548 2008-02-01  Dave Love  <fx@gnu.org>
8550         * international/mule-diag.el (list-charset-chars): Set buffer file
8551         coding system.
8553         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8554         cookie.  Doc fix.
8556         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8557         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8558         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8559         * eshell/esh-opt.el (eshell-process-option):
8560         * emulation/keypad.el (keypad-setup):
8561         * emacs-lisp/lisp-mode.el (prin1-char):
8562         * emacs-lisp/generic.el (generic-mode-set-comments):
8563         * edmacro.el (edmacro-parse-keys):
8564         * disp-table.el (standard-display-default): Use characterp.
8566 2008-02-01  Kenichi Handa  <handa@m17n.org>
8568         * international/mule-conf.el (utf-16-be): Make it an alias of
8569         utf-16be-with-signature.
8570         (utf-16-le): Make it an alias of utf-16le-with-signature.
8571         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8572         coding system aliases.
8574         * international/utf-7.el (utf-7-decode, utf-7-encode):
8575         Use utf-16be, not utf-16-be.
8577 2008-02-01  Kenichi Handa  <handa@m17n.org>
8579         * international/mule.el (coding-system-category): New function.
8580         (set-coding-priority): Re-write.
8581         (make-translation-table): Re-write.
8583         * international/mule-cmds.el (universal-coding-system-argument):
8584         Check the coding system type `undecided', not `t'.
8585         (sort-coding-systems): Fix for iso-2022 coding systems.
8586         (find-multibyte-characters): Fix for eight-bit chars.
8587         (set-language-environment): Set charset priorities according to
8588         the charsets supported by the coding systems of higher priorities.
8590 2008-02-01  Kenichi Handa  <handa@m17n.org>
8592         * font-lock.el
8593         (font-lock-match-c-style-declaration-item-and-skip-to-next):
8594         Check (match-end 2) before going there.
8596 2008-02-01  Kenichi Handa  <handa@m17n.org>
8598         * international/mule.el (ctext-non-standard-designations-alist):
8599         Exclude entries for iso8859-1[03456].  Fix docstring.
8600         (ctext-pre-write-conversion): Make it work for the case that FROM
8601         is a string.  Don't do unnecessary save-restriction and
8602         narrow-to-region.
8604 2008-02-01  Kenichi Handa  <handa@m17n.org>
8606         * international/mule.el (ctext-non-standard-encodings-alist):
8607         Rename from non-standard-icccm-encodings-alist.
8608         (ctext-non-standard-encodings-regexp): New variable
8609         (ctext-post-read-conversion): Full rewrite.
8610         (ctext-non-standard-designations-alist): Rename from
8611         non-standard-designations-alist.
8612         (ctext-pre-write-conversion): Full rewrite.
8613         (define-coding-system): Doc fix (escape '"' by '\').
8615 2008-02-01  Dave Love  <fx@gnu.org>
8617         * international/mule-conf.el (utf-16le, utf-16be-16be)
8618         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8619         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
8620         `-16-{b,l}e-' and define aliases for the old names.
8622         * international/mule.el (define-coding-system): Doc fix.
8624 2008-02-01  Dave Love  <fx@gnu.org>
8626         * international/utf-7.el: New file.
8628         * international/mule-conf.el (utf-7): New.
8630 2008-02-01  Kenichi Handa  <handa@m17n.org>
8632         * international/mule-conf.el (utf-16): Add :endian 'big.
8634         * international/mule.el (define-coding-system): Fix docstring
8635         about :bom and :endian.
8637 2008-02-01  Dave Love  <fx@gnu.org>
8639         * international/mule-diag.el (describe-character-set):
8640         Fix printing dimensions.  Use `×', not `x'.
8642 2008-02-01  Kenichi Handa  <handa@m17n.org>
8644         * international/fontset.el: Register CDAC fonts in
8645         face-font-rescale-alist instead of face-resizing-fonts.
8647 2008-02-01  Kenichi Handa  <handa@m17n.org>
8649         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8650         (utf-16-be): Rename from utf-16-be-nosig.
8651         (utf-16-le-with-signature): Rename from utf-16-le.
8652         (utf-16-be-with-signature): Rename from utf-16-be.
8653         (utf-16): Set :bom to (utf-16-le-with-signature .
8654         utf-16-be-with-signature).
8656 2008-02-01  Dave Love  <fx@gnu.org>
8658         * language/georgian.el (georgian-ps, georgian-academy): New coding
8659         system.
8661         * language/chinese.el (chinese-big5-hkscs): New coding system.
8662         (big5-hkscs, cn-big5-hkscs): New aliases.
8664         * international/mule-conf.el (big5-hkscs, georgian-academy):
8665         New charset.
8666         (ibm1047): Doc fix.
8667         (pt154): Add mime-charset.
8668         (ptcp154, cp154): New aliases.
8670 2008-02-01  Dave Love  <fx@gnu.org>
8672         * international/mule.el (charset-iso-final-char, define-coding-system):
8673         Doc fix.
8675 2008-02-01  Kenichi Handa  <handa@m17n.org>
8677         * international/ccl.el (define-ccl-program): Fset charset-id
8678         to charset-id-internal temporarily.
8680 2008-02-01  Kenichi Handa  <handa@m17n.org>
8682         * international/mule-diag.el (list-block-of-chars):
8683         Use decode-char instead of make-char.
8685 2008-02-01  Kenichi Handa  <handa@m17n.org>
8687         * international/fontset.el: Enable the default fontset to use
8688         unicode fonts for ASCII characters.
8689         (x-decompose-font-name): Don't try to resolve PATTERN by
8690         x-resolve-font-name.
8691         (x-complement-fontset-spec): Never prepend an ASCII font.
8692         (create-fontset-from-fontset-spec): If a fontset of the same name
8693         already exists, override it instead of signalling an error.  Don't
8694         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
8696         * international/mule-conf.el (unicode-bmp): Delete duplicated
8697         definition.  Give it :code-offset 0.
8699         * international/mule-diag.el (print-fontset-element): New function.
8700         (print-fontset): Use print-fontset-element to print the elements
8701         of a fontset.  Use it also to print fonts fallen back to the
8702         default fontsets.
8704         * term/x-win.el: Delete the code to create a fontset from the X
8705         resource "Font".
8707 2008-02-01  Kenichi Handa  <handa@m17n.org>
8709         * international/mule-diag.el (print-fontset): Insert proper
8710         newline and indentation spaces.
8712 2008-02-01  Dave Love  <fx@gnu.org>
8714         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8715         multibyte-char-to-unibyte.
8717         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8719         * international/mule-cmds.el (find-coding-systems-for-charsets):
8720         Use coding-system-type, coding-system-charset-list.
8721         (standard-keyboard-coding-systems): Delete.
8722         (set-locale-environment): Maybe set keyboard coding system.
8723         Avoid typical warning about codeset in C locale.
8725 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8727         * international/fontset.el (x-complement-fontset-spec): If a
8728         fontname doesn't conform to XLFD format, try to get XLFD name by
8729         x-list-fonts.
8731 2008-02-01  Dave Love  <fx@gnu.org>
8733         * international/mule-conf.el (mik, pt154): New charsets.
8735         * language/cyrillic.el (mik, pt154): New coding systems.
8737 2008-02-01  Dave Love  <fx@gnu.org>
8739         * international/characters.el: Move parts around so that syntax
8740         definitions aren't overwritten wrongly.
8742         * international/mule-diag.el (unicode-data): Fix treatment of
8743         numeric-value fields.
8745 2008-02-01  Dave Love  <fx@gnu.org>
8747         * progmodes/cap-words.el: New file.
8749 2008-02-01  Kenichi Handa  <handa@m17n.org>
8751         The following changes are to make character composition happen
8752         automatically on displaying.
8754         * composite.el: Remove all autoload cookies.
8755         (composition-function-table): Move variable declaration from
8756         composite.c.  Change format.
8757         (save-buffer-state): Copy from font-lock.el.
8758         (auto-composition-chunk-size): New variable.
8759         (auto-compose-chars): New function.  Set
8760         auto-composition-function to it.
8761         (toggle-auto-composition): New function.
8763         * international/characters.el: Make all chararacters in the
8764         charset tibetan to tibetan script.
8766         * international/mule-conf.el (tibetan): Fix :code-space property.
8767         (tibetan-1-column): Delete :superset property, add :code-offset
8768         property.
8770         * international/quail.el (quail-input-string-to-events): Don't
8771         generate compose-chars-after events.
8773         * language/devanagari.el: Register devanagari-composable-function
8774         in composition-function-table for Devanagari characters.
8776         * language/devan-util.el: Register devanagari-composable-pattern
8777         in indian-composable-pattern.
8778         (devanagari-composition-function): Add autoload cookie.  Change
8779         arguments to conform to composition-function-table.
8781         * language/european.el: Register combining characters in
8782         composition-function-table.
8783         (diacritic-composition-function): Change arguments to conform to
8784         composition-function-table.
8786         * language/indian.el (indian-composable-pattern): New variable.
8788         * language/ind-util.el (indian-compose-region): Don't call
8789         compose-chars-after, instead call a function registered in
8790         composition-function-table.
8792         * language/lao.el: Register lao-composition-function in
8793         composition-function-table for Lao vowels and tones.
8794         (lao): Don't use lao-post-read-conversion.
8796         * language/lao-util.el (lao-post-read-conversion): Delete this function.
8797         (lao-composition-function): Change arguments to conform to
8798         composition-function-table.
8800         * language/thai.el: Register thai-composition-function in
8801         composition-function-table for Thai vowels and tones.
8802         (thai-tis620): Don't use thai-post-read-conversion.
8804         * language/thai-util.el (thai-post-read-conversion): Delete function.
8805         (thai-composition-function): Change arguments to conform to
8806         composition-function-table.
8808         * language/tibetan.el: Register tibetan-composition-function in
8809         composition-function-table for Tibetan characters.
8811         * language/tibet-util.el (tibetan-composition-function):
8812         Change arguments to conform to composition-function-table.
8814         * loadup.el: Load composite.
8816 2008-02-01  Dave Love  <fx@gnu.org>
8818         * international/mule-diag.el (unicode-data): Find unicodedata-file
8819         literally.
8821 2008-02-01  Dave Love  <fx@gnu.org>
8823         * international/fontset.el: Doc fixes.
8824         ("fontset-default"): Add iso8859-15.
8826 2008-02-01  Kenichi Handa  <handa@m17n.org>
8828         * international/fontset.el ("fontset-default"): Add an entry for
8829         `indian-is13194' charset.
8831         * international/mule-conf.el (indian-is13194): Delete :unify-map
8832         property.  Don't unify this charset.
8833         (indian-2-column): Delete :superset property, add :code-offset property.
8835         * language/devan-util.el: Delete the superfluous autoload cookie
8836         near the head of the file.
8837         (devanagari-compose-region): Add autoload cookie.
8839         * language/ind-util.el (indian-2-column-to-ucs-region):
8840         Add autoload cookie.
8842 2008-02-01  Kenichi Handa  <handa@m17n.org>
8844         * international/fontset.el ("fontset-default"): Add an entry for
8845         `devanagari' script and `malayalam-glyph' charset.
8846         (face-resizing-fonts): Register CDAC fonts.
8848         * international/mule-conf.el (malayalam-glyph): New charset.
8850 2008-02-01  Dave Love  <fx@gnu.org>
8852         * term/x-win.el: Fix typo in loop setting x-keysym-table.
8854 2008-02-01  Dave Love  <fx@gnu.org>
8856         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8858         * term/x-win.el: Remove some ancient compatibility code.  Populate
8859         x-keysym-table.
8861         * international/mule-cmds.el (wid-edit): Require when compiling.
8862         (set-locale-environment): Check locale against coding system
8863         aliases too.
8865 2008-02-01  Kenichi Handa  <handa@m17n.org>
8867         * language/indian.el (in-is13194-devanagari):
8868         Fix :post-read-conversion and :pre-write-conversion.
8870 2008-02-01  Dave Love  <fx@gnu.org>
8872         * international/mule-cmds.el (charset): Supply doc, :tag.
8874 2008-02-01  Kenichi Handa  <handa@m17n.org>
8876         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8877         return a unibyte string.
8879 2008-02-01  Kenichi Handa  <handa@m17n.org>
8881         * international/mule-cmds.el (set-locale-environment):
8882         Delete superfluous ')'s at the tail.
8884 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8886         * international/mule.el (define-coding-system): Fix typo;
8887         "docode" -> "decode".
8889 2008-02-01  Dave Love  <fx@gnu.org>
8891         * emacs-lisp/byte-opt.el (side-effect-free-fns):
8892          Add string-make-unibyte string-make-multibyte string-to-multibyte
8893          string-as-multibyte string-as-unibyte.
8895 2008-02-01  Dave Love  <fx@gnu.org>
8897         * language/english.el (ibm1047, cp1047): New.
8899         * international/mule-conf.el (alternativnyj): Use new table.
8900         (cp866): Define standalone, not as alias.
8901         (ibm866): Change alias.
8902         (ibm1047): New.
8904         * language/cyrillic.el (cyrillic-alternativnyj):
8905         Remove mime-charset.  Use alternativnj charset.
8906         (cp866): Remove alias.  Define standalone.
8908 2008-02-01  Dave Love  <fx@gnu.org>
8910         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8912         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8913         ("Tajik", "Belarusian"): Fix charset.
8915         * international/mule-cmds.el (describe-language-environment):
8916         Be case-insensitive when looking for input methods.
8917         (locale-name-match): Doc fix.
8918         (locale-charset-match-p): New.
8919         (set-locale-environment): Warn if coding system doesn't agree
8920         with system locale.
8922 2008-02-01  Kenichi Handa  <handa@m17n.org>
8924         * international/mule-cmds.el (select-safe-coding-system): If
8925         :mime-charset property of a coding system is not equal to that
8926         coding system, don't show that :mime-charset name.
8928 2008-02-01  Dave Love  <fx@gnu.org>
8930         * international/quail.el (quail-help): Fix underlining.
8932         * language/chinese.el (chinese-gb18030, gb18030)
8933         ("Chinese-GB18030"): New.
8935         * international/mule-cmds.el (locale-language-names): Add GB18030.
8937         * international/swedish.el: Don't require latin-1.
8939 2008-02-01  Dave Love  <fx@gnu.org>
8941         * language/czech.el ("Czech"):
8942         * language/slovak.el ("Slovak"):
8943         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8945         * language/greek.el ("Greek"): Remove unibyte-syntax property.
8946         (cp737): New coding system.
8948         * language/european.el: Remove unibyte-syntax properties.
8949         Augment some coding-system properties.
8951         * international/mule-cmds.el (set-language-environment):
8952         Check for charset property of environment.
8953         (language-info-alist): Doc fix.
8955         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8957         * international/characters.el: Add Latin-1.
8959         * international/latin-1.el, international/latin-2.el,
8960         * international/latin-3.el, international/latin-4.el,
8961         * international/latin-5.el, international/latin-8.el,
8962         * international/latin-9.el: Delete.
8964         * loadup.el: Remove international/latin-N.el.
8966         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8967         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8968         Undo last changes.
8970         * international/mule-diag.el (unicode-data): Check that
8971         `unicodedata-file' exists.
8973 2008-02-01  Kenichi Handa  <handa@m17n.org>
8975         * international/fontset.el (charset-script-alist): Fix script names.
8977 2008-02-01  Kenichi Handa  <handa@m17n.org>
8979         * international/latin-1.el: Bind set-case-syntax-charset to
8980         iso-8859-1.  Never provide latin-1.
8982         * international/latin-2.el: Bind set-case-syntax-charset to
8983         iso-8859-2.  Never provide latin-2.
8985         * international/latin-3.el: Bind set-case-syntax-charset to
8986         iso-8859-3.  Never provide latin-3.
8988         * international/latin-4.el: Bind set-case-syntax-charset to
8989         iso-8859-4.  Never provide latin-4.
8991         * international/latin-5.el: Bind set-case-syntax-charset to
8992         iso-8859-9.  Never provide latin-5.
8994         * international/latin-8.el: Bind set-case-syntax-charset to
8995         iso-8859-14.  Never provide latin-8.
8997         * international/latin-9.el: Bind set-case-syntax-charset to
8998         iso-8859-15.  Never provide latin-9.
9000         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9001         (set-case-syntax-charset): New variable.
9002         (set-case-syntax-1): New function.
9003         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9004         Call set-case-syntax-1 on arguments.
9006         * international/mule-cmds.el (set-language-environment): Delete
9007         unnecessary setup of syntax/case for unibyte case.
9009 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9011         * international/fontset.el (generate-fontset-menu): Exclude the
9012         default fontset.
9014         * faces.el (describe-face): Describe :fontset property too.
9016 2008-02-01  Dave Love  <fx@gnu.org>
9018         * international/characters.el: Don't set char width of CJK
9019         charsets generally.  Add some non-word syntax cases.
9020         (korean-ksc5601): Fix ranges with symbol syntax.
9022 2008-02-01  Dave Love  <fx@gnu.org>
9024         * Makefile.in (DONTCOMPILE): Add indian.el.
9026         * language/ind-util.el:
9027         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9028         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9029         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9030         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9031         Remove declarations and let-bind them in re-written top-level loop
9032         over scripts, including ucs-devanagari-to-is13194-alist.
9034 2008-02-01  Dave Love  <fx@gnu.org>
9036         * international/mule-cmds.el (charset): Move.
9037         (language-info-custom-alist): Move.  Alter :set.
9038         (find-coding-systems-for-charsets): Check charset type before
9039         getting :charset-list.
9041         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9043 2008-02-01  Dave Love  <fx@gnu.org>
9045         * wid-edit.el (widget-string-complete): New.
9046         (widget-coding-system-prompt-value-history): Delete.
9047         (coding-system): Use coding-system-value-history.
9049         * international/mule-cmds.el (charset): New widget.
9050         (language-info-custom-alist): Use it.
9051         (default-input-method): Modify :type.
9053 2008-02-01  Dave Love  <fx@gnu.org>
9055         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9056         (indian-glyph-char, indian-char-glyph): Delete.
9057         (is13194-default-repertory): Rename from is13194-default-repartory.
9058         (iscii-to-ucs-region): Hoist evals from loop.
9060         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9062         * language/indian.el (indian-script-table)
9063         (ccl-encode-indian-glyph-font): Delete.
9065         * international/mule-cmds.el (language-info-custom-alist): New.
9066         (input-method-activate-hook, input-method-inactivate-hook)
9067         (input-method-after-insert-chunk-hook)
9068         (input-method-use-echo-area, set-language-environment-hook)
9069         (exit-language-environment-hook): Customize.
9070         (find-coding-systems-for-charsets): Rewrite.
9071         (default-input-method): Add :link.
9073 2008-02-01  Dave Love  <fx@gnu.org>
9075         * international/mule-conf.el (eight-bit): Add :docstring,
9076         :short-name properties.
9077         (cp851): Doc fix.
9078         (unicode-bmp): New.
9080         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9082         * language/european.el (cp858): New.
9083         ("Turkish"): Add special case rules.
9085 2008-02-01  Dave Love  <fx@gnu.org>
9087         * international/characters.el: Make Ÿ and ÿ a case pair.
9089 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9091         * international/mule-conf.el: Don't define the charset iso-8859-1
9092         here, just setup its properties.
9094 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9096         * international/mule-conf.el (utf-8): Give :mime-charset property.
9098 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9100         * international/characters.el: Remove duplicated case setting for
9101         Cyrillic and Greek letters.  Don't setup printable-chars here.
9103         * case-table.el (describe-buffer-case-table): Handle the case
9104         that KEY is a cons within map-char-table.
9106 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9108         * international/characters.el: Fix categories ?A and ?C.
9109         Treat ASCII characters as `latin' script.
9111 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9113         * international/fontset.el (fontset-plain-name): If the fontset
9114         name doesn't ends with "-fontset-*", use family name as the first
9115         part of the plain name.
9116         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9117         created, use that name for the fontset.  Fix arguments to
9118         subst-char-in-string.
9120 2008-02-01  Dave Love  <fx@gnu.org>
9122         * term.el (term-char-mode): Remove generic-character-list code.
9124         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9126         * wid-edit.el (character): Use characterp.
9128         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9130         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9132         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9133         Add charset.
9134         ("Ukrainian"): New.
9136         * language/georgian.el (georgian-ps): New coding system.
9138 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9140         * international/mule-cmds.el (reset-language-environment):
9141         Don't set nonascii-translation-table and nonascii-insert-offset.
9142         Call set-unibyte-charset, not set-primary-charset.
9143         (nonascii-translation-table, nonascii-insert-offset):
9144         Declare these variable as obsolete ones.
9145         (set-language-environment): Call set-unibyte-charset, not
9146         set-primary-charset.  Call set-charset-priority with `charset'
9147         info of the language environment.
9149 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9151         * international/characters.el (next-word-boundary-han):
9152         Don't treat katakana following han characters as a part of a word.
9154 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9156         * international/characters.el: Call map-charset-chars on big5 (not
9157         chinese-big5-1/2) to set categories `c', `C', and `|'.
9158         (next-word-boundary-han, next-word-boundary-kana): New function.
9159         Register it in next-word-boundary-function-table.
9161 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9163         * arc-mode.el (archive-file-name-coding-system): New variable.
9164         Make it permanent-local.
9165         (byte-after, bref, insert-unibyte): New function.  Change most of
9166         char-after, aref, insert to them respectively.
9167         (archive-mode): Set archive-file-name-coding-system.
9168         (archive-summarize): Don't change the buffer's multibyteness.
9169         (archive-extract): Inherit archive-file-name-coding-system from
9170         archive-superior-buffer.  Bind coding-system-for-write to
9171         archive-file-name-coding-system.
9172         (archive-*-write-file-member): Encode ENAME by
9173         archive-file-name-coding-system.  Bind coding-system-for-write to
9174         no-conversion.
9175         (archive-rename-entry): Encode the filename by
9176         archive-file-name-coding-system.
9177         (archive-mode-revert): Don't change the buffer's multibyteness.
9178         (archive-arc-summarize, archive-lzh-summarize)
9179         (archive-zoo-summarize): Don't change the buffer's multibyteness.
9180         Decode filenames by archive-file-name-coding-system.
9181         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9182         the buffer's multibyteness.
9184         * tar-mode.el (tar-file-name-coding-system): New variable.
9185         Make it permanent-local.
9186         (tar-header-block-tokenize): Decode filename and linkname by
9187         tar-file-name-coding-system.
9188         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9189         the byte value of eight-bit chars.
9190         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9191         `to'.  Delete unnecessary call of position-bytes.
9192         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
9193         call of position-bytes.
9194         (tar-extract): Simplify by calling decode-coding-region with
9195         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
9196         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9197         (tar-clear-modification-flags): Delete unnecessary call of
9198         position-bytes.
9199         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9200         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9201         Convert new-data-string by string-to-multibyte before inserting it.
9202         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9203         buffer.  Simplify by calling encoding-coding-region with
9204         DESTINATION argument.
9205         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9207 2008-02-01  Dave Love  <fx@gnu.org>
9209         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9211         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9213 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9215         * international/characters.el: Setup char-script-table.
9217         * international/fontset.el: Setup the default fontset by the new
9218         script-based way.
9219         (x-complement-fontset-spec): Change the format of arg FONTLIST to
9220         an alist of charsets vs font name lists.
9221         (charset-script-alist): New variable.
9222         (create-fontset-from-fontset-spec): Allow script name in
9223         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
9224         to the corresponding script name.
9225         (create-fontset-from-ascii-font): Slight tuning.
9227         * international/mule-conf.el (devanagari-glyph): New charset.
9228         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9229         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9230         japanese-jisx0213-2.
9232         * international/mule-diag.el (print-fontset): Use describe-vector
9233         to handle a char table returned by fontset-info.
9235         * language/indian.el: Don't register ccl-encode-indian-glyph-font
9236         and ccl-encode-unicode-font in font-ccl-encoder-alist.
9238 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9240         * international/mule-util.el (detect-coding-with-priority):
9241         Fix the place of using `,' marker in backquote form.
9243 2008-02-01  Dave Love  <fx@gnu.org>
9245         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9247         * international/mule-util.el (with-coding-priority): Fix.
9249         * international/mule.el (set-coding-priority): Fix obsolete spec.
9251 2008-02-01  Dave Love  <fx@gnu.org>
9253         * international/mule-cmds.el (leim-list-header): Add coding tag.
9255 2008-02-01  Dave Love  <fx@gnu.org>
9257         * international/mule-cmds.el (find-coding-systems-region)
9258         (language-info-alist, reset-language-environment, princ-list): Doc fix.
9259         (input-method-verbose-flag): Fix :type.
9261 2008-02-01  Dave Love  <fx@gnu.org>
9263         * international/mule.el (set-char-table-default): Make obsolete.
9265 2008-02-01  Dave Love  <fx@gnu.org>
9267         * language/devanagari.el ("Devanagari"): Fix coding-system,
9268         coding-priority.
9270         * international/mule-diag.el (describe-char-after): Modify display
9271         list processing.
9272         (unicodedata-file, unicodedata-find): New.
9274 2008-02-01  Dave Love  <fx@gnu.org>
9276         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9277         autoload cookie.
9279         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9281 2008-02-01  Dave Love  <fx@gnu.org>
9283         * international/mule-util.el (detect-coding-with-priority): Rewrite.
9285 2008-02-01  Dave Love  <fx@gnu.org>
9287         * composite.el (compose-string): Doc fix.
9289         * language/georgian.el ("Georgian"): Delete code-pages feature,
9290         add nonascii-translation.
9292         * language/european.el ("German", "French", "Spanish"):
9293         Add latin-9 as alternative coding system.
9294         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9295         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
9296         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9297         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9298         system.
9300         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9301         encode-coding-char.
9302         (side-effect-and-error-free-fns): Add charsetp, max-char,
9303         primary-charset.
9305         * simple.el: Don't require cl when compiling.
9307         * Makefile.in (DONTCOMPILE): Fix duplicates.
9309         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9311         * international/mule.el: Doc fixes.
9312         (load-with-code-conversion): Fix coding-system-type test.
9314         * international/mule-cmds.el (sort-coding-systems): Comment out
9315         iso-2022 case.
9316         (encoded-string-description): Fix coding-system-type test.
9318 2008-02-01  Dave Love  <fx@gnu.org>
9320         * international/characters.el: Make korean-ksc5601 double-width.
9322         * international/mule.el (auto-coding-regexp-alist):
9323         Recognize Emacs 20/1 byte-compiled files.
9325         * international/mule-conf.el (file-coding-system-alist):
9326         Change .elc to utf-8-emacs.
9328         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9329         of utf-8-emacs.
9330         (byte-compile-insert-header): Update magic number.  Add ballast.
9331         (map-char-table): Use byte-compile-funarg-2.
9333 2008-02-01  Dave Love  <fx@gnu.org>
9335         * language/cyrillic.el ("Belarusian"): Doc fix.
9336         (cp1125, koi8-t): Doc fix.
9338         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9339         (find-multibyte-characters): Don't test for charset `unknown'.
9340         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9341         ru, sr_YU, tg, wa, zh.gbk.
9342         (locale-language-names): Change sp to Cyrillic.
9343         (locale-charset-language-names): Match @euro after utf-8.
9345 2008-02-01  Dave Love  <fx@gnu.org>
9347         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9348         New coding systems.
9349         ("Chinese-GBK"): New environment.
9351         * language/thai-util.el: Remove redundant unicodes in category-setting.
9353         * language/lao-util.el: Remove redundant unicodes in category-setting.
9355         * international/mule-conf.el (japanese-jisx0213-1)
9356         (japanese-jisx0213-2): Add unify-map.
9358 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9360         * international/quail.el (quail-update-leim-list-file):
9361         Force writing the file by iso-2022-7bit.
9363         * international/titdic-cnv.el (miscdic-convert): Force writing the
9364         file by iso-2022-7bit.
9366         * international/mule.el (define-charset): Change the attribute
9367         :parents to :subset or :superset.
9369         * international/mule-conf.el: Adjust for the change of
9370         define-charset (:parent -> :subset or :superset).
9372         * international/characters.el: Fix the last change.
9374 2008-02-01  Dave Love  <fx@gnu.org>
9376         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9377         (cyrillic-encode-alternativnyj-char): Fix.
9378         (standard-display-cyrillic-translit): Remove redundant unicodes.
9380 2008-02-01  Dave Love  <fx@gnu.org>
9382         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9383         New environments.
9385         * international/mule-conf.el (control-1): New charset.
9386         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9387         (korean-ksc5601): Redefine to use code-offset and unify-map.
9389 2008-02-01  Dave Love  <fx@gnu.org>
9391         * international/mule-conf.el (tcvn-5712): New charset.
9393         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9394         ("Vietnamese"): Doc fix.
9396 2008-02-01  Dave Love  <fx@gnu.org>
9398         * international/mule-conf.el (windows-936): New alias.
9400         * cus-start.el: Add scalable-fonts-allowed.
9402         * international/characters.el: Reinstate various CJK syntax and
9403         category setup.  Remove obsolete syntax setting in Greek section.
9404         Optimize the char tables.
9406         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9408         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9410         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9411         coding systems.
9413         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9415 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9417         * international/characters.el (printable-chars): Setup correctly.
9419 2008-02-01  Dave Love  <fx@gnu.org>
9421         * cus-start.el: Add selection-coding-system.
9423         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9425         * language/china-util.el (post-read-decode-hz)
9426         (pre-write-encode-hz): Move from chinese.el.
9427         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9428         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9430         * language/chinese.el (post-read-decode-hz)
9431         (pre-write-encode-hz): Move to china-util.el.
9433         * case-table.el (set-case-syntax-pair): Test again for equal byte
9434         lengths of the pair.
9436         * international/characters.el: Add Vietnamese category to
9437         equivalent unicodes.
9439 2008-02-01  Dave Love  <fx@gnu.org>
9441         * international/mule-conf.el (chinese-sisheng, ipa)
9442         (indian-is13194, tibetan, ethiopic): Add :unify-map.
9444         * international/mule-diag.el (describe-character-set): Account for
9445         more than two dimensions of possibly different size.
9446         (describe-current-coding-system): Add selection-coding-system.
9448         * international/mule-cmds.el (unify-8859-on-encoding-mode)
9449         (unify-8859-on-decoding-mode): Move from mule.el.
9451         * international/mule.el (unify-8859-on-encoding-mode)
9452         (unify-8859-on-decoding-mode): Remove :init-value.
9453         (charset-chars): Add optional dimension arg.
9454         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9455         Move to mule-cmds.el.
9457 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9459         * international/fontset.el: Change registry for japanese-jisx0208
9460         to "JISX0208*" in the default fontset.
9461         (font-encoding-alist): Add an entry for "JISX0208.1983" and
9462         "ISO10646.indian-1".
9464 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9466         * language/japanese.el (japanese-iso-7bit-1978-irv):
9467         Add `designation' to :flags, `ascii' to :charset-list.
9469         * international/mule.el (define-charset): New args :min-code and
9470         :max-code.
9471         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9473         * international/mule-conf.el (chinese-gbk): Change :code-offset to
9474         #x160000.
9475         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9476         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9478 2008-02-01  Dave Love  <fx@gnu.org>
9480         * language/thai.el (iso-8859-11): New coding system.
9482         * international/mule-conf.el: Doc fixes.
9483         (iso-8859-11): New.
9485 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
9487         * cus-start.el (scalable-fonts-allowed): Add.
9489 2008-02-01  Dave Love  <fx@gnu.org>
9491         * international/mule.el (unify-8859-on-encoding-mode)
9492         (unify-8859-on-decoding-mode): Dummy versions.
9494         * international/ucs-tables.el: Remove.
9496         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9497         language/japanese.el.
9499         * international/mule-conf.el: Doc fixes.
9500         (cp936): New alias.
9501         (cp720, cp858): New charsets.
9503         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9504         coding system, not emacs-mule.
9506         * files.el (revert-buffer, recover-file): Likewise.
9508         * desktop.el (desktop-save): Likewise.
9510 2008-02-01  Dave Love  <fx@gnu.org>
9512         * international/mule.el (with-category-table): Use make-symbol.
9513         (coding-system-list): Use coding-system-aliases.
9514         (make-translation-table): Don't deal with generic characters.
9516         * international/mule-util.el (coding-system-post-read-conversion)
9517         (coding-system-pre-write-conversion)
9518         (coding-system-translation-table-for-decode)
9519         (coding-system-translation-table-for-encode): Get the right properties.
9520         (with-coding-priority): New macro.
9521         (detect-coding-with-language-environment): Use it.
9522         (coding-system-equal): Use coding-system-plist.
9524         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9525         Use :valid property.
9527         * international/mule-cmds.el (encode-coding-char):
9528         Use find-coding-systems-string.  Don't use make-char.
9529         (describe-language-environment): Use coding-system-aliases.
9530         (prefer-coding-system): Doc fix.
9532         * international/mule-diag.el (describe-current-coding-system):
9533         Fix aliases listing.
9534         (print-iso-2022-flags): Delete.
9535         (print-designation): Partial re-write.
9536         (describe-coding-system): Deal with iso-2022 designations, flags.
9537         Fix shift_jis case.
9538         (describe-char-after): Use characterp.  Print explicit unicode.
9539         Remove some obsolete code.
9540         (print-coding-system-briefly): Fix printing aliases.
9541         (print-coding-system): Use coding-system-aliases.
9542         (mule-diag): Don't list coding categories.
9544         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
9545         Re-order charset priorities.
9546         (binary): New alias.
9547         (iso-8859-16): Fix nickname.
9548         (define-iso-single-byte-charset): Un-define after use.
9550 2008-02-01  Dave Love  <fx@gnu.org>
9552         * international/characters.el: Additional double width specifications.
9554         * international/mule-diag.el (print-coding-system): Incomplete updates.
9555         (describe-character-set): List more properties.
9556         (print-fontset): Fix case of vector font-spec.
9557         (describe-current-coding-system): Fix iso-7, iso-7-else.
9559         * international/mule-conf.el (ibm866): Fix alias.
9560         (iso-8859-16): Fix nickname.
9562 2008-02-01  Dave Love  <fx@gnu.org>
9564         * language/ind-util.el: Avoid decode-char.
9565         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9566         Use characterp, not char-valid-p.
9568         * language/devan-util.el: Add coding tag, avoid decode-char.
9570         * international/titdic-cnv.el: Add coding tag.
9571         (tit-process-header): Add coding tag to output.
9573         * language/thai.el (cp874, ibm874): New coding systems.
9575         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9576         Add character-p.
9578         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9579         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9580         New coding systems.
9581         <set-language-info-alist>: Avoid decode-char.
9583         * language/hebrew.el (cp862, ibm862): New coding systems.
9585         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9587         * language/cyrillic.el (cp855, ibm855): New coding systems.
9589         * international/mule-conf.el: Avoid decode-char in top-level code
9590         for self-inserting multibyte chars.
9591         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9592         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9593         New charsets.
9595         * international/characters.el: Various simplifications and additions.
9597 2008-02-01  Dave Love  <fx@gnu.org>
9599         * international/mule-conf.el (code-pages): Provide, for compatibility.
9601         * international/code-pages.el: Remove.
9603 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9605         * Makefile.in: Cancel the 2008-02-01 change of mine.
9607         * international/fontset.el: Add setting for unicode font at the
9608         end of the default fontset.
9610 2008-02-01  Dave Love  <fx@gnu.org>
9612         * international/mule-conf.el (adobe-standard-encoding, symbol):
9613         Adjust :code-space.
9614         (ibm850): Add :ascii-compatible-p.
9616 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9618         * international/mule-conf.el (vietnamese-viscii-lower)
9619         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9620         mapping table.
9622 2008-02-01  Dave Love  <fx@gnu.org>
9624         * cus-start.el: Add charset-map-directory.
9626         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9628         * format.el (format-alist): Remove ibm, mac, hp entries (available
9629         natively).
9631         * language/romanian.el (iso-latin-10): Add :mime-charset.
9632         ("Romanian"): Add doc.
9634         * international/mule-conf.el (iso-8859-10, symbol)
9635         (adobe-standard-encoding, ibm850): New charsets.
9636         (iso-8859-13): Fix IR number, final char.
9637         (file-coding-system-alist): Add .xml.
9639         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9640         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9641         (adobe-standard-encoding, cp850, ibm850): New coding systems.
9642         ("Latin-6", "Latin-7"): New language environments.
9644 2008-02-01  Dave Love  <fx@gnu.org>
9646         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9647         utf-8-subst; add vietnamese, cyrillic, czech.
9649         * language/romanian.el (iso-latin-10): New coding system.
9651         * international/mule-conf.el (emacs-mule): Set :charset-list,
9652         consistent with coding-system-charset-list doc.
9653         (iso-8859-16): New charset.
9655         * international/mule-diag.el (describe-coding-system): Avoid error
9656         for iso-2022, emacs-mule.
9658 2008-02-01  Dave Love  <fx@gnu.org>
9660         * international/codepage.el: Remove or comment out most of code.
9661         (codepage-setup): Re-write as trivial, obsolete function.
9663         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9664         Remove setup function.
9666         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9668         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9669         language/cyrillic.el, language/czech.el.
9671         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9672         (font-ccl-encoder-alist): Remove viscii, vscii.
9674         * language/hebrew.el (windows-1255, cp1255): New coding systems.
9676         * language/european.el (windows-1254, cp1254, windows-1257)
9677         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9678         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9680         * language/greek.el (windows-1253, cp1253): New coding systems.
9682         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9683         file name.
9684         (windows-1253, windows-1254, windows-1255, windows-1256)
9685         (windows-1257, windows-1258, next): New charsets.
9687         * international/utf-8.el, international/utf-8-subst.el: Remove.
9689         * international/mule.el: Doc fixes.
9690         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9691         (coding-system-get): Try to convert old-style symbol to keyword.
9692         (define-charset): Purecopy strings in property list.
9693         (define-coding-system): Purecopy docstring.
9695         * international/mule-diag.el (list-character-sets-2): Avoid
9696         charset-bytes.
9697         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9698         (list-block-of-chars): Re-write.
9699         (describe-character-set): Show more properties.
9700         (describe-char-after): Correct codepoint display.
9701         (print-coding-system): Use symbolic types.
9703 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9705         * Makefile.in: Be sure also to run emacs with LANG=C.
9707 2008-02-01  Dave Love  <fx@gnu.org>
9709         * international/mule-diag.el: Doc fixes.
9710         (sort-charset-list, charset-multibyte-form-string): Remove.
9711         (list-character-sets, list-character-sets-1)
9712         (list-character-sets-2): Re-write.
9713         (non-iso-charset-alist): Set to nil and made obsolete.
9714         (decode-codepage-char): Re-write and made obsolete.
9715         (read-charset): Don't use non-iso-charset-alist.
9716         (describe-coding-system): Use keyword properties.
9717         (describe-character-set): Re-write.
9719         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9720         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9721         (ebcdic-uk): New charsets.
9723         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9724         New coding systems.
9726         * language/european.el (windows-1252): New coding system.
9728 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9730         * Makefile.in: By sure to run emacs with LC_ALL=C.
9732         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9733         encoded-kbd-self-insert-iso2022-8bit with argument 1.
9734         (encoded-kbd-self-insert-charset): New function.
9735         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9736         coding-system of type charset.
9738 2008-02-01  Dave Love  <fx@gnu.org>
9740         * international/mule-cmds.el (set-locale-environment): Comment out
9741         set-keyboard-coding-system stuff.
9743 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9745         * international/mule.el (define-coding-system): Doc fix;
9746         sjis->shift-jis.
9748         * international/mule-conf.el: Use decode-char instead of make-char.
9750         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9751         New arg ARG.  Directly call self-insert-command.  This is a
9752         temporary workaround to make it work with latin-1.
9753         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9755         * international/characters.el: Setup char-width-table for CJK
9756         characters.
9758 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9760         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9761         Fix the initial value to specify character range of
9762         japanese-jisx0208, not unicode.
9764         * international/characters.el: Set syntax/category for
9765         japanese-jisx0208.
9767 2008-02-01  Dave Love  <fx@gnu.org>
9769         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9770         mime-charset.
9772         * language/vietnamese.el, language/korean.el, language/japanese.el:
9773         * language/hebrew.el, language/greek.el, language/chinese.el:
9774         Fix :mime-charset properties.
9776         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9777         (cyrillic-alternativnyj): Fix :mime-charset.
9778         (cp878, cp866): New alias.
9780         * language/european.el: Fix mime-charset properties.
9782         * international/mule-cmds.el (sort-coding-systems)
9783         (select-safe-coding-system, select-message-coding-system): Use
9784         :mime-charset, not 'mime-charset.
9786         * international/mule-conf.el: Add various :mime-charset properties.
9788 2008-02-01  Dave Love  <fx@gnu.org>
9790         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9791         getting decoder.
9792         (encoded-kbd-mode): Fix code for coding system type and designations.
9794         * international/mule-conf.el: Spelling fixes.
9796 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9798         * international/fontset.el (fontset-plain-name): Handle the case
9799         that size, weight, slant are not specified in the fontset name.
9801 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
9803         * language/greek.el (greek-iso-8bit): Fix typo.
9805 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9807         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9809 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9811         * international/characters.el: Change encoding to utf-8-emacs.
9812         Remove apparent duplicate codes.
9814 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9816         * international/fontset.el: Change the registry for
9817         chinese-gb2312 and add the registry for chinese-gbk.
9819         * international/mule.el (charset-chars): Fix typo.
9821         * international/mule-conf.el (chinese-gbk): New charset.
9823         * international/titdic-cnv.el (titdic-convert): Read into a
9824         unibyte buffer then make the buffer multibyte.
9826 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9828         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9829         instead of :signature.
9831 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9833         * language/czech.el ("Czech"): Set `iso-8859-2' for
9834         `nonascii-translation'.
9836         * language/romanian.el ("Romanian"): Likewise.
9838         * language/slovak.el ("Slovak"): Likewise.
9840         * international/characters.el: Optimize calls of modify-category-entry.
9842 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9844         * bindings.el: Don't bind multibyte characters to
9845         self-insert-command here.  It's done in mule-conf.el.
9847         * case-table.el (set-case-syntax-offset): Delete variable.
9848         (set-case-syntax-1): Delete function.  Change callers.
9849         (set-case-syntax-delims): Don't check byte length of characters.
9851         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9852         characters to isearch-printing-char.
9854         * loadup.el: Don't load "international/utf-8".  Don't call
9855         update-coding-systems-internal.  Bind coding-system-for-write to
9856         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
9857         dumping.
9859         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9860         change of map-char-table.
9862         * eshell/esh-mode.el: Adjust for the change of map-char-table.
9864         * international/characters.el: Adjust for the deletion of
9865         generic characters.
9867         * international/code-pages.el (cp-make-translation-table)
9868         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
9869         (cp-make-coding-system): Call define-coding-system.
9871         * international/fontset.el: Rewrite most code.
9873         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9874         Call encode-char instead of split-char.
9876         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9877         Change value.
9878         (skkdic-lookup-key): Call encode-char instead of split-char.
9880         * international/titdic-cnv.el (titdic-convert): Bind
9881         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
9882         buffer.
9884         * international/latin-1.el: Don't bind set-case-syntax-offset.
9886         * international/latin-2.el: Don't bind set-case-syntax-offset.
9888         * international/latin-3.el: Don't bind set-case-syntax-offset.
9890         * international/latin-4.el: Don't bind set-case-syntax-offset.
9892         * international/latin-5.el: Don't bind set-case-syntax-offset.
9894         * international/latin-8.el: Don't bind set-case-syntax-offset.
9896         * international/latin-9.el: Don't bind set-case-syntax-offset.
9898         * international/mule-cmds.el: Don't use coding category.
9899         Call set-coding-system-priority instead of set-coding-priority.
9900         (sort-coding-systems, select-safe-coding-system):
9901         Call coding-system-priority-list to get the most preferred one.
9902         (reset-language-environment): Order of coding system priority
9903         changed.  Set primary charset to iso-8859-1.
9904         (set-language-environment-coding-systems):
9905         Call set-coding-system-priority instead of set-coding-priority.
9906         (get-charset-property, put-charset-property): Move to mule.el.
9908         * international/mule-conf.el: Ful re-write.
9910         * international/mule-diag.el (print-designation): Change arguments.
9911         (print-iso-2022-flags): New function.
9912         (describe-coding-system, describe-current-coding-system):
9913         Adjust for the new structure of coding system.
9915         * international/mule.el (char-valid-p): Make it an alias of characterp.
9916         (define-charset): Full re-design.
9917         (charset-quoted-standard-p): Delete.
9918         (charsetp): Move to charset.c.
9919         (charset-info, charset-id, charset-bytes, charset-width)
9920         (charset-directioin, charset-iso-graphic-plane)
9921         (charset-reverse-charset): Delete.
9922         (charset-dimension, charset-chars, charset-iso-final-char)
9923         (charset-description, charset-short-name, charset-long-name):
9924         Call charset-plist instead of charset-info.
9925         (charset-plist, set-charset-plist): Move to charset.c.
9926         (get-charset-property, put-charset-property): Move from
9927         mule-cmds.el.  Call charset-plist and set-charset-plist.
9928         (make-char): Delete.
9929         (generic-char-p): Make it always return nil.
9930         (decode-char, encode-char): Move to charset.c.
9931         (coding-spec-XXX-idx): Delete variables.
9932         (coding-system-iso-2022-flags): New variable.
9933         (define-coding-system): New function.
9934         (transform-make-coding-system-args, make-coding-system): Delete.
9935         (set-coding-priority): Make it obsolete.
9936         (after-insert-file-set-buffer-file-coding-system)
9937         (find-new-buffer-file-coding-system): Adjust for the new coding
9938         system structure.
9940         * language/chinese.el, language/cyrillic.el, language/european.el:
9941         * language/greek.el, language/hebrew.el, language/indian.el:
9942         * language/japanese.el, language/korean.el, language/lao.el:
9943         * language/thai.el, language/tibetan.el, language/vietnamese.el:
9944         Call define-coding-system instead of make-coding-system.
9945         Delete all CCL program.
9947         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9948         of make-char.
9949         (sgml-char-names-table): Fix iteration limit.
9951         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9952         (ccl-encode-mac-roman-font): Delete.
9954         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9955         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9956         currently.  This is just a temporary workaround.
9958 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9960         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9961         of `find-file-hooks'.
9962         (global-whitespace-toggle-options): Doc fix.
9964 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9966         * whitespace.el (whitespace): Set :version tag to 23.1.
9967         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9968         (whitespace-style, whitespace-chars, whitespace-space)
9969         (whitespace-hspace, whitespace-tab, whitespace-newline)
9970         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9971         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9972         (whitespace-hspace-regexp, whitespace-space-regexp)
9973         (whitespace-tab-regexp, whitespace-trailing-regexp)
9974         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9975         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9976         (whitespace-space-after-tab-regexp, whitespace-line-column)
9977         (whitespace-display-mappings, global-whitespace-toggle-options)
9978         (whitespace-cleanup, whitespace-cleanup-region)
9979         (whitespace-interactive-char): Doc fixes.
9981 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9983         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9984         When turning off the global mode, turn off the local modes too
9985         if whitespace is being unloaded.
9986         (whitespace-unload-function): New function.
9988 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
9990         * vc.el (vc-update): Fix bug: Specify branch tip as
9991         vc-checkout REVISION.  Reported by Dan Nicolaescu.
9993 2008-02-01  Glenn Morris  <rgm@gnu.org>
9995         * info.el (bookmark-make-cell-function, bookmark-search-size)
9996         (bookmark-current-bookmark): Declare variables for compiler.
9997         (bookmark-buffer-file-name, bookmark-get-filename)
9998         (bookmark-get-front-context-string)
9999         (bookmark-get-rear-context-string, bookmark-get-position)
10000         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10001         (bookmark-jump-noselect): Declare functions for compiler.
10002         (Info-bookmark-make-cell): Fix argument list to match example of
10003         `bookmark-make-cell-for-text-file'.
10004         (Info-bookmark-jump): Don't require info inside info.el.
10006 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10008         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10009         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10010         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10011         (verilog-sk-state-machine): Quote all calls to
10012         "auxiliary skeleton"s to prevent infloops.
10014 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10016         * w32-fns.el: Partially revert 2007-11-10 change.
10018 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
10020         * mail/rmail.el (rmail-highlight): Fix specification.
10021         Reported by pod <pod@herald.ox.ac.uk>.
10023 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10025         * image-mode.el (image-mode-current-vscroll)
10026         (image-mode-current-hscroll): Make buffer-local.
10027         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10028         (image-reset-current-vhscroll): Use the latest setting when displaying
10029         for the first time in a window.  Apply to all windows in the frame.
10030         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10032         * progmodes/grep.el (grep-compute-defaults):
10033         Don't mix up defaults for different connections to the same host.
10035 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10037         * blank-mode.el: Rename to whitespace.el.
10039         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10041 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10043         * net/rcompile.el (remote-compile): Remove broken code.
10045 2008-01-31  Jason Rumney  <jasonr@gnu.org>
10047         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10049 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
10051         * linum.el (linum-unload-function): New function.
10053 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
10055         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10056         (gdb-var-set-format-handler): New function.
10057         (gdb-var-set-format): Use it.
10059 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
10061         * emacs-lisp/check-declare.el (check-declare-directory):
10062         * emacs-lisp/authors.el (authors): Use `find-program' and
10063         `grep-program' instead of hardcoded program names.
10065         * emacs-lisp/cl-loaddefs.el: Update.
10067 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
10069         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10070         Implement bookmark support the new make-cell/handler way.
10071         (Info-mode): Bind bookmark-make-cell-function to
10072         Info-bookmark-make-cell buffer locally.
10074 2008-01-30  Richard Stallman  <rms@gnu.org>
10076         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10077         Doc fix.
10079         * files.el (hack-local-variables): Don't query about fake variables.
10081 2008-01-30  Markus Triska  <markus.triska@gmx.at>
10083         * linum.el: New file.
10085 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
10087         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10088         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
10089         a single element in "plinkx".
10090         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10091         "*Shell Command Output*" buffers.  Check, whether there is already
10092         an asynchronous process running.  Display always the buffer of the
10093         asynchronous process.
10094         (tramp-compute-multi-hops): Adapt error message.
10096 2008-01-29  Alan Mackenzie  <acm@muc.de>
10098         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10099         from this regexp; part of same fix as next change to cc-engine.el.
10101         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10102         Anchor the "{" of a template function correctly on "template", not the
10103         following "<".
10105         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10107 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
10109         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10110         and image-mode-current-hscroll being alists now.
10112         * image-mode.el (image-mode-current-vscroll)
10113         (image-mode-current-hscroll): Add doc strings.
10114         (image-set-window-vscroll, image-set-window-hscroll)
10115         (image-reset-current-vhscroll, image-mode): Adapt to
10116         image-mode-current-vscroll and image-mode-current-hscroll being
10117         alists now.
10119 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
10121         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10122         Strip extension from .emacs.el to make sure symbol is searched
10123         in .emacs too.
10125 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
10127         * doc-view.el (doc-view-mode): Use facilities below to
10128         restore [vh]scroll when switching buffers.
10130         * image-mode.el (image-mode-current-vscroll)
10131         (image-mode-current-hscroll): New variables.
10132         (image-set-window-hscroll, image-set-window-vscroll): New functions.
10133         (image-forward-hscroll, image-next-line, image-bol, image-eol)
10134         (image-bob, image-eob): Use them.
10135         (image-reset-current-vhscroll): New function.
10136         (image-mode): Make new variables buffer-local and reset [vh]scroll
10137         on window configuration changes.
10139 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
10141         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10142         gdb-cpp-define-alist-program if file is nil (currently only
10143         " *partial-output-...").
10145 2008-01-27  Richard Stallman  <rms@gnu.org>
10147         * allout.el: Many doc fixes.
10148         (allout-encrypt-string): Fix error message.
10150 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10152         * progmodes/etags.el (tags-query-replace): Doc fix.
10154 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10156         * allout.el (allout-unload-function): New function.
10158 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10160         * allout.el (allout-prefix-data): Doc fix.
10161         (allout-show-current-subtree): Reflow docstring.
10162         (allout-use-mode-specific-leader, allout-use-hanging-indents)
10163         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10164         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10165         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10166         (allout-copy-topic-as-kill, allout-listify-exposed)
10167         (allout-process-exposed, allout-encrypted-key-info)
10168         (allout-update-passphrase-mnemonic-aids)
10169         (allout-next-topic-pending-encryption)
10170         (allout-tests-globally-true): Fix typos in docstrings.
10172 2008-01-23  Jason Rumney  <jasonr@gnu.org>
10174         * lpr.el (printer-name): Do not set on MS Windows.
10176 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
10178         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10179         the command.
10181 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10183         * whitespace.el: Moved to obsolete dir.
10185         * blank-mode.el: New version 9.2.  Replace whitespace functions by
10186         aliases in blank-mode.
10187         (whitespace-buffer): New fun.
10188         (whitespace-region): Alias for whitespace-buffer, because there is no
10189         blank-region fun.
10190         (whitespace-cleanup): Alias for blank-cleanup.
10191         (whitespace-cleanup-region): Alias for blank-cleanup-region.
10193 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
10195         * server.el (server-log-time-function): Doc fix.
10196         (server-buffer): Fix typo in docstring.
10198 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
10200         * view.el (view-buffer): Explain in doc-string why exit-action
10201         should not be set to kill-buffer.
10203         * arc-mode.el (archive-extract):
10204         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10205         exit-action when viewing the buffer.
10207 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10209         * add-log.el (change-log-search-file-name): Work harder to find
10210         the correct file name.
10211         (change-log-find-file): Fix typo.
10212         (change-log-start-entry-re): Move definition earlier.
10214 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10216         * add-log.el (change-log-search-file-name, change-log-find-file):
10217         New function.
10218         (change-log-font-lock-keywords): Move file name matching ...
10219         (change-log-file-names-re): ... here.  New defconst.
10220         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10222 2008-01-27  Alan Mackenzie  <acm@muc.de>
10224         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10225         enhance comments.
10227 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
10229         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10230         methods, the host name must be a local host.
10232 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10234         * vc.el: Add TODO item about not defaulting to RCS.
10236         * server.el (server-process-filter): Check for non-nil before
10237         calling file-directory-p.
10239 2008-01-27  Alan Mackenzie  <acm@muc.de>
10241         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10242         arglist-cont-nonempty.
10244         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10245         for a brace with syntax arglist-cont-nonempty.
10247         * progmodes/cc-styles.el (c-style-alist): Add elements for
10248         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10250 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
10252         * button.el (define-button-type): Clarify type of NAME in docstring.
10254 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10256         * server.el (server-buffer): New const.
10257         (server-log): New var.
10258         (server-log): Use them.
10259         (server-process-filter): (Try to) run the continuation in the same cwd
10260         as the client's.
10262 2008-01-26  Alan Mackenzie  <acm@muc.de>
10264         * progmodes/cc-defs.el (c-save-buffer-state):
10265         Bind buffer-file-name and buffer-file-truename to nil, to prevent
10266         primitives generating "buffer is read only" messages.
10268 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
10270         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10271         (icalendar-import-format): Doc fix.  Allow function type.
10272         (icalendar--read-element): Doc fix.
10273         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
10274         type icalendar-import-format.  Make regexps non-greedy.
10275         (icalendar--format-ical-event): Handle function type
10276         icalendar-import-format.
10277         (icalendar-import-format-sample): New function.
10279 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
10281         * vc.el (vc-exec-after): For mode-line-process highlighting, if
10282         `compile' is not available, fall back to font-lock-warning-face.
10284 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
10286         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10287         that the filename end is found even when the filename is empty.
10288         Fixes error and spurious newlines when marking files for deletion.
10290 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
10292         * subr.el (find-tag-default): Simplify using exclusively
10293         skip-syntax-backward/-forward.
10295 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
10297         * vc.el (vc-directory, vc-update-change-log): Remove check for
10298         Tramp.  Both functions work for it, though pretty slow
10299         (`vc-directory').  Maybe the implementation can be optimized.
10301         * net/tramp.el (tramp-dissect-file-name): Raise an error when
10302         Tramp 2.0 syntax is used.
10303         Suggested by Trent W. Buck <trentbuck@gmail.com>.
10305 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10307         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10308         invoke directory-files-and-attributes with last argument `integer'
10309         instead of `string'.
10310         (insert-directory): Add -n to the list of supported switches
10311         mentioned in the doc string.
10313 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10315         * blank-mode.el: New version 9.1.  Handle "long" line tail
10316         visualization.  Doc fix.
10317         (blank-line-length): Rename to blank-line-column.
10318         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10319         Initialization fix.
10320         (blank-replace-spaces-by-tabs): New fun.
10321         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10323 2008-01-25  Richard Stallman  <rms@gnu.org>
10325         * subr.el (add-hook): Implement `permanent-local-hook' property.
10327         * loadhist.el (file-provides, file-requires): Push the filename right.
10329 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
10331         * emacs-lisp/find-func.el (find-library): Wrap search for
10332         library name in condition-case to avoid reporting a scan-error.
10334 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10336         * server.el (server-process-filter): Don't force
10337         the authentication string to be followed by "\n".
10339 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10341         * blank-mode.el: New version 9.0.  New commands to clean up some blank
10342         problems like trailing blanks.  New faces and regexp for visualizing
10343         the blank problems.  Doc fix.
10344         (blank-chars, blank-global-modes, blank-chars-value-list)
10345         (blank-toggle-option-alist, blank-help-text): Initialization fix.
10346         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10347         (blank-indentation, blank-empty, blank-space-after-tab)
10348         (blank-indentation-regexp, blank-empty-at-bob-regexp)
10349         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10350         (blank-cleanup, blank-cleanup-region): New commands.
10351         (blank-color-on): Code fix.
10353 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10355         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10356         file name.
10357         (ibuffer-mode-map): Add binding to sort by file name.
10358         (ibuffer-filename/process-header-map): New variable.
10359         (filename-and-process): Add a header that sorts by file name.
10360         (ibuffer-mode): Mention sorting by file name.
10362         * ibuf-ext.el (filename/process): New sorter.
10364 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
10366         * view.el (kill-buffer-if-not-modified): Don't pass t to
10367         buffer-modified-p.
10369 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
10371         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10372         the source file in case of `rename'.
10373         Reported by Pete Forman <pete.forman@westerngeco.com>.
10375 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
10377         * allout.el (allout-keybindings-list): In initial setting, express
10378         meta-prefixed allout keys as vectors instead of strings, since the
10379         string form is interpreted in some cases as composed key
10380         modifiers, eg, accented keys.
10382         (allout-line-boundary-regexp): Clarify description.
10384         (set-allout-regexp): Repair the expressions so that the formfeed
10385         part is identified as one of the top-level groups, and is
10386         included in all the forms, not just the -line-boundary-regexp one.
10388         (allout-prefix-data): Incorporate information from the various
10389         allout regexp's formfeed alternative group, when present.
10391         (allout-write-file-hook-handler): Rectify mangling of the error
10392         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10393         condition-case handler was apparently reformatted as if it was a
10394         call to the error function.  An apparent repair attempt in version
10395         1.101 situated the original body of the error handling code as
10396         bogus condition-case handlers.  I've returned to just about the
10397         working code that was originally there, removing an unnecessary -
10398         but benign - enclosing 'progn'.  (Automated or cursory code fixes
10399         often aren't.)
10401         (allout-region-active-p): Fallback to value of mark-active if
10402         neither use-region-p nor region-active-p are present, for
10403         compatability with current and recent emacs major releases.
10405 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10407         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10408         (reftex-toc-restore-region):
10409         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10410         (reftex-index-phrases-apply-to-region):
10411         * textmodes/ispell.el (ispell-word):
10412         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10413         * progmodes/pascal.el (pascal-mark-defun):
10414         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10415         (f90-fill-region):
10416         * emulation/tpu-edt.el (tpu-set-mark):
10417         * emulation/crisp.el (crisp-region-active):
10418         * winner.el (winner-active-region):
10419         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10420         of bound tests in order to resolve conditionals at compile time.
10422 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
10424         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10425         not autoloaded, and we wouldn't want to load CL just to unload
10426         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
10428 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
10430         * delsel.el (delete-selection-pre-hook): Avoid clearing out
10431         pre-command-hook when text is read-only.
10433 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
10435         * vc.el (vc-process-filter): Do nothing if buffer not live.
10436         (vc-diff-finish): Rename from vc-diff-sentinel.
10437         No longer take REV1-NAME and REV2-NAME.
10438         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
10439         Don't do window resize if no window displays buffer.
10440         (vc-diff-internal): Use vc-diff-finish.
10442         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10443         In both cases, convert single call to one wrapped in dolist.
10445 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10447         * vc.el: Add a TODO item about missing files.
10448         (vc-exec-after): Add a tooltip to the new mode-line item.
10450 2008-01-24  Glenn Morris  <rgm@gnu.org>
10452         * t-mouse.el (gpm-mouse-start): Declare as a function.
10454 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
10456         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10457         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10458         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10459         Don't send `tramp-rsh-end-of-line' additionally, when setting the
10460         prompt.
10461         (tramp-wait-for-output): Distinguish different prompt formats.
10462         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10463         (tramp-local-host-p): Check whether temp directory is writable.
10465 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10467         * vc.el: Add TODO items.
10469 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
10471         * replace.el (occur-mode-find-occurrence-hook): New hook that can
10472         be used to reveal or highlight the location of a match.
10473         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10474         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10476 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
10478         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10479         for defcustom.
10480         (hide-ifdef-shadow): Add version number for defface.
10482 2008-01-23  Glenn Morris  <rgm@gnu.org>
10484         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10486 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10488         * progmodes/sh-script.el (sh-basic-offset):
10489         * progmodes/cc-vars.el (c-syntactic-indentation)
10490         (c-syntactic-indentation-in-macros): Mark as safe.
10492 2008-01-23  Richard Stallman  <rms@gnu.org>
10494         * icomplete.el (icomplete-get-keys):
10495         Look up KEYS using all maps in proper buffer.
10497 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
10499         * frame.el (display-mm-height, display-mm-width):
10500         * whitespace.el (whitespace-check-leading-whitespace)
10501         (whitespace-check-trailing-whitespace)
10502         (whitespace-check-spacetab-whitespace)
10503         (whitespace-check-indent-whitespace)
10504         (whitespace-check-ateol-whitespace):
10505         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10507 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10509         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10510         after-save-hook so that it is not called multiple times.
10512         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10514 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
10516         * view.el (view-file-other-window, view-file-other-frame):
10517         Don't kill the buffer if it is modified.  Doc fixes.
10518         (kill-buffer-if-not-modified): New function.
10519         (view-file): Don't kill the buffer if it is modified.
10521         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10522         (ebrowse-view/find-file-and-search-pattern):
10523         Call view-file-other-window instead of ebrowse-view-file-other-window.
10524         (ebrowse-view-file-other-frame): Don't call
10525         current-window-configuration.  Fix second argument in the call to
10526         view-mode-enter.  Doc fix.
10528 2008-01-23  Richard Stallman  <rms@gnu.org>
10530         * subr.el (atomic-change-group): Prevent undo list truncation.
10532 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10534         * files.el (safe-local-eval-forms):
10535         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10537 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
10539         * comint.el (comint-insert-input): Set point first.
10541         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10542         session doesn't hang because gdb-pending-triggers is non-nil.
10543         (gdb-frame-handler): Use buffer-file-name instead of
10544         buffer-name in case of duplicate file names.
10546 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10548         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10549         C-M-e and C-M-h for emacs, they work by default.
10550         (verilog-emacs-features): Remove.
10551         (verilog-setup-dual-comments, verilog-populate-syntax-table):
10552         Remove.  Move syntax table initialization ...
10553         (verilog-mode-syntax-table): ... here.
10554         (verilog-mode): Don't initialize the syntax table here.
10555         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10556         does not need it.
10558 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10560         * progmodes/verilog-mode.el (verilog-booleanp): New function for
10561         backward compatibility.  Replace all uses of booleanp with
10562         verilog-booleanp.
10564 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10566         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10568 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10570         * progmodes/verilog-mode.el (top-level): Fix spacing.
10571         (verilog-mode-version, verilog-mode-release-date):
10572         Update version number.
10573         (verilog-mode-release-emacs): New variable.
10574         (compile-command, reporter-prompt-for-summary-p):
10575         Define for byte compiler.
10576         (verilog-startup-message-lines, verilog-startup-message-displayed)
10577         (verilog-display-startup-message): Remove.
10578         (verilog-highlight-p1800-keywords): Improve docstring.
10579         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10580         (vector-skip-list): Only defvar at compile time.
10581         (verilog-highlight-translate-off, verilog-indent-level)
10582         (verilog-indent-level-module, verilog-indent-level-declaration)
10583         (verilog-indent-declaration-macros, verilog-indent-lists)
10584         (verilog-indent-level-behavioral, verilog-indent-level-directive)
10585         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10586         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10587         (verilog-tab-to-comment, verilog-indent-begin-after-if)
10588         (verilog-align-ifelse, verilog-minimum-comment-distance)
10589         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10590         (verilog-auto-endcomments, verilog-auto-read-includes)
10591         (verilog-auto-star-expand, verilog-auto-star-save)
10592         (verilog-library-flags, verilog-library-directories)
10593         (verilog-library-files, verilog-library-extensions)
10594         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10595         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10596         (verilog-assignment-delay, verilog-auto-inst-vector)
10597         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10598         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10599         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10600         Add safe-local-variable properties.
10601         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10602         (verilog-re-search-backward, verilog-error-regexp-add)
10603         (verilog-end-block-re, verilog-emacs-features)
10604         (verilog-populate-syntax-table, verilog-setup-dual-comments)
10605         (verilog-type-font-keywords, verilog-inside-comment-p)
10606         (electric-verilog-backward-sexp, verilog-backward-sexp)
10607         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10608         (electric-verilog-terminate-line, electric-verilog-semi)
10609         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10610         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10611         (verilog-beg-of-statement, verilog-in-case-region-p)
10612         (verilog-in-struct-region-p, verilog-in-generate-region-p)
10613         (verilog-in-fork-region-p, verilog-backward-case-item)
10614         (verilog-set-auto-endcomments, verilog-get-expr)
10615         (verilog-expand-vector-internal, verilog-surelint-off)
10616         (verilog-batch-execute-func, verilog-calculate-indent)
10617         (verilog-calc-1, verilog-calculate-indent-directive)
10618         (verilog-leap-to-head, verilog-continued-line)
10619         (verilog-backward-token, verilog-backward-syntactic-ws)
10620         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10621         (verilog-forward-ws&directives, verilog-at-constraint-p)
10622         (verilog-skip-backward-comments, verilog-indent-line-relative)
10623         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10624         (verilog-pretty-declarations, verilog-pretty-expr)
10625         (verilog-just-one-space, verilog-indent-declaration)
10626         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10627         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10628         (verilog-read-always-signals-recurse, verilog-read-instants)
10629         (verilog-read-auto-template, verilog-set-define)
10630         (verilog-read-defines, verilog-read-signals, verilog-getopt)
10631         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10632         (verilog-modi-cache-results, verilog-insert-one-definition)
10633         (verilog-make-width-expression, verilog-delete-autos-lined)
10634         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10635         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10636         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10637         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10638         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10639         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10640         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10641         (verilog-load-file-at-mouse, verilog-load-file-at-point)
10642         (verilog-library-files): Cleanup spacing of )'s they should not be
10643         on unique lines.  Fix checkdoc warnings.
10645 2008-01-22  Glenn Morris  <rgm@gnu.org>
10647         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10648         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10649         from defcustoms.
10650         (hide-ifdef-shadow): Remove autoload cookie from defface.
10652         * vc.el (vc-diff-sentinel): Do not write a footer if there were
10653         differences.
10655 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
10657         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10658         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
10659         manual entry.
10661 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
10663         * net/dbus.el (dbus-ignore-errors): New macro.
10664         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
10665         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10666         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10667         (dbus-get-signatures): Apply `dbus-ignore-errors'.
10669 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
10671         * outline.el (outline-up-heading): Fix check for top level to
10672         avoid infinite looping in hide-other.
10674 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10676         * vc.el (vc-process-sentinel): After calling the previous
10677         sentinel, do nothing if the process' buffer is not live.
10679 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10681         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10682         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
10683         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
10684         blank-mode faces.  Doc fix.  New version 8.1.
10685         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10686         CONDITION BODY).
10687         (blank-space-face): Face/option name replaced by blank-space.
10688         (blank-hspace-face): Face/option name replaced by blank-hspace.
10689         (blank-tab-face): Face/option name replaced by blank-tab.
10690         (blank-newline-face): Face/option name replaced by blank-newline.
10691         (blank-trailing-face): Face/option name replaced by blank-trailing.
10692         (blank-line-face): Face/option name replaced by blank-line.
10693         (blank-space-before-tab-face): Face/option name replaced by
10694         blank-space-before-tab.
10695         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10697 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10699         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10700         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10701         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10702         (global-blank-mode): Doc fixes.
10703         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10704         (blank-newline-face, blank-trailing-face, blank-line-face)
10705         (blank-space-before-tab-face, blank-display-mappings)
10706         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10707         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10708         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10709         Fix typos in docstrings.
10711 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10713         * server.el (server-log-time-function): New variable.
10714         (server-log): Use it.
10716 2008-01-21  Glenn Morris  <rgm@gnu.org>
10718         * progmodes/hideif.el: Move defcustoms and defface to start of file.
10720         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10722 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10724         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10725         (org-descriptive-links, org-link-file-path-type)
10726         (org-remember-use-refile-when-interactive)
10727         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10728         (org-export-ascii-bullets, org-agenda-deadline-faces)
10729         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10730         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10731         (org-kill-note-or-show-branches): Fix typos in docstrings.
10733 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
10735         * vc.el (vc-process-sentinel): Set mode-line-process.
10736         (vc-exec-after): Likewise, for the `run' process status.
10738 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10740         * ibuffer.el (ibuffer-mode): Fix last change.
10742 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
10744         * vc-hg.el (vc-hg-registered):
10745         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10747 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
10749         * repeat.el (repeat-undo-count): New variable.
10750         (repeat): For self-insertions make undo boundary only after 20
10751         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
10753 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10755         * net/imap.el (imap-ping-server): New variable.
10756         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10757         (imap-ping-server): Minor doc string fixes.
10759 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10761         * net/imap.el (imap-ping-server): New function.
10762         (imap-opened): Call imap-ping-server.
10764 2008-01-20  Glenn Morris  <rgm@gnu.org>
10766         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10767         prevent infloops.
10769 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
10771         * progmodes/python.el (python-imports): Default to "None".
10773 2008-01-19  Tom Tromey  <tromey@redhat.com>
10775         * vc-svn.el (vc-svn-after-dir-status): New function.
10776         (vc-svn-dir-status): Run svn asynchronously.
10778 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
10780         * progmodes/hideif.el (hide-ifdef-shadow): New option.
10781         (hide-ifdef-shadow): New face.
10782         (hide-ifdef-toggle-shadowing): New function to toggle between
10783         shadowing and making code invisible.
10784         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10785         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10786         (hide-ifdef-region-internal): Give new overlay hide-ifdef
10787         property.  Shadow text when hide-ifdef-shadow is non-nil.
10788         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10789         (hif-hide-line): Use when instead of if.
10790         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10791         Remove unneeded * from doc-strings.
10793 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10795         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10796         the hscroll behavior was fixed.
10797         (doc-view-mode): Disable auto-hscroll-mode.
10799 2008-01-18  Tom Tromey  <tromey@redhat.com>
10801         * vc-svn.el (vc-svn-dir-status): New function.
10803 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10805         * vc.el: Make vc-status asynchronous.
10806         (vc-update-vc-status-buffer): New function broken out of ...
10807         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
10808         the dir-status backend function.
10810         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10811         Move the output processing to ...
10812         (vc-hg-after-dir-status): ... here.  Call the function passed as
10813         an argument with the results.
10815 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10817         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10818         (doc-view-insert-image): Do something if the image is missing.
10819         (doc-view-mode): Don't use file-remote-p.
10821 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
10823         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10824         (org-export-latex-special-chars): Convert "..." in \ldots
10825         and skip tables.
10826         (org-export-latex-fontify-headline): Change parameter name.
10827         (org-export-as-latex): Handle export of subtrees.
10828         (org-export-latex-make-header): New argument TITLE.
10829         (org-export-latex-content): New argument EXCLUDE-LIST.
10830         (org-list-parse-list): New name for org-export-latex-parse-list.
10831         (org-export-latex-make-header): New name for
10832         org-export-latex-make-preamble.
10833         (org-list-to-generic): New name of org-export-list-to-generic.
10834         (org-list-to-latex): New name of org-export-list-to-latex.
10835         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10836         (org-list-send-list, org-list-to-texinfo)
10837         (org-list-to-html): New functions.
10838         (org-export-latex-tables-column-borders)
10839         (org-export-latex-default-class, org-export-latex-classes)
10840         (org-export-latex-classes-sectioning)
10841         (org-list-radio-list-templates): New options.
10842         (org-export-latex-header): New variable.
10843         (org-latex-entities): New constant.
10844         (org-export-latex-default-sectioning, org-export-latex-preamble)
10845         (org-export-latex-prepare-text-option)
10846         (org-export-latex-get-sectioning): Remove.
10848 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
10850         * textmodes/org-publish.el (org-publish-current-project):
10851         Fix bug with forcing publication.
10853         * textmodes/org.el (org-export-with-special-strings): New option.
10854         (org-export-html-convert-special-strings): New function.
10855         (org-html-do-expand): `org-export-html-convert-special-strings'
10856         added to the list of conversion.
10857         (org-infile-export-plist, org-get-current-options): Add support
10858         for "-" in the #+OPTION line to let user switch on/off special
10859         strings conversion.
10860         (org-export-plist-vars): New :html-table-tag property.
10861         (org-export-as-html, org-format-org-table-html)
10862         (org-format-table-table-html) Use the :html-table-tag property
10863         instead of the `org-export-html-table-tag' global value.
10864         (org-additional-option-like-keywords): Add "TBLFM".
10865         (org-entry-properties): Include the CLOCKSUM special property.
10866         (org-columns-edit-value): Do not allow to edit the special
10867         CLOCKSUM property.
10868         (org-flag-drawer): Use the original value of `outline-regexp'.
10869         (org-remember-handler): Add invisible-ok flag to call to
10870         `org-end-of-subtree'.
10871         (org-agenda-highlight-todo): Respect
10872         `org-agenda-todo-keyword-format'.
10873         (org-agenda-todo-keyword-format): New option.
10874         (org-infile-export-plist): No restriction while searching for options.
10875         (org-remember-handler): Remove comments at the end of the buffer.
10876         (org-remember-use-refile-when-interactive): New option.
10877         (org-table-sort-lines): Make sure sorting works on link
10878         descritions only, and ignores the link.
10879         (org-sort-entries-or-items): Make sure the end of the subtree is
10880         included.
10881         (org-refile-use-outline-path): New allowed values `file' and
10882         `full-file-path'.
10883         (org-get-refile-targets): Respect new values for
10884         `org-refile-use-outline-path'.
10885         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10886         (org-export-as-xoxo): Restore point when done.
10887         (org-open-file): Allow multiple %s in command.
10888         (org-clock-in-switch-to-state): New option.
10889         (org-first-list-item-p): New function.
10890         (org-last-remember-storage-locations): New variable.
10891         (org-get-refile-targets): Interpret the new maxlevel setting.
10892         (org-refile-targets): New option `:maxlevel'.
10893         (org-copy-subtree): Include empty lines before but not after subtree.
10894         (org-back-over-empty-lines, org-skip-whitespace): New functions.
10895         (org-move-item-down, org-move-item-up): Include empty lines before
10896         but not after item.
10897         (org-first-sibling-p): New function.
10898         (org-remember-apply-template): Defaults, completions and history
10899         for template prompts.  Also, interpret new `%!' escape.
10900         (org-context-choices): New constant.
10901         (org-bound-and-true-p): New macro.
10902         (org-imenu-depth): New option.
10903         (org-imenu-markers): New variable.
10904         (org-imenu-new-marker, org-imenu-get-tree)
10905         (org-speedbar-set-agenda-restriction): New functions.
10906         (org-agenda-set-restriction-lock)
10907         (org-agenda-remove-restriction-lock)
10908         (org-agenda-maybe-redo): New functions.
10909         (org-agenda-restriction-lock): New face.
10910         (org-agenda-restriction-lock-overlay)
10911         (org-speedbar-restriction-lock-overlay): New variables.
10912         (org-open-at-point): Remove obsolete way to do redirection in
10913         shell links.
10914         (org-imenu-and-speedbar): New customization group.
10915         (org-entry-properties): Return keyword-less time strings.
10916         (org-clock-heading-function): New option.
10917         (org-clock-in): Use `org-clock-heading-function'.
10918         (org-calendar-holiday): Try to use `calendar-check-holidays'
10919         instead of the obsolete `check-calendar-holidays'.
10920         (org-export-html-special-string-regexps): New constant.
10921         (org-massive-special-regexp): New variable.
10922         (org-compute-latex-and-specials-regexp)
10923         (org-do-latex-and-special-faces): New functions.
10924         (org-latex-and-export-specials): New face.
10925         (org-highlight-latex-fragments-and-specials): New option.
10926         (org-link-escape-chars): Use characters instead of strings.
10927         (org-link-escape-chars-browser, org-link-escape)
10928         (org-link-unescape): Use characters instead of strings.
10929         (org-export-html-convert-sub-super, org-html-do-expand): Check for
10930         protected text.
10931         (org-emphasis-alist): Additional `verbatim' flag.
10932         (org-set-emph-re): Handle the verbatim flag and compute
10933         `org-verbatim-re'.
10934         (org-cleaned-string-for-export): Protect verbatim elements.
10935         (org-verbatim-re): New variable.
10936         (org-hide-emphasis-markers): New option.
10937         (org-additional-option-like-keywords): Add new keywords.
10938         (org-get-entry): Rename from `org-get-cleaned-entry'.
10939         (org-icalendar-cleanup-string): New function for quoting icalendar text.
10940         (org-agenda-skip-scheduled-if-done): New option.
10941         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10942         `org-agenda-skip-scheduled-if-done'.
10943         (org-prepare-agenda-buffers): Allow buffers as arguments.
10944         (org-entry-properties): Add CATEGORY as a special property.
10945         (org-use-property-inheritance): Allow a list of properties as a value.
10946         (org-eval-in-calendar): No longer update the prompt.
10947         (org-read-date-popup-calendar): Rename from
10948         `org-popup-calendar-for-date-prompt'.
10949         (org-read-date-display-live): New variable.
10950         (org-read-date-display): New function.
10951         (org-read-date-analyze): New function.
10952         (org-remember-apply-template): Define `remember-finalize' if it is
10953         not yet defined.
10954         (org-remember-insinuate): New function.
10955         (org-read-date-prefer-future): New option.
10956         (org-read-date): Respect the setting of
10957         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
10958         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10959         hardcoded string.
10960         (org-remember-apply-template): Use `remember-finalize' instead of
10961         `remember-buffer'.
10962         (org-columns-compute, org-column-number-to-string)
10963         (org-columns-uncompile-format, org-columns-compile-format)
10964         (org-columns-compile-format): Handle printf format specifier.
10965         (org-columns-new, org-column-number-to-string)
10966         (org-columns-uncompile-format, org-columns-compile-format):
10967         Support for new currency summary type.
10968         (org-tree-to-indirect-buffer): Do not kill old buffer when
10969         `org-indirect-buffer-display' is `new-frame'.
10970         (org-indirect-buffer-display): Document that `new-frame' leads to
10971         indiret buffer proliferation.
10972         (org-agenda-list): Use `org-extend-today-until'.
10973         (org-extend-today-until): New option.
10974         (org-format-org-table-html): Use lower-case for <col> tag.
10975         (org-agenda-execute): New command.
10976         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10977         (org-select-remember-template): New function.
10978         (org-remember-apply-template): Use `org-select-remember-template'.
10979         (org-go-to-remember-target): New function.
10981 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10983         * vc.el: Add a TODO note about vc-state.
10984         (vc-next-action): Register 'unregistered and 'ignored files.
10985         Use when and unless instead of if where appropriate.
10986         (vc-start-entry): Fix typo.
10987         (vc-status): Autoload it.
10989 2008-01-18  Glenn Morris  <rgm@gnu.org>
10991         * ffap.el (ffap-alist): Remove space from RFC regexp.
10993 2008-01-18  Richard Stallman  <rms@gnu.org>
10995         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10996         than face-spec-recalc.
10998 2008-01-18  Glenn Morris  <rgm@gnu.org>
11000         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11002 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11003             Miles Bader  <miles@gnu.org>
11005         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
11006         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
11007         for handling display table (via visws.el package), his code was
11008         modified, but the main idea was kept.
11010 2008-01-17  Glenn Morris  <rgm@gnu.org>
11012         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11013         (ibuffer-save-filters): Remove calls to deleted
11014         ibuffer-update-mode-name.
11016 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
11018         * longlines.el (longlines-mode, longlines-show-region)
11019         (longlines-unshow-hard-newlines): Bind buffer-file-name and
11020         buffer-file-truename to nil while modifying buffer.
11022         * cus-edit.el (custom-reset-standard-variables-list)
11023         (custom-reset-standard-faces-list): New variables.
11024         (custom-reset-standard-save-and-update): New function.
11025         (Custom-save): Apply custom-mark-to-save before and
11026         custom-state-set-and-redraw after saving options.
11027         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11028         options and call custom-reset-standard-save-and-update.
11029         (custom-variable, custom-face, custom-group): Provide new
11030         entries for custom-mark-to-save, custom-mark-to-reset-standard,
11031         and custom-state-set-and-redraw.
11032         (custom-variable-mark-to-save)
11033         (custom-variable-state-set-and-redraw)
11034         (custom-variable-mark-to-reset-standard)
11035         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11036         (custom-face-mark-to-reset-standard)
11037         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11038         (custom-group-mark-to-reset-standard): New functions.
11039         (custom-variable-save): Move save, state-set, and redraw
11040         functionality to custom-variable-mark-to-save.
11041         (custom-face-save): Move save, state-set, and redraw
11042         functionality to custom-face-mark-to-save.
11043         (custom-group-save): Move save, state-set, and redraw
11044         functionality to custom-group-mark-to-save.
11045         (custom-variable-reset-standard, custom-face-reset-standard)
11046         (custom-group-reset-standard): Move save, state-set, and redraw
11047         functionality to custom-reset-standard-save-and-update.
11049         (custom-buffer-create-internal): Fix text in verbose help.
11050         (custom-face-value-create): Indent doc-strings of faces like
11051         those of variables.
11053 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * server.el (server-process-filter): Replace lineno and columnnno
11056         which defaulted to 1&0 with filepos which defaults to nil.
11057         (server-goto-line-column): Only receive the filepos.
11058         Only move if filepos is non-nil.
11059         (server-visit-files): Slight restructure to consolidate two calls to
11060         server-goto-line-column into just one.
11062         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11063         the use of degraded mode.
11064         (nxml-degrade): Don't change mode-name.
11066         * nxml/rng-nxml.el (rng-nxml-mode-init):
11067         Don't overwrite mode-line-process.
11069         * ibuffer.el (mode): Pass the buffer to format-mode-line.
11070         (ibuffer-update-mode-name): Remove.
11071         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11072         (ibuffer-mode): Use mode-line-process instead.
11074         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11075         Use derived-mode-p.
11076         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11078         * help.el (describe-mode): Pass the right buffer to format-mode-line.
11080 2008-01-16  Glenn Morris  <rgm@gnu.org>
11082         * comint.el (comint-regexp-arg): Fix no-input case.
11084 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
11086         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11087         * pcvs.el (cvs-revert-if-needed):
11088         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11090         * vc-svn.el (vc-svn-find-file-hook):
11091         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11093 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
11095         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11096         (icalendar-export-file, icalendar-import-file):
11097         Restore significant trailing whitespace in `interactive' prompts.
11099 2008-01-16  Tom Tromey  <tromey@redhat.com>
11101         * calendar/icalendar.el (icalendar--convert-tz-offset)
11102         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11103         (icalendar--find-time-zone): New functions.
11104         (icalendar--decode-isodatetime): Add `zone' argument, passed to
11105         `decode-time'.  Doc fix.
11106         (icalendar--convert-ical-to-diary): Compute zone-map.
11107         Pass timezone to icalendar--decode-isodatetime.
11109 2008-01-16  Alan Mackenzie  <acm@muc.de>
11111         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11112         an eval-and-compile, so as to permit byte-compiling (e.g. in
11113         bootstrap).
11115 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11118         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11119         using the same key for different menu entries.
11121         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11122         (smerge-makeup-conflict): New command.
11124 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
11126         * log-edit.el (log-edit): Doc fix.
11128 2008-01-15  Glenn Morris  <rgm@gnu.org>
11130         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11132 2008-01-14  Alan Mackenzie  <acm@muc.de>
11134         * progmodes/cc-vars.el (c-constant-symbol): New function which
11135         supersedes c-const-symbol.  During a customize-.. call it enables
11136         an element of (e.g.) c-hanging-braces alist to have its name
11137         displayed, even when the default value of c-h-b etc. doesn't
11138         include the elemnt.  Replace uses of the old function by the new.
11140         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11141         obscure non-working fragment ":value c-".
11143 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11145         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11147 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
11149         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11150         instead of `tramp-file-name-real-host'.
11152         * net/trampver.el: Update release number.
11154 2008-01-14  Alan Mackenzie  <acm@muc.de>
11156         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11157         call inside a struct being recognised as a K&R argument.
11159 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11161         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11162         Accept "fatal error" from MSFT.
11163         Reported by Jared Finder <jfinder@crypticstudios.com>.
11165 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
11167         * smerge-mode.el (smerge-auto): New function.
11168         * vc-svn.el (vc-svn-find-file-hook):
11169         * vc-arch.el (vc-arch-find-file-hook):
11170         * pcvs.el (cvs-revert-if-needed):
11171         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11172         (top-level): Add a Todo list.
11174 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
11176         * vc.el (vc-update): Resolve conflicts if necessary instead of
11177         just updating the buffer.
11179         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11180         update command so that we can parse the output.
11182 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
11184         * mail/rmail.el (rmail-convert-to-babyl-format):
11185         Remove save-excursion to avoid infinite looping.
11186         Reported by dnz <dnz@bk.ru>.
11188 2008-01-12  Glenn Morris  <rgm@gnu.org>
11190         * woman.el (woman-parse-numeric-arg): Change handling of `==':
11191         can be interned without a function definition.
11193 2008-01-12  Jason Rumney  <jasonr@gnu.org>
11195         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11196         (rng-nxml-mode-init): Declare.
11198 2008-01-11  Jason Rumney  <jasonr@gnu.org>
11200         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11201         (rng-preferred-prefix-alist-default): Remove.
11203         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11204         Rename from nxml-enable-unicode-char-name-sets-flag.
11205         (nxml-enable-unicode-char-name-sets-1): Merge into
11206         nxml-enable-unicode-char-name-sets.
11207         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11208         nxml-char-name-ignore-case here.
11210         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11211         Update doc string and commentary.
11212         (nxml-char-name-ignore-case): Change default value.
11213         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11215 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
11217         * cus-start.el (all): Add missing version entries.
11219 2008-01-11  Glenn Morris  <rgm@gnu.org>
11221         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11222         (euc-to-flat-code, flat-code-to-euc):
11223         * textmodes/org.el (elmo-msgdb-overview-get-entity)
11224         (wl-summary-buffer-msgdb): Declare as funtions.
11226 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
11228         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11229         Bind buffer-file-name and buffer-file-truename.
11231         * fringe.el (fringe-mode-explicit): New variable.
11232         (set-fringe-mode): Don't alter default-frame-alist when just
11233         loading this file.
11235 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11237         * doc-view.el (doc-view-buffer-file-name): New variable.
11238         (doc-view-convert-current-doc, doc-view-search)
11239         (doc-view-current-cache-dir, doc-view-initiate-display)
11240         (doc-view-mode): Use it.
11241         (doc-view-bookmark-make-cell): Use variable buffer-file-name
11242         instead of function.
11244 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11246         * vc-svn.el (vc-svn-registered): Return the correct value for
11247         ignored and unregistered files.
11249 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11251         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11253 2008-01-10  Tom Tromey  <tromey@redhat.com>
11255         * vc.el (vc-status-unmark-all-files): New function.
11256         (vc-status-unmark-all-files): Likewise.
11257         (vc-status-mode-map): Add bindings.
11259 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11261         * ediff*.el: Uncomment declare-function.
11263         * emulation/viper*.el: Uncomment declare-function.
11265 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11267         * doc-view.el (doc-view-mode): Support tramp, compressed files and
11268         files inside archives uniformly.
11270 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11272         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11273         constant with a computation on sgml-specials rather than a literal
11274         list.  Without this change the syntax table is generated
11275         incorrectly, and the mode will think it's in a comment following
11276         any instance of the string "--".
11278 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11280         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11281         (doc-view-mode): Support document files inside archives.
11283 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
11285         * vc.el (vc-deduce-fileset): Return the currently selected file if
11286         no files are selected when using vc-status.
11288 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
11290         * ediff*.el: Comment out declare-function.  "make bootstrap"
11291         stops with an error and Emacs does not compile with those things in.
11292         Besides, declare-function is not defined in XEmacs.
11294         * ediff-util (eqiff-quit): Autoraise minibuffer.
11296         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11298         * emulation/viper*.el: Comment out declare-function -- not defined
11299         in XEmacs.
11301         * emulation/viper-ex.el (viper-info-on-file):
11302         Take care of indirect buffers.
11304         * emulation/viper.el (viper-set-hooks, set-cursor-color):
11305         Set viper-vi-state-cursor-color.
11307 2008-01-09  Tom Tromey  <tromey@redhat.com>
11309         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11310         Just return header.
11311         (vc-status-move-to-goal-column): New function.
11312         (vc-status-mode-map): Define more keys.
11313         (vc-status-mode): Use vc-status-refresh.  Now 'special.
11314         (vc-status-refresh): New function.
11315         (vc-status-next-line): Likewise.
11316         (vc-status-previous-line): Likewise.
11317         (vc-status-mark-file): Use vc-status-next-line.
11318         (vc-status-unmark-file): Use vc-status-previous-line.
11319         (vc-status-unmark-file-up): New function.
11320         (vc-status-register): Likewise.
11321         (vc-status-find-file): Likewise.
11322         (vc-status-find-file-other-window): Likewise.
11323         (vc-status-current-file): Likewise.
11324         (vc-ensure-vc-buffer): Understand vc-status mode.
11326         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11328 2008-01-09  Glenn Morris  <rgm@gnu.org>
11330         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11331         entry, for Windows.
11333 2008-01-09  Tom Tromey  <tromey@redhat.com>
11335         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11337 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11340         add a file-name handler.
11342 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11344         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11345         Rename from function bibtex-files-expand.  New optional arg select.
11346         (bibtex-flash-head): Allow blink-matching-delay being zero.
11347         (bibtex-clean-entry): Use atomic-change-group.
11348         (bibtex-format-entry): Check presence of required fields only
11349         after formatting of fields.  Use member-ignore-case.  Do not use
11350         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
11351         (bibtex-autofill-entry): Do not call undo-boundary.
11352         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11353         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11354         Parse keys if necessary.
11356 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11358         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11359         quotes in case of spaces, e.g. STL containers (not pretty).
11361 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11363         * progmodes/gdb-ui.el (gud-gdb-command-name):
11364         Explain "--annotate=3" option is necessary for the Graphical Interface.
11366 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11368         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11369         on menu bar.
11371 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11373         * ffap.el (ffap-read-file-or-url): Let-bind
11374         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11376 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
11378         * vc-bzr.el: Fix typo in header.
11380 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
11382         * Makefile.in (custom-deps, finder-data): Depend on autoloads
11383         instead of loaddefs.el.
11385 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11388         gets inserted out-of-order.
11390 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
11392         * vc-bzr.el: Copyright and version headers update.
11393         Remove some outdated comments through the whole file.
11394         (vc-bzr-program-args): Remove because unused.
11395         (vc-bzr-log-switches): New customization option.
11396         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
11397         use `vc-bzr-program-args'.
11398         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11399         `vc-find-root' (patch by Andreas Hoenen).
11400         (vc-bzr-status): Update regex to match latest Bzr output.
11401         Remove redundant test.
11402         (vc-bzr-init-version): New function.
11403         (vc-bzr-unregister): Must not delete file.
11404         (vc-bzr-find-version): New function.
11405         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11406         a non-empty string, otherwise take head revision.
11407         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11408         (vc-bzr-diff): Simpler build of the revision spec string.
11409         (vc-annotate-convert-time, vc-bzr-annotate-difference):
11410         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11411         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
11412         (vc-bzr-dired-state-info): Only provide custom strings for
11413         overloaded VC state 'edited; otherwise fallback to
11414         `vc-default-dired-state-info'.
11416 2008-01-08  Richard Stallman  <rms@gnu.org>
11418         * delsel.el (delete-selection-mode): Doc fix.
11420 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11422         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11423         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11425         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11426         of watch expressions (only works fully with GDB 6.7 or later).
11428 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
11430         * time-stamp.el (time-stamp-time-zone):
11431         * whitespace.el (whitespace-check-buffer-leading)
11432         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11433         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11434         * progmodes/sh-script.el (sh-indentation):
11435         * textmodes/ispell.el (ispell-local-pdict):
11436         Add safe-local-variable properties.
11438 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11440         * vc-git.el (vc-git--call): Apply `process-file' instead of
11441         `call-process'.
11443         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11444         Reported by Pete Forman <pete.forman@westerngeco.com>.
11445         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11446         (tramp-handle-process-file): Handle the case where DESTINATION is
11447         a consp with t as car.
11448         (tramp-wait-for-output): We shall remove exactly what has been
11449         find by the search.
11451 2008-01-08  Kevin Ryde  <user42@zip.com.au>
11453         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11454         For perl, allow "during global destruction" at end.  Add entry for
11455         two-arg form of the Test module ok() func.
11457 2008-01-08  Glenn Morris  <rgm@gnu.org>
11459         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11460         unified format.
11462         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11464 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
11466         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11467         Simplify selection of frame focusing function.
11469 2008-01-08  Michael Olson  <mwolson@gnu.org>
11471         * textmodes/remember.el (remember-region): Fix typo in docstring.
11473 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11475         * textmodes/remember.el (remember): If there is a visible region
11476         [that is, the mark is active and transient mark mode is enabled]
11477         then use this region for the initial contents of the *Remember*
11478         buffer.  Use `region-beginning' and `region-end' instead of
11479         `point' and `mark'.
11481 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
11483         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11484         argument to vc-hg-command.
11485         (vc-hg-log-view-mode): Handle the user field better.
11487 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11491 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11493         * vc.el (vc-status-fileinfo): New defstruct.
11494         (vc-status): New defvar.
11495         (vc-status-insert-headers, vc-status-printer, vc-status)
11496         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11497         (vc-status-unmark-file, vc-status-marked-files): New functions.
11499         * vc-hg.el (vc-hg-dir-status): New function.
11501 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
11503         * cus-edit.el (custom-tool-bar-map): Move initialization of this
11504         keymap from here ...
11505         (custom-mode): ... to here.  Reported by Reiner Steib.
11507 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11509         * obsolete/x-apollo.el: Remove file for unsupported system.
11511         * term/x-win.el (vendor-specific-keysyms): Remove reference to
11512         Apollo.
11514         * progmodes/gud.el (gud-dgux-p): Remove.
11515         (dbx): Remove reference to dgux.
11517         * progmodes/ps-mode.el (ps-mode-print-function):
11518         * ps-print.el (ps-lp-system):
11519         * paths.el (rmail-spool-directory):
11520         * ls-lisp.el (ls-lisp-emulation):
11521         * lpr.el (lpr-lp-system):
11522         * dired.el (dired-chown-program): Remove references to dgux.
11524 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * vc.el (vc-process-sentinel): Fix apparent typo.
11527         (vc-do-command): Forcefully kill any left over process.
11528         Use start-file-process.
11529         (vc-annotate-get-time-set-line-props): Check we don't move backward.
11531 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
11533         * net/dbus.el (dbus-list-hash-table)
11534         (dbus-name-owner-changed-handler): Replace "signal" by "member".
11535         (dbus-check-event): Add serial number to event.
11536         (dbus-handle-event): Apply return message if needed.
11537         (dbus-event-serial-number): New defun.
11538         (dbus-event-service-name, dbus-event-path-name)
11539         (dbus-event-interface-name, dbus-event-member-name):
11540         Adapt implementation to serial number.
11542 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11544         * bs.el (bs--get-mode-name): Fix typo in previous change.
11546 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11548         * mouse.el (mouse-popup-menubar): Fix typo.
11550         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11551         form inside with-current-buffer.
11553         * progmodes/antlr-mode.el (provide): Move to the end of file.
11554         (require): Don't require font-lock and compile.
11555         (outline-level, imenu-use-markers, imenu-create-index-function):
11556         Move declarations to top level.
11557         (cond-emacs-xemacs-macfn): Declare for compiler.
11559         * vc-bzr.el (vc-bzr-root):
11560         * vc-arch.el (vc-arch-root): Only set a property if the file is
11561         managed by this backend.
11563         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11565 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
11567         * doc-view.el (doc-view-scroll-up-or-next-page)
11568         (doc-view-scroll-down-or-previous-page): Don't scroll to the
11569         top/bottom again when on the first/last page.
11571         * doc-view.el (doc-view-scroll-up-or-next-page)
11572         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11573         image-scroll-down instead of the non-image equivalents.
11574         Don't rely on a signalled condition but switch pages when scrolling
11575         doesn't change the vertical position anymore.
11576         (doc-view-mode-map): Remap scroll-{up,down} to
11577         image-scroll-{up,down}.
11579 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
11581         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11582         tpu-mapper command rather than load the tpu-mapper package.
11584         * emulation/tpu-mapper.el (tpu-mapper): New command.
11585         Contains all the code previously at top-level.
11587 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11589         * bs.el (bs--sort-by-mode, bs--get-mode-name):
11590         * imenu.el (imenu-add-to-menubar):
11591         * makesum.el (make-command-summary):
11592         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11593         (mouse-buffer-menu):
11594         * msb.el (msb--mode-menu-cond):
11595         * calc/calc-embed.el (calc-do-embedded):
11596         * emacs-lisp/helper.el (Helper-describe-mode):
11597         * mail/emacsbug.el (report-emacs-bug):
11598         * progmodes/hideshow.el (hs-grok-mode-type):
11599         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11600         * textmodes/table.el (*table--cell-describe-mode):
11601         Pass mode-name through format-mode-line.
11603 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11605         * progmodes/ada-xref.el (ada-prj-find-prj-file):
11606         * progmodes/ada-mode.el (comment-region):
11607         * calendar/todo-mode.el (todo-insert-item):
11608         * bookmark.el (bookmark-buffer-name):
11609         Test major-mode rather than mode-name.
11611 2008-01-04  Richard Stallman  <rms@gnu.org>
11613         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11614         Call byte-compile-warn-about-unresolved-functions outside
11615         the with-current-buffer.
11616         (byte-compile-insert-header): Use with-current-buffer.
11618 2008-01-04  Glenn Morris  <rgm@gnu.org>
11620         * startup.el (fancy-about-screen): Remove reference to deleted
11621         `fancy-splash-help-echo' variable.
11623         * version.el (emacs-copyright): Update to 2008.
11625         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11626         rather than mapcar.
11628         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11629         change (merge mistake).
11631         * doc-view.el (doc-view-search-internal): Don't use `incf'.
11633         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11634         (bookmark-get-bookmark-record):
11635         * image-mode.el (bookmark-make-cell-function)
11636         (bookmark-get-filename, bookmark-get-bookmark-record)
11637         (bookmark-get-position):
11638         * log-view.el (vc-modify-change-comment):
11639         * progmodes/grep.el (find-name-arg): Declare for compiler.
11641 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11643         * savehist.el (savehist-coding-system): Default to a variant coding
11644         system with explicit unix end-of-line conversion, which is safer.
11646 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11649         * ibuffer.el (mode column): Use format-mode-line.
11651         * server.el (server-create-window-system-frame): Remove workaround for
11652         a bug that has been fixed.
11654 2008-01-03  Magnus Henoch  <magnus@zemdatav>
11656         * net/dbus.el (dbus-name-owner-changed-handler):
11657         Use dbus-unregister-object instead of dbus-unregister-signal.
11659 2008-01-03  Drew Adams  <drew.adams@oracle.com>
11661         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11663 2008-01-03  Richard Stallman  <rms@gnu.org>
11665         * replace.el (occur-context-lines): New subroutine,
11666         broken out of occur-engine.
11667         (occur-engine): Call it.
11669 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
11671         * vc-git.el (vc-git--ls-files-state): New function.
11672         (vc-git-dir-state): Use it instead of processing the status
11673         results here.
11675 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11677         * progmodes/grep.el (grep-find-ignored-directories):
11678         Initialize from the value of vc-directory-exclusion-list.
11680         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11681         even though we don't have a back end for darcs yet.
11683 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
11685         Change a return type, for greater extensibility.
11686         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11687         and its thread for discussion leading to this change.
11689         * bookmark.el (bookmark-jump-noselect):
11690         Return an alist instead of a dotted pair.
11691         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11692         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11693         (bookmark-bmenu-switch-other-window): Adjust accordingly.
11694         (bookmark-make-cell-function): Adjust documentation accordingly.
11696         * image-mode.el (image-bookmark-jump):
11697         Adjust return type accordingly; document.
11699         * doc-view.el (doc-view-bookmark-jump):
11700         Adjust return type accordingly; document.
11702 2008-01-02  Miles Bader  <miles@gnu.org>
11704         * net/rcirc.el (rcirc-log-filename-function): New variable.
11705         (rcirc-log): Use `rcirc-log-filename-function' to generate the
11706         log-file name.  Don't log anything if it returns nil.
11707         (rcirc-log-write): Use `expand-file-name' when merging the
11708         log-file name from the alist with rcirc-log-directory; this does
11709         the right thing if the name in the alist already an absolute
11710         filename.  Make the log-file directory if necessary.
11712 2007-12-29  Richard Stallman  <rms@gnu.org>
11714         * font-lock.el (font-lock-prepend-text-property)
11715         (font-lock-append-text-property): Canonicalize the face and
11716         font-lock-face properties.
11718         * faces.el (facep): Doc fix.
11720         * startup.el (fancy-startup-tail, fancy-about-text)
11721         (fancy-startup-text): Regularize format of face property.
11723         * facemenu.el (list-colors-print): Use :background and :foreground
11724         instead of background-color and foreground-color.
11726 2007-12-29  Drew Adams  <drew.adams@oracle.com>
11728         * cus-edit.el (custom-add-parent-links):
11729         Fill the "Parent documentation" text.
11731 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11733         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11734         MS-Windows and MS-DOS.
11735         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11737 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11739         * vc-svn.el (vc-svn-modify-change comment): New function.
11741 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
11743         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11744         Do not disable undo, with-temp-buffer does it by default.
11746 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
11748         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11749         correctly.
11751         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
11752         with vc-state.
11753         (vc-next-action): Fix vc-transfer-file call.
11755 2007-12-31  Tom Tromey  <tromey@redhat.com>
11757         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11758         Move point to the start of the buffer.
11760 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
11762         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11764         * vc.el: State that dir-state is required to set the vc-state and
11765         vc-backend properties.
11767 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
11769         * man.el (Man-default-man-entry): Make this a defun.
11770         Improve guessing mechanism and handling of section numbers.
11772 2007-12-31  Richard Stallman  <rms@gnu.org>
11774         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11776 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
11778         * calc/calc-units.el (calc-convert-temperature): Ensure that units
11779         are on the result even when the result is zero.
11781 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
11783         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11784         resistent towards wrong parameters.
11785         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11787 2007-12-30  Richard Stallman  <rms@gnu.org>
11789         * faces.el (face-all-attributes): New function.
11791         * faces.el (face-differs-from-default-p): Compute list of attr names
11792         from face-attribute-name-alist.
11794         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11795         (custom-face-save): Likewise.
11796         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11798         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11799         (custom-theme-set-faces): Clear `face-override-spec' property.
11800         Call `face-spec-set' with FOR-DEFFACE.
11802         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11804         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11805         Use of frame as third arg is deprecated.
11806         Handle `face-override-spec' property.
11807         (face-spec-recalc): New function.
11808         (face-spec-set-2): New function.
11809         (frame-set-background-mode): Handle `face-override-spec' property.
11810         Use `face-spec-recalc'.
11811         (face-set-after-frame-default): Use `face-spec-recalc'.
11813 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
11815         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11817 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11819         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11821 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
11823         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11824         'added, 'removed.
11826         * vc.el (header coment): Better description of dir-state.
11827         (vc-compatible-state): New function.  Checks whether two states
11828         can be in the same changeset; used with 'edited it can test whether
11829         the next action for a state should be commit.
11830         (vc-default-dired-state-info): Display 'removed state.
11831         (vc-dired-hook): Turn off undo, this is a speed tweak.
11833         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11835         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11836         Cope with the possibility that the 'C' status flag might change
11837         in 0.9,6.
11839         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11841 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11843         * files.el (cd-absolute): Fix omission bug:
11844         Make `list-buffers-directory' buffer-local.
11846 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11848         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11850 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
11852         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11854         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11855         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11856         (math-yacas-compose-deriv, math-yacas-compose-taylor)
11857         (math-maxima-parse-subst, math-maxima-parse-taylor)
11858         (math-maxima-compose-taylor, math-maxima-compose-subst)
11859         (math-maxima-compose-if, math-lang-switch-args)
11860         (math-lang-compose-switch-args, math-read-giac-subscr):
11861         New functions.
11862         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11863         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11864         Add languages.
11865         (math-vector-brackets, math-complex-format, math-variable-table)
11866         (math-parse-table, math-oper-table, math-function-table)
11867         (math-special-function-table, math-compose-subscr):
11868         Add values for new languages.
11870         * calc/calccomp.el (math-compose-expr): Add new languages.
11872         * calc/calc.el (calc-language): Add languages to docstring.
11874         * calc/calc-ext.el (calc-init-extensions): Add keybindings
11875         for new languages.  Autoload commands to change languages.
11877         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11879         * calc/calc-menu.el (calc-modes-menu): Add new languages.
11880         (calc-arithmetic-menu, calc-scientific-function-menu)
11881         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11882         (calc-units-menu, calc-variables-menu, calc-stack-menu):
11883         Add :active keywords.
11885 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11887         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11888         returns 'ignored or 'unregistered.
11889         (vc-hg-state): Pass "-A" to the status command and deal with the
11890         output.
11891         (vc-hg-dir-state): Pass "-A" to the status command.
11893 2007-12-29  Richard Stallman  <rms@gnu.org>
11895         * progmodes/compile.el (compilation-start): Set initial visible
11896         point properly even when compilation buffer already current.
11898 2007-12-29  Richard Stallman  <rms@gnu.org>
11900         * files.el (conf-mode-maybe): New function.
11901         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11903 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
11905         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11907 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11909         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11911 2007-12-29  Richard Stallman  <rms@gnu.org>
11913         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11914         so they never do EOF.
11916 2007-12-29  Richard Stallman  <rms@gnu.org>
11918         * faces.el (copy-face): Create the new face explicitly if it
11919         does not exist already.
11921 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11923         * simple.el (minibuffer-history, shell-command-history)
11924         (set-variable-value-history):
11925         * replace.el (regexp-history):
11926         * international/mule-cmds.el (input-method-history):
11927         * files.el (file-name-history): Add reference to history-length in
11928         the doc string.
11930 2007-12-29  Richard Stallman  <rms@gnu.org>
11932         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11934 2007-12-29  Jason Rumney  <jasonr@gnu.org>
11936         * find-dired.el (find-name-arg): New custom variable.
11937         (find-name-dired): Use it.
11938         (find-dired-find-program): Remove.
11939         (find-dired): Use find-program.
11940         (find-grep-dired): Use grep-program.
11942         * progmodes/grep.el (rgrep): Use find-name-arg.
11944 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11946         * progmodes/cc-vars.el (defcustom-c-stylevar):
11947         Revert to pre-2007-12-12 version.
11949 2007-12-29  Richard Stallman  <rms@gnu.org>
11951         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11953         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11954         Use changed.
11956         * startup.el (fancy-splash-help-echo): Var deleted.
11957         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11958         (fancy-about-screen): Don't display fancy-splash-help-echo.
11960         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11962 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
11964         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11965         to vc-hooks.el so it will be available to other modes, such as
11966         speedbar.el.  Also, teach it to recognize monotone state directories.
11968         * speedbar.el: Remove this mode's fragile assumptions about
11969         version-control systems.  Instead, make it use logic from
11970         vc-hooks.el so it will become smarter whenever VC mode does.
11972         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11973         Fix the documentation.
11975         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11976         Modify all instances of the dir-state back-end method to suppress
11977         keeping undo lists on the buffers holding status output, which
11978         can get extremely large.
11980         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11981         so they don't do work that the default one can do instead.
11983         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11984         states, and the new return-value convention.  These are not
11985         actually used yet, just set.
11987         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11988         states when appropriate.
11990         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11991         'unregistered when appropriate.
11993         * vc-git.el: Document that we don't set the new states yet.
11995         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11996         'ignored states.
11998         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11999         appropriate.
12001         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12002         when appropriate.
12004 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
12006         * thumbs.el (thumbs-call-convert): Use call-process directly
12007         with thumbs-conversion-program instead of through shell-file-name
12008         for better error reporting.
12010 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
12012         * calc/calc-aent.el (math-remove-percentsigns):
12013         * calc/calccomp.el (math-to-percentsigns): Change placeholder
12014         for percent signs.
12016 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12018         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12019         use completion-ignored-extensions to detect files that should be
12020         ignorted in VC-Dired listings, heading off lots of expensive calls
12021         to (vc-state).
12023         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12024         non-terse mode.
12025         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12026         Makefile.in or Makefile.am.
12028 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12030         * ps-print.el (ps-mark-active-p): Fun returned back.
12031         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12032         `region-active-p' for error checking.
12034 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12036         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12037         Put new machinery in place to support editing of change comments
12038         with 'e' in a log-view buffer.  Not documented yet as this
12039         only works for SCCS, RCS, and maybe CVS if you have admin
12040         privileges.  When we have backend support for Subversion and
12041         more modern systems it will be time to write this up.
12043 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
12045         * international/mule-cmds.el (select-safe-coding-system):
12046         When a buffer is modified, cancel the writing.
12048 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
12050         * log-view.el: Add Subversion and Mercurial log format samples.
12052         * vc.el (vc-dired-hook): Significantly speed up by arranging for
12053         it to call the backend dir-state hook (if it exists)
12054         exactly *once*, rather than once per each subdirectory (with
12055         dired-state-info calls on all toplevel files slowing it down even
12056         further).  For this to work, backend dir-state methods have to
12057         recurse to subdirectories.  Most of them already did anyway; a few
12058         needed *non*-recursion switches removed.  This change mostly
12059         removed code that was perversely bad and should have been shot
12060         through the head years ago.
12062         * vc-bzr.el (vc-bzr-dir-state):
12063         * vc-cvs.el (vc-cvs-dir-state):
12064         * vc-mcvs.el (vc-mcvs-dir-state):
12065         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12067         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12068         multiple arguments, so generate logs sequentially when we get them.
12069         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12070         headers so the various log bindings can do the right thing.
12071         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12073 2007-12-26  Andreas Schwab  <schwab@suse.de>
12075         * font-lock.el (save-buffer-state): Make sure the state of the
12076         buffer is always restored.
12078 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
12080         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12082         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12083         a variable.
12085         * calc/calccomp.el (math-to-percentsigns): New function.
12086         (math-compose-var): Handle variables with percent signs.
12087         (math-compose-expr): Handle function names with percent signs.
12089         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12090         (math-read-exprs): Handle percent signs in languages that
12091         allow them.
12092         (math-restore-underscores): Remove function.
12093         (math-remove-percentsigns, math-restore-placeholders):
12094         New functions.
12096 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12098         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12099         of `mark' for error checking.
12101 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
12103         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12104         New functions.
12105         (image-mode): Set bookmark-make-cell-function appropriately.
12107         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12109         * bookmark.el (bookmark-make-cell-function): New variable.
12110         (bookmark-make): Call bookmark-make-cell-function's function
12111         instead of bookmark-make-cell.
12112         (bookmark-get-handler, bookmark-jump-internal): New functions.
12113         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12114         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12115         Use bookmark-jump-internal.
12116         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12118         * doc-view.el (doc-view-bookmark-make-cell)
12119         (doc-view-bookmark-jump): New functions.
12120         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12122 2007-12-25  Miles Bader  <miles@gnu.org>
12124         * indent.el (indent-for-tab-command): Rigidly indent the following
12125         sexp along with the current line when a prefix arg is given in the
12126         non-active-region case.  Specify raw prefix in interactive spec.
12127         Simplify main indentation logic to get rid of the conditional call
12128         to `indent-according-to-mode' (it just ended up calling
12129         `indent-line-function' in all cases anyway, which can be done more
12130         simply here).  Remove unnecessary test of ARG in active region case.
12132 2007-12-25  Richard Stallman  <rms@gnu.org>
12134         * allout.el (allout-region-active-p): Rename from my-region-active-p.
12135         Use `use-region-p'.
12136         (allout-write-file-hook-handler): Simplify code.
12138         * ps-print.el (ps-mark-active-p): Function deleted.
12139         (ps-print-preprint-region): Use (mark) for the error check.
12141         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12143         * winner.el (winner-active-region): Use `mark-active' if it's defined.
12145         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12147         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12149         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12151         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12153         * progmodes/cc-defs.el (c-region-is-active-p):
12154         Use `mark-active' if it's defined.
12156         * progmodes/cc-cmds.el (c-indent-line-or-region):
12157         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
12159         * simple.el (select-active-regions): New option.
12160         (set-mark): Obey it.
12161         (yank-pop-change-selection): New option.
12162         (current-kill): Obey it.
12164         * simple.el (use-region-p): Rename from `region-active-p'.
12165         (region-active-p): New function.
12167 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
12169         * term/x-win.el (x-select-enable-primary): New option.
12170         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12172         * mouse.el (mouse-yank-primary): New function (almost same
12173         as mouse-yank-secondary).
12175 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
12177         * calculator.el:
12178         * dframe.el:
12179         * iswitchb.el:
12180         * whitespace.el:
12181         * winner.el:
12182         * emacs-lisp/checkdoc.el:
12183         * mail/feedmail.el:
12184         * net/quickurl.el:
12185         * obsolete/fast-lock.el:
12186         * play/5x5.el:
12187         * progmodes/delphi.el:
12188         * progmodes/idlw-shell.el:
12189         * progmodes/idlwave.el:
12190         * textmodes/artist.el:
12191         * textmodes/ispell.el:
12192         * textmodes/texinfmt.el:
12193         * textmodes/texinfo.el: Remove obsolete definitions of backward
12194         compatibility macros for defcustom, defgroup, defface, when,
12195         unless, with-current-buffer and with-temp-message.
12197 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
12199         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12201 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12204         indeed a process.
12206 2007-12-23  Richard Stallman  <rms@gnu.org>
12208         * simple.el (region-active-p): New function.
12209         (use-empty-active-region): New variable.
12211         * dired-aux.el (dired): Load dired.el at run time too.
12213 2007-12-23  Juri Linkov  <juri@jurta.org>
12215         * man.el (Man-follow-manual-reference): Fill the minibuffer's
12216         default list with a full list of references.
12218         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12220 2007-12-23  Andreas Schwab  <schwab@suse.de>
12222         * files.el (switch-to-buffer-other-frame): Return the buffer
12223         switched to.
12225 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
12227         Sync with Tramp 2.1.12.
12229         * net/tramp.el: New todo item.
12231         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12232         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12234         * net/trampver.el: Update release number.
12236 2007-12-22  Richard Stallman  <rms@gnu.org>
12238         * newcomment.el (comment-region-default): Don't triple the
12239         comment starter if the first region line isn't indented enough.
12241 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12243         * net/imap.el (imap-authenticate): Use current-buffer instead of
12244         buffer, for the cases where imap-authenticate is called with a nil
12245         buffer parameter.
12247 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
12249         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12250         specifier from format-string.  Reported by Ye Wenbin.
12252 2007-12-20  Jason Rumney  <jasonr@gnu.org>
12254         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12255         Parent group is font-lock-faces.
12256         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12257         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12258         (nxml-version): Remove.
12259         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12260         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12261         (nxml-processing-instruction-delimiter)
12262         (nxml-processing-instruction-target)
12263         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12264         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12265         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12266         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12267         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12268         (nxml-attribute-prefix, nxml-attribute-colon)
12269         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12270         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12271         (nxml-attribute-value, nxml-attribute-value-delimiter)
12272         (nxml-namespace-attibute-value)
12273         (nxml-namespace-attribure-value-delimiter)
12274         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12275         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12276         (nxml-glyph): Rename, removing -face suffix.
12277         Inherit from existing font-lock faces.
12278         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12279         Use new face names.
12281         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12282         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12283         Rename, removing -face suffix.
12284         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12285         (nxml-highlighted-colon, nxml-highlighted-slash)
12286         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12287         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12288         (nxml-highlighted-qname, nxml-outline-display-heading):
12289         Use new face names.
12291         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12293         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12295 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
12297         * cus-start.el (all): Use correct group name for members of
12298         mode-line group.
12300         * man.el (Man-default-man-entry): When looking for default man
12301         entry title search text preceding point.  Use when instead of if.
12303         * indent.el (indent-for-tab-command): Fix doc-string typo.
12305         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12306         vc-parent-buffer is the current buffer.
12308         * info-look.el (info-lookup, info-lookup-setup-mode)
12309         (info-lookup-make-completions): Avoid clobbering Info-history and
12310         Info-history-list.
12312 2007-12-19  Glenn Morris  <rgm@gnu.org>
12314         * progmodes/verilog-mode.el (top-level): Don't require compile.
12315         (compilation-error-regexp-alist, compilation-last-buffer):
12316         Define for compiler.
12317         (verilog-insert-1): New function.
12318         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12319         Use verilog-insert-1.
12320         (verilog-surelint-off): Use next-error-last-buffer if bound.
12321         Check compile buffer is live.
12323 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
12325         * progmodes/compile.el (compilation-start): Don't pass a FRAME
12326         argument to display-buffer.
12328 2007-12-19  Jason Rumney  <jasonr@gnu.org>
12330         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12331         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12332         (rng-byte-compile-load, rng-write-version): Remove.
12334         * nxml/rng-loc.el (rng-schema-locating-files-default)
12335         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12336         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12338 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
12340         * files.el (cd-absolute): Set `list-buffers-directory' in order to
12341         show correct path in buffer list.
12343         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12344         (tramp-find-shell): Send only single prompt setting commands, in
12345         order to avoid double-prompt.
12347         * net/tramp-compat.el (top): Require cl only when compiling.
12348         Reported by Glenn Morris <rgm@gnu.org>.
12350 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12352         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12353         (c-comment-continuation-stars): No longer declare with
12354         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12355         (c-block-comment-prefix): Use symbol-value to
12356         access c-comment-continuation-stars.
12357         * progmodes/cc-mode.el (c-initialize-cc-mode):
12358         Use symbol-value to access c-comment-continuation-stars.
12360 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
12362         * xml.el (xml-escape-string): New function.  Escape string using
12363         xml-entity-alist.
12364         (xml-debug-print-internal): Use xml-escape-string to escape
12365         characters in attributes and in text children of elements.
12367 2007-12-18  Glenn Morris  <rgm@gnu.org>
12369         * progmodes/cc-subword.el (c-subword-mode): Drop support for
12370         systems without define-minor-mode.
12372         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12374         * progmodes/verilog-mode.el: Replace all instances of
12375         string-to-int with string-to-number, insert-string with insert,
12376         and read-input with read-string.
12377         (top-level): No need to require imenu, reporter, dinotrace, vc,
12378         font-lock when compiling.  Always require compile.  Relegate remaining
12379         compatibility cruft to XEmacs.  Don't require font-lock.
12380         (verilog-version): Remove superfluous concat.
12381         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12382         No need to define.
12383         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12384         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12385         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12386         (verilog-startup-message-displayed): These are variables, not constants.
12387         (verilog-batch-execute-func, verilog-auto-inst)
12388         (verilog-auto-inst-param): Use mapc rather than mapcar.
12389         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12390         actually defining.
12391         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12392         (verilog-modi-get-outputs, verilog-modi-get-inouts)
12393         (verilog-modi-get-inputs, verilog-modi-get-wires)
12394         (verilog-modi-get-regs, verilog-modi-get-assigns)
12395         (verilog-modi-get-consts, verilog-modi-get-gparams)
12396         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12397         (verilog-modi-get-sub-inputs): Move inline functions earlier in
12398         the file.
12399         (sigs-in, sigs-out): Don't declare multiple times.
12400         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12401         `defvar'.
12402         (verilog-auto): Call dinotrace-unannotate-all only if bound.
12403         (verilog-module-inside-filename-p): No need to wrap fboundp test
12404         in condition-case.
12405         (reporter-submit-bug-report): Autoload it.
12406         (verilog-mark-defun): Call zmacs-activate-region only if bound.
12407         (verilog-font-customize): Call customize-apropos only if bound.
12408         (verilog-getopt-flags, verilog-auto-reeval-locals):
12409         Use make-local-variable rather than make-variable-buffer-local.
12410         (verilog-company, verilog-project, verilog-modi-cache-list):
12411         Move make-variable-buffer-local calls to top-level.
12412         (font-lock-defaults-alist): Don't define it.
12413         (verilog-need-fld): Remove.
12414         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12415         (verilog-mode): Only call make-local-hook on XEmacs.
12416         Set font-lock-defaults rather than using verilog-font-lock-init.
12418 2007-12-17  Andreas Schwab  <schwab@suse.de>
12420         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12421         Fix comment typo.
12423 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
12425         * net/dbus.el (dbus-name-owner-changed-handler):
12426         Use `dbus-unregister-signal' for removing old rules.
12427         Obey new structure of `dbus-registered-functions-table'.
12429 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
12431         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12433 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
12435         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12436         function.
12437         (add-submenu): Only define for XEmacs.
12438         (verilog-regexp-words): Revert previous change, keep the other
12439         definition.
12441 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12443         * progmodes/perl-mode.el (perl-continued-statement-offset)
12444         (perl-continued-brace-offset, perl-brace-offset)
12445         (perl-brace-imaginary-offset, perl-label-offset):
12446         * progmodes/cperl-mode.el (cperl-brace-offset)
12447         (cperl-continued-brace-offset, cperl-label-offset)
12448         (cperl-continued-statement-offset)
12449         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12450         Add safe-local-variable properties.
12452 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12454         * progmodes/verilog-mode.el (verilog-mode-map)
12455         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12456         (verilog-colorize-include-files): Use only overlay functions so
12457         that it can work on both emacs and XEmacs.
12458         (set-extent-keymap): Remove unused defun.
12459         (verilog-kill-existing-comment, verilog-insert-date)
12460         (verilog-insert-year): Rename in order not to pollute the global
12461         namespace from kill-existing-comment, insert-date and
12462         insert-year, respectively.
12463         (verilog-set-auto-endcomments, verilog-header): Update callers.
12465         * files.el (auto-mode-alist): Recognize verilog files.
12467         * progmodes/verilog-mode.el (verilog-string-replace-matches)
12468         (verilog-string-remove-spaces, verilog-re-search-forward)
12469         (verilog-re-search-backward, verilog-re-search-forward-quick)
12470         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12471         (verilog-get-end-of-line, verilog-within-string): Move definitions
12472         before first use.  No code changes.
12474 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12476         * progmodes/verilog-mode.el (verilog-mode-version)
12477         (verilog-mode-release-date): Don't use expanding keywords.
12478         (provide): Move to the end of file.
12479         (fboundp): Don't check if eval-when-compile is bound, it is used
12480         later in the file without checking.
12481         (when, unless): Copy definitions from subr.el.
12482         (char-before, defcustom, defface, customize-group)
12483         (verilog-batch-error-wrapper): Don't use old style backquotes.
12484         (verilog-regexp-opt): Avoid using the cl function case.
12485         (verilog-regexp-words): Remove duplicated definition.
12486         (verilog-mode-abbrev-table): Remove, duplicate.
12487         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12488         Declare and initialize in one step.
12489         (verilog-declaration-prefix-re, verilog-declaration-re)
12490         (verilog-end-of-statement, verilog-indent-declaration)
12491         (verilog-get-lineup-indent): Remove trailing whitespace.
12492         (verilog-mode): Fix autoload cookie.
12493         Set beginning-of-defun-function and end-of-defun-function.  Use when
12494         instead of if.
12495         (verilog-emacs-features, verilog-auto-ascii-enum)
12496         (verilog-insert-indices): Escape braces in doc strings.
12498 2007-12-08  Michael McNamara  <mac@verilog.com>
12499             Wilson Snyder  <wsnyder@wsnyder.org>
12501         * progmodes/verilog-mode.el: New file.
12503 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
12505         * international/latexenc.el (latexenc-find-file-coding-system):
12506         If both coding-system-for-write and buffer-file-coding-system of
12507         latex-main-file are nil, use `undecided'.
12509 2007-12-06  Jason Rumney  <jasonr@gnu.org>
12511         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12513 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12515         * files.el (revert-buffer): Docstring fix.
12517 2007-12-11  Glenn Morris  <rgm@gnu.org>
12519         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12521 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
12523         * calc/calc-aent.el (math-restore-underscores)
12524         (math-string-restore-underscores): New functions.
12525         (math-read-factor): Properly check variable names with underscores
12526         for entries in `math-expr-variable-mapping'.
12528         * calc/calc-lang.el (math-lang-name): New property name.
12530         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12531         to set language name.
12533 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12535         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12537 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12539         * server.el (server-select-display): Fix important typo.
12540         (server-process-filter): Turn a "" display into nil.
12542 2007-12-09  Juri Linkov  <juri@jurta.org>
12544         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12545         Check search-upper-case before calling isearch-no-upper-case-p
12546         to set case-fold-search.
12547         (occur): Doc fix.
12548         (occur-1, perform-replace): Check search-upper-case before calling
12549         isearch-no-upper-case-p to set case-fold-search.
12551         * isearch.el (search-upper-case): Doc fix.
12552         (isearch-mode-map): Bind `M-s o' to isearch-occur.
12553         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
12554         (isearch-query-replace-regexp): Doc fix.
12555         (isearch-occur): New function.
12557 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12559         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12560         backward compatibility.
12562         * net/imap.el (imap-string-to-integer): New function.
12564 2007-12-09  David Kastrup  <dak@gnu.org>
12566         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12567         directories.  Not sure anybody uses this anymore, though.
12569 2007-12-09  Glenn Morris  <rgm@gnu.org>
12571         * emulation/viper-init.el (top-level): Use dolist rather than mapc
12572         in make-variable-frame-local call.
12574 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12576         * mail/hashcash.el (declare-function):
12577         * net/imap.el (declare-function): New no-op macro for backward
12578         compatibility.
12580 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
12582         Sync makefile.w32-in with Makefile.in.
12584         * makefile.w32-in (check-declare): New target.
12585         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12586         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12587         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12588         ($(lisp)/progmodes/cc-mode.elc): Use it.
12589         ($(lisp)/progmodes/cc-mode.elc): New rule.
12591 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12593         * indent.el (tab-stop-list): Mark as safe-local-variable.
12595         * generic-x.el (etc-sudoers-generic-mode): New mode.
12596         (generic-unix-modes): Add it.
12598 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
12600         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
12601         apply wildcards in a hash table key; there is no usable hash code then.
12602         (dbus-registered-functions-table): Use `equal' as test function.
12603         (dbus-name-owner-changed-handler): Rewrite due to new hash table
12604         structure.
12606 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
12608         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12609         bound error in block comment branch.
12611 2007-12-08  David Kastrup  <dak@gnu.org>
12613         * textmodes/reftex.el (reftex-select-with-char):
12614         * textmodes/reftex-toc.el (reftex-toc-do-promote)
12615         (reftex-toc-visit-location, reftex-toc-find-section):
12616         * textmodes/reftex-index.el (reftex-index-show-entry):
12617         * textmodes/org.el (org-cycle-hide-archived-subtrees)
12618         (org-table-rotate-recalc-marks, org-mark-ring-push)
12619         (org-follow-info-link, org-mhe-get-message-folder-from-index)
12620         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12621         (org-evaluate-time-range, org-edit-agenda-file-list):
12622         * textmodes/artist.el (artist-select-next-op-in-list)
12623         (artist-select-prev-op-in-list):
12624         * term/mac-win.el (mac-service-insert-text):
12625         * startup.el (fancy-about-screen):
12626         * progmodes/vhdl-mode.el (vhdl-decision-query):
12627         * progmodes/idlwave.el (idlwave-template)
12628         (idlwave-scroll-completions, idlwave-display-completion-list):
12629         * progmodes/ebrowse.el (ebrowse-show-progress):
12630         * progmodes/cperl-mode.el (cperl-find-pods-heres):
12631         * progmodes/antlr-mode.el (antlr-insert-option-do):
12632         * play/mpuz.el (mpuz-close-game):
12633         * net/rcirc.el (rcirc-next-active-buffer):
12634         * mail/reporter.el (reporter-update-status):
12635         * kmacro.el (kmacro-display):
12636         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12637         * emulation/viper-util.el (viper-save-setting):
12638         * emacs-lisp/lisp-mnt.el (lm-verify):
12639         * emacs-lisp/edebug.el (edebug-set-mode):
12640         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12641         * calendar/calendar.el (calendar-print-day-of-year):
12642         * calc/calcalg3.el (calc-curve-fit):
12643         * calc/calcalg2.el (math-integral):
12644         * calc/calc.el (calc-read-key-sequence, calc-version):
12645         * calc/calc-mode.el (calc-set-simplify-mode):
12646         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12648 2007-12-07  D. Goel  <deego3@gmail.com>
12650         * progmodes/idlw-shell.el (idlwave-shell-display-line)
12651         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12652         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12653         * mail/uce.el (uce-reply-to-uce)
12654         * progmodes/vhdl-mode.el (vhdl-template-modify)
12655         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12656         to `error' (as suggested by RMS.)
12658 2007-12-07  Glenn Morris  <rgm@gnu.org>
12660         * allout.el (allout-write-file-hook-handler):
12661         * textmodes/reftex.el (reftex-TeX-master-file):
12662         * textmodes/reftex-parse.el (reftex-short-context):
12663         Revert previous change.
12665 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
12667         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12668         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12669         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12670         (dbus-event-service-name, dbus-event-path-name)
12671         (dbus-event-interface-name, dbus-event-member-name): Fix for new
12672         event structure.
12673         (dbus-list-activatable-names, dbus-list-names)
12674         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12675         Reorder `dbus-call-method' arguments.
12677 2007-12-06  D. Goel  <deego3@gmail.com>
12679         * allout.el (allout-write-file-hook-handler):
12680         * textmodes/reftex.el (reftex-TeX-master-file):
12681         * textmodes/org.el (org-paste-subtree):
12682         * progmodes/vhdl-mode.el (vhdl-template-modify):
12683         * progmodes/idlw-shell.el (idlwave-shell-send-command)
12684         (idlwave-shell-display-line):
12685         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12686         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12687         * net/trampver.el (x):
12688         * mail/uce.el (uce-reply-to-uce):
12689         * mail/rmailout.el (rmail-output):
12690         * mail/feedmail.el (feedmail-dump-message-to-queue):
12691         * whitespace.el (whitespace-write-file-hook):
12692         * wdired.el (wdired-check-kill-buffer):
12693         * vc.el (vc-update):
12694         * vc-mcvs.el (vc-mcvs-checkin):
12695         * vc-cvs.el (vc-cvs-checkin):
12696         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12697         * ibuffer.el (ibuffer-current-buffer):
12698         * dired.el (dired-move-to-end-of-filename):
12699         * bindings.el (complete-symbol):
12700         * textmodes/org-publish.el (org-publish-file):
12701         (org-publish-current-project):
12702         * textmodes/reftex-parse.el (reftex-short-context):
12703         * textmodes/texinfmt.el: Fix buggy calls to `error'.
12705 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * doc-view.el (doc-view-dvi->pdf-sentinel)
12708         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12709         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12710         within a sentinel or timer.
12711         (doc-view-display): Don't try to display before the requested page
12712         is available, unless told to do so explicitly.
12713         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12714         Force display even if the requested page is not available.
12716 2007-12-06  Richard Stallman  <rms@gnu.org>
12718         * help-fns.el (describe-function-1): Call ad-get-advice-info
12719         only on symbols.
12721 2007-12-06  Glenn Morris  <rgm@gnu.org>
12723         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12724         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12725         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12726         faces in non-light-background case.
12728         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12729         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12730         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12731         * emulation/vi.el, emulation/viper-cmd.el:
12732         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12733         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12734         * textmodes/fill.el: Remove directory part from filenames in
12735         function declarations.
12737         * dired-aux.el (mailcap-mime-info): Update declaration.
12739 2007-12-05  Richard Stallman  <rms@gnu.org>
12741         * wid-edit.el (widget-type): Doc fix.
12743 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12745         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12746         Don't match "sub { (...) ... }".
12748 2007-12-05  Richard Stallman  <rms@gnu.org>
12750         * international/mule-cmds.el (toggle-input-method-active): New var.
12751         (toggle-input-method): Bind toggle-input-method-active to t.
12752         Error if it was already non-nil.
12754 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12756         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12758 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12760         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12761         see if certs should be verified and what is to be done in the
12762         event of a verification failure.
12764 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12766         * net/tls.el (tls-program): Provide more custom choices from
12767         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12768         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12769         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12770         version.  Minor improvement to doc strings.
12771         (tls-program): Add comment.
12773 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12775         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12776         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12777         mismatch between the hostname provided in the certificate and the name
12778         of the host connnecting to.
12779         (open-tls-stream): Use them.  Check certificates against trusted root
12780         certificates.
12782 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12784         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12785         (imap-parse-status): Upcase status-att for broken servers that sends
12786         them lower-case (e.g., MS Exchange 2007).
12788 2007-12-05  D. Goel  <deego3@gmail.com>
12790         * simple.el (undo):
12791         * image-dired.el (image-dired-display-thumb-properties):
12792         (image-dired-modify-mark-on-thumb-original-file):
12793         (image-dired-dired-display-properties):
12794         * help.el (help-window-display-message):
12795         * files.el (hack-local-variables-confirm):
12796         * ediff.el (ediff-version):
12797         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12798         `message' and `error': Ensure that first arg is a format string.
12800         * emacs-lisp/find-func.el (find-library-name): Prefer files with
12801         ".el" suffix over "".
12803 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
12805         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12806         interface and member fields.
12808 2007-12-05  Glenn Morris  <rgm@gnu.org>
12810         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12811         (pcomplete-here): Autoload it.
12813         * eshell/em-basic.el (print-func): No need to define for compiler.
12815         * eshell/esh-cmd.el (eshell-debug-command):
12816         * eshell/esh-io.el (eshell-print): Move definitions before use.
12818         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12820         * eshell/esh-util.el (top-level): Don't require pp.
12821         Use condition-case rather than ignore-errors.
12823         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12825         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12826         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12827         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12828         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12829         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12830         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12831         * eshell/esh-util.el, eshell/eshell.el: Require individual files
12832         if needed when compiling, rather than esh-maint.  Collect any
12833         require statements.  Move provide statement to end.  Move any
12834         commentary to start.
12836         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12837         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12838         * eshell/esh-proc.el, eshell/esh-var.el:
12839         Require individual files if needed when compiling, rather than
12840         esh-maint.  Collect any require statements.  Leave provide at start.
12841         Move any commentary to start.
12843         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12844         Remove declared function from byte-compile-noruntime-functions.
12846         * ediff-util.el (ediff-version):
12847         * progmodes/python.el (compilation-shell-minor-mode):
12848         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12849         (calendar-bahai-date-string, calendar-check-holidays)
12850         (calendar-chinese-date-string, calendar-coptic-date-string)
12851         (calendar-ethiopic-date-string, calendar-forward-day)
12852         (calendar-french-date-string, calendar-goto-date)
12853         (calendar-goto-today, calendar-hebrew-date-string)
12854         (calendar-islamic-date-string, calendar-iso-date-string)
12855         (calendar-julian-date-string, calendar-mayan-date-string)
12856         (calendar-persian-date-string, gnus-summary-last-subject)
12857         (parse-time-string, rmail-show-message): Declare as functions.
12859 2007-12-05  Michael Olson  <mwolson@gnu.org>
12861         * textmodes/remember.el: Merge contents of remember-diary.el here,
12862         updating header.  Add autoload cookie so that byte-compilation
12863         works without warning.
12864         (remember-diary-file): Default to nil, since diary might not yet
12865         be loaded at this point, which would deny us access to diary-file.
12866         (remember-diary-extract-entries): If remember-diary-file is nil,
12867         then use diary-file instead.
12869         * textmodes/remember-diary.el: Remove, due to the issue of needing
12870         the first 8 characters of a filename to be unique.
12872 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
12874         * net/dbus.el (dbus-hash-table=): New defun.
12875         (dbus-hash-table-test): New hash table test function, used in
12876         `dbus-registered-functions-table'.
12877         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12878         (dbus-event-service-name, dbus-event-path-name)
12879         (dbus-event-interface-name, dbus-event-member-name):
12880         Rewrite, due to new structure of `dbus-event'.
12882 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
12884         * ido.el (ido-save-history): Set the `coding' local
12885         variable in the first line of the file.
12887 2007-12-04  Glenn Morris  <rgm@gnu.org>
12889         * password-cache.el: Move here from gnus/password.el.
12890         (top-level): Don't require cl when compiling.
12891         (password-read-and-add): Doc fix.  Make obsolete.
12893         * net/tramp.el: Require password-cache or password.
12895         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12896         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
12897         compiling.
12898         (cua-set-rectangle-mark): Add doc string to autoload.
12899         (cua--rectangle, cua--last-killed-rectangle)
12900         (cua--global-mark-active): Always define for compiler.
12901         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12902         (cua--delete-rectangle, cua--insert-rectangle)
12903         (cua--rectangle-corner, cua--rectangle-assert)
12904         (cua--insert-at-global-mark, cua--global-mark-post-command):
12905         Declare as functions.
12907         * emulation/cua-gmrk.el (top-level): Move provide to end.
12909         * emulation/cua-rect.el (top-level): Move provide to end.
12910         Don't require cua-gmrk when compiling.
12911         (cua--cut-rectangle-to-global-mark)
12912         (cua--copy-rectangle-to-global-mark): Declare as functions.
12914         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12915         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12916         (viper-vi-state-cursor-color):
12917         Consolidate make-variable-frame-local calls.
12919         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12920         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12921         than bbdb-address-street1,2,3.
12923         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12924         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
12926 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
12928         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12929         (save-place-alist-to-file, load-save-place-alist-from-file):
12930         Don't print non-error messages at all, there's really no need.
12931         Do print if there's a problem, and clarify message in that case.
12933 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12935         * ediff-diff.el (ediff-prepare-error-list):
12936         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12938 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
12940         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12941         (doc-view-current-overlay, doc-view-pending-cache-flush):
12942         Add doc string.
12944 2007-12-03  Richard Stallman  <rms@gnu.org>
12946         * subr.el (declare-function): Move from byte-run.el.
12948         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12950         * window.el (recenter-top-bottom): Don't use `ecase'.
12952 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12954         * saveplace.el (save-place-alist-to-file):
12955         Set coding-system-for-write once and refer to it throughout.
12956         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12958 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12960         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12961         system when writing, and set it in the first-line file variables.
12962         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12963         Juanma Barranquero.
12965 2007-12-02  Glenn Morris  <rgm@gnu.org>
12967         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12968         Reverse branches of if statement.
12970         * emulation/viper-cmd.el (top-level): Don't require advice.
12971         Don't load viper-util, viper-keym, viper-mous, viper-macs,
12972         viper-ex when compiling.
12974         * emulation/viper-ex.el (top-level): Don't load viper-util,
12975         viper-keym when compiling.
12977         * emulation/viper-init.el (top-level): Move provide statement to end.
12979         * emulation/viper-keym.el (top-level): Don't load viper-util when
12980         compiling.  Move provide statement to end.
12982         * emulation/viper-macs.el (top-level): Don't load viper-util,
12983         viper-keym, viper-mous when compiling.
12985         * emulation/viper-mous.el (top-level): Don't load viper-util when
12986         compiling.
12988         * emulation/viper-util.el (top-level): Don't load viper-init when
12989         compiling.
12991         * emulation/viper.el (top-level): Don't require ring.
12992         Don't load viper-init, viper-cmd when compiling.
12994         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12995         Move here from gnus/.
12997 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12999         Offer option for saveplace to be quiet about loading and saving.
13000         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13002         * saveplace.el (save-place-quiet): New customizable boolean.
13003         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13004         to determine whether to print loading/saving messages.
13006 2007-12-02  Glenn Morris  <rgm@gnu.org>
13008         * mail/binhex.el: Move here from gnus/.
13009         (binhex): New custom group.
13010         (binhex-decoder-program, binhex-decoder-switches)
13011         (binhex-use-external): Move to the binhex custom group.
13013         * mail/uudecode.el: Move here from gnus/.
13014         (uudecode): New custom group.
13015         (uudecode-decoder-program, uudecode-decoder-switches)
13016         (uudecode-use-external): Move to the uudecode custom group.
13018         * net/netrc.el (top-level): Don't load `encrypt' features.
13019         (netrc-parse): Don't use encrypt.
13020         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13022         * progmodes/python.el (top-level): Don't require cl when compiling.
13024 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
13026         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13027         encoding for aspell process and for communication with it.
13028         Only add "-d" option if not already present.
13029         Use ispell-current-dictionary and ispell-current-personal-dictionary.
13030         General reorganization.
13032         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13033         encoding here.
13034         (ispell-start-process): Explicitly set encoding here if using aspell.
13036 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
13038         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13039         function to log-edit.
13041 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
13043         * net/dbus.el: New file.
13045 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
13047         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13048         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13049         (calc-lang-parens-are-subscripts): New variables.
13050         (math-expr-special-function-mapping): Remove variable.
13051         (math-eqn-ignore-words, math-tex-ignore-words)
13052         (math-latex-ignore-words): Move to calc-lang.el.
13054         * calc/calc-lang.el (math-compose-vector, math-compose-var)
13055         (math-tex-expr-is-flat): Declare as functions.
13056         (calc-lang-slash-idiv, calc-lang-allow-underscores)
13057         (math-comp-left-bracket, math-comp-right-bracket)
13058         (math-comp-comma, math-comp-vector-prec): Declare as variables.
13059         (math-var-formatter, math-matrix-formatter)
13060         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13061         (math-punc-table, math-compose-subscr, math-dots)
13062         (math-func-formatter): New property names to store language
13063         specific information.
13064         (math-compose-tex-var, math-compose-tex-intv)
13065         (math-compose-maple-intv, math-compose-eqn-intv)
13066         (math-compose-tex-sum, math-compose-tex-func)
13067         (math-compose-tex-intv): New functions.
13068         (math-eqn-ignore-words, math-tex-ignore-words)
13069         (math-latex-ignore-words): Move from calc.el.
13070         (math-special-function-table): Add entries for tex.
13071         (calc-lang-slash-idiv, calc-lang-allows-underscores):
13072         New variables.
13073         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13074         (math-compose-tex-matrix, math-compose-eqn-matrix)
13075         (math-eqn-special-functions): Move from calccomp.el.
13077         * calc/calccomp.el (math-compose-var): New function.
13078         (math-compose-expr): Allow more special functions to be used.
13079         Change test for formatting fractions.  Use variables and property
13080         names to help with language specific formatting.
13081         (math-compose-tex-matrix, math-compose-eqn-matrix)
13082         (math-eqn-special-functions): Move to calc-lang.el.
13083         (math-compose-rows): Use property names to help with language
13084         specific formatting.
13086         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13087         into nested subscripts.
13088         (math-read-token): Use variables and property names to help with
13089         language specific parsing.
13090         (math-read-expression-level): Use variables to help with language
13091         specific parsing.
13093 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13096         (archive-rar-summarize): Allow the file name to be passed as argument.
13097         Remove unused vars `header' and `footer'.
13098         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13100 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
13102         * log-edit.el (log-edit-show-diff): New function.
13103         (log-edit-mode-map, log-edit-menu): Bind it.
13104         (log-edit-diff-function): New variable.
13105         (log-edit): Change the 3rd param to be an alist and accept a
13106         function that computes a diff for the files involved.
13108         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13110 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
13112         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13113         wrap next-/previous-line in with-no-warnings.
13115 2007-12-01  Glenn Morris  <rgm@gnu.org>
13117         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13119         * net/dig.el: Move here from gnus/.
13120         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13122         * net/dns.el: Move here from gnus/.
13123         (top-level): Don't require mm-util, or cl when compiling.
13124         (dns-write-name, dns-read, dns-read-type, query-dns):
13125         Replace mm-with-unibyte-buffer with its expansion.
13126         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13128         * progmodes/gdb-ui.el (gud-remove, gud-break):
13129         * progmodes/gud.el (gdb-create-define-alist)
13130         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13131         (hl-line-highlight, gdb-display-source-buffer)
13132         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13133         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13135 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13137         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13138         Move args on defun line.
13140         * textmodes/org.el (org-calendar-holiday):
13141         Use calendar-check-holidays instead of the obsolete
13142         check-calendar-holidays.
13143         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13144         (bbdb-company, bbdb-current-record, bbdb-name)
13145         (bbdb-record-getprop, bbdb-record-name)
13146         (bibtex-beginning-of-entry, bibtex-generate-autokey)
13147         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13148         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13149         (mh-find-path, mh-get-header-field, mh-get-msg-num)
13150         (mh-header-display, mh-index-previous-folder)
13151         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13152         (mh-show-buffer-message-number, mh-show-header-display)
13153         (mh-show-msg, mh-show-show, mh-visit-folder)
13154         (org-export-latex-cleaned-string, remember)
13155         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13156         (rmail-what-message, elmo-folder-exists-p)
13157         (elmo-message-entity-field, elmo-message-field)
13158         (vm-beginning-of-message, vm-follow-summary-cursor)
13159         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13160         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13161         (vm-summarize, wl-folder-get-elmo-folder)
13162         (wl-summary-goto-folder-subr)
13163         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13164         (wl-summary-line-subject, wl-summary-message-number)
13165         (wl-summary-redisplay): Declare as functions.
13167 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
13169         * longlines.el (longlines-show-hard-newlines): Remove handling of
13170         buffer-undo-list and buffer-modified status.
13171         (longlines-show-region, longlines-unshow-hard-newlines):
13172         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13173         inhibit-modification-hooks here to avoid that a buffer appears
13174         modified when toggling visibility of hard newlines.
13176 2007-11-30  Glenn Morris  <rgm@gnu.org>
13178         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13180         * progmodes/idlw-complete-structtag.el
13181         (idlwave-sintern-structtag):
13182         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13183         (idlwave-sintern-sysvartag):
13184         * progmodes/idlwave.el (idlwave-sintern-class-tag)
13185         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13186         functions.
13188 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13190         * textmodes/reftex-index.el (texmathp):
13191         * textmodes/reftex-auc.el (TeX-argument-insert)
13192         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13193         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13194         (LaTeX-label-list):
13195         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13196         (rng-clear-conditional-region, rng-do-some-validation): Declare as
13197         functions.
13198         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13200 2007-11-30  Glenn Morris  <rgm@gnu.org>
13202         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13203         argument and document it.
13205         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13206         Third argument to declare-function must be a list to specify arglist.
13208         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13209         Handle declare-function third argument `t' and fourth argument.
13210         (check-declare-verify): Doc fix.  Handle `fileonly' case.
13211         Use progn rather than prog1.
13213         * desktop.el (uniquify-item-base):
13214         * term/mac-win.el (url-type): Declare as functions.
13216         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13217         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13218         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13219         fourth arg to declare-function.
13221         * play/dunnet.el: Don't require cl when compiling.
13222         (byte-compile-warnings): Set via file local variables.
13223         (dun-parse): Let-bind `beg' and `line'.
13225 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
13227         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13229 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13231         * calendar/time-date.el (encode-time-value): Doc fix.
13233 2007-11-29  Glenn Morris  <rgm@gnu.org>
13235         * calendar/time-date.el (with-decoded-time-value): Doc fix.
13237         * textmodes/css-mode.el (prog-mode): Remove.
13238         (css-mode): Derive from fundamental-mode rather than prog-mode.
13240         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13242         * emacs-lisp/check-declare.el (check-declare-locate)
13243         (check-declare-verify): Handle `external' files.
13244         (check-declare-errmsg): New function.
13245         (check-declare-verify, check-declare-file, check-declare-directory):
13246         Use check-declare-errmsg to report the number of problems.
13248         * ffap.el (w3-view-this-url)
13249         * mail/mspools.el (vm-visit-folder)
13250         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13251         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13252         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13253         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13254         (bbdb-records)
13255         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13256         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13257         (sasl-make-client, sasl-next-step, sasl-step-data)
13258         (sasl-step-set-data)
13259         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13260         (htmlr-step): Declare as functions.
13262         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13263         Use bbdb-address-zip rather than bbdb-address-zip-string.
13265 2007-11-28  Richard Stallman  <rms@gnu.org>
13267         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13268         Move here from gnus/.
13270 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
13272         * newcomment.el (comment-region-internal): Fix newline insertion
13273         in `block' case.
13275 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13279 2007-11-28  Glenn Morris  <rgm@gnu.org>
13281         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13282         delete .elc files.
13284         * nxml/char-name/unicode: Move to etc/nxml/.
13285         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13287         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13288         Declare as a function.
13290         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13291         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13292         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13294         * nxml/nxml-outln.el (nxml-token-start-tag-p)
13295         (nxml-token-end-tag-p): Move definitions before use.
13297         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13299         * nxml/nxml-uchnm.el (top-level)
13300         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13301         (nxml-enabled-unicode-blocks): Add custom group.
13303         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13304         Use string-to-number rather than string-to-int.
13306         * dired-x.el (dired-omit-old-add-entry): Declare as function.
13307         Move definition before use.
13308         (dired-old-find-buffer-nocreate): Declare as function.
13310         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13311         (check-declare-verify): Handle fset.
13313         * emulation/edt.el (edt-user-emulation-setup):
13314         Test edt-setup-user-bindings is bound before calling.
13316         * emulation/tpu-edt.el: Don't require cl when compiling.
13317         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13318         (tpu-edt-off): Use condition-case rather than ignore-errors.
13319         Use with-no-warnings.
13321         * eshell/esh-util.el (top-level): Use require rather than load for
13322         ange-ftp.
13324         * mail/supercite.el (sc-version): Redefine as an alias for
13325         emacs-version.
13326         (sc-help-address): Remove.
13327         (sc-version): Use emacs-version rather than sc-version.
13328         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13330         * net/socks.el (socks-original-open-network-stream): Declare as
13331         function.  Move definition before use.
13333 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
13335         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13336         (math-make-frac): Declare as functions.
13338 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13340         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13341         Pacify byte compiler.
13342         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13344         * progmodes/idlwave.el (idlwave-shell-get-path-info)
13345         (idlwave-shell-temp-file, idlwave-shell-is-running)
13346         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13347         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13348         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13349         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13350         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13351         (idlwave-completing-read, idlwave-current-routine)
13352         (idlwave-downcase-safe, idlwave-entry-find-keyword)
13353         (idlwave-expand-keyword, idlwave-find-class-definition)
13354         (idlwave-find-inherited-class, idlwave-find-struct-tag)
13355         (idlwave-get-buffer-visiting, idlwave-in-quote)
13356         (idlwave-make-full-name, idlwave-members-only)
13357         (idlwave-popup-select, idlwave-routine-source-file)
13358         (idlwave-routines, idlwave-sintern-class)
13359         (idlwave-sintern-keyword, idlwave-sintern-method)
13360         (idlwave-sintern-routine-or-method)
13361         (idlwave-substitute-link-target, idlwave-sys-dir)
13362         (idlwave-this-word, idlwave-what-module-find-class)
13363         (idlwave-where):
13364         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13365         * mail/uce.el (rmail-msg-is-pruned)
13366         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13367         (rmail-toggle-header):
13368         * mail/sendmail.el (dired-view-file, dired-get-filename):
13369         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13370         (rmail-display-labels, rmail-msgbeg)
13371         (rmail-set-message-deleted-p, rmail-message-labels-p)
13372         (rmail-show-message, mail-comma-list-regexp)
13373         (mail-parse-comma-list):
13374         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13375         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13376         (rfc822-addresses, mail-abbrev-make-syntax-table)
13377         (mail-sendmail-delimit-header, mail-header-end):
13378         * mail/hashcash.el (message-narrow-to-headers-or-head)
13379         (message-fetch-field, message-goto-eoh)
13380         (message-narrow-to-headers):
13381         * vc.el (view-mode-exit): Declare as functions.
13383         * mail/vms-pmail.el:
13384         * vmsproc.el:
13385         * vms-patch.el: Don't byte compile these files, they don't work.
13387 2007-11-27  Glenn Morris  <rgm@gnu.org>
13389         * calc/calc-ext.el (math-read-big-rec):
13390         * calc/calc-nlfit.el (math-map-binop):
13391         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13393         * eshell/eshell.el (eshell-report-bug): Add version number of
13394         obsolescence.
13396         * emulation/viper.el, emulation/viper-util.el,
13397         emulation/viper-macs.el, emulation/viper-keym.el,
13398         emulation/viper-ex.el, emulation/viper-cmd.el:
13399         Load viper-*.el files silently.
13401         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13402         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13403         Load ediff-*.el files silently.
13405         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
13406         compiling.
13407         (Info-goto-node): Declare as a function.
13409         * ediff-init.el: Don't load ange-ftp when compiling.
13410         * ediff-util.el: Don't load reporter when compiling.
13412         * ediff-wind.el (ediff-display-pixel-width)
13413         (ediff-display-pixel-height):
13414         * generic-x.el (ini-generic-mode):
13415         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13416         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13417         (ps-mule-initialize, ps-mule-begin-job):
13418         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13419         (mark-calendar-days-named):
13420         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13421         (add-to-diary-list, diary-name-pattern)
13422         (mark-calendar-days-named):
13423         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13424         (mark-calendar-days-named):
13425         * calendar/cal-x.el (make-fancy-diary-buffer):
13426         * calendar/holidays.el (calendar-absolute-from-julian):
13427         * calendar/todo-mode.el (calendar-current-date):
13428         * calendar/cal-menu.el (calendar-increment-month)
13429         (calendar-month-name, extract-calendar-year)
13430         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13431         (calendar-current-date, calendar-cursor-holidays)
13432         (calendar-date-string, insert-diary-entry, calendar-set-mark)
13433         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13434         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13435         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13436         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13437         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13438         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13439         (calendar-day-of-year-string, calendar-iso-date-string)
13440         (calendar-julian-date-string, calendar-astro-date-string)
13441         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13442         (calendar-persian-date-string, calendar-bahai-date-string)
13443         (calendar-islamic-date-string, calendar-chinese-date-string)
13444         (calendar-coptic-date-string, calendar-ethiopic-date-string)
13445         (calendar-french-date-string, calendar-mayan-date-string)
13446         (calendar-print-chinese-date, calendar-goto-date):
13447         Declare as functions.
13449         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13450         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13452         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13453         aliases for report-emacs-bug.
13454         (gnus-summary-select-article, gnus-configure-windows): Declare as
13455         functions.
13457         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13458         compiler.
13460         * pgg.el (pgg-clear-string): Declare as a function.
13461         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13462         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13464         * emacs-lisp/check-declare.el (check-declare-locate):
13465         Handle compressed files.
13466         (check-declare-verify): Handle define-generic-mode,
13467         define-global(ized)-minor-mode, define-obsolete-function-alias.
13469 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
13471         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13472         algebraic modes.
13474         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13475         (math-is-true, calc-explain-why, calc-alg-edit)
13476         (math-composite-inequalities, math-flatten-lands)
13477         (math-multi-subst, calcFunc-vmatches, math-simplify)
13478         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13479         (math-read-string, math-read-brackets, math-read-angle-brackets):
13480         Declare as functions.
13482         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13483         (calc-fit-bell-shaped-logistic-curve)
13484         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13485         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13486         (math-max-list): Declare as functions.
13487         (math-map-binop): New function.
13488         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13490         * calc/calc.el (calc-set-language, calc-edit-finish)
13491         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13492         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13493         (math-lessp, calc-embedded-finish-command)
13494         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13495         (calc-push-list-in-macro, calc-replace-selections)
13496         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13497         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13498         (calc-embedded-stack-change, calc-refresh-evaltos)
13499         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13500         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13501         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13502         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13503         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13504         (math-dimension-error, calc-incomplete-error, math-float-fancy)
13505         (math-neg-fancy, math-zerop, calc-add-fractions)
13506         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13507         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13508         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13509         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13510         (math-compose-expr, math-comp-width, math-composition-to-string)
13511         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13512         (math-adjust-fraction, math-format-binary, math-format-radix)
13513         (math-group-float, math-mod, math-format-number-fancy)
13514         (math-format-bignum-fancy, math-read-number-fancy)
13515         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13516         (calc-do-embedded-activate, math-do-defmath)
13517         (calc-load-everything): Declare as functions.
13519         * calc/calc-ext.el (math-clip, math-round, math-simplify)
13520         (math-simplify-extended, math-simplify-units, calc-set-language)
13521         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13522         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13523         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13524         (math-normalize-hms, math-normalize-mod, math-make-sdev)
13525         (math-make-intv, math-normalize-logical-op, math-possible-signs)
13526         (math-infinite-dir, math-calcFunc-to-var)
13527         (calc-embedded-evaluate-expr, math-known-nonzerop)
13528         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13529         (math-format-date, math-vector-is-string, math-vector-to-string)
13530         (math-format-radix-float, math-compose-expr, math-abs)
13531         (math-format-bignum-binary, math-format-bignum-octal)
13532         (math-format-bignum-hex, math-format-bignum-radix)
13533         (math-compute-max-digits): Declare as functions.
13534         (math-provably-realp): Fix typo.
13536         * calc/calc-forms.el (calendar-current-time-zone)
13537         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13538         functions.
13540         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13542         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13543         Declare as functions.
13545         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13546         (math-posp, math-compare, math-bignum, math-compare-bignum):
13547         Declare as functions.
13549         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13550         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13551         (calc-explain-why, calc-clear-command-flag)
13552         (calc-roll-down-with-selections, calc-roll-up-with-selections)
13553         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13554         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13555         (math-trunc-special, math-trunc-fancy, math-floor-special)
13556         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13557         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13558         (math-pow-zero, math-pow-fancy): Declare as functions.
13560         * calc/calc-mode.el (calc-embedded-save-original-modes):
13561         Declare as a function.
13563         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13564         Declare as functions.
13565         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13566         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13567         Replace `mapcar*' by `math-map-binop'.
13568         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13570         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13571         (math-read-expr-level): Declare as functions.
13573         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13575 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13577         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13578         end-of-defun-function is called consistently, even for negative
13579         arguments.
13580         (end-of-defun-function): Default to forward-sexp.
13582 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
13584         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13586 2007-11-26  Glenn Morris  <rgm@gnu.org>
13588         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13589         than :suffix.
13591         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13593 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13595         * net/imap.el: Move from ../gnus.
13597 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13599         * doc-view.el (doc-view-mode-p): New function.
13601 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
13603         * mail/mspools.el (rmail-get-new-mail):
13604         * mail/reporter.el (mail-position-on-field, mail-text):
13605         * mail/rmail.el (mail-position-on-field, mail-text-start)
13606         (rmail-update-summary):
13607         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13608         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13609         * mail/rmailout.el (rmail-update-summary):
13610         * mail/rmailsort.el (rmail-update-summary):
13611         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13612         (dired-view-file):
13613         * mail/uce.el (mail-strip-quoted-names):
13614         * mail/undigest.el (rmail-update-summary):
13615         * mail/unrmail.el (mail-strip-quoted-names):
13616         * ediff.el (diff-latest-backup-file): Declare as functions.
13618         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13619         (kill-to-end-of-line):
13620         * obsolete/rnews.el (news-set-minor-modes):
13621         Remove non working functions.
13623 2007-11-25  Glenn Morris  <rgm@gnu.org>
13625         * eshell/esh-maint.el (top-level): Use require with NOERROR for
13626         pcomplete.  Don't mess with load-path.
13628         * eshell/eshell.el (eshell-report-bug-address): Remove.
13629         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13631 2007-11-24  Glenn Morris  <rgm@gnu.org>
13633         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13634         (appt-disp-window): Don't require electric.
13635         Simplify minibuffer-avoidance code.
13636         (appt-select-lowest-window): Avoid minibuffer.
13638         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13639         (esh-mode): Require it.
13640         (esh-util): Use require rather than featurep and load.
13641         (eshell): No need to test if eshell-mode is bound; remove obsolete
13642         reference to eshell-auto.
13643         (eshell-command, eshell-command-result): Don't require esh-mode
13644         now that the file does.
13645         (top-level): Move provide statement to the end of the file.
13646         Re-order and update commentary.
13648 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13650         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13651         (vc-annotate-toggle-annotation-visibility): New command.
13652         (vc-annotate-mode-map): Bind "V" to it.
13653         (vc-annotate-mode-menu): Add entry for it.
13654         (vc-annotate-get-time-set-line-props): New func.
13655         (vc-annotate-display-autoscale)
13656         (vc-annotate-display-difference): Use it.
13658         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13659         Also, match one space at end of annotation text, after last paren.
13661 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
13663         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13664         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
13665         `tramp-completion-mode'.
13667 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13669         * vc-git.el (vc-git-show-log-entry): New func.
13671         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13672         (vc-git-state): Use vc-git--call.
13673         (vc-git-registered, vc-git-working-revision)
13674         (vc-git-previous-revision, vc-git-next-revision)
13675         (vc-git--run-command-string, vc-git-symbolic-commit):
13676         Use vc-git--out-ok.
13678 2007-11-24  Glenn Morris  <rgm@gnu.org>
13680         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13682 2007-11-24  Kenichi Handa  <handa@m17n.org>
13684         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13686 2007-11-23  David Kastrup  <dak@gnu.org>
13688         * server.el (server-process-filter): Use `command-line-args-left'.
13690 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13692         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13694 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
13696         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13697         buffer if the parent buffer is in vc-dired-mode.
13699 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
13701         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
13703 2007-11-23  Juri Linkov  <juri@jurta.org>
13705         * dired.el (dired-read-dir-and-switches): For C-x d, set the
13706         value for M-n to the visited file name of the current buffer.
13707         Use minibuffer-with-setup-hook to set minibuffer-default to
13708         buffer-file-name inside read-file-name.
13710         * man.el (Man-getpage-in-background): Don't disregard user option
13711         `Man-width' on non-window systems.  Remove test for `window-system'
13712         around setting envvar "COLUMNS" depending on the value of `Man-width'.
13714         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13715         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
13716         of "--color=always".
13718 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13720         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13721         beginning-of-defun-function.
13723 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13725         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
13727 2007-11-22  Glenn Morris  <rgm@gnu.org>
13729         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13731         * emacs-lisp/check-declare.el (check-declare-locate): New function.
13732         (check-declare-scan): Use check-declare-locate.
13733         (check-declare-verify): No longer adjust fnfile, now
13734         check-declare-locate does it.
13736         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13738 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13740         * subr.el (posn-col-row): Make the `default-value' use explicit.
13742         * window.el (balance-windows): Remove unused var `counter'.
13743         (bw-balance-sub): Remove unused var `lastchild'.
13744         (split-window-vertically): Remove unused var `switch'.
13745         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13747         * emacs-lisp/bytecomp.el
13748         (byte-compile-file-form-custom-declare-variable): Simplify.
13750 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13752         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13753         Set `show-trailing-whitespace' to nil.
13755         * dired.el (make-symbolic-link):
13756         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13757         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13758         * dired-x.el (make-symbolic-link):
13759         * frame.el (x-initialize-window-system):
13760         * menu-bar.el (x-menu-bar-open):
13761         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13762         (x-store-cut-buffer-internal):
13763         * wdired.el (make-symbolic-link):
13764         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13765         (x-send-client-message):
13766         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13768 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
13770         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13772 2007-11-22  Glenn Morris  <rgm@gnu.org>
13774         * dos-fns.el (int86):
13775         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13777         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13779         * calendar/holidays.el (holiday-list): Add autoload cookie.
13781         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13782         files relative to src/ directory.
13783         (check-declare-verify): Handle .c files.  Warn if could not find
13784         an arglist to check.
13786         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13788 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
13790         * replace.el (occur-mode-map): Add a major mode menu with entries
13791         for all occur operations.
13793         * international/titdic-cnv.el (dos-8+3-filename):
13794         * obsolete/fast-lock.el (msdos-long-file-names):
13795         * frame.el (msdos-mouse-p):
13796         * files.el (msdos-long-file-names, w32-long-file-name):
13797         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13798         (mac-resume-apple-event, mac-font-panel-mode)
13799         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13800         (mac-clear-font-name-table):
13801         * term/pc-win.el (msdos-remember-default-colors)
13802         (w16-set-clipboard-data, w16-get-clipboard-data):
13803         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13804         (set-message-beep):
13805         * net/browse-url.el (w32-shell-execute):
13806         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13807         (w32-get-locale-info, w32-get-valid-locale-ids)
13808         (w32-set-clipboard-data):
13809         * dos-fns.el (int86, msdos-long-file-names):
13810         * dos-w32.el (default-printer-name): Declare as functions.
13812 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13814         * emacs-lisp/byte-run.el (declare-function): Return nil.
13816 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13818         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13820 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13822         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13824 2007-11-21  Glenn Morris  <rgm@gnu.org>
13826         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13827         for now.  Handle define-minor-mode, and defalias (with no argument
13828         checking).
13830 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13832         * frame.el (msdos-mouse-p):
13833         * files.el (msdos-long-file-names, w32-long-file-name):
13834         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13835         (mac-resume-apple-event, mac-font-panel-mode)
13836         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13837         (mac-clear-font-name-table):
13838         * term/pc-win.el (msdos-remember-default-colors)
13839         (w16-set-clipboard-data, w16-get-clipboard-data):
13840         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13841         (set-message-beep):
13842         * net/browse-url.el (w32-shell-execute):
13843         * dos-fns.el (int86, msdos-long-file-names):
13844         * dos-w32.el (default-printer-name): Undo previous change.
13846 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
13848         * international/mule-cmds.el (set-locale-environment):
13849         Set default-file-name-coding-system _after_ keyboard and terminal
13850         coding systems.  This fixes last change.
13852         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13853         one space after "Subject:".
13855 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13857         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13858         in order to determine if there's a conflict.
13860 2007-11-21  Richard Stallman  <rms@gnu.org>
13862         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13864         * reposition.el (reposition-window):
13865         Binding C-M-l moved to bindings.el.
13867         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13869         * add-log.el (add-change-log-entry-other-window):
13870         Key binding C-x 4 a moved to bindings.el.
13872         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13873         from filecache.el.
13875         * filecache.el: Minibuffer map bindings moved to bindings.el.
13877 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13879         * international/mule-cmds.el (set-locale-environment):
13880         Set default-file-name-coding-system from system defaults on Windows.
13882 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13884         * term/w32console.el: New term init file for w32 console.
13886         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13887         (x-setup-function-keys): Likewise, replacing top-level key definitions.
13888         (w32-tty-standard-colors): Move to term/w32console.el.
13890         * term/w32-win.el (x-setup-function-keys): Remove.
13892         * term/tty-colors.el (tty-register-default-colors): Remove special
13893         case for w32.
13895 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13897         * frame.el (msdos-mouse-p):
13898         * generic-x.el (w32-shell-name):
13899         * files.el (msdos-long-file-names, w32-long-file-name)
13900         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13901         (dos-8+3-filename, vms-read-directory, view-mode-disable):
13902         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13903         (mac-resume-apple-event, mac-font-panel-mode)
13904         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13905         (mac-clear-font-name-table):
13906         * term/pc-win.el (msdos-remember-default-colors)
13907         (w16-set-clipboard-data, w16-get-clipboard-data):
13908         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13909         (set-message-beep):
13910         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13911         (w32-get-locale-info, w32-get-valid-locale-ids)
13912         (w32-set-clipboard-data):
13913         * help-fns.el (ad-get-advice-info):
13914         * font-lock.el (fast-lock-after-fontify-buffer)
13915         (fast-lock-after-unfontify-buffer, fast-lock-mode)
13916         (lazy-lock-after-fontify-buffer)
13917         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13918         * net/browse-url.el (w32-shell-execute):
13919         * dos-fns.el (int86, msdos-long-file-names):
13920         * dos-w32.el (default-printer-name): Declare as functions.
13922 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13924         * textmodes/paragraphs.el (forward-sentence): Doc fix.
13925         Reported by Drew Adams <drew.adams@oracle.com>.
13927 2007-11-20  Jason Rumney  <jasonr@gnu.org>
13929         * term/w32-win.el (x-setup-function-keys): Protect against
13930         multiple calls on the same terminal.
13932 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13934         * term/mac-win.el (x-setup-function-keys): Only setup
13935         local-function-key-map if it has not been setup already for the
13936         current frame.  Move the suspend-emacs processing here.
13938 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
13940         * progmodes/grep.el (xargs-program): New variable.
13941         (grep-compute-defaults): Use it.
13942         (grep-default-command): Doc fix.
13943         (grep, lgrep, rgrep): Reflow docstrings.
13945 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13947         * vc.el (vc-find-revision): Set the parent buffer.
13948         Use when instead of if.
13950         * progmodes/python.el (info-lookup-maybe-add-help):
13951         * progmodes/ps-mode.el (doc-view-minor-mode):
13952         * mail/emacsbug.el (Info-menu, Info-goto-node):
13953         * emulation/viper-keym.el (viper-ex)
13954         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13955         * emulation/viper-cmd.el (widget-type, widget-button-press)
13956         (viper-set-hooks):
13957         * emacs-lisp/tcover-unsafep.el (unsafep-function):
13958         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13959         (ses-load, ses-vector-delete, ses-create-header-string)
13960         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13961         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13963 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13965         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13967 2007-11-20  Glenn Morris  <rgm@gnu.org>
13969         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13970         for end of function-name.  Handle define-derived-mode.
13972 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13974         * progmodes/idlw-help.el: Require browse-url unconditionally, it
13975         is available by default.
13976         (idlwave-help-browse-url-available): Change default to t.
13978         * emulation/edt.el (defgroup, defcustom): Remove definition.
13979         (eval-when-compile): Remove.
13980         (c-mark-function):
13981         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13982         * textmodes/fill.el (comment-search-forward)
13983         (comment-string-strip):
13984         * progmodes/prolog.el (comint-mode, comint-send-string)
13985         (comint-send-region, comint-send-eof):
13986         * progmodes/dcl-mode.el (imenu-default-create-index-function):
13987         * emulation/viper-util.el (viper-forward-Word):
13988         * emulation/vi.el (c-mark-function):
13989         * emulation/edt-vt100.el (vt100-wide-mode):
13990         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13992 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
13994         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13995         Still some tuning in case of an echoing shell.
13996         (tramp-send-command): Connection property "remote-echo" is not
13997         persistent; cache key is the process therefore.
13999 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
14001         * replace.el (map-query-replace-regexp): Doc fix (revert part of
14002         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14004 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
14006         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14007         * play/yow.el (doctor-ret-or-read):
14008         * vc-hooks.el (vc-dired-resynch-file):
14009         * vc-hg.el (log-view-get-marked):
14010         * smerge-mode.el (ediff-cleanup-mess):
14011         * pcvs.el (vc-editable-p, vc-checkout):
14012         * pcomplete.el (comint-bol):
14013         * informat.el (texinfo-format-refill):
14014         * ido.el (tramp-tramp-file-p):
14015         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14016         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14017         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14018         functions.
14020         * textmodes/ispell.el (ispell-int-char): Make it a defalias
14021         instead of fset.
14022         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14024         * ido.el (ido-file-internal): Move with-no-warnings to include the
14025         ffap-string-at-point call.
14027         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14029         * vc-hg.el (vc-hg-revision-table): Fix last change.
14031 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
14033         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14034         clipboard-yank when the buffer is read-only.
14036         * cus-edit.el (custom-field-keymap): Move to other Custom mode
14037         keymaps such that it's before the definition of Custom-mode-menu.
14038         (Custom-mode-menu): Show it for custom-field-keymap too.
14040 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
14042         * progmodes/gdb-ui.el: Update commentary.
14044 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
14046         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14048 2007-11-19  Glenn Morris  <rgm@gnu.org>
14050         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14051         does not exist, try adding `.el' extension.  Also search for defsubsts.
14053         * cus-edit.el (recentf-expand-file-name):
14054         * dired.el (dired-relist-entry):
14055         * subr.el (w32-shell-dos-semantics):
14056         * emacs-lisp/bytecomp.el (compilation-forget-errors):
14057         Declare as functions.
14059 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14061         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14062         (prepare-abbrev-list-buffer): Use dolist.
14063         (clear-abbrev-table): Preserve properties.
14065 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
14067         * textmodes/texinfmt.el (texinfo-format-printindex):
14068         Collect combined indexes using texinfo-short-index-format-cmds-alist.
14069         Reported on <bug-texinfo@gnu.org>.
14071 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
14073         * net/tramp.el (tramp-completion-reread-directory-timeout):
14074         New defcustom.
14075         (tramp-handle-file-name-all-completions): Flush directory contents
14076         from cache regularly.
14077         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14078         (tramp-open-connection-setup-interactive-shell):
14079         Call `tramp-cleanup-connection' via funcall.
14081         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14082         created when copying.
14084 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
14086         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14087         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14088         * eshell/esh-ext.el (eshell-external-command):
14089         * eshell/esh-cmd.el (require):
14090         * eshell/em-unix.el (eshell-plain-locate-behavior):
14091         * eshell/em-cmpl.el (eshell-cmpl-initialize):
14092         Replace eshell-under-xemacs-p with (featurep 'xemacs).
14093         * eshell/esh-mode.el (characterp, char-int): Remove unused
14094         conditional defaliases.
14096         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14097         Rename from event-matches-key-specifier-p, define unconditionally.
14098         (event-basic-type): Remove unused defalias.
14099         (pcomplete-show-completions):
14100         Use pcomplete-event-matches-key-specifier-p.
14102 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
14104         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14105         when saving esh-groups.el.
14107 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
14109         * wid-edit.el (widget-default-complete):
14110         * progmodes/flymake.el (flymake-goto-file-and-line):
14111         Fix typo in (doc-)string.
14113 2007-11-17  Glenn Morris  <rgm@gnu.org>
14115         * emacs-lisp/byte-run.el (declare-function): New macro.
14116         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14117         New function, byte-hunk-handler for declare-function.
14118         (byte-compile-callargs-warn): Handle declared functions.
14120         * emacs-lisp/check-declare.el: New file.
14121         * Makefile.in (check-declare): New target.
14123         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14125         * subr.el (process-lines): Move here from ../admin/admin.el.
14126         * emacs-lisp/authors.el (authors-process-lines): Remove.
14127         (authors): Use process-lines rather than authors-process-lines.
14129         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14130         Remove these files.
14132 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
14134         * emacs-lisp/backquote.el (backquote):
14135         Improve argument/docstring consistency.
14137         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14138         (ring-length, ring-empty-p): Use c[ad]dr.
14139         (ring-plus1): Use `1+'.
14140         (ring-minus1): Use `zerop'.
14141         (ring-remove): Use c[ad]dr.  Use `when'.
14142         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
14143         (ring-ref): Use `let', not `let*'.
14144         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
14145         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
14146         (ring-member): Simplify.  Doc fix.
14147         (ring-convert-sequence-to-ring): Simplify.
14149 2007-11-17  Juri Linkov  <juri@jurta.org>
14151         * dired-aux.el (dired-create-directory): Allow creating
14152         a directory of an arbitrary depth.  Add a loop to find the topmost
14153         nonexistent parent dir `new', and call `dired-add-file' on it.
14154         Set the `PARENTS' arg of `make-directory' to t.
14156 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14158         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14159         (math-build-parse-table): Get parse information from math-parse-table.
14161 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14163         * window.el (recenter-last-op): New var.
14164         (recenter-top-bottom): New command.
14165         (global-map): Bind it to C-l.
14167         * abbrev.el (abbrev--write): Fix error in transcription from C.
14169         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14170         (pc-select-ensure-mark): Set mark-active to a special value instead.
14171         Rename from ensure-mark.  Update call callers.
14172         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14173         Rewrite.  Update all callers.
14174         (pc-selection-mode): Remove redundant var declaration.
14176 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
14178         * doc-view.el (doc-view-search-backward, doc-view-search):
14179         Fix assignment to free variable bug.
14181 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
14183         * emulation/pc-select.el (pc-select-shifted-mark): New var.
14184         (ensure-mark): Set it.
14185         (maybe-deactivate-mark): New fun.
14186         Use it everywhere instead of (setq mark-active nil).
14188 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14190         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14191         Add check for XEmacs.
14193         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14195         * doc-view.el (doc-view-resolution): Add missing :group.
14197 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
14199         * subr.el (make-variable-frame-local):
14200         Fix typo in obsolescence declaration.
14202 2007-11-16  Werner Lemberg  <wl@gnu.org>
14204         * files.el (set-auto-mode-1): Check second line for -*- if file
14205         starts with '\" (which is used by man pages to identify needed
14206         troff preprocessors).
14208 2007-11-16  Glenn Morris  <rgm@gnu.org>
14210         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14212 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14214         * calc/calc-lang.el (math-oper-table): Fix typo.
14215         Reduce precedence of "/" for TeX.
14217         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14219 2007-11-16  Juri Linkov  <juri@jurta.org>
14221         * dired-aux.el (dired-read-shell-command-default): New function.
14222         (dired-read-shell-command): Use its return value for DEFAULT arg.
14224         * replace.el (keep-lines-read-args, occur-read-primary-args):
14225         Use a list of default values for DEFAULT arg of read-from-minibuffer.
14227         * man.el (Man-heading-regexp): Add 0-9.
14228         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14230 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14232         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14233         (doc-view-resolution): New custom var.
14234         (doc-view-pdf/ps->png): Use it.
14235         (doc-view-shrink-factor): New var.
14236         (doc-view-enlarge, doc-view-shrink): New commands.
14237         (doc-view-mode-map): Use them.
14239 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14241         * ediff-wind.el (ediff-window-setup-function):
14242         * simple.el (normal-erase-is-backspace):
14243         * eshell/em-unix.el (eshell/info):
14244         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14245         Fix typos in docstrings.
14247         * emulation/cua-base.el (cua--keymaps-initialized):
14248         Rename from `cua--keymaps-initalized'.  Callers changed.
14249         (cua-highlight-region-shift-only): Doc fix.
14250         (cua-paste-pop): Fix typo in docstring.
14252 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14254         * emulation/cua-base.el (cua--pre-command-handler-1):
14255         Use input-decode-map instead of function-key-map.
14256         Use event-modifiers now that it works reliably.
14258         * vc.el (vc-diff-internal): Pop-to-buffer later.
14260         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14262         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14263         did not touch them.
14265 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
14267         * calc/calc-menu.el: New file.
14268         * calc/calc.el (calc-mode): Require calc-menu.
14270 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
14272         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14274 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
14276         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14277         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14278         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14279         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14280         locations.
14281         (gdb-info-breakpoints-custom, gdb-assembler-custom)
14282         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14283         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14285 2007-11-13  Noah Friedman  <friedman@splode.com>
14287         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14288         bindings to remap when `calc-scan-for-dels' is non-nil.
14290 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14293         constant forms.
14294         (byte-compile-nilconstp): New function.
14295         (byte-optimize-cond): Kill subsequent branches when a branch is
14296         know to be taken or not taken.
14297         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14299 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14301         * vc.el (vc-register): Allow registering a file passed as a
14302         parameter instead of just the current buffer.
14304 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
14306         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14307         Check whether the output of "uname -sr" has been changed.
14309 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14311         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14312         patterns from compilation-perl.el and compilation-weblint.el files.
14314 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14316         * progmodes/compilation-perl.el:
14317         * progmodes/compilation-weblint.el: Disable autoloads, they cause
14318         a bootstrap failure.
14320         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14321         instead of doing "cvs diff" in order to avoid accessing the repository.
14323 2007-11-12  Kevin Ryde  <user42@zip.com.au>
14325         * progmodes/compilation-perl.el:
14326         * progmodes/compilation-weblint.el: New files.
14328 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
14330         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14331         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14332         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14333         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14334         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14335         Rewrite in active voice.
14337 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14339         * doc-view.el: Add comments about isearch support.
14341 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14343         * vc.el (vc-start-entry): Fix setting the in the case the function
14344         is called from vc-dired.  Use when instead of if where appropriate.
14346 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14348         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14349         to be a list.
14350         (ps-begin-job): Error if ps-lpr-switches is not a list.
14352 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14354         * faces.el (face-normalize-spec): Remove function.
14355         (frame-set-background-mode): Undo last change.
14357 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14359         * w32-fns.el: Sync charset names with setup-default-fontset.
14360         Append "-1" where second part missing.
14362 2007-11-10  Juri Linkov  <juri@jurta.org>
14364         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14365         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
14367         * custom.el (custom-note-var-changed): Remove the `interactive'
14368         spec from this new non-interactive function.
14370 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
14372         * doc-view.el (doc-view-mode-map, doc-view-menu)
14373         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14374         (doc-view-search-backward): New function.
14375         (doc-view-search): Query new regexp if prefix arg is given, else
14376         jump to next/previous match.
14377         (doc-view-mode): Handle compressed files.
14378         (jka-compr): Required for compressed files.
14380 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14382         * replace.el (query-replace-show-replacement): New defcustom.
14383         (perform-replace): Use `match-substitute-replacement' if
14384         `query-replace-show-replacement' is non-nil.
14386 2007-11-10  David Kastrup  <dak@gnu.org>
14388         * subr.el (match-substitute-replacement): New function.
14390 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
14392         * files.el (auto-mode-alist): Select org-mode for files with the
14393         extension ".org".
14395 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
14397         * help.el (help-window, help-window-point-marker): New variables.
14398         (help-window-select): New option.
14399         (with-help-window): New macro for displaying help windows.
14400         (help-window-display-message, help-window-setup-finish)
14401         (help-window-setup): New functions used for setting up help windows.
14402         (print-help-return-message): Reset help-window to nil.
14403         (view-lossage): Use with-help-window instead of
14404         with-output-to-temp-buffer and move help-window-point-marker after
14405         inserted text.
14406         (describe-bindings, describe-key, describe-mode): Use
14407         with-help-window instead of with-output-to-temp-buffer.
14409         * help-mode.el (help-mode): Set view-exit-action to bury the
14410         buffer instead of fiddling with windows.  Simplify code.
14411         (help-mode-finish): When help-window eqs t set it to the selected
14412         window and have with-help-window set up view-return-to-alist.
14413         (help-buffer): Add autoload cookie.
14415         * view.el (view-remove-frame-by-deleting): Change default value to t.
14416         Add autoload cookie.
14417         (view-exit-action, view-file, view-file-other-window)
14418         (view-file-other-frame, view-buffer, view-buffer-other-window)
14419         (view-buffer-other-frame): Rewrite doc strings.
14420         (view-return-to-alist-update): New function to remove stale entries
14421         from view-return-to-alist.
14422         (view-mode-enter): Rewrite doc string and simplify code.
14423         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
14424         view-exit-action to nil.  Simplify code and rewrite doc string.
14426         * apropos.el (apropos-describe-plist):
14427         * descr-text.el (describe-char):
14428         * disp-table.el (describe-display-table):
14429         * faces.el (list-faces-display, describe-face):
14430         * facemenu.el (list-colors-display):
14431         * help-fns.el (describe-function, describe-variable)
14432         (describe-syntax, describe-categories):
14433         Use with-help-window instead of with-output-to-temp-buffer.
14435 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
14437         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14438         Optimize (featurep 'emacs) to t.
14440         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14441         New function.
14442         (byte-compile-maybe-guarded): Use it to also look for bound
14443         symbols inside `and' forms.  Comment out non-working code that was
14444         trying to avoid warnings for XEmacs code.
14446         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14448         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14449         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14450         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14451         (vc-cvs-annotate-command):
14452         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14453         is bound, it always is.
14455 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14457         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14458         setup here from global scope.
14460 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
14462         * ido.el (ido-save-history): Save the history file in UTF-8, not
14463         the current filename coding system.
14465 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14467         * simple.el (interprogram-cut-function, interprogram-paste-function):
14468         Don't make them frame-local any more.
14470         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14471         Don't set interprogram-(cut|paste)-function on each frame.
14473         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14474         Make them work in tty frames.
14475         (interprogram-cut-function, interprogram-paste-function):
14476         Set them globally.
14478 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14480         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14481         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14482         (iso-iso2duden-trans-tab): Add docstring.
14484 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14486         * abbrev.el (define-abbrev-table): Record the variable definition.
14488         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14489         New function.
14491 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14493         * ps-print.el: Clean the code for checking suitable Emacs version.
14494         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14495         (ps-print-version): New version 6.8.1.
14497 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14499         * files.el (enable-local-variables): Doc fix.
14501 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14503         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14505 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
14507         * dired-aux.el (dired-copy-file-recursive):
14508         Preserve directory permissions.
14510 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14512         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14513         (whitespace-unload-function): New-style unload function.  When run,
14514         unintern `whitespace-unload-hook' and call `unload-feature' recursively
14515         to stop the old hook from messing with the unloading.
14517 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14519         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14520         (elp-unset-master, elp-results): Fix typos.
14521         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14522         Doc fixes.
14524         * msb.el (msb--many-menus): Remove variable.
14525         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14526         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14527         (msb--toggle-menu-type): Fix typos in docstrings.
14529         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14530         (shadow-insert-var): Doc fixes.
14531         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14532         Reflow docstrings.
14533         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14535 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14537         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14538         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14539         Fix typos in autoload docstrings.
14541 2007-11-09  Richard Stallman  <rms@gnu.org>
14543         * savehist.el (savehist-save): Obey savehist-ignored-variables.
14545 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14547         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14548         (gdb-var-update-handler-1): Use it.
14550 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14552         * loadhist.el (unload-feature): Remove erroneous check for the
14553         FEATURE-unload-function variable; check the existence of the
14554         function (that's what the docstring says, and it makes more sense).
14556         * follow.el (follow-unload-function): Add docstring.
14557         (follow-unload-function): Remove variable.
14559         * server.el (server-unload-function): Remove variable.
14560         (server-unload-function): Unbind `server-edit' from `C-x #'.
14562         * ses.el (ses-unload-function): New function.
14564 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14566         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14567         (unsafep-progn, unsafep-let): Fix typos in docstrings.
14569         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14570         before use to avoid a warning in packages that require uniquify.
14571         (uniquify-unload-function): New function and var.
14573 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
14575         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14576         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14577         (ediff-current-diff-A, ediff-current-diff-B)
14578         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14579         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14580         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14581         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14582         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14583         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14584         (ediff-setup-windows-plain-merge)
14585         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14586         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14587         * ediff-util.el (ediff-setup-keymap, )
14588         (ediff-toggle-wide-display, ediff-toggle-multiframe)
14589         (ediff-toggle-use-toolbar, ediff-really-quit)
14590         (ediff-good-frame-under-mouse)
14591         (ediff-highlight-diff-in-one-buffer)
14592         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14593         (ediff-make-bullet-proof-overlay):
14594         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14595         (ediff-set-meta-overlay):
14596         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14597         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14598         ediff-emacs-p with their former definitions.
14600         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14601         (viper-has-face-support-p, viper-inactivate-input-method)
14602         (viper-activate-input-method)
14603         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14604         * emulation/viper-mous.el (viper-multiclick-timeout)
14605         (viper-surrounding-word, viper-mouse-click-insert-word)
14606         (viper-mouse-click-search-word, viper-parse-mouse-key):
14607         * emulation/viper-macs.el (viper-char-array-to-macro):
14608         * emulation/viper.el (viper-go-away, viper-set-hooks)
14609         (viper-non-hook-settings):
14610         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14611         (viper-get-saved-cursor-color-in-insert-mode)
14612         (viper-get-saved-cursor-color-in-emacs-mode)
14613         (viper-check-version, viper-get-visible-buffer-window)
14614         (viper-file-checked-in-p, viper-set-replace-overlay)
14615         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14616         (viper-check-minibuffer-overlay, viper-read-key-sequence)
14617         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14618         with their former definitions.
14619         (viper-eventify-list-xemacs): Only do work for XEmacs.
14620         (viper-set-unread-command-events): Only do work for Emacs.
14621         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14622         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14623         (viper-overlay-get, viper-overlay-put, viper-read-event)
14624         (viper-characterp, viper-int-to-char, viper-get-face)
14625         (viper-color-defined-p, viper-iconify): New defaliases replacing
14626         the old fsets.
14628         * progmodes/fortran.el (comment-region-function)
14629         (uncomment-region-function): Pacify byte compiler.
14631         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14633 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
14635         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14636         `process-environment'.
14638 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
14640         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14641         match dir like "a...b".
14643 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14645         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14647 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
14649         * net/tramp.el (tramp-handle-substitute-in-file-name):
14650         Don't expand the remote connection identification.
14651         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14652         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
14653         before calling stty.
14655         * net/tramp-cache.el (tramp-cache-print)
14656         (tramp-dump-connection-properties): Fix docstring.
14657         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14659         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14661         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14662         remote connection identification when setting connection property.
14664         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14665         "//" substitutes only in the local filename part.
14667 2007-11-07  David Hansen  <david.hansen@gmx.net>
14669         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14671 2007-11-07  Glenn Morris  <rgm@gnu.org>
14673         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14674         Remove superfluous concats.  Move final set-buffer to
14675         non-emacs-specific code.
14677 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
14679         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14681 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
14683         * eshell/esh-mode.el (eshell-output-filter):
14684         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14685         Use `with-current-buffer'.
14687 2007-11-07  Andreas Schwab  <schwab@suse.de>
14689         * server.el (server-start): Only register cleanup after server was
14690         started.
14692 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
14694         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14696         * net/tramp-cache.el (tramp-cache-print): Move down.
14697         (tramp-cache-list-connections): New defun.
14699         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14701 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
14703         * ido.el (ido-save-history): Write the history file in the current
14704         filename coding system, and add `coding' file-local variable.
14706 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
14708         * textmodes/org.el (org-table-formula-substitute-names):
14709         Remove forgotten temporary debugging code.
14711 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
14713         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14714         the prompt.
14716 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
14718         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14720 2007-11-05  Simon Josefsson  <simon@josefsson.org>
14722         * net/tls.el (tls-end-of-info): Doc fix.
14724 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
14726         * international/utf-7.el (utf-7-imap): New coding system.
14727         (utf-7-imap-post-read-conversion): New function.
14728         (utf-7-imap-pre-write-conversion): New function.
14730 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14732         * abbrev.el (abbrev--write): Fix up typo.
14734 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
14736         * abbrev.el (define-abbrev-table): Doc fix.
14738 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
14740         * info.el (Info-revert-buffer-function): New func.
14741         (Info-mode): Arrange to use it for reverting.
14742         (Info-copy-current-node-name): Add space between filename and nodename.
14744 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14746         * abbrev.el (expand-abbrev): Move point back to expansion's end.
14748 2007-11-04  Glenn Morris  <rgm@gnu.org>
14750         * net/tls.el: Don't require rx when compiling.
14751         (tls-end-of-info): Rewrite without using rx.
14752         (open-tls-stream): Use with-current-buffer.
14754 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
14756         * net/tls.el: Require rx when compiling.
14757         (tls-end-of-info): New variable.
14758         (open-tls-stream): Keep reading input until `tls-end-of-info' is
14759         matched.
14761 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
14763         * register.el (append-to-register, prepend-to-register):
14764         Don't signal error on empty register; use the text, instead.
14766 2007-11-03  Michael Olson  <mwolson@gnu.org>
14768         * textmodes/remember.el (remember-buffer):
14769         Use define-obsolete-function-alias rather than defalias.
14771 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
14773         * simple.el (bad-packages-alist): Anchor semantic regexp.
14775 2007-11-03  Glenn Morris  <rgm@gnu.org>
14777         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14778         if defined, for blank lines.  Doc fix.
14780         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14781         (fortran-mode): Set values for comment-region-function,
14782         uncomment-region-function and comment-insert-comment-function.
14783         (fortran-uncomment-region): New function.
14785         * textmodes/nroff-mode.el (nroff-mode):
14786         Set comment-insert-comment-function rather than indent-line-function.
14787         (nroff-indent-line-function): Remove.
14788         (nroff-insert-comment-function): New function.
14790 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14792         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14794 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14796         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14798         * emulation/viper-cmd.el (viper-prev-destructive-command)
14799         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14800         copy-sequence.
14802         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14803         Got rid of ediff-copy-list.
14805         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14806         use face-name.
14807         (ediff-test-utility, ediff-diff-mandatory-option)
14808         (ediff-reset-diff-options): Remove to simplify the mandatory option
14809         handling on Windows.
14810         (ediff-set-diff-options): Add.
14811         (ediff-diff-options): Set "--binary" option as default in some cases.
14813         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14814         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14815         ediff-vc-working-revision.  Require vc-hooks.
14817 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
14819         * files.el (hack-local-variables): Fix membership tests to avoid
14820         treating all variables as safe if `enable-local-variables' is
14821         set to :safe (CVE-2007-5795).
14823 2007-11-02  Glenn Morris  <rgm@gnu.org>
14825         * newcomment.el (comment-indent): Let comment-insert-comment-function,
14826         if defined, do all the work of inserting a new comment.
14828         * progmodes/etags.el (tags-table-mode): Disable undo.
14830         * simple.el (bad-packages-alist): Revert previous change.
14832 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
14834         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14836         * obsolete/lselect.el: Do not warn about unknown functions.
14838 2007-11-02  Michael Olson  <mwolson@gnu.org>
14840         * textmodes/remember.el (remember-buffer): Make this an alias of
14841         remember-finalize, because Org uses it.
14843 2007-11-01  Michael Olson  <mwolson@gnu.org>
14845         * textmodes/remember.el: Improve documentation in heading.
14846         (remember-before-remember-hook): Turn into a customizable option.
14847         (remember): Document INITIAL argument.
14848         (remember-region): Remove autoload cookie.  Improve docstring to
14849         mention that it is called from the *Remember* buffer, and does not
14850         have any functional overlap with the `remember' function.
14851         (remember-finalize): Remove autoload cookie.  Rename from
14852         remember-buffer to emphasize that this does not have any
14853         functional overlap with the `remember' function.
14854         (remember-destroy): Remove autoload cookie.
14855         (remember-mode-map): Define and initialize in one step.
14856         (remember-mode): Improve docstring.
14857         (remember-annotation-functions): Default to just '(buffer-file-name),
14858         and don't try to take the default value from Planner.
14860 2007-11-01  Glenn Morris  <rgm@gnu.org>
14862         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14864         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14866         * emacs-lisp/authors.el (authors-scan-change-log)
14867         (authors-scan-el): Don't enable local eval; enable only safe local
14868         variables, without querying.
14870         * mail/footnote.el (footnote-numeric-regexp)
14871         (footnote-english-upper-regexp, footnote-english-lower-regexp)
14872         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14873         Match multi-character footnotes.
14875         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14876         (nroff-indent-line-function): New function.
14877         (nroff-count-text-lines): Use nroff-forward-text-line rather than
14878         obsolete alias.
14880 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
14882         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14883         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
14884         (rcirc-print): Only update the line count when not marking the
14885         line as omittable.
14886         (rcirc-log-write): Specify coding system when writing logfile.
14887         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14889 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
14891         * printing.el (printing): Fix :version, printing.el was included
14892         for in emacs-22.1.
14893         (pr-path-style, pr-path-alist, pr-txt-name)
14894         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14895         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14896         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14897         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14898         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14899         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14900         (pr-setting-database, pr-visible-entry-list)
14901         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14902         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14904         * ediff-util.el (ediff-nuke-selective-display): Move definition to
14905         top level, make it dependent on the emacs flavor.
14907         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14908         Test for XEmacs not for itimer.
14910         * term/sun-mouse.el:
14911         * obsolete/sun-fns.el:
14912         * obsolete/sun-curs.el: Remove files.
14914         * term/sun.el (select-previous-complex-command): Remove obsolete code.
14916 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
14918         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14919         was given to concat.
14921 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14923         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14924         used normally for goto-line.  Change `g' to revert the buffer.
14925         Add redundant `r' binding for buffer-revert.
14927         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14928         (mail-abbrevs-setup): Use abbrev-expand-functions.
14929         (build-mail-abbrevs): Use with-temp-buffer.
14930         (define-mail-abbrev): Simplify.
14931         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14932         Change it for use on abbrev-expand-functions.
14933         (mail-abbrev-complete-alias): Use with-syntax-table.
14935 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
14937         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14938         directly.  Fix bug in deleting temp file.
14940 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14942         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14943         Merge defvar and define-abbrev-table.
14944         (def-python-skeleton): Use :case-fixed and :enable-function.
14945         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14946         Remove.
14947         (python-mode): Don't modify pre-abbrev-expand-hook.
14949 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14951         * ediff-util.el (ediff-file-checked-out-p)
14952         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14954 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14956         * abbrev.el (abbrev-symbol): Correct let->let*.
14957         (abbrev--before-point): Only use abbrev-start-location if before point.
14959 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14961         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
14962         (strokes-unload-hook): Remove function and variable.
14963         (strokes-unload-function): New-style unload function, adapted
14964         from `strokes-unload-hook'.
14966         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14967         (cl-unload-hook): Remove variable.
14968         (cl-unload-function): New-style unload function, adapted
14969         from `cl-cannot-unload'.
14971         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14972         (elp-unload-function): New-style unload function, adapted
14973         from `elp-unload-hook'.
14975 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14977         * emacs-lisp/find-func.el (find-library): Use library at
14978         point as default interactive argument.
14980 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14982         * shadowfile.el (shadow-join): Remove.
14983         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14984         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14985         (shadowfile-unload-hook): Remove function and variable.
14986         (shadowfile-unload-function): New-style unload function, adapted
14987         from `shadowfile-unload-hook'.
14989 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14991         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14992         only if it is bound.
14994         * textmodes/reftex.el: Move autoloads for before all uses.
14995         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14996         (reftex-delete-overlay): Move to the top level with the condition
14997         in the body.
14999         * progmodes/simula.el: Use when instead of if.
15001         * iimage.el (iimage-locate-file): Define unconditionally.
15003         * mail/mailabbrev.el (mail-abbrev-next-line):
15004         * emulation/vip.el (vip-enlarge-region, vip-line)
15005         (vip-next-line-at-bol, vip-previous-line)
15006         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15007         Wrap with-no-warnings around uses of next-line and previous-line.
15009         * ediff.el (run-ediff-from-cvs-buffer):
15010         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15011         Remove function not used by pcl-cvs anymore.
15012         (noninteractive, generic-sc-get-latest-rev)
15013         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15014         Delete support for long obsolete generic-sc.el.
15016 2007-10-31  Glenn Morris  <rgm@gnu.org>
15018         * cvs-status.el: No longer require pcvs when compiling.
15020         * doc-view.el (doc-view-conversion-refresh-interval)
15021         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15022         (doc-view-reset-slice): Doc fixes.
15023         (doc-view-menu): Remove deleted function doc-view-edit-doc.
15025 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
15027         * help-at-pt.el (help-at-pt-unload-hook): Remove.
15028         Timers are automatically canceled by `unload-feature'.
15030         * delsel.el (delsel-unload-hook): Remove function and variable.
15031         (delsel-unload-function): New-style unload function, adapted
15032         from `delsel-unload-hook'.
15034         * msb.el (msb-unload-hook): Remove function and variable.
15035         (msb-unload-function): New-style unload function, adapted from
15036         `msb-unload-hook'.
15038 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
15040         * desktop.el (uniquify-managed): Pacify byte compiler.
15041         (desktop-buffer-info): If the buffer name is managed by uniquify,
15042         save the base name, not the uniquified one.
15043         (desktop-create-buffer): Allow `rename-buffer' to generate a new
15044         name in case of conflict.
15046 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15048         * doc-view.el: Use expand-file-name rather than concat.
15049         (doc-view-cache-directory): Add the UID so multiple users won't clash.
15050         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15051         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15052         (doc-view-toggle-display): Use an overlay over the whole buffer so as
15053         not to have to touch the buffer's content.
15054         (doc-view-initiate-display): New function, extracted from doc-view-mode.
15055         (doc-view-mode): Use it.  Don't mark as a special mode.
15056         Put the page numbers in the modeline.
15057         Set up the overlay.  Hide the cursor.  Run the mode hook.
15058         Use after-revert-hook rather than revert-buffer-function.
15059         (doc-view-search-internal): Fix typo.
15060         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15061         image-cache flush.
15062         (doc-view-reconvert-doc): Don't reset the whole mode.
15063         (doc-view-make-safe-dir): New function.
15064         (doc-view-current-cache-dir): Use it.
15066 2007-10-30  Jason Rumney  <jasonr@gnu.org>
15068         * time.el (display-time-world-list): Test for zoneinfo support.
15070 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
15072         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15074         * net/tramp-cache.el (tramp-flush-file-function): Check also
15075         `default-directory' if `buffer-file-name' does not return a
15076         string.  Added to `eshell-pre-command-hook'.
15078 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15080         * doc-view.el (doc-view-current-doc): Remove.
15081         Replace all uses by buffer-file-name.
15082         (doc-view-menu): New menu.
15083         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15084         unused var `doc'.
15085         (doc-view-sort): Simplify.
15086         (doc-view-buffer-message): Don't change buffer-modified-p.
15087         (doc-view-mode): Change it here instead.
15088         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
15089         Don't modify the global value of revert-buffer-function.
15091         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15092         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15093         (image-toggle-display): Take overlays into account and don't assume
15094         point-min==1.
15096 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
15098         * vc.el (vc-annotate): Fix omission bug:
15099         Specify value for vc-sentinel-movepoint.
15101 2007-10-30  Michael Olson  <mwolson@gnu.org>
15103         * textmodes/remember.el (remember-mode-hook)
15104         (remember-handler-functions, remember-annotation-functions):
15105         Add additional items as options, including some Org functions.
15107 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
15109         * doc-view.el: Remove cl-dependency.
15110         (doc-view-buffer-message): Mention new binding K.
15111         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15112         instead of variable.
15113         (doc-view-current-cache-dir): Better cache dir naming.
15114         (doc-view-current-display): Remove variable.
15115         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15116         (doc-view-kill-proc): Set converter process to nil.
15117         (doc-view-minor-mode): New minor mode.
15118         (doc-view-minor-mode-map): New keymap.
15119         (doc-view-mode): Remove text/image switching code.  Use plain defun.
15120         (doc-view-mode-map): New binding K kills converter process.
15121         Remove C-c C-e binding.
15122         (doc-view-mode-text-map): Remove keymap.
15123         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15124         d-v-display-maybe.
15125         (doc-view-previous-major-mode): New variable.
15126         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15127         (doc-view-remove-if): New function.
15128         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15129         (doc-view-toggle-display): Toggle modes instead of display styles.
15130         (doc-view-reconvert-doc): Adapt to new way of doing things.
15132         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15134 2007-10-30  Glenn Morris  <rgm@gnu.org>
15136         * dirtrack.el (dirtrack-mode): Doc fix.
15138         * shell.el (shell-dirtrack-verbose, shell-mode)
15139         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15141         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15142         (byte-compile-enable-warning): Doc fix.
15144         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15145         suppress byte-opt warning.
15147 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
15149         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15150         (edt-gnu-emacs19-p): Remove.
15151         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15152         (edt-xserver, edt-page-backward, edt-beginning-of-line)
15153         (edt-end-of-line-forward, edt-end-of-line-backward)
15154         (edt-one-word-forward, edt-one-word-backward, edt-character)
15155         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15156         (edt-find-forward, edt-find-backward, edt-find-next-forward)
15157         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15158         (edt-define-key, edt-bottom-check, edt-sentence-forward)
15159         (edt-sentence-backward, edt-paragraph-forward)
15160         (edt-paragraph-backward, edt-restore-key, edt-window-top)
15161         (edt-window-bottom, edt-scroll-window-forward-line)
15162         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15163         (edt-line-to-top-of-window, edt-paragraph-backward)
15164         (edt-restore-key, edt-window-top, edt-window-bottom)
15165         (edt-scroll-window-forward-line)
15166         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15167         (edt-line-to-middle-of-window, edt-goto-percentage)
15168         (edt-display-the-time, edt-remember, edt-split-window)
15169         (edt-emulation-on, edt-emulation-off)
15170         (edt-default-emulation-setup, edt-user-emulation-setup)
15171         (edt-select-default-global-map, edt-select-user-global-map):
15172         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15173         tests.
15175         * textmodes/reftex-index.el (reftex-index-selection-or-word):
15176         Use feature test instead of boundp test so it can be resolved at
15177         compile time.
15179         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15181 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15184         Update all users.
15185         (abbrev-get, abbrev-put): Simplify.
15186         (define-abbrev): Don't store the `force' value in the :system property.
15187         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15189 2007-10-30  Michael Olson  <mwolson@gnu.org>
15191         * desktop.el (desktop-minor-mode-table): Add line for ERC.
15193         * textmodes/remember.el: New file that implements a mode for
15194         quickly jotting down things to remember.
15196         * textmodes/remember-diary.el: A backend for remember.el that
15197         implements saving notes to a Diary file.
15199 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
15201         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15202         Relocate in file.
15203         (allout-doublecheck-at-and-shallower): Increase to include
15204         slightly greater depths, since yank interaction is now ok.
15205         Also, elaborate the docstring to explain the situation.
15206         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15207         instead of concat, so we accommodate key sequences expressed as
15208         vectors as well as strings and lists.
15209         (allout-flag-region, allout-hide-by-annotation): Make the
15210         hidden-text overlays 'front-advance.
15211         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15212         (allout-aberrant-container-p, allout-on-current-heading-p)
15213         (allout-e-o-prefix-p, allout-next-heading)
15214         (allout-previous-heading, allout-goto-prefix)
15215         (allout-end-of-prefix, allout-next-sibling-leap)
15216         (allout-next-visible-heading, allout-auto-fill)
15217         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15218         (allout-yank-processing, allout-resolve-xref)
15219         (allout-current-topic-collapsed-p, allout-hide-region-body)
15220         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15221         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15222         (count-trailing-whitespace-region): Preserve match data, so allout
15223         outline navigation doesn't disrupt other Emacs operations.
15224         (allout-beginning-of-line): Retreat to the beginning of the hidden
15225         text, so fields are respected (for submodes that care).
15226         (allout-end-of-line): Preserve mark activation status when jumping.
15227         (allout-open-topic): Account for opening after a child that
15228         contains a hidden trailing newline.  Preserve match data.
15229         Run allout-structure-added-hook
15230         (allout-encrypt-decrypted): Preserve match data.
15231         (allout-toggle-current-subtree-exposure): Add new interactive
15232         function for toggle subtree exposure - suggested by tassilo.
15233         (move-beginning-of-line, move-end-of-line): Don't use
15234         line-move-invisible-p, it's obsolete - substitute the code, instead.
15236 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
15238         * textmodes/flyspell.el (message-signature-separator):
15239         * longlines.el (message-indent-citation-function): Pacify byte
15240         compiler.
15242         * emacs-lisp/cl-loaddefs.el:
15243         * ldefs-boot.el: Regenerate.
15245         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15246         (.el.elc, compile, compile-always, compile-calc)
15247         ($(lisp)/progmodes/cc-mode.elc): Use it.
15249         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15250         Only do work for XEmacs.
15251         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15252         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15253         on XEmacs.
15254         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15255         (ps-x-color-name, ps-x-color-specifier-p)
15256         (ps-x-copy-coding-system, ps-x-device-class)
15257         (ps-x-extent-end-position, ps-x-extent-face)
15258         (ps-x-extent-priority, ps-x-extent-start-position)
15259         (ps-x-face-font-instance, ps-x-find-coding-system)
15260         (ps-x-font-instance-properties, ps-x-make-color-instance)
15261         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15262         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15263         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15264         (ps-generate-postscript-with-faces): Delete defaliases.
15265         (ps-face-foreground-name, ps-face-background-name)
15266         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15267         Move definitions to top level, make the body conditional on the Emacs
15268         flavor.  Replace uses of deleted aliases and renamed functions.
15269         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15270         of deleted aliases and renamed functions.
15272         * calc/calc.el (calc-emacs-type-lucid): Remove.
15273         (calc-digit-map, calcDigit-start, calc-read-key)
15274         (calc-clear-unread-commands):
15275         * calc/calc-ext.el (calc-user-key-map): Replace uses of
15276         calc-emacs-type-lucid with (featurep 'xemacs)
15278         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15279         (featurep 'xemacs).
15280         (tpu-lucid-emacs19-p): Remove.
15281         (tpu-map-key): Make it a function instead of using fset.  Inline
15282         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
15283         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15285         * ielm.el: Use featurep 'xemacs.
15287         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15288         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15289         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15290         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15291         cperl-xemacs-p with (featurep 'xemacs).
15292         (font-lock-cache-position): Pacify byte compiler.
15294 2007-10-29  Drew Adams  <drew.adams@oracle.com>
15296         * faces.el (read-color): New function.
15297         (face-at-point, foreground-color-at-point)
15298         (background-color-at-point): New functions.
15300 2007-10-28  Richard Stallman  <rms@gnu.org>
15302         * net/browse-url.el (browse-url-text-xterm): Rename from
15303         browse-url-lynx-xterm and made generic.
15304         (browse-url-text-emacs): Likewise.
15305         (browse-url-text-browser): New variable.
15306         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15307         (browse-url-text-input-field, browse-url-text-input-attempts)
15308         (browse-url-kde-program): Likewise.
15310 2007-10-29  Glenn Morris  <rgm@gnu.org>
15312         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15313         Use mapc rather than mapcar (reinstall change deleted without log
15314         entry 2007-10-22).
15316 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
15318         * wdired.el (wdired-next-line, wdired-previous-line):
15319         Use next-line and previous-line wrapped in with-no-warnings.
15321 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
15323         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15324         (rcirc-recent-quit-alist): New function.
15325         (rcirc): Print a better message when there is only one connected server.
15326         (rcirc-complete-nick): Do not update the nick table here.
15327         (rcirc-mode-map): Add M-o.
15328         (rcirc-current-line): Add variable.
15329         (rcirc-mode): Setup variables for line based omit.
15330         (rcirc-edit-multiline): Strip text properties.
15331         (rcirc-omit-responses): Add NICK.
15332         (rcirc-omit-threshold): Add variable.
15333         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15334         Add functions.
15335         (rcirc-print): Keep track of current line.  Do not fill text if
15336         `rcirc-fill-flag' is null.  Only omit text if the last activity
15337         from the sender is more than `rcirc-omit-threshold' lines ago.
15338         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15339         numbers instead of time.
15340         (rcirc-channel-nicks): Sort by line numbers instead of time.
15341         (rcirc-omit-mode): Add `...' when omitting text and recenter.
15342         (rcirc-handler-JOIN): Restore the joiners linestamp.
15343         (rcirc-maybe-remember-nick-quit): Add function.
15344         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15346 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
15348         * loadhist.el (unload-feature-special-hooks):
15349         Add `delete-frame-functions' and `suspend-tty-functions'.
15351         * server.el (server-unload-function): Rename from `server-unload-hook'
15352         and adapt to new `unload-feature' functionality.  Remove hook from
15353         `kill-buffer-hook' buffer-locally.
15354         (server-unload-hook): Remove.
15355         (server-unload-function): New var; replaces `server-unload-hook'.
15357 2007-10-29  Glenn Morris  <rgm@gnu.org>
15359         * dirtrack.el (dirtrack-debug): Doc fix.
15360         (dirtrack-mode, dirtrack-debug-mode): New names for
15361         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
15362         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15363         Make obsolete.
15364         (dirtrack-debug-message): Only print message if
15365         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
15366         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
15367         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15369 2007-10-28  Glenn Morris  <rgm@gnu.org>
15371         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15372         (byte-compile-warnings-safe-p): Handle `not'.
15373         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15374         (byte-compile-enable-warning): New functions.
15375         (byte-compile-eval-before-compile)
15376         (byte-compile-file-form-require): Use byte-compile-disable-warning.
15377         (byte-compile-close-variables): Locally bind byte-compile-warnings,
15378         but do not modify it.
15379         (byte-compile-eval, byte-compile-obsolete)
15380         (byte-compile-warn-about-unresolved-functions)
15381         (byte-compile-file-form-defvar)
15382         (byte-compile-file-form-custom-declare-variable)
15383         (byte-compile-file-form-require)
15384         (byte-compile-file-form-defmumble, byte-compile-lambda)
15385         (byte-compile-form, byte-compile-normal-call)
15386         (byte-compile-variable-ref, byte-compile-defvar)
15387         (byte-compile-make-variable-buffer-local):
15388         Use byte-compile-warning-enabled-p.
15389         * emacs-lisp/advice.el (ad-compile-function):
15390         Use byte-compile-disable-warning.
15391         * emacs-lisp/cl.el: Move local variables to end of file, and set
15392         byte-compile-warnings to `(not cl-functions)'.
15393         * emacs-lisp/cl-compat.el: Add a local variables section, and set
15394         byte-compile-warnings to `(not cl-functions)'.
15395         * emacs-lisp/cl-macs.el: Unify local variable section, and set
15396         byte-compile-warnings to `(not cl-functions)'.
15397         (cl-do-proclaim): Use byte-compile-disable-warning and
15398         byte-compile-enable-warning.
15399         * emacs-lisp/cl-seq.el: Unify local variable section, and set
15400         byte-compile-warnings to `(not cl-functions)'.
15401         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15402         Use byte-compile-disable-warning.
15404 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
15406         * cus-edit.el (custom-browse-insert-prefix):
15407         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15409 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
15411         * server.el (server-process-filter): Fix typo in docstring.
15412         (server-log): Reflow docstrings.
15413         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15414         (server-goto-line-column): Use `when'.
15416 2007-10-28  Juri Linkov  <juri@jurta.org>
15418         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15419         when mouse is clicked on the isearch message.
15420         (isearch-resume): Call `isearch-update' at the end.
15421         Rename argument `search' to `string' to conform to the
15422         isearch terminology.
15424 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15426         Rewrite abbrev.c in Elisp.
15427         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15428         (abbrev-table-get, abbrev-table-put, abbrev-get)
15429         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15430         (define-abbrev, abbrev--check-chars, define-global-abbrev)
15431         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15432         (abbrev-expansion, abbrev--before-point, expand-abbrev)
15433         (unexpand-abbrev, abbrev--write, abbrev--describe)
15434         (insert-abbrev-table-description, define-abbrev-table):
15435         New funs, largely transcribed from abbrev.c.
15436         (abbrev-with-wrapper-hook): New macro.
15437         (abbrev-table-name-list, global-abbrev-table)
15438         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15439         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15440         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15441         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15442         New vars, largely transcribed from abbrev.c.
15443         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
15444         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15445         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15447 2007-10-27  Glenn Morris  <rgm@gnu.org>
15449         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15450         (shell-dirtrack-toggle): Mark as obsolete.
15451         (dirtrack-toggle, dirtrack-mode): No longer alias to
15452         shell-dirtrack-mode.
15454 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
15456         * calc/calc.el (math-standard-opers): Lower the precedence
15457         of negation.
15458         * calc/calc-lang.el (math-oper-table): Lower precedence of
15459         negation for C, TeX, and eqn.
15461 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
15463         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15465 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
15467         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15468         (desktop-not-loaded-hook): Fix :version tags.
15470 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
15472         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15473         (tramp-get-remote-tmpdir): New defun.
15474         (tramp-make-tramp-temp-file): Use it.
15475         (tramp-local-call-process): New defun.  Replace all calls of
15476         `call-process' by this when appropriate.
15477         (tramp-handle-write-region): Replace calls of `file-attributes' by
15478         `tramp-compat-file-attributes'.
15479         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15480         Make the first command a `tramp-send-command' call, with let-bind
15481         of `tramp-end-of-output'.
15482         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15483         (tramp-load-report-modules, tramp-append-tramp-buffers):
15484         Move to tramp-cmds.el.
15486         * net/tramp-fish.el (tramp-fish-handle-copy-file)
15487         (tramp-fish-do-copy-or-rename-file)
15488         (tramp-fish-do-copy-or-rename-file-directly):
15489         * net/tramp-smb.el (tramp-smb-handle-copy-file):
15490         Add parameter PRESERVE-UID-GID.
15492 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
15494         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15495         New defcustoms.
15496         (display-time-world-list): Use them as appropriate for the current
15497         value of `system-type'.
15499 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15501         * emulation/pc-select.el (next-line-mark, next-line-nomark)
15502         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15503         around uses of previous-line and next-line.
15505         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15506         New defvars.
15508         * textmodes/css-mode.el (comment-continue):
15509         * net/browse-url.el (url-handler-regexp):
15510         * progmodes/idlw-help.el (idlwave-system-routines):
15511         Pacify byte-compiler.
15513         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15514         line-move-invisible-p with its former definition: invisible-p.
15515         line-move-invisible-p was removed on 2007-08-29.
15517 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15519         * files.el (kill-emacs-query-functions): Doc fix;
15520         `save-buffers-kill-emacs' is no longer bound to a key.
15522 2007-10-26  Richard Stallman  <rms@gnu.org>
15524         * isearch-multi.el (isearch-buffers-multi): New option.
15525         (isearch-buffers-search-fun): Test it.
15527         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15528         Put ps-run-clear on C-c C-l.
15530         * newcomment.el (comment-styles): New style indent-or-triple.
15531         (comment-style): Make that the default.
15532         (comment-add defvar): Doc fix.
15533         (comment-add): Delete arg EXTRA.
15534         (comment-region-default): Open code call to comment-add.
15535         Handle indent-or-triple style which uses `multi-char' for INDENT.
15537 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15539         * eshell/em-unix.el (nil-blank-string): Doc fix.
15541 2007-10-26  John Wiegley  <johnw@newartisans.com>
15543         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15544         function, ensure that the third argument is turned into a nil if
15545         the string is otherwise completely empty (either no characters, or
15546         all tabs/spaces).  This fixes a bug from a user who found himself
15547         unable to customize `diff-switches' and still use Eshell's diff
15548         command.
15550 2007-10-26  Glenn Morris  <rgm@gnu.org>
15552         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15553         safe-local-variable property.
15555 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
15557         * net/browse-url.el (browse-url-browser-function): Delete grail.
15558         (browse-url-grail): Function and variable deleted.
15559         (browse-url-browser-function): Delete IXI Mosaic.
15560         (browse-url-default-browser): Don't try IXI Mosaic.
15561         (browse-url-iximosaic): Function deleted.
15562         (browse-url-browser-function): Delete MMM.
15563         (browse-url-default-browser): Don't try MMM.
15564         (browse-url-mmm): Function deleted.
15566 2007-10-26  Drew Adams  <drew.adams@oracle.com>
15568         * custom.el (custom-note-var-changed): New function.
15570 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
15572         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15573         use with the definition.  Remove.
15575         * add-log.el (change-log-start-entry-re): New defconst.
15576         (change-log-sortable-date-at): Use it.
15577         (change-log-beginning-of-defun, change-log-end-of-defun):
15578         New functions.
15579         (change-log-mode): Use them for beginning-of-defun-function and
15580         end-of-defun-function.
15582 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
15584         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15585         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15586         (ses-recalculate-cell): Deal with point being just beyond end of
15587         data area (why does this happen?)
15588         (ses-set-curcell): Ditto.
15589         (ses-column-letter): Handle columns beyond 702.  Code written by
15590         Gareth Rees.
15592 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
15594         * textmodes/org.el (org-agenda-get-restriction-and-command):
15595         Use `mapc' instead of `mapcar'.
15596         (org-agenda-list): Numeric prefix argument can specify the number
15597         of days.
15598         (remember-register, remember-buffer): Prevent byte compiler from
15599         complaining.
15600         (org-todo): Save and restore match data.
15601         (org-no-warnings): New macro.
15602         (org-columns-eval): Use `org-no-warnings'.
15604 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
15606         * comint.el (comint-password-prompt-regexp):
15607         Handle `[sudo] password'-style prompt.
15609 2007-10-25  Glenn Morris  <rgm@gnu.org>
15611         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15612         (defcustom): Doc fix.
15614         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15615         Add `non_intrinsic'.
15616         (f90-constants-re): Add ieee modules.
15617         (f90-typedef-matcher, f90-typedec-matcher)
15618         (f90-imenu-type-matcher): New functions.
15619         (f90-font-lock-keywords-1): Give module procedures function-name face.
15620         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
15621         Add `use, intrinsic'.
15622         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15623         Move start of `enum' blocks to separate entry.
15624         (f90-start-block-re): Fix `type', `abstract interface'.
15625         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15626         derived types.
15627         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15628         `elemental', change `enumerator'.
15629         (f90-no-block-limit): Fix `abstract interface'.
15631         * progmodes/f90.el (f90-indented-comment-re)
15632         (f90-directive-comment-re, f90-break-delimiters):
15633         * progmodes/fortran.el (fortran-comment-line-start-skip)
15634         (fortran-directive-re):
15635         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15636         as safe if they are strings.
15638 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15640         * startup.el (window-system): Remove.  Don't make it frame-local.
15642 2007-10-24  Richard Stallman  <rms@gnu.org>
15644         * savehist.el (savehist-save): Omit unreadable elements.
15646         * loadhist.el (unload-function-defs-list): Rename from
15647         unload-function-features-list.
15648         (unload-feature-special-hooks, unload-feature): Doc fixes.
15650         * indent.el (indent-to-left-margin): If point's in the indentation,
15651         move to the end of the indentation.
15653         * cus-edit.el (customize-changed-options): Make arg optional.
15655 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15657         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15659 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15661         * textmodes/org-publish.el (org-publish-attachment): Re-install
15662         accidentally deleted change.
15664 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15666         * term/iris-ansi.el (iris-function-map): Move init into declaration.
15668 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15670         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15671         (Buffer-menu-mode-map): Initialize in the declaration.
15672         (Buffer-menu-mode): Define with `define-derived-mode'.
15674 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
15676         * textmodes/org.el (org-version): Change to 5.13e.
15677         (org-agenda-file-regexp): Fix typo in docstring.
15678         (org-add-planning-info): Fix bug in parenthesis settings.
15679         (org-scan-tags): Catch the case of indirect buffers with no filename.
15680         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15681         Re-install switch to mapc, had been removed by accident.
15682         (org-columns-map): New binding `C-c C-o'.
15683         (org-columns-menu): Change menu text and added new entry.
15684         (org-columns-eval): Document the use of `next-line'.
15685         (org-columns-open-link): New function.
15686         (org-columns-follow-link): Remove function.
15687         (org-open-link-from-string): New function.
15688         (org-read-date-get-relative): Fix typo in docstring.
15689         (org-read-date-get-relative): Leading +/- is not optional.
15690         (org-agenda-get-restriction-and-command): Always resize window on
15691         first loop cycle.
15692         (org-agenda-open-link): Make sure the link abbreviations are
15693         present in the agenda buffer.
15694         (org-agenda-copy-local-variable): New function.
15696 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15698         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15700 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15702         * simple.el (reindent-then-newline-and-indent): Use a `move after
15703         insert' kind of marker in the save-excursion.
15705 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15707         * textmodes/css-mode.el: Require CL.
15708         (comment-continue): Declare.
15710         * subr.el (make-variable-frame-localizable): Remove.
15711         (make-variable-frame-local): Mark obsolete.
15713 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15715         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15716         of the subdirs is unreadable.
15718 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
15720         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15721         when we are local.
15723 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15725         * progmodes/python.el (python-current-defun): Remove left-over
15726         assignment to `start'.
15728 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15730         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15731         than `mapcar'; return value is not used.
15733 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15735         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15736         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15738 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15740         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15741         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15743 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15745         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15747 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15749         * emacs-lisp/advice.el (ad-make-advised-docstring):
15750         Add ad-advice-info text property to doc string.
15752 2007-10-23  Glenn Morris  <rgm@gnu.org>
15754         * progmodes/f90.el (f90-do-indent, f90-if-indent)
15755         (f90-type-indent, f90-program-indent, f90-associate-indent)
15756         (f90-continuation-indent, f90-comment-region)
15757         (f90-beginning-ampersand, f90-smart-end)
15758         (f90-break-before-delimiters, f90-auto-keyword-case)
15759         (f90-leave-line-no, f90-mode-hook):
15760         Give an appropriate safe-local-variable property.
15762         * progmodes/fortran.el (fortran-tab-mode-default)
15763         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15764         (fortran-structure-indent, fortran-continuation-indent)
15765         (fortran-comment-indent, fortran-comment-line-extra-indent)
15766         (fortran-comment-line-start)
15767         (fortran-minimum-statement-indent-fixed)
15768         (fortran-minimum-statement-indent-tab)
15769         (fortran-comment-indent-char, fortran-line-number-indent)
15770         (fortran-check-all-num-for-matching-do)
15771         (fortran-blink-matching-if, fortran-continuation-string)
15772         (fortran-comment-region, fortran-electric-line-number)
15773         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15774         (fortran-analyze-depth, fortran-break-before-delimiters):
15775         Give an appropriate safe-local-variable property.
15777 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15779         * printing.el: Move variable definitions before use.
15780         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15782 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15784         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15785         (tpu-edt-off): Use it.
15786         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
15787         the global-map before adding it to global-map.
15789         * menu-bar.el (global-buffers-menu-map): New var.
15790         (global-map, menu-bar-update-buffers): Use it.
15791         * msb.el (msb-menu-bar-update-buffers): Use it.
15792         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15793         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15794         Use with-current-buffer.
15796 2007-10-22  Juri Linkov  <juri@jurta.org>
15798         * isearch-multi.el: New file.
15800         * isearch.el (isearch-search-string): After finding the next
15801         occurrence switch to buffer isearch-buffers-current-buffer when
15802         isearch-buffers-next-buffer-function is non-nil and
15803         isearch-buffers-current-buffer is live.
15805         * add-log.el (change-log-mode): Make and set buffer-local variable
15806         isearch-buffers-next-buffer-function to change-log-next-buffer.
15807         Call isearch-buffers-minor-mode.
15808         (change-log-next-buffer): New function.
15810 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
15812         * textmodes/org-export-latex.el (org-export-latex-protect-string):
15813         Renaming of `org-latex-protect'.
15814         (org-export-latex-emphasis-alist): By default, don't protect
15815         any emphasis formatter from further conversion.
15816         (org-export-latex-tables): Honor column grouping for tables.
15817         (org-export-latex-title-command): New option.
15818         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15819         export backslash character.
15821 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15823         * textmodes/org.el (org-read-date-get-relative): New function.
15824         (org-agenda-file-regexp): New variable.
15825         (org-agenda-files): Allow directories in the variable.
15826         (org-agenda-get-restriction-and-command): New function.
15827         (org-agenda): Use `org-agenda-get-restriction-and-command'.
15828         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15829         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15830         New functions.
15831         (org-entry-add-to-multivalued-property)
15832         (org-entry-remove-from-multivalued-property)
15833         (org-entry-member-in-multivalued-property): New functions.
15834         (org-remember-apply-template): Catch C-g and make sure window
15835         configuration is restored.
15836         (org-agenda-open-link): Make it work with several links in the line.
15837         (org-drawers, org-set-regexps-and-options)
15838         (org-get-current-options): Add support for a DRAWERS in-buffer option.
15839         (org-agenda-window-frame-fractions): New option.
15840         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15841         (org-columns-cleanup-item, org-find-entry-with-id)
15842         (org-insert-columns-dblock, org-listtable-to-string)
15843         (org-dblock-write:columnview, org-columns-capture-view)
15844         (org-edit-headline): New functions.
15845         (org-agenda-to-appt): Require calendar.
15846         (org-entry-get-with-inheritance): Widen for search.
15847         (org-columns-display-here): Don't mark buffer as modified when
15848         adding space characters to accomodate column overlays.
15849         (org-export-as-html): Better formatting of tags in the toc.
15850         (org-columns-display-here): Make the ITEM column as compact as possible.
15851         (org-remember-templates): Customization interface improved.
15852         (org-export-with-property-drawer): Variable removed.
15853         (org-export-with-drawers): New option.
15854         (org-complex-heading-regexp): New variable.
15855         (org-sort-entries): Rewrite using `sort-subr'.
15856         (org-set-property): More appropriate completion during interactive use.
15857         (org-sort-entries): Allow sorting by property.
15858         (org-additional-option-like-keywords): Add more values.
15859         (org-sort-entries-or-items): Rename from `org-sort-entries'.
15861 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15863         * textmodes/org.el (org-get-date-from-calendar): New function.
15864         (org-at-timestamp-p, org-timestamp-change)
15865         (org-remember-templates): First element of each entry is now a
15866         name for the template.
15867         (org-store-log-note): Check for `org-note-abort'.
15868         (org-kill-note-or-show-branches): New command.
15869         (org-fontify-priorities): New option.
15870         (org-fontify-priorities): New function.
15871         (org-cut-subtree, org-copy-subtree): New argument N to
15872         act on N sequential subtrees.
15873         (org-paste-subtree): Fix the level at which a tree is pasted.
15874         (org-fit-agenda-window): Limitations on window size removed.
15875         (org-agenda-find-same-or-today-or-agenda): Rename from
15876         `org-agenda-find-today-or-agenda'.
15877         (org-scheduled-past-days): New option.
15878         (org-agenda-scheduled-leaders)
15879         (org-agenda-deadline-leaders): New options.
15880         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15881         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15882         (org-export-with-tags, org-export-plist-vars)
15883         (org-infile-export-plist): New "tags" option.
15884         (org-use-property-inheritance): New option.
15885         (org-cached-entry-get): Use `org-use-property-inheritance'.
15886         (org-remember-apply-template): Fix typo.
15888 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
15890         * net/tramp.el (tramp-find-shell)
15891         (tramp-open-connection-setup-interactive-shell): Improve sending
15892         initial commands.
15893         (tramp-action-terminal): Send debug message.
15894         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15895         (tramp-barf-if-no-shell-prompt): Insert code of
15896         `tramp-wait-for-shell-prompt'.
15898 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15900         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15902         * term/vt200.el (terminal-init-vt200):
15903         * term/vt201.el (terminal-init-vt201):
15904         * term/vt220.el (terminal-init-vt220):
15905         * term/vt240.el (terminal-init-vt240):
15906         * term/vt300.el (terminal-init-vt300):
15907         * term/vt320.el (terminal-init-vt320):
15908         * term/vt400.el (terminal-init-vt400):
15909         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15911         * term/wyse50.el (wyse50-terminal-map): New var.
15912         (terminal-init-wyse50): Use it and input-decode-map.
15913         (enable-arrow-keys): Emasculate.
15915         * term/tvi970.el (tvi970-terminal-map): New var.
15916         (terminal-init-tvi970): Use it and input-decode-map.
15917         (tvi970-keypad-numeric): Remove.
15918         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15920         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15921         (terminal-init-sun): Use it and input-decode-map.
15923         * term/news.el (terminal-init-news):
15924         * term/lk201.el (terminal-init-lk201):
15925         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15927 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15929         * complete.el (PC-expand-many-files): Remove.
15930         (PC-do-completion): Call file-expand-wildcards instead of
15931         PC-expand-many-files.
15933         * net/tramp.el (tramp-handle-expand-many-files): Remove.
15934         (PC-expand-many-files): Remove advice.
15936 2007-10-22  Glenn Morris  <rgm@gnu.org>
15938         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15939         Add some support for Fortran 2003 syntax:
15940         (f90-type-indent): Now also applies to `enum'.
15941         (f90-associate-indent): New user option.
15942         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15943         Add some F2003 keywords.
15944         (f90-constants-re): New constant.
15945         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15946         Interface'.
15947         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15948         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
15949         element for functions with specified types.  Add `end enum' and
15950         `select type'.  Add `implicit enumerator' and `procedure'.
15951         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
15952         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15953         (f90-font-lock-keywords-4): Add `f90-constants-re'.
15954         (f90-blocks-re): Add `enum' and `associate'.
15955         (f90-else-like-re): Add `class is', `type is', and `class default'.
15956         (f90-end-type-re): Add `enum'.
15957         (f90-end-associate-re, f90-typeis-re): New constants.
15958         (f90-end-block-re): Add `enum' and `associate'.  Change from
15959         optional whitespace to end-of-word, to avoid `enumerator'.
15960         (f90-start-block-re): Add `select type', `abstract interface', and
15961         `enum'.  Avoid `type is', and `type (sometype)'.
15962         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15963         (f90-mode): Doc fix.
15964         (f90-looking-at-select-case): Doc fix.  Add `select type'.
15965         (f90-looking-at-associate): New function.
15966         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15967         Add `enum' and `abstract interface'.
15968         (f90-no-block-limit): Add `select type' and `abstract interface'.
15969         (f90-get-correct-indent, f90-calculate-indent)
15970         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15971         (f90-indent-region, f90-match-end): Handle `associate' blocks.
15973 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
15975         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15976         Use window-full-width-p.
15978 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
15980         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15982         * tooltip.el: Use featurep 'xemacs.
15984         * printing.el: Move variable definitions before use, no code change.
15986 2007-10-22  Juri Linkov  <juri@jurta.org>
15988         * simple.el (goto-history-element): Allow minibuffer-default to be
15989         a list of default values accessible by typing M-n in the minibuffer.
15991         * dired-x.el (dired-guess-shell-command): Put all guesses to the
15992         minibuffer default value list instead of pushing them temporarily
15993         to the history list.
15995 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15997         * hexl.el (hexl-menu): New major mode menu.
15999 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16001         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16003 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16005         * w32-fns.el (w32-quote-process-args):
16006         * dos-w32.el (print-region-function, lpr-headers-switches)
16007         (ps-print-region-function): Pacify byte-compiler.
16009         * emulation/edt-mapper.el (function-key-map):
16010         (edt-map-key): Make it a function instead of using fset.
16011         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
16012         (edt-gnu-map-key, edt-lucid-map-key): Remove.
16013         (edt-x-emacs-p): Remove.
16014         (edt-emacs-variant, edt-window-system, edt-xserver):
16015         Use featurep 'xemacs.
16017         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16018         Replace eudc-xemacs-p with its definition.
16019         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16020         (eudc-emacs-mule-p): Remove.
16021         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16022         eudc-xemacs-p with feature tests.
16024         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16025         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16026         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16027         (eudc-bob-toggle-inline-display):
16028         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16029         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16031         * net/eudcb-ph.el (eudc-ph-open-session):
16032         Replace eudc-xemacs-mule-p with its former definition.
16034         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16035         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16037         * progmodes/vera-mode.el (vera-xemacs): Remove.
16038         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16040         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16041         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16042         (vhdl-speedbar-initialize, vhdl-ps-print-init)
16043         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16044         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16045         with (featurep 'xemacs).
16047         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16048         (save-buffer-state-x):
16049         * obsolete/fast-lock.el (fast-lock-verbose):
16050         * emulation/viper-init.el (viper-xemacs-p)
16051         (viper-cond-compile-for-xemacs-or-emacs):
16052         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16053         * ps-print.el (case-fold-search):
16054         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16055         * calculator.el (calculator-help): Use featurep 'xemacs.
16057         * progmodes/prolog.el: Undo previous change.
16058         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16060         * progmodes/dcl-mode.el:
16061         * play/yow.el:
16062         * calendar/todo-mode.el:
16063         * calendar/cal-hebrew.el:
16064         * vc-hg.el: Undo previous change.
16066         * vms-patch.el: Likewise.
16067         (print-region-function): Pacify byte-compiler.
16069 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
16071         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16072         preserve-uid-gid.
16074         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16075         compatibility.  It is not used, though.
16077         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16078         Require tramp-cmds.el.
16079         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16080         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16081         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16082         (tramp-do-copy-or-rename-file-out-of-band)
16083         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
16084         possible, because we don't need to create the temporary file, but
16085         we need a prefix for ssh, which has its own temporary file handling.
16086         (tramp-handle-delete-directory): Add "-f" to rmdir.
16087         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16088         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16089         a signal, in order to give the callee a chance to suppress.
16090         (tramp-handle-write-region): Set owner also in case of short
16091         track.  Don't use compatibility calls for `write-region' anymore.
16092         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
16093         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16095         * net/tramp-cmds.el: New file.
16097         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16098         `tramp-clear-passwd'.
16100         * net/trampver.el: Update release number.
16102 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16104         * progmodes/gud.el (gud-target-name): Move definition before use.
16106         * progmodes/dcl-mode.el: Require imenu at compile time.
16108         * progmodes/cc-engine.el (c-maybe-stale-found-type):
16109         Pacify byte-compiler.
16111         * obsolete/fast-lock.el: Use featurep test instead of string-match.
16113         * eshell/esh-mode.el (eshell-handle-ansi-color):
16114         Require ansi-color at compile time too.
16116         * eshell/em-unix.el (eshell/info): Require info at compile time too.
16118         * w32-fns.el: Require w32-vars.
16120         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16121         time too.
16123 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16125         * double.el ([ignore]): Use `ignore'.
16126         (double-setup): Inline into double-mode.
16127         (double-mode): Use define-minor-mode.
16129 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16131         * textmodes/reftex.el: Move require easymenu before first use.
16132         (reftex-info): Require info at compile too.
16134         * textmodes/org-publish.el (org-publish-org-to-html)
16135         (org-publish-org-to): Require org at compile time too.
16136         (org-publish-attachment): Require at compile time too.
16138         * term/tty-colors.el (w32-tty-standard-colors):
16139         Pacify byte-compiler.
16141         * term/pc-win.el (frame-creation-function-alist): Add to this
16142         instead of setting frame-creation-function.
16144         * play/blackbox.el (bb-up, bb-down): Use forward-line.
16146         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16148         * calendar/todo-mode.el: Require calendar at compile time.
16150         * calendar/cal-hebrew.el: Require holidays at compile time.
16152         * w32-vars.el: Provide w32-vars.
16154         * term/w32-win.el: Require w32-vars.
16155         (w32-color-map): Pacify byte-compiler.
16157         * loadup.el: Load w32-vars before term/w32-win.
16159 2007-10-20  Juri Linkov  <juri@jurta.org>
16161         * textmodes/fill.el (fill-paragraph): When the region is active,
16162         don't try other `or' branches regardless of the value returned by
16163         fill-region; just return t.
16165 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16167         * vc.el (vc-do-command): Condition out a misleading message when
16168         running asynchronously.
16169         (vc-deduce-fileset): New argument enables using an unregistered
16170         visited file as a singleton fileset if nothing else is available.
16171         (vc-next-action): Restore file-registering behavior.
16173 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
16175         * calc/README: Add recent news.
16177 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
16179         * term/x-win.el (x-gtk-stock-map, icon-map-list)
16180         (x-gtk-map-stock): Delete duplicated definitions from merge.
16182         * progmodes/compile.el (compilation-skip-to-next-location)
16183         (compilation-skip-threshold, compilation-skip-visited):
16184         Move definitions earlier.
16186         * play/decipher.el (decipher-keypress):
16187         * play/zone.el (zone-fall-through-ws):
16188         * play/landmark.el (lm-move-down, lm-move-up):
16189         * play/handwrite.el (handwrite):
16190         * mail/mspools.el (mspools-visit-spool):
16191         * wdired.el (wdired-next-line, wdired-previous-line):
16192         * tar-mode.el (tar-subfile-save-buffer):
16193         * scroll-lock.el (scroll-lock-next-line)
16194         (scroll-lock-previous-line):
16195         * image-dired.el (image-dired-next-line)
16196         (image-dired-previous-line):
16197         * ediff-help.el (ediff-help-message-line-length):
16198         Use forward-line.
16200         * smerge-mode.el (smerge-auto-refine):
16201         * diff-mode.el (diff-auto-refine): Add :group.
16203         * play/yow.el: Require doctor at compile time.
16205         * vmsproc.el: Provide vmsproc.
16206         (command-send-input): Use forward-line.
16208         * vms-patch.el: Require ps-print and vmsproc at compile time.
16210         * vc-mtn.el (log-view-message-re, log-view-file-re)
16211         (log-view-font-lock-keywords): Pacify byte-compiler.
16213         * vc-hg.el: Require log-view at compile time.
16215 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16217         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16219 2007-10-20  Glenn Morris  <rgm@gnu.org>
16221         * progmodes/f90.el (f90-font-lock-keywords-2)
16222         (f90-looking-at-type-like): Fix regexp typos.
16224 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16226         * bs.el (bs--track-window-changes): Don't refresh the whole list.
16227         (bs-mode): Set mode-class property to special.
16229 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16231         * diff-mode.el (diff-auto-refine): New var.
16232         (diff-hunk): Use it.
16233         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16234         (diff-refine-change): Rename from diff-fine-change.  Change it.
16235         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16236         (diff-refine-hunk): Rename from diff-fine-highlight.
16238 2007-10-20  John Paul Wallington  <jpw@pobox.com>
16240         * help-fns.el (describe-variable-custom-version-info): New function
16241         to return variable's version or package version note.
16242         (describe-variable): Use it, display result.
16244 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16246         * smerge-mode.el (smerge-auto-refine): New var.
16247         (smerge-next, smerge-prev): Use it.
16248         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16250         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16251         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16253         * vc-bzr.el (vc-bzr-diff-tree):
16254         * vc-git.el (vc-git-diff-tree):
16255         * vc-hg.el (vc-hg-diff-tree):
16256         * vc-mcvs.el (vc-mcvs-diff-tree):
16257         * vc-mtn.el (vc-mtn-diff-tree):
16258         * vc-svn.el (vc-svn-diff-tree): Remove.
16260         * vc-mtn.el (vc-mtn-revision-completion-table):
16261         * vc-cvs.el (vc-cvs-revision-completion-table):
16262         * vc-arch.el (vc-arch-revision-completion-table):
16263         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16264         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16265         Make it work when the arg is a list of files.
16267 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16269         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16270         Also `revision-completion-table' now takes a list of files.
16271         (vc-deduce-fileset): Remove unused var `regexp'.
16272         Only obey allow-directory-wildcard in dired buffers.
16273         (vc-default-diff-tree): Remove.
16274         (vc-diff-added-files): New var.
16275         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
16276         (vc-version-diff): Revert from `vc-history-diff' to the original name.
16277         Remove the `backend' arg.
16278         (vc-contains-version-controlled-file): Remove.
16279         (vc-diff): Bring it closer to the version in Emacs-22.
16280         (vc-revert): Fix typo in let-binding.
16281         (vc-default-unregister): Remove.
16282         (vc-dired-buffers-for-dir): Remove N^2 behavior.
16284 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16286         * textmodes/two-column.el (2C-split, 2C-merge):
16287         * textmodes/bib-mode.el (bib-find-key, mark-bib):
16288         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16289         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16290         * progmodes/ada-xref.el (ada-get-all-references):
16291         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16292         * emulation/vi.el (vi-previous-line-first-nonwhite)
16293         (vi-effective-range, vi-put-before):
16294         * emulation/edt.el (edt-next-line, edt-previous-line)
16295         (edt-paragraph-forward): Use forward-line.
16297         * progmodes/etags.el (tags-apropos): Require apropos at compile
16298         time too.
16300         * progmodes/prolog.el: Require comint when compiling.
16301         (inferior-prolog-flavor): Move defvar before use.
16303 2007-10-19  Richard Stallman  <rms@gnu.org>
16305         * font-core.el (turn-on-font-lock-if-desired):
16306         Rename from `turn-on-font-lock-if-enabled'.
16307         Fully obey `font-lock-global-modes'.
16309 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16311         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16312         which will not affect the behavior of things like forward-word.
16313         (diff-fine-highlight): Preserve point.
16315         * doc-view.el (doc-view-mode-map): Use remapping.
16316         Don't rebind C-v, M-v to their default value.
16317         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16319         * smerge-mode.el: Add word-granularity refinement.
16320         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16321         (smerge-refine-weight-hack): New vars.
16322         (smerge-refine-forward): New fun.
16323         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16324         (smerge-refine-subst): Use them as well.  Preserve point.
16326 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16328         * follow.el (follow-unload-function): New function.
16330         * loadhist.el (unload-function-features-list):
16331         Rename from `unload-hook-features-list'.
16332         (unload-hook-features-list): Add as obsolete alias.
16333         (unload-feature): Use `unload-function-features-list'
16334         and new FEATURE-unload-function.
16336 2007-10-19  Glenn Morris  <rgm@gnu.org>
16338         * bindings.el (mouse-minor-mode-menu)
16339         (minor-mode-menu-from-indicator): Move to mouse.el.
16340         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16341         Move here from bindings.el.
16343 2007-10-19  Richard Stallman  <rms@gnu.org>
16345         * help-fns.el (describe-function-1): Don't use the advice origname
16346         if it has no function definition.
16348 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
16350         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16351         Use `save-restriction' rather than `widen'.
16353 2007-10-18  Richard Stallman  <rms@gnu.org>
16355         * time.el (display-time-world-time-format): Display day # not month #.
16357 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16359         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16361         * doc-view.el: Remove version keyword.
16362         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16363         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
16364         (doc-view-ghostscript-options): Improve custom type.
16365         (doc-view-cache-directory, doc-view-conversion-buffer)
16366         (doc-view-conversion-refresh-interval): Simplify custom type.
16368 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
16370         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16371         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16372         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16373         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16374         Remove superfluous messages.
16375         (doc-view-mode-map): Use the image-mode scrolling commands.
16376         Don't rebind C-x k.
16378 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16380         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16381         Add comment about "-dSAFER".
16383 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16385         * term/xterm.el: Don't require xt-mouse.
16386         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16387         calling turn-on-xterm-mouse-tracking-on-terminal directly.
16389         * xt-mouse.el: Don't change the global function-key-map anny more.
16390         (xterm-mouse-mode): Use terminal-init-xterm-hook.
16391         Don't use after-make-frame-functions now that term/xterm.el calls
16392         us directly.
16393         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16394         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
16395         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16396         Setup input-decode-map and remember that xterm-mouse-mode was
16397         enabled in this terminal.
16398         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16399         terminals where it has been enabled.
16401         * faces.el (tty-create-frame-with-faces): Make sure not only
16402         tty-run-terminal-initialization but also set-locale-environment
16403         are run only once per terminal.
16404         (tty-run-terminal-initialization): Don't check if the terminal was
16405         already initted.
16407         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16408         not to remove keymaps that just happen to inherit from one of ours.
16409         When setting up our keymap, make sure it won't be accidentally
16410         modified by someone else.
16412 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
16414         * textmodes/artist.el (artist-previous-line, artist-next-line):
16415         * dired.el (dired-next-line, dired-previous-line):
16416         * progmodes/delphi.el (delphi-newline):
16417         * textmodes/org.el (org-columns-eval):
16418         Use forward-line.
16420         * emerge.el (emerge-setup): Use insert-buffer-substring.
16421         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16423 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
16425         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16426         (adaptive-fill-function): Doc fix.  Remove * from docstring.
16428 2007-10-18  Tom Horsley  <tom.horsley@att.net>
16430         * simple.el (interprogram-paste-function): Doc fix.
16431         (current-kill): Accept list of strings as well
16432         as single string from `interprogram-paste-function'.
16434 2007-10-18  Glenn Morris  <rgm@gnu.org>
16436         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16438 2007-10-18  Drew Adams  <drew.adams@oracle.com>
16440         * bindings.el (mode-line-minor-mode-keymap):
16441         Add mouse-minor-mode-menu on mouse-1.
16442         (mode-line-modes): Add mouse-1 to help-echo text.
16443         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16444         New functions.
16445         (mode-line-minor-mode-help): Doc fix.
16447 2007-10-17  Juri Linkov  <juri@jurta.org>
16449         * textmodes/fill.el (fill-paragraph-or-region): Remove function
16450         at the request of RMS.
16451         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
16452         arg `region'.  Fix docstring.  At the first `or' branch add call to
16453         `fill-region' if it the region is active in transient-mark-mode.
16455         * bindings.el (esc-map): Bind M-q to fill-paragraph
16456         instead of fill-paragraph-or-region.
16458         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16459         with fill-paragraph.
16461         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16462         Fix docstring.
16464         * indent.el (indent-for-tab-command): Change interactive spec from
16465         "P" to "p".  Add check for interactive arg before indenting the
16466         active region.
16468         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16469         Regroup.
16471 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
16473         * emacs-lisp/find-func.el: Don't require loadhist.
16475         * loadhist.el (feature-symbols, file-provides, file-requires)
16476         (file-set-intersect, file-dependents): Simplify.
16477         (unload-feature-special-hooks): Update list of special hooks.
16479 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
16481         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16482         extensions since they can be viewed with doc-view.
16484         * files.el (auto-mode-alist): Make doc-view-mode the default mode
16485         for pdf, ps and dvi files.
16487         * doc-view.el: Make doc-view-mode the standard mode for viewing
16488         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16489         text and image display.  Add binding C-c C-e to switch to an
16490         editing mode.
16491         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16492         avoid security problems when rendering files from untrusted sources.
16494 2007-10-17  Aaron Hawley  <aaronh@garden.org>
16496         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16497         position is not saved.
16499 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16501         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
16502         (doc-view-ghostscript-options): Fix typo in doc string.
16504 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16506         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16507         handling, so compilation-fake-loc works again.
16509         * server.el (server-select-display): Nop if we do not support m-f-o-d.
16510         (server-process-filter): Revert last change.
16512         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16513         behavior unrelated to filesets.
16515 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
16517         * longlines.el (longlines-wrap-follows-window-size): Integer value
16518         specifies wrapping margin.
16519         (longlines-mode, longlines-window-change-function):
16520         Set window-specific wrapping margin based on the above.
16522 2007-10-17  John Wiegley  <johnw@newartisans.com>
16524         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16526 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16528         * server.el (server-process-filter): Only set display if X11 is
16529         supported.
16531 2007-10-17  Glenn Morris  <rgm@gnu.org>
16533         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16534         Tweak regexp to avoid stack overflow.
16536 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16538         * simple.el (reindent-then-newline-and-indent): Don't assume that
16539         indent-according-to-mode preserves point.
16541 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
16543         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16544         (bs--nth-wrapper): Simplify.
16545         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
16546         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
16547         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16548         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16549         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16550         (bs-configurations, bs-default-configuration)
16551         (bs-alternative-configuration, bs-cycle-configuration-name)
16552         (bs-string-show-always, bs-string-show-never, bs-string-current)
16553         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16554         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16555         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16556         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16557         (bs--window-config-coming-from): Revert 2006-11-09 change.
16558         (bs--restore-window-config): Keep the selected frame.
16559         (bs--track-window-changes, bs--remove-hooks): New functions.
16560         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
16561         (bs--create-header): Remove.
16562         (bs--create-header-line): New function, based on `bs--create-header'.
16563         (bs--show-header): Use `bs--create-header-line'.
16564         (bs--show-with-configuration): Revert 2006-11-09 change.
16565         Don't reuse window unless it is visible on the selected frame.
16566         Restore window configuration (possibly in a different frame)
16567         before creating any window.
16569 2007-10-16  Glenn Morris  <rgm@gnu.org>
16571         * simple.el (blink-matching-open): Don't report false errors with
16572         the `$' syntax class.
16574 2007-10-16  Richard Stallman  <rms@gnu.org>
16576         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16577         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16578         (ad-is-advised, ad-get-advice-info-field)
16579         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16581 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * vc-hooks.el (vc-workfile-version): Compatibility alias.
16584         (vc-default-working-revision): Compatibility for backends.
16586 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16588         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16589         (filesets-ormap, filesets-sort-case-sensitive-flag)
16590         (filesets-remake-shortcut, filesets-ingroup-collect-files):
16591         Fix typos in docstrings.
16592         (filesets-conditional-sort, filesets-find-or-display-file)
16593         (filesets-data-get-name, filesets-data-get-data)
16594         (filesets-data-set, filesets-cmd-query-replace-getargs)
16595         (filesets-ingroup-collect): Doc fixes.
16597 2007-10-15  Sam Steingold  <sds@gnu.org>
16599         * mail/sendmail.el (sendmail-error-reporting-interactive)
16600         (sendmail-error-reporting-non-interactive): New variables for
16601         sendmail error reporting options to simplify support for imperfect
16602         sendmail emulators.
16603         (sendmail-send-it): Use them instead of list literals.
16605 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16607         * help-fns.el: Revert previous change; it creates a
16608         dependency loop between advice.el and help-fns.el.
16610 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16612         * help-fns.el: Require advice when compiling.
16614 2007-10-14  Drew Adams  <drew.adams@oracle.com>
16616         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16617         (ring-insert+extend, ring-remove+insert+extend, ring-member)
16618         (ring-next, ring-previous): New functions.
16620 2007-10-14  Richard Stallman  <rms@gnu.org>
16622         * emacs-lisp/advice.el (documentation): Advice deleted.
16623         Doc for advised functions is now handled at C level.
16624         (ad-stop-advice, ad-start-advice): Don't enable or disable
16625         advice for `documentation'.
16626         (ad-advised-definition-docstring-regexp): Var deleted.
16627         (ad-make-advised-definition-docstring): Store orig name
16628         as text property of string.
16629         (ad-advised-definition-p): Check for text property of docstring.
16631         * help-fns.el (describe-function-1): Find source of advised functions.
16633 2007-10-14  Juri Linkov  <juri@jurta.org>
16635         * faces.el (describe-face): Allow handling a string as the face name.
16637         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16638         active region in transient-mark-mode.
16639         (ispell-region): Change messages displayed at the start and end of
16640         the spell-checking to be the same.
16642         * startup.el (fancy-startup-tail): Say exactly what does the button
16643         dismiss ("Dismiss this startup screen").  Use text "Never show
16644         it again" for the checkbox after this button.
16645         (fancy-startup-screen, fancy-about-screen): Put point before the
16646         first link, so the user can quickly select links with the keyboard.
16647         (normal-mouse-startup-screen): Add more useful text describing how
16648         to follow a link.
16650 2007-10-14  Glenn Morris  <rgm@gnu.org>
16652         * progmodes/etags.el (select-tags-table): Disable undo in the
16653         `*Tags Table List*' buffer.
16655 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
16657         * dired.el (dired-warn-writable): New face.
16658         (dired-warn-writable-face): New variable.
16659         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16660         of dired-warning-face, for group- and world-writable files.
16662 2007-10-13  Richard Stallman  <rms@gnu.org>
16664         * files.el (directory-abbrev-alist): Doc fix.
16666 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
16668         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16670 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16672         * frame.el (set-frame-configuration): Assign name parameter only
16673         if it has been set explicitly before.
16675 2007-10-11  Tom Tromey  <tromey@redhat.com>
16677         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16678         frame is visible.
16680 2007-10-10  Richard Stallman  <rms@gnu.org>
16682         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16683         in *Backtrace*.
16685         * faces.el (face-font-selection-order): Doc fix.
16687         * loadhist.el (unload-feature): Doc fix.
16689 2007-10-13  Glenn Morris  <rgm@gnu.org>
16691         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16692         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16693         Add doc string, and an explicit COUNT argument.
16694         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16695         `inc' to search functions.
16697         * faces.el (face-spec-set): When FRAME is nil, set the default for
16698         new frames (restores pre-2007-09-17 behavior).  Doc fix.
16700 2007-10-13  John W. Eaton  <jwe@octave.org>
16702         * progmodes/octave-mod.el (octave-looking-at-kw)
16703         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16704         New functions.
16705         (octave-in-defun-p, calculate-octave-indent)
16706         (octave-blink-matching-block-open, octave-beginning-of-defun)
16707         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16708         to search for regexps that contain case-sensitive keywords.
16709         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16710         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16712 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16714         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16715         Do not use a single clause cond.
16717         * cus-start.el (all): Use test that does not match the X11 version
16718         for mac.
16720 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
16722         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16723         BROWSE buffer.
16725 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16727         * cus-start.el (all): Undo previous change.
16729 2007-10-13  Glenn Morris  <rgm@gnu.org>
16731         * woman.el (woman0-rename): Fix paren typo.
16733         * mail/feedmail.el (feedmail-run-the-queue)
16734         (feedmail-look-at-queue-directory):
16735         * mail/reporter.el (reporter-dump-state):
16736         * net/eudc-hotlist.el (eudc-edit-hotlist):
16737         * net/eudc.el (eudc-display-records)
16738         (eudc-filter-duplicate-attributes)
16739         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16740         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16741         (eudc-bbdb-query-internal):
16742         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16743         * net/socks.el (socks-build-auth-list):
16744         * progmodes/cc-cmds.el (top level):
16745         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16746         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16747         (cperl-write-tags, cperl-tags-treeify):
16748         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16749         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16750         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16751         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16752         (idlwave-toolbar-remove-everywhere):
16753         * progmodes/idlwave.el (idlwave-indent-line)
16754         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16755         (idlwave-write-paths, idlwave-all-method-classes)
16756         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16757         (idlwave-fix-keywords, idlwave-display-calling-sequence)
16758         (idlwave-complete-in-buffer):
16759         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16760         (org-fast-tag-selection):
16761         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16762         than mapcar.
16764 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16766         * diff-mode.el (diff-fine-change): Add :group.
16768 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
16770         * cus-start.el (all): Use the same test as the 22.2 branch.
16772 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16774         * diff-mode.el (diff-current-defun): Force recomputation of
16775         change-log-default-name.
16777 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
16779         * startup.el (fancy-startup-screen): Remove an unnecessary newline
16780         and some leftover logic regarding dedicated frames.  If showing
16781         concise startup screen, fit window to buffer.
16782         (command-line-1): If we will be using the splash screen, use
16783         find-file instead of find-file-other-window to find additional files.
16784         Comment out unused code for coping with the old sit-for behavior.
16786 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16788         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16789         `meta' modifier consistently, rather than using sometimes meta
16790         sometimes alt.
16792 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16794         * window.el (handle-select-window): Revert part of 2007-10-08
16795         change setting the input focus.
16797 2007-10-12  Glenn Morris  <rgm@gnu.org>
16799         * startup.el (command-line): Do not read abbrev file in batch mode.
16801         * emacs-lisp/byte-opt.el (top level):
16802         * mail/rmail.el (rmail-list-to-menu):
16803         * obsolete/hilit19.el (hilit-mode):
16804         * progmodes/cc-mode.el (c-postprocess-file-styles)
16805         (c-submit-bug-report):
16806         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16807         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16808         (reftex-access-parse-file):
16809         * textmodes/reftex-cite.el (reftex-do-citation)
16810         (reftex-insert-bib-matches):
16811         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16812         * textmodes/reftex-sel.el (reftex-select-unmark):
16813         * textmodes/reftex-toc.el (reftex-toc-do-promote):
16814         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16816         * cus-edit.el (custom-variable-menu, custom-face-menu)
16817         (custom-group-menu): Check init-file-user rather than
16818         user-init-file, in case cus-edit is loaded by site-run-file.
16820 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
16822         * vc.el (vc-deduce-fileset): Delete unused code.
16823         (vc-next-action): Fix typos.
16825 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16827         * bs.el (bs--mark-unmark): New function.
16828         (bs-mark-current, bs-unmark-current): Use it.
16830 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16832         * vc.el (vc-diff):
16833         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
16834         temporarily disable the check for his edge case of
16835         vc-diff (stopping it from grinding when called from $HOME), as
16836         it's calling some brittle code in vc-hooks.el.
16837         (with-vc-properties): Fix evaluation time of a macro argument.
16838         * ediff-vers.el (ediff-vc-internal):
16839         * vc-hooks.el:
16840         * loaddefs.el: Follow up on VC terminology change.
16842 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16844         * follow.el (follow-stop-intercept-process-output):
16845         Use `follow-call-process-filter' rather than `process-filter'.
16846         Simplify.
16848 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16850         * vc-hooks.el (vc-registered): Robustify this function a bit
16851         against filenames with no directory component.
16853 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16855         * international/characters.el: Undo unwanted and unexplained change.
16857 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16859         * ps-print.el: Fix the usage of :foreground and :background face
16860         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16861         (ps-print-version): New version 6.7.6.
16862         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16863         Fix code.
16864         (ps-face-foreground-color-p, ps-face-background-color-p)
16865         (ps-face-color-p): New inline funs.
16867 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16869         * textmodes/org.el (org-additional-option-like-keywords): New constant.
16870         (org-complete): Use `org-additional-option-like-keywords'.
16871         (org-parse-local-options): New function.
16873 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16875         * textmodes/org.el (org-in-clocktable-p): New function.
16876         (org-clock-report): Only update the table at point, or insert a new one.
16877         (org-clock-goto): New function.
16878         (org-open-file): Use `start-process-shell-command' instead of
16879         `shell-command' with an ampersand.
16880         (org-deadline, org-schedule): New argument REMOVE to remove the
16881         date from the entry.
16882         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16883         argument to `org-schedule' and `org-deadline'.
16884         (org-trim): Use the correct expressions for beginning and end of
16885         the string.
16886         (org-get-cleaned-entry): Trim the string before returning it.
16887         (org-clock-find-position): New function.
16888         (org-clock-into-drawer): New option.
16889         (org-agenda-tags-column): Rename from
16890         `org-agenda-align-tags-to-column'.
16891         (org-agenda-align-tags): Allow negative values for
16892         `org-agenda-tags-column'.
16893         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16894         (org-agenda-to-appt): New optional argument FILTER.
16895         (org-completion-fallback-command): New variable.
16896         (org-complete): Use `org-completion-fallback-command'.
16897         (org-find-base-buffer-visiting): Catch the case that there is no
16898         buffer visiting the file.
16899         (org-property-or-variable-value): New function.
16900         (org-todo): Use `org-property-or-variable-value'
16901         (org-agenda-compact-blocks): New option.
16902         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16903         (org-agenda-schedule, org-agenda-deadline):
16904         Call `org-agenda-show-new-time'.
16905         (org-agenda-show-new-time): New argument PREFIX.
16906         (org-colgroup-info-to-vline-list): Fix but that cause a
16907         shift in the vertical lines.
16908         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16909         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16910         (org-indent-item): No arg in call to `org-fix-bullet-type'.
16911         (org-fix-bullet-type): Remove argument.
16912         (org-read-date): Check for am/pm twice, to catch the end time.
16913         (org-goto-map): Use `suppress-keymap'.
16914         (org-remember-apply-template): Respect the dynamically scoped
16915         selection character.
16917 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16919         * frame.el (frame-inherited-parameters): Remove unused `environment'
16920         parameter, and let server.el add `client' when needed.
16922         * server.el (server-create-tty-frame)
16923         (server-create-window-system-frame): Set frame-inherited-parameters.
16925         * frame.el (frame-inherited-parameters): New var.
16926         (make-frame): Use it.
16928         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16930         * env.el (let-environment): Remove.  Unused.
16931         (read-envvar-name): Simplify.
16932         (setenv): Remove unused arg `frame'.
16934         * help-fns.el (describe-variable): Add missing "  " for multiline
16935         obsolescence info and missing EOL after global value.
16937 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16939         * add-log.el:
16940         * ediff-vers.el:
16941         * log-view.el:
16942         * pcvs.el:
16943         * vc-arch.el:
16944         * vc-bzr.el:
16945         * vc-cvs.el:
16946         * vc.el:
16947         * vc-git.el:
16948         * vc-hg.el:
16949         * vc-hooks.el:
16950         * vc-mcvs.el:
16951         * vc-mtn.el:
16952         * vc-rcs.el:
16953         * vc-sccs.el:
16954         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16955         {find,init,next,previous,annotate-*,log}-version ->
16956         {find,init,next,previous,annotate-*,log}-revision,
16957         annotate-focus-version -> annotate-working-revision, The term
16958         'focus' is gone.  The term 'revision' is now used consistently
16959         everywhere that reference to a revision ID is intended, replacing
16960         older use of 'version'.
16962 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
16964         * follow.el: Change all instances of "Follow Mode" to "Follow
16965         mode" in docstrings and messages.
16966         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16968 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16970         * vc.el (vc-next-action): Rewrite completely; this principal
16971         entry point now operates on a current fileset selected either
16972         explicitly via VC-Dired or implicitly by visiting a file buffer,
16973         rather than always operating on the file of the current buffer as
16974         in older versions.  Rewrite the rest of the mode to match.
16975         (with-vc-properties): Rewrite to operate on a file list.
16976         (with-vc-file): vc-checkin takes a file list argument now.
16977         (vc-post-command-functions): This hook now receives a file list.
16978         (vc-do-command): Take a either a file or a file list as argument.
16979         (vc-deduce-fileset): New function for deducing a file list to
16980         operate on.
16981         (vc-next-action-on-file, vc-next-action-dired): Remove.
16982         Merge into vc-next-action.
16983         (vc-register): Adapt to the fact that vc-start-entry now takes a
16984         file list.
16985         (vc-register-with): New function.
16986         (vc-start-entry): Take a file list argument rather than a
16987         file argument.
16988         (vc-checkout): Cope with vc-start-entry taking a file list.
16989         (vc-steal-lock): Cope with with-vc-properties taking a
16990         file list.
16991         (vc-checkin): Take a file list argument rather than a file argument.
16992         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16993         (vc-diff-internal): Rewrite for filesets.
16994         (vc-diff-sentinel): New function, tests whether changes were
16995         written into a diff buffer.
16996         (vc-diff): Rewrite for filesets.
16997         (vc-version-diff): Rewrite for filesets.
16998         (vc-print-log): Take a fileset argument.
16999         (vc-revert): Revert the entire selected fileset, not just the
17000         current buffer.
17001         (vc-rollback): Roll back the entire selected fileset, if
17002         possible.  No longer accepts a prefix argument.
17003         (vc-update): Merge new changes for the entire selected
17004         fileset, not just the current buffer.
17005         (vc-revert-file): Cope with with-vc-properties taking a file list.
17006         (vc-default-dired-state-info): Add + status suffix if the file is
17007         modified.
17008         (vc-annotate-warp-version): Use the new diff machinery.
17009         (vc-log-edit): Take a file list argument rather than a file argument.
17011 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
17013         Sync with Tramp 2.1.11.
17015         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17016         Pacify byte compiler.
17018         * net/trampver.el: Update release number.
17020 2007-10-09  Richard Stallman  <rms@gnu.org>
17022         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17024 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17026         * follow.el: Require easymenu.
17027         (follow-mode-hook, follow-mode): Doc fixes.
17028         (follow-mode-off-hook): Mark as obsolete.
17030 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17032         * window.el (mouse-autoselect-window-cancel): Don't cancel for
17033         select-window or select-frame events.
17034         (handle-select-window): When autoselecting window set input
17035         focus.  Restructure.
17037         * frame.el (focus-follows-mouse): Move to frame.c.
17038         * cus-start.el (all): Add focus-follows-mouse.
17040 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17042         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17043         activate font-locking in the *buffer-selection* buffer.
17044         (bs-show-sorted): Doc fix.
17046         * bs.el (bs--get-marked-string, bs--get-modified-string)
17047         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17048         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17049         (bs--format-aux): Doc fix.
17051 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
17053         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17055 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17057         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17058         (gud-gdb): New function for old M-x gdb (text command mode).
17059         (gud-gdb-command-name, gdb): Move to...
17061         * progmodes/gdb-ui.el: ...here and adapt doc string.
17062         (gud-gdba-command-name, gdba): Delete.
17064 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17066         * bs.el: Don't defvar `font-lock-verbose'.
17067         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17068         (bs--get-file-name): Fix typos in docstrings.
17069         (bs--show-header): Use `dolist' instead of `mapcar'.
17070         (bs-mode): Set `show-trailing-whitespace' to nil.
17071         (bs-buffer-sort-function, bs-mouse-select-other-frame)
17072         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17073         Doc fixes.
17075 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
17077         * progmodes/gud.el (pdb): Specify file for gud-break.
17079 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17081         * progmodes/gud.el (gdb): Make graphical mode the default and
17082         switch to text command mode if appropriate, i.e., reverse previous
17083         arrangement.
17084         (gud-gdb-marker-filter): Adapt for above change.
17086         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17087         gud-minor-mode and gud-marker-filter.
17088         (gdb-fullname-regexp): New variable.
17089         (gud-gdba-marker-filter): Use it to switch to text command
17090         mode if appropriate.
17092 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17094         * progmodes/gud.el (gud-display-line): Find source buffer even when
17095         GUD buffer has its own frame.
17097 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
17099         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17101 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
17103         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17105 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17107         * allout.el (allout-before-change-handler): Replace got-char by
17108         goto-char.
17110 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17112         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17113         Used to try and automatically enabled smerge-mode in the presence of
17114         conflicts and to call `svn resolved' when the conflicts are gone.
17115         (vc-svn-parse-status): Remember the svn-specific status.
17117 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
17119         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17120         menu-bar-apropos-menu.  All users changed.
17121         (menu-bar-help-menu): Change menu symbols to better match the text
17122         displayed by the menu.
17124 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17126         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17127         #, @, : and ^.
17129 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17131         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17133         * log-view.el (log-view-mode-map): Likewise.
17135         * diff-mode.el (diff-mode-shared-map): Likewise.
17137 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17139         * files.el (file-name-sans-versions): Also allow `A-Z'.
17141         * vc.el: Mention all supported VC backends.
17143 2007-10-08  Richard Stallman  <rms@gnu.org>
17145         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17146         neighbouring buttons.
17148 2007-10-08  Andreas Schwab  <schwab@suse.de>
17150         * files.el (file-name-sans-versions): Also allow `_'.
17152 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17154         * files.el (file-name-sans-versions): Allow - and a-z in version names.
17156         * log-view.el (log-view-mode-map, log-view-mode-menu):
17157         Bind log-view-annotate-version.
17158         (log-view-beginning-of-defun, log-view-end-of-defun)
17159         (log-view-annotate-version): New functions.
17160         (log-view-mode): Use log-view-beginning-of-defun and
17161         log-view-end-of-defun.
17163 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17165         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17167 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17169         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17170         neighbouring buttons.
17172         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17173         Recognize gcc's use of "note" for informational messages.
17175 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17177         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17178         (css-mode): Update correspondingly.
17180 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
17182         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17183         Signed-off-by, Acked-by and Merge.
17185 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17187         * ediff-init.el (ediff-verbose-p): This var is not a constant.
17189 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17191         * vc-mtn.el: New file.
17193         * vc-hooks.el (vc-handled-backends): Add Mtn.
17195 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
17197         * files.el (find-file, find-file-other-window)
17198         (find-file-other-frame, find-file-existing, find-file-read-only)
17199         (find-file-read-only-other-window)
17200         (find-file-read-only-other-frame)
17201         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17203 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
17205         * progmodes/gud.el (gdb-ready): New variable.
17206         (gdb): Set it to nil.  Set gud-running to nil here...
17207         (gud-common-init): ...instead of here.
17209         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17210         Use gdb-ready.  Discard input until GDB is ready to accept it.
17212 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17214         * dired.el (dired-warning): Inherit from font-lock-warning-face to
17215         make it show up with eight colors.
17217 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17219         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17220         diffs are concatenated with no intervening line.
17222 2007-10-08  Dave Love  <fx@gnu.org>
17224         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17225         (python-font-lock-keywords): Update to the 2.5 version of the language.
17226         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17227         (python-backspace): Only behave funny in code.
17228         (python-compilation-regexp-alist): Add PDB stack trace regexp.
17229         (inferior-python-mode): Add PDB prompt regexp.
17230         (python-fill-paragraph): Refine the fenced-string regexp.
17231         (python-find-imports): Handle imports spanning several lines.
17232         (python-mode): Add `class' to hideshow support.
17234 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17236         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17237         Use add-log-buffer-file-name-function rather than binding
17238         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17239         when `fi' is the ChangeLog file itself.
17241         * outline.el (outline-flag-region): Use front-advance.
17243 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
17245         * progmodes/cperl-mode.el: Merge upstream 5.23.
17246         (cperl-where-am-i): Remove function.
17247         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17248         (cperl-sniff-for-indent): De-invert [string] and [comment].
17249         When looking for label, skip s:m:y:tr.
17250         (cperl-indent-line): Likewise.
17251         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17252         (cperl-windowed-init): Wrong `ps-print' handling.
17253         Both thanks to Chong Yidong.
17254         (cperl-look-at-leading-count): Could fail with unfinished RExen.
17255         (cperl-find-pods-heres): If the second part of s()[] is missing,
17256         don't try to highlight delimiters...
17258 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17260         * progmodes/compile.el (compilation-get-file-structure): Complete last
17261         change by also using spec-directory in the puthash.
17263 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
17265         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17266         (vc-bzr-status): Fix shadowing of variable 'status'.
17267         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17268         Use `expand-file-name' instead of `concat'.
17269         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17270         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
17272 2007-10-08  Jason Rumney  <jasonr@gnu.org>
17274         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
17276 2007-10-08  Richard Stallman  <rms@gnu.org>
17278         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17279         Add `safe-local-variable' property.
17280         (lisp-body-indent): Likewise.
17282 2007-10-08  Richard Stallman  <rms@gnu.org>
17284         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17285         Add doc string.
17287 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17289         * files.el (backup-buffer-copy): Try to overwrite old backup first.
17291 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17293         * repeat.el (repeat): Use last-repeatable-command instead of
17294         real-last-command.  Run pre- and post-command hooks for
17295         self-insertion.  Update doc-string.
17297 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
17299         * vc-git.el (vc-git-state): Call git-add --refresh to update the
17300         state of the file.
17301         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17302         (vc-git-create-repo): Fix invalid command.
17304 2007-10-08  Richard Stallman  <rms@gnu.org>
17306         * textmodes/flyspell.el (flyspell-mode):
17307         Catch errors in flyspell-mode-on.
17309 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17311         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17313 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17315         * international/encoded-kb.el (encoded-kbd-setup-display):
17316         Use input-decode-map rather than local-key-translation-map.
17318         * term/rxvt.el (rxvt-alternatives-map): New map.
17319         (terminal-init-rxvt): Use it.
17320         Bind rxvt-function-map in input-decode-map.
17322         * term/xterm.el (xterm-alternatives-map): New map.
17323         (terminal-init-xterm): Use it.
17324         Bind xterm-function-map in input-decode-map.
17326         * term/x-win.el (x-alternatives-map): New var.
17327         (x-setup-function-keys): Use it.
17329         * help-fns.el (describe-variable): Slightly change the layout of
17330         meta-info to separate it better from the docstring.
17331         Standardize insertion of extra empty lines in various circumstances.
17333         * diff-mode.el (diff-hunk-style): New fun.
17334         (diff-end-of-hunk): Use it.
17335         (diff-context->unified): Use the new `apply' undo element,
17336         if applicable, so as to save undo-log space.
17337         (diff-fine-change): New face.
17338         (diff-fine-highlight-preproc): New function.
17339         (diff-fine-highlight): New command.
17340         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17342         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17343         (smerge-refine-highlight-change): Add `props' argument.
17344         (smerge-refine-subst): New function holding most of smerge-refine.
17345         (smerge-refine): Use it.
17347 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
17349         * vc.el (vc-default-wash-log): Remove unused code, the
17350         log washers all live in the backends now.
17351         (vc-default-comment-history): Correct for the fact
17352         that wash-log is argumentless in the new API.
17354 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
17356         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17357         (tramp-maybe-send-script): Apply `member' but `memq'.
17358         (tramp-advice-file-expand-wildcards): Simplify implementation.
17360 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17362         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
17364         * mb-depth.el (minibuf-depth-indicator-function): New variable.
17365         (minibuf-depth-setup-minibuffer): Use it.
17367 2007-10-07  Glenn Morris  <rgm@gnu.org>
17369         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17370         version numbers.
17372 2007-10-06  Juri Linkov  <juri@jurta.org>
17374         * textmodes/fill.el (fill-paragraph-or-region): New function.
17376         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17377         instead of fill-paragraph.
17379         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17380         with fill-paragraph-or-region.  Suspend command is now the same
17381         `suspend-frame' on window systems and on tty.
17383         * image.el (image-type): Check if image-types is bound to not fail
17384         on tty.
17386         * delsel.el (delete-selection-pre-hook):
17387         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17388         is fbound to not fail on mouseless tty.
17390 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
17392         * net/tramp.el (top): Move loading of tramp-util.el and
17393         tramp-vc.el to tramp-compat.el.
17394         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
17395         temporary file if possible, in order to avoid a security hole.
17396         (tramp-do-copy-or-rename-file-out-of-band)
17397         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17398         with DONT-CREATE, because the connection is not setup yet.
17399         (tramp-handle-process-file): Rewrite temporary file handling.
17400         (tramp-completion-mode): New defvar.
17401         (tramp-completion-mode-p): Use it.
17403         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17405         * net/tramp-fish.el (tramp-fish-handle-process-file):
17406         Rewrite temporary file handling.
17408 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
17410         * vc.el: Workfile version -> focus version change.  Port various
17411         comments from new VC to reduce the noise in the diff.
17412         Patch in the new vc-create-repo function to go with the
17413         header comment about it already present.
17414         There are no changes to existing logic in this patch.
17415         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17417 2007-10-06  Aaron Hawley  <aaronh@garden.org>
17419         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17421 2007-10-05  Chris Moore  <dooglus@gmail.com>
17423         * server.el (server-kill-new-buffers): Doc fix.
17425 2007-10-05  John W. Eaton  <jwe@octave.org>
17427         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17428         (octave-begin-keywords): Add "do".
17429         (octave-end-keywords): Remove "end".
17430         (octave-reserved-words): Add "end".  Remove "all_va_args",
17431         "gplot", and 'gsplot".
17432         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17433         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17434         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17435         "default_return_value", "define_all_return_values",
17436         "do_fortran_indexing", "empty_list_elements_ok",
17437         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17438         "ok_to_lose_imaginary_part", "prefer_column_vectors",
17439         "prefer_zero_one_indexing", "propagate_empty_matrices",
17440         "resize_on_range_error", "treat_neg_dim_as_zero",
17441         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17442         "warn_divide_by_zero", "warn_function_name_clash",
17443         "warn_missing_semicolon", "whitespace_in_literal_matrix".
17444         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17445         "crash_dumps_octave_core", "sighup_dumps_octave_core",
17446         "sigterm_dumps_octave_core".
17447         (octave-block-match-alist): Remove "end" from block-end keywords.
17448         (octave-mode): Update ftp site address.
17450 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
17452         * vc.el: Reorder functions, no code changes.
17454 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
17456         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17457         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17458         the cond clauses where needed.
17459         (tramp-handle-write-region): Rearrange code for proper handling of
17460         tmpfile.
17462         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17464         * net/tramp.el:
17465         * net/tramp-fish.el:
17466         * net/tramp-ftp.el:
17467         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17468         `tramp-compat-make-temp-file'.
17470 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17472         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17474 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17476         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17477         already uses a more recent copyright version than the "current" one.
17479 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
17481         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17482         (doc-view-insert-image): Minor aesthetical docstring changes.
17484 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
17486         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17487         completing filename.
17488         (doc-view-search-internal): Docstring change.
17490 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
17492         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17493         (tramp-file-name-handler-alist):
17494         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
17495         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
17496         used before, creates the file already, which is not desired.
17497         (tramp-do-copy-or-rename-file-directly): Simplify handling of
17498         temporary file.
17499         (tramp-handle-insert-file-contents): Assign the result in the
17500         short track case.
17501         (tramp-handle-insert-file-contents-literally): New defun.
17502         (tramp-completion-mode-p): Revert change from 2007-09-24.
17503         Checking for `return' etc as last character is not sufficient, for
17504         example in dired-mode when entering <g> (revert-buffer) or
17505         <s> (dired-sort).
17507         * net/tramp-compat.el (top): Add also compatibility code for loading
17508         appropriate timer package.
17509         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17510         order to avoid autoloading problems.
17512         * net/tramp-fish.el:
17513         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17515         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17516         where the second parameter of `copy-file' or `rename-file' is a
17517         remote file but not via ftp.
17519 2007-10-02  Richard Stallman  <rms@gnu.org>
17521         * frame.el (cursor-in-non-selected-windows): Doc fix.
17523 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17525         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17526         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17528 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
17530         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17531         when `expt' doesn't give range errors.
17533 2007-10-01  Markus Triska  <markus.triska@gmx.at>
17535         * calc/calc-math.el (math-smallest-emacs-expt):
17536         Make the computation more robust.
17538 2007-09-30  David Kastrup  <dak@gnu.org>
17540         * startup.el (argv): Alias for `command-line-args-left' to use as
17541         `(pop argv)' inside of --eval command sequences.  Allows for
17542         passing shell commands into Emacs verbatim without need for Lisp
17543         quoting.
17545         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17546         check only for changed size.
17547         (auto-revert-tail-handler): Get size from caller.  If the file has
17548         shrunk, tail the whole file again (the file presumably has been
17549         rewritten).
17551         * woman.el (woman-topic-all-completions, woman-mini-help):
17552         Fix fallout from 2007-09-07 introduction of `dolist' when the list
17553         actually was being manipulated in the loop.
17554         (woman-Cyg-to-Win, woman-pre-process-region)
17555         (woman-horizontal-escapes, woman-if-body, woman-unescape)
17556         (woman-strings, woman-special-characters, woman1-hc)
17557         (woman-change-fonts, woman-find-next-control-line):
17558         Use `match-beginning' rather than `match-string' when the result is
17559         just used as a flag.
17561 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
17563         * net/tramp-compat.el: New file.
17565         * net/tramp.el:
17566         * net/tramp-fish.el:
17567         * net/tramp-smb.el:
17568         * net/tramp-uu.el:
17569         * net/trampver.el: Move compatibility code to tramp-compat.el.
17570         Apply `mapc' instead of `mapcar' when the code needs side effects
17571         only.  Move utf-8 coding cookie to the second line.
17573 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
17575         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17576         Improve custom type.
17577         (icon-map-list): Make it customizable.  Document how to disable
17578         stock icons.
17580 2007-09-30  Richard Stallman  <rms@gnu.org>
17582         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17584 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17586         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
17587         (t-mouse-mode): New compatibility alias.
17589 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
17591         * server.el (server-delete-client): Only delete the terminal if it
17592         is non-nil.
17594 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
17596         * net/tramp.el (with-file-property, with-connection-property):
17597         Highlight as keyword.
17598         (tramp-rfn-eshadow-setup-minibuffer)
17599         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17600         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17601         (tramp-do-copy-or-rename-file-directly)
17602         (tramp-do-copy-or-rename-file-out-of-band)
17603         (tramp-handle-shell-command, tramp-get-debug-buffer)
17604         (tramp-send-command-and-read, tramp-equal-remote)
17605         (tramp-get-local-gid): Pacify byte-compiler.
17606         (tramp-handle-file-name-directory): Result shall not be expanded.
17607         (tramp-find-foreign-file-name-handler): Rewrite.
17608         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17610         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17612         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17613         Apply `tramp-completion-mode-p'.
17614         (tramp-fish-handle-set-file-times)
17615         (tramp-fish-handle-executable-find)
17616         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17617         (tramp-fish-retrieve-data): Pacify byte-compiler.
17619         * net/tramp-gw.el (tramp-gw-basic-authentication):
17620         Call `tramp-read-passwd' with first parameter `nil'.
17622 2007-09-28  Glenn Morris  <rgm@gnu.org>
17624         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17625         than mapcar.
17627         * textmodes/tex-mode.el (tex-suscript-height-ratio)
17628         (tex-suscript-height-minimum): New customizable variables.
17629         (tex-suscript-height): New function.
17630         (superscript, subscript): Set height using tex-suscript-height
17631         rather than fixing at 0.8.
17632         (tex-fontify-script, tex-font-script-display): Add :version tag.
17634 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
17636         * progmodes/python.el (python-eldoc-function): Doc fix.
17638 2007-09-27  Glenn Morris  <rgm@gnu.org>
17640         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
17641         image if it is not in image-type-auto-detectable, or is there with
17642         a nil value.
17644 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
17646         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17647         connection more robust.
17649 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17651         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17652         Deal with the case that special &keywords are at the beginning or
17653         end of the argument list.  Also add some (incomplete) support for
17654         non-standard arglists.
17656 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17658         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17659         (eldoc-message-commands, eldoc-current-idle-delay)
17660         (eldoc-function-argstring-format): Fix typos in docstrings.
17662 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
17664         * calc/calc-units.el (calc-convert-units)
17665         (calc-convert-temperature): Remove unnecessary colons.
17667 2007-09-26  Bastien Guerry  <bzg@altern.org>
17669         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17670         New function.
17671         (org-export-latex-remove-from-headlines): Name changed because of typo.
17672         (org-export-latex-quotation-marks-convention): Option removed.
17673         (org-export-latex-make-preamble): Handle the DATE option.
17674         (org-export-latex-cleaned-string): Now the only cleaning function,
17675         synched up with org.el.
17676         (org-export-latex-lists, org-export-latex-parse-list)
17677         (org-export-list-to-latex): New functions.
17679 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
17681         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17682         (org-outline-regexp): New constant.
17683         (org-remember-handler): Throw error when the target file is not in
17684         org-mode.
17685         (org-cleaned-string-for-export): No longer call
17686         `org-export-latex-cleaned-string' with an argument.
17687         (org-get-tags): Returns now a list, not a string.
17688         (org-get-tags-string): New function.
17689         (org-archive-subtree): No need to split return of `org-get-tags'.
17690         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17691         instead of `org-get-tags'.
17692         (org-agenda-format-date): Rename from `org-agenda-date-format'.
17693         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17694         (org-compatible-face): New argument INHERITS.  Inherit from this
17695         face if possible.
17696         (org-level-1, org-level-2, org-level-3, org-level-4)
17697         (org-level-5, org-level-6, org-level-7, org-level-8)
17698         (org-special-keyword, org-drawer, org-column, org-warning)
17699         (org-archived, org-todo, org-done, org-headline-done, org-table)
17700         (org-formula, org-code, org-agenda-structure)
17701         (org-scheduled-today, org-scheduled-previously)
17702         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17703         in the new way.
17704         (org-get-heading): New argument NO-TAGS.
17705         (org-fast-tag-selection-include-todo): Made defvar instead of
17706         defcustom, feature is not deprecated.
17707         (org-remember-store-without-prompt): New default value t.
17708         (org-todo-log-states): New variable.
17709         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17710         Compute the log states.
17711         (org-goto-map): More commands copied from global map.  Also bind
17712         `org-occur'.
17713         (org-goto): Made into a general lookup command.
17714         (org-get-location): Complete rewrite.
17715         (org-goto-exit-command): New variable.
17716         (org-goto-selected-point): New variable.
17717         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17718         Set the new variables.
17719         (org-paste-subtree): Whitespace insertion strategy revised.
17720         (org-remember-apply-template): Protect v-A from the possibility
17721         that v-a might be nil.
17722         (org-remember-handler): Insertion rules revised.
17723         (org-todo): Respect org-todo-log-states.
17724         (org-up-heading-safe): New function.
17725         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17727 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
17729         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17730         region if in transient-mark-mode.
17732 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17734         * calc/calc-ext.el (calc-init-extensions, calc-reset):
17735         * calc/calc-help.el (calc-full-help):
17736         * calc/calc-misc.el (another-calc):
17737         * calc/calc-store.el (calc-var-name-map):
17738         * calc/calc-stuff.el (calc-flush-caches):
17739         * calc/calc-units.el (math-build-units-table):
17740         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17741         (calc-quit):
17742         * calendar/icalendar.el (icalendar--format-ical-event)
17743         (icalendar--convert-ical-to-diary):
17744         * emacs-lisp/authors.el (authors):
17745         * emacs-lisp/cust-print.el (custom-print-install)
17746         (custom-print-uninstall):
17747         * emacs-lisp/disass.el (disassemble-1):
17748         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17749         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17750         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17751         (elint-check-let-form, elint-check-condition-case-form)
17752         (elint-initialize):
17753         * emacs-lisp/elp.el (elp-results):
17754         * emacs-lisp/generic.el (generic-mode-internal):
17755         * emacs-lisp/re-builder.el (reb-delete-overlays):
17756         * emacs-lisp/regi.el (regi-interpret):
17757         * emacs-lisp/sregex.el (sregex--char-aux):
17758         * emulation/cua-rect.el (cua--deactivate-rectangle)
17759         (cua--highlight-rectangle, cua--rectangle-post-command):
17760         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17761         * emulation/viper-macs.el (viper-describe-kbd-macros)
17762         (viper-describe-one-macro):
17763         * emulation/viper-util.el (viper-setup-master-buffer):
17764         * emulation/viper.el (set-viper-state-in-major-mode):
17765         * international/mule-diag.el (describe-current-coding-system):
17766         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17767         * mail/emacsbug.el (report-emacs-bug):
17768         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17769         * obsolete/hilit19.el (hilit-unhighlight-region)
17770         (hilit-set-mode-patterns):
17771         * play/solitaire.el (solitaire-check, solitaire-solve):
17772         * play/zone.el (zone-pgm-rotate):
17773         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17774         * progmodes/ada-prj.el (ada-prj-display-page):
17775         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17776         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17777         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17778         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17779         * progmodes/sh-script.el (sh-make-vars-local)
17780         (sh-reset-indent-vars-to-global-values):
17781         * progmodes/sql.el (top):
17782         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17783         * progmodes/xscheme.el (top):
17784         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17785         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17786         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17787         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17788         (artist-submit-bug-report):
17789         * textmodes/flyspell.el (flyspell-delay-commands)
17790         (flyspell-deplacement-commands):
17791         * textmodes/table.el (table--generate-source-epilogue, table-insert)
17792         (table--generate-source-cells-in-a-row, table--make-cell-map)
17793         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17795 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
17797         * allout.el (produce-allout-mode-map, allout-process-exposed):
17798         * ansi-color.el (ansi-color-make-color-map):
17799         * autoinsert.el (auto-insert):
17800         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17801         * dired-aux.el (dired-create-files):
17802         * dired.el (dired-restore-desktop-buffer):
17803         * ediff-diff.el (ediff-setup-fine-diff-regions):
17804         * ediff-mult.el (ediff-intersect-directories)
17805         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17806         (ediff-redraw-registry-buffer):
17807         * ediff-ptch.el (ediff-fixup-patch-map):
17808         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17809         (ediff-really-quit, ediff-clear-diff-vector):
17810         * emerge.el (emerge-really-quit):
17811         * ffap.el (ffap-replace-file-component):
17812         * filecache.el (file-cache-add-directory)
17813         (file-cache-add-directory-recursively)
17814         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17815         (file-cache-delete-directory, file-cache-files-matching-internal)
17816         (file-cache-display):
17817         * files.el (cd):
17818         * find-lisp.el (find-lisp-insert-directory):
17819         * finder.el (finder-compile-keywords):
17820         * help.el (view-emacs-news):
17821         * hi-lock.el (hi-lock-write-interactive-patterns):
17822         * ido.el (ido-to-end, ido-set-matches-1):
17823         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17824         (image-dired-mark-tagged-files):
17825         * jka-cmpr-hook.el (jka-compr-get-compression-info):
17826         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17827         * ps-print.el (ps-background, ps-begin-file)
17828         (ps-build-reference-face-lists):
17829         * simple.el (clone-buffer):
17830         * startup.el (command-line):
17831         * tempo.el (tempo-insert-template, tempo-is-user-element)
17832         (tempo-forward-mark, tempo-backward-mark):
17833         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17835 2007-09-25  Glenn Morris  <rgm@gnu.org>
17837         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17839         * view.el (view-search-no-match-lines): Add a doc string.
17840         Rewrite to simplify and work better.
17842 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
17844         * progmodes/cc-mode.el (c-mode-base-map):
17845         Use c-indent-line-or-region instead of c-indent-line.
17847         * indent.el (indent-for-tab-command): First check if the region is
17848         active.
17850 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
17852         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17853         whitespace-rescan-timer-time is 0.
17855 2007-09-24  Karl Berry  <karl@gnu.org>
17857         * international/mule.el (coding-system-base): Fix doc string grammar.
17859 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
17861         * net/tramp.el (tramp-completion-mode-p): Rename from
17862         `tramp-completion-mode'.  Revert logic, check `return', `newline'
17863         and such alike.  Packages like Icicles tend to use other completion
17864         characters but `tab' and `space' only.
17866 2007-09-24  Adam Hupp  <adam@hupp.org>
17868         * progmodes/python.el (run-python): Import emacs module without
17869         waiting; prevents lockup on error.
17871 2007-09-23  Richard Stallman  <rms@gnu.org>
17873         * mail/sendmail.el (mail-bury): Delete the frame
17874         if this frame looks like it was made for this message.
17876         * completion.el (completion-separator-self-insert-command)
17877         (completion-separator-self-insert-autofilling):
17878         If `self-insert-command' has been remapped, use the substitute.
17880         * simple.el (copy-region-as-kill): Doc fix.
17882         * textmodes/org.el (org-confirm-shell-link-function)
17883         (org-confirm-elisp-link-function): Doc fixes.
17885 2007-09-23  Glenn Morris  <rgm@gnu.org>
17887         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17889 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
17891         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17893         * term/tvi970.el (terminal-init-tvi970): Likewise.
17895         * term/sun-mouse.el (print-mouse-format): Likewise.
17897         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17898         Use forward-line instead of previous-line and next-line.
17900 2007-09-22  Juri Linkov  <juri@jurta.org>
17902         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17904         * tutorial.el (tutorial--default-keys): Update standard bindings:
17905         rename `iconify-or-deiconify-frame' to `suspend-frame',
17906         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17908 2007-09-22  Juri Linkov  <juri@jurta.org>
17910         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17911         Add help-echo to external links and to links without description.
17912         (fancy-splash-insert): Use help-echo from the 3rd element of the
17913         link specification list, or "Follow this link" if it's nil.  Doc fix.
17915 2007-09-22  Juri Linkov  <juri@jurta.org>
17917         * startup.el (command-line): Rename `inhibit-startup-message' to
17918         `inhibit-startup-screen'.
17919         (fancy-about-text): Use shorter label for "Ordering Manuals".
17920         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
17921         is nil, display a line with "To start..." and 3 links to useful
17922         tasks.  Display the "Dismiss" button and "Don't show this message
17923         again" only when concise is non-nil.
17924         (fancy-startup-screen): Call `fancy-startup-tail' with optional
17925         arg `concise'.  If CONCISE is non-nil, display a concise version
17926         of the splash screen in another window.  Otherwise, switch to the
17927         startup buffer in the same window.
17928         (startup-echo-area-message): Change displayed binding from
17929         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17930         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17931         the GNU system".
17932         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17933         to "*GNU Emacs*".
17934         (display-about-screen): Don't check the existence of the buffer
17935         "*About GNU Emacs*".
17936         (display-splash-screen): Make alias to `display-startup-screen'.
17937         (command-line-1): Rename `inhibit-startup-message' to
17938         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
17939         started with command line options "-f", "-funcall", "-e", "-eval",
17940         "-execute", "-insert", "-find-file", "-file", "-visit".
17941         Inhibit startup screen when Emacs is started with a file name only
17942         on tty (i.e. don't inhibit it when started with a file name like
17943         "emacs FILE..." on a window system).
17944         (command-line-1): Simplify logic of displaying the startup screen:
17945         if file-count > 0, then display the concise version in another
17946         window, otherwise display full version in the same window.
17948         * help.el (help-map): Bind C-h C-a to about-emacs.
17949         (help-for-help-internal): Add C-a description to C-h help text.
17951 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
17953         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17954         (checkdoc-permit-comma-termination-flag): Autoload the
17955         safe-local-variable setting.
17957         * bookmark.el (bookmark-xemacsp): Remove.
17958         (bookmark-make): Don't use bookmark-xemacsp,
17959         use (featurep 'xemacs) instead.
17961         * speedbar.el (speedbar-frame-mode)
17962         (speedbar-frame-reposition-smartly)
17963         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17964         (speedbar-check-vc): Remove use of non-existent variable
17965         dframe-xemacsp, use (featurep 'xemacs) instead.
17967         * indent.el (indent-for-tab-command): Indent the region if
17968         transient-mark-mode and the region is active.
17970 2007-09-21  Francesco Potortì  <pot@gnu.org>
17972         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17973         add inferior-octave-directory-tracker to the buffer-local value
17974         of comint-input-filter-functions.
17976 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17978         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17980 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
17982         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17983         on w32 frames.
17985 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17987         * startup.el (normal-top-level): Remove DISPLAY from
17988         process-environment to let it be computed dynamically in callproc.c.
17990         * frame.el (frame-initialize, make-frame):
17991         * faces.el (tty-set-up-initial-frame-faces):
17992         * env.el (setenv): Don't set display-environment-variable.
17994         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
17995         (server-create-tty-frame): Don't set unused `tty' property.
17996         Set `display' instead of display-environment-variable.
17997         (server-create-window-system-frame): No display-environment-variable.
17999 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
18001         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18002         (rfn-eshadow-update-overlay-hook): New defvars.
18003         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18004         Run the hooks.
18006         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18007         (tramp-rfn-eshadow-setup-minibuffer)
18008         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
18009         rfn-eshadow.el.
18011         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18012         timeout.
18014 2007-09-21  Glenn Morris  <rgm@gnu.org>
18016         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18017         * term/sun-mouse.el (suspend-emacstool): Remove.
18018         * term/sun.el: Remove emacstool-related code.
18020         * emacs-lisp/bytecomp.el (byte-compile-warnings)
18021         (byte-compile-warnings-safe-p): Add `mapcar'.
18022         (byte-compile-warning-types): Add mapcar and make-local.
18023         (byte-compile-normal-call): Add option to suppress mapcar warning.
18024         (top-level): Use mapc rather than mapcar in eval-when-compile.
18026         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18027         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18028         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18029         Handle escaped parens.
18030         (latex-forward-sexp): Doc fix.
18032         * eshell/esh-mode.el (eshell-output-filter-functions):
18033         Add eshell-postoutput-scroll-to-bottom.
18035         * loadup.el: Remove termdev.
18037         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18038         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18040 2007-09-21  Markus Triska  <markus.triska@gmx.at>
18042         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18043         `mapcar' is called for effect.
18045 2007-09-21  Kevin Ryde  <user42@zip.com.au>
18047         * international/mule.el (sgml-html-meta-auto-coding-function):
18048         Bind `case-fold-search' to t.
18050 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18052         * termdev.el: Remove.
18054         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
18055         (frames-on-display-list): Use it.
18057         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18059         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18061 2007-09-20  Richard Stallman  <rms@gnu.org>
18063         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18065 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18067         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18069 2007-09-20  Glenn Morris  <rgm@gnu.org>
18071         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18072         motion functions, rather than hard-coding "\n\n".
18073         (tex-validate-region): Check for eobp, to speed up.
18074         (tex-next-unmatched-end): Doc fix.
18076 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18078         * files.el (auto-mode-alist): Use archive-mode for .rar files.
18080         * international/mule.el (auto-coding-alist): Rar archives are binary.
18082         * arc-mode.el: Add basic support for Rar.
18083         (archive-find-type): Recognize Rar's signature.
18084         (archive-desummarize): New fun.
18085         (archive-summarize): Use it to restore the buffer's data in case
18086         someone wants to switch to some other major mode.
18087         (archive-resummarize): Use it as well.
18088         (archive-rar-summarize, archive-rar-extract): New functions.
18090         * filesets.el: Remove spurious * in docstrings.
18091         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
18092         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18093         (filesets-ingroup-collect): Remove unused arg `depth'.
18094         (filesets-update): Remove unused arg `version'.
18096         * finder.el (finder-compile-keywords): Fix up comment style.
18097         (finder-mouse-face-on-line): previous-line -> forward-line.
18099         * recentf.el: Remove spurious * in docstrings.
18100         (recentf-save-list): Fix up comment style.
18102         * progmodes/octave-mod.el: Remove spurious * in docstrings.
18103         (octave-mode-map): Move init into declaration and remove \t binding.
18104         (octave-mode-startup-message): Remove unused var.
18105         (octave-scan-blocks): Remove unused arg `from'.
18106         (octave-forward-block, octave-down-block, octave-up-block):
18107         Update callers.
18109         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18110         (meta-mode-map): Likewise and remove \t binding.
18112         * net/snmp-mode.el: Remove spurious * in docstrings.
18113         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18114         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18115         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18116         that completion accepts lists of strings.
18117         (snmp-mode-syntax-table): Move initialization into declaration.
18118         (snmp-mode-map): Likewise and remove \t binding.
18119         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18120         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18121         (snmp-indent-command): Remove.
18123         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18124         binding, so tab-always-indent works right.
18126 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
18128         * net/browse-url.el (browse-url-elinks-new-window): New function.
18129         (browse-url-elinks): Use browse-url-elinks-new-window.
18130         Accept optional second argument `new-window'.  Fix typo in doc-string.
18131         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18132         Improve error message.
18134 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
18136         * net/browse-url.el (browse-url-url-encode-chars): Use the right
18137         parameter name in the function body.
18138         Reported by Johannes Weiner.
18140 2007-09-19  Glenn Morris  <rgm@gnu.org>
18142         * net/socks.el (socks-open-network-stream): Signal an explicit
18143         error if the port associated with a service string can't be found.
18145         * textmodes/tex-mode.el (tex-terminate-paragraph):
18146         Use backward-paragraph.
18148 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18150         * server.el (server-running-p): New function.
18152 2007-09-18  Jason Rumney  <jasonr@gnu.org>
18154         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18155         x-focus-frame.
18157         * frame.el (select-frame-set-input-focus, select-frame-by-name):
18158         Use x-focus-frame for w32.
18160 2007-09-17  David Kastrup  <dak@gnu.org>
18162         * textmodes/tex-mode.el (tex-verbatim-environments):
18163         Eliminate CL dependency.
18165 2007-09-17  Richard Stallman  <rms@gnu.org>
18167         * newcomment.el (comment-add): New arg EXTRA.
18168         (comment-region-default): Pass EXTRA if not indenting lines.
18170 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
18172         * net/browse-url.el (browse-url-url-encode-chars): New function.
18173         URL-encode some chars in a string.
18174         (browse-url-encode-url): Rewrite using the previous function.
18175         (browse-url-file-url): Use `browse-url-url-encode-chars'.
18176         (browse-url-elinks-sentinel): Fix typo.
18177         (browse-url-new-window-flag): Doc change.
18179 2007-09-17  Glenn Morris  <rgm@gnu.org>
18181         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18182         filename from `--file-line-error', if it is available.
18184 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18186         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18187         TeX `--file-line-error' format.
18189 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
18191         * xt-mouse.el: Delete add-hook calls that were moved to
18192         xterm-mouse-mode.
18193         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18194         does not work.
18196 2007-09-17  Richard Stallman  <rms@gnu.org>
18198         * cus-face.el (custom-theme-set-faces): Undo previous change.
18200         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18202 2007-09-17  Glenn Morris  <rgm@gnu.org>
18204         * textmodes/tex-mode.el (tex-region): Simplify previous change,
18205         handling the case where the region is not in `tex-main-file'.
18206         (tex-region-1): Delete.
18207         (tex-region-header): New function, doing the header part of the
18208         old tex-region-1.
18210 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18212         * simple.el (newline): Simplify use of prefix-numeric-value.
18213         (line-move-partial): Remove unused var `ppos'.
18214         (line-move-1): Replace 9999 with most-positive-fixnum.
18215         (move-end-of-line): Use more efficient single-property search.
18216         (move-beginning-of-line): Remove unused var `start'.
18217         (blink-matching-open): Restructure in a more functional style.
18219 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
18221         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18223 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18225         * server.el (server-clients): Only keep procs, no properties any more.
18226         (server-client): Remove.
18227         (server-client-get, server-client-set): Remove, replace all callers by
18228         process-get and process-put resp.
18229         (server-clients-with, server-add-client, server-delete-client)
18230         (server-create-tty-frame, server-create-window-system-frame)
18231         (server-process-filter, server-execute, server-visit-files)
18232         (server-buffer-done, server-kill-buffer-query-function)
18233         (server-kill-emacs-query-function, server-switch-buffer)
18234         (server-save-buffers-kill-terminal): Update accordingly.
18236         * server.el (server-with-environment): Simplify.
18237         (server-select-display, server-unselect-display): Re-add functions that
18238         seem to have been lost in the multi-tty merge.
18239         (server-eval-and-print, server-create-tty-frame)
18240         (server-create-window-system-frame, server-goto-toplevel)
18241         (server-execute, server-return-error): New functions extracted from
18242         server-process-filter.
18243         (server-execute-continuation): New functions.
18244         (server-process-filter): Restructure so that all arguments are analysed
18245         first and then acted upon in a subsequent stage.  This way
18246         server-goto-toplevel can be executed later, when we know if
18247         it's necessary.
18248         Remove the "-version" and "-version-good" support.
18250 2007-09-16  Drew Adams  <drew.adams@oracle.com>
18252         * cus-edit.el (custom-face-edit-activate): Doc fix.
18254 2007-09-16  Glenn Morris  <rgm@gnu.org>
18256         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18257         Following cal-bahai renaming, update all instances of
18258         list-bahai-diary-entries to diary-bahai-list-entries,
18259         mark-bahai-diary-entries to diary-bahai-mark-entries,
18260         calendar-goto-bahai-date to calendar-bahai-goto-date,
18261         insert-bahai-diary-entry to diary-bahai-insert-entry,
18262         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18263         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18264         calendar-print-bahai-date to calendar-bahai-print-date.
18266         * textmodes/tex-mode.el (tex-region): Handle the case where the
18267         region is not in `tex-main-file'.  Move the old code that applies
18268         to both cases...
18269         (tex-region-1): ...to this new function.
18271 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18273         * vc.el (vc-process-sentinel): New function.
18274         (vc-exec-after): Use it instead of using ugly hackish analysis and
18275         construction of Elisp code.
18276         (vc-sentinel-movepoint): New dynamically scoped var.
18277         (vc-print-log, vc-annotate): Set it to move the user's point.
18279         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18280         inhibit-modification-hooks.
18282         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18283         (calendar-bahai-print-date, calendar-bahai-goto-date)
18284         (diary-bahai-list-entries, diary-bahai-insert-entry):
18285         New names to clean up the namespace a bit more.
18286         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18288 2007-09-15  Glenn Morris  <rgm@gnu.org>
18290         * calendar/holidays.el (holiday-list): Rename it back to
18291         `list-holidays', but leave `holiday-list' as an alias.
18293         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18294         custom group.
18296         * textmodes/css-mode.el (css): New custom group.
18297         (css-electrick-keys, css-selector, css-property)
18298         (css-indent-offset): Specify custom group.
18300 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18302         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18303         (cvs-execute-single-file): Use process-file.
18304         (cvs-run-process): Use start-file-process.
18306 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18308         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18309         level.  Remove the hooks when turning off the mode.
18311         * term/xterm.el: Require xt-mouse at compile time.
18312         (terminal-init-xterm): Turn on xterm mouse tracking for this
18313         terminal if xterm-mouse-mode is enabled.
18315 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18317         * term/xterm.el (xterm-function-map): Replace bindings that were
18318         deleted by the merge.
18320 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
18322         * play/bubbles.el (bubbles-version): Bump value to "0.5".
18323         (bubbles-mode-map): Move define-key statements here.
18324         (bubbles-game-theme-menu): Ditto.
18325         (bubbles-graphics-theme-menu): Ditto.
18326         (bubbles-menu): Ditto.
18327         (bubbles-mode): Initialize buffer-undo-list, redisplay.
18328         (bubbles--initialize): Reset buffer-undo-list, redisplay.
18329         (bubbles-plop): Set buffer-undo-list, redisplay.
18330         (bubbles-undo): Reset buffer-undo-list, redisplay.
18331         (bubbles--show-images): Take care of missing text properties.
18333 2007-09-14  Glenn Morris  <rgm@gnu.org>
18335         * startup.el (fancy-startup-text, fancy-about-text): Fix face
18336         quoting.
18338         * calendar/cal-hebrew.el, calendar/cal-menu.el
18339         * calendar/calendar.el, calendar/diary-lib.el
18340         * calendar/holidays.el: Rename all instances of
18341         list-calendar-holidays callers to calendar-list-holidays,
18342         list-holidays to holiday-list, check-calendar-holidays to
18343         calendar-check-holidays, mark-calendar-holidays to
18344         calendar-mark-holidays, and filter-visible-calendar-holidays to
18345         holiday-filter-visible-calendar.
18347 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18349         * term/xterm.el (xterm-function-map): Add C-M- bindings.
18351 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
18353         * play/bubbles.el (bubbles--initialize-images): Fix bug:
18354         Use transparent background for empty cells in graphics mode.
18356 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
18358         * man.el (Man-default-man-entry): At end of line, continue looking
18359         to the next line for possible end of hyphenated command.
18361 2007-09-13  Chris Moore  <dooglus@gmail.com>
18363         * shell.el (shell-resync-dirs): Don't move the cursor relative to
18364         the command being edited.
18366 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
18368         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18370 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
18372         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18373         C-M-S- keys.
18375         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18377 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
18379         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18380         New argument `filename-p' to use one set of confusing chars or another.
18381         (browse-url-file-url): Use the argument.
18382         Suggested by Johannes Weiner.
18384 2007-09-12  Romain Francoise  <romain@orebokech.com>
18386         * cus-start.el (all): Revert 2007-09-08 change.
18388 2007-09-12  Aaron Hawley  <aaronh@garden.org>
18390         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18391         extract .Z files, since it is more common than uncompress.
18393 2007-09-12  Glenn Morris  <rgm@gnu.org>
18395         * textmodes/org-publish.el (org-publish-org-to-html): Remove
18396         duplicate function definition.
18398 2007-09-10  Chris Moore  <dooglus@gmail.com>
18400         * diff-mode.el (diff-sanity-check-hunk):
18401         Also accept single-line hunks.
18403 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
18405         * startup.el (startup-screen-inhibit-startup-screen)
18406         (pure-space-overflow-message): New vars.
18407         (fancy-splash-insert): Allow functions for face and link specs.
18408         (fancy-splash-head): Remove unused arg.  Move splash text...
18409         (fancy-startup-text, fancy-about-text): ...here.
18410         (fancy-startup-tail): Rename from fancy-splash-tail.
18411         (fancy-startup-screen, fancy-about-screen): Split off from
18412         fancy-splash-screens.
18413         (display-startup-screen): New function.
18414         (display-about-screen): Rename from display-splash-screen.
18415         (command-line-1): Use concise startup screen if necessary.
18417 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
18419         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18420         Reported by Jan Djärv <jan.h.d@swipnet.se>.
18422 2007-09-10  Dave Love  <fx@gnu.org>
18424         * outline.el (outline-4, outline-5, outline-7):
18425         Move font-lock-builtin-face down from 4 to 7 to better keep the
18426         progression of color brightness, and to better match Org-mode's faces.
18428 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
18430         * progmodes/meta-mode.el (meta-font-lock-keywords)
18431         (font-lock-match-meta-declaration-item-and-skip-to-next)
18432         (meta-comment-indent, meta-indent-previous-line)
18433         (meta-indent-unfinished-line, meta-beginning-of-defun)
18434         (meta-end-of-defun, meta-common-initialization): Handle \f.
18435         (meta-indent-unfinished-line): Do not handle a `%' in a string as
18436         a comment-start.
18438         * files.el (file-modes-char-to-who, file-modes-char-to-right)
18439         (file-modes-rights-to-number): Auxiliary functions for symbolic to
18440         numeric notation of file modes.
18441         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
18442         numeric value.
18443         (read-file-modes): New.  Read either an octal value of a file mode or a
18444         symbolic value, and return its numeric value.
18446         * dired-aux.el (dired-do-chmod): Change to use the built-in
18447         `set-file-modes' and the previous symbolic mode parsing functions.
18449 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18451         * textmodes/texinfo.el: Remove spurious * in docstrings.
18452         (texinfo-mode-syntax-table, texinfo-mode-map):
18453         Initialize in the declaration.
18455         * tmm.el: Remove spurious * in docstrings.
18456         (tmm-prompt): Use with-current-buffer.
18458         * vcursor.el: Remove spurious * in docstrings.
18459         (vcursor-map): Initialize in the declaration.
18460         (vcursor-use-vcursor-map): Use define-minor-mode.
18461         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18463         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18464         Initialize in the declaration.
18465         (widget-minor-mode): Use define-minor-mode.
18467         * woman.el (woman-mode-map, woman-syntax-table):
18468         Initialize in the declaration.
18470 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
18472         * doc-view.el: New file.
18474 2007-09-09  Juri Linkov  <juri@jurta.org>
18476         * Makefile.in (update-authors): Add etc/ to AUTHORS.
18478         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18480         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18481         to "Startup screen".  Fix docstring.
18482         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18483         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18484         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18485         (initial-scratch-message): Fix docstring.
18486         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18487         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18488         Add link to "Customize Startup" and set interval between links to
18489         5 spaces.
18490         (fancy-about-text): Add links "Authors" and "Contributing".
18491         (fancy-splash-head): Add text "Welcome to " on the startup screen,
18492         and "This is " on the about screen.  Add link to
18493         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18494         For the about screen move emacs version to the header from
18495         `fancy-splash-tail' (as it's done already for normal about screen).
18496         (fancy-splash-tail): Insert emacs version only for startup screen.
18497         (normal-splash-screen): Remove duplicate empty lines.
18498         (normal-about-screen): Add links "Authors" and "Contributing".
18500         * menu-bar.el (menu-bar-help-menu):
18501         Move "About Emacs" and "About GNU" to the end of the Help menu.
18502         Move "Emacs Psychotherapist" after "Send Bug Report...".
18503         Move "External Packages" after "Find Emacs Packages".
18505 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
18507         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18508         they are useless with the byte compiler.
18509         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18510         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18511         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18512         (tramp-file-name-real-host, tramp-file-name-port)
18513         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18514         defuns.
18516         * net/tramp-cache.el (top): Improve error message when
18517         `tramp-persistency-file-name' is corrupted.
18519 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
18521         * textmodes/org.el (org-re): Also replace the :alpha: class.
18522         (org-todo-tag-alist): Variable removed.
18523         (org-todo-key-alist, org-todo-key-trigger): New variables.
18524         (org-use-fast-todo-selection): New option.
18525         (org-log-done): Docstring fixed.
18526         (org-deadline-warning-days): New default value 14.
18527         (org-edit-timestamp-down-means-later): New option.
18528         (org-tag-alist): Docstring fixed.
18529         (org-fast-tag-selection-include-todo): New option.
18530         (org-export-language-setup): New languages added.
18531         (org-set-regexps-and-options): Compute the new variables.
18532         (org-paste-subtree): Cleaning up.
18533         (org-remember-apply-template): New escape %A.
18534         (org-todo): Call fast TODO selection.
18535         (org-fast-todo-selection): New function.
18536         (org-add-log-note): Allow prefix for abort exit.
18537         (org-at-property-p, org-entry-properties)
18538         (org-columns-get-autowidth-alist): Use :alpha: class.
18539         (org-get-wdays): New function.
18540         (org-agenda-remove-date): New variable.
18541         (org-agenda-get-deadlines): Use `org-get-wdays'.
18542         (org-agenda-get-deadlines): Reverse ee before returning.
18543         (org-format-agenda-item): New argument REMOVE-RE.
18544         (org-agenda-convert-date): Baha'i calendar added.
18545         (org-infile-export-plist): Also find DATE line.
18546         (org-get-min-level): New function.
18547         (org-export-as-html, org-export-as-ascii): Use the date format.
18548         (org-shiftup, org-shiftdown): Use.
18549         `org-edit-timestamp-down-means-later'.
18550         (org-assign-fast-keys): New function.
18552 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
18554         * cus-start.el (all): Add prefer-window-split-horizontally from
18555         window.c.
18557 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
18559         * net/browse-url.el (browse-url-galeon): Fix last change.
18560         (top-level): Require cl when compiling.
18562 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
18564         * textmodes/org-export-latex.el: arch-tag restored.
18566         * textmodes/org-publish.el: arch-tag restored.
18568 2007-09-08  Masatake YAMATO  <jet@gyve.org>
18570         * progmodes/which-func.el (which-func-modes): Add diff-mode.
18572         * progmodes/cc-langs.el: Support new keywords added to
18573         objective-c frontend of gcc.
18574         (c-simple-stmt-kwds): Add @throw.
18575         (c-block-stmt-2-kwds): Add @synchronized.
18576         (c-block-stmt-1-kwds): Add @finally and @try.
18578 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
18580         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18581         (org-agenda-after-show-hook): New variable.
18582         (org-columns-compile-format)
18583         (org-columns-get-autowidth-alist, org-buffer-property-keys)
18584         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18585         property names.
18586         (org-get-wdays): New function.
18588 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18590         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18592         * term/xterm.el (xterm-function-map): Initialize in the declaration.
18594         * vc-arch.el (vc-arch-checkin): Fix typo.
18596 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
18598         * cus-face.el (custom-theme-set-faces): Set face attributes
18599         locally for each frame.
18601 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18603         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18604         via font-lock-defaults.
18606         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18607         derived-mode-p.
18609 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
18611         * progmodes/autoconf.el (autoconf-definition-regexp):
18612         Handle optional square brackets around definition name.
18614 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
18616         * net/browse-url.el (browse-url-browser-function): Add elinks.
18617         (browse-url-elinks-wrapper): New option.
18618         (browse-url-encode-url, browse-url-elinks)
18619         (browse-url-elinks-sentinel): New functions.
18620         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18621         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18622         Use new function browse-url-encode-url.
18624 2007-09-07  Glenn Morris  <rgm@gnu.org>
18626         * version.el (emacs-version): Revert 2007-08-29 change: no need to
18627         say if multi-tty is present.
18629 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18631         * cus-start.el (split-window-preferred-function): Add custom info.
18633         * calendar/holidays.el (holiday-list, calendar-check-holidays)
18634         (calendar-mark-holidays, calendar-list-holidays)
18635         (holiday-filter-visible-calendar): New names to clean up namespace.
18636         (filter-visible-calendar-holidays, list-calendar-holidays)
18637         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18638         Add compatibility aliases.
18639         (calendar-check-holidays, calendar-mark-holidays)
18640         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18641         (holiday-sexp): Replace append with list.
18642         (holiday-filter-visible-calendar): Replace append with push.
18644         * woman.el: Remove spurious * in docstrings.
18645         (woman-mini-help, woman-non-underline-faces, woman0-rename)
18646         (woman-topic-all-completions-merge, woman-file-name-all-completions)
18647         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18648         (woman-write-directory-cache, woman-display-extended-fonts)
18649         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18650         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18651         (woman-mode): Use inhibit-read-only.
18652         (woman-negative-vertical-space): Use dotimes.
18653         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18655 2007-09-06  Romain Francoise  <romain@orebokech.com>
18657         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18658         (vc-bzr-workfile-version): Use it.
18660 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18662         * complete.el (PC-do-completion): Don't try to treat
18663         empty string as an abbreviation.
18665 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
18667         * help-fns.el (describe-variable): Keep doc's text properties.
18669 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
18671         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18672         instead of a file.
18674 2007-09-06  Glenn Morris  <rgm@gnu.org>
18676         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18677         (checkdoc-minor-mode): Allow user to specify lighter via
18678         checkdoc-minor-mode-string.
18680 2007-09-05  Richard Stallman  <rms@gnu.org>
18682         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18683         Several items removed, simplified, or put on one line.
18684         (fancy-about-text): Add substantial contents, part of startup text.
18685         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18686         (normal-splash-screen): Call normal-mouse-startup-screen,
18687         normal-no-mouse-startup-screen, or normal-about-screen.
18688         (normal-mouse-startup-screen): New fn, broken out, shortened.
18689         (normal-no-mouse-startup-screen): New fn, broken out.
18690         (normal-about-screen): New function, contents all new.
18692 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
18694         * emacs-lisp/rx.el (rx): Fix typo in docstring.
18696 2007-09-05  Glenn Morris  <rgm@gnu.org>
18698         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18699         is bound.
18701 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
18703         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18704         in doc string.
18706 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18708         * server.el (server-start, server-unload-hook): Undo previous change.
18710         * xt-mouse.el: Undo previous change.
18712 2007-09-04  Juri Linkov  <juri@jurta.org>
18714         * startup.el (fancy-about-text): New variable.
18715         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18716         (fancy-current-text, fancy-splash-stop-time)
18717         (fancy-splash-outer-buffer): Remove variables.
18718         (fancy-splash-head, fancy-splash-tail): Add new optional argument
18719         `startup' and use it to conditionally display different texts for
18720         Startup and About screens.  Don't display Help commands on the About
18721         screen.
18722         (fancy-splash-screens-1): Remove function and move its content to
18723         `fancy-splash-screens' to the part that dislpays the About screen.
18724         (exit-splash-screen): Don't treat specially exiting from
18725         alternating screens.
18726         (fancy-splash-screens): Rename argument `static' to `startup'.
18727         Fix docstring.  Remove code for displaying alternating screens.
18728         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18729         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18730         for `inhibit-read-only'.
18731         (normal-splash-screen): Rename argument `static' to `startup'.
18732         Fix docstring.  Use argument `startup' to conditionally display
18733         different texts for Startup and About screens.  Don't display Help
18734         commands on the About screen.  Remove `unwind-protect' `sit-for'
18735         delay and `kill-buffer' after it.
18736         (display-startup-echo-area-message): Remove call to
18737         `use-fancy-splash-screens-p' because image.el is preloaded and
18738         doesn't display "Loading image... done".
18739         (display-splash-screen): Rename argument `static' to `startup'.
18740         Fix docstring.
18742 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18744         * server.el (server-start, server-unload-hook):
18745         suspend-tty-functions has been renamed to suspend-tty-hook.
18747         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
18748         resume-tty-hook.
18750 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
18752         * loadup.el: Fix merge problem, only load "button" once.
18754 2007-09-03  Glenn Morris  <rgm@gnu.org>
18756         * vc-svn.el (vc-svn-print-log): If there is only one file, use
18757         "Working file:" as the prefix, for the sake of
18758         log-view-current-file.
18760 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
18762         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18763         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18764         if the selected frames is in
18765         xterm-modify-other-keys-terminal-list.
18766         (xterm-turn-off-modify-other-keys): Add an optional frame
18767         parameter.  Only turn off modify-other-keys if FRAME is in
18768         xterm-modify-other-keys-terminal-list.
18769         (xterm-remove-modify-other-keys): New function.
18770         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
18771         Add the selected frame to xterm-modify-other-keys-terminal-list.
18773 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
18775         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18776         (icon-map-list): New variable.
18777         (x-gtk-map-stock): Use icon-map-list.
18779 2007-09-02  Romain Francoise  <romain@orebokech.com>
18781         * log-view.el (log-view-current-file): Balance parens.
18783 2007-09-02  Glenn Morris  <rgm@gnu.org>
18785         * comint.el (comint-mode): Don't set scroll-conservatively.
18787         * eshell/em-unix.el (eshell/time): Stringify and flatten the
18788         non-command arguments.
18790         * log-view.el (log-view-current-file): Give a more explicit error
18791         if log-view-file-re fails to find a match.
18793 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
18795         * emacs-lisp/bytecomp.el (byte-recompile-directory):
18796         Fix bug: Don't expand top-level file name more than once.
18797         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18799 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18801         * server.el (server-process-filter): Don't display the splash screen.
18802         It's annoying enough on the initial screen and becomes positively
18803         obnoxious here.
18805 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18807         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18808         Change naming to use "avl-tree--" for internal functions.
18810 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
18812         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18813         the merge.
18814         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18815         (provide): Move to the end of file.
18817         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18819 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
18821         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18822         New variable.  List of exceptions for the duplicated word rule.
18823         (flyspell-mark-duplications-flag): Mention it.
18824         (flyspell-word): Treat it.
18826         * files.el (create-file-buffer): If the filename sans directory starts
18827         with spaces, remove them.
18829 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
18831         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18832         (x-gtk-map-stock): Use two directory elements when matching
18833         file name.
18835 2007-08-31  James Wright  <james@chumsley.org>
18837         * eshell/em-unix.el (eshell/info): New function.
18839 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18841         * frame.el (frame-initialize, make-frame):
18842         * server.el (server-process-filter):
18843         * faces.el (tty-set-up-initial-frame-faces): Don't set
18844         term-environment-variable since it's not used any more.
18846         * env.el (setenv): Don't treat $TERM specially.
18848         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18849         stated otherwise, subprocesses do not send back escape sequences
18850         corresponding to the terminal from which Emacs was started.
18852 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
18854         * calculator.el: Require cl for compilation.
18856 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
18858         * outline.el (outline-font-lock-levels): Comment out unused var.
18859         (outline-font-lock-face): Wrap around face list to handle any
18860         nesting depth gracefully.
18862 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
18864         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18865         `set-file-times'.
18867 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
18869         * textmodes/org.el (org-export-visible): Fix drawers before export.
18870         (org-do-sort): Allow sorting by priority.
18871         (org-agenda-files): Ignore non-existing files.
18872         (org-agenda-skip-unavailable-files): New variable.
18873         (org-ellipsis): All a face as value.
18874         (org-mode): Interprete the face value of `org-ellipsis'.
18875         (org-archive-save-context-info): New option.
18876         (org-archive-subtree): Store context info in archived entry.
18877         (org-fast-tag-selection-can-set-todo-state): New variable.
18878         (org-fast-tag-selection): Allow setting TODO states through this
18879         interface.
18880         (org-cycle): Docstring updated.
18881         (org-todo-keyword-faces): New option.
18882         (org-get-todo-face): New function.
18883         (org-set-font-lock-defaults, org-agenda-highlight-todo):
18884         Use `org-get-todo-face'.
18885         (org-switch-to-buffer-other-window): New function.
18886         (org-table-edit-field, org-table-show-reference)
18887         (org-table-edit-formulas, org-add-log-note)
18888         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18889         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18890         `switch-to-buffer-other-window' to make sure that the temporary
18891         windows show up on the current frame.
18892         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18893         (org-get-entries-from-diary, org-replace-region-by-html):
18894         Don't allow pop-up frames.
18895         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18896         Fix problems with time-of-day.
18897         (org-export-get-title-from-subtree): New function.
18898         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18899         with listing items that are DONE.
18900         (org-change-tag-in-region): New command.
18901         (org-agenda-skip-scheduled-if-done)
18902         (org-agenda-skip-deadline-if-done): Docstring clarified.
18903         (org-mode): Hide drawers on startup.
18904         (org-get-todo-face): New function.
18905         (org-todo-keyword-faces): New option.
18906         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18907         (org-remove-keyword-keys): New function.
18909 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
18911         * progmodes/grep.el (grep-find-ignored-directories):
18912         Add monotone _MTN bookkeeping directory in workspaces.
18913         Add RCS control directory.  List items in alphabetical order.
18915         * progmodes/grep.el (grep-files-aliases): Add cc alias.
18916         Sort items in alphabetical order.  Fix parens.
18918 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18920         * vc-hg.el (vc-hg-extra-menu-map): New variable.
18921         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18922         (vc-hg-pull): New functions.
18923         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18925         * term/mac-win.el: Don't require url, only autoloaded url
18926         functions are used in this file.
18928 2007-08-29  Andreas Schwab  <schwab@suse.de>
18930         * shell.el (shell): Return correct value from interactive spec.
18932 2007-08-29  Glenn Morris  <rgm@gnu.org>
18934         * version.el (emacs-version): Increase to 23.0.50.
18936 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
18938         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18940 2007-08-29  Juri Linkov  <juri@jurta.org>
18942         * loadup.el: Add "button" loading after "faces" and move "startup"
18943         to load after "button".
18945 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18947         * loadup.el: Load term/mac-win on a Mac using Carbon.
18949         * term/mac-win.el: Provide mac-win.
18950         (mac-initialized): New variable.
18951         (mac-initialize-window-system): New function.  Move global setup here.
18952         (handle-args-function-alist, frame-creation-function-alist):
18953         (window-system-initialization-alist): Add mac entries.
18954         (x-setup-function-keys): New function containing all the
18955         top level function key definitions.
18957         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18959         * env.el (read-envvar-name): Don't consider the environment frame param.
18961         * env.el (setenv):
18962         * frame.el (frame-initialize, make-frame):
18963         * faces.el (tty-set-up-initial-frame-faces):
18964         * server.el (server-process-filter): Set
18965         display-environment-variable and term-environment-variable.
18967         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18969 2007-08-29  Jason Rumney  <jasonr@gnu.org>
18971         * loadup.el: Only load term/x-win when X is compiled in.
18972         Load term/w32-win and dependencies on windows-nt.
18974         * term/w32-win.el: Reorder to match x-win.el more closely.
18975         Provide w32-win.  Don't throw error when global window-system not w32.
18976         (internal-face-interactive): Remove obsolete function.
18977         (x-setup-function-keys): Use local-function-key-map.
18978         (w32-initialized): New variable.
18979         (w32-initialize-window-system): Set it.
18980         Move more global setup here.
18981         (x-setup-function-keys): New function.
18982         (w32-initialize-window-system): Move non function key global setup here.
18983         (x-cut-buffer-max): Remove.
18984         (w32-initialize-window-system): New function.
18985         (handle-args-function-alist, frame-creation-function-alist):
18986         (window-system-initialization-alist): Add w32 entries.
18988 2007-08-29  David Kastrup  <dak@gnu.org>
18990         * env.el (getenv): Pass frame to getenv-internal.
18992 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
18994         * version.el (emacs-version): Show if multi-tty is present.
18996         * loadup.el: Delay loading env; mule-conf gets confused by cl
18997         during bootstrap.  Also load termdev and term/x-win.
18999         * bindings.el (mode-line-client): New variable.
19000         (help-echo): Add it to the default mode-line format.
19002         * cus-start.el: Remove bogus window-system reference from GTK test.
19004         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19005         (ebrowse-electric-position-mode-map):
19006         * ebuff-menu.el (electric-buffer-menu-mode-map):
19007         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19008         not `suspend-emacs'.
19010         * ediff-wind.el (ediff-setup-windows-automatic): New function.
19011         (ediff-window-setup-function): Use it as default.
19013         * files.el (save-buffers-kill-terminal): New function.
19014         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19016         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19017         and `with-selected-frame'.
19019         * help-fns.el (describe-variable): Describe frame-local variables
19020         correctly.
19022         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19023         display support.
19024         (normal-erase-is-backspace-setup-frame): New function.
19026         * subr.el (with-selected-frame): New function.
19027         (read-quoted-char): Use terminal-local binding of
19028         local-function-key-map instead of function-key-map.
19030         * talk.el (talk): New function.
19031         (talk-handle-delete-frame): New function.
19032         (talk-add-display): Open a new frame only if FRAME was not a frame.
19034         * termdev.el: New file.
19036         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
19037         * term/x-win.el: Don't bind f10.
19038         * tmm.el: Remove autoload binding for f10.
19040         * international/encoded-kb.el (encoded-kbd-setup-display): Use
19041         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
19042         Store the saved input method as a terminal parameter.  Add keymap
19043         parameter.  Use it instead of changing key-translation-map directly.
19044         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19045         Remove.
19046         (encoded-kbd-setup-display): New function.
19048         * international/mule-cmds.el (set-locale-environment): Fix getenv
19049         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
19050         set the keyboard coding system.  Add DISPLAY parameter.
19051         (set-display-table-and-terminal-coding-system): Add DISPLAY
19052         parameter.  Pass it to set-terminal-coding-system.
19054         * international/mule.el (keyboard-coding-system): Test for
19055         encoded-kbd-setup-display, not encoded-kbd-mode.
19056         (set-terminal-coding-system, set-keyboard-coding-system): Add
19057         DISPLAY parameter.
19058         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19060         * term/README: Update.
19062         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19064         * term/x-win.el (x-setup-function-keys): New function.  Move
19065         function-key-map tweaks here.  Protect against multiple calls on
19066         the same terminal.  Use terminal-local binding of
19067         local-function-key-map instead of function-key-map.
19068         (x-initialize-window-system): Make a copy of pure list.  Pass a
19069         frame getenv.
19071         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19072         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19073         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19074         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19075         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19076         local-function-key-map instead of function-key-map.
19078         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19079         `substitute-key-definition' and `define-key' calls against
19080         multiple execution.  Use terminal-local binding of
19081         local-function-key-map instead of function-key-map.  Pass a frame
19082         to getenv.
19084         * edmacro.el (edmacro-format-keys):
19085         * emulation/cua-base.el (cua--pre-command-handler):
19086         * isearch.el (isearch-other-meta-char):
19087         * xt-mouse.el: Use terminal-local binding of
19088         local-function-key-map instead of function-key-map.
19090         * fringe.el (set-fringe-mode): Simplify and fix using
19091         `modify-all-frames-parameters'.
19092         * scroll-bar.el (set-scroll-bar-mode): Ditto.
19093         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
19094         check before calling `tool-bar-setup'.
19095         (tool-bar-setup): New variable.
19096         (tool-bar-setup): Use it to guard against multiple calls.  Add
19097         optional frame parameter, and select that frame before adding items.
19098         (toggle-tool-bar-mode-from-frame): New function.
19100         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19101         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19102         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19103         "Tool-bar" toggles to reflect the state of the current frame.
19104         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19106         * env.el: Require cl for byte compilation (for `block' and `return').
19107         (environment, setenv-internal): New functions.
19108         (let-environment): New macro.
19109         (setenv, getenv): Add optional terminal parameter.  Update docs.
19110         (setenv): Use setenv-internal.  Always set process-environment.
19111         Handle `local-environment-variables'.
19112         (read-envvar-name, setenv, getenv): Use frame parameters
19113         to store the local environment, not terminal parameters.  Include
19114         `process-environment' as well.
19116         * faces.el (tty-run-terminal-initialization): New function.
19117         (tty-create-frame-with-faces): Use it.  Set up faces and
19118         background mode only after the terminal has been initialized.
19119         Call terminal-init-*.  Don't load the initialization file more
19120         than once.  Call set-locale-environment.
19121         (frame-set-background-mode): Handle the 'background-mode terminal
19122         parameter.
19123         (tty-find-type): New function.
19124         (x-create-frame-with-faces): Remove bogus check for
19125         first frame.  Call `tool-bar-setup'.  Don't make frame visible
19126         until we are done setting up all its parameters.  Call
19127         x-setup-function-keys.
19129         * frame.el (make-frame): Always inherit 'environment and 'client
19130         parameters.  Set up the 'environment frame parameter, when needed.
19131         Also inherit 'client parameter.  Don't override explicitly
19132         specified values with inherited ones.  Add 'terminal frame
19133         parameter.  Append window-system-default-frame-alist to parameters
19134         before calling frame-creation-function.
19135         (frame-initialize): Copy the environment from the initial frame.
19136         (window-system-default-frame-alist): Enhance doc string.
19137         (frame-notice-user-settings): Don't put 'tool-bar-lines in
19138         `default-frame-alist' when initial frame is on a tty.
19139         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19140         Remove specified parameters from `window-system-default-frame-alist'.
19141         (make-frame-on-tty, framep-on-display, suspend-frame):
19142         Extend doc string, update parameter names.
19143         (frames-on-display-list): Use terminal-id to get the display id.
19144         (frame-notice-user-settings): Extend to apply
19145         settings in `window-system-default-frame-alist' as well.
19146         (terminal-id, terminal-parameters, terminal-parameter)
19147         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19148         (delete-frame-functions): Add to `delete-frame-functions' hook.
19149         (blink-cursor-mode): Adapt blink-cursor-mode default
19150         value from startup.el.
19151         (make-frame-on-display): Protect condition on x-initialized when
19152         x-win.el is not loaded.  Update doc.
19153         (suspend-frame): Use display-controlling-tty-p to decide between
19154         suspend-emacs and suspend-tty.
19155         (frames-on-display-list): Update for display ids.
19156         (framep-on-display): Ditto.
19157         (suspend-frame): Use display-name, not frame-tty-name.
19158         (selected-terminal): New function.
19160         * server.el: Use `device' instead of `display' or `display-id' in
19161         variable and client parameter names.
19162         (server-select-display): Remove (unused).
19163         (server-tty-live-p, server-handle-delete-tty): Remove.
19164         (server-unquote-arg, server-quote-arg, server-buffer-clients):
19165         Update docs.
19166         (server-getenv-from, server-with-environment, server-send-string)
19167         (server-save-buffers-kill-terminal): New functions.
19168         (server-delete-client): Handle quits in kill-buffer.  Don't kill
19169         modified buffers.  Add extra logging.  Delete frames after
19170         deleting the tty.  Clear 'client parameter before deleting a frame.
19171         Use delete-display, not delete-tty.
19172         (server-visit-files): Don't set `server-existing-buffer' if the
19173         buffer already has other clients.  Return list of buffers
19174         created.  Update doc.  Don't set client-record when nowait.
19175         (server-handle-delete-frame): Delete the client if this was its
19176         last frame.  Check that the frame is alive.  Remove bogus comment.
19177         Add note on possible race condition.  Delete tty clients, if needed.
19178         (server-handle-suspend-tty): Use server-send-string.  Kill the
19179         client in case of errors from process-send-string.  Use the display
19180         parameter.
19181         (server-unload-hook): Remove obsolete delete-tty hook.
19182         (server-start): Ask before restarting if the old server still has
19183         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
19184         (server-process-filter): Use server-send-string.  Accept `-dir'
19185         command.  Switch to *scratch* immediately after creating the frame,
19186         before evaluating any -evals.  Protect `display-splash-screen'
19187         call in a condition-case.  Explain why.  Call
19188         `display-startup-echo-area-message' before
19189         `display-splash-screen'.  Don't display the splash screen when no
19190         frame was created.  Show the Emacs splash screen and startup echo
19191         area message.  Display the *scratch* buffer by default.  Store the
19192         local environment in a frame (not terminal) parameter.  Do not try
19193         to decode environment strings.  Fix reference to the 'display
19194         frame parameter.  Change syntax of environment variables.  Put
19195         environment into terminal parameters, not client parameters.  Use
19196         a dummy client with --no-wait's X frames.  In `-position LINE'
19197         handler, don't ruin the request string until the line number is
19198         extracted.  Log opened files.  Handle -current-frame command.
19199         Don't create frames when it is given.  Don't bind X frames to the
19200         client when we are in -no-wait mode.  Set locale environment
19201         variables from client while creating tty frames.  Disable call to
19202         configure-display-for-locale.  When processing -position command,
19203         don't change the request string until the parameters are
19204         extracted.  Don't try to create an X frame when Emacs does not
19205         support it.  Improve logging.  Temporarily set ncurses-related
19206         environment variables to those of the client while creating a new
19207         tty frame.  Select buffers opened by nowait clients, don't leave
19208         them buried under others.  Set the display parameter, and use it
19209         when appropriate.
19211         * startup.el (display-startup-echo-area-message): Handle
19212         `inhibit-startup-echo-area-message' here.
19213         (command-line-1): Moved from here.
19214         (fancy-splash-screens): Use `overriding-local-map' instead of
19215         `overriding-terminal-local-map' for now; the latter doesn't work
19216         right, it looses keypresses to another terminal.  Use
19217         `overriding-terminal-local-map' to set up keymap.  Install a
19218         `delete-frame-functions' hook to catch `delete-frame' events.
19219         Ignore `select-window' events to cope better with
19220         `focus-follows-mouse'.  Don't switch back to the original buffer
19221         if the splash frame has been killed.  Restore previous buffer, even
19222         if it's *scratch*.
19223         (normal-splash-screen): Don't let-bind `mode-line-format'; it
19224         changes the global binding - setq it instead.  Use
19225         `save-buffers-kill-terminal'.
19226         (display-splash-screen): Don't do anything if the splash screen is
19227         already displayed elsewhere.
19228         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19229         (command-line): Replace duplicated code with a call to
19230         tty-run-terminal-initialization.  Don't load the terminal
19231         initialization file more than once.  Remove call to nonexistent
19232         function `set-locale-translation-file-name'.
19234         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19235         parameters.
19236         (xterm-mouse-position-function, xterm-mouse-event): Update.
19237         (xterm-mouse-mode): Don't depend on current value of window-system.
19238         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19239         Update for multi-tty.
19240         (turn-on-xterm-mouse-tracking-on-terminal)
19241         (turn-off-xterm-mouse-tracking-on-terminal)
19242         (xterm-mouse-handle-delete-frame): New functions.
19243         (delete-frame-functions, after-make-frame-functions)
19244         (suspend-tty-functions, resume-tty-functions): Install extra hooks
19245         for multi-tty.
19247 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19249         * simple.el (invisible-p): Remove: implemented in C now.
19250         (line-move-invisible-p): Remove obsolete alias.
19252 2007-08-28  Juri Linkov  <juri@jurta.org>
19254         * image-mode.el (image-type): New variable.
19255         (image-mode): Set default major mode name to "Image[text]".
19256         (image-minor-mode): Change LIGHTER to display image-type in the
19257         mode line.
19258         (image-minor-mode): Set default image-type to "text".
19259         (image-toggle-display): After switching to text mode, set
19260         image-type to "text" and major mode name to "Image[text]".
19261         After switching to image mode, set image-type to actual image
19262         type, and add image type to major mode name.  Let-bind the same
19263         variable names as arguments of `image-type' and `create-image'.
19264         Bind `type' to the result of `image-type' and use it as arg
19265         of `create-image' to not determine the image type twice.
19267 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
19269         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19270         (tramp-set-file-uid-gid, tramp-get-local-uid)
19271         (tramp-get-local-gid): New defuns.
19272         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19273         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19274         Improve fast track.
19275         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19276         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
19277         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19278         (tramp-handle-write-region): Improve fast track.
19279         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19280         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19281         be nil.
19283 2007-08-28  Ivan Kanis  <apple@kanis.eu>
19285         * time.el: New feature to display several time zones in a buffer.
19286         (display-time-world-mode, display-time-world-display)
19287         (display-time-world, display-time-world-timer): New functions.
19288         (display-time-world-list, display-time-world-time-format)
19289         (display-time-world-buffer-name, display-time-world-timer-enable)
19290         (display-time-world-timer-second, display-time-world-mode-map):
19291         New variables.
19293 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
19295         * term/x-win.el (x-gtk-stock-map): New variable.
19296         (x-gtk-map-stock): New function.
19298         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19299         prev/next-node.
19301 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
19303         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19305 2007-08-28  Glenn Morris  <rgm@gnu.org>
19307         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19309 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19311         * progmodes/modula2.el (m2-definition, m2-module):
19312         Don't use previous-line.  Reported by T. V. Raman.
19314 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19316         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19317         argument to tool-bar-mode call.
19319 2007-08-27  Glenn Morris  <rgm@gnu.org>
19321         * diff-mode.el (diff-find-file-name): Only accept regular files,
19322         to rule out /dev/null, directories, etc.
19324         * vc-svn.el (vc-svn-diff): If the repository version of all the
19325         files is the same as the specified OLDVERS, do a local diff.
19327 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19329         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19330         of buffers in uniquify-managed.
19332         * simple.el (invisible-p): Rename from text-invisible-p.
19333         Update callers.
19335         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19336         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19337         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19338         (cperl-etags-goto-tag-location): Use new style backquotes.
19340         * net/browse-url.el: Remove spurious * in custom docstrings.
19341         (browse-url-filename-alist): Use new-style backquote.
19343         * emacs-lisp/backquote.el (backquote-unquote-symbol)
19344         (backquote-splice-symbol): Clarify they're not new-style unquotes.
19346         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19347         (\,@): Backslash the , and ,@ which are not new-style unquotes.
19349         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19351         * net/socks.el (socks-username/password-auth-filter):
19352         Remove unused vars `state' and `desired-len'.
19353         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19354         (socks-wait-for-state-change): Use new-style backquotes.
19356         * pcvs.el (cvs-mode-status): Fix long-standing typo.
19358         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19359         backquotes after each `read' rather than once per buffer.
19361         * dframe.el: Remove spurious * in custom docstrings.
19362         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19363         (dframe-xemacs20p): Remove, inline at the sole use point.
19364         (defface): Don't defvar the face, don't use old-style backquote.
19365         (defcustom): Don't use old-style backquote.
19366         (dframe-frame-parameter, dframe-mouse-event-p):
19367         Make it obvious that it's always defined.
19368         (dframe-popup-kludge): New function to replace
19369         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19370         (dframe-frame-mode, dframe-set-timer-internal)
19371         (dframe-mouse-set-point): Remove use of with-no-warnings from
19372         XEmacs-specific code.
19373         (dframe-set-timer-internal): Fix very old bug with
19374         post-command-idle-hook.
19376         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19378         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19379         warning if the file uses old style backquotes.
19381         * emacs-lisp/bytecomp.el (byte-compile-log-file)
19382         (byte-recompile-directory, byte-compile-file)
19383         (byte-compile-from-buffer): Use with-current-buffer.
19385         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19386         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19387         (line-move-1, line-move-finish, line-move-to-column)
19388         (move-end-of-line, move-beginning-of-line): Use new name.
19390         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19392         * progmodes/ada-mode.el: Fix up comment style in header.
19393         (ada-check-emacs-version): Remove.
19394         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19395         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19396         to try and quieten the byte-compiler.
19397         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19399         * vc.el (vc-annotate-warp-version): Don't use previous-line.
19401 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
19403         * net/browse-url.el (browse-url-emacs): New function.
19405 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19407         * emacs-lisp/avl-tree.el: New file.
19409 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
19411         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19412         was used.
19414 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
19416         * complete.el (PC-do-completion): Make RET accept a non-unique but
19417         complete expansion again.
19419 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
19421         * eshell/esh-opt.el (eshell-eval-using-options):
19422         Add debug declaration.
19424 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19426         * log-view.el (log-view-toggle-mark-entry): Add docstring.
19427         (log-view-get-marked): Likewise.
19429         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19430         (vc-delete-automatic-version-backups): Likewise.
19432         * vc.el (vc-dired-buffers-for-dir): Likewise.
19434 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
19436         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19437         safe-local-variable setting.
19438         * progmodes/perl-mode.el (perl-indent-level): Likewise.
19440         * log-view.el (log-view-marked-list): Delete variable.
19441         (log-view-mode): Don't use it.
19442         (log-view-toggle-mark-entry): Likewise, simplify.
19443         (log-view-current-tag): Don't return properties.
19444         (log-view-get-marked): New function.
19446 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
19448         * vc-git.el (vc-git-mode-line-string): New function.
19450 2007-08-25  Alan Mackenzie  <acm@muc.de>
19452         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19453         new language variable.
19455         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19456         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19457         "extern" etc., rather than BOI.  Fix addition of spurious
19458         syntactic-symbol 'defun-block-intro, replacing it with
19459         'innamespace, etc.
19461 2007-08-25  Juri Linkov  <juri@jurta.org>
19463         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19465         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19466         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19467         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19469         * image.el (image-type-header-regexps): Use more complex regexp for svg.
19470         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19471         (image-type-auto-detectable): Add (svg . maybe).
19473         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19474         to treat it like .tgz.
19476         * calendar/cal-bahai.el: Add file coding cookie.
19478 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
19480         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19481         Don't behave differently when executed via M-x.  Add doc string.
19483         * sort.el (sort-fold-case, sort-numeric-base): Mark as
19484         safe-local-variable.
19486 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
19488         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19489         the default value.
19490         (math-calendar-tzinfo): New variable.
19491         (math-get-calendar-tzinfo): New function.
19492         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19493         to get information when zone is nil.
19495 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
19497         * log-view.el (log-view-toggle-mark-entry): New function.
19498         (log-view-mode-map): Bind it.
19499         (log-view-marked-list): New variable.
19500         (log-view-mode): Make it local.
19502 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19504         * play/zone.el (zone-pgm-rat-race): New func.
19505         (zone-programs): Add `zone-pgm-rat-race'.
19507 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19509         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19510         a list.
19512 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19514         * progmodes/hideshow.el (hs-match-data): Delete alias.
19515         (hs-hide-block-at-point, hs-find-block-beginning)
19516         (hs-show-block): Use `match-data' directly.
19518 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
19520         * format.el (format-alist): Fix typo in doc-string.
19522 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
19524         * net/tramp.el (tramp-local-host-p): New defun.
19525         (tramp-handle-file-local-copy, tramp-handle-write-region):
19526         Implement fast track when being on the local host.
19527         (tramp-file-name-handler): Don't set "started" property.  It shall
19528         be reserved for the "ftp" method.
19529         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19531         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19532         (tramp-ftp-file-name-handler): Set "started" property.
19534 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
19536         * files.el (backup-buffer-copy): Don't wrap delete in
19537         condition-case, only try to delete if file exists.
19539 2007-08-24  Glenn Morris  <rgm@gnu.org>
19541         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19543         * startup.el (tutorial-directory): Set with eval-at-startup so it
19544         gets the right value in an installed Emacs.
19546 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19548         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19549         (eldoc-highlight-function-argument): Use it.
19551 2007-08-23  Masatake YAMATO  <jet@gyve.org>
19553         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19554         name of parameters in document body.
19556 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19558         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19559         (byte-compile-output-as-comment): Use with-current-buffer rather than
19560         a weird set-buffer&prog1 combination.
19562         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19563         test so as to optimise cases where the `progn's result is constant.
19565 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19567         * locate.el (locate-get-file-positions):
19568         Use line-beginning-position and line-end-position.
19570 2007-08-23  John Wiegley  <johnw@newartisans.com>
19572         * calendar/cal-bahai.el: Added in the diacriticals that were
19573         missing for many of the month names.
19575 2007-08-22  Jason Rumney  <jasonr@gnu.org>
19577         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19579 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
19581         * image-mode.el (image-minor-mode): Use image-mode-text-map.
19583 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19585         * dabbrev.el (dabbrev--progress-reporter): New variable.
19586         (dabbrev--scanning-message): Delete func.
19587         (dabbrev--find-expansion): Use a progress reporter
19588         instead of dabbrev--scanning-message.
19590 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19592         * comint.el (comint-exec-1): Raise an error if
19593         `start-file-process' does not return a process object.
19595         * shell.el (shell): Prompt for `default-directory' if it is a
19596         remote file name, and if called with a prefix arg.
19598 2007-08-22  Sam Steingold  <sds@gnu.org>
19600         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19602 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
19604         * textmodes/org-export-latex.el: New file.
19606         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19608         * textmodes/org.el (org-agenda-skip): Allow a form for
19609         `org-agenda-skip-function'.
19610         (org-agenda-redo): Re-use local settings.
19611         (org-agenda): Store local settings.
19612         (org-agenda-deadline-faces): New option.
19613         (org-agenda-deadline-face): New function.
19614         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19615         entries on their due date.
19616         (org-agenda-get-timestamps): No longer handle the due dates of
19617         schedules and deadline items.
19618         (org-insert-link-global, org-open-at-point-global): New commands.
19619         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19620         :for-ascii parameter.
19621         (org-skip-comments): Function removed.
19622         (org-cleaned-string-for-export): Handle special table lines.
19623         (org-global-properties): New option.
19624         (org-entry-get-with-inheritance): Check global properties.
19625         (org-local-properties): New variable.
19626         (org-set-regexps-and-options): Find the #+PROPERTY line.
19627         (org-link-types): Change type into variable (was constant).
19628         (org-make-link-regexps): New function.
19629         (org-link-re-with-space, org-link-re-with-space2)
19630         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19631         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19632         these regular expressions happens now in the function
19633         `org-make-link-regexps'.
19634         (org-store-link): Call the functions in
19635         `org-store-link-functions'.
19636         (org-add-link-type): New function.
19637         (org-store-link-functions): New variable.
19638         (org-activate-tags): Force matches to be in headlines.
19639         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19640         (org-columns-display-here): Make sure this works in a narrowed
19641         buffer by checking for point-min.
19642         (org-columns-display-here): Make the rest of the line intangible,
19643         so that point never can be there.
19644         (org-cleaned-string-for-export): Use `with-current-buffer'.
19645         (org-replace-region-by-html): Use `with-current-buffer'.
19646         (org-unfontify-region, org-do-occur, org-columns-display-here)
19647         (org-columns-remove-overlays, org-columns-quit)
19648         (org-columns-edit-value, org-columns-next-allowed-value)
19649         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19650         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19651         (org-agenda-todo, org-agenda-change-all-lines)
19652         (org-agenda-align-tags, org-agenda-priority)
19653         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19654         (org-agenda-show-new-time, org-cleaned-string-for-export)
19655         (org-export-grab-title-from-buffer)
19656         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19657         instead of `buffer-read-only'.
19658         (org-export-as-html): Set `coding-system-for-write'.
19659         (org-remember-store-without-prompt): New option.
19660         (org-archive-subtree): Fixed bug with modifying TODO keyword.
19661         (org-beginning-of-line): Also treat C-a special in items.
19662         (org-table-convert-refs-to-rc): Fixed problem with column
19663         reference after "..".
19664         (org-columns-compute): Don't mark buffer modified because of text
19665         properties.
19666         (org-batch-store-agenda-views): Use the variable
19667         `default-directory', not the function.
19668         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19669         (org-clock-out-when-done): New option.
19670         (org-html-entities): Added HTML entities for smileys.
19672 2007-08-22  Glenn Morris  <rgm@gnu.org>
19674         * image.el (create-image): Doc fix.
19676         * startup.el (tutorial-directory): New constant.
19677         (fancy-splash-text): Tutorials now in tutorial-directory.
19678         * tutorial.el (help-with-tutorial): Tutorials now in
19679         tutorial-directory.
19681 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19683         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19684         otherwise.
19685         (tramp-get-remote-path): New defun.  Replace occurrences of
19686         `tramp-default-remote-path' by this function.
19687         (tramp-set-remote-path): Move most of the code to
19688         `tramp-get-remote-path'.
19689         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19690         existing directories, this is done already in
19691         `tramp-get-remote-path'.
19693 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
19695         * image-file.el (image-file-name-extensions): Add "svg".
19696         * image.el (image-type-header-regexps): Add svg entry.
19698 2007-08-22  Glenn Morris  <rgm@gnu.org>
19700         * files.el (backup-buffer-copy): Check backup directory is
19701         writable, to avoid infloop deleting old backup.
19703         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19704         movemail related variables.
19705         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19706         will now be set before this is called.
19708 2007-08-21  Juri Linkov  <juri@jurta.org>
19710         * delsel.el (delete-selection-pre-hook):
19711         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19712         instead of checking last-command.
19714 2007-08-21  Juri Linkov  <juri@jurta.org>
19716         * loadup.el: Preload "button".
19718 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19720         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19721         Add previous-line and next-line.
19723         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19724         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19726         * vc-hooks.el (vc-menu-entry): New var.
19727         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19728         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19729         (vc-menu-map): Declare and initialize in one step.
19730         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19732         * menu-bar.el (vc-menu-map): Don't setup any more.
19733         Instead, just create the proper spot in the menu.
19735 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19737         * smerge-mode.el (smerge-resolve): New arg `safe'.
19738         (smerge-resolve-all, smerge-batch-resolve): New function.
19739         (smerge-refine): Make sure `diff' returns the expected result.
19740         (smerge-parsep-re): New const.
19741         (smerge-mode): Use it to adjust paragraph-separate.
19743         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19744         Correctly match / regexp matchers as first char on a line when
19745         fontifying only that line.
19747         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19749 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19751         * vc-bzr.el: Don't fiddle with vc-handled-backend.
19752         (vc-bzr-registered): Don't redundantly protect against
19753         file-error.  Actually use the format-specific code.
19754         (vc-bzr-buffer-nonblank-p): Remove.
19755         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19757 2007-08-20  Juri Linkov  <juri@jurta.org>
19759         * startup.el (fancy-splash-text): Change multiple tabs into one
19760         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
19761         and "Recover Crashed Session").
19762         (fancy-splash-screens): Set tab-width to 22.
19763         (normal-splash-screen): Replace literal tabs with \t and
19764         fix whitespace.  Remove "Useful File menu items" section (with
19765         "Exit Emacs" and "Recover Crashed Session").
19767 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
19769         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19770         extracted from `eval-last-sexp-1'.
19771         (eval-last-sexp-1): Call `preceding-sexp'.
19773 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
19775         * vc-rcs.el (vc-rcs-annotate-command):
19776         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19777         Add back :vc-annotate-prefix propertization.
19779 2007-08-20  Andreas Schwab  <schwab@suse.de>
19781         * mail/rmail.el (rmail-autodetect): Doc fix.
19783 2007-08-19  Juri Linkov  <juri@jurta.org>
19785         * startup.el (normal-splash-screen): Add more links.
19787 2007-08-19  Juri Linkov  <juri@jurta.org>
19789         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19790         because it's common to both types of splash screen: fancy and normal.
19791         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19792         (exit-splash-screen): Rename from `fancy-splash-quit'.
19793         Use `quit-window' instead of `kill-buffer'.
19794         (fancy-splash-head): Use make-button to insert GNU image link.
19795         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19796         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19797         (normal-splash-screen): Put "Browse manuals" on the same line with
19798         "Emacs manual".  Remove descriptions from "Useful tasks" and put
19799         all links in two columns on two lines.
19801 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19803         * emulation/viper.el (viper-remove-hooks): Remove some additional
19804         viper hooks when the user calls viper-go-away.
19805         (viper-go-away): Restore the default of default-major-mode.
19806         Save the value of default-major-mode before vaperization.
19808         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19810         * emulation/viper-ex.el: Replace error "" with "Viper bell".
19812         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19813         buffer for which file is created.
19815 2007-08-19  Glenn Morris  <rgm@gnu.org>
19817         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19818         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19819         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
19820         shadow files messing up the compilation.
19822 2007-08-18  Glenn Morris  <rgm@gnu.org>
19824         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19825         string.  Also apply eldoc-argument-case in the help-split-fundoc
19826         case.  Adapt for changed behavior of eldoc-function-argstring,
19827         eldoc-function-argstring-format, and
19828         eldoc-highlight-function-argument.
19829         (eldoc-highlight-function-argument): Handle nil INDEX argument,
19830         just call eldoc-docstring-format-sym-doc in that case.
19831         (eldoc-function-argstring): Change the behavior.  Now it converts
19832         an argument list to a string.
19833         (eldoc-function-argstring-format): Change the behavior.  Now it
19834         applies `eldoc-argument-case' to a string.
19836         * progmodes/scheme.el (scheme-mode-variables): Set
19837         font-lock-comment-start-skip.
19839 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
19841         * progmodes/ada-mode.el (ada-create-syntax-table): Move
19842         set-syntax-table from here to ...
19843         (ada-mode): ... here.  Do not change global value of
19844         comment-multi-line.  Call new function
19845         ada-initialize-syntax-table-properties and add new function
19846         ada-handle-syntax-table-properties to font-lock-mode-hook.
19847         (ada-deactivate-properties, ada-initialize-properties): Replace
19848         by new functions ...
19849         (ada-handle-syntax-table-properties)
19850         (ada-initialize-syntax-table-properties)
19851         (ada-set-syntax-table-properties): ... to set up syntax-table
19852         properties uniformly, independently from whether font-lock-mode
19853         is enabled or not.  Handle read-only buffers and do not change
19854         undo-list when setting syntax-table properties.
19855         (ada-after-change-function): Use ada-set-syntax-table-properties.
19857 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
19859         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19860         (meta-indent-current-nesting): Use a computation of the nesting
19861         instead.
19862         (meta-indent-current-indentation): Indentation is given according
19863         to nesting and if the previous line was finished or not.
19864         (meta-indent-unfinished-line): Tell if the current line ends with
19865         a finished expression.
19866         (meta-indent-looking-at-code): Like `looking-at', but checks if
19867         the point is in a string before.
19868         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
19869         done in the nesting function.
19870         (meta-indent-in-string-p): Tell if the current point is in a
19871         string.
19872         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
19873         previous functions.
19875 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
19877         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19878         (copyright-update-year, copyright-update)
19879         (copyright-fix-years): Use it.
19881 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19883         * emacs-lisp/copyright.el (copyright-update-year):
19884         Fix bug: Handle nil copyright-limit.
19886 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19888         * calc/calc-units.el (math-standard-units): Give exact
19889         conversion for tsp.
19891         * calc/calc.el (math-bignum-digit-length): Compute the
19892         appropriate value.
19894         * calc/calc-bin.el (math-bignum-logb-digit-size)
19895         (math-bignum-digit-power-of-two):
19896         * calc/calc-comb.el (math-small-factorial-table):
19897         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19898         (math-approx-gamma-const):
19899         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19900         (math-besY1, math-bernoulli-b-cache):
19901         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19902         Remove `eval-when-compile's.
19904 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
19906         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19907         (cperl-find-pods-heres): Fix an error when typing expressions like
19908         `s{a}{b}'.
19910 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
19912         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19913         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
19914         a special case (there's no build number).
19916 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
19918         * completion.el (symbol-under-point, symbol-before-point)
19919         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19921 2007-08-17  Glenn Morris  <rgm@gnu.org>
19923         * progmodes/compile.el (compilation-get-file-structure): Make use
19924         of the directory part when checking for an existing entry, to
19925         handle files with same basename in different directories.
19927 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19929         * calc/calc.el (calc-language-alist): Add texinfo-mode.
19931 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19933         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19934         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19935         (ps-paragraph-spacing): Docstring fix.
19937 2007-08-16  Glenn Morris  <rgm@gnu.org>
19939         * ps-print.el (ps-font-size): Doc fix.
19941 2007-08-16  Richard Stallman  <rms@gnu.org>
19943         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19945 2007-08-15  Juri Linkov  <juri@jurta.org>
19947         * startup.el (initialization): Change parent group from `internal'
19948         to `environment'.
19949         (initial-buffer-choice): New variable.
19950         (command-line): Revert 2007-07-02 change that sets
19951         buffer-offer-save in *scratch* and enables auto-save in it.
19952         (fancy-splash-text): Add links to existing items.  Add new items
19953         with links for useful tasks.  Move information about Control-g to
19954         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
19955         (fancy-splash-keymap): New variable.
19956         (fancy-splash-last-input-event): Remove variable.
19957         (fancy-splash-insert): Add processing of `:link' element.
19958         (fancy-splash-head): Replace "Type Control-l to begin editing"
19959         with "Type `q' to exit".
19960         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19961         (fancy-splash-default-action, fancy-splash-special-event-action):
19962         Remove functions.
19963         (fancy-splash-quit): New function.
19964         (fancy-splash-screens): Rename input arg from `hide-on-input' to
19965         `static' and reverse the condition of its usage.  Don't preserve
19966         original values of `minor-mode-map-alist',
19967         `emulation-mode-map-alists', `special-event-map'.
19968         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19969         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19970         Remove processing of special events.  Use local key map
19971         `fancy-splash-keymap'.  Set buffer to read-only.
19972         (normal-splash-screen): Rename input arg from `hide-on-input' to
19973         `static' and reverse the condition of its usage.
19974         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19975         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19976         Add links to existing items.  Add new items with links for useful
19977         tasks.  Use local key map `fancy-splash-keymap'.
19978         (display-splash-screen): Rename input arg from `hide-on-input' to
19979         `static'.
19980         (about-emacs): Add alias to display-splash-screen.
19981         (command-line-1): Use `initial-buffer-choice'.
19983         * menu-bar.el (menu-bar-help-menu):
19984         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19985         item to about-emacs instead of display-splash-screen.
19987 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
19989         * calc/calc-units.el (math-standard-units): Update values.
19990         Put in exact, rational values when possible.
19991         (math-unit-prefixes): Replace floats with powers of ten.
19992         (math-standard-units-systems): Replace floats with integers.
19993         (math-make-unit-string): Remove extra spaces in output.
19995 2007-08-15  Glenn Morris  <rgm@gnu.org>
19997         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19998         sloppier, for the sake of GNU Mailman.
19999         (rmail-digest-rfc1153): Initialize `result' correctly.
20001 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
20003         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20004         in the mail title.  Suggested by Reiner Steib.
20006 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
20008         * calc/calc-aent.el (calc-do-quick-calc): Add binary
20009         representation of integers to the list of outputs.
20011 2007-08-14  Glenn Morris  <rgm@gnu.org>
20013         * simple.el (bad-packages-alist): New constant.
20014         (bad-package-check): New function.  Together, these two add elements
20015         to `after-load-alist' to check for problematic external packages.
20016         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20018 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
20020         * calc/calc-units.el (math-get-standard-units)
20021         (math-get-units, math-make-unit-string)
20022         (math-get-default-units, math-put-default-units): New functions.
20023         (math-default-units-table): New variable.
20024         (calc-convert-units, calc-convert-temperature): Add machinery
20025         to supply default values.
20027 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20029         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20030         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20031         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20032         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20034         * emulation/tpu-extras.el: Remove spurious * in docstrings.
20035         Put its autoloads into tpu-edt.el rather than loaddefs.el.
20036         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20037         Make into a proper minor-mode.
20038         (tpu-backward-char, tpu-next-line, tpu-previous-line)
20039         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20040         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20041         (tpu-set-cursor-free, tpu-set-cursor-bound):
20042         Delegate to tpu-cursor-free-mode.
20043         (tpu-next-line, tpu-previous-line, tpu-forward-line)
20044         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20045         Use line-move or forward-line instead of next-line-internal.
20047 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
20049         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20051 2007-08-12  Richard Stallman  <rms@gnu.org>
20053         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20054         (cvs-execute-single-file): Use new name split-string-and-unquote.
20055         (cvs-header-msg): Use new name combine-and-quote-strings.
20057         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20059         * progmodes/gud.el (gud-common-init): Use new name
20060         split-string-and-unquote.
20062         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20063         in javac regexp.
20065         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20066         combine-and-quote-strings and split-string-and-unquote.
20068         * subr.el (combine-and-quote-strings): Rename from strings->string.
20069         (split-string-and-unquote): Rename from string->strings.
20071 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20073         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20074         to buffer-local settings.
20076         * emacs-lisp/backquote.el (backquote-delay-process): New function.
20077         (backquote-process): Add internal arg `level'.  Use the two to
20078         correctly handle nested backquotes.
20080 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
20082         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20083         (vc-bzr-state-words): Add "kind changed" state word.
20084         (vc-bzr-status): New function.  Return Bzr idea of file status,
20085         which is different from VC's.
20086         (vc-bzr-state): Use vc-bzr-status.
20087         (vc-workfile-unchanged-p): Use vc-bzr-status.
20088         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20089         (vc-dired-state): Process "kind changed" state word.
20091 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20093         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20095         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20096         Move from vc-default-find-file-not-found-hook.
20098 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20100         * man.el: Remove spurious * in docstrings.
20101         Merge defvars and toplevel setq-defaults.
20102         (Man-highlight-references0): Limit=nil rather than point-max.
20103         (Man-mode-map): Move initialization into the declaration.
20104         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20105         (Man-view-header-file): Use expand-file-name rather than concat.
20106         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20108         * man.el (Man-next-section): Make sure we do not move backward.
20110 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20112         * files.el (auto-mode-alist): Use the purecopied text (duh!).
20114 2007-08-08  Glenn Morris  <rgm@gnu.org>
20116         * Replace `iff' in doc-strings and comments.
20118 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
20120         * dired.el (dired-pop-to-buffer):
20121         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20122         * calendar/calendar.el (generate-calendar-window):
20123         * progmodes/compile.el (compilation-set-window-height):
20124         * textmodes/two-column.el (2C-two-columns, 2C-merge):
20125         Use window-full-width-p instead of comparing frame-width and
20126         window-width.
20128         * progmodes/compile.el (compilation-find-buffer): Remove extra
20129         argument in call to compilation-buffer-internal-p.
20131 2007-08-07  Tom Tromey  <tromey@redhat.com>
20133         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20134         Add safe-local-variable property.
20136 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20138         * image-mode.el (image-toggle-display): Use image-refresh.
20140 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
20142         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20143         unofficial version.
20144         (vc-bzr-command): Remove redundant setting of process-connection-type.
20145         (vc-bzr-admin-checkout-format-file): Add autoload.
20146         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20147         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20148         (vc-bzr-registered): Compare dirstate format tag with known good
20149         value, abort parsing if match fails.  Warn user in docstring.
20150         (vc-bzr-workfile-version): Case for different Bzr branch formats.
20151         See bzrlib/branch.py in Bzr sources.
20152         (vc-bzr-diff): First argument FILES may be a string rather than a list.
20153         (vc-bzr-shell-command): Remove in favor of
20154         vc-bzr-command-discarding-stderr.
20155         (vc-bzr-command-discarding-stderr): New function.
20157 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
20159         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20160         program, and return nil.
20161         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20162         (vc-bzr-state): Look for path names relative to the repository
20163         root after status keyword.
20164         (vc-bzr-file-name-relative): New function.
20165         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20166         depend on it.
20167         (vc-bzr-admin-dirname, ...-checkout-format-file)
20168         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20169         files that we now parse directly for speed.
20170         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20171         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20172         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20173         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
20174         Bzr warnings, so we must discard it.
20175         (vc-bzr-workfile-version): Speedup counting lines from
20176         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20177         if that file doesn't exist.
20178         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20179         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
20180         to `vc-directory-exclusion-list'.
20181         (vc-bzr-shell-command): New function.
20183 2007-08-06  Tom Tromey  <tromey@redhat.com>
20185         * diff-mode.el (diff-unified->context, diff-reverse-direction)
20186         (diff-fixup-modifs): Typo in docstring.
20188 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20190         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20191         count-screen-lines.
20192         (tpu-edt-off): Disable relevant pieces of advice.
20194         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20195         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
20196         (newline, newline-and-indent, do-auto-fill): Use advice instead of
20197         redefining the function.
20198         (tpu-set-scroll-margins): Activate the pieces of advice.
20200 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
20202         * help.el (resize-temp-buffer-window): Use window-full-width-p
20203         instead of comparing frame-width and window-width.
20205 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
20207         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20208         optional quotes around files in NEED-UPDATE . REMOVED case.
20210         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20211         (ada-treat-cmd-string): Improve error message.
20212         (ada-do-file-completion): Call `ada-require-project-file', so
20213         project variables are set properly.
20214         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20215         (ada-gnatfind-buffer-name): New constant.
20216         (ada-find-any-references): Use new constant.  Set buffer name
20217         properly in compilation-start.  Toggle read-only properly.
20218         (ada-find-in-src-path): Fix spelling error in docstring.
20220         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20221         by zero error.
20223 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20225         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20227 2007-08-12  Richard Stallman  <rms@gnu.org>
20229         * progmodes/sh-script.el (sh): Delete group `unix'.
20231         * progmodes/gud.el (gud): Change to group `processes'.
20233 2007-08-11  Glenn Morris  <rgm@gnu.org>
20235         * progmodes/compile.el (compilation-buffer-name): Don't check
20236         compilation-arguments.  It is superfluous, and the variable isn't
20237         even set when this function is called.
20239 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20241         * term/mac-win.el (mac-ae-reopen-application): New function.
20242         (mac-apple-event-map): Bind "reopen application" Apple event to it.
20244 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20246         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20247         take tex-font-script-display into account.
20248         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20249         cell to a list of 2 elements to simplify the unfontify code.
20251 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20253         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20254         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20255         ps-print-color-p is neither nil nor black-white.  Reported by Christian
20256         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20258 2007-08-08  Andreas Schwab  <schwab@suse.de>
20260         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20261         self-insert-command, not self-insert.
20263 2007-08-08  Glenn Morris  <rgm@gnu.org>
20265         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20266         argument optional, for backwards compatibility, and only highlight
20267         args when present.  Fix symbol name typo (doc/args).
20269         * help-mode.el (help-make-xrefs): Search for symbol constituents,
20270         rather than just `-'.
20272 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
20274         * calc/calc-units.el (calc-convert-temperature):
20275         Use `/' to create fractions.
20277 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
20279         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20280         global matching.
20281         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20282         ERROR-BUFFER more robust.  Display output.
20283         (tramp-file-name-handler): Add a connection property when we found
20284         a foreign file name handler.  This allows backends like ftp to
20285         profit also from usr/host name completion based on connection
20286         cache.
20287         (tramp-send-command-and-read): Search for trash after the regexp
20288         until eol only.  In XEmacs, there is a problem with \n.
20290         * net/tramp-cache.el (top): Read persistent connection history
20291         when cache is empty.
20293 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
20295         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20296         resulting output.
20298 2007-08-07  Sam Steingold  <sds@gnu.org>
20300         * progmodes/compile.el (compilation-start): Pass nil as startfile
20301         to comint-exec.
20303 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20305         * longlines.el (longlines-decoded): New variable.
20306         (longlines-mode): Avoid encoding or decoding the buffer twice.
20308 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
20310         * format.el (format-insert-file): Make sure that at most one undo
20311         entry is recorded for the insertion.  Inhibit point-motion and
20312         modification hooks around call to insert-file-contents.
20314 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20316         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20317         Select the buffer's window before moving point.
20319 2007-08-07  Richard Stallman  <rms@gnu.org>
20321         * term.el (term): Remove parent group `unix'.
20323         * simple.el (default-indent-new-line): New function.
20324         It calls comment-line-break-function if there are comments.
20325         (do-auto-fill): Use that.
20327 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
20329         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20330         (PC-do-completion): Add "acronym completion" for symbols and
20331         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20333 2007-08-06  Sam Steingold  <sds@gnu.org>
20335         * mouse.el (mouse-buffer-menu): Pass mode-name through
20336         format-mode-line because it may be a list,
20337         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20339 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20341         * printing.el (pr-update-menus): Docstring fix.
20343 2007-08-06  Jason Rumney  <jasonr@gnu.org>
20345         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20347         * vc-hooks.el (vc-call): Add doc string.
20349 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
20351         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20352         process-filter.
20354 2007-08-06  Kenichi Handa  <handa@m17n.org>
20356         * international/quail.el: Wrap (require 'help-mode) by
20357         eval-when-compile.
20358         (quail-help-init): New function.
20359         (quail-help): Call quail-help-init.
20360         (quail-store-decode-map-key): Change it to a function.
20362 2007-08-05  Jason Rumney  <jasonr@gnu.org>
20364         * vc.el (vc-rollback): Add norevert argument back.
20365         (vc-revert-buffer): Add back as obsolete alias.
20367 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
20369         * term.el: Honor term-default-fg-color and term-default-bg-color
20370         settings when modifying term-current-face.
20371         (term-default-fg-color, term-default-bg-color): Initialize from
20372         default term-current-face.
20373         (term-mode, term-reset-terminal): Set term-current-face with
20374         term-default-fg-color and term-default-bg-color.
20375         (term-handle-colors-array): term-current-face has term-default-fg-color
20376         and term-default-bg-color after reset escape sequence.
20377         (term-handle-colors-array): Set term-current-color with
20378         term-default-fg/bg-color instead of ansi-term-color-vector when the
20379         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20381 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
20383         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20384         (math-nlfit-givens): Let bind free variables.
20386 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20388         * printing.el: Require lpr and ps-print when loading printing package.
20389         Reported by Glenn Morris <rgm@gnu.org>.
20391 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
20393         * files.el (set-auto-mode): Handle also remote files wrt
20394         `auto-mode-alist'.
20396 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
20398         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20399         curves and plotting.
20401         * calc/calc-nlfit.el: New file.
20403 2007-08-04  Glenn Morris  <rgm@gnu.org>
20405         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20406         zero, not nil, when the library is first loaded.  Check for a file
20407         that has been modified on disk.
20409         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20410         Remove duplicate defvar preventing initialization.
20411         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20413 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20415         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20416         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20417         may match up to 4 lines.
20418         (diff-beginning-of-file-and-junk): Rewrite.
20420 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20422         * printing.el: Evaluate require only during compilation.
20423         (pr-version): New version 6.9.1.
20424         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20425         (pr-global-menubar): Fix code.
20427 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
20429         * term.el (term-erase-in-display): Fix case when point is not at
20430         the beginning of the line.
20432 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
20434         * calc/calc-ext.el (math-get-value, math-get-sdev)
20435         (math-contains-sdev): New functions.
20437         * calc/calc-graph.el (calc-graph-format-data)
20438         (calc-graph-add-curve): Check for error forms.
20439         (calc-graph-set-styles): Add option for error forms.
20441 2007-08-03  Miles Bader  <miles@gnu.org>
20443         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20444         backend names for new backends to `Git', `Hg', and `Bzr'.
20445         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20446         not `HG'.
20447         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20448         name, not `GIT'.
20449         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20450         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20452 2007-08-03  Richard Stallman  <rms@gnu.org>
20454         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20455         to update deleted flag.
20457         * cus-edit.el (customize-apropos, customize-apropos-options)
20458         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20460         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20462         * startup.el (fancy-splash-head, startup-echo-area-message):
20463         Change message text.
20465         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20466         All callers use line-move.
20468         * progmodes/compile.el (compilation-find-buffer): Return current
20469         buffer immediately if suitable.
20470         (compile, compilation-buffer-name, compilation-start): Doc fixes.
20472 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
20474         * faces.el (face-normalize-spec): New function.
20475         (frame-set-background-mode): Normalize face-spec before calling
20476         face-spec-match-p.
20478 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20480         * server.el (server-window): Add switch-to-buffer-other-frame option.
20482 2007-08-03  Glenn Morris  <rgm@gnu.org>
20484         * cus-edit.el (customize-apropos): Make the error message indicate
20485         what kind of thing the user was trying to customize.
20487         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20489         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20490         Fix off-by-one error in previous change.
20492 2007-08-03  Drew Adams  <drew.adams@oracle.com>
20494         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20495         Make buffer writable.
20497 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
20499         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20500         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20501         Use native Emacs functions, when appropriate.
20503 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
20504             Stefan Monnier  <monnier@iro.umontreal.ca>
20506         * vc.el: Document new VC operation `extra-menu'.
20508         * vc-hooks.el (vc-default-extra-menu): New function.
20510         * menu-bar.el (menu-bar-vc-filter): New function.
20511         (menu-bar-tools-menu): Use it as a filter.
20513 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20515         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20517 2007-08-01  Glenn Morris  <rgm@gnu.org>
20519         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20520         strings.
20521         (fortran-tab-mode-default): Remove needless autoload.
20522         (fortran-tab-mode-string): Add help-echo and mouse properties, and
20523         mark as risky.
20524         (fortran-line-length): New buffer-local variable, safe if integer.
20525         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20526         Change from variables to constants.
20527         (fortran-font-lock-syntactic-keywords): Delete as a variable,
20528         replace with a new function definition.
20529         (fortran-mode): Use fortran-line-length, and
20530         fortran-font-lock-syntactic-keywords as a function.  Add a
20531         hack-local-variables-hook function.
20532         (fortran-line-length, fortran-hack-local-variables): New functions.
20533         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20534         Use fortran-line-length rather than 72.
20535         (fortran-window-create-momentarily): Doc fix.
20537 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
20539         * cus-edit.el (custom-group-value-create, custom-goto-parent):
20540         Fix parent groups link.
20542 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
20544         * progmodes/python.el (python-current-defun): Adjust to never fall
20545         into infinite loop.
20547 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20549         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20551 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
20553         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20554         (copyright-fix-years, copyright): Correctly handle the case where
20555         copyright-limit is nil.
20557 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
20559         * progmodes/python.el (run-python): Fix path separator under w32.
20561 2007-07-30  Richard Stallman  <rms@gnu.org>
20563         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20564         Treat non-break space as whitespace in Lisp.
20566 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20568         * vc.el (vc-dired-hook): Use inhibit-read-only.
20570         * progmodes/compile.el (compilation-forget-errors):
20571         Reset compilation-auto-jump-to-next.
20573 2007-07-30  Michael Olson  <mwolson@gnu.org>
20575         * cus-edit.el (custom-group-save): Fix void function definition
20576         error.  Thanks to Zhang Wei for the report.
20578         * ps-print.el: Check in trivial changes to the autoloads section
20579         caused by the build process.  These autoloads really ought to be
20580         placed in a separate file, methinks.
20582 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20584         * calendar/calendar.el (calendar-mode): Make sure
20585         displayed-(month|year) are set.
20586         (calendar-basic-setup): Display buffer before adjusting window sizes.
20587         (generate-calendar-window): Use inhibit-read-only.  Simplify.
20588         Generate buffer and set displayed-month and displayed-year before
20589         calling update-calendar-mode-line.
20591 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
20593         * net/tramp.el:
20594         * net/tramp-uu.el:
20595         * net/trampver.el: Use utf-8 encoding with coding cookie.
20597         * net/tramp-cache.el:
20598         * net/tramp-fish.el:
20599         * net/tramp-ftp.el:
20600         * net/tramp-gw.el:
20601         * net/tramp-smb.el: Remove coding cookie.
20603         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20604         Flush buffer file-name's file property.
20605         (tramp-handle-file-remote-p): The first parameter is FILENAME.
20607         * net/trampver.el: Update release number.
20609 2007-07-29  Juri Linkov  <juri@jurta.org>
20611         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20612         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20613         when major-mode is not dired-mode.
20614         (dired-toggle-read-only): New function.
20615         (dired-recursive-deletes): Remove obsolete comments about old
20616         default value.
20617         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20619         * wdired.el (wdired-exit): New function.
20620         (wdired-mode-map): Bind C-x C-q to wdired-exit.
20622 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20624         * cus-edit.el (customize-read-group): New fun.
20625         (customize-group-other-window, customize-face-other-window):
20626         Prompt before delegating to customize-(group|face).
20627         Bind pop-up-windows rather than use the other-window argument.
20628         (customize-group, customize-face): Prompt from the interactive spec.
20629         Remove args `prompt-for-group' and `other-window'.
20631         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20632         (ad-body-forms, ad-advised-interactive-form): Revert this part of
20633         last change.
20635 2007-07-28  Masatake YAMATO  <jet@gyve.org>
20637         * vc.el (vc-dired-mode): Add a menu for VC related operation.
20638         Use backend name as the menu label.  Suggested by David Kastrup.
20640 2007-07-28  Alan Mackenzie  <acm@muc.de>
20642         Fix problem with modes derived from CC Mode:
20643         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20644         macro to cc-langs.
20645         (c-init-language-vars-for): Remove call to above macro.
20646         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20647         been moved to here.
20648         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20650 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
20652         * net/trampver.el: Fix the `coding' cookie.
20654 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20656         * vc-git.el (vc-git-print-log): Support both the old single file
20657         interface and the new one.
20659 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
20661         * bindings.el (mode-line-remote): Use updated %@ construct.
20663 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20665         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20666         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20667         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20668         (diary-list-bahai-entries, diary-bahai-mark-entries)
20669         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20670         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20671         New names to clean up namespace.
20672         (list-bahai-diary-entries, mark-bahai-diary-entries)
20673         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20674         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20675         Add compatibility aliases.
20677         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20679         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20680         (calendar-scroll-left-three-months)
20681         (calendar-scroll-right-three-months): Clean up namespace.
20682         (scroll-calendar-left, scroll-calendar-right)
20683         (scroll-calendar-left-three-months)
20684         (scroll-calendar-right-three-months): Add compatibility aliases.
20686         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20687         Behave like mouse-scroll-calendar-* when used from the mouse.
20689         * calendar/cal-menu.el (cal-menu-scroll-menu)
20690         (cal-menu-global-mouse-menu):
20691         * calendar/calendar.el (calendar-mode-map):
20692         Use new calendar-scroll-* names.
20693         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20694         Remove.  Use calendar-scroll-* directly instead.
20696 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20698         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20699         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20700         (ad-make-advised-definition, ad-cache-id-verification-code):
20701         Use commandp and interactive-form instead.
20703 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
20705         * vc-git.el: Relicense to GPLv3 or later.
20706         (vc-directory-exclusion-list, vc-handled-backends): Remove.
20708         * vc-hooks.el (vc-handled-backends): Add GIT.
20710         * vc.el (vc-directory-exclusion-list): Add .git.
20712 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
20714         * vc-git.el (vc-git-revision-table)
20715         (vc-git-revision-completion-table): New functions.
20717 2007-07-25  Glenn Morris  <rgm@gnu.org>
20719         * Relicense all FSF files to GPLv3 or later.
20721         * COPYING: Switch to GPLv3.
20723 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20725         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20726         Replace it with another one which disables undo before calling
20727         erase-buffer and then turns it back on if needed.
20729 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20731         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20733 2007-07-24  Glenn Morris  <rgm@gnu.org>
20735         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20736         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20737         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20738         (cal-tex-cursor-week, cal-tex-cursor-week2)
20739         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20740         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20741         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20742         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20744 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20746         * calendar/calendar.el (calendar-mode-map): Move initialization
20747         into declaration.  Add menu bindings (used to be done in cal-menu).
20748         (calendar-mode): Don't add an activate-menubar-hook.
20750         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20751         modify calendar-mode-map), use easy-menu, and make sure that C-h k
20752         can be used on the menu entries.
20753         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20754         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20755         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20756         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20757         (calendar-flatten, cal-menu-update): Remove.
20758         (calendar-mouse-insert-hebrew-diary-entry)
20759         (calendar-mouse-insert-islamic-diary-entry)
20760         (calendar-mouse-insert-bahai-diary-entry):
20761         Remove (fold into cal-menu-diary-menu).
20762         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20763         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20764         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20765         (calendar-mouse-view-diary-entries): Minor simplifications.
20766         (calendar-event-to-date): Use with-current-buffer.
20768 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
20770         * add-log.el (change-log-redate): Remove (not needed anymore and
20771         doesn't appear to work).
20773 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20775         * frame.el: Use mapc and dolist instead of mapcar where possible.
20776         (close-display-connection): New command.
20778 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
20780         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20781         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20783 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20785         * ps-print.el (ps-multibyte-buffer): Docstring fix.
20787         * ps-mule.el: Doc fix.
20788         (ps-multibyte-buffer, ps-mule-font-info-database-default)
20789         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20791 2007-07-25  Glenn Morris  <rgm@gnu.org>
20793         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20794         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20795         (cal-tex-daily-end, cal-tex-hook)
20796         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20797         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20798         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20799         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20800         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20801         (cal-tex-day-prefix, cal-tex-day-name-format)
20802         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20803         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20804         (cal-tex-LaTeX-subst-list): Change from variables to constants.
20805         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20806         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20807         etc, rather than \bf.
20808         (cal-tex-mini-calendar): Fix typos in previous change.
20809         (cal-tex-latexify-list): Remove inner let binding.
20810         (cal-tex-end-document, cal-tex-banner): Use multi-line
20811         cal-tex-comment.
20812         (cal-tex-comment): Handle embedded newlines.
20813         (cal-tex-LaTeXify-string): Use substring-no-properties.
20815 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
20817         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20818         Add support for the Maden build tool.
20820 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
20822         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20824 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20826         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20828 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20830         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20831         C-x C-q.
20833         * vc-git.el (vc-git-print-log): Fix previous change.
20835 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20837         * window.el (save-selected-window): Minor optimization.
20838         (bw-adjust-window): If operation failed, try with a smaller delta.
20839         (window-fixed-size-p): New function.
20840         (window-area-factor): New var.
20841         (balance-windows-area): New command.
20843         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20844         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20845         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20846         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20847         (ps-mule-begin-job): Use dolist.
20849 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
20851         * subr.el (start-file-process-shell-command)
20852         (process-file-shell-command): New defuns.
20854         * progmodes/compile.el (compilation-start):
20855         Apply `start-file-process-shell-command'.
20857 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
20859         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20861 2007-07-24  Alan Mackenzie  <acm@muc.de>
20863         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20864         Initialise byte-compile-unresolved-functions before rather than
20865         after a compilation.
20866         (byte-compile-unresolved-functions): Amplify doc string.
20868 2007-07-24  Glenn Morris  <rgm@gnu.org>
20870         * startup.el (normal-splash-screen): Use `emacs-copyright'.
20872         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20873         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20874         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20875         (cal-tex-cursor-week, cal-tex-cursor-week2)
20876         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20877         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20878         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20879         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20881         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20882         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20883         (cal-tex-day-name-format, cal-tex-cal-one-month)
20884         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20885         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20886         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20887         (cal-tex-list-holidays, cal-tex-cursor-year)
20888         (cal-tex-cursor-year-landscape, cal-tex-year)
20889         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20890         (cal-tex-cursor-month, cal-tex-insert-days)
20891         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20892         (cal-tex-first-blank-p, cal-tex-cursor-week)
20893         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20894         (cal-tex-week-hours, cal-tex-cursor-week-monday)
20895         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20896         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20897         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20898         (cal-tex-latexify-list, cal-tex-previous-month)
20899         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20900         modernization, including using dotimes rather than
20901         calendar-for-loop.
20902         (cal-tex-LaTeX-subst-list): Remove `@'.
20903         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20904         Use \textit and \textbf rather than \em and \it.
20906         * calendar/cal-bahai.el (list-bahai-diary-entries)
20907         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20908         * calendar/cal-islam.el (list-islamic-diary-entries)
20909         * calendar/calendar.el (generate-calendar, generate-calendar-month)
20910         * calendar/diary-lib.el (diary-list-entries)
20911         (mark-calendar-date-pattern): Use `dotimes' rather than
20912         `calendar-for-loop'.
20914         * calendar/calendar.el (calendar-for-loop): Doc fix.
20916 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20918         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20919         underlying file is uptodate.
20921 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
20923         * replace.el (perform-replace): Use isearch-no-upper-case-p.
20925 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20927         * vc-hooks.el (vc-mode-line-map): New const.
20928         (vc-mode-line): Use it.
20930 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20932         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20933         (vc-git-unregister): New functions.
20934         (vc-git-find-version): Use the result of ls-files as a parameter
20935         for cat-file.
20937 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
20939         * net/tramp.el (tramp-perl-file-attributes)
20940         (tramp-perl-directory-files-and-attributes)
20941         (tramp-handle-file-attributes-with-stat)
20942         (tramp-handle-directory-files-and-attributes-with-stat)
20943         (tramp-convert-file-attributes): Handle huge file sizes.
20945 2007-07-23  Juri Linkov  <juri@jurta.org>
20947         * isearch.el (isearch-message-function): New variable.
20948         (isearch-update, isearch-search): Use it.
20950         * simple.el (goto-history-element): New function created from
20951         next-history-element.
20952         (next-history-element): Most code moved to goto-history-element.
20953         Call goto-history-element with (- minibuffer-history-position n).
20954         (previous-history-element): Call goto-history-element with (+
20955         minibuffer-history-position n).
20956         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20957         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20958         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20959         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20960         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20961         (minibuffer-history-isearch-pop-state): New functions.
20963 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20965         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20966         Also, if FILE is a list, return non-nil if any of its elements
20967         should stay local.  Update docstring.
20969 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20971         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20972         change by reverting a small part.
20974 2007-07-23  Richard Stallman  <rms@gnu.org>
20976         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20978 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20980         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20981         handling it.  Use vc-git-command.
20982         (vc-git-find-version, vc-git-diff-tree): New functions.
20983         (vc-git-revert): Use vc-git-command.
20984         (vc-git--run-command): Delete.
20986 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20988         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20990 2007-07-20  Kenichi Handa  <handa@m17n.org>
20992         * international/utf-8.el (utf-8-post-read-conversion):
20993         Temporarily bind utf-8-compose-scripts to nil while running
20994         *-compose-region functions.
20996 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20998         * vc-git.el: Update status.
20999         (vc-directory-exclusion-list): Use eval-after-load.
21001 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
21003         * bindings.el (mode-line-remote): New variable.
21004         (help-echo): Add to default values of mode-line-format.
21006         * files.el: Mark mode-line-remote as risky.
21008 2007-07-22  Juri Linkov  <juri@jurta.org>
21010         * isearch.el (isearch-edit-string): Save old point and
21011         isearch-other-end to old-point and old-other-end before reading
21012         the search string from minibuffer.  After exiting minibuffer set
21013         point to old-other-end if point and the search direction is the
21014         same as before reading the search string.
21015         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
21016         to isearch-other-end.  Instead of isearch-search-and-update call
21017         three functions isearch-search, isearch-push-state and isearch-update.
21019 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21021         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21022         deal with multiple file arguments.
21023         (vc-git-print-log): Deal with multiple file arguments.
21025 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21027         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21028         diff-refine-hunk.  Adjust users.
21029         (diff-unified-hunk-p, diff-splittable-p): New functions.
21030         (diff-mode-menu): Use it to disable Split when it doesn't work.
21032 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21034         * diff-mode.el (diff-mode-menu): New entries.
21036 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21038         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21039         if applicable, so as to save undo-log space.
21041         * diff-mode.el (diff-find-file-name): Add arg `batch'.
21043         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21044         (diff-file-kill): Use it.
21045         (diff-beginning-of-hunk): Add arg `try-harder' using it.
21046         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21047         Use it so they find the hunk even when we're in the file header.
21049 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21051         * vc-git.el (vc-git-revision-granularity, vc-git-root)
21052         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21053         (vc-git-create-repo): New functions.
21054         (vc-git-registered): New autoloaded function definition.
21055         (vc-git-registered): Use vc-git-root.
21056         (vc-git-responsible-p): New defalias.
21057         (vc-git-annotate-extract-revision-at-line): Uncomment.
21058         (vc-git-print-log): Add the file name to the log.
21059         (vc-git-log-view-mode): New derived mode.
21060         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21062 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
21064         * progmodes/grep.el (grep-compute-defaults): Keep default values.
21066 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
21068         * textmodes/reftex.el (reftex-access-parse-file): Create parse
21069         file in a way that does not interfere with recentf mode.
21070         (reftex-access-parse-file): Do not risk destroying an existing
21071         buffer.
21073 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
21075         * vc-git.el: New file.
21077 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21079         * textmodes/tex-mode.el (tex-font-script-display): Change default.
21081 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21083         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21084         for branches and new files.
21086         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21087         local-map handling ...
21088         (vc-mode-line): ... here.  Improve handling of help-echo.
21090         * vc.el (mode-line-string): Document help-echo usage.
21092 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
21094         Sync with Tramp 2.1.10.
21096         * net/tramp.el (tramp-get-ls-command): Fix typo.
21098         * net/trampver.el: Update release number.
21100 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
21102         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21104         * term/x-win.el (x-handle-no-bitmap-icon): New function.
21106 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
21108         * add-log.el (change-log-fill-parenthesized-list): New function.
21109         (change-log-indent): Call change-log-fill-parenthesized-list.
21110         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21111         Have lines with leading asterisk start a paragraph.
21113 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
21115         * calc/calc-math.el (math-emacs-precision)
21116         (math-largest-emacs-expt, math-smallest-emacs-expt):
21117         New variables.
21118         (math-use-emacs-fn): New function.
21119         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21120         appropriate.
21122 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
21124         * image-dired.el (image-dired-sane-db-file): New func.
21125         (image-dired-write-tags, image-dired-remove-tag)
21126         (image-dired-list-tags, image-dired-write-comments)
21127         (image-dired-get-comment, image-dired-mark-tagged-files)
21128         (image-dired-create-gallery-lists): Call new func.
21129         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21131 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
21133         * vc-hg.el (vc-hg-dir-state): Fix loop.
21134         (vc-hg-print-log): Fix expected return value for vc-hg-command.
21135         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21136         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21137         (vc-hg-revert): Likewise.
21138         (vc-hg-revision-table, vc-hg-revision-completion-table): New
21139         functions.
21141 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21143         * add-log.el (change-log-resolve-conflict): Don't lose data if the
21144         merge fails.
21146 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21148         * progmodes/compile.el (compilation-auto-jump-to-first-error):
21149         Add group and version.
21151 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21153         * add-log.el (add-log-file-name): Use file-relative-name.
21154         (add-change-log-entry): Delay reading
21155         add-log-(full-name|mailing-address) to after we've switched to the
21156         ChangeLog buffer so we get the right value.
21157         (add-change-log-entry, add-log-current-defun, change-log-merge):
21158         Use derived-mode-p rather than checking major-mode directly.
21160         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21161         name for buffer-file-name if it refers to a directory.
21163         * vc-arch.el (vc-arch-diff): Fix last change.
21165         * progmodes/compile.el (compilation-start): Remember the original
21166         directory in a buffer-local compilation-directory.
21167         (compile): Set the global value of compilation-directory.
21168         (recompile): Use compilation-directory even in the compilation buffer.
21170 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21172         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21174 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21176         * ps-print.el: Problem with foreground and background color when
21177         printing a buffer with and without faces.  Reported by Christian
21178         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21179         (ps-print-version): New version 6.7.5.
21180         (ps-default-fg): Change default value to nil, so black color is used
21181         when a face does not specify a foreground color.
21182         (ps-default-bg): Change default value to nil, so white color is used
21183         for background color.
21184         (ps-begin-job): Fix code.
21186 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
21188         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21189         in $(INSTALL_DIR)/lisp/ if they already exist.
21191 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
21193         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21194         in $(INSTALL_DIR)/lisp/ if they already exist.
21196 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21198         * progmodes/vera-mode.el (vera-re-search-forward)
21199         (vera-re-search-backward): Remove use of store-match-data.
21200         (vera-mode-map): Move initialization into declaration.
21202         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21203         (flymake-find-buildfile): Use locate-dominating-file.
21205         * vc.el (vc-delistify): Use mapconcat.
21206         (vc-do-command): Minor simplification.
21207         (vc-expand-dirs): Use push.
21209         * vc-mcvs.el (vc-mcvs-create-repo):
21210         * vc-cvs.el (vc-cvs-create-repo): Remove.
21212         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21213         directory and the root as well.
21215 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21217         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21218         instead of a file.
21220         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21221         (vc-hg-registered): Replace if with when.
21222         (vc-hg-state): Deal with nonexistent files and handle removed files.
21223         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21224         (vc-hg-checkout): Re-enable.
21225         (vc-hg-create-repo): Fix typos.
21226         (vc-hg-print-log): Fix for multiple files.
21227         (vc-hg-workfile-unchanged-p): New function.
21229         * vc.el: Fix typo.
21230         (vc-print-log): Fix call to print-log.
21231         (vc-default-comment-history): Likewise.
21232         (vc-directory-exclusion-list): Add .hg and .bzr.
21233         (vc-diff-internal): Pass a list instead of a file.
21235         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21237         * vc-bzr.el (vc-bzr-create-repo): New function.
21239 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21241         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21242         `file' from which to start the search.
21244 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
21246         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21247         having a single file argument to having a list of files as the
21248         first argument.
21250 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21252         * files.el (locate-dominating-file): New function.
21254 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
21256         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21257         (grep-compute-defaults): Use it.
21259 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21261         * uniquify.el: Docstring fixes.
21263 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
21265         * vc.el (revision-granularity, create-repo): Document new vc
21266         backend properties.
21267         (vc-rollback): Renamed from vc-cancel-version.  Update references.
21268         Pass a list instead of a file.
21269         (vc-revert): Renamed from vc-revert-buffer.  Update references.
21270         (vc-delistify, vc-expand-dirs): New functions.
21271         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21272         of files instead of a single file.
21273         (vc-position-context, vc-resync-window, vc-diff-internal)
21274         (vc-print-log): Pass a list instead of a file.
21276         * vc-hooks.el (vc-stay-local-p, vc-backend)
21277         (vc-backend-subdirectory-name): Work on a file list, not a single
21278         file.
21279         (vc-workfile-version): Update docstring.
21280         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21281         vc-revert instead of vc-revert-buffer.
21282         (vc-prefix-map): Likewise.  Bind vc-update.
21284         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21285         (vc-svn-wash-log): New functions.
21286         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21287         (vc-svn-command): Deal with a list of files, not a single file.
21289         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21290         (vc-rcs-wash-log): New functions.
21291         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21292         Deal with a list of files, not a single file.
21293         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
21295         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21296         functions.
21297         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21298         list of files, not a single file.
21300         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21301         New functions.
21302         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21303         (vc-mcvs-diff): Deal with a list of files, not a single file.
21305         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21306         functions.
21307         (vc-hg-print-log): Deal with a list of files, not a single file.
21308         (vc-hg-diff-tree): New function, replace defalias with the same
21309         name.
21310         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21311         FILES to denote that it is a file list, not a single file.
21313         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21314         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21315         a single file.
21316         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21317         that it is a file list, not a single file.
21318         (vc-cvs-diff): Likewise.  Simplify.
21320         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21321         Deal with a list of files, not a single file.
21323         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21324         (vc-bzr-print-log): Update FILE parameter name to denote that it
21325         is a file list, not a single file.
21326         (vc-bzr-diff): Likewise.  Use the car of files.
21328 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
21330         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21331         (follow-delete-other-windows-and-split, follow-recenter)
21332         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21333         (follow-redisplay, follow-estimate-first-window-start)
21334         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21335         Fix typos in docstrings.
21337 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
21339         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21340         avoid that filling introduces lines with a single asterisk.
21342         * kmacro.el (kmacro-end-macro): When ignoring empty macro
21343         avoid incorrect kmacro-ring-empty-p messages.
21344         Reported by Michael Schierl <schierlm@gmx.de>.
21346 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21348         * vc.el: Add more info about the vc-registered function.
21350 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
21352         * files.el (file-remote-p): Introduce optional parameter
21353         IDENTIFICATION.
21355         * recentf.el (recentf-keep-default-predicate): Adapt call of
21356         `file-remote-p'.
21358         * progmodes/grep.el (grep-probe): Use `process-file'.
21359         (grep-compute-defaults): Handle variables host specific.
21361         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21362         parameter IDENTIFICATION.
21364         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21365         parameter IDENTIFICATION.
21366         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
21367         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21368         Add entry for `set-file-times'.
21369         (tramp-do-copy-or-rename-file-via-buffer)
21370         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21371         (tramp-handle-unhandled-file-name-directory): Rewrite.
21372         (tramp-convert-file-attributes): Add error handling when inode is
21373         extraordinary big.
21374         (tramp-get-inode): Change parameter from FILE to VEC.
21375         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21376         is nil.  This is according to the specification.  Goto (point-max)
21377         when ready.
21378         (tramp-handle-shell-command): Rewrite completely, using
21379         `process-file' and `start-file-process'.
21380         (tramp-methods, tramp-find-shell)
21381         (tramp-open-connection-setup-interactive-shell)
21382         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21383         var.  Reported by Steve Youngs <steve@sxemacs.org>.
21385         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21386         entry for `set-file-times'.  Rename `start-process' into
21387         `start-file-process'.  Remove `call-process' entry.
21388         (tramp-fish-handle-set-file-times): New defun.
21389         (tramp-fish-handle-executable-find): Use `process-file'.
21390         (tramp-fish-handle-process-file): New defun.  Replaces
21391         `tramp-fish-handle-call-process'.
21392         (tramp-fish-do-copy-or-rename-file-directly): Use
21393         `set-file-times'.
21394         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21396         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21397         `tramp-get-inode' parameter.
21399 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21401         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21402         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
21403         nowadays, and by the time Emacs-23 comes out, nobody will even remember
21404         it has ever existed.
21406 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21408         * vc.el: Undo previous change.
21410 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
21412         * makefile.w32-in (clean): Don't delete *~.
21414 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21416         * textmodes/tex-mode.el (tex-verbatim-environments):
21417         Add safe-local-variable property.
21418         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21419         when starting font-lock rather than when loading tex-mode.el.
21421         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21422         whole $( rather than just the $.  Rename from sh-quoted-subshell.
21423         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21425 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21427         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21428         bookmark-alist.  Instead, if not sorting, simply return it.
21429         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21430         for its return value, not for its side effect.
21432         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21433         case of alignment under a constant symbol, find and consider
21434         the sexp actually at indentation to be the "last sexp".
21436 2007-07-16  Drew Adams  <drew.adams@oracle.com>
21438         * mouse.el (mouse-yank-secondary): Better error message if no
21439         secondary selection.
21441 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
21443         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21445         * term/xterm.el (xterm-turn-on-modify-other-keys)
21446         (xterm-turn-off-modify-other-keys): New functions.
21447         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21448         terminal supports it.
21450 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21452         * bookmark.el (bookmark-show-all-annotations):
21453         Make sure each inserted annotation ends with newline.
21455 2007-07-15  Richard Stallman  <rms@gnu.org>
21457         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21459         * tutorial.el (tutorial--find-changed-keys):
21460         Handle C-x specially like ESC.
21462 2007-07-15  Aaron Hawley  <aaronh@garden.org>
21464         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21466 2007-07-15  Juri Linkov  <juri@jurta.org>
21468         * delsel.el (delete-selection-pre-hook):
21469         * emulation/cua-base.el (cua-paste): Before a yank command,
21470         check also whether last-command is one of mouse-save-then-kill,
21471         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21473 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
21475         * recentf.el (recentf-keep-default-predicate): New defun.
21476         (recentf-keep): Use it as initial value.
21478 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
21480         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21481         thus restoring bookmark bindings to three slots under C-x r.  See
21482         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21484 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
21486         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21488 2007-07-15  Jason Rumney  <jasonr@gnu.org>
21490         * w32-fns.el (set-default-process-coding-system): Use dos line ends
21491         for input to cmdproxy on all versions of Windows.
21492         Use dos line ends for input to plink.
21494         * comint.el (comint-simple-send): Concat newline before sending.
21495         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21497 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21499         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21500         safe-local-variable setting.
21502 2007-07-14  David Kastrup  <dak@gnu.org>
21504         * emacs-lisp/advice.el (defadvice): Doc fix.
21506 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
21508         * subr.el (when, unless): Doc fix.
21510 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21512         * replace.el (match): Use yellow1 instead of yellow.
21514         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21515         red.
21517         * pcvs-info.el (cvs-unknown): Likewise.
21519 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
21521         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21522         (install): Use them to copy all *.el files before *.elc.
21524 2007-07-13  Drew Adams  <drew.adams@oracle.com>
21526         * bookmark.el (bookmark-jump-other-window): New function.
21527         (bookmark-map): Bind it to "o".
21529         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21530         and its thread contains discussion about this change.
21531         The original patch was slightly tweaked by Karl Fogel
21532         <kfogel@red-bean.com> before committing.
21534 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21536         * bookmark.el: Shorten some comments to fit within 80 lines.
21538 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21540         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21541         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
21542         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
21543         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21545 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
21547         * textmodes/org.el: Bug fixes.
21548         (org-end-of-line): Move to end of line if in headline without tags.
21550 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21552         * vc-hooks.el: Remove spurious * in docstrings.
21553         (vc-handled-backends): Add BZR.
21555         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21557 2007-07-12  Davis Herring  <herring@lanl.gov>
21559         * desktop.el (desktop-buffer-info, desktop-save):
21560         Use `desktop-dirname' instead of `dirname'.
21562 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21564         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21566         * progmodes/python.el (python-which-func-length-limit): New var.
21567         (python-which-func): New function.
21568         (python-current-defun): Add optional `length-limit' and try to fit
21569         computed function name to that length.
21570         (python-mode): Hook `python-which-func' up.
21572 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
21574         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21576         * comint.el (comint-dynamic-complete-as-filename):
21577         Use read-file-name-completion-ignore-case.
21579 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21581         * comint.el (comint-dynamic-list-filename-completions):
21582         Use read-file-name-completion-ignore-case.
21584         * vc-cvs.el: Require CL.
21585         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21586         New functions to provide completion of revision names.
21588         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21589         (vc-cvs-annotate-first-line-re): New const.
21590         (vc-cvs-annotate-process-filter): New fun.
21591         (vc-cvs-annotate-command): Use them and run the command asynchronously.
21593 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21595         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21596         (eldoc-print-current-symbol-info): Adjust for changed helper
21597         function signatures.
21598         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
21599         `eldoc-highlight-function-argument'.
21600         (eldoc-highlight-function-argument): New function.
21601         (eldoc-get-var-docstring): Format documentation with
21602         `font-lock-variable-name-face'.
21603         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21604         where suited.
21605         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21606         (eldoc-beginning-of-sexp): Return number of skipped sexps.
21608 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
21610         * progmodes/compile.el (compilation-start): `start-process' must
21611         still be redefined when calling `start-process-shell-command'.
21613         * progmodes/gud.el (gud-file-name): When `default-directory' is a
21614         remote file name, prepend its remote part to the filename.
21615         (gud-common-init): When `default-directory' is a remote file name,
21616         make the filename relative to it.
21617         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21619 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
21621         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21622         mouse binding and a tooltip.
21624 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21626         * menu-bar.el (vc-menu-map): New defalias.
21628 2007-07-10  Richard Stallman  <rms@gnu.org>
21630         * emacs-lisp/lisp-mode.el (eval-defun):
21631         Explain special handling of `defface'.
21633 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
21635         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21637         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21639 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21641         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21643         * vc-arch.el (vc-arch-complete): Remove.
21644         (vc-arch-revision-completion-table): Use complete-with-action.
21646         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21647         (complete-with-action): New function.
21648         (dynamic-completion-table): Use it.
21650 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
21652         * comint.el (make-comint, make-comint-in-buffer)
21653         (comint-exec-1): Replace `start-process' by `start-file-process'.
21655         * progmodes/compile.el (compilation-start): Revert redefining
21656         `start-process'.
21658 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21660         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21661         with EOLs when generating MD5 checksums.
21663         * follow.el: Don't change the global map from the follow-mode-map
21664         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
21665         XEmacs code.
21666         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21667         since `follow-mode' should be used instead for that.
21669         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21670         (easy-menu-do-define): Use it.
21671         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21673         * progmodes/compile.el (compilation-auto-jump-to-first-error)
21674         (compilation-auto-jump-to-next): New vars.
21675         (compilation-auto-jump): New function.
21676         (compilation-error-properties): Use them to jump to first error.
21677         (compilation-start): Set the var if requested.
21679         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21680         duplicates without also removing entries from other directories.
21682 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
21684         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21685         Remember span as default.
21686         (org-columns-edit-value): Rename from `org-column-edit'.
21687         (org-columns-display-here-title): Rename from
21688         `org-overlay-columns-title'.
21689         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21690         (org-columns-get-autowidth-alist): Rename from
21691         `org-get-columns-autowidth-alist'.
21692         (org-columns-display-here): Rename from `org-overlay-columns'.
21693         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21694         (org-columns-quit): Rename from `org-column-quit'.
21695         (org-columns-show-value): Rename from `org-column-show-value'.
21696         (org-columns-content, org-columns-widen)
21697         (org-columns-next-allowed-value)
21698         (org-columns-edit-allowed, org-columns-store-format)
21699         (org-columns-uncompile-format, org-columns-redo)
21700         (org-columns-edit-attributes, org-delete-property)
21701         (org-set-property, org-columns-update)
21702         (org-columns-compute, org-columns-eval)
21703         (org-columns-not-in-agenda, org-columns-compute-all)
21704         (org-property-next-allowed-value)
21705         (org-columns-compile-format)
21706         (org-fill-paragraph-experimental)
21707         (org-string-to-number, org-property-action)
21708         (org-columns-move-left, org-columns-new)
21709         (org-column-number-to-string)
21710         (org-property-previous-allowed-value)
21711         (org-at-property-p, org-columns-delete)
21712         (org-columns-previous-allowed-value)
21713         (org-columns-move-right, org-columns-narrow)
21714         (org-property-get-allowed-values)
21715         (org-verify-version, org-column-string-to-number)
21716         (org-delete-property-globally): New functions.
21717         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21718         (org-columns-overlays): Rename from `org-column-overlays'.
21719         (org-columns-map): Rename from `org-column-map'.
21720         (org-columns-current-maxwidths): Rename from
21721         `org-current-columns-maxwidths'.
21722         (org-columns-begin-marker, org-columns-current-fmt-compiled)
21723         (org-previous-header-line-format)
21724         (org-columns-inhibit-recalculation)
21725         (org-columns-top-level-marker): New variables.
21726         (org-columns-default-format): Rename from `org-default-columns-format'.
21727         (org-property-re): New constant.
21729 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
21731         * subr.el (looking-at-p, string-match-p): New functions.
21733 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
21735         * textmodes/tex-mode.el (tex-fontify-script)
21736         (tex-font-script-display): New variables to make display of
21737         superscripts and subscripts customizable.
21738         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21740 2007-07-09  Richard Stallman  <rms@gnu.org>
21742         * isearch.el (isearch-edit-string): Call to isearch-push-state
21743         after the search.
21745 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
21747         * window.el (fit-window-to-buffer): Remove setting of window-min-height
21748         to 1 as enlarge-window uses the value to resize/shrink windows other
21749         than WINDOW if needed.
21751 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21753         * cus-start.el (file-coding-system-alist): Fix custom type.
21755 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
21757         * longlines.el (longlines-wrap-region): Avoid marking buffer as
21758         modified.
21759         (longlines-auto-wrap, longlines-window-change-function):
21760         Remove unnecessary calls to set-buffer-modified-p.
21762 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21764         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21765         (vc-cvs-checkout): Remove last arg now unused; simplify.
21767 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
21769         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21771         * net/tramp.el:
21772         * net/tramp-ftp.el:
21773         * net/tramp-smb.el:
21774         * net/tramp-uu.el:
21775         * net/trampver.el: Migrate to Tramp 2.1.
21777         * net/tramp-cache.el:
21778         * net/tramp-fish.el:
21779         * net/tramp-gw.el: New Tramp packages.
21781         * net/tramp-util.el:
21782         * net/tramp-vc.el: Removed.
21784         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21785         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21787         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21789         * progmodes/compile.el (compilation-start): Redefine
21790         `start-process' temporarily when `default-directory' is remote.
21791         Remove case of synchronous compilation, this won't happen ever.
21792         (compilation-setup): Make local variable `comint-file-name-prefix'
21793         for remote compilation.
21795 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
21797         * novice.el (disabled-command-function): Fit window to buffer to
21798         make last line visible.
21799         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21801         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21802         when handling the terminating event.
21804 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21806         * calc/calc.el (math-read-number-simple): Remove leading 0s.
21807         (math-bignum-digit-length): Change to optimal value.
21809         * calc/calc-bin.el (math-bignum-logb-digit-size)
21810         (math-bignum-digit-power-of-two): Evaluate when compiled.
21812         * calc/calc-comb.el (math-small-factorial-table)
21813         (math-init-random-base, math-prime-test): Remove unnecessary calls
21814         to `math-read-number-simple'.
21816         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21817         (math-approx-gamma-const): Add docstrings.
21819         * calc/calc-forms.el (math-julian-date-beginning)
21820         (math-julian-date-beginning-int): New constants.
21821         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21822         Use the new constants.
21824         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21826         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21827         Add docstrings.
21829 2007-07-07  Tom Tromey  <tromey@redhat.com>
21831         * vc.el (vc-annotate): Jump to line and output message only after the
21832         process is really all done.
21834 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21836         * vc.el (vc-exec-after): Don't move point from the sentinel.
21837         Forcefully read all the remaining text in the pipe upon process exit.
21838         (vc-annotate-display-autoscale, vc-annotate-lines):
21839         Don't stop at the first unrecognized line.
21840         (vc-annotate-display-select): Run autoscale after the process is done
21841         since it depends on the whole result.
21843 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
21845         * term/w32-win.el (menu-bar-open): New function.
21846         Bind <f10> to it.
21848 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
21850         * simple.el (start-file-process): New defun.
21852 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21854         * files.el (find-file-confirm-nonexistent-file): Rename from
21855         find-file-confirm-inexistent-file.  Update users.
21857         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21858         format of autoload block where the file's time-stamp is replaced by its
21859         MD5 checksum.
21860         (autoload-generate-file-autoloads): Use MD5 checksum instead of
21861         time-stamp for secondary autoloads files.
21862         (update-directory-autoloads): Remove duplicate entries.
21863         Use time-less-p for time-stamps, as done in autoload-find-destination.
21865 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21867         * calc/calc.el (math-read-number): Replace number by variable.
21868         (math-read-number-simple): Properly parse small integers.
21870 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
21872         * vc.el: Fix doc for the checkout function.
21874 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
21876         * vc-hg.el (vc-hg-root): New function.
21877         (vc-hg-registered): Use it.
21878         (vc-hg-diff-tree): New defalias.
21879         (vc-hg-responsible-p): Likewise.
21880         (vc-hg-checkout): Comment out, not needed.
21881         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21882         (vc-hg-find-version, vc-hg-next-version): New functions.
21884 2007-07-06  Andreas Schwab  <schwab@suse.de>
21886         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21887         dynamic bindings around the evaluation of the expression.
21888         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21890 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21892         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21893         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
21894         Use run-hooks rather than run-mode-hooks.
21896 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
21898         * calc/calc-comb.el (math-random-digit): Rename to
21899         `math-random-three-digit-number'.
21900         (math-random-digits): Don't depend on representation of integer.
21902         * calc/calc-bin.el (math-bignum-logb-digit-size)
21903         (math-bignum-digit-power-of-two): New constants.
21904         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21905         (math-not-bignum, math-clip-bignum): Use the constants
21906         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21907         instead of their values.
21908         (math-clip): Use math-small-integer-size instead of its value.
21910         * calc/calc.el (math-add-bignum): Replace number by constant.
21912 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21914         * wid-edit.el (widget-documentation-string-value-create):
21915         Insert indentation spaces.
21917 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21919         * emacs-lisp/byte-opt.el: Revert last change.
21921 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21923         * vc-hooks.el (vc-handled-backends): Add HG.
21925         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21927 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21929         * complete.el (PC-do-complete-and-exit): Add support for the new
21930         `confirm-only' confirmation mode.
21932 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21934         * cus-edit.el (custom-commands): New variable.
21935         (custom-tool-bar-map): New variable.  Initialize using
21936         `custom-commands'.
21937         (custom-mode): Use `custom-tool-bar-map'.
21938         (custom-buffer-create-internal): Insert action buttons only if
21939         tool bar is not used.  Use `custom-commands'.
21940         (Custom-help, custom-command-apply): New function.
21941         (custom-command-apply, Custom-set, Custom-save)
21942         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21943         Use `custom-command-apply' instead of duplicating code.
21944         (customize-group-other-window): Call `customize-group' instead of
21945         duplicating code.
21946         (customize-face-other-window): Call `customize-face' instead of
21947         duplicating code.
21948         (customize-group, customize-face): Add optional args for opening
21949         in another window.
21950         (custom-variable-tag): Don't inherit `variable-pitch' face.
21951         (custom-group-tag): Inherit `variable-pitch' face.
21952         (custom-variable-value-create): Set documentation indentation.
21953         (custom-group-value-create): Make group name a link, instead of
21954         using an extra "go to group" button.
21955         (custom-prompt-variable, custom-group-set, custom-group-save)
21956         (custom-group-reset-current, custom-group-reset-saved)
21957         (custom-group-reset-standard): Minor cleanup.
21959 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21961         * Makefile.in (bootstrap-prepare): When copying from
21962         ldefs-boot.el, make sure loaddefs.el is writeable.
21964         (bootstrap-prepare): Make $(lisp)/ps-print.el
21965         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21967 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21969         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21970         only caller, and delete.
21971         (vc-hg-state): Deal with exceptions and only parse the output on
21972         successful return.
21973         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21974         caller, and delete.
21975         (vc-hg-workfile-version): Deal with exceptions and only parse the
21976         output on successful return.
21977         (vc-hg-revert): New function.
21979 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
21981         * calculator.el (calculator-expt): Use more cases to determine
21982         the value.
21984 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
21986         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21987         file names.
21989 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
21991         * calculator.el (calculator-expt, calculator-integer-p):
21992         New functions.
21993         (calculator-fact): Check to see if the factorial will be too
21994         large before computing it.
21995         (calculator-initial-operators): Use `calculator-expt' to
21996         compute "^".
21997         (calculator-mode): Mention that results which are too large
21998         will return inf.
21999         * calc/calc-comb.el (math-small-factorial-table): Replace list
22000         by vector.
22002 2007-07-03  David Kastrup  <dak@gnu.org>
22004         * shell.el: On request of the authors, remove their addresses for
22005         the sake of bug reports, and add the developer list address as
22006         maintainer information.
22008 2007-07-03  Richard Stallman  <rms@gnu.org>
22010         * files.el (make-directory): Doc fix.
22011         (find-file-confirm-inexistent-file): Make it a defcustom.
22012         Make nil the default.
22014 2007-07-02  Richard Stallman  <rms@gnu.org>
22016         * startup.el (command-line): Set buffer-offer-save in *scratch*
22017         and enable auto-save in it.
22019 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
22021         * textmodes/org.el (orgstruct-mode-map): New variable.
22022         (orgstruct-mode): New minor mode.
22023         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22024         (orgstruct-make-binding, org-context-p, org-get-local-variables)
22025         (org-run-like-in-org-mode): New functions.
22026         (org-cycle-list-bullet): New command.
22027         (org-special-properties, org-property-start-re)
22028         (org-property-end-re): New constants.
22029         (org-with-point-at): New macro.
22030         (org-get-property-block, org-entry-properties, org-entry-get)
22031         (org-entry-delete, org-entry-get-with-inheritance)
22032         (org-entry-put, org-buffer-property-keys): New functions.
22033         (org-insert-property-drawer): New command.
22034         (org-entry-property-inherited-from): New variable.
22035         (org-column): New face.
22036         (org-column-overlays, org-current-columns-fmt)
22037         (org-current-columns-maxwidths, org-column-map): New variables.
22038         (org-column-menu): New menu.
22039         (org-new-column-overlay, org-overlay-columns)
22040         (org-overlay-columns-title, org-remove-column-overlays)
22041         (org-column-show-value, org-column-quit, org-column-edit):
22042         New functions.
22043         (org-columns, org-agenda-columns): New commands.
22044         (org-get-columns-autowidth-alist): New functions.
22045         (org-properties): New customize group.
22046         (org-default-columns-format): New option.
22047         (org-priority): Realign tags after changing priority.
22048         (org-preserve-lc): New macro.
22049         (org-update-checkbox-count): Catch case when there is no headline.
22050         (org-agenda-quit): Remove any column overlays.
22051         (org-beginning-of-item-list): Fixed bug when non-item line is
22052         indented too deep.
22053         (org-cached-props): New variable.
22054         (org-cached-entry-get): New function.
22055         (org-make-tags-matcher): Handle property matches.
22056         (org-table-recalculate): Swap evaluation order: Field formula
22057         first, then column formulas, but don't allow them to overwrite the
22058         field formulas.
22059         (org-table-eval-formula): New argument untouchable.
22060         (org-table-put-field-property): New function.
22062 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
22064         * help-mode.el (help-make-xrefs): Skip spaces too when
22065         skipping tabs.
22067         * ffap.el (dired-at-point-prompter): Improve prompt in
22068         list-directory case.
22070 2007-07-01  Richard Stallman  <rms@gnu.org>
22072         * files.el (find-file-visit-truename): Fix safe-local-variable value.
22074 2007-07-01  Richard Stallman  <rms@gnu.org>
22076         * cus-start.el (max-mini-window-height): Added.
22078 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
22080         * complete.el (partial-completion-mode): Remove advice of
22081         read-file-name-internal.
22082         (PC-do-completion): Rebind minibuffer-completion-table.
22083         (PC-read-file-name-internal): New function doing what
22084         read-file-name-internal advice did.
22086 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
22088         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22089         property on a few symbols.
22090         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22091         (byte-optimize-lapcode): Remove bindings that are not referenced
22092         and certainly will not effect through dynamic scoping.
22094 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22096         * files.el (find-file-confirm-inexistent-file): New var.
22097         (find-file, find-file-other-window, find-file-other-frame)
22098         (find-file-read-only, find-file-read-only-other-window)
22099         (find-file-read-only-other-frame): Use it.
22101 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22103         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22105 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
22107         * generic-x.el (generic-define-mswindows-modes)
22108         (generic-define-unix-modes, apache-log-generic-mode)
22109         (bat-generic-mode-keymap, java-manifest-generic-mode)
22110         (show-tabs-generic-mode): Fix typos in docstrings.
22112 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
22114         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22115         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22116         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22117         (rcirc-print): Never ignore messages from ourself.
22119 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22121         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22122         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
22124 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
22126         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22127         replace-regexp-in-string.
22129 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22131         * emacs-lisp/cl.el: Set edebug and indentation before loading
22132         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22134 2007-06-28  Andreas Schwab  <schwab@suse.de>
22136         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22137         $(lisp)/subdirs.el.
22139 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
22141         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22142         the speedbar frame if nil; that deletes the current frame or
22143         causes an error if it is the only frame.
22144         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22146 2007-06-28  Kevin Ryde  <user42@zip.com.au>
22148         * textmodes/nroff-mode.el: Groff \# comments.
22149         (nroff-mode-syntax-table): \# comment intro,
22150         plain # as punct per global table.
22151         (nroff-font-lock-keywords): Add # as a single char escape.
22152         (nroff-mode): In comment-start-skip, match \#.
22154 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22156         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22157         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22158         point-min == 1.
22160 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
22162         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22163         Rename and move to...
22165         * subr.el (strings->string, string->strings): ...here.
22167         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22168         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22170         * progmodes/gud.el (gud-common-init): Call string->strings instead
22171         of split-string.
22173 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
22175         * dired-aux.el: Remove `dired-call-process'.
22176         (dired-check-process): Call `process-file'.
22178         * wdired.el (wdired-do-perm-changes): Call `process-file'.
22180         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22181         `ange-ftp-process-file'.
22183 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22185         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22187         * emacs-lisp/cl-extra.el:
22188         * emacs-lisp/cl-seq.el:
22189         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22190         Add autoload cookies on all defs autoloaded manually in cl.el.
22192         * emacs-lisp/cl-loaddefs.el: New file.
22194         * textmodes/texinfmt.el (texinfo-raisesections-alist)
22195         (texinfo-lowersections-alist): Merge definition and declaration.
22196         (texinfo-start-of-header, texinfo-end-of-header): Remove.
22197         (texinfo-format-syntax-table): Merge init into declaration.
22198         (texinfo-format-parse-line-args, texinfo-format-parse-args)
22199         (texinfo-format-parse-defun-args, texinfo-format-node)
22200         (texinfo-push-stack, texinfo-multitable-widths)
22201         (texinfo-define-info-enclosure, texinfo-alias)
22202         (texinfo-format-defindex, batch-texinfo-format): Use push.
22203         (texinfo-footnote-number): Remove duplicate declaration.
22205         * ps-print.el: Update with auto-generated autoloads.
22207         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22209 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22211         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22212         relative to current dir for file-local settings.
22213         (autoload-generate-file-autoloads): Add `outfile' arg.
22214         (update-directory-autoloads): Use it to directly call
22215         autoload-generate-file-autoloads instead of going through
22216         update-file-autoloads so we avoid redundant searches and so we can know
22217         the set of buffers changed so we can save them all.
22219         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22220         rather than throwing `up-to-date'.
22221         (autoload-generate-file-autoloads): Adjust correspondingly.
22222         (update-file-autoloads): Be careful to let-bind
22223         autoload-modified-buffers and adjust to new calling conventions.
22224         (autoload-modified-buffers): Make it a dynamically scoped var.
22225         (update-directory-autoloads): Use file-relative-name instead of
22226         autoload-trim-file-name.
22227         (autoload-insert-section-header): Don't use autoload-trim-file-name
22228         since the file is already relative now.
22229         (autoload-trim-file-name): Remove.
22231         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22232         (vc-arch-complete, vc-arch--version-completion-table)
22233         (vc-arch-revision-completion-table): New functions to provide
22234         completion of revision names.
22235         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22236         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22237         to let the user trim the revlib.
22239         * vc.el: Add new VC operation `revision-completion-table'.
22240         (vc-default-revision-completion-table): New function.
22241         (vc-version-diff, vc-version-other-window): Use it to provide
22242         completion of revision names if the backend provides it.
22244         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22246         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22247         of newer .svn/entries.
22249 2007-06-25  David Kastrup  <dak@gnu.org>
22251         * calc/calc-poly.el (math-padded-polynomial)
22252         (math-partial-fractions): Add some function comments.
22254 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22256         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22257         Make `outbuf' optional.
22258         (update-file-autoloads): Use it.
22260 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22262         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22263         (autoload-find-destination): Keep it uptodate.
22264         (autoload-save-buffers): New fun.
22265         (update-file-autoloads): Use it.  Re-add the "up to date" message.
22267         * emacs-lisp/autoload.el: Refactor for upcoming changes.
22268         (autoload-find-destination): New function extracted from
22269         update-file-autoloads.
22270         (update-file-autoloads): Use it.
22271         (autoload-generate-file-autoloads): New function extracted from
22272         generate-file-autoloads.  Use file-relative-name.  Delay computation of
22273         output-start to the first cookie.  Remove done-any, replaced by
22274         output-start.
22275         (generate-file-autoloads): Use it.
22277 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
22279         * calc/calc-comb.el (math-init-random-base, math-prime-test):
22280         Use math-read-number-simple to insert constants.
22281         (math-prime-test): Redo calculation of sum.
22283         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22285         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22286         math-scale-bignum-3.
22287         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22288         math-bignum-digit-size.
22289         (math-isqrt-small): Add another possible initial guess.
22291 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22293         * textmodes/bibtex.el (bibtex-entry-format): New options
22294         `whitespace', `braces', and `string'.
22295         (bibtex-field-braces-alist, bibtex-field-strings-alist)
22296         (bibtex-field-braces-opt, bibtex-field-strings-opt)
22297         (bibtex-cite-matcher-alist): New variables.
22298         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22299         (bibtex-flash-head): Use blink-matching-delay.
22300         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22301         (bibtex-format-entry, bibtex-reformat): Handle new options of
22302         bibtex-entry-format.
22303         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22304         New functions.
22305         (bibtex-complete-internal): Do not display messages while
22306         minibuffer is used.  Do not leave around a completions buffer
22307         that is out of date.
22308         (bibtex-copy-summary-as-kill): New optional arg.
22309         (bibtex-font-lock-url): New optional arg no-button.
22310         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22311         (bibtex-url): Allow multiple URLs per entry.
22313 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22315         * emacs-lisp/autoload.el (autoload-generated-file): New function.
22316         (update-file-autoloads, update-directory-autoloads): Use it.
22317         (autoload-file-load-name): New function.
22318         (generate-file-autoloads, update-file-autoloads): Use it.
22319         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
22320         (generate-file-autoloads): If the autoloaded form is malformed,
22321         indicate the problem with a warning instead of aborting.
22323 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
22325         * simple.el (next-error-recenter): Accept `(4)' as well;
22326         also, specify `integer' instead of `number'.
22328 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22330         * ls-lisp.el (insert-directory): If an invalid regexp error is
22331         thrown, try using FILE as a literal file name, not a wildcard.
22333 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
22335         * ruler-mode.el (ruler-mode): Prevent clobbering the original
22336         `header-line-format' when reentering ruler mode.
22338 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22340         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22341         FILE exists as a file.
22343 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22345         * calc/calc.el (math-bignum-digit-length)
22346         (math-bignum-digit-size, math-small-integer-size):
22347         New constants.
22348         (math-normalize, math-bignum-big, math-make-float)
22349         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22350         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22351         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22352         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22353         (math-quotient, math-div-bignum, math-div-bignum-digit)
22354         (math-div-bignum-part, math-format-bignum-decimal)
22355         (math-read-bignum): Use math-bignum-digit-length,
22356         math-bignum-digit-size and math-small-integer-size.
22358         * calc/calc-ext.el (math-fixnum-big): Use the variable
22359         math-bignum-digit-size.
22361 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
22363         * log-view.el (log-view-mode-menu): New menu.
22365 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22367         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22368         differently.
22370         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22371         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22373 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22375         * vc-hg.el (vc-hg-print-log): Insert the file name.
22376         (vc-hg-log-view-mode): Fontify the file name.
22378 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22380         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22381         (calcFunc-julian): Fix incorrect number used in calculations.
22383 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
22385         * simple.el (next-error-recenter): New defcustom.
22386         (next-error, next-error-internal): Recenter if specified,
22387         immediately prior to running `next-error-hook'.
22389         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22390         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22392         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22394 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22396         * calc/calc-comb.el (math-small-factorial-table): New variable.
22397         (calcFunc-fact): Use `math-small-factorial-table'.
22399         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22400         initial values.
22401         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22402         New variables to use in caches.
22404         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22405         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22407         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22408         (math-bernoulli-b-cache): Use math-read-number-simple to insert
22409         bignums.
22411         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22412         New variables to use in caches.
22414 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22416         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22418         * vc-hg.el (vc-hg-log-view-mode): New mode.
22420 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
22422         * calc/calc.el (math-read-number-simple): New function.
22424 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22426         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22427         (vera-font-lock-match-item): Fix doc string.
22428         (vera-in-comment-p): Remove unused function.
22429         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22430         use `syntax-ppss'.
22431         (vera-forward-syntactic-ws): Fix argument order.
22432         (vera-prepare-search): Use `with-syntax-table'.
22433         (vera-indent-line): Fix doc string.
22434         (vera-electric-tab): Fix doc string.
22435         (vera-expand-abbrev): Define alias instead of using `fset'.
22436         (vera-comment-uncomment-region): Use `comment-start-skip'.
22438 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
22440         * textmodes/org.el (org-export-with-footnotes): New option.
22441         (org-export-as-html): Fix replacement bug for XEmacs.
22442         (org-agenda-default-appointment-duration): New option.
22444 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
22446         * vc-hg.el: Add to do items.
22447         (vc-hg-diff): Add support for comparing different revisions.
22448         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22449         (vc-hg-annotate-extract-revision-at-line)
22450         (vc-hg-previous-version, vc-hg-checkin): New functions.
22451         (vc-hg-annotate-re): New constant.
22453 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
22455         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22457 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22459         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22460         buffer-local value of log-view-*-re if applicable.
22462         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22463         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22464         (vc-bzr-command*): Remove both (incompatible) versions.
22465         (vc-bzr-do-command*): Remove.
22466         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22467         Remove by folding into its only caller vc-bzr-command.
22468         (vc-bzr-command): Always set the environment, even when ineffective.
22469         (vc-bzr-version): Minor fix up.
22470         (vc-bzr-admin-dirname): New var.
22471         (vc-bzr-bzr-dir): Remove.
22472         (vc-bzr-root-dir): New fun.
22473         (vc-bzr-registered): Use it.  Add an autoloaded version.
22474         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22475         (vc-bzr-view-log-function): Remove.
22476         (vc-bzr-log-view-mode): New major mode to replace it.
22477         (vc-bzr-print-log): Only activate the old hack if needed.
22479         * vc.el (vc-default-log-view-mode): New function.
22480         (vc-print-log): Add new `log-view-mode' VC operation.
22482 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
22484         * ido.el (ido-find-file-in-dir): Don't signal an error for
22485         empty directories.
22487         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22489         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22490         directory where the desktop file was found, as the docstring says.
22491         (desktop-kill): Use `read-directory-name'.
22493 2007-06-20  Alan Mackenzie  <acm@muc.de>
22495         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22496         When removing lines, also remove the \n.  Correction of patch of
22497         2007-04-21.
22499 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
22501         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22502         event is not a cons cell.  Do not unread drag-mouse-1 events.
22503         Select right window in check whether space was stolen from
22504         window above.
22506         * help-mode.el (help-make-xrefs): Adjust position of new forward
22507         button.
22509 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
22511         * vc-bzr.el (vc-bzr-with-process-environment)
22512         (vc-bzr-std-process-invocation): New macros.
22513         (vc-bzr-command, vc-bzr-command*): Use them.
22514         (vc-bzr-with-c-locale): Remove.
22515         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22516         (vc-bzr-buffer-nonblank-p): New function.
22517         (vc-bzr-state-words): New const.
22518         (vc-bzr-state): Look for `bzr status' keywords in output.
22519         Display everything else as a warning message to the user.
22520         Fix status report with bzr >= 0.15.
22522 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
22524         * vc-hg.el (vc-hg-global-switches): Simplify.
22525         (vc-hg-state): Handle more states.
22526         (vc-hg-diff): Fix doc-string.
22527         (vc-hg-register): New function.
22528         (vc-hg-checkout): Likewise.
22530 2007-06-20  Reto Zimmermann  <reto@gnu.org>
22532         * progmodes/vera-mode.el: New file.
22534 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
22536         * calc/calc.el (calc-multiplication-has-precendence):
22537         New variable.
22538         (math-standard-ops, math-standard-ops-p, math-expr-ops):
22539         New functions.
22540         (math-expr-opers): Define using math-standard-ops rather than
22541         math-standard-opers.
22542         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22543         equal the function math-standard-ops rather than the variable
22544         math-standard-opers.
22545         (calc-algebraic-entry): Let math-expr-opers equal
22546         math-standard-ops or math-expr-ops, as appropriate.
22547         (math-expr-read-level, math-read-factor): Let math-expr-opers
22548         equal math-expr-ops.
22549         * calc/calc-embed.el (calc-embedded-finish-edit):
22550         Let math-expr-opers equal the function math-standard-ops
22551         rather than the variable math-standard-opers.
22552         * calc/calc-ext.el (math-read-plain-expr)
22553         (math-format-flat-expr-fancy): Let math-expr-opers equal the
22554         function math-standard-ops rather than the variable
22555         math-standard-opers.
22556         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22557         Let math-expr-opers equal the function math-standard-ops rather
22558         than the variable math-standard-opers.
22559         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22560         equal the function math-standard-ops rather than the variable
22561         math-standard-opers.
22562         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22563         equal the function math-standard-ops rather than the variable
22564         math-standard-opers.
22565         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22566         math-expr-ops.
22568 2007-06-19  Ivan Kanis  <apple@kanis.eu>
22570         * vc-hg.el: New file.
22572 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22574         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22575         with font-lock-multiline.
22577 2007-06-17  Glenn Morris  <rgm@gnu.org>
22579         * lpr.el (lpr-page-header-switches): Move %s to separate element
22580         for correct quoting.  Doc fix.
22582 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22584         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22585         than setting sgml-xml-mode.
22586         (sgml-mode, html-mode): Set sgml-xml-mode.
22587         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22588         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22589         (sgml-electric-tag-pair-before-change-function)
22590         (sgml-electric-tag-pair-flush-overlays): New functions.
22591         (sgml-electric-tag-pair-mode): New minor mode.
22592         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22593         (sgml-calculate-indent): Use assoc-string.
22595 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
22597         * thingatpt.el (thing-at-point-email-regexp): Don't require two
22598         chars before the "@" in an email address.  Andreas Roehler noticed
22599         this problem.
22601 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
22603         * thingatpt.el: Add support for email addresses (`email').
22604         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22605         (thing-at-point-email-regexp): New variable.
22606         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22607         properties on this symbol, with lambda forms for values.
22609 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22611         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22613         * vc.el (vc-dired-hook): Check the backend returned from
22614         `vc-responsible-backend' can really handle `subdir'.
22616 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
22618         * wid-edit.el (widget-add-documentation-string-button):
22619         Fix handling of documentation indent.
22621 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
22623         * mb-depth.el: New file.
22625 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22627         * vc.el (vc-dired-mode): Show backend name as part of mode name.
22629 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
22631         * wid-edit.el (widget-default-create): Move ?h handling here...
22632         (widget-default-format-handler): ...from here.
22633         (widget-docstring, widget-add-documentation-string-button): New funs.
22634         (documentation-string): Add :visibility-widget property.
22635         (widget-documentation-string-value-create): Use it.
22637         * cus-edit.el (custom-split-regexp-maybe): Simplify.
22638         (custom-buffer-create-internal): Simplify message.
22639         (custom-variable-tag): Reduce height to normal.
22640         (custom-variable-value-create, custom-face-value-create)
22641         (custom-visibility): New widget.
22642         (custom-visibility): New face.
22643         (custom-group-value-create):
22644         Call widget-add-documentation-string-button, using `custom-visibility'.
22646 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22648         * emacs-lisp/bytecomp.el (byte-compile-current-group)
22649         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22650         change.  Apparently the "warning even if the group is implicit" is
22651         a feature rather than a bug.
22653 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
22655         * emulation/viper.el (viper-describe-key-ad)
22656         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22657         Compile them conditionally.
22658         (viper-version): Belated version change.
22660 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
22662         * follow.el (follow-all-followers, follow-generic-filter):
22663         * pcomplete.el (pcomplete-restore-windows):
22664         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22665         (x-dnd-drop-data):
22666         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22667         * progmodes/python.el (python-complete-symbol):
22668         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22670 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
22672         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22673         around bright and dim regexps.  Make sure bright and dim matches
22674         use word anchors.  Send text through rcirc-markup functions.
22675         (rcirc-url-regexp): Add single quote character.
22676         (rcirc-connect): Write logs to disk on auto-save-hook.
22677         Make server a non-optional argument.
22678         (rcirc-log-alist): New variable.
22679         (rcirc-log-directory): Make customizable.
22680         (rcirc-log-flag): New customizable variable.
22681         (rcirc-log): New function.
22682         (rcirc-print): Use above function.
22683         (rcirc-log-write): New function.
22684         (rcirc-generate-new-buffer-name): Strip text properties.
22685         (rcirc-switch-to-buffer-function): Remove variable.
22686         (rcirc-last-non-irc-buffer): Remove variable.
22687         (rcirc-non-irc-buffer): Add function.
22688         (rcirc-next-active-buffer): Use above function.
22689         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22690         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22691         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22692         (rcirc-omit-mode): Add minor-mode.
22693         (rcirc-mode-map): Change C-c C-o binding.
22694         (rcirc-mode): Clear mode-line-process.  Use a custom
22695         fill-paragraph-function.  Set up buffer-invisibility-spec.
22696         (rcirc-response-formats): Remove timestamp code.
22697         (rcirc-omit-responses): Add variable.
22698         (rcirc-print): Don't put the overlay arrow on potentially omitted
22699         lines.  Log line to disk.  Record activity for private messages
22700         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
22701         (rcirc-jump-to-first-unread-line): Print message if there is no
22702         unread text.
22703         (rcirc-clear-unread): New function.
22704         (rcirc-markup-text-functions): Add variable.
22705         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22706         (rcirc-debug): Don't mess with window configuration.
22707         (rcirc-send-message): Send message before printing locally.
22708         Add SILENT argument, do not print message if non-nil.
22709         (rcirc-visible-buffers): New function and variable.
22710         (rcirc-window-configuration-change-1): Add function.
22711         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22712         server buffer.
22713         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22714         (rcirc-fill-paragraph): Add function.
22715         (rcirc-record-activity, rcirc-window-configuration-change-1):
22716         Only update the activity string if it has actually changed.
22717         (rcirc-update-activity-string): Remove padding characters from the
22718         mode-line string.
22719         (rcirc-disconnect-buffer): New function to be called when a
22720         channel is parted or the user quits.
22721         (rcirc-server-name): Warn when the server-name hasn't been set.
22722         (rcirc-window-configuration-change): Postpone work until
22723         post-command-hook.
22724         (rcirc-window-configuration-change-1): Update mode-line and
22725         overlay arrows here.
22726         (rcirc-authenticate): Fixc hanserv identification.
22727         (rcirc-default-server): Remove variable.
22728         (rcirc): Connect according to rcirc-connections.
22729         (rcirc-connections): Add variable.
22730         (rcirc-startup-channels-alist): Remove variable.
22731         (rcirc-startup-channels): Remove function.
22733 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22735         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22737 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
22739         * term/xterm.el (terminal-init-xterm): Escape parens in character
22740         constants.
22742 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22744         * progmodes/sh-script.el: Remove unneeded * from docstrings.
22745         Use [:alpha:] and [:alnum:] where applicable.
22746         (sh-quoted-subshell): Rewrite to correctly
22747         handle nested mixes of `...' and $(...).
22748         (sh-apply-quoted-subshell): Remove.
22749         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22751         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
22753 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
22755         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22756         previous change.
22758 2007-06-12  Tom Tromey  <tromey@redhat.com>
22760         * subr.el (user-emacs-directory): New defconst.
22761         * cmuscheme.el (scheme-start-file):
22762         * shell.el (shell):
22763         * completion.el (save-completions-file-name):
22764         * custom.el (custom-theme-directory):
22765         * term/x-win.el (emacs-session-filename):
22766         * filesets.el (filesets-menu-cache-file):
22767         * thumbs.el (thumbs-thumbsdir):
22768         * server.el (server-auth-dir):
22769         * image-dired.el (image-dired-dir):
22770         (image-dired-db-file):
22771         (image-dired-temp-image-file):
22772         (image-dired-gallery-dir):
22773         (image-dired-temp-rotate-image-file):
22774         * play/gamegrid.el (gamegrid-user-score-file-directory):
22775         * savehist.el (savehist-file):
22776         * tutorial.el (tutorial--saved-dir):
22777         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22779 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
22781         * scroll-lock.el (scroll-lock-mode): Doc fix.
22783 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22785         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22787         * ediff-init.el: Doc strings.
22789 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22791         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22792         (byte-compile-file): Bind it.
22793         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22794         group argument is provided implicitly.
22795         (byte-compile-format-warn, byte-compile-from-buffer)
22796         (byte-compile-insert-header): Don't hardcode point-min==1.
22797         (byte-compile-file-form-require): Remove unused var old-load-list.
22798         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22800 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22802         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22803         Display error messages.
22804         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22805         Get rid of cl.el dependencies.
22807         * emulation/viper-init.el (viper-suppress-input-method-change-message):
22808         New variable.
22809         (viper-activate-input-method-action)
22810         (viper-inactivate-input-method-action):
22811         Use viper-suppress-input-method-change-message.
22813         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22814         for C-s, C-r.
22816         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22817         Use viper-replace-overlay-cursor-color instead of
22818         viper-replace-overlay-cursor-color.
22819         (viper-sit-for-short): Use sit-for with 3 arguments.
22821         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22822         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22823         to gud-mode.
22825         * ediff-mult.el (ediff-meta-buffer-brief-message)
22826         (ediff-meta-buffer-verbose-message): New variables.
22827         (ediff-meta-buffer-message): Variable deleted.
22828         (ediff-verbose-help-enabled): New variable.
22829         (ediff-toggle-verbose-help-meta-buffer): New function.
22830         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22831         message options.
22833         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22834         (ediff-fixup-patch-map): Improve heuristic.
22836 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22838         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22839         (log-view-font-lock-keywords): Simplify.
22840         (log-view-current-file, log-view-current-tag): Simplify.
22842 2007-06-12  Sam Steingold  <sds@gnu.org>
22844         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22846 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
22848         * desktop.el (desktop-load-locked-desktop): New option.
22849         (desktop-read): Use it.
22850         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22851         Use `when'.
22853 2007-06-12  Davis Herring  <herring@lanl.gov>
22855         * desktop.el (desktop-save-mode-off): New function.
22856         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22857         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22858         (desktop-claim-lock, desktop-release-lock): New functions.
22859         (desktop-kill): Tell `desktop-save' that this is the last save.
22860         Release the lock afterwards.
22861         (desktop-buffer-info): New function.
22862         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
22863         says to.  Detect conflicts, and manage the lock.
22864         (desktop-read): Detect conflicts.  Manage the lock.
22866 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22868         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22870         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22871         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
22872         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22873         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22874         keysyms rather than byte sequences.
22875         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22877 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22879         * font-lock.el (font-lock-add-keywords): In case font-lock was only
22880         half-activated, forcefully activate it completely.
22882 2007-06-11  Richard Stallman  <rms@gnu.org>
22884         * cus-edit.el (custom-variable-type): Doc fix.
22886 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22888         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22889         (sh-font-lock-flush-syntax-ppss-cache): New functions.
22890         (sh-font-lock-syntactic-keywords): Use them to distinguish the
22891         different possible cases for \'.
22893         * complete.el (PC-bindings): Don't bind things already bound in the
22894         parent keymap.
22896         * textmodes/bibtex-style.el: New file.
22898 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
22900         * vc-bzr.el: New file.
22902 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22904         * vc-svn.el (vc-svn-program): New var.
22905         (vc-svn-command): Use it.
22907 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
22909         * server.el (server-switch-buffer): Remove redundant check.
22911 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
22913         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22914         Match against file-name-nondirectory.
22915         Fix text on user customization variables.
22916         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22918 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22920         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22922 2007-06-09  Davis Herring  <herring@lanl.gov>
22924         * desktop.el (desktop-minor-mode-table): Doc fix.
22926 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22928         * textmodes/css-mode.el (css-navigation-syntax-table):
22929         Use set-char-table-range so it also works in the unicode branch.
22931 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
22933         * help-mode.el (help-xref-forward-stack)
22934         (help-xref-stack-forward-item, help-forward-label): New variables.
22935         (help-forward): New button type.
22936         (help-setup-xref): Initialise help-xref-forward-stack.
22937         (help-make-xrefs): Add forward button, if appropriate.
22938         (help-xref-go-back): Push item on forward stack.
22939         (help-xref-go-forward, help-go-forward): New functions.
22941 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
22943         * dired.el (dired-mode-map): Remove spurious separator.
22945 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22947         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22949         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22950         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22952 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
22954         * textmodes/org.el: Version number fixed.
22956 2007-06-07  Glenn Morris  <rgm@gnu.org>
22958         * version.el (emacs-copyright): New constant.
22959         * startup.el (fancy-splash-tail): Use emacs-copyright.
22960         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22962         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22963         `make-local'.
22964         (byte-compile-warnings-safe-p): Add `make-local'.
22965         (byte-compile-make-variable-buffer-local):
22966         Allow byte-compile-warnings to suppress this warning.
22968         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22969         format of "menu" description.
22970         (tutorial--find-changed-keys): Describe the specific menu a
22971         command is in.
22973         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22974         Rewrite compatibility functions to silence byte-compiler.
22976 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22978         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22979         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22981 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
22983         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22985 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22987         * progmodes/ebrowse.el (ebrowse-member-table):
22988         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22989         (org-batch-agenda-csv): Fix typos in docstrings.
22991 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
22993         * pgg.el (pgg-sign-region, pgg-sign):
22994         * ses.el (ses-call-printer):
22995         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22996         * textmodes/org.el (org-cycle): Fix typos in docstrings.
22998 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
23000         * textmodes/org.el (org-export-region-as-html)
23001         (org-replace-region-by-html, org-number-to-letters)
23002         (org-table-fedit-finish, org-normalize-color)
23003         (org-table-fedit-ref-right, org-date-to-gregorian)
23004         (org-table-fedit-move, org-table-convert-refs-to-rc)
23005         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23006         (org-write-agenda, org-colgroup-info-to-vline-list)
23007         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23008         (org-indent-line-function, org-export-as-html-to-buffer)
23009         (org-store-agenda-views, org-update-mode-line)
23010         (org-find-if, org-delete-all)
23011         (org-table-fedit-convert-buffer, org-emphasize)
23012         (org-uniquify, org-table-fedit-lisp-indent)
23013         (org-table-fedit-scroll, org-get-todo-sequence-head)
23014         (org-table-fedit-scroll-down, org-table-fedit-line-down)
23015         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23016         (org-table-fedit-toggle-coordinates, org-dvipng-color)
23017         (org-table-fedit-line-up, org-table-fedit-ref-down)
23018         (org-table-formula-from-user, org-mode-flyspell-verify)
23019         (org-cycle-show-empty-lines, org-ctrl-c-ret)
23020         (org-table-formula-to-user, org-diary-to-ical-string)
23021         (orgtbl-export, org-table-fedit-post-command)
23022         (org-closed-in-range, org-shiftcontrolright)
23023         (org-table-convert-refs-to-an, org-table-hline-and-move)
23024         (org-table-formula-less-p, org-format-table-ascii)
23025         (org-agenda-get-sexps, org-shift-refpart)
23026         (org-diary-sexp-entry, org-time-string-to-absolute)
23027         (org-table-show-reference, org-letters-to-number)
23028         (org-fix-agenda-info, org-table-fedit-ref-up)
23029         (org-table-fedit-shift-reference, org-table-fedit-abort)
23030         (org-closest-date, org-shiftcontrolleft)
23031         (org-at-heading-or-item-p, org-rematch-and-replace)
23032         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23033         New functions.
23034         (org-table-edit-scroll-down, org-finish-edit-formulas)
23035         (org-table-edit-next-field, org-abort-edit-formulas)
23036         (org-font-lock-level, org-export-find-first-heading-line)
23037         (org-table-edit-line-down, org-table-edit-backward-field)
23038         (org-edit-formula-lisp-indent, org-table-edit-move)
23039         (org-check-log-option, org-this-word)
23040         (org-table-edit-line-up, org-table-edit-formulas-post-command)
23041         (org-agenda-file-to-end, org-expand-file-name)
23042         (org-fake-empty-table-line, org-table-edit-scroll)
23043         (org-toggle-log-option, org-show-reference): Function removed.
23044         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23045         New defsubsts.
23046         (org-unmodified, org-batch-store-agenda-views)
23047         (org-batch-agenda-csv): New macro.
23048         (org-agenda-export): New customization group.
23049         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23050         (org-highest-priority, org-agenda-exporter-settings)
23051         (org-log-done-with-time, org-replace-disputed-keys)
23052         (org-format-latex-header, org-export-table-header-tags)
23053         (org-cycle-separator-lines, org-export-table-data-tags)
23054         (org-icalendar-include-sexps)
23055         (org-empty-line-terminates-plain-lists)
23056         (org-log-repeat, org-special-ctrl-a)
23057         (org-table-use-standard-references, org-disputed-keys)
23058         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23059         (org-agenda-export-html-style): New option.
23060         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23061         (org-CUA-compatible): Option removed.
23062         (org-agenda-structure, org-sexp-date): New face.
23063         (org-todo-keywords-for-agenda, org-not-done-keywords)
23064         (org-planning-or-clock-line-re, org-agenda-name)
23065         (org-table-colgroup-info, org-todo-sets)
23066         (constants-unit-system, org-clock-mode-line-entry)
23067         (org-mode-line-timer, org-table-current-begin-pos)
23068         (org-todo-keywords-1, org-mode-line-string)
23069         (org-table-clean-did-remove-column, org-table-fedit-map)
23070         (org-clock-heading, org-table-buffer-is-an)
23071         (org-agenda-info, org-done-keywords)
23072         (org-done-keywords-for-agenda, org-todo-heads)
23073         (org-todo-kwd-alist, org-clock-start-time): New variable.
23074         (org-todo-kwd-priority-p, org-edit-formulas-map)
23075         (org-repeat-re, org-todo-kwd-max-priority)
23076         (org-version, org-done-string)
23077         (org-table-clean-did-remove-column-1, org-disputed-keys):
23078         Remove variables.
23079         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23080         (org-ts-lengths): Constant removed.
23081         (org-follow-gnus-link): Don't ask how many articles to read.
23082         (org-export-find-first-export-line): Rename from
23083         `org-export-find-first-heading'.
23084         Use `org-export-skip-text-before-1st-heading'.
23085         (org-table-fedit-post-command): Rename from
23086         `org-table-edit-formulas-post-command'.
23087         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23088         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23089         (org-table-fedit-lisp-indent): Rename from
23090         `org-edit-formula-lisp-indent'.
23091         (org-table-show-reference): Rename from `org-show-reference'.
23092         (org-table-store-formulas): Use `org-table-formula-less-p'.
23093         (org-table-edit-formulas): Position cursor to current field equation.
23094         (org-update-checkbox-count, org-hide-archived-subtrees)
23095         (org-timestamp-up-day, org-timestamp-down-day)
23096         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23097         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23098         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23099         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23100         Let `org-on-heading-p' also check for invisible heading.
23101         (org-read-date): Match am/pm times.
23102         (org-eval-in-calendar): Fix default date in prompt.
23104 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
23106         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23107         "ChangeLog.a" entries, giving the latter lower priority.
23109 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
23111         * faces.el (face-id): If the argument is a face alias,
23112         return the ID of the target face.
23114 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
23116         * net/socks.el (top): Remove unnecessary copyright line.
23118 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
23120         * longlines.el (longlines-auto-wrap): Handle argument correctly.
23122 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
23124         * net/socks.el: New file, taken from w3 repository.
23125         (top): Update Copyright.  Don't load cl.el.
23126         (all): Replace `case' by `cond', `string-to-int' by
23127         `string-to-number', and `process-kill-without-query' by
23128         `set-process-query-on-exit-flag'.
23129         (socks-char-int): Remove defalias and all occurrences.
23131 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
23133         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23134         Fix typos in docstrings.
23135         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23136         (compilation-finish-function): Fix typo in obsolescence declaration.
23138 2007-06-03  Sam Steingold  <sds@gnu.org>
23140         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23141         handle unending automatic recompilation of changed files (`omake -P').
23142         (compilation-loop): VISITED is now 5th CDR.
23143         (compilation-next-error-function): Set TIMESTAMP.
23145 2007-06-03  Sam Steingold  <sds@gnu.org>
23147         * files.el (kill-buffer-ask): New function.
23148         (kill-some-buffers): Use it.
23149         (kill-matching-buffers): New user command.
23151 2007-06-01  David Kastrup  <dak@gnu.org>
23153         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23154         Change default to `top'.
23156 2007-05-31  Richard Stallman  <rms@gnu.org>
23158         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23160 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23162         * textmodes/css-mode.el: New file.
23164 2007-05-30  Michael Olson  <mwolson@gnu.org>
23166         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23167         died and we are trying to send a signal to it.  The program using
23168         tq.el should periodically check to see whether the process has
23169         died and react appropriately -- this is not the responsibility of
23170         tq.el, and is consistent with the rest of the tq.el source code.
23172 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
23174         * textmodes/table.el (table--point-entered-cell-function)
23175         (table--point-left-cell-function):
23176         Bind `inhibit-point-motion-hooks' to t.
23178 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23180         * emacs-lisp/rx.el (rx): Doc fix.
23182 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
23184         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23186 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
23188         Sync with Tramp 2.0.56.
23190         * net/tramp.el:
23191         * net/tramp-ftp.el:
23192         * net/tramp-smb.el:
23193         * net/tramp-util.el:
23194         * net/tramp-vc.el:
23195         Don't load cl.el, because that pollutes the namespace.  Replace cl
23196         macros by their implementations where necessary.  Requested by
23197         Richard Stallman <rms@gnu.org>.
23199         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23200         doesn't exist.
23201         (with-parsed-tramp-file-name): Protect debug spec during compilation.
23202         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23203         (tramp-file-name-p, tramp-file-name-multi-method)
23204         (tramp-file-name-method, tramp-file-name-user)
23205         (tramp-file-name-host, tramp-file-name-localname): New defuns,
23206         replacing defstruct `tramp-file-name'.
23207         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23208         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23209         Apply `vector' instead of `make-tramp-file-name'.
23210         (tramp-handle-make-auto-save-file-name):
23211         Apply `tramp-temporary-file-directory' for compatibility reasons.
23212         (tramp-completion-mode): Use `natnump' instead of `wholenump'
23213         because of XEmacs.
23214         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23215         started.
23217 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
23219         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23221 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
23223         * log-edit.el (log-edit-changelog-paragraph): Return point-max
23224         as the end of the ChangeLog paragraph when it ends without a line
23225         termination.
23227 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
23229         * net/webjump.el (webjump-sample-sites):
23230         Add simple Wikipedia query.
23232 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23234         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23235         compatibility code.
23237         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23238         (copyright-update-year): Use it.
23240         * edmacro.el (edmacro-format-keys): Use current-active-maps.
23242         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23243         Add indentation and debugging info.  Fix up comment convention.
23245         * cus-dep.el (custom-make-dependencies): Simplify.
23247         * composite.el (compose-region, decompose-region):
23248         Use inhibit-read-only and restore-buffer-modified-p.
23250         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23251         (xterm-mouse-event): Use it.
23253 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
23255         * bs.el (bs-cycle-previous): Don't modify the cycle list until
23256         `switch-to-buffer' has returned succesfully.
23257         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
23258         window is dedicated (it could iconify the frame).
23260 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
23262         * vc-hooks.el (vc-find-root): Fix file attribute test.
23264 2007-05-24  Richard Stallman  <rms@gnu.org>
23266         * textmodes/flyspell.el (flyspell-correct-word-before-point):
23267         Don't let opoint be nil.
23268         (flyspell-emacs-popup): Explicit error if no dialogs.
23270 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
23272         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23273         (image-next-line, image-previous-line, image-scroll-up)
23274         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23275         New functions.
23276         (image-mode-map): Remap motion commands.
23277         (image-mode-text-map): New keymap for viewing images as text.
23278         (image-mode): Use image-mode-map.
23279         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23281 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23283         * textmodes/fill.el (canonically-space-region): Make the second arg
23284         a marker if it's not already the case.
23286 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23288         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23289         (tar-get-descriptor): Handle type 55, an extended pax header.
23291 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23293         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23294         to confuse outline-minor-mode.
23296 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23298         * tar-mode.el (tar-file-name-handler): New function.
23299         (tar-extract): Bind file-name-handler-alist to it to force
23300         find-buffer-file-type-coding-system behave as if the file being
23301         extracted existed.  Use last-coding-system-used to force
23302         buffer-file-coding-system to what decode-coding-region actually
23303         used to decode the file.
23305 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23307         * progmodes/compile.el (compilation-handle-exit):
23308         `compilation-finish-function' may change the current buffer.
23310 2007-05-22  Richard Stallman  <rms@gnu.org>
23312         * files.el (set-auto-mode): Doc fix.
23314 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
23316         * help-fns.el (find-source-lisp-file): New function.
23317         (describe-function-1): Use find-source-lisp-file to find source
23318         file in compile tree.
23320 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
23322         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23324 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
23326         * emacs-lisp/easy-mmode.el (define-minor-mode)
23327         (easy-mmode-define-navigation): Fix typos in docstrings.
23329 2007-05-22  Glenn Morris  <rgm@gnu.org>
23331         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23333 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23335         * mail/mail-extr.el (mail-extract-address-components):
23336         Recognize non-ASCII characters except for NBSP as words.
23338 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
23340         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23341         (rcirc-print): Handle `window-width'.
23342         (rcirc-buffer-maximum-lines): Doc fix.
23344 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
23346         * image-mode.el (image-toggle-display): Don't clear image cache.
23347         Only use filename in image spec if the file is readable.
23348         Call image-refresh.
23350         * image.el (image-type-from-file-name, image-type): Simplify.
23351         (image-type-auto-detected-p): Don't scan auto-mode-alist.
23353         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23354         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23356 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23358         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23359         is an error.
23361         * term/linux.el (terminal-init-linux): Don't signal an error
23362         if gpm isn't running.
23364 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23366         * t-mouse.el: Reduce to a minor-mode macro call.
23367         (t-mouse-mode): Remove the lighter.
23369         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23371 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
23373         * files.el (auto-mode-alist): Change the regexp so that
23374         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23376 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
23378         * Version 22.1 released.
23380 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
23382         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23383         changes.
23385 2007-05-19  Kevin Ryde  <user42@zip.com.au>
23387         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23389 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
23391         * textmodes/sgml-mode.el: Revert last change.
23393 2007-05-18  Richard Stallman  <rms@gnu.org>
23395         * simple.el (push-mark): Doc fix.
23397 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
23399         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23400         tpu-global-map.
23401         (tpu-original-global-map): Variable deleted.
23402         (tpu-control-keys-map): New keymap variable.
23403         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23404         setting keymapping directly.
23405         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23406         tpu-global-map.
23407         (tpu-edt-on): Activate the tpu-global-map.
23408         (tpu-edt-off): Deactivate the tpu-global-map.
23410 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
23412         * textmodes/ispell.el (ispell-get-word): Return markers
23413         for start and end positions.
23414         (ispell-word): Assume END is a marker.
23416 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
23418         * textmodes/sgml-mode.el (sgml-tag):
23419         Fix bug: Call sgml-transformation-function.
23421 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
23423         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23424         modified flag of buffer.  Use `inhibit-modification-hooks'.
23426 2007-05-16  Richard Stallman  <rms@gnu.org>
23428         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23430 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23432         * files.el (magic-mode-alist, magic-fallback-mode-alist):
23433         Move the *ml, Postscript, and XmCD entries to the fallback part.
23435         * files.el (magic-fallback-mode-alist):
23436         Rename from file-start-mode-alist.
23438 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23440         * progmodes/compile.el (compilation-handle-exit): Quote first
23441         argument of `run-hook-with-args'.
23443 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
23445         * buff-menu.el (Buffer-menu-sort-column):
23446         * dabbrev.el (dabbrev-upcase-means-case-search):
23447         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23448         * info.el (Info-current-subfile):
23449         * ls-lisp.el (ls-lisp-verbosity):
23450         * msb.el (msb-menu-cond):
23451         * pcvs.el (cvs-dired-use-hook):
23452         * simple.el (set-mark-command-repeat-pop):
23453         * time.el (display-time-24hr-format, display-time-mail-file):
23454         Doc fixes.
23456         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23457         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23459         * view.el (view-inhibit-help-message): Fix typo in docstring.
23460         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23462 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
23464         * textmodes/ispell.el (ispell-start-process): Defend against bad
23465         default-directory.
23467 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
23469         * mail/rmail.el (rmail-convert-to-babyl-format): Check
23470         content-transfer-encoding _last_, because it's its position that
23471         we need as value of base64-header-field-end.
23473 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
23475         * files.el (mode-require-final-newline, require-final-newline)
23476         (enable-local-variables, enable-local-eval): Doc fixes.
23478 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23480         * ps-print.el: Use default color when foreground or background color
23481         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
23482         (ps-print-version): New version 6.7.4.
23483         (ps-rgb-color): New argument.  Use default color when color is
23484         unspecified.
23485         (ps-begin-job): Fix code.
23487 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
23489         * longlines.el (longlines-mode): Make longlines-auto-wrap
23490         buffer-local.  Add hooks unconditionally.
23491         (longlines-auto-wrap): Toggle wrapping.
23492         (longlines-after-change-function)
23493         (longlines-post-command-function): Check longlines-auto-wrap.
23495 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
23497         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23498         (xterm-mouse-translate): Use it.
23500 2007-05-10  Richard Stallman  <rms@gnu.org>
23502         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23503         (iso-cvt-write-only): Likewise.
23505         * emacs-lisp/easy-mmode.el (define-minor-mode):
23506         Fix generated doc string.
23508         * startup.el (fancy-splash-text): Add URL of guided tour.
23509         Adjust horizontal and vertical whitespace.
23511         * progmodes/compile.el (compilation-handle-exit):
23512         Use run-hook-with-args to run compilation-finish-functions.
23514         * files.el (file-start-mode-alist): New variable.
23515         (magic-mode-regexp-match-limit): Doc fix.
23516         (set-auto-mode): Handle file-start-mode-alist.
23517         A little cleanup of structure.
23519         * dabbrev.el (dabbrev-eliminate-newlines):
23520         Renamed from dabbrev--eliminate-newlines.  All uses changed.
23522 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
23524         * man.el (Man-next-section): Don't consider the last line of the page
23525         as being part of any section.
23527 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23529         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23530         can take any number of values.
23532 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23534         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23535         to the list of citation commands.
23537 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23539         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23541 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23543         * progmodes/python.el (python-font-lock-keywords)
23544         (python-open-block-statement-p, python-mode): Add support for the new
23545         "with" keyword.
23547 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23549         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23550         the exact opposite of diff-goto-source.
23552         * emacs-lisp/advice.el (ad-special-forms): Remove.
23553         (ad-special-form-p): Use subr-arity.
23555         * newcomment.el (comment-search-forward): Make sure we search forward.
23556         (comment-enter-backward): Try and distinguish the non-matching case at
23557         EOB from the non-matching case with a missing comment-end-skip for
23558         a 2-char comment ender.
23559         (comment-choose-indent): New function extracted from comment-indent.
23560         Improve the alignment algorithm.
23561         (comment-indent): Use it.
23563         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23564         XML style Processing Instructions.
23565         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
23566         (sgml-calculate-indent): Handle `pi' context.
23568         * vc.el: Ensure that update-changelog issues an error when used with
23569         a backend that does not implement it.
23570         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23571         Remove `backend' argument.  Use expand-file-name.
23572         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23574         * progmodes/python.el (python-end-of-block): Revert last change.
23575         (python-end-of-statement): Make sure we move *forward*.
23577 2007-05-08  Richard Stallman  <rms@gnu.org>
23579         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23580         Don't include non-self-insert commands in the exception for `-'.
23582 2007-05-08  David Reitter  <david.reitter@gmail.com>
23584         * progmodes/python.el (python-guess-indent): Check non-nullness
23585         before comparing indent against the 2..8 interval.
23587 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23589         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23590         available.
23592 2007-05-06  Richard Stallman  <rms@gnu.org>
23594         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23596 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23598         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23599         rather than storing their value in the revert-buffer function.
23601 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
23603         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23604         when disabling t-mouse-mode.
23606 2007-05-01  Davis Herring  <herring@lanl.gov>
23608         * calendar/timeclock.el: Update version number.
23609         (timeclock-modeline-display): Mention timeclock-use-display-time
23610         in explanatory message.
23611         (timeclock-in): Fix non-interactive workday specifications.
23612         (timeclock-log): Don't kill the log buffer if it already existed.
23613         Suppress warnings when finding the log.  Don't check for a nil
23614         project twice.  Run hooks after killing the buffer (if applicable).
23615         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23616         was geometric).  All uses changed.
23617         (timeclock-generate-report): Support prefix argument.
23619 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
23621         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23622         disconnections.
23624 2007-05-01  Romain Francoise  <romain@orebokech.com>
23626         * dired-x.el: Revert 2007-04-06 change.
23628 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
23630         * find-dired.el (find-dired-filter): Propertize all text down to eob.
23632 2007-04-29  Richard Stallman  <rms@gnu.org>
23634         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23636 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23638         * progmodes/cc-mode.el (c-before-change): Use point-min rather
23639         than 1.
23641 2007-04-28  Richard Stallman  <rms@gnu.org>
23643         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23645 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
23647         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23648         don't put stop on toolbar.
23650 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23652         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23654 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
23656         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23657         instead of $(lisp)/mh-e.
23659 2007-04-28  Glenn Morris  <rgm@gnu.org>
23661         * image-dired.el (image-dired-cmd-create-thumbnail-options)
23662         (image-dired-cmd-create-temp-image-options): Replace option
23663         +profile "*" with -strip.
23665 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
23667         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23668         Use window-start and window-end.
23670 2007-04-27  Andreas Schwab  <schwab@suse.de>
23672         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23674 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
23676         * textmodes/fill.el (fill-paragraph): Doc fix.
23678 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
23680         * locate.el (locate-in-alternate-database): Doc fix.
23682 2007-04-26  Glenn Morris  <rgm@gnu.org>
23684         * button.el (button): Use underline if supported, else fall back
23685         to color.
23687         * version.el (emacs-version): Increase to 22.1.50.
23689 2007-04-25  Richard Stallman  <rms@gnu.org>
23691         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23693 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
23695         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23696         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23697         pushing mark.
23698         (idlwave-current-routine): Don't push mark.
23700 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
23702         * image-dired.el (image-dired-display-image): Derive image-type from
23703         filename rather than assuming jpeg, in case no resizing was needed.
23705 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
23707         * custom.el (defface): Doc fix.
23709 See ChangeLog.12 for earlier changes.
23711 ;; Local Variables:
23712 ;; coding: utf-8
23713 ;; add-log-time-zone-rule: t
23714 ;; End:
23716     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
23718   This file is part of GNU Emacs.
23720   GNU Emacs is free software; you can redistribute it and/or modify
23721   it under the terms of the GNU General Public License as published by
23722   the Free Software Foundation; either version 3, or (at your option)
23723   any later version.
23725   GNU Emacs is distributed in the hope that it will be useful,
23726   but WITHOUT ANY WARRANTY; without even the implied warranty of
23727   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23728   GNU General Public License for more details.
23730   You should have received a copy of the GNU General Public License
23731   along with GNU Emacs; see the file COPYING.  If not, write to the
23732   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23733   Boston, MA 02110-1301, USA.
23735 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af