Merge from emacs--rel--22
[emacs.git] / lisp / ChangeLog
blob742f2593a62be0adc2fef4687f35398a008f757e
1 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * dired.el (dired-mark-prompt): Don't count/display the t element.
4         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
6 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
8         * progmodes/verilog-mode.el (eval-when-compile): Don't define
9         add-submenu.
10         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
11         Remove.  Move contents to the only use ...
12         (verilog-menu): ... here.
13         (verilog-statement-menu): Remove.  Move contents to the only use ...
14         (verilog-stmt-menu): ... here.
15         (verilog-mark-defun): Simply call mark-defun for emacs.
16         (occur-pos-list): Declare for byte compiler.
17         (mode-popup-menu): Don't defvar.
18         (verilog-add-statement-menu): Remove.
19         (verilog-mode-hook): Don't add verilog-add-statement-menu.
20         (verilog-mode): Call easy-menu-add and set mode-popup-menu for
21         XEmacs.
23 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
25         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
26         conditional.
27         (verilog-font-grouping-keywords-face): Make the begin..end
28         keywords standout more than other verilog keywords.
29         (verilog-type-font-keywords): Move the begin..end out of this list
30         to facilitate making them to (potentially) stand out more.
31         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
32         function & task blocks.
33         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
34         initial, function & task blocks.
35         (verilog-forward-sexp): Handle the new "disable fork" statement of
36         IEEE-1800 Verilog.
37         (verilog-beg-block-re-ordered): Handle the new "disable fork"
38         statement of IEEE-1800 Verilog.
39         (verilog-calc-1): Handle the new "disable fork" statement of
40         IEEE-1800 Verilog.
41         (verilog-disable-fork-re): Add const to help handle the new
42         "disable fork" statement of IEEE-1800 Verilog.
43         (verilog-declaration-core-re): Add port directions by themselves,
44         with no qualification, as base item of a declaration.
45         (verilog-pretty-declarations): Add new flag to ask it to refrain
46         from printing to the message buffer.
47         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
48         printing to the message buffer.  Improve handling of the many
49         types of expression line up.
50         (verilog-just-one-space): Remove printing of an empty message.
51         (verilog-get-lineup-indent): Rework to support the better handling
52         of expression lineup for verilog-pretty-expr.
53         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
55 2008-02-24  Alan Mackenzie  <acm@muc.de>
57         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
58         yesterday's commit.
60 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
62         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
63         to mouse-set-point in buffers that aren't associated with files.
65         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
67 2008-02-24  Alan Mackenzie  <acm@muc.de>
69         Set of changes so that "obtrusive" syntactic elements in a
70         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
71         unmatched paren) don't interact syntactically with stuff outside
72         the CPP line.
74         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
75         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
76         off-by-one bug.
77         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
78         a bit of refactoring.
79         (c-awk-extend-and-syntax-tablify-region): Takes some of the
80         functionality of c-awk-advise-fl-for-awk-region, which has been
81         refactored away.
83         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
84         (c-clear-char-property-with-value): New function and macro which
85         remove text-properties `equal' to a supplied value.
87         * progmodes/cc-engine.el: Comment about text properties amended.
89         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
90         parens around "error\\|warning".
92         * progmodes/cc-langs.el (c-get-state-before-change-function)
93         (c-before-font-lock-function, c-anchored-cpp-prefix):
94         New language variables.
95         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
97         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
98         syntax-table text properties.
99         (c-common-init): Call language specific before/after-change
100         functions at mode initialisation.
101         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
102         (c-extend-region-for-CPP, c-neutralize-CPP-line)
103         (c-neutralize-syntax-in-CPP): New functions.
104         (c-before-change, c-after-change): Call the new language specific
105         change functions defined in cc-langs.el.
106         (c-advise-fl-for-region): New macro.
107         (awk-mode): Remove AWK specific stuff which has been refactored
108         into language independent stuff.
110 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
112         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
113         (gdb): (Re)set gdb-flush-pending-output to nil here...
114         (gdb-init-1): ...instead of here (before gdb-prompt).
116 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
119         Recognize ''' just like any other char-constant.
121 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
124         careful enough.  Detect the uid-change all within the main loop.
126 2008-02-24  Stefan Monnier  <monnier@pastel.home>
128         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
130 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * hilit-chg.el (highlight-save-buffer-state): New macro.
133         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
134         (hilit-chg-clear): Use it to preserve the modified-p flag.
135         (highlight-changes-rotate-faces): Don't mess with the undo-list.
137 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
139         * font-lock.el (font-lock-set-defaults): Unset previously set variables
140         when needed.
142 2008-02-24  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
144         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
145         from gnus-button-url-regexp.
147 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
149         * progmodes/compile.el (compilation-next-error): Doc fix.
150         (compilation-find-file): Doc fix.
152 2008-02-24  Glenn Morris  <rgm@gnu.org>
154         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
155         Add obsolete aliases to the old names.
157 2008-02-24  Richard Stallman  <rms@gnu.org>
159         * net/net-utils.el (ifconfig): Rename from ipconfig.
160         (ipconfig): Alias to ifconfig.
161         (ifconfig-program): Rename from ipconfig-program.
162         (ifconfig-program-options): Rename from ipconfig-program-options.
164 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
166         * progmodes/verilog-mode.el (verilog-declaration-core-re):
167         Add port directions by themselves, with no qualification, as base
168         item of a declaration.
169         (verilog-pretty-declarations): Add new flag that inhibits printing
170         to the message buffer.
171         (verilog-pretty-expr): Add new flag that inhibits printing to the
172         message buffer.  Improve handling of the many types of expression
173         line up.
174         (verilog-just-one-space): Don't print an empty message.
175         (verilog-get-lineup-indent): Rework to support the better handling
176         of expression lineup for verilog-pretty-expr.
177         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
178         (verilog-mode-version, verilog-mode-release-date): Update.
180 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * subr.el (cancel-change-group): Don't move point.
184 2008-02-23  Markus Triska  <markus.triska@gmx.at>
186         * linum.el (linum-after-config): Update all visible windows.
188 2008-02-23  Glenn Morris  <rgm@gnu.org>
190         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
191         Add :help for Solitaire and Tetris.
193         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
195         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
196         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
197         (smtpmail-queue-index-file): Make it a defcustom.
198         (smtpmail-queue-index): Delete.
199         (smtpmail-send-it, smtpmail-send-queued-mail):
200         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
201         smtpmail-queue-index.
203         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
204         Add :version.
206 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
208         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
209         New variables.
210         (iwconfig): New function.
212 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
214         * vc.el (vc-find-revision): Make vc-parent-buffer local before
215         setting it.
216         (vc-status-menu-map): Do not define using easy-menu.
217         (vc-status-menu-map): New defalias.
218         (vc-status-mode-map): Hook up the menu.
219         (top-level): Update TODO.
221         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
223         * vc-bzr.el (vc-bzr-init-version): Rename to ...
224         (vc-bzr-init-revision): ... this.
226 2008-02-23  Jason Rumney  <jasonr@gnu.org>
228         * makefile.w32-in (WINS_ALMOST): Remove term.
229         (WINS): Add term here.
230         (custom-deps, finder-data): Use WINS_ALMOST.
232 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
234         * faces.el (font-weight-table): Fix value of `semi-light'.
236 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
239         Make those tables bijective.
241 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
243         Finish pdbtrack integration cleanup, settling missing-functions
244         byte compiler warnings appropriately.
246         * progmodes/python.el (python-point): Remove this - beginning-of-line
247         was all that was necessary for `python-pdbtrack-overlay-arrow'.
248         (python-end-of-def-or-class, python-beginning-of-def-or-class)
249         (python-goto-initial-line): Drop these - they were only needed for
250         python-point.
251         (python-comint-output-filter-function): Use condition-case and
252         beginning-of-line directly, instead of python-mode.el functions
253         which require all sorts of baggage.
254         (point-safe): Unnecessary - we're using condition-case directly,
255         instead.
256         (python-execute-file): Include for python-shell, which I'm leaving
257         in keeping despite it being unnecessary for pdb tracking.
259 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
261         * progmodes/scheme.el (scheme-font-lock-keywords-2):
262         Add SRFI 11 support.
263         (let-values, let*-values): Specify scheme-indent-function.
265 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
267         * vc.el (vc-exec-after): Move setting mode-line-process in the
268         busy case ...
269         (vc-set-mode-line-busy-indicator): ... in this new function.
270         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
271         (vc-update-vc-status-buffer): Reset mode-line-process.
272         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
273         mark/unmark all the files with the same state as the current one.
274         With a prefix argument mark/unmark all files.
275         (vc-status-mode-menu): Adjust strings.
276         (vc-update-vc-status-buffer): Only do something when the argument
277         is not nil.
278         (vc-status-kill-dir-status-process): New function.
279         (vc-status-mode-map): Bind it.
280         (vc-status-process-buffer): New variable.
281         (vc-status-mode): Make it local.
282         (vc-status-refresh): Set it.
284         * vc-hg.el (vc-hg-dir-status):
285         * vc-git.el (vc-git-dir-status):
286         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
287         command is run.
289 2008-02-22  Glenn Morris  <rgm@gnu.org>
291         * json.el (top-level): No need to require thingatpt.
292         (json-read-keyword): Use thing-at-point rather than word-at-point.
294         * time.el (top-level): No need to require time-date when compiling.
296         * emacs-lisp/copyright.el (copyright-update-year):
297         Fix subexpression numbering for the case when years are split over
298         lines, and for the replace case.
300         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
301         (tpu-caar, tpu-cadr): Delete functions.
302         (zmacs-regions): No need to declare for compiler.
303         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
304         (tpu-spell-check): Rewrite, and handle mark after point.
305         (tpu-special-insert): Use or rather than if.
307         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
308         rather than spell-region.
310         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
311         warnings about spell-region.
313 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
315         * loadup.el: Don't load language/devanagari, language/kannanda,
316         language/malayalam, and language/tamil.  Load language/sinhala.
318         * language/indian.el (indian-font-foundry)
319         (indian-script-language-alist, indian-font-char-index-table)
320         (indian-font-char, indian-font-char-range, indian-script-table)
321         (indian-default-script, indian-composable-pattern): Delete them.
322         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
323         language environments moved to here.
324         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
325         New language environments.
327         * language/devanagari.el, language/devan-util.el,
328         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
329         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
330         Delete them.
332         * language/sinhala.el: New file.
334 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
336         Update Nick Robert's port of pdb tracking from python-mode.el.
338         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
339         Clarify docstring.
340         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
341         tracking is happening.
342         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
343         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
344         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
345         Tracking is plugged in to all comint buffers once python.el is loaded.
346         (python-pdbtrack-overlay-arrow): Toggle activation of
347         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
348         (python-pdbtrack-track-stack-file): Use new
349         `python-pdbtrack-get-source-buffer' for more flexible access to
350         debugging source files.
351         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
352         according to pdb stack trace, optionally using new
353         `python-pdbtrack-grub-for-buffer' if file is not locally available.
354         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
355         named buffer, or having function with indicated name.
356         (python-shell): Remove comint-output-filter-functions hook
357         addition, it's being done elsewhere.  Wrap long line.
359 2008-02-21  Michael Olson  <mwolson@gnu.org>
361         * json.el: Replace XEmacs compatibility code to get rid of
362         compiler warnings.
364         * time.el: Fix compiler warning.
366 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
368         * json.el: New file (JavaScript Object Notation parser / generator).
370 2008-02-21  Dave Love  <fx@gnu.org>
372         * progmodes/sym-comp.el: New file.
374         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
375         Require sym-comp.  Add Python buffer to same-window-buffer-names.
376         Fixup whitespaces.
377         (python-font-lock-keywords): Add highlighting for Python builtins.
378         (python-font-lock-syntactic-keywords): Rewrite.
379         (python-quote-syntax): Use syntax-ppss-context instead of parsing
380         ppss directly.
381         (python-mode-map): Add binding for python-find-function.
382         (python-calculate-indentation): Clean up the logic.
383         (python-beginning-of-defun): Explicitly set return value.
384         (python-beginning-of-statement): Stop looping if we get stuck
385         going backwards.
386         (python-next-statement): Stop looping if we somehow end up inside
387         a string while advancing.
388         (python-preoutput-continuation, python-version-checked): New vars.
389         (python-check-version): New function.
390         (run-python): Set default command to python-command instead of
391         python-python-command.
392         (run-python): Use python-check-version.  Give PYTHONPATH
393         precedence over data-directory in the process environment.
394         Load function definitions in python process after.
395         (python-check-comint-prompt): New function.
396         (python-send-command, python-send-receive): Use it.
397         (python-complete-symbol, python-try-complete): Functions deleted.
398         Use symbol-complete instead of python-complete-symbol throughout.
399         (python-fill-paragraph): Further refine the fenced-string regexp.
400         (def-python-skeleton): Expand to the original abbrev instead if in
401         a comment or string.  Tweak skeletons for `if', `while', `for',
402         `try/except', `try/finally', `name'.
403         (python-pea-hook, python-abbrev-pc-hook): New functions.
404         (python-abbrev-syntax-table): New var.
405         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
406         Use symbol-completion-try-complete for hippie expansion.
407         Turn on font lock unconditionally.
408         (python-mode-hook): Defcustom it.  No need to use make-local
409         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
410         option, since it's buffer-local.
412 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
414         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
416 2008-02-21  Drew Adams  <drew.adams@oracle.com>
418         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
419         "Turn off" and a "Help" entry when the minor mode has no menu.
421 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
423         * vc.el (vc-status-mark, vc-status-unmark): New functions.
424         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
425         vc-status-mark-file and vc-status-unmark-file.
426         (vc-status-mark-unmark): New function.
427         (vc-status-previous-line, vc-status-next-line): No longer interactive.
429 2008-02-21  Glenn Morris  <rgm@gnu.org>
431         * composite.el (encode-composition-rule): Fix typo in error message.
432         (composition-function-table, auto-composition-mode): Doc fixes.
434         * subr.el (sit-for): Fix obsolete form for nil second argument.
436         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
437         (spell-string): Make obsolete, in favor of ispell.
439 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
441         * language/devanagari.el: Don't setup composition-function-table
442         here.
443         ("Devanagari"): Change charset, coding-system, coding-priority to
444         Unicode-based ones.  Don't require the feature devan-util.
446         * composite.el (compose-chars-after): Fix arguments for a function
447         in composition-function-table.
448         (auto-compose-region): Likewise.
450         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
451         for Ethiopic.
452         (ps-mule-plot-string): Ignore glyph-string based compositions.
454 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * doc-view.el: Allow different windows to show different pages.
457         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
458         (doc-view-current-image, doc-view-current-overlay): Remove variables,
459         add them back as macros instead, using image-mode-winprops instead.
460         Update all users of those variables.
461         (doc-view-new-window-function): New function to create a new overlay
462         for each new window.
463         (doc-view-mode): Use it and image-mode-setup-winprops.
464         (doc-view-clone-buffer-hook): Rewrite accordingly.
466         * image-mode.el: Extend [hv]scroll support to per-window properties.
467         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
468         (image-mode-winprops-alist): New var to replace them.
469         (image-mode-new-window-functions): New hook.
470         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
471         New funs.
472         (image-set-window-vscroll, image-set-window-hscroll): Use them.
473         Remove the `window' argument, update callers.
474         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
475         Use the new functions.
476         (image-mode-reapply-winprops): New fun.
477         (image-mode): Use it.
479 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
481         * calc/calc-math.el (math-sin-raw): Add optional argument
482         to keep track of original argument.
483         (math-cos-raw): Use optional argument when calling math-sin-raw.
484         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
485         with close to original precision.
487 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
489         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
490         args in calls of sit-for.
492 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
494         * vc-svn.el (vc-svn-program): Fix typo in docstring.
495         (vc-svn-checkin): Fix typo in error message.
497         * help-mode.el: Require easymenu when compiling.
499 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
501         * help-mode.el (help-mode-menu): New menu.
503 2008-02-20  Glenn Morris  <rgm@gnu.org>
505         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
506         on Windows.
508 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
510         * ps-mule.el (ps-mule-encode-region): Return a single string.
511         (ps-mule-plot-string): Adjust for the above change.
512         (ps-mule-encode-header-string): Likewise.
514         * international/latin1-disp.el (latin1-display): Don't use
515         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
516         standard-display-table.
517         (latin1-display-identities): Adjust for the change of what is
518         returned by (get-language-info charset 'charset).
520         * international/mule-util.el (char-displayable-p): Fix for Latin-1
521         characters and terminal case.
523 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
525         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
527         * progmodes/python.el: Also require comint when loading.
528         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
529         Replace python-shell with run-python on menu bar.
530         (python-shell-map): New map.
531         (python-default-interpreter, python-python-command-args)
532         (python-jython-command-args, python-pdbtrack-do-tracking-p):
533         New options.
534         (python-which-shell, python-which-args, python-which-bufname):
535         New buffer local variables.
536         (python-file-queue, python-pdbtrack-is-tracking-p):
538         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
539         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
540         New constants.
542         Pdbtrack features:
544         (python-point, python-end-of-def-or-class)
545         (python-beginning-of-def-or-class, python-goto-initial-line)
546         (python-comint-output-filter-function)
547         (python-pdbtrack-overlay-arrow)
548         (python-pdbtrack-track-stack-file, python-toggle-shells)
549         (python-shell, python-pdbtrack-toggle-stack-tracking)
550         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
551         New functions.
553 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
556         when the argument is nil.
558 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
560         * vc.el (dir-status): Add a brief description.
562 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
564         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
565         If non-nil, reverse the sense of the check.
567         * vc-rcs.el (vc-rcs-root): New func.
568         * vc-cvs.el (vc-cvs-root): New func.
569         * vc-svn.el (vc-svn-root): New func.
570         * vc-sccs.el (vc-sccs-root): New func.
572 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
574         * language/japan-util.el (setup-japanese-environment-internal):
575         Call use-cjk-char-width-table.
577         * language/japanese.el ("Japanese"): Set exit-function to
578         use-default-char-width-table.
580         * international/characters.el: Delete occurrences of non-Unicode
581         tibetan and ethiopic characters.
582         (cjk-char-width-table): New variable.
583         (use-cjk-char-width-table, use-default-char-width-table):
584         New functions.
586 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
588         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
589         (vc-status-mode-menu): Add a :filter.
590         (vc-status-printer): Add faces.
592         * vc-hg.el (vc-hg-extra-status-menu): New function.
593         (vc-hg-dir-status): Clean up the buffer before using it.
595 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
598         (gdb): Initialize it here instead.
600         * files.el (locate-dominating-file): Fix thinko in last change.
601         Reported by Bruce Stephens <bruce.stephens@isode.com>.
603 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
605         * vc.el (vc-status-mode-menu): New menu for vc-status.
607 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
609         * progmodes/verilog-mode.el (customize): Fix typo in error message.
610         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
611         (verilog-mode-auto, verilog-indent-level-module)
612         (verilog-minimum-comment-distance, verilog-library-flags)
613         (verilog-library-directories, verilog-library-files)
614         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
615         (verilog-xemacs-menu, verilog-set-compile-command)
616         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
617         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
618         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
619         (verilog-batch-inject-auto, verilog-batch-indent)
620         (verilog-continued-line, verilog-type-keywords)
621         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
622         (verilog-read-inst-pins, verilog-read-arg-pins)
623         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
624         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
625         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
626         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
627         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
628         (verilog-mode-version, verilog-mode-release-date)
629         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
630         (verilog-simulator, verilog-compiler)
631         (verilog-auto-sense-defines-constant, verilog-company)
632         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
633         Fix typos in docstrings.
634         (verilog-set-auto-endcomments, verilog-calculate-indent)
635         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
636         Reflow docstrings.
637         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
638         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
639         (electric-verilog-forward-sexp, verilog-in-case-region-p)
640         (verilog-in-struct-region-p, verilog-in-generate-region-p)
641         (verilog-leap-to-head, verilog-current-indent-level)
642         (verilog-case-indent-level, verilog-cpp-keywords)
643         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
644         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
645         (verilog-signals-not-in, verilog-symbol-detick-text)
646         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
647         (verilog-forward-close-paren, verilog-backward-open-paren)
648         (verilog-backward-open-bracket): Doc fixes.
650         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
651         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
652         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
653         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
654         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
655         Fix typos in docstrings.
657         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
659 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
661         * info.el (Info-read-node-name): Removed unused `default' arg.
663 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
665         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
667 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * image-mode.el (image-get-display-property): New fun.
670         (image-forward-hscroll, image-next-line, image-eol, image-eob)
671         (image-mode, image-minor-mode, image-toggle-display-text)
672         (image-toggle-display): Use it.
674 2008-02-18  Jason Rumney  <jasonr@gnu.org>
676         * international/mule.el (xml-find-file-coding-system): Don't warn
677         about utf-16 with BOM.
679         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
681         * international/mule.el (sgml-xml-auto-coding-function): Detect and
682         warn if file encoding is not utf-8 and encoding not specified.
683         (xml-find-file-coding-system): New function.
684         * international/mule-conf.el (file-coding-system-alist): Use it.
686 2008-02-17  Glenn Morris  <rgm@gnu.org>
688         * international/mule-cmds.el (set-locale-environment):
689         Pass `frame' to getenv for LC_MESSAGES.
691 2008-02-17  Juri Linkov  <juri@jurta.org>
693         * time.el (emacs-init-time): Use format instead of format-seconds.
695 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
697         * textmodes/bibtex.el (bibtex-search-entry): Rename from
698         bibtex-find-entry.  Add autoload cookie.
699         (bibtex-find-entry): Alias for bibtex-search-entry.
700         (bibtex-search-crossref): Rename from bibtex-find-crossref.
701         (bibtex-find-crossref): Alias for bibtex-search-crossref.
702         (bibtex-clean-entry): atomic-change-group removed.
703         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
704         to locate buffer location where error occurred.
705         Make error messages more specific.
706         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
708 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
710         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
711         top level.
713         * simple.el (transient-mark-mode): Add an :init-value.
715         * startup.el (command-line): Use custom-reevaluate-setting for
716         transient-mark-mode.
718 2008-02-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
720         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
722 2008-02-16  Juri Linkov  <juri@jurta.org>
724         * startup.el (after-init-time): New variable.
725         (command-line): Set `after-init-time' to the current time.
727         * time.el (emacs-init-time): New function.
729 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * files.el (locate-dominating-file): Remove initial loop because it's
732         not careful enough.  Detect the uid-change all within the main loop.
734 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
736         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
738 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
740         * vc.el (vc-annotate): Add new argument.
741         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
743         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
744         Move make-variable-buffer-local code after the corresponding defvar.
745         (hs-minor-mode-map): Define and initialize in one step.
746         (hs-minor-mode): Change from defun to define-minor-mode.
748 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
750         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
751         (gdb-ready): Move declaration...
753         * progmodes/gdb-ui.el (gdb-ready): ...to here.
754         (gdb-early-user-input): New variable.
755         (gdb): Reset gdb-flush-pending-output to nil and set
756         comint-input-sender here (before gdb-prompt), instead of...
757         (gdb-init-1): ...here.
758         (gdb-send): If Emacs is not ready, defer user input to...
759         (gdb-prompt): ...here.
761 2008-02-16  Glenn Morris  <rgm@gnu.org>
763         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
765         * startup.el (emacs-startup-time): Rename to `before-init-time'.
766         (before-init-time): New name for `emacs-startup-time'.
767         (command-line): Use before-init-time rather than emacs-startup-time.
768         * time.el (emacs-uptime): Use before-init-time rather than
769         emacs-startup-time.
771         * composite.el (composition-function-table): Doc fix.
773         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
774         in favor of `%z' specifier.
775         (emacs-uptime): Move to time.el.
776         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
777         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
778         argument of format-seconds.
780 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
782         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
784 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
786         * ielm.el (ielm-is-whitespace): Remove.
787         (ielm-is-whitespace-or-comment): New function.
788         (ielm-eval-input): Use it.
790 2008-02-15  Jason Rumney  <jasonr@gnu.org>
792         * term/mac-win.el: Fix coding tag.
794 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
796         * vc-hooks.el (vc-menu-map):
797         * bindings.el (mode-line-mode-menu): Add tooltips.
799         * bindings.el (help-echo): Add more tooltips.  Use a less
800         telegraphic style for existing tooltips.
802 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
805         from the auto-generated one.
807 2008-02-14  Glenn Morris  <rgm@gnu.org>
809         * mail/rmail-spam-filter.el (rmail-spam-filter):
810         Let-bind message-spam-status.
812         * mail/smtpmail.el (password-cache-add): Declare as function.
814 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
816         * mail/smtpmail.el: Use password-cache.
818 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
820         * uniquify.el (uniquify-buffer-base-name): New function.
821         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
823         * desktop.el (uniquify-managed): Don't defvar.
824         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
825         `uniquify-managed'.  Return also the buffer's base name.
826         (desktop-save): When saving the buffer info, filter out the base name,
827         and save it as buffer name if the buffer is managed by uniquify.
828         (uniquify-item-base): Don't declare; not called anymore.
830 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
832         * vc.el (vc-annotate-find-revision-at-line): New function.
833         (vc-annotate-mode-map): Bind it.
834         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
835         some entries.
837 2008-02-14  Glenn Morris  <rgm@gnu.org>
839         * calendar/time-date.el (format-seconds): New function.
840         (emacs-uptime): Use format-seconds.
842         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
843         Remove `LC_ALL=C', since it's included in $(emacs) now.
845 2008-02-14  Zhang Wei  <id.brep@gmail.com>
847         * textmodes/org-publish.el (org-publish-timestamp-filename):
848         Replace colon characters in filename too.
850 2008-02-13  Bastien Guerry  <bzg@altern.org>
852         * mail/rmail.el (rmail-header-name): New face.
853         (rmail-font-lock-keywords): Use rmail-header-name.
855         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
856         against X-Spam-Status header field.
857         (rmail-spam-filter): Also check X-Spam-Status header field.
859 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
861         * progmodes/flymake.el (flymake-allowed-file-name-masks):
862         Add support for .pm files and .php files.
863         (flymake-err-line-patterns): Add pattern for PHP errors.
864         (flymake-php-init): New function.  PHP support for flymake.
866         * progmodes/compile.el (compilation-error-regexp-alist-alist):
867         Add regular expression for PHP errors.
869 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
871         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
872         This DTRT even on w32 machines.
873         (ange-ftp-cf1): Quote FILENAME.
875 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
878         (smerge-auto-combine): New fun.
880 2008-02-12  Juri Linkov  <juri@jurta.org>
882         * startup.el (fancy-startup-screen, normal-splash-screen):
883         Set default-directory to command-line-default-directory.
885         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
886         after reading the desktop.
888         * progmodes/compile.el (compilation-auto-jump):
889         Call compile-goto-error only when compilation-auto-jump-to-first-error
890         is non-nil.
891         (compilation-scroll-output): Replace :type 'boolean with a choice
892         that has three options including a third option `first-error'.
893         Doc fix.
894         (compilation-start, compilation-forget-errors): Add an alternate
895         condition comparing compilation-scroll-output with `first-error'
896         in addition to compilation-auto-jump-to-first-error (to call
897         compilation-auto-jump in the proper place).
899 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * international/mule.el (sgml-html-meta-auto-coding-function):
902         Make sure the search limit is ahead.
904         * tar-mode.el: Fix broken indentation.
905         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
906         Use with-current-buffer.
908 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
910         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
911         it is already automatically buffer-local.
913 2008-02-11  Drew Adams  <drew.adams@oracle.com>
915         * help.el (describe-key): Join some split lines to facilitate filling.
916         * help-fns.el (describe-function-1): Fill text of overlong lines.
918 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
920         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
921         Use unibyte-string instead of string-make-unibyte.
923         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
925 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
928         works also for buffers w/o buffer-file-name.  Update callers.
929         (doc-view-clone-buffer-hook): New fun.
930         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
931         the `doc-view' property so they can be recognized.
933         * simple.el (clone-indirect-buffer-hook): New hook.
934         (clone-indirect-buffer): Run it.
936 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
938         * epa.el (epa-menu-mode): Merge into epa-mode.
939         (epa-menu-items): Rename the label "EasyPG Assistant" to
940         "Encryption/Decryption".
942         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
943         (epa-dired-mode-map): Rename from epa-dired-map.
944         (epa-global-dired-mode): Rename the global minor mode.
946 2008-02-11 Drew Adams  <drew.adams@oracle.com>
948         * isearch.el (isearch-fail): New face.
949         (isearch-message): Highlight failure part of input.
951 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * ibuffer.el (ibuffer-header-line-format): New var.
954         (ibuffer-mode): Set it instead of header-line-format.
955         (ibuffer-update): Use it to set header-line-format.
957         * international/mule-cmds.el (ucs-insert): Inherit surrounding
958         properties like self-insert-command.
960 2008-02-11  Drew Adams  <drew.adams@oracle.com>
962         * progmodes/etags.el: Add many doc strings.
964 2008-02-11  Jason Rumney  <jasonr@gnu.org>
966         * ldefs-boot.el: Regenerated.
968 2008-02-11  Glenn Morris  <rgm@gnu.org>
970         * progmodes/compile.el (compilation-error-regexp-alist-alist):
971         Shorten some names.
973         * ffap.el (ffap-rfc-directories): Add :version.
975 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
977         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
978         files, and backup files of same.
980 2008-02-11  Kevin Ryde  <user42@zip.com.au>
982         * ffap.el (ffap-rfc-directories): New variable.
983         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
985         * info.el (Info-next-reference, Info-prev-reference)
986         (Info-try-follow-nearest-node): Move to and follow https:// links too.
988         * simple.el (completion-list-mode): Show full completion-list-mode-map
989         in the docstring.
991 2008-02-11  Sam Steingold  <sds@gnu.org>
993         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
995 2008-02-11  Glenn Morris  <rgm@gnu.org>
997         * startup.el (emacs-startup-time): New variable.
998         (command-line): Set emacs-startup-time.
1000         * calendar/time-date.el (emacs-uptime): New function.
1002 2008-02-10  Bastien Guerry  <bzg@altern.org>
1004         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
1005         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
1006         it is nil.
1008 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1010         * epg-config.el: Expand the contents of epg-package-info.el.
1011         (epg-package-name): New constant.
1012         (epg-version-number): New constant.
1013         (epg-bug-report-address): New constant.
1015         * epa-mail.el (epa-mail-mode): Add autoload cookie.
1016         (epa-global-mail-mode): New global minor mode.
1018         * epa-file.el (epa-file-mode): New global minor mode.
1020         * epa-dired.el (epa-dired-mode): New global minor mode.
1022         * epa.el (epa-menu): New variable.
1023         (epa-menu-items): New variable.
1024         (epa-menu-mode): New global minor mode.
1025         (epa-global-minor-modes): New user option.
1026         (epa-mode): New global minor mode.
1028 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
1030         * net/dbus.el: Remove `no-byte-compile' cookie.
1031         (dbus-call-method, dbus-register-signal, dbus-debug)
1032         (dbus-registered-functions-table): Declare them with
1033         `declare-function' or `defvar', respectively.
1034         (top): Don't assert any longer.  Require 'cl when compiling.
1035         Apply `ignore-errors' but `dbus-ignore-errors'.
1037 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1039         * diff-mode.el (diff-add-change-log-entries-other-window):
1040         Use add-change-log-entry.
1042 2008-02-09  Jason Rumney  <jasonr@gnu.org>
1044         * button.el (button-map):
1045         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
1046         * ldefs-boot.el: Regenerate.
1048 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
1050         * epa.el (epa-faces, epa):
1051         * epa-file.el (epa-file):
1052         * epg-config.el (epg): Add :version.
1054 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
1056         * vc.el (vc-exec-after): Append CODE to previous fragments.
1057         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
1058         take MESSAGES instead of VERBOSE; use it when non-nil.
1059         (vc-diff-internal): Compute messages once; use them;
1060         update call to vc-diff-finish.
1062 2008-02-09  Michael Olson  <mwolson@gnu.org>
1064         * net/tramp.el (tramp-process-sentinel): Avoid error when process
1065         buffer has been killed, such as by
1066         `tramp-cleanup-all-connections'.
1068 2008-02-09  Miles Bader  <miles@gnu.org>
1070         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
1072 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
1075         splitter in context hunks.
1077 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
1079         * international/fontset.el (setup-default-fontset): Fix arabic otf
1080         font specification.
1082 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
1084         * epa-dired.el:
1085         * epa-file.el:
1086         * epa-mail.el:
1087         * epa-setup.el:
1088         * epa.el:
1089         * epg-config.el:
1090         * epg-package-info.el:
1091         * epg.el: Initial check-in of EasyPG.
1093 2008-02-08  Glenn Morris  <rgm@gnu.org>
1095         * woman.el (woman-locale): New defcustom.
1096         (woman-expand-locale, woman-manpath-add-locales): New functions.
1097         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
1099         * international/mule-cmds.el (locale-translate): New function,
1100         with old code extracted from set-locale-environment.
1101         (set-locale-environment): Use locale-translate.  Set woman-locale.
1103         * cus-start.el (selection-coding-system): Remove, since it's now
1104         defined in select.el rather than in xselect.c.
1105         * select.el (selection-coding-system): Make it a defcustom, and
1106         add the properties from cus-start.el.  Bump :version.
1108         * custom.el (custom-theme-set-variables): Sort symbols that are
1109         dependencies before symbols that depend on them.
1110         (custom-enabled-themes): Set after custom-theme-directory.
1112         * pcmpl-unix.el (top-level): Move provide statement to end.
1113         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
1114         `*' from doc-string.  Allow to be nil.
1115         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
1116         Allow to be nil.  Add :version.
1117         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
1118         without hostnames, and multiple hostnames per line.
1120         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
1122 2008-02-08  Phil Hagelberg  <phil@evri.com>
1124         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
1125         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
1127 2008-02-07  Timo Savola  <timo.savola@iki.fi>
1129         * startup.el (command-line-x-option-alist): Add --parent-id.
1131         * term/x-win.el (x-handle-parent-id): New function.
1133 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
1135         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
1136         "Font Menu".
1138 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
1140         * net/dbus.el (dbus-interface-peer): New defconst.
1141         (dbus-ping): New defun.
1143 2008-02-06  Sam Steingold  <sds@gnu.org>
1145         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
1147 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1149         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
1150         Just return nil and let the C code provide a fallback.
1152 2008-02-05  Glenn Morris  <rgm@gnu.org>
1154         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
1155         tramp-flush-connection-property for removed 2nd argument.
1157 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * diff-mode.el (diff-add-change-log-entries-other-window):
1160         Rename from diff-create-changelog.  Change users.
1161         Minor change to hopefully work with plain diffs.
1162         (diff-mode-map): Add binding for it.
1164 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1166         * diff-mode.el: Add new TODO entry.
1167         (diff-create-changelog): New function.
1168         (diff-mode-menu): Bind it.
1170 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
1172         * international/mule-diag.el (print-fontset-element): Handle the
1173         case of inhibiting the fallback fonts.
1175 2008-02-04  Kim F. Storm  <storm@cua.dk>
1177         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1178         (ido-magic-delete-char): Use prefix arg.
1180 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
1182         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1183         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1184         of today, the most recent libpng is 1.2.24).
1186 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
1188         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
1190         * net/dbus.el (top): Check (featurep 'dbusbind).
1192         * net/tramp.el (tramp-process-sentinel): New defun.
1193         (tramp-do-copy-or-rename-file-out-of-band)
1194         (tramp-maybe-open-connection): Use it as process sentinel.
1195         (tramp-handle-delete-directory): Don't use the "-f" option; it
1196         isn't portable.
1197         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
1198         after the command.
1199         (tramp-handle-shell-command): Set `mode-line-process' in the
1200         asynchronous case.
1202         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
1204         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
1205         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1206         Use `tramp-process-sentinel' as process sentinel.
1208 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
1210         * whitespace.el (global-whitespace-mode): Revert last change.
1211         (whitespace-unload-function): Force `global-whitespace-mode'
1212         to deactivate local modes in a slightly less intrusive way.
1214 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1216         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
1218 2008-02-02  Glenn Morris  <rgm@gnu.org>
1220         * international/latin1-disp.el (latin1-display):
1221         * progmodes/fortran.el (fortran-comment-indent-char):
1222         * progmodes/idlw-shell.el (top-level):
1223         * term/mac-win.el (mac-keyboard-translate-char):
1224         * whitespace.el (whitespace-char-valid-p):
1225         * wid-edit.el (widget-key-sequence-read-event):
1226         Use characterp rather than char-valid-p.
1228         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
1229         to capitalized-find-word-boundary.  Doc fix.  Update callers.
1230         (capitalized-next-word-boundary-function-table): Rename to
1231         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
1233         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
1234         string-to-int.
1236         * ps-def.el (declare-function): Add compatibility definition.
1237         (ps-plot-with-face, ps-plot-string): Declare as functions.
1238         (ps-bold-faces, ps-italic-faces): Declare variables.
1240         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
1241         (ps-mule-end-job): Declare as functions.
1243         * wid-edit.el (widget-string-complete): Use assoc-string rather
1244         than assoc-ignore-case.
1246 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
1248         * progmodes/etags.el (next-file): Improve revert message.
1250 2008-02-01  Andreas Schwab  <schwab@suse.de>
1252         * loadup.el: Load language/burmese instead of language/myanmar.
1254 2008-02-01  Richard Stallman  <rms@gnu.org>
1256         * language/burmese.el: Rename from myanmar.el.
1257         ("Burmese"): Rename from "Myanmar".
1259 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1261         * international/fontset.el (script-representative-chars): Add cham
1262         and tai-viet.
1263         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
1264         Add fontconfig spec for cjk-misc.  Explicitly specify font font
1265         for U+E000..U+F8FF.
1267         * international/characters.el (script-list): Add cham.
1269         * language/cham.el: New file.
1271 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
1273         * xml.el (xml-escape-string): Don't do any encoding changes on the
1274         string.
1276 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1278         * language/ind-util.el (in-is13194-post-read-conversion):
1279         Delete unnecessary call of indian-compose-region.
1281 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1283         * ps-print.el: Some face attributes (like :strike-through) were not
1284         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1285         (ps-print-version): New version 7.3.2.
1286         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
1287         ps-face-overline-p and ps-face-box-p functions.
1289         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
1290         New functions.
1292 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1294         * international/fontset.el (font-encoding-alist): Add an entry for
1295         iso8859-16.
1296         (setup-default-fontset): Add iso8859-16 to latin.
1298         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
1299         hexadigit string.
1300         (describe-char): Adjust for the above change.
1302 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1304         * international/fontset.el (font-encoding-alist): Don't set the
1305         repertory of GB18030 fonts.
1307 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1309         * language/indian.el: Set font-shape-text for all Indic characters
1310         in composition-function-table.
1312         * language/khmer.el: New file.
1314         * language/myanmar.el: New file.
1316         * loadup.el: Load "language/khmer" and "language/myanmar".
1318 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1320         * international/fontset.el (setup-default-fontset): Fix lao OTF
1321         script name.
1323 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1325         * composite.el (terminal-composition-modification): Delete it.
1327 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1329         * international/fontset.el (x-complement-fontset-spec):
1330         Complement size too.
1332 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1334         * international/fontset.el (font-encoding-charset-alist):
1335         Initialize it.
1336         (otf-script-alist): Fix typo of canadian-aboriginal.
1337         (setup-default-fontset): Specify font-specs for many more scripts.
1338         (x-complement-fontset-spec): Change the first argument to a
1339         font-spec object.
1340         (create-fontset-from-fontset-spec): Adjust for the above change.
1342 2008-02-01  Kenichi Handa  <handa@m17n.org>
1344         * language/devanagari.el: Register font-shape-text in
1345         composition-function-table.
1347         * language/tibetan.el: Register font-shape-text in
1348         composition-function-table.
1350         * language/thai-util.el (thai-composition-function): Fix arguments.
1352         * language/tamil.el: Register font-shape-text in
1353         composition-function-table.
1355         * language/malayalam.el: Register font-shape-text in
1356         composition-function-table.
1358         * language/lao.el: Register font-shape-text in
1359         composition-function-table.
1361         * language/kannada.el: Register font-shape-text in
1362         composition-function-table.
1364         * language/european.el (diacritic-composition-function): Fix arguments.
1366         * language/ethio-util.el (ethio-composition-function): Fix arguments.
1368         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
1370         * composite.el (composition-function-table): Fix docstring.
1371         (terminal-composition-function): Fix arguments.
1372         (auto-compose-current-font): Delete it.
1373         (auto-compose-chars): Adjust for the change of
1374         composition-function-table.
1376 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1378         * international/fontset.el (font-encoding-alist): Add the entry of
1379         "unicode-bmp".
1381 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1383         * composite.el (auto-compose-chars): Be sure to calculate
1384         composition at least at POS.
1386 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1388         * printing.el: Fix pr-interface-map initialization code.
1389         (pr-version): New version 6.9.3.
1390         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1391         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1392         (pr-f-read-string): Replace by pr-read-string.
1393         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
1394         New function name.
1395         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1397 2008-02-01  Kenichi Handa  <handa@m17n.org>
1399         * language/tv-util.el (tai-viet-re): Include '-'.
1400         (tai-viet-glyph-info): Handle '-'.
1402 2008-02-01  Kenichi Handa  <handa@m17n.org>
1404         * descr-text.el (describe-char): Handle a composition of the new
1405         format.  Show font name.
1407 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1409         * language/tibet-util.el (tibetan-composition-function): Use
1410         font-shape-text if auto-compose-current-font is non-nil.
1412         * language/tibetan.el: Fix the range for recording
1413         tibetan-composition-function in composition-function-table.
1415         * language/mlm-util.el (malayalam-composition-function): Use
1416         font-shape-text if auto-compose-current-font is non-nil.
1418         * international/mule-conf.el: Flag many charsets as supplementary.
1420         * international/mule.el (define-charset): Update the docstring for
1421         :supplementary-p.
1423         * international/fontset.el (setup-default-fontset): Add OpenType
1424         fonts for malayalam and tibetan.
1426 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1428         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
1430 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1432         * international/fontset.el (otf-script-alist): Make all otf tags
1433         4-letters.
1434         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
1436         * language/tml-util.el (tamil-composition-function): Use
1437         font-shape-text if auto-compose-current-font is non-nil.
1439         * language/devan-util.el (devanagari-composition-function): Use
1440         font-shape-text if auto-compose-current-font is non-nil.
1442         * composite.el (auto-compose-chars): Change argument font-object
1443         to window.
1445 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1447         * ps-print.el (ps-lpr-switches): Docstring fix.
1448         (ps-string-list): New function.
1449         (ps-do-despool): Code fix.
1451 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
1453         * international/utf-7.el (utf-7-imap-post-read-conversion)
1454         (utf-7-imap-pre-write-conversion): New functions.
1456         * international/mule-conf.el (utf-7-imap): New coding system.
1458 2008-02-01  Kenichi Handa  <handa@m17n.org>
1460         * term/x-win.el (x-selection-value): If x-select-request-type is
1461         nil, try also STRING at last.
1462         (x-select-request-type): Doc fix for the change of x-selection-value.
1464         * select.el (selection-coding-system, next-selection-coding-system):
1465         Move declarations from xselect.c.
1466         (x-get-selection): Decode by selection-coding-system if it is non-nil.
1467         If it is nil, decode by a proper coding system.  Handle C_STRING.
1468         (ccl-check-utf-8, string-utf-8-p): Delete them.
1469         (xselect-convert-to-string): Fix determining data-type in the case
1470         that TEXT is requested.  Don't use selection-coding-system if it's
1471         not proper for the data-type.
1473 2008-02-01  Kenichi Handa  <handa@m17n.org>
1475         * term/x-win.el (x-selection-value): If x-select-request-type is
1476         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
1478 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1480         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
1481         to signify default fontset.
1483 2008-02-01  Kenichi Handa  <handa@m17n.org>
1485         * international/mule-cmds.el (describe-language-environment):
1486         Check if the specified input method exists or not.
1488 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1490         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
1491         (ps-face-background-name): Remove this function.  It's already defined
1492         in ps-def.el file.
1494 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1496         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
1497         Epoch emacsen.
1499 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1501         * ps-print.el: Now detect if text foreground and background colors are
1502         equals and replace the foreground color by another color, so the text
1503         becomes visible.  Doc fix.
1504         (ps-print-version): New version 7.3.
1505         (ps-default-fg, ps-default-bg): Docstring fix.
1506         (ps-fg-list, ps-fg-validate-p): New options.
1507         (ps-foreground-list): New variable.
1508         (ps-generate-header-line): Replace fboundp by functionp.
1509         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1511 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1513         * printing.el: Pacify byte compiler, that is, no compiler warnings.
1514         Move (again) some variable definitions before use, define some
1515         function aliases, no code change.
1516         (pr-version): New version 6.9.2.
1517         (pr-path-style, pr-auto-region, pr-menu-char-height)
1518         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1519         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1520         via (defvar VAR).
1521         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1522         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1523         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1524         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1525         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
1526         (pr-menu-print-item, pr-ps-printer-menu-modified)
1527         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1528         (pr-even-or-odd-alist): Move variable definitions.
1530 2008-02-01  Kenichi Handa  <handa@m17n.org>
1532         * language/chinese.el (cp936): Delete duplicated alias.
1534         * international/mule-diag.el (list-block-of-chars): Don't insert
1535         non-Unicode characters.
1537 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1539         * loadup.el [windows-nt]: Don't load code-pages and ccl.
1540         * term/w32-win.el: Don't require code-pages.
1542 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         Fix up multi-tty merge.
1546         * version.el (emacs-version): Bump to 23.0.60.
1548         * term/x-win.el (x-initialize-window-system): Don't try to create
1549         a fontset from a font-specification anymore.  This was removed on the
1550         unicode branch and mistakenly re-added by the multi-tty merge.
1552         * term/w32-win.el: Remove duplicate code that's now in
1553         w32-initialize-window-system.
1554         (w32-initialize-window-system): Don't try to create a fontset from
1555         a font-specification anymore.  This was removed on the unicode branch
1556         and mistakenly re-added by the multi-tty merge.
1558         * term/mac-win.el: Remove duplicate top-level code.
1560         * language/ethio-util.el:
1561         * international/characters.el: Use utf-8 rather than utf-8-emacs
1562         since it works as well and has the advantage of working with
1563         non-unicode versions of Emacs.
1565         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
1566         multi-tty code, which includes the previous local change.
1568 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1570         * ps-print.el (ps-print-version): New version 7.2.5.
1571         (ps-background, ps-begin-file, ps-build-reference-face-lists):
1572         Use `mapc' rather than `mapcar'.
1574 2008-02-01  Kenichi Handa  <handa@m17n.org>
1576         * skeleton.el (skeleton-internal-1): Use integerp and stringp
1577         instead of char-or-string-p to catch -1.
1579 2008-02-01  Kenichi Handa  <handa@m17n.org>
1581         * international/mule-cmds.el (inactivate-input-method):
1582         Set input-method-function to nil before calling
1583         inactivate-current-input-method-function.
1585 2008-02-01  Kenichi Handa  <handa@m17n.org>
1587         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
1588         height that doesn't exceed the requested height by rounding off.
1590 2008-02-01  Andreas Schwab  <schwab@suse.de>
1592         * international/mule-diag.el (print-fontset-element):
1593         Use fontp only if defined.
1595 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1597         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
1598         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
1599         (ps-mule-prologue-generated): Code fix.
1601 2008-02-01  Kenichi Handa  <handa@m17n.org>
1603         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
1604         with FIXEDCASE t.
1606 2008-02-01  Kenichi Handa  <handa@m17n.org>
1608         * international/mule-diag.el (print-fontset-element): Fix for the
1609         format change of a fontset element for font-backend feature.
1611 2008-02-01  Kenichi Handa  <handa@m17n.org>
1613         * descr-text.el (describe-char): Fix for the case that a component
1614         character is TAB.
1616 2008-02-01  Kenichi Handa  <handa@m17n.org>
1618         * international/mule-cmds.el (select-safe-coding-system-interactively):
1619         Fix printing of rejected and unsafe coding-systems.
1621         * international/fontset.el (setup-default-fontset): Add tai-viet.
1623         * international/characters.el: Setup syntax/category table for Tai Viet.
1624         (script-list): Add tai-viet.
1626         * loadup.el: Load "language/tai-viet".
1628         * language/tai-viet.el: New file.
1630         * language/tv-util.el: New file.
1632 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1634         * faces.el (font-weight-table): Use defaults on w32 that match
1635         LOGFONT.lfWeight.
1637         * term/w32-win.el: Don't create fontset from command-line font.
1639 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
1641         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1642         (sort-coding-systems, search-unencodable-char): Doc fixes.
1643         (default-input-method, input-method-verbose-flag)
1644         (input-method-highlight-flag): Remove * in defcustom's docstrings.
1645         (exit-language-environment-hook, set-default-coding-systems)
1646         (coding-system-change-eol-conversion, prefer-coding-system)
1647         (find-multibyte-characters, leim-list-entry-regexp)
1648         (set-input-method, input-method-exit-on-first-char, princ-list)
1649         (locale-language-names, locale-charset-language-names)
1650         (define-char-code-property): Fix typos in docstrings.
1652 2008-02-01  Kenichi Handa  <handa@m17n.org>
1654         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
1655         Fix for a new character code space (22-bit).
1657 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
1659         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
1661 2008-02-01  Kenichi Handa  <handa@m17n.org>
1663         * international/characters.el: Add more cases/syntaxes from Latin
1664         characters.
1666 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1668         * ps-def.el (installation-directory): Must be initialized when defining
1669         it in XEmacs.
1670         (coding-system-for-read): Eliminate duplicated definition.
1672 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1674         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1676 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1678         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1679         (ps-print-emacs-type): Eliminate variable.
1680         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
1681         running ps-print package.
1683         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
1684         (ps-frame-parameter): Replace defun by defalias.
1685         (mark-active): Eliminate defvar.
1687         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
1688         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1689         (ps-jts-ps-setup): Replace macros by vector key definition.
1691 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1693         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
1694         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
1695         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
1696         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
1697         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
1698         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
1699         New command actions for EPS header and EPS footer.
1701         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
1702         footer.  Fix some problems with one-or-more, zero-or-more and
1703         alternative constructions generation.  Some implementation of log
1704         messages.  Doc fix.
1705         (ebnf-version): New version 4.4.
1706         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
1707         (ebnf-eps-footer, ebnf-log): New options.
1708         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
1709         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
1710         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
1711         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
1712         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
1713         (ebnf-style-custom-list, ebnf-style-database): Put new values.
1714         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
1715         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
1716         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
1717         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
1718         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
1719         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
1720         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
1721         (ebnf-non-terminal-dimension, ebnf-special-dimension)
1722         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
1723         (ebnf-except-dimension, ebnf-alternative-dimension)
1724         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
1725         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
1726         Insert log message function.
1727         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
1728         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
1729         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
1730         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
1731         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
1732         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
1733         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
1734         compatibility with Emacs 20 & 21.
1735         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
1736         (ebnf-eps-file-alist, ebnf-basic-width-extra)
1737         (ebnf-basic-empty-height): New variables.
1738         (ebnf-prologue): Fix PostScript code.
1739         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
1740         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
1741         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
1742         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
1744 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1746         * printing.el: Group together all XEmacs/Emacs definitions.
1747         (pr-version): New version 6.9.
1748         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
1749         New functions.
1750         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1751         (pr-menu-bind): Fix code.
1752         (pr-e-frame-char-height, pr-e-frame-char-width)
1753         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1754         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1755         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1756         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1757         (pr-x-event-y-pixel): Eliminate aliases.
1758         (pr-xemacs-global-menubar): Move macro.
1759         (current-menubar, current-mouse-event, zmacs-region-stays)
1760         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1761         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1762         Move variables.
1763         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1764         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1765         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1766         (pr-menu-set-utility-title, pr-even-or-odd-pages)
1767         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1768         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
1769         Move functions.
1771 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1773         * ps-print.el: The ps-print commands without face printing should not
1774         print background color.  Reported by Leo <sdl.web@gmail.com>.
1775         (ps-print-version): New version 7.2.2.
1776         (ps-begin-job): New arg.  Fix ps-default-background and
1777         ps-default-foreground initialization.
1778         (ps-face-attributes): Fix doc string.
1779         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1781         * printing.el: Fix ps-print link.
1783 2008-02-01  Kenichi Handa  <handa@m17n.org>
1785         * international/mule-diag.el (list-character-sets-2): Don't print width.
1787 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1789         * ps-print.ps: Fix background height.
1790         (ps-print-version): New version 7.2.1.
1792 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1794         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
1795         into separate files.
1796         (ps-print-version): New version 7.2.
1797         (ps-postscript-code-directory): Fix XEmacs initialization.
1798         (ps-generate-postscript-with-faces):
1799         Call ps-generate-postscript-with-faces1 (new function).
1800         (ps-color-format, ps-float-format): Move variables to ps-def.el.
1801         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
1802         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
1803         (ps-face-background-name, ps-frame-parameter, ps-color-device)
1804         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1805         Move functions to ps-def.el.
1806         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
1807         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
1808         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
1809         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
1810         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
1811         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
1812         Move functions to ps-samp.el.
1814         * ps-bdf.el (installation-directory, coding-system-for-read):
1815         Move variables to ps-def.el.
1817         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
1818         (charset-bytes, charset-dimension, charset-id, charset-width)
1819         (find-charset-region, char-width, chars-in-region, forward-point)
1820         (decompose-composite-char, encode-coding-string, coding-system-p)
1821         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
1822         (string-make-multibyte, encode-char): Move functions to ps-def.el.
1824         * ps-def.el: New file.  XEmacs/Emacs definitions.
1825         (ps-generate-postscript-with-faces1): New function.
1826         (ps-color-format, ps-float-format): Move variables from ps-print.el.
1827         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
1828         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
1829         (ps-face-background-name, ps-frame-parameter, ps-color-device)
1830         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1831         Move functions from ps-print.el.
1832         (installation-directory, coding-system-for-read):
1833         Move variables from ps-bdf.el.
1834         (leading-code-private-22): Move variable from ps-mule.el.
1835         (charset-bytes, charset-dimension, charset-id, charset-width)
1836         (find-charset-region, char-width, chars-in-region, forward-point)
1837         (decompose-composite-char, encode-coding-string, coding-system-p)
1838         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
1839         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
1841         * ps-samp.el: New file.  Sample setup code.
1842         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
1843         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
1844         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
1845         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
1846         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
1847         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
1848         Move functions from ps-print.el.
1850 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1852         * ps-print.el: Handle frame parameters (background and/or foreground
1853         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1854         (ps-print-version): New version 7.1.
1855         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1856         (ps-frame-parameter): New function.
1857         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1858         Fix doc and customization.
1859         (ps-begin-job): Get frame parameters (background and/or foreground
1860         colors).
1861         (ps-do-despool): Ensure ps-printer-name has a valid value.
1863 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1865         * progmodes/ebnf-abn.el:
1866         * progmodes/ebnf-bnf.el:
1867         * progmodes/ebnf-dtd.el:
1868         * progmodes/ebnf-ebx.el:
1869         * progmodes/ebnf-iso.el:
1870         * progmodes/ebnf-otz.el:
1871         * progmodes/ebnf-yac.el:
1872         * progmodes/ebnf2ps.el:
1873         * delim-col.el:
1874         * printing.el:
1875         * ps-bdf.el:
1876         * ps-mule.el:
1877         * ps-print.el: Remove 'Time-stamp' comment mark.
1879         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1880         'easy-menu-add-item' when called in Emacs 21 or higher.
1882 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1884         * ps-print.el : Fix doc.
1885         (ps-print-version): New version 7.0.
1887 2008-02-01  Kenichi Handa  <handa@m17n.org>
1889         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
1890         XMODIFIERS.
1892 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1894         * ps-print.el: Fix maintainer email.  Eliminate function declaration
1895         that kept compatibility with older Emacs version.
1896         (ps-print-version): New version 6.7.
1898 2008-02-01  Kenichi Handa  <handa@m17n.org>
1900         * international/quail.el (quail-get-translations):
1901         Make quail-current-key multibyte if not yet done.
1903 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1905         * language/chinese.el ("Chinese-GBK"): Add tutorial.
1906         ("Chinese-GB18030"): Add sample-text and tutorial.
1908         * international/fontset.el (font-encoding-alist)
1909         (setup-default-fontset): Add gb18030.
1910         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
1911         (charset-script-alist): Add gbk and gb18030.
1913         * international/characters.el: Put property
1914         preferred-coding-system on gbk and gb18030.
1916         * international/mule-cmds.el (locale-language-names): Add an entry
1917         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
1919         * faces.el (face-font-registry-alternatives): Add gb18030.
1921 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1923         * ps-mule.el: Fix maintainer email.
1925 2008-02-01  Kenichi Handa  <handa@m17n.org>
1927         * international/quail.el (quail-insert-kbd-layout): Check the
1928         length of (cdr translation).
1929         (quail-get-current-str): Check the length of (cdr def).
1931 2008-02-01  Kenichi Handa  <handa@m17n.org>
1933         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
1935 2008-02-01  Kenichi Handa  <handa@m17n.org>
1937         * international/mule-cmds.el (ucs-insert): Re-implement.
1939 2008-02-01  Kenichi Handa  <handa@m17n.org>
1941         * composite.el (terminal-composition-modification): New function.
1942         (terminal-composition-function): Create composition with the above
1943         modification function.
1945 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1947         * international/characters.el: Add more full-width characters in
1948         char-width-table.
1950 2008-02-01  Kenichi Handa  <handa@m17n.org>
1952         * international/fontset.el (create-fontset-from-fontset-spec):
1953         Fix script name handling.
1955 2008-02-01  Kenichi Handa  <handa@m17n.org>
1957         * composite.el (terminal-composition-function): New function.
1958         (terminal-composition-function-table): New variable.
1959         (auto-compose-chars): If running on a terminal, use
1960         terminal-composition-function-table.
1962         * loadup.el: Load "composite" after "international/characters".
1964         * international/characters.el: Delete codes for setting up charset
1965         property nospace-between-words.  Fix setting up of
1966         char-width-table.  Don't make ethiopic and tibetan double column.
1968         * textmodes/fill.el (fill-find-break-point-function-table):
1969          Don't set it up in defvar.
1970         (fill-nospace-between-words-table): New variable.
1971         (fill-delete-newlines): Check fill-nospace-between-words-table
1972         instead of charset property nospcae-between-words.
1974 2008-02-01  Kenichi Handa  <handa@m17n.org>
1976         * composite.el (global-auto-composition-mode): Make the initial
1977         value not depend on emacs-basic-display.
1979         * textmodes/fill.el: Don't use charset property
1980         `fill-find-break-point-function'.
1981         (fill-find-break-point-function-table): New variable.
1982         (fill-find-break-point): Lookup fill-find-break-point-function-table.
1984 2008-02-01  Kenichi Handa  <handa@m17n.org>
1986         * international/mule.el (coding-system-list): Be sure to exclude
1987         subsidiary coding systems.
1989 2008-02-01  Kenichi Handa  <handa@m17n.org>
1991         * composite.el (auto-composition-after-change)
1992         (toggle-auto-composition): Remove `auto-composed' property instead
1993         of setting it to nil.
1995 2008-02-01  Kenichi Handa  <handa@m17n.org>
1997         * language/misc-lang.el (iso-8859-6): New coding system.
1999 2008-02-01  Kenichi Handa  <handa@m17n.org>
2001         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
2002         replace-regexp-in-string as replacement.
2004 2008-02-01  Kenichi Handa  <handa@m17n.org>
2006         * international/fontset.el (otf-script-alist): Add byzm, math,
2007         musc, and nko.
2009         * international/characters.el (script-list): Add nko,
2010         byzantine-musical-symbol, musical-symbol, and mathematical.
2012 2008-02-01  Kenichi Handa  <handa@m17n.org>
2014         * composite.el (auto-compose-current-font): New variable.
2015         (auto-compose-chars): New arg FONT-OBJECT.
2017 2008-02-01  Kenichi Handa  <handa@m17n.org>
2019         * international/characters.el: Modify category-table and
2020         script-table for new Ethiopic character range.
2022 2008-02-01  Kenichi Handa  <handa@m17n.org>
2024         * international/mule-cmds.el (set-language-environment-fontset):
2025         Delete it.
2027 2008-02-01  Kenichi Handa  <handa@m17n.org>
2029         * international/fontset.el (otf-script-alist): Set it.
2031 2008-02-01  Kenichi Handa  <handa@m17n.org>
2033         * international/fontset.el (font-encoding-alist):
2034         Fix for "ethiopic-unicode".
2036 2008-02-01  Kenichi Handa  <handa@m17n.org>
2038         * international/fontset.el (script-representative-chars):
2039         Add an entry for latin script.
2041 2008-02-01  Kenichi Handa  <handa@m17n.org>
2043         * faces.el (font-weight-table): Treat regular and normal as the
2044         same as medium.
2045         (font-slant-table): Add (roman . 100).
2047 2008-02-01  Kenichi Handa  <handa@m17n.org>
2049         These changes are for the new font handling codes.
2051         * faces.el (font-weight-table, font-slant-table)
2052         (font-swidth-table): New customizable variables.
2054         * international/fontset.el (font-encoding-alist): Add koi8-4.
2055         (script-representative-chars): Set the default value.
2056         (create-fontset-from-x-resource): Delete `message'.
2058 2008-02-01  Kenichi Handa  <handa@m17n.org>
2060         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
2061         Call set-buffer-multibyte with arg `to'.
2063 2008-02-01  Kenichi Handa  <handa@m17n.org>
2065         * info.el (Info-fontify-node): Check if already fontified or not
2066         by next-single-property-change.
2068 2008-02-01  Kenichi Handa  <handa@m17n.org>
2070         * international/mule.el (ctext-pre-write-conversion): Produce
2071         extra designation sequence for ASCII at the end off extended segment.
2073 2008-02-01  Kenichi Handa  <handa@m17n.org>
2075         * international/mule.el (ctext-non-standard-encodings-table):
2076         Reverse the returning list.
2077         (ctext-pre-write-conversion): Fix encoding with extended segments.
2079         * international/mule-conf.el (compound-text)
2080         (compound-text-with-extensions): Add long-form in :flags.
2082 2008-02-01  Kenichi Handa  <handa@m17n.org>
2084         * international/fontset.el (create-fontset-from-fontset-spec): Fix
2085         regexp for paring FONTSET-SPEC (allow spaces after `:').
2087 2008-02-01  Kenichi Handa  <handa@m17n.org>
2089         * international/fontset.el (create-fontset-from-fontset-spec): Fix
2090         for the case that a charset is specified as target.
2092 2008-02-01  Kenichi Handa  <handa@m17n.org>
2094         * international/ccl.el (ccl-embed-string): Check string length.
2095         Set special flag for multibyte character sequence.
2096         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
2097         str unibyte.
2098         (ccl-compile-write): If the character code doesn't fit in 22-bit
2099         (ccl-dump-write-const-string): Check special flag for multibyte
2100         character sequence.
2102 2008-02-01  Kenichi Handa  <handa@m17n.org>
2104         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
2105         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
2106         ps-mule-eight-bit-char.
2108 2008-02-01  Kenichi Handa  <handa@m17n.org>
2110         * language/chinese.el ("Chinese-BIG5"):
2111         Set ctext-non-standard-encodings property to "big5-0".
2113         * international/mule.el (ctext-non-standard-encodings):
2114         Initialize to nil.
2115         (ctext-non-standard-encodings-alist): Set charset `big5' in the
2116         entry for "big5-0".
2117         (ctext-non-standard-encodings-table): Return a list instead of
2118         char-table.
2119         (ctext-pre-write-conversion): Adjust for the above change.
2121 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2123         * international/mule.el (ctext-non-standard-encodings-alist):
2124         Add an entry for gbk-0.
2125         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
2126         a row 8-bit.
2128         * language/chinese.el ("Chinese-GBK"):
2129         Set ctext-non-standard-encodings property to "gbk-0".
2130         Add sample-text property.
2132 2008-02-01  Kenichi Handa  <handa@m17n.org>
2134         * international/kkc.el (kkc-region): Use
2135         this-single-command-raw-keys on pushing back an unhandled key sequence.
2137 2008-02-01  Kenichi Handa  <handa@m17n.org>
2139         * international/encoded-kb.el (encoded-kbd-mode):
2140         Check saved-input-mode on turning off Encoded Kbd mode.
2142         * composite.el (auto-composition-after-change): Use save-buffer-state.
2143         (turn-on-auto-composition-if-enabled): Don't turn on
2144         auto-composition-mode in a unibyte buffer.
2146 2008-02-01  Kenichi Handa  <handa@m17n.org>
2148         * startup.el (command-line): Use custom-reevaluate-setting for
2149         global-auto-composition-mode.
2151         * composite.el (auto-composition-function): Make it buffer local.
2152         (auto-composition-mode): New minor mode.
2153         (turn-on-auto-composition-if-enabled): New function.
2154         (global-auto-composition-mode): New global minor mode.
2156 2008-02-01  Kenichi Handa  <handa@m17n.org>
2158         * descr-text.el (describe-char): Use insert-text-button instead of
2159         widget-create for "customize what to show" button.
2161 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
2163         * language/ethiopic.el: Fix copyright.
2164         (composition-function-table): Support a new character in Unicode 4.1.
2166         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
2167         (ethio-tex-to-fidel-buffer, ethio-composition-function)
2168         ("ethiopic-tex"): Support new characters in Unicode 4.1.
2170 2008-02-01  Kenichi Handa  <handa@m17n.org>
2172         * international/characters.el: Register characters in
2173         auto-fill-chars.  Put nospace-between-words to more charsets.
2175 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2177         * international/mule-cmds.el (locale-language-names): Add entries
2178         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
2179         (locale-preferred-coding-systems): Fix entries for Chinese locales.
2181 2008-02-01  Kenichi Handa  <handa@etlken>
2183         * international/utf-7.el: Delete the definition of utf-7.
2184         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
2185         Add autoload cookies.
2187 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2189         * term/mac-win.el: Delete the code to create a fontset from the X
2190         resource "Font".
2192 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
2194         * international/robin.el (robin-define-package): Be sure to call
2195         put-char-code-property.
2197 2008-02-01  Kenichi Handa  <handa@m17n.org>
2199         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
2200         property to 1.
2202         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
2203         property to t.
2205         * international/mule.el (coding-system-get):
2206         Check `ascii-incompatible' for backward compatiblity.
2207         (set-file-name-coding-system): Signal an error for a coding system
2208         not suitable for file name.
2209         (set-keyboard-coding-system): Signal an error for a coding system
2210         not suitable for keyboard.
2212         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
2213         Set :suitable-for-keyboard property to 1.
2215         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
2216         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
2218         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
2219         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
2221 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
2223         * international/robin.el (robin-define-package): Delete redundant code.
2224         (robin-add-rule): Allow N-1 reverse conversion.
2226 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
2228         * international/robin.el (robin-define-package): Make the
2229         expanded form shorter.
2231 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2233         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
2234         chiense-iso-8bit.
2236 2008-02-01  Kenichi Handa  <handa@m17n.org>
2238         * loadup.el: If we are byte-compiling unidata-gen.el or running
2239         unidata-ge-files, set purify-flag to nil.
2241 2008-02-01  Kenichi Handa  <handa@m17n.org>
2243         * loadup.el: Load international/charprop.el with NOERROR t.
2245         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
2247 2008-02-01  Kenichi Handa  <handa@m17n.org>
2249         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
2250         New charsets and coding systems.
2251         (mac-symbol, mac-dingbats): New charsets.
2253 2008-02-01  Kenichi Handa  <handa@m17n.org>
2255         * international/characters.el: Set syntax of NBSP to punctuation.
2257 2008-02-01  Kenichi Handa  <handa@m17n.org>
2259         * international/mule-cmds.el: Don't require wid-edit.
2261 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
2263         * international/robin.el: New file.
2265         * language/ethiopic.el: Change encoding to utf-8-emacs.
2266         Register ethio-composition-function in composition-function-table.
2267         ("Ethiopic"): Change coding-systems to utf-8-emacs.
2269         * language/ethio-util.el: Change encoding to utf-8-emacs.
2270         Rewrite all transliteration functions to use robin.el.
2271         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
2272         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
2273         (ethio-prefer-ascii-punctuation): Delete variables.
2274         (ethio-char-to-ethiocode, ethio-convert-digit)
2275         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
2276         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
2277         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
2278         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
2279         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
2280         (ethio-adjust-robin, ethio-composition-function)
2281         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
2282         (ethio-sera-to-fidel-region-ethio)
2283         (ethio-sera-to-fidel-region-noethio)
2284         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
2285         New functions.
2287 2008-02-01  Miles Bader  <miles@gnu.org>
2289         * international/mule.el (auto-coding-regexp-alist)
2290         (ctext-pre-write-conversion): Replace embedded control characters
2291         with octal escapes; this prevents diff from thinking the file is binary.
2293 2008-02-01  Miles Bader  <miles@gnu.org>
2295         * descr-text.el (describe-char-unidata-list):
2296         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
2297         (byte-compile-insert-header):
2298         * international/mule.el (charset-list, set-coding-priority)
2299         (ignore-relative-composition):
2300         * international/mule-util.el (detect-coding-with-priority):
2301         * international/mule-diag.el:
2302         * international/mule-cmds.el (language-info-custom-alist):
2303         * international/codepage.el (codepage-setup):
2304         Replace references to Emacs version "22" with "23".
2306 2008-02-01  Kenichi Handa  <handa@m17n.org>
2308         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
2310         * international/fontset.el (font-encoding-alist): Add an entry for
2311         microsoft-cp1251.
2312         (setup-default-fontset): Add entries for microsoft-cp1251 and
2313         koi8-r for cyrillic.
2315         * international/mule-cmds.el (char-code-property-alist): New variable.
2316         (define-char-code-property): New function.
2317         (get-char-code-property, put-char-code-property): Handle a
2318         char-table registerd in char-code-property-alist.
2319         (set-language-environment): Check :ascii-compatible-p property of
2320         nonascii charset instead of its dimension.
2322         * international/uni-bidi.el, international/uni-category.el:
2323         * international/uni-combining.el, international/uni-comment.el:
2324         * international/uni-decimal.el, international/uni-decomposition.el:
2325         * international/uni-digit.el, international/uni-lowercase.el:
2326         * international/uni-mirrored.el, international/uni-name.el:
2327         * international/uni-numeric.el, international/uni-old-name.el:
2328         * international/uni-titlecase.el, international/uni-uppercase.el:
2329         * international/charprop.el: New files automatically generated by
2330         admin/unidata/Makefile.
2332         * loadup.el: Load internationnal/charprop.el.
2334         * descr-text.el (describe-char-unidata-list): New variable.
2335         (describe-char-unicode-data): Use char-code-property-description.
2336         (describe-char): Add lines for describing Unicode-based character
2337         properties.
2339 2008-02-01  Kenichi Handa  <handa@m17n.org>
2341         * textmodes/ispell.el: These changes are to fix the code merged
2342         from trunk for the change on 2008-02-01.
2343         (ispell-unified-chars-table): Delete it.
2344         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
2346 2008-02-01  Kenichi Handa  <handa@m17n.org>
2348         * international/mule-util.el (char-displayable-p): Check
2349         :charset-list property of CODING.
2351 2008-02-01  Kenichi Handa  <handa@m17n.org>
2353         * international/mule-cmds.el (select-safe-coding-system-interactively):
2354         Change 'mime-charset to :mime-charset.
2355         (select-safe-coding-system): Use above.
2356         (set-language-environment): Delete unnecessary code for handling
2357         overriding-fontspec.
2359 2008-02-01  Kenichi Handa  <handa@m17n.org>
2361         * international/mule-conf.el: New coding system aliases unix, dos,
2362         and mac.
2364 2008-02-01  Kenichi Handa  <handa@m17n.org>
2366         * international/titdic-cnv.el (tit-process-header): Fix embedded
2367         coding tag.
2368         (titdic-convert): Bind coding-system-for-write to the coding
2369         system specfied in the map file.  Remove `charset' property after
2370         decoding.
2371         (miscdic-convert): Bind coding-system-for-write to the coding
2372         system specfied for the map file.  Fix LANGUAGE arg to
2373         quail-define-package.
2374         (batch-miscdic-convert): Check if a file is directory or not.
2376 2008-02-01  Kenichi Handa  <handa@m17n.org>
2378         * international/mule.el (coding-system-equal): Move from mule-util.el.
2380         * international/mule-util.el (coding-system-equal): Move to mule.el.
2382 2008-02-01  Kenichi Handa  <handa@m17n.org>
2384         * international/encoded-kb.el (encoded-kbd-decode-code-list):
2385         New function.
2386         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
2387         Support multibyte charsets.
2389 2008-02-01  Kenichi Handa  <handa@m17n.org>
2391         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
2392         to eight-bit chars.
2394         * international/mule-conf.el: Don't define coding system
2395         `undecided' here.
2397 2008-02-01  Kenichi Handa  <handa@m17n.org>
2399         * international/mule-cmds.el (locale-language-names): Fix for
2400         gb18030 and gdk.
2402 2008-02-01  Kenichi Handa  <handa@m17n.org>
2404         * international/fontset.el (font-encoding-alist): Add gbk.
2405         (charset-script-alist): Add chinese-gbk.
2407 2008-02-01  Kenichi Handa  <handa@m17n.org>
2409         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
2411 2008-02-01  Kenichi Handa  <handa@m17n.org>
2413         * language/japanese.el ("Japanese"): Fix ordering of charsets.
2415 2008-02-01  Kenichi Handa  <handa@m17n.org>
2417         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
2418         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
2419         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
2421 2008-02-01  Kenichi Handa  <handa@m17n.org>
2423         * descr-text.el (describe-char): Fix for the case CODE is a cons
2424         of integers.
2426 2008-02-01  Steven Tamm  <steventamm@mac.com>
2428         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
2429         (mac-standard-fontset-spec): Create.
2431 2008-02-01  Kenichi Handa  <handa@m17n.org>
2433         * international/mule-diag.el (unicode-data):
2434         Call find-file-noselect with NOWARN t.
2436 2008-02-01  Kenichi Handa  <handa@m17n.org>
2438         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
2440 2008-02-01  Kenichi Handa  <handa@m17n.org>
2442         * international/characters.el: Give more CJK characters the
2443         category `|'.
2445         * descr-text.el (describe-char): Make it work on *Help* buffer.
2446         Suppress auto-composition on a region describing about composition.
2448         * language/european.el (diacritic-compose-region)
2449         (diacritic-compose-string, diacritic-composition-function):
2450         Compose diacritical marks only with a character whose syntax is
2451         word constituent.
2452         (diacritic-post-read-conversion): Delete it.
2454 2008-02-01  Kenichi Handa  <handa@m17n.org>
2456         * composite.el (auto-compose-chars): Execute the main code in
2457         condition-case.
2459 2008-02-01  Kenichi Handa  <handa@m17n.org>
2461         * international/fontset.el (x-complement-fontset-spec):
2462         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
2464 2008-02-01  Kenichi Handa  <handa@m17n.org>
2466         * international/characters.el (next-word-boundary-kana):
2467         Handle half-width kana.
2469 2008-02-01  Kenichi Handa  <handa@m17n.org>
2471         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
2473 2008-02-01  Kenichi Handa  <handa@m17n.org>
2475         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
2477         * mail/rmail.el (rmail-decode-babyl-format):
2478         Use with-coding-priority instead of detect-coding-with-priority.
2480 2008-02-01  Kenichi Handa  <handa@m17n.org>
2482         * international/mule.el (make-translation-table)
2483         (make-translation-table-from-vector): Set the second extra slot of
2484         the char table to 1.
2485         (make-translation-table-from-alist): Fix handling of multiple entries.
2487 2008-02-01  Kenichi Handa  <handa@m17n.org>
2489         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
2490         New translation tables.
2492         * international/mule.el (make-translation-table-from-alist):
2493         New function.
2495 2008-02-01  Kenichi Handa  <handa@m17n.org>
2497         * international/mule.el (translate-region): Re-implement it here.
2498         Make it interactive.
2500 2008-02-01  Kenichi Handa  <handa@m17n.org>
2502         * ps-mule.el (ps-mule-font-info-database): Doc fix.
2504 2008-02-01  Kenichi Handa  <handa@m17n.org>
2506         * international/mule-conf.el (chinese-cns11643-15): New charset.
2508 2008-02-01  Kenichi Handa  <handa@m17n.org>
2510         * international/fontset.el (font-encoding-alist): Add entries for
2511         variations of cns11643 fonts.
2512         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
2514 2008-02-01  Kenichi Handa  <handa@m17n.org>
2516         * international/mule-diag.el (list-charset-chars): Put charset
2517         text property.
2519         * international/fontset.el (setup-default-fontset): Delete the
2520         entry for symbol script, add JISX0213 to kana script, specify
2521         fallback fonts.
2523 2008-02-01  Kenichi Handa  <handa@m17n.org>
2525         * international/fontset.el (setup-default-fontset)
2526         (font-encoding-alist): Register "JISX0213.2004-1".
2528         * international/mule-diag.el (list-character-sets): Fix the first
2529         line message.
2530         (sort-listed-character-sets): Adjust for the change of
2531         list-characters-sets-1.
2532         (list-character-sets-1): List supplementary character sets in a
2533         different section.
2534         (list-charset-chars): Validate charset at early stage.
2536         * international/characters.el: Fix `han' script range.
2538         * international/mule-conf.el (japanese-jisx0213.2004-1):
2539         Specify :code-space.
2540         (cp932-2-byte): Fix :code-space.
2541         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
2543 2008-02-01  Kenichi Handa  <handa@m17n.org>
2545         * international/mule-conf.el (japanese-jisx0213.2004-1):
2546         Specify :dimension 2.
2548         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
2549         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
2550         New coding systems.
2551         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
2552         aliases.
2553         ("Japanese"): Add new charsets and coding systems.
2555 2008-02-01  Kenichi Handa  <handa@m17n.org>
2557         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
2558         Rename from japanese-ucs-cp932-map.
2559         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
2560         (japanese-ucs-glibc-map): Delete this translation table.
2561         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
2562         New translation tables.
2564 2008-02-01  Kenichi Handa  <handa@m17n.org>
2566         * cus-start.el: Handle charset-map-path, not charset-map-directory.
2568 2008-02-01  Kenichi Handa  <handa@m17n.org>
2570         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
2572 2008-02-01  Kenichi Handa  <handa@m17n.org>
2574         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
2575         tables japanese-ucs-*-map.
2577 2008-02-01  Kenichi Handa  <handa@m17n.org>
2579         * international/eucjp-ms.el: New file (automatically generated by
2580         admin/charsets/Makefile).
2582         * international/cp51932.el: New file (automatically generated by
2583         admin/charsets/Makefile).
2585         * language/japanese.el: Load cp51932 and eucjp-ms.
2586         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
2587         (japanese-ucs-glibc-map): New translation tables.
2588         (eucjp-ms): New coding system.
2590         * international/mule.el (coding-system-put): Delete it.
2591         It's implemented in C now.
2593         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
2594         (japanese-jisx0213-a): New supplementary charset.
2595         (japanese-jisx0213.2004-1): New charset.
2597 2008-02-01  Kenichi Handa  <handa@m17n.org>
2599         * language/japanese.el (japanese-cp932): New coding system.
2600         (cp932): New alias of it.
2602         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
2603         (cp932): New charsets.
2605         * international/mule.el (define-charset): If :code-space is not
2606         given, generate it from :dimension.
2608 2008-02-01  Kenichi Handa  <handa@m17n.org>
2610         * composite.el (reference-point-alist): Doc fix.
2611         (encode-composition-rule, decode-composition-rule):
2612         Handle a rule (GREF NREF XOFF YOFF).
2614 2008-02-01  Kenichi Handa  <handa@m17n.org>
2616         * language/european.el (diacritic-composition-function): Fix for
2617         the case that POS is at the head.  Allow combining with more characters.
2619 2008-02-01  Kenichi Handa  <handa@m17n.org>
2621         * descr-text.el (describe-char): Check `charset' property.
2622         Show the code point in the charset in hexadigits.
2624         * international/mule-diag.el (stretches-for-character-list):
2625         Delete it.
2626         (list-block-of-chars): Use tabs instead of `display' property for
2627         aligning characters.
2628         (print-fontset-element): Fix the printing of XLFD.
2630 2008-02-01  Kenichi Handa  <handa@m17n.org>
2632         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
2633         New function.
2634         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
2635         handling utf-8.
2637 2008-02-01  Kenichi Handa  <handa@m17n.org>
2639         * faces.el (read-face-font): Include fontsets in the completion list.
2641         * international/mule-cmds.el (set-locale-environment):
2642         Insert locale-translation-file-name in a unibyte buffer.
2644         * international/characters.el: Fix setting of category `|'.
2646 2008-02-01  Kenichi Handa  <handa@m17n.org>
2648         * language/chinese.el (chinese-gb18030): Fix :charset-list.
2650 2008-02-01  Kenichi Handa  <handa@m17n.org>
2652         * international/mule-cmds.el (select-safe-coding-system): Fix for
2653         the case that the first element of default-coding-system is t.
2654         Fix a message when some coding systems are rejected.
2656 2008-02-01  Kenichi Handa  <handa@m17n.org>
2658         * international/mule-cmds.el (set-language-environment): Put
2659         higher priority to charsets listed in `charset' property of the
2660         language environment.
2662 2008-02-01  Kenichi Handa  <handa@m17n.org>
2664         * composite.el (auto-compose-chars): Don't do unnecessary
2665         save-exclusion and save-restriction.
2667 2008-02-01  Kenichi Handa  <handa@m17n.org>
2669         * international/mule-conf.el (ctext-no-compositions):
2670         Remove garbage arguments.
2672         * international/mule.el (make-coding-system): Fix generation of
2673         properties.
2675         * international/fontset.el (setup-default-fontset): Specify fonts
2676         for `symbol' script.
2678         * international/characters.el (script-list): Include `currency'
2679         in `symbol'.
2681 2008-02-01  Alex Schroeder  <alex@gnu.org>
2683         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
2684         8601 format (a capital T between the date and the time).
2686 2008-02-01  Kenichi Handa  <handa@m17n.org>
2688         * international/mule.el (private-char-area-1-min)
2689         (private-char-area-1-max, private-char-area-2-min)
2690         (private-char-area-2-max, emacs-mule-charset-table): New variables.
2691         (convert-define-charset-argument): New function.
2692         (define-charset): Handle the old calling style.
2693         Update emacs-mule-charset-table.
2694         (make-char-internal): New function.
2696 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2698         * w32-charset-info-alist: Define iso10646-1 always.
2700 2008-02-01  Kenichi Handa  <handa@m17n.org>
2702         * composite.el (compose-region): Doc fix (delete duplicated line).
2704 2008-02-01  Kenichi Handa  <handa@m17n.org>
2706         * international/characters.el: Fix syntax for Ethiopic.
2708 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2710         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
2712         * makefile.w32-in (DONTCOMPILE): Remove old languages.
2713         Add international/latin1-disp.el.
2714         (LC_ALL): Define as C.
2716 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2718         * term/w32-win.el: Don't set fontsets to use sjis.
2720 2008-02-01  Kenichi Handa  <handa@m17n.org>
2722         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
2723         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
2725 2008-02-01  Kenichi Handa  <handa@m17n.org>
2727         * composite.el (auto-composition-chunk-size): Delete variable.
2728         (auto-compose-chars): Always stop after processing a newline.
2730 2008-02-01  Kenichi Handa  <handa@m17n.org>
2732         * international/mule.el (define-coding-system): Fix attribute
2733         name :for-unibyte.
2735 2008-02-01  Kenichi Handa  <handa@m17n.org>
2737         * ps-bdf.el: Largely re-write.
2739         * ps-mule.el: Largely re-write.
2741         * ps-print.el (ps-generate-string-list): Delete function.
2742         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
2743         (ps-header-footer-string): Delete function.
2744         (ps-encode-header-string-function): New variable.
2745         (ps-generate-header-line): Call ps-encode-header-string-function.
2746         (ps-basic-plot-string-function): New variable
2747         (ps-begin-job): Set ps-basic-plot-string-function and
2748         ps-encode-header-string-function.  For setting up headers and
2749         footers, don't use caches such as ps-rh-cache.  Don't call
2750         ps-mule-begin-page.
2751         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
2752         Don't call ps-mule-prepare-ascii-font.
2753         (ps-plot-region): Don't pay attention to composition and
2754         non-ASCII characters.
2755         (ps-generate): Call ps-mule-end-job.
2756         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2757         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
2758         (ps-mule-end-job): Declare autoload.
2760         * composite.el (auto-compose-region): New function.
2762 2008-02-01  Dave Love  <fx@gnu.org>
2764         * international/mule-util.el
2765         (detect-coding-with-language-environment): Doc fix.
2767         * composite.el: Doc fixes.
2768         (auto-compose-chars): Use functionp, not fboundp.
2770         * international/mule-diag.el (list-charset-chars): Set buffer file
2771         coding system.
2773         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
2774         cookie.  Doc fix.
2776 2008-02-01  Dave Love  <fx@gnu.org>
2778         * international/mule-diag.el (list-charset-chars): Set buffer file
2779         coding system.
2781         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
2782         cookie.  Doc fix.
2784         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2785         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
2786         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
2787         * eshell/esh-opt.el (eshell-process-option):
2788         * emulation/keypad.el (keypad-setup):
2789         * emacs-lisp/lisp-mode.el (prin1-char):
2790         * emacs-lisp/generic.el (generic-mode-set-comments):
2791         * edmacro.el (edmacro-parse-keys):
2792         * disp-table.el (standard-display-default): Use characterp.
2794 2008-02-01  Kenichi Handa  <handa@m17n.org>
2796         * international/mule-conf.el (utf-16-be): Make it an alias of
2797         utf-16be-with-signature.
2798         (utf-16-le): Make it an alias of utf-16le-with-signature.
2799         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
2800         coding system aliases.
2802         * international/utf-7.el (utf-7-decode, utf-7-encode):
2803         Use utf-16be, not utf-16-be.
2805 2008-02-01  Kenichi Handa  <handa@m17n.org>
2807         * international/mule.el (coding-system-category): New function.
2808         (set-coding-priority): Re-write.
2809         (make-translation-table): Re-write.
2811         * international/mule-cmds.el (universal-coding-system-argument):
2812         Check the coding system type `undecided', not `t'.
2813         (sort-coding-systems): Fix for iso-2022 coding systems.
2814         (find-multibyte-characters): Fix for eight-bit chars.
2815         (set-language-environment): Set charset priorities according to
2816         the charsets supported by the coding systems of higher priorities.
2818 2008-02-01  Kenichi Handa  <handa@m17n.org>
2820         * font-lock.el
2821         (font-lock-match-c-style-declaration-item-and-skip-to-next):
2822         Check (match-end 2) before going there.
2824 2008-02-01  Kenichi Handa  <handa@m17n.org>
2826         * international/mule.el (ctext-non-standard-designations-alist):
2827         Exclude entries for iso8859-1[03456].  Fix docstring.
2828         (ctext-pre-write-conversion): Make it work for the case that FROM
2829         is a string.  Don't do unnecessary save-restriction and
2830         narrow-to-region.
2832 2008-02-01  Kenichi Handa  <handa@m17n.org>
2834         * international/mule.el (ctext-non-standard-encodings-alist):
2835         Rename from non-standard-icccm-encodings-alist.
2836         (ctext-non-standard-encodings-regexp): New variable
2837         (ctext-post-read-conversion): Full rewrite.
2838         (ctext-non-standard-designations-alist): Rename from
2839         non-standard-designations-alist.
2840         (ctext-pre-write-conversion): Full rewrite.
2841         (define-coding-system): Doc fix (escape '"' by '\').
2843 2008-02-01  Dave Love  <fx@gnu.org>
2845         * international/mule-conf.el (utf-16le, utf-16be-16be)
2846         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
2847         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
2848         `-16-{b,l}e-' and define aliases for the old names.
2850         * international/mule.el (define-coding-system): Doc fix.
2852 2008-02-01  Dave Love  <fx@gnu.org>
2854         * international/utf-7.el: New file.
2856         * international/mule-conf.el (utf-7): New.
2858 2008-02-01  Kenichi Handa  <handa@m17n.org>
2860         * international/mule-conf.el (utf-16): Add :endian 'big.
2862         * international/mule.el (define-coding-system): Fix docstring
2863         about :bom and :endian.
2865 2008-02-01  Dave Love  <fx@gnu.org>
2867         * international/mule-diag.el (describe-character-set):
2868         Fix printing dimensions.  Use `\e,AW\e(B', not `x'.
2870 2008-02-01  Kenichi Handa  <handa@m17n.org>
2872         * international/fontset.el: Register CDAC fonts in
2873         face-font-rescale-alist instead of face-resizing-fonts.
2875 2008-02-01  Kenichi Handa  <handa@m17n.org>
2877         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
2878         (utf-16-be): Rename from utf-16-be-nosig.
2879         (utf-16-le-with-signature): Rename from utf-16-le.
2880         (utf-16-be-with-signature): Rename from utf-16-be.
2881         (utf-16): Set :bom to (utf-16-le-with-signature .
2882         utf-16-be-with-signature).
2884 2008-02-01  Dave Love  <fx@gnu.org>
2886         * language/georgian.el (georgian-ps, georgian-academy): New coding
2887         system.
2889         * language/chinese.el (chinese-big5-hkscs): New coding system.
2890         (big5-hkscs, cn-big5-hkscs): New aliases.
2892         * international/mule-conf.el (big5-hkscs, georgian-academy):
2893         New charset.
2894         (ibm1047): Doc fix.
2895         (pt154): Add mime-charset.
2896         (ptcp154, cp154): New aliases.
2898 2008-02-01  Dave Love  <fx@gnu.org>
2900         * international/mule.el (charset-iso-final-char, define-coding-system):
2901         Doc fix.
2903 2008-02-01  Kenichi Handa  <handa@m17n.org>
2905         * international/ccl.el (define-ccl-program): Fset charset-id
2906         to charset-id-internal temporarily.
2908 2008-02-01  Kenichi Handa  <handa@m17n.org>
2910         * international/mule-diag.el (list-block-of-chars):
2911         Use decode-char instead of make-char.
2913 2008-02-01  Kenichi Handa  <handa@m17n.org>
2915         * international/fontset.el: Enable the default fontset to use
2916         unicode fonts for ASCII characters.
2917         (x-decompose-font-name): Don't try to resolve PATTERN by
2918         x-resolve-font-name.
2919         (x-complement-fontset-spec): Never prepend an ASCII font.
2920         (create-fontset-from-fontset-spec): If a fontset of the same name
2921         already exists, override it instead of signalling an error.  Don't
2922         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
2924         * international/mule-conf.el (unicode-bmp): Delete duplicated
2925         definition.  Give it :code-offset 0.
2927         * international/mule-diag.el (print-fontset-element): New function.
2928         (print-fontset): Use print-fontset-element to print the elements
2929         of a fontset.  Use it also to print fonts fallen back to the
2930         default fontsets.
2932         * term/x-win.el: Delete the code to create a fontset from the X
2933         resource "Font".
2935 2008-02-01  Kenichi Handa  <handa@m17n.org>
2937         * international/mule-diag.el (print-fontset): Insert proper
2938         newline and indentation spaces.
2940 2008-02-01  Dave Love  <fx@gnu.org>
2942         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
2943         multibyte-char-to-unibyte.
2945         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
2947         * international/mule-cmds.el (find-coding-systems-for-charsets):
2948         Use coding-system-type, coding-system-charset-list.
2949         (standard-keyboard-coding-systems): Delete.
2950         (set-locale-environment): Maybe set keyboard coding system.
2951         Avoid typical warning about codeset in C locale.
2953 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
2955         * international/fontset.el (x-complement-fontset-spec): If a
2956         fontname doesn't conform to XLFD format, try to get XLFD name by
2957         x-list-fonts.
2959 2008-02-01  Dave Love  <fx@gnu.org>
2961         * international/mule-conf.el (mik, pt154): New charsets.
2963         * language/cyrillic.el (mik, pt154): New coding systems.
2965 2008-02-01  Dave Love  <fx@gnu.org>
2967         * international/characters.el: Move parts around so that syntax
2968         definitions aren't overwritten wrongly.
2970         * international/mule-diag.el (unicode-data): Fix treatment of
2971         numeric-value fields.
2973 2008-02-01  Dave Love  <fx@gnu.org>
2975         * progmodes/cap-words.el: New file.
2977 2008-02-01  Kenichi Handa  <handa@m17n.org>
2979         The following changes are to make character composition happen
2980         automatically on displaying.
2982         * composite.el: Remove all autoload cookies.
2983         (composition-function-table): Move variable declaration from
2984         composite.c.  Change format.
2985         (save-buffer-state): Copy from font-lock.el.
2986         (auto-composition-chunk-size): New variable.
2987         (auto-compose-chars): New function.  Set
2988         auto-composition-function to it.
2989         (toggle-auto-composition): New function.
2991         * international/characters.el: Make all chararacters in the
2992         charset tibetan to tibetan script.
2994         * international/mule-conf.el (tibetan): Fix :code-space property.
2995         (tibetan-1-column): Delete :superset property, add :code-offset
2996         property.
2998         * international/quail.el (quail-input-string-to-events): Don't
2999         generate compose-chars-after events.
3001         * language/devanagari.el: Register devanagari-composable-function
3002         in composition-function-table for Devanagari characters.
3004         * language/devan-util.el: Register devanagari-composable-pattern
3005         in indian-composable-pattern.
3006         (devanagari-composition-function): Add autoload cookie.  Change
3007         arguments to conform to composition-function-table.
3009         * language/european.el: Register combining characters in
3010         composition-function-table.
3011         (diacritic-composition-function): Change arguments to conform to
3012         composition-function-table.
3014         * language/indian.el (indian-composable-pattern): New variable.
3016         * language/ind-util.el (indian-compose-region): Don't call
3017         compose-chars-after, instead call a function registered in
3018         composition-function-table.
3020         * language/lao.el: Register lao-composition-function in
3021         composition-function-table for Lao vowels and tones.
3022         (lao): Don't use lao-post-read-conversion.
3024         * language/lao-util.el (lao-post-read-conversion): Delete this function.
3025         (lao-composition-function): Change arguments to conform to
3026         composition-function-table.
3028         * language/thai.el: Register thai-composition-function in
3029         composition-function-table for Thai vowels and tones.
3030         (thai-tis620): Don't use thai-post-read-conversion.
3032         * language/thai-util.el (thai-post-read-conversion): Delete function.
3033         (thai-composition-function): Change arguments to conform to
3034         composition-function-table.
3036         * language/tibetan.el: Register tibetan-composition-function in
3037         composition-function-table for Tibetan characters.
3039         * language/tibet-util.el (tibetan-composition-function):
3040         Change arguments to conform to composition-function-table.
3042         * loadup.el: Load composite.
3044 2008-02-01  Dave Love  <fx@gnu.org>
3046         * international/mule-diag.el (unicode-data): Find unicodedata-file
3047         literally.
3049 2008-02-01  Dave Love  <fx@gnu.org>
3051         * international/fontset.el: Doc fixes.
3052         ("fontset-default"): Add iso8859-15.
3054 2008-02-01  Kenichi Handa  <handa@m17n.org>
3056         * international/fontset.el ("fontset-default"): Add an entry for
3057         `indian-is13194' charset.
3059         * international/mule-conf.el (indian-is13194): Delete :unify-map
3060         property.  Don't unify this charset.
3061         (indian-2-column): Delete :superset property, add :code-offset property.
3063         * language/devan-util.el: Delete the superfluous autoload cookie
3064         near the head of the file.
3065         (devanagari-compose-region): Add autoload cookie.
3067         * language/ind-util.el (indian-2-column-to-ucs-region):
3068         Add autoload cookie.
3070 2008-02-01  Kenichi Handa  <handa@m17n.org>
3072         * international/fontset.el ("fontset-default"): Add an entry for
3073         `devanagari' script and `malayalam-glyph' charset.
3074         (face-resizing-fonts): Register CDAC fonts.
3076         * international/mule-conf.el (malayalam-glyph): New charset.
3078 2008-02-01  Dave Love  <fx@gnu.org>
3080         * term/x-win.el: Fix typo in loop setting x-keysym-table.
3082 2008-02-01  Dave Love  <fx@gnu.org>
3084         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
3086         * term/x-win.el: Remove some ancient compatibility code.  Populate
3087         x-keysym-table.
3089         * international/mule-cmds.el (wid-edit): Require when compiling.
3090         (set-locale-environment): Check locale against coding system
3091         aliases too.
3093 2008-02-01  Kenichi Handa  <handa@m17n.org>
3095         * language/indian.el (in-is13194-devanagari):
3096         Fix :post-read-conversion and :pre-write-conversion.
3098 2008-02-01  Dave Love  <fx@gnu.org>
3100         * international/mule-cmds.el (charset): Supply doc, :tag.
3102 2008-02-01  Kenichi Handa  <handa@m17n.org>
3104         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
3105         return a unibyte string.
3107 2008-02-01  Kenichi Handa  <handa@m17n.org>
3109         * international/mule-cmds.el (set-locale-environment):
3110         Delete superfluous ')'s at the tail.
3112 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3114         * international/mule.el (define-coding-system): Fix typo;
3115         "docode" -> "decode".
3117 2008-02-01  Dave Love  <fx@gnu.org>
3119         * emacs-lisp/byte-opt.el (side-effect-free-fns):
3120          Add string-make-unibyte string-make-multibyte string-to-multibyte
3121          string-as-multibyte string-as-unibyte.
3123 2008-02-01  Dave Love  <fx@gnu.org>
3125         * language/english.el (ibm1047, cp1047): New.
3127         * international/mule-conf.el (alternativnyj): Use new table.
3128         (cp866): Define standalone, not as alias.
3129         (ibm866): Change alias.
3130         (ibm1047): New.
3132         * language/cyrillic.el (cyrillic-alternativnyj):
3133         Remove mime-charset.  Use alternativnj charset.
3134         (cp866): Remove alias.  Define standalone.
3136 2008-02-01  Dave Love  <fx@gnu.org>
3138         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
3140         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
3141         ("Tajik", "Belarusian"): Fix charset.
3143         * international/mule-cmds.el (describe-language-environment):
3144         Be case-insensitive when looking for input methods.
3145         (locale-name-match): Doc fix.
3146         (locale-charset-match-p): New.
3147         (set-locale-environment): Warn if coding system doesn't agree
3148         with system locale.
3150 2008-02-01  Kenichi Handa  <handa@m17n.org>
3152         * international/mule-cmds.el (select-safe-coding-system): If
3153         :mime-charset property of a coding system is not equal to that
3154         coding system, don't show that :mime-charset name.
3156 2008-02-01  Dave Love  <fx@gnu.org>
3158         * international/quail.el (quail-help): Fix underlining.
3160         * language/chinese.el (chinese-gb18030, gb18030)
3161         ("Chinese-GB18030"): New.
3163         * international/mule-cmds.el (locale-language-names): Add GB18030.
3165         * international/swedish.el: Don't require latin-1.
3167 2008-02-01  Dave Love  <fx@gnu.org>
3169         * language/czech.el ("Czech"):
3170         * language/slovak.el ("Slovak"):
3171         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
3173         * language/greek.el ("Greek"): Remove unibyte-syntax property.
3174         (cp737): New coding system.
3176         * language/european.el: Remove unibyte-syntax properties.
3177         Augment some coding-system properties.
3179         * international/mule-cmds.el (set-language-environment):
3180         Check for charset property of environment.
3181         (language-info-alist): Doc fix.
3183         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
3185         * international/characters.el: Add Latin-1.
3187         * international/latin-1.el, international/latin-2.el,
3188         * international/latin-3.el, international/latin-4.el,
3189         * international/latin-5.el, international/latin-8.el,
3190         * international/latin-9.el: Delete.
3192         * loadup.el: Remove international/latin-N.el.
3194         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
3195         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3196         Undo last changes.
3198         * international/mule-diag.el (unicode-data): Check that
3199         `unicodedata-file' exists.
3201 2008-02-01  Kenichi Handa  <handa@m17n.org>
3203         * international/fontset.el (charset-script-alist): Fix script names.
3205 2008-02-01  Kenichi Handa  <handa@m17n.org>
3207         * international/latin-1.el: Bind set-case-syntax-charset to
3208         iso-8859-1.  Never provide latin-1.
3210         * international/latin-2.el: Bind set-case-syntax-charset to
3211         iso-8859-2.  Never provide latin-2.
3213         * international/latin-3.el: Bind set-case-syntax-charset to
3214         iso-8859-3.  Never provide latin-3.
3216         * international/latin-4.el: Bind set-case-syntax-charset to
3217         iso-8859-4.  Never provide latin-4.
3219         * international/latin-5.el: Bind set-case-syntax-charset to
3220         iso-8859-9.  Never provide latin-5.
3222         * international/latin-8.el: Bind set-case-syntax-charset to
3223         iso-8859-14.  Never provide latin-8.
3225         * international/latin-9.el: Bind set-case-syntax-charset to
3226         iso-8859-15.  Never provide latin-9.
3228         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
3229         (set-case-syntax-charset): New variable.
3230         (set-case-syntax-1): New function.
3231         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3232         Call set-case-syntax-1 on arguments.
3234         * international/mule-cmds.el (set-language-environment): Delete
3235         unnecessary setup of syntax/case for unibyte case.
3237 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3239         * international/fontset.el (generate-fontset-menu): Exclude the
3240         default fontset.
3242         * faces.el (describe-face): Describe :fontset property too.
3244 2008-02-01  Dave Love  <fx@gnu.org>
3246         * international/characters.el: Don't set char width of CJK
3247         charsets generally.  Add some non-word syntax cases.
3248         (korean-ksc5601): Fix ranges with symbol syntax.
3250 2008-02-01  Dave Love  <fx@gnu.org>
3252         * Makefile.in (DONTCOMPILE): Add indian.el.
3254         * language/ind-util.el:
3255         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
3256         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
3257         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
3258         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
3259         Remove declarations and let-bind them in re-written top-level loop
3260         over scripts, including ucs-devanagari-to-is13194-alist.
3262 2008-02-01  Dave Love  <fx@gnu.org>
3264         * international/mule-cmds.el (charset): Move.
3265         (language-info-custom-alist): Move.  Alter :set.
3266         (find-coding-systems-for-charsets): Check charset type before
3267         getting :charset-list.
3269         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
3271 2008-02-01  Dave Love  <fx@gnu.org>
3273         * wid-edit.el (widget-string-complete): New.
3274         (widget-coding-system-prompt-value-history): Delete.
3275         (coding-system): Use coding-system-value-history.
3277         * international/mule-cmds.el (charset): New widget.
3278         (language-info-custom-alist): Use it.
3279         (default-input-method): Modify :type.
3281 2008-02-01  Dave Love  <fx@gnu.org>
3283         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
3284         (indian-glyph-char, indian-char-glyph): Delete.
3285         (is13194-default-repertory): Rename from is13194-default-repartory.
3286         (iscii-to-ucs-region): Hoist evals from loop.
3288         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
3290         * language/indian.el (indian-script-table)
3291         (ccl-encode-indian-glyph-font): Delete.
3293         * international/mule-cmds.el (language-info-custom-alist): New.
3294         (input-method-activate-hook, input-method-inactivate-hook)
3295         (input-method-after-insert-chunk-hook)
3296         (input-method-use-echo-area, set-language-environment-hook)
3297         (exit-language-environment-hook): Customize.
3298         (find-coding-systems-for-charsets): Rewrite.
3299         (default-input-method): Add :link.
3301 2008-02-01  Dave Love  <fx@gnu.org>
3303         * international/mule-conf.el (eight-bit): Add :docstring,
3304         :short-name properties.
3305         (cp851): Doc fix.
3306         (unicode-bmp): New.
3308         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
3310         * language/european.el (cp858): New.
3311         ("Turkish"): Add special case rules.
3313 2008-02-01  Dave Love  <fx@gnu.org>
3315         * international/characters.el: Make \e,_/\e(B and \e,A\x7f\e(B a case pair.
3317 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3319         * international/mule-conf.el: Don't define the charset iso-8859-1
3320         here, just setup its properties.
3322 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3324         * international/mule-conf.el (utf-8): Give :mime-charset property.
3326 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3328         * international/characters.el: Remove duplicated case setting for
3329         Cyrillic and Greek letters.  Don't setup printable-chars here.
3331         * case-table.el (describe-buffer-case-table): Handle the case
3332         that KEY is a cons within map-char-table.
3334 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3336         * international/characters.el: Fix categories ?A and ?C.
3337         Treat ASCII characters as `latin' script.
3339 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3341         * international/fontset.el (fontset-plain-name): If the fontset
3342         name doesn't ends with "-fontset-*", use family name as the first
3343         part of the plain name.
3344         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
3345         created, use that name for the fontset.  Fix arguments to
3346         subst-char-in-string.
3348 2008-02-01  Dave Love  <fx@gnu.org>
3350         * term.el (term-char-mode): Remove generic-character-list code.
3352         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
3354         * wid-edit.el (character): Use characterp.
3356         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
3358         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
3360         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
3361         Add charset.
3362         ("Ukrainian"): New.
3364         * language/georgian.el (georgian-ps): New coding system.
3366 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3368         * international/mule-cmds.el (reset-language-environment):
3369         Don't set nonascii-translation-table and nonascii-insert-offset.
3370         Call set-unibyte-charset, not set-primary-charset.
3371         (nonascii-translation-table, nonascii-insert-offset):
3372         Declare these variable as obsolete ones.
3373         (set-language-environment): Call set-unibyte-charset, not
3374         set-primary-charset.  Call set-charset-priority with `charset'
3375         info of the language environment.
3377 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3379         * international/characters.el (next-word-boundary-han):
3380         Don't treat katakana following han characters as a part of a word.
3382 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3384         * international/characters.el: Call map-charset-chars on big5 (not
3385         chinese-big5-1/2) to set categories `c', `C', and `|'.
3386         (next-word-boundary-han, next-word-boundary-kana): New function.
3387         Register it in next-word-boundary-function-table.
3389 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3391         * arc-mode.el (archive-file-name-coding-system): New variable.
3392         Make it permanent-local.
3393         (byte-after, bref, insert-unibyte): New function.  Change most of
3394         char-after, aref, insert to them respectively.
3395         (archive-mode): Set archive-file-name-coding-system.
3396         (archive-summarize): Don't change the buffer's multibyteness.
3397         (archive-extract): Inherit archive-file-name-coding-system from
3398         archive-superior-buffer.  Bind coding-system-for-write to
3399         archive-file-name-coding-system.
3400         (archive-*-write-file-member): Encode ENAME by
3401         archive-file-name-coding-system.  Bind coding-system-for-write to
3402         no-conversion.
3403         (archive-rename-entry): Encode the filename by
3404         archive-file-name-coding-system.
3405         (archive-mode-revert): Don't change the buffer's multibyteness.
3406         (archive-arc-summarize, archive-lzh-summarize)
3407         (archive-zoo-summarize): Don't change the buffer's multibyteness.
3408         Decode filenames by archive-file-name-coding-system.
3409         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
3410         the buffer's multibyteness.
3412         * tar-mode.el (tar-file-name-coding-system): New variable.
3413         Make it permanent-local.
3414         (tar-header-block-tokenize): Decode filename and linkname by
3415         tar-file-name-coding-system.
3416         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
3417         the byte value of eight-bit chars.
3418         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
3419         `to'.  Delete unnecessary call of position-bytes.
3420         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
3421         call of position-bytes.
3422         (tar-extract): Simplify by calling decode-coding-region with
3423         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
3424         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
3425         (tar-clear-modification-flags): Delete unnecessary call of
3426         position-bytes.
3427         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
3428         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
3429         Convert new-data-string by string-to-multibyte before inserting it.
3430         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
3431         buffer.  Simplify by calling encoding-coding-region with
3432         DESTINATION argument.
3433         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
3435 2008-02-01  Dave Love  <fx@gnu.org>
3437         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
3439         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
3441 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3443         * international/characters.el: Setup char-script-table.
3445         * international/fontset.el: Setup the default fontset by the new
3446         script-based way.
3447         (x-complement-fontset-spec): Change the format of arg FONTLIST to
3448         an alist of charsets vs font name lists.
3449         (charset-script-alist): New variable.
3450         (create-fontset-from-fontset-spec): Allow script name in
3451         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
3452         to the corresponding script name.
3453         (create-fontset-from-ascii-font): Slight tuning.
3455         * international/mule-conf.el (devanagari-glyph): New charset.
3456         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
3457         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
3458         japanese-jisx0213-2.
3460         * international/mule-diag.el (print-fontset): Use describe-vector
3461         to handle a char table returned by fontset-info.
3463         * language/indian.el: Don't register ccl-encode-indian-glyph-font
3464         and ccl-encode-unicode-font in font-ccl-encoder-alist.
3466 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3468         * international/mule-util.el (detect-coding-with-priority):
3469         Fix the place of using `,' marker in backguote form.
3471 2008-02-01  Dave Love  <fx@gnu.org>
3473         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
3475         * international/mule-util.el (with-coding-priority): Fix.
3477         * international/mule.el (set-coding-priority): Fix obsolete spec.
3479 2008-02-01  Dave Love  <fx@gnu.org>
3481         * international/mule-cmds.el (leim-list-header): Add coding tag.
3483 2008-02-01  Dave Love  <fx@gnu.org>
3485         * international/mule-cmds.el (find-coding-systems-region)
3486         (language-info-alist, reset-language-environment, princ-list): Doc fix.
3487         (input-method-verbose-flag): Fix :type.
3489 2008-02-01  Dave Love  <fx@gnu.org>
3491         * international/mule.el (set-char-table-default): Make obsolete.
3493 2008-02-01  Dave Love  <fx@gnu.org>
3495         * language/devanagari.el ("Devanagari"): Fix coding-system,
3496         coding-priority.
3498         * international/mule-diag.el (describe-char-after): Modify display
3499         list processing.
3500         (unicodedata-file, unicodedata-find): New.
3502 2008-02-01  Dave Love  <fx@gnu.org>
3504         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
3505         autoload cookie.
3507         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
3509 2008-02-01  Dave Love  <fx@gnu.org>
3511         * international/mule-util.el (detect-coding-with-priority): Rewrite.
3513 2008-02-01  Dave Love  <fx@gnu.org>
3515         * composite.el (compose-string): Doc fix.
3517         * language/georgian.el ("Georgian"): Delete code-pages feature,
3518         add nonascii-translation.
3520         * language/european.el ("German", "French", "Spanish"):
3521         Add latin-9 as alternative coding system.
3522         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
3523         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
3524         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
3525         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
3526         system.
3528         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
3529         encode-coding-char.
3530         (side-effect-and-error-free-fns): Add charsetp, max-char,
3531         primary-charset.
3533         * simple.el: Don't require cl when compiling.
3535         * Makefile.in (DONTCOMPILE): Fix duplicates.
3537         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
3539         * international/mule.el: Doc fixes.
3540         (load-with-code-conversion): Fix coding-system-type test.
3542         * international/mule-cmds.el (sort-coding-systems): Comment out
3543         iso-2022 case.
3544         (encoded-string-description): Fix coding-system-type test.
3546 2008-02-01  Dave Love  <fx@gnu.org>
3548         * international/characters.el: Make korean-ksc5601 double-width.
3550         * international/mule.el (auto-coding-regexp-alist):
3551         Recognize Emacs 20/1 byte-compiled files.
3553         * international/mule-conf.el (file-coding-system-alist):
3554         Change .elc to utf-8-emacs.
3556         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
3557         of utf-8-emacs.
3558         (byte-compile-insert-header): Update magic number.  Add ballast.
3559         (map-char-table): Use byte-compile-funarg-2.
3561 2008-02-01  Dave Love  <fx@gnu.org>
3563         * language/cyrillic.el ("Belarusian"): Doc fix.
3564         (cp1125, koi8-t): Doc fix.
3566         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
3567         (find-multibyte-characters): Don't test for charset `unknown'.
3568         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
3569         ru, sr_YU, tg, wa, zh.gbk.
3570         (locale-language-names): Change sp to Cyrillic.
3571         (locale-charset-language-names): Match @euro after utf-8.
3573 2008-02-01  Dave Love  <fx@gnu.org>
3575         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
3576         New coding systems.
3577         ("Chinese-GBK"): New environment.
3579 2008-02-01  Dave Love  <fx@gnu.org>
3581         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
3582         New coding systems.
3583         ("Chinese-GBK"): New environment.
3585         * language/thai-util.el: Remove redundant unicodes in category-setting.
3587         * language/lao-util.el: Remove redundant unicodes in category-setting.
3589         * international/mule-conf.el (japanese-jisx0213-1)
3590         (japanese-jisx0213-2): Add unify-map.
3592 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3594         * international/quail.el (quail-update-leim-list-file):
3595         Force writing the file by iso-2022-7bit.
3597         * international/titdic-cnv.el (miscdic-convert): Force writing the
3598         file by iso-2022-7bit.
3600         * international/mule.el (define-charset): Change the attribute
3601         :parents to :subset or :superset.
3603         * international/mule-conf.el: Adjust for the change of
3604         define-charset (:parent -> :subset or :superset).
3606         * international/characters.el: Fix the last change.
3608 2008-02-01  Dave Love  <fx@gnu.org>
3610         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
3611         (cyrillic-encode-alternativnyj-char): Fix.
3612         (standard-display-cyrillic-translit): Remove redundant unicodes.
3614 2008-02-01  Dave Love  <fx@gnu.org>
3616         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
3617         New environments.
3619         * international/mule-conf.el (control-1): New charset.
3620         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
3621         (korean-ksc5601): Redefine to use code-offset and unify-map.
3623 2008-02-01  Dave Love  <fx@gnu.org>
3625         * international/mule-conf.el (tcvn-5712): New charset.
3627         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
3628         ("Vietnamese"): Doc fix.
3630 2008-02-01  Dave Love  <fx@gnu.org>
3632         * international/mule-conf.el (windows-936): New alias.
3634         * cus-start.el: Add scalable-fonts-allowed.
3636         * international/characters.el: Reinstate various CJK syntax and
3637         category setup.  Remove obsolete syntax setting in Greek section.
3638         Optimize the char tables.
3640         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
3642         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
3644         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
3645         coding systems.
3647         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
3649 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3651         * international/characters.el (printable-chars): Setup correctly.
3653 2008-02-01  Dave Love  <fx@gnu.org>
3655         * cus-start.el: Add selection-coding-system.
3657         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
3659         * language/china-util.el (post-read-decode-hz)
3660         (pre-write-encode-hz): Move from chinese.el.
3661         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
3662         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
3664         * language/chinese.el (post-read-decode-hz)
3665         (pre-write-encode-hz): Move to china-util.el.
3667         * case-table.el (set-case-syntax-pair): Test again for equal byte
3668         lengths of the pair.
3670         * international/characters.el: Add Vietnamese category to
3671         equivalent unicodes.
3673 2008-02-01  Dave Love  <fx@gnu.org>
3675         * international/mule-conf.el (chinese-sisheng, ipa)
3676         (indian-is13194, tibetan, ethiopic): Add :unify-map.
3678         * international/mule-diag.el (describe-character-set): Account for
3679         more than two dimensions of possibly different size.
3680         (describe-current-coding-system): Add selection-coding-system.
3682         * international/mule-cmds.el (unify-8859-on-encoding-mode)
3683         (unify-8859-on-decoding-mode): Move from mule.el.
3685         * international/mule.el (unify-8859-on-encoding-mode)
3686         (unify-8859-on-decoding-mode): Remove :init-value.
3687         (charset-chars): Add optional dimension arg.
3688         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
3689         Move to mule-cmds.el.
3691 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3693         * international/fontset.el: Change registry for japanese-jisx0208
3694         to "JISX0208*" in the default fontset.
3695         (font-encoding-alist): Add an entry for "JISX0208.1983" and
3696         "ISO10646.indian-1".
3698 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3700         * language/japanese.el (japanese-iso-7bit-1978-irv):
3701         Add `designation' to :flags, `ascii' to :charset-list.
3703         * international/mule.el (define-charset): New args :min-code and
3704         :max-code.
3705         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
3707         * international/mule-conf.el (chinese-gbk): Change :code-offset to
3708         #x160000.
3709         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
3710         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
3712 2008-02-01  Dave Love  <fx@gnu.org>
3714         * language/thai.el (iso-8859-11): New coding system.
3716         * international/mule-conf.el: Doc fixes.
3717         (iso-8859-11): New.
3719 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
3721         * cus-start.el (scalable-fonts-allowed): Add.
3723 2008-02-01  Dave Love  <fx@gnu.org>
3725         * international/mule.el (unify-8859-on-encoding-mode)
3726         (unify-8859-on-decoding-mode): Dummy versions.
3728         * international/ucs-tables.el: Remove.
3730         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
3731         language/japanese.el.
3733         * international/mule-conf.el: Doc fixes.
3734         (cp936): New alias.
3735         (cp720, cp858): New charsets.
3737         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
3738         coding system, not emacs-mule.
3740         * files.el (revert-buffer, recover-file): Likewise.
3742         * desktop.el (desktop-save): Likewise.
3744 2008-02-01  Dave Love  <fx@gnu.org>
3746         * international/mule.el (with-category-table): Use make-symbol.
3747         (coding-system-list): Use coding-system-aliases.
3748         (make-translation-table): Don't deal with generic characters.
3750         * international/mule-util.el (coding-system-post-read-conversion)
3751         (coding-system-pre-write-conversion)
3752         (coding-system-translation-table-for-decode)
3753         (coding-system-translation-table-for-encode): Get the right properties.
3754         (with-coding-priority): New macro.
3755         (detect-coding-with-language-environment): Use it.
3756         (coding-system-equal): Use coding-system-plist.
3758         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
3759         Use :valid property.
3761         * international/mule-cmds.el (encode-coding-char):
3762         Use find-coding-systems-string.  Don't use make-char.
3763         (describe-language-environment): Use coding-system-aliases.
3764         (prefer-coding-system): Doc fix.
3766         * international/mule-diag.el (describe-current-coding-system):
3767         Fix aliases listing.
3768         (print-iso-2022-flags): Delete.
3769         (print-designation): Partial re-write.
3770         (describe-coding-system): Deal with iso-2022 designations, flags.
3771         Fix shift_jis case.
3772         (describe-char-after): Use characterp.  Print explicit unicode.
3773         Remove some obsolete code.
3774         (print-coding-system-briefly): Fix printing aliases.
3775         (print-coding-system): Use coding-system-aliases.
3776         (mule-diag): Don't list coding categories.
3778         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
3779         Re-order charset priorities.
3780         (binary): New alias.
3781         (iso-8859-16): Fix nickname.
3782         (define-iso-single-byte-charset): Un-define after use.
3784 2008-02-01  Dave Love  <fx@gnu.org>
3786         * international/characters.el: Additional double width specifications.
3788         * international/mule-diag.el (print-coding-system): Incomplete updates.
3789         (describe-character-set): List more properties.
3790         (print-fontset): Fix case of vector font-spec.
3791         (describe-current-coding-system): Fix iso-7, iso-7-else.
3793         * international/mule-conf.el (ibm866): Fix alias.
3794         (iso-8859-16): Fix nickname.
3796 2008-02-01  Dave Love  <fx@gnu.org>
3798         * language/ind-util.el: Avoid decode-char.
3799         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
3800         Use characterp, not char-valid-p.
3802         * language/devan-util.el: Add coding tag, avoid decode-char.
3804         * international/titdic-cnv.el: Add coding tag.
3805         (tit-process-header): Add coding tag to output.
3807         * language/thai.el (cp874, ibm874): New coding systems.
3809         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
3810         Add character-p.
3812         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
3813         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
3814         New coding systems.
3815         <set-language-info-alist>: Avoid decode-char.
3817         * language/hebrew.el (cp862, ibm862): New coding systems.
3819         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
3821         * language/cyrillic.el (cp855, ibm855): New coding systems.
3823         * international/mule-conf.el: Avoid decode-char in top-level code
3824         for self-inserting multibyte chars.
3825         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
3826         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
3827         New charsets.
3829         * international/characters.el: Various simplifications and additions.
3831 2008-02-01  Dave Love  <fx@gnu.org>
3833         * international/mule-conf.el (code-pages): Provide, for compatibility.
3835         * international/code-pages.el: Remove.
3837 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3839         * Makefile.in: Cancel the 2008-02-01 change of mine.
3841         * international/fontset.el: Add setting for unicode font at the
3842         end of the default fontset.
3844 2008-02-01  Dave Love  <fx@gnu.org>
3846         * international/mule-conf.el (adobe-standard-encoding, symbol):
3847         Adjust :code-space.
3848         (ibm850): Add :ascii-compatible-p.
3850 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3852         * international/mule-conf.el (vietnamese-viscii-lower)
3853         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
3854         mapping table.
3856 2008-02-01  Dave Love  <fx@gnu.org>
3858         * cus-start.el: Add charset-map-directory.
3860         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
3862         * format.el (format-alist): Remove ibm, mac, hp entries (available
3863         natively).
3865         * language/romanian.el (iso-latin-10): Add :mime-charset.
3866         ("Romanian"): Add doc.
3868         * international/mule-conf.el (iso-8859-10, symbol)
3869         (adobe-standard-encoding, ibm850): New charsets.
3870         (iso-8859-13): Fix IR number, final char.
3871         (file-coding-system-alist): Add .xml.
3873         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
3874         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
3875         (adobe-standard-encoding, cp850, ibm850): New coding systems.
3876         ("Latin-6", "Latin-7"): New language environments.
3878 2008-02-01  Dave Love  <fx@gnu.org>
3880         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
3881         utf-8-subst; add vietnamese, cyrillic, czech.
3883         * language/romanian.el (iso-latin-10): New coding system.
3885         * international/mule-conf.el (emacs-mule): Set :charset-list,
3886         consistent with coding-system-charset-list doc.
3887         (iso-8859-16): New charset.
3889         * international/mule-diag.el (describe-coding-system): Avoid error
3890         for iso-2022, emacs-mule.
3892 2008-02-01  Dave Love  <fx@gnu.org>
3894         * international/codepage.el: Remove or comment out most of code.
3895         (codepage-setup): Re-write as trivial, obsolete function.
3897         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
3898         Remove setup function.
3900         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
3902         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
3903         language/cyrillic.el, language/czech.el.
3905         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
3906         (font-ccl-encoder-alist): Remove viscii, vscii.
3908         * language/hebrew.el (windows-1255, cp1255): New coding systems.
3910         * language/european.el (windows-1254, cp1254, windows-1257)
3911         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
3912         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
3914         * language/greek.el (windows-1253, cp1253): New coding systems.
3916         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
3917         file name.
3918         (windows-1253, windows-1254, windows-1255, windows-1256)
3919         (windows-1257, windows-1258, next): New charsets.
3921         * international/utf-8.el, international/utf-8-subst.el: Remove.
3923         * international/mule.el: Doc fixes.
3924         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
3925         (coding-system-get): Try to convert old-style symbol to keyword.
3926         (define-charset): Purecopy strings in property list.
3927         (define-coding-system): Purecopy docstring.
3929         * international/mule-diag.el (list-character-sets-2): Avoid
3930         charset-bytes.
3931         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
3932         (list-block-of-chars): Re-write.
3933         (describe-character-set): Show more properties.
3934         (describe-char-after): Correct codepoint display.
3935         (print-coding-system): Use symbolic types.
3937 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3939         * Makefile.in: Be sure also to run emacs with LANG=C.
3941 2008-02-01  Dave Love  <fx@gnu.org>
3943         * international/mule-diag.el: Doc fixes.
3944         (sort-charset-list, charset-multibyte-form-string): Remove.
3945         (list-character-sets, list-character-sets-1)
3946         (list-character-sets-2): Re-write.
3947         (non-iso-charset-alist): Set to nil and made obsolete.
3948         (decode-codepage-char): Re-write and made obsolete.
3949         (read-charset): Don't use non-iso-charset-alist.
3950         (describe-coding-system): Use keyword properties.
3951         (describe-character-set): Re-write.
3953         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
3954         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
3955         (ebcdic-uk): New charsets.
3957         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
3958         New coding systems.
3960         * language/european.el (windows-1252): New coding system.
3962 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3964         * Makefile.in: By sure to run emacs with LC_ALL=C.
3966         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
3967         encoded-kbd-self-insert-iso2022-8bit with argument 1.
3968         (encoded-kbd-self-insert-charset): New function.
3969         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
3970         coding-system of type charset.
3972 2008-02-01  Dave Love  <fx@gnu.org>
3974         * international/mule-cmds.el (set-locale-environment): Comment out
3975         set-keyboard-coding-system stuff.
3977 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3979         * international/mule.el (define-coding-system): Doc fix;
3980         sjis->shift-jis.
3982         * international/mule-conf.el: Use decode-char instead of make-char.
3984         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
3985         New arg ARG.  Directly call self-insert-command.  This is a
3986         temporary workaround to make it work with latin-1.
3987         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
3989         * international/characters.el: Setup char-width-table for CJK
3990         characters.
3992 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
3994         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
3995         Fix the initial value to specify character range of
3996         japanese-jisx0208, not unicode.
3998         * international/characters.el: Set syntax/category for
3999         japanese-jisx0208.
4001 2008-02-01  Dave Love  <fx@gnu.org>
4003         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
4004         mime-charset.
4006         * language/vietnamese.el, language/korean.el, language/japanese.el:
4007         * language/hebrew.el, language/greek.el, language/chinese.el:
4008         Fix :mime-charset properties.
4010         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
4011         (cyrillic-alternativnyj): Fix :mime-charset.
4012         (cp878, cp866): New alias.
4014         * language/european.el: Fix mime-charset properties.
4016         * international/mule-cmds.el (sort-coding-systems)
4017         (select-safe-coding-system, select-message-coding-system): Use
4018         :mime-charset, not 'mime-charset.
4020         * international/mule-conf.el: Add various :mime-charset properties.
4022 2008-02-01  Dave Love  <fx@gnu.org>
4024         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
4025         getting decoder.
4026         (encoded-kbd-mode): Fix code for coding system type and designations.
4028         * international/mule-conf.el: Spelling fixes.
4030 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4032         * international/fontset.el (fontset-plain-name): Handle the case
4033         that size, weight, slant are not specified in the fontset name.
4035 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
4037         * language/greek.el (greek-iso-8bit): Fix typo.
4039 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4041         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
4043 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4045         * international/characters.el: Change encoding to utf-8-emacs.
4046         Remove apparent duplicate codes.
4048 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4050         * international/fontset.el: Change the registry for
4051         chinese-gb2312 and add the registry for chinese-gbk.
4053         * international/mule.el (charset-chars): Fix typo.
4055         * international/mule-conf.el (chinese-gbk): New charset.
4057         * international/titdic-cnv.el (titdic-convert): Read into a
4058         unibyte buffer then make the buffer multibyte.
4060 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4062         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
4063         instead of :signature.
4065 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4067         * language/czech.el ("Czech"): Set `iso-8859-2' for
4068         `nonascii-translation'.
4070         * language/romanian.el ("Romanian"): Likewise.
4072         * language/slovak.el ("Slovak"): Likewise.
4074         * international/characters.el: Optimize calls of modify-category-entry.
4076 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
4078         * bindings.el: Don't bind multibyte characters to
4079         self-insert-command here.  It's done in mule-conf.el.
4081         * case-table.el (set-case-syntax-offset): Delete variable.
4082         (set-case-syntax-1): Delete function.  Change callers.
4083         (set-case-syntax-delims): Don't check byte length of characters.
4085         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
4086         characters to isearch-printing-char.
4088         * loadup.el: Don't load "international/utf-8".  Don't call
4089         update-coding-systems-internal.  Bind coding-system-for-write to
4090         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
4091         dumping.
4093         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
4094         change of map-char-table.
4096         * eshell/esh-mode.el: Adjust for the change of map-char-table.
4098         * international/characters.el: Adjust for the deletion of
4099         generic characters.
4101         * international/code-pages.el (cp-make-translation-table)
4102         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
4103         (cp-make-coding-system): Call define-coding-system.
4105         * international/fontset.el: Rewrite most code.
4107         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
4108         Call encode-char instead of split-char.
4110         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
4111         Change value.
4112         (skkdic-lookup-key): Call encode-char instead of split-char.
4114         * international/titdic-cnv.el (titdic-convert): Bind
4115         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
4116         buffer.
4118         * international/latin-1.el: Don't bind set-case-syntax-offset.
4120         * international/latin-2.el: Don't bind set-case-syntax-offset.
4122         * international/latin-3.el: Don't bind set-case-syntax-offset.
4124         * international/latin-4.el: Don't bind set-case-syntax-offset.
4126         * international/latin-5.el: Don't bind set-case-syntax-offset.
4128         * international/latin-8.el: Don't bind set-case-syntax-offset.
4130         * international/latin-9.el: Don't bind set-case-syntax-offset.
4132         * international/mule-cmds.el: Don't use coding category.
4133         Call set-coding-system-priority instead of set-coding-priority.
4134         (sort-coding-systems, select-safe-coding-system):
4135         Call coding-system-priority-list to get the most preferred one.
4136         (reset-language-environment): Order of coding system priority
4137         changed.  Set primary charset to iso-8859-1.
4138         (set-language-environment-coding-systems):
4139         Call set-coding-system-priority instead of set-coding-priority.
4140         (get-charset-property, put-charset-property): Move to mule.el.
4142         * international/mule-conf.el: Ful re-write.
4144         * international/mule-diag.el (print-designation): Change arguments.
4145         (print-iso-2022-flags): New function.
4146         (describe-coding-system, describe-current-coding-system):
4147         Adjust for the new structure of coding system.
4149         * international/mule.el (char-valid-p): Make it an alias of characterp.
4150         (define-charset): Full re-design.
4151         (charset-quoted-standard-p): Delete.
4152         (charsetp): Move to charset.c.
4153         (charset-info, charset-id, charset-bytes, charset-width)
4154         (charset-directioin, charset-iso-graphic-plane)
4155         (charset-reverse-charset): Delete.
4156         (charset-dimension, charset-chars, charset-iso-final-char)
4157         (charset-description, charset-short-name, charset-long-name):
4158         Call charset-plist instead of charset-info.
4159         (charset-plist, set-charset-plist): Move to charset.c.
4160         (get-charset-property, put-charset-property): Move from
4161         mule-cmds.el.  Call charset-plist and set-charset-plist.
4162         (make-char): Delete.
4163         (generic-char-p): Make it always return nil.
4164         (decode-char, encode-char): Move to charset.c.
4165         (coding-spec-XXX-idx): Delete variables.
4166         (coding-system-iso-2022-flags): New variable.
4167         (define-coding-system): New function.
4168         (transform-make-coding-system-args, make-coding-system): Delete.
4169         (set-coding-priority): Make it obsolete.
4170         (after-insert-file-set-buffer-file-coding-system)
4171         (find-new-buffer-file-coding-system): Adjust for the new coding
4172         system structure.
4174         * language/chinese.el, language/cyrillic.el, language/european.el:
4175         * language/greek.el, language/hebrew.el, language/indian.el:
4176         * language/japanese.el, language/korean.el, language/lao.el:
4177         * language/thai.el, language/tibetan.el, language/vietnamese.el:
4178         Call define-coding-system instead of make-coding-system.
4179         Delete all CCL program.
4181         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
4182         of make-char.
4183         (sgml-char-names-table): Fix iteration limit.
4185         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
4186         (ccl-encode-mac-roman-font): Delete.
4188         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
4189         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
4190         currently.  This is just a temporary workaround.
4192 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4194         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
4195         of `find-file-hooks'.
4196         (global-whitespace-toggle-options): Doc fix.
4198 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
4200         * whitespace.el (whitespace): Set :version tag to 23.1.
4201         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
4202         (whitespace-style, whitespace-chars, whitespace-space)
4203         (whitespace-hspace, whitespace-tab, whitespace-newline)
4204         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4205         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4206         (whitespace-hspace-regexp, whitespace-space-regexp)
4207         (whitespace-tab-regexp, whitespace-trailing-regexp)
4208         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4209         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4210         (whitespace-space-after-tab-regexp, whitespace-line-column)
4211         (whitespace-display-mappings, global-whitespace-toggle-options)
4212         (whitespace-cleanup, whitespace-cleanup-region)
4213         (whitespace-interactive-char): Doc fixes.
4215 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
4217         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
4218         When turning off the global mode, turn off the local modes too
4219         if whitespace is being unloaded.
4220         (whitespace-unload-function): New function.
4222 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
4224         * vc.el (vc-update): Fix bug: Specify branch tip as
4225         vc-checkout REVISION.  Reported by Dan Nicolaescu.
4227 2008-02-01  Glenn Morris  <rgm@gnu.org>
4229         * info.el (bookmark-make-cell-function, bookmark-search-size)
4230         (bookmark-current-bookmark): Declare variables for compiler.
4231         (bookmark-buffer-file-name, bookmark-get-filename)
4232         (bookmark-get-front-context-string)
4233         (bookmark-get-rear-context-string, bookmark-get-position)
4234         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
4235         (bookmark-jump-noselect): Declare functions for compiler.
4236         (Info-bookmark-make-cell): Fix argument list to match example of
4237         `bookmark-make-cell-for-text-file'.
4238         (Info-bookmark-jump): Don't require info inside info.el.
4240 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4242         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
4243         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
4244         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
4245         (verilog-sk-state-machine): Quote all calls to
4246         "auxiliary skeleton"s to prevent infloops.
4248 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4250         * w32-fns.el: Partially revert 2007-11-10 change.
4252 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
4254         * mail/rmail.el (rmail-highlight): Fix specification.
4255         Reported by pod <pod@herald.ox.ac.uk>.
4257 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4259         * image-mode.el (image-mode-current-vscroll)
4260         (image-mode-current-hscroll): Make buffer-local.
4261         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
4262         (image-reset-current-vhscroll): Use the latest setting when displaying
4263         for the first time in a window.  Apply to all windows in the frame.
4264         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
4266         * progmodes/grep.el (grep-compute-defaults):
4267         Don't mix up defaults for different connections to the same host.
4269 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4271         * blank-mode.el: Rename to whitespace.el.
4273         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
4275 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * net/rcompile.el (remote-compile): Remove broken code.
4279 2008-01-31  Jason Rumney  <jasonr@gnu.org>
4281         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
4283 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
4285         * linum.el (linum-unload-function): New function.
4287 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
4289         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
4290         (gdb-var-set-format-handler): New function.
4291         (gdb-var-set-format): Use it.
4293 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
4295         * emacs-lisp/check-declare.el (check-declare-directory):
4296         * emacs-lisp/authors.el (authors): Use `find-program' and
4297         `grep-program' instead of hardcoded program names.
4299         * emacs-lisp/cl-loaddefs.el: Update.
4301 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
4303         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
4304         Implement bookmark support the new make-cell/handler way.
4305         (Info-mode): Bind bookmark-make-cell-function to
4306         Info-bookmark-make-cell buffer locally.
4308 2008-01-30  Richard Stallman  <rms@gnu.org>
4310         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
4311         Doc fix.
4313         * files.el (hack-local-variables): Don't query about fake variables.
4315 2008-01-30  Markus Triska  <markus.triska@gmx.at>
4317         * linum.el: New file.
4319 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
4321         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
4322         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
4323         a single element in "plinkx".
4324         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
4325         "*Shell Command Output*" buffers.  Check, whether there is already
4326         an asynchronous process running.  Display always the buffer of the
4327         asynchronous process.
4328         (tramp-compute-multi-hops): Adapt error message.
4330 2008-01-29  Alan Mackenzie  <acm@muc.de>
4332         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
4333         from this regexp; part of same fix as next change to cc-engine.el.
4335         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
4336         Anchor the "{" of a template function correctly on "template", not the
4337         following "<".
4339         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
4341 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
4343         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
4344         and image-mode-current-hscroll being alists now.
4346         * image-mode.el (image-mode-current-vscroll)
4347         (image-mode-current-hscroll): Add doc strings.
4348         (image-set-window-vscroll, image-set-window-hscroll)
4349         (image-reset-current-vhscroll, image-mode): Adapt to
4350         image-mode-current-vscroll and image-mode-current-hscroll being
4351         alists now.
4353 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
4355         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4356         Strip extension from .emacs.el to make sure symbol is searched
4357         in .emacs too.
4359 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
4361         * doc-view.el (doc-view-mode): Use facilities below to
4362         restore [vh]scroll when switching buffers.
4364         * image-mode.el (image-mode-current-vscroll)
4365         (image-mode-current-hscroll): New variables.
4366         (image-set-window-hscroll, image-set-window-vscroll): New functions.
4367         (image-forward-hscroll, image-next-line, image-bol, image-eol)
4368         (image-bob, image-eob): Use them.
4369         (image-reset-current-vhscroll): New function.
4370         (image-mode): Make new variables buffer-local and reset [vh]scroll
4371         on window configuration changes.
4373 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
4375         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
4376         gdb-cpp-define-alist-program if file is nil (currently only
4377         " *partial-output-...").
4379 2008-01-27  Richard Stallman  <rms@gnu.org>
4381         * allout.el: Many doc fixes.
4382         (allout-encrypt-string): Fix error message.
4384 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
4386         * progmodes/etags.el (tags-query-replace): Doc fix.
4388 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
4390         * allout.el (allout-unload-function): New function.
4392 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
4394         * allout.el (allout-prefix-data): Doc fix.
4395         (allout-show-current-subtree): Reflow docstring.
4396         (allout-use-mode-specific-leader, allout-use-hanging-indents)
4397         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
4398         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
4399         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
4400         (allout-copy-topic-as-kill, allout-listify-exposed)
4401         (allout-process-exposed, allout-encrypted-key-info)
4402         (allout-update-passphrase-mnemonic-aids)
4403         (allout-next-topic-pending-encryption)
4404         (allout-tests-globally-true): Fix typos in docstrings.
4406 2008-01-23  Jason Rumney  <jasonr@gnu.org>
4408         * lpr.el (printer-name): Do not set on MS Windows.
4410 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
4412         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
4413         the command.
4415 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4417         * whitespace.el: Moved to obsolete dir.
4419         * blank-mode.el: New version 9.2.  Replace whitespace functions by
4420         aliases in blank-mode.
4421         (whitespace-buffer): New fun.
4422         (whitespace-region): Alias for whitespace-buffer, because there is no
4423         blank-region fun.
4424         (whitespace-cleanup): Alias for blank-cleanup.
4425         (whitespace-cleanup-region): Alias for blank-cleanup-region.
4427 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
4429         * server.el (server-log-time-function): Doc fix.
4430         (server-buffer): Fix typo in docstring.
4432 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
4434         * view.el (view-buffer): Explain in doc-string why exit-action
4435         should not be set to kill-buffer.
4437         * arc-mode.el (archive-extract):
4438         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
4439         exit-action when viewing the buffer.
4441 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
4443         * add-log.el (change-log-search-file-name): Work harder to find
4444         the correct file name.
4445         (change-log-find-file): Fix typo.
4446         (change-log-start-entry-re): Move definition earlier.
4448 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4450         * add-log.el (change-log-search-file-name, change-log-find-file):
4451         New function.
4452         (change-log-font-lock-keywords): Move file name matching ...
4453         (change-log-file-names-re): ... here.  New defconst.
4454         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
4456 2008-01-27  Alan Mackenzie  <acm@muc.de>
4458         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
4459         enhance comments.
4461 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4463         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
4464         methods, the host name must be a local host.
4466 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
4468         * vc.el: Add TODO item about not defaulting to RCS.
4470         * server.el (server-process-filter): Check for non-nil before
4471         calling file-directory-p.
4473 2008-01-27  Alan Mackenzie  <acm@muc.de>
4475         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
4476         arglist-cont-nonempty.
4478         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
4479         for a brace with syntax arglist-cont-nonempty.
4481         * progmodes/cc-styles.el (c-style-alist): Add elements for
4482         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
4484 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4486         * button.el (define-button-type): Clarify type of NAME in docstring.
4488 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4490         * server.el (server-buffer): New const.
4491         (server-log): New var.
4492         (server-log): Use them.
4493         (server-process-filter): (Try to) run the continuation in the same cwd
4494         as the client's.
4496 2008-01-26  Alan Mackenzie  <acm@muc.de>
4498         * progmodes/cc-defs.el (c-save-buffer-state):
4499         Bind buffer-file-name and buffer-file-truename to nil, to prevent
4500         primitives generating "buffer is read only" messages.
4502 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
4504         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
4505         (icalendar-import-format): Doc fix.  Allow function type.
4506         (icalendar--read-element): Doc fix.
4507         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
4508         type icalendar-import-format.  Make regexps non-greedy.
4509         (icalendar--format-ical-event): Handle function type
4510         icalendar-import-format.
4511         (icalendar-import-format-sample): New function.
4513 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
4515         * vc.el (vc-exec-after): For mode-line-process highlighting, if
4516         `compile' is not available, fall back to font-lock-warning-face.
4518 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
4520         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
4521         that the filename end is found even when the filename is empty.
4522         Fixes error and spurious newlines when marking files for deletion.
4524 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
4526         * subr.el (find-tag-default): Simplify using exclusively
4527         skip-syntax-backward/-forward.
4529 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
4531         * vc.el (vc-directory, vc-update-change-log): Remove check for
4532         Tramp.  Both functions work for it, though pretty slow
4533         (`vc-directory').  Maybe the implementation can be optimized.
4535         * net/tramp.el (tramp-dissect-file-name): Raise an error when
4536         Tramp 2.0 syntax is used.
4537         Suggested by Trent W. Buck <trentbuck@gmail.com>.
4539 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
4541         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
4542         invoke directory-files-and-attributes with last argument `integer'
4543         instead of `string'.
4544         (insert-directory): Add -n to the list of supported switches
4545         mentioned in the doc string.
4547 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4549         * blank-mode.el: New version 9.1.  Handle "long" line tail
4550         visualization.  Doc fix.
4551         (blank-line-length): Rename to blank-line-column.
4552         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
4553         Initialization fix.
4554         (blank-replace-spaces-by-tabs): New fun.
4555         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
4557 2008-01-25  Richard Stallman  <rms@gnu.org>
4559         * subr.el (add-hook): Implement `permanent-local-hook' property.
4561         * loadhist.el (file-provides, file-requires): Push the filename right.
4563 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
4565         * emacs-lisp/find-func.el (find-library): Wrap search for
4566         library name in condition-case to avoid reporting a scan-error.
4568 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
4570         * server.el (server-process-filter): Don't force
4571         the authentication string to be followed by "\n".
4573 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4575         * blank-mode.el: New version 9.0.  New commands to clean up some blank
4576         problems like trailing blanks.  New faces and regexp for visualizing
4577         the blank problems.  Doc fix.
4578         (blank-chars, blank-global-modes, blank-chars-value-list)
4579         (blank-toggle-option-alist, blank-help-text): Initialization fix.
4580         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
4581         (blank-indentation, blank-empty, blank-space-after-tab)
4582         (blank-indentation-regexp, blank-empty-at-bob-regexp)
4583         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
4584         (blank-cleanup, blank-cleanup-region): New commands.
4585         (blank-color-on): Code fix.
4587 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4589         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
4590         file name.
4591         (ibuffer-mode-map): Add binding to sort by file name.
4592         (ibuffer-filename/process-header-map): New variable.
4593         (filename-and-process): Add a header that sorts by file name.
4594         (ibuffer-mode): Mention sorting by file name.
4596         * ibuf-ext.el (filename/process): New sorter.
4598 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
4600         * view.el (kill-buffer-if-not-modified): Don't pass t to
4601         buffer-modified-p.
4603 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
4605         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
4606         the source file in case of `rename'.
4607         Reported by Pete Forman <pete.forman@westerngeco.com>.
4609 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
4611         * allout.el (allout-keybindings-list): In initial setting, express
4612         meta-prefixed allout keys as vectors instead of strings, since the
4613         string form is interpreted in some cases as composed key
4614         modifiers, eg, accented keys.
4616         (allout-line-boundary-regexp): Clarify description.
4618         (set-allout-regexp): Repair the expressions so that the formfeed
4619         part is identified as one of the top-level groups, and is
4620         included in all the forms, not just the -line-boundary-regexp one.
4622         (allout-prefix-data): Incorporate information from the various
4623         allout regexp's formfeed alternative group, when present.
4625         (allout-write-file-hook-handler): Rectify mangling of the error
4626         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
4627         condition-case handler was apparently reformatted as if it was a
4628         call to the error function.  An apparent repair attempt in version
4629         1.101 situated the original body of the error handling code as
4630         bogus condition-case handlers.  I've returned to just about the
4631         working code that was originally there, removing an unnecessary -
4632         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
4633         often aren't.)
4635         (allout-region-active-p): Fallback to value of mark-active if
4636         neither use-region-p nor region-active-p are present, for
4637         compatability with current and recent emacs major releases.
4639 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4641         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
4642         (reftex-toc-restore-region):
4643         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
4644         (reftex-index-phrases-apply-to-region):
4645         * textmodes/ispell.el (ispell-word):
4646         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
4647         * progmodes/pascal.el (pascal-mark-defun):
4648         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
4649         (f90-fill-region):
4650         * emulation/tpu-edt.el (tpu-set-mark):
4651         * emulation/crisp.el (crisp-region-active):
4652         * winner.el (winner-active-region):
4653         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
4654         of bound tests in order to resolve conditionals at compile time.
4656 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
4658         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
4659         not autoloaded, and we wouldn't want to load CL just to unload
4660         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
4662 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
4664         * delsel.el (delete-selection-pre-hook): Avoid clearing out
4665         pre-command-hook when text is read-only.
4667 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
4669         * vc.el (vc-process-filter): Do nothing if buffer not live.
4670         (vc-diff-finish): Rename from vc-diff-sentinel.
4671         No longer take REV1-NAME and REV2-NAME.
4672         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
4673         Don't do window resize if no window displays buffer.
4674         (vc-diff-internal): Use vc-diff-finish.
4676         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
4677         In both cases, convert single call to one wrapped in dolist.
4679 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4681         * vc.el: Add a TODO item about missing files.
4682         (vc-exec-after): Add a tooltip to the new mode-line item.
4684 2008-01-24  Glenn Morris  <rgm@gnu.org>
4686         * t-mouse.el (gpm-mouse-start): Declare as a function.
4688 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
4690         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
4691         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
4692         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4693         Don't send `tramp-rsh-end-of-line' additionally, when setting the
4694         prompt.
4695         (tramp-wait-for-output): Distinguish different prompt formats.
4696         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
4697         (tramp-local-host-p): Check whether temp directory is writable.
4699 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
4701         * vc.el: Add TODO items.
4703 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
4705         * replace.el (occur-mode-find-occurrence-hook): New hook that can
4706         be used to reveal or highlight the location of a match.
4707         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
4708         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
4710 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
4712         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
4713         for defcustom.
4714         (hide-ifdef-shadow): Add version number for defface.
4716 2008-01-23  Glenn Morris  <rgm@gnu.org>
4718         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
4720 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
4722         * progmodes/sh-script.el (sh-basic-offset):
4723         * progmodes/cc-vars.el (c-syntactic-indentation)
4724         (c-syntactic-indentation-in-macros): Mark as safe.
4726 2008-01-23  Richard Stallman  <rms@gnu.org>
4728         * icomplete.el (icomplete-get-keys):
4729         Look up KEYS using all maps in proper buffer.
4731 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
4733         * frame.el (display-mm-height, display-mm-width):
4734         * whitespace.el (whitespace-check-leading-whitespace)
4735         (whitespace-check-trailing-whitespace)
4736         (whitespace-check-spacetab-whitespace)
4737         (whitespace-check-indent-whitespace)
4738         (whitespace-check-ateol-whitespace):
4739         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
4741 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
4743         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
4744         after-save-hook so that it is not called multiple times.
4746         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
4748 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
4750         * view.el (view-file-other-window, view-file-other-frame):
4751         Don't kill the buffer if it is modified.  Doc fixes.
4752         (kill-buffer-if-not-modified): New function.
4753         (view-file): Don't kill the buffer if it is modified.
4755         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
4756         (ebrowse-view/find-file-and-search-pattern):
4757         Call view-file-other-window instead of ebrowse-view-file-other-window.
4758         (ebrowse-view-file-other-frame): Don't call
4759         current-window-configuration.  Fix second argument in the call to
4760         view-mode-enter.  Doc fix.
4762 2008-01-23  Richard Stallman  <rms@gnu.org>
4764         * subr.el (atomic-change-group): Prevent undo list truncation.
4766 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
4768         * files.el (safe-local-eval-forms):
4769         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
4771 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
4773         * comint.el (comint-insert-input): Set point first.
4775         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
4776         session doesn't hang because gdb-pending-triggers is non-nil.
4777         (gdb-frame-handler): Use buffer-file-name instead of
4778         buffer-name in case of duplicate file names.
4780 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
4782         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
4783         C-M-e and C-M-h for emacs, they work by default.
4784         (verilog-emacs-features): Remove.
4785         (verilog-setup-dual-comments, verilog-populate-syntax-table):
4786         Remove.  Move syntax table initialization ...
4787         (verilog-mode-syntax-table): ... here.
4788         (verilog-mode): Don't initialize the syntax table here.
4789         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
4790         does not need it.
4792 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
4794         * progmodes/verilog-mode.el (verilog-booleanp): New function for
4795         backward compatibility.  Replace all uses of booleanp with
4796         verilog-booleanp.
4798 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
4800         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
4802 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
4804         * progmodes/verilog-mode.el (top-level): Fix spacing.
4805         (verilog-mode-version, verilog-mode-release-date):
4806         Update version number.
4807         (verilog-mode-release-emacs): New variable.
4808         (compile-command, reporter-prompt-for-summary-p):
4809         Define for byte compiler.
4810         (verilog-startup-message-lines, verilog-startup-message-displayed)
4811         (verilog-display-startup-message): Remove.
4812         (verilog-highlight-p1800-keywords): Improve docstring.
4813         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
4814         (vector-skip-list): Only defvar at compile time.
4815         (verilog-highlight-translate-off, verilog-indent-level)
4816         (verilog-indent-level-module, verilog-indent-level-declaration)
4817         (verilog-indent-declaration-macros, verilog-indent-lists)
4818         (verilog-indent-level-behavioral, verilog-indent-level-directive)
4819         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
4820         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
4821         (verilog-tab-to-comment, verilog-indent-begin-after-if)
4822         (verilog-align-ifelse, verilog-minimum-comment-distance)
4823         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
4824         (verilog-auto-endcomments, verilog-auto-read-includes)
4825         (verilog-auto-star-expand, verilog-auto-star-save)
4826         (verilog-library-flags, verilog-library-directories)
4827         (verilog-library-files, verilog-library-extensions)
4828         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
4829         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
4830         (verilog-assignment-delay, verilog-auto-inst-vector)
4831         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
4832         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4833         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
4834         Add safe-local-variable properties.
4835         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
4836         (verilog-re-search-backward, verilog-error-regexp-add)
4837         (verilog-end-block-re, verilog-emacs-features)
4838         (verilog-populate-syntax-table, verilog-setup-dual-comments)
4839         (verilog-type-font-keywords, verilog-inside-comment-p)
4840         (electric-verilog-backward-sexp, verilog-backward-sexp)
4841         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
4842         (electric-verilog-terminate-line, electric-verilog-semi)
4843         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
4844         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
4845         (verilog-beg-of-statement, verilog-in-case-region-p)
4846         (verilog-in-struct-region-p, verilog-in-generate-region-p)
4847         (verilog-in-fork-region-p, verilog-backward-case-item)
4848         (verilog-set-auto-endcomments, verilog-get-expr)
4849         (verilog-expand-vector-internal, verilog-surelint-off)
4850         (verilog-batch-execute-func, verilog-calculate-indent)
4851         (verilog-calc-1, verilog-calculate-indent-directive)
4852         (verilog-leap-to-head, verilog-continued-line)
4853         (verilog-backward-token, verilog-backward-syntactic-ws)
4854         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
4855         (verilog-forward-ws&directives, verilog-at-constraint-p)
4856         (verilog-skip-backward-comments, verilog-indent-line-relative)
4857         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
4858         (verilog-pretty-declarations, verilog-pretty-expr)
4859         (verilog-just-one-space, verilog-indent-declaration)
4860         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
4861         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
4862         (verilog-read-always-signals-recurse, verilog-read-instants)
4863         (verilog-read-auto-template, verilog-set-define)
4864         (verilog-read-defines, verilog-read-signals, verilog-getopt)
4865         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
4866         (verilog-modi-cache-results, verilog-insert-one-definition)
4867         (verilog-make-width-expression, verilog-delete-autos-lined)
4868         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
4869         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
4870         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
4871         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
4872         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
4873         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
4874         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
4875         (verilog-load-file-at-mouse, verilog-load-file-at-point)
4876         (verilog-library-files): Cleanup spacing of )'s they should not be
4877         on unique lines.  Fix checkdoc warnings.
4879 2008-01-22  Glenn Morris  <rgm@gnu.org>
4881         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
4882         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
4883         from defcustoms.
4884         (hide-ifdef-shadow): Remove autoload cookie from defface.
4886         * vc.el (vc-diff-sentinel): Do not write a footer if there were
4887         differences.
4889 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
4891         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
4892         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
4893         manual entry.
4895 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4897         * net/dbus.el (dbus-ignore-errors): New macro.
4898         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
4899         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
4900         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
4901         (dbus-get-signatures): Apply `dbus-ignore-errors'.
4903 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
4905         * outline.el (outline-up-heading): Fix check for top level to
4906         avoid infinite looping in hide-other.
4908 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4910         * vc.el (vc-process-sentinel): After calling the previous
4911         sentinel, do nothing if the process' buffer is not live.
4913 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4915         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
4916         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
4917         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
4918         blank-mode faces.  Doc fix.  New version 8.1.
4919         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
4920         CONDITION BODY).
4921         (blank-space-face): Face/option name replaced by blank-space.
4922         (blank-hspace-face): Face/option name replaced by blank-hspace.
4923         (blank-tab-face): Face/option name replaced by blank-tab.
4924         (blank-newline-face): Face/option name replaced by blank-newline.
4925         (blank-trailing-face): Face/option name replaced by blank-trailing.
4926         (blank-line-face): Face/option name replaced by blank-line.
4927         (blank-space-before-tab-face): Face/option name replaced by
4928         blank-space-before-tab.
4929         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
4931 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
4933         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
4934         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
4935         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
4936         (global-blank-mode): Doc fixes.
4937         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
4938         (blank-newline-face, blank-trailing-face, blank-line-face)
4939         (blank-space-before-tab-face, blank-display-mappings)
4940         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
4941         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
4942         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
4943         Fix typos in docstrings.
4945 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
4947         * server.el (server-log-time-function): New variable.
4948         (server-log): Use it.
4950 2008-01-21  Glenn Morris  <rgm@gnu.org>
4952         * progmodes/hideif.el: Move defcustoms and defface to start of file.
4954         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
4956 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
4958         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
4959         (org-descriptive-links, org-link-file-path-type)
4960         (org-remember-use-refile-when-interactive)
4961         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
4962         (org-export-ascii-bullets, org-agenda-deadline-faces)
4963         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
4964         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
4965         (org-kill-note-or-show-branches): Fix typos in docstrings.
4967 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
4969         * vc.el (vc-process-sentinel): Set mode-line-process.
4970         (vc-exec-after): Likewise, for the `run' process status.
4972 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4974         * ibuffer.el (ibuffer-mode): Fix last change.
4976 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
4978         * vc-hg.el (vc-hg-registered):
4979         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
4981 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
4983         * repeat.el (repeat-undo-count): New variable.
4984         (repeat): For self-insertions make undo boundary only after 20
4985         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
4987 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4989         * net/imap.el (imap-ping-server): New variable.
4990         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4991         (imap-ping-server): Minor doc string fixes.
4993 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4995         * net/imap.el (imap-ping-server): New function.
4996         (imap-opened): Call imap-ping-server.
4998 2008-01-20  Glenn Morris  <rgm@gnu.org>
5000         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
5001         prevent infloops.
5003 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
5005         * progmodes/python.el (python-imports): Default to "None".
5007 2008-01-19  Tom Tromey  <tromey@redhat.com>
5009         * vc-svn.el (vc-svn-after-dir-status): New function.
5010         (vc-svn-dir-status): Run svn asynchronously.
5012 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
5014         * progmodes/hideif.el (hide-ifdef-shadow): New option.
5015         (hide-ifdef-shadow): New face.
5016         (hide-ifdef-toggle-shadowing): New function to toggle between
5017         shadowing and making code invisible.
5018         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
5019         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
5020         (hide-ifdef-region-internal): Give new overlay hide-ifdef
5021         property.  Shadow text when hide-ifdef-shadow is non-nil.
5022         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
5023         (hif-hide-line): Use when instead of if.
5024         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
5025         Remove unneeded * from doc-strings.
5027 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5029         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
5030         the hscroll behavior was fixed.
5031         (doc-view-mode): Disable auto-hscroll-mode.
5033 2008-01-18  Tom Tromey  <tromey@redhat.com>
5035         * vc-svn.el (vc-svn-dir-status): New function.
5037 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
5039         * vc.el: Make vc-status asynchronous.
5040         (vc-update-vc-status-buffer): New function broken out of ...
5041         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
5042         the dir-status backend function.
5044         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
5045         Move the output processing to ...
5046         (vc-hg-after-dir-status): ... here.  Call the function passed as
5047         an argument with the results.
5049 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
5052         (doc-view-insert-image): Do something if the image is missing.
5053         (doc-view-mode): Don't use file-remote-p.
5055 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
5057         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
5058         (org-export-latex-special-chars): Convert "..." in \ldots
5059         and skip tables.
5060         (org-export-latex-fontify-headline): Change parameter name.
5061         (org-export-as-latex): Handle export of subtrees.
5062         (org-export-latex-make-header): New argument TITLE.
5063         (org-export-latex-content): New argument EXCLUDE-LIST.
5064         (org-list-parse-list): New name for org-export-latex-parse-list.
5065         (org-export-latex-make-header): New name for
5066         org-export-latex-make-preamble.
5067         (org-list-to-generic): New name of org-export-list-to-generic.
5068         (org-list-to-latex): New name of org-export-list-to-latex.
5069         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
5070         (org-list-send-list, org-list-to-texinfo)
5071         (org-list-to-html): New functions.
5072         (org-export-latex-tables-column-borders)
5073         (org-export-latex-default-class, org-export-latex-classes)
5074         (org-export-latex-classes-sectioning)
5075         (org-list-radio-list-templates): New options.
5076         (org-export-latex-header): New variable.
5077         (org-latex-entities): New constant.
5078         (org-export-latex-default-sectioning, org-export-latex-preamble)
5079         (org-export-latex-prepare-text-option)
5080         (org-export-latex-get-sectioning): Remove.
5082 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
5084         * textmodes/org-publish.el (org-publish-current-project):
5085         Fix bug with forcing publication.
5087         * textmodes/org.el (org-export-with-special-strings): New option.
5088         (org-export-html-convert-special-strings): New function.
5089         (org-html-do-expand): `org-export-html-convert-special-strings'
5090         added to the list of conversion.
5091         (org-infile-export-plist, org-get-current-options): Add support
5092         for "-" in the #+OPTION line to let user switch on/off special
5093         strings conversion.
5094         (org-export-plist-vars): New :html-table-tag property.
5095         (org-export-as-html, org-format-org-table-html)
5096         (org-format-table-table-html) Use the :html-table-tag property
5097         instead of the `org-export-html-table-tag' global value.
5098         (org-additional-option-like-keywords): Add "TBLFM".
5099         (org-entry-properties): Include the CLOCKSUM special property.
5100         (org-columns-edit-value): Do not allow to edit the special
5101         CLOCKSUM property.
5102         (org-flag-drawer): Use the original value of `outline-regexp'.
5103         (org-remember-handler): Add invisible-ok flag to call to
5104         `org-end-of-subtree'.
5105         (org-agenda-highlight-todo): Respect
5106         `org-agenda-todo-keyword-format'.
5107         (org-agenda-todo-keyword-format): New option.
5108         (org-infile-export-plist): No restriction while searching for options.
5109         (org-remember-handler): Remove comments at the end of the buffer.
5110         (org-remember-use-refile-when-interactive): New option.
5111         (org-table-sort-lines): Make sure sorting works on link
5112         descritions only, and ignores the link.
5113         (org-sort-entries-or-items): Make sure the end of the subtree is
5114         included.
5115         (org-refile-use-outline-path): New allowed values `file' and
5116         `full-file-path'.
5117         (org-get-refile-targets): Respect new values for
5118         `org-refile-use-outline-path'.
5119         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
5120         (org-export-as-xoxo): Restore point when done.
5121         (org-open-file): Allow multiple %s in command.
5122         (org-clock-in-switch-to-state): New option.
5123         (org-first-list-item-p): New function.
5124         (org-last-remember-storage-locations): New variable.
5125         (org-get-refile-targets): Interpret the new maxlevel setting.
5126         (org-refile-targets): New option `:maxlevel'.
5127         (org-copy-subtree): Include empty lines before but not after subtree.
5128         (org-back-over-empty-lines, org-skip-whitespace): New functions.
5129         (org-move-item-down, org-move-item-up): Include empty lines before
5130         but not after item.
5131         (org-first-sibling-p): New function.
5132         (org-remember-apply-template): Defaults, completions and history
5133         for template prompts.  Also, interpret new `%!' escape.
5134         (org-context-choices): New constant.
5135         (org-bound-and-true-p): New macro.
5136         (org-imenu-depth): New option.
5137         (org-imenu-markers): New variable.
5138         (org-imenu-new-marker, org-imenu-get-tree)
5139         (org-speedbar-set-agenda-restriction): New functions.
5140         (org-agenda-set-restriction-lock)
5141         (org-agenda-remove-restriction-lock)
5142         (org-agenda-maybe-redo): New functions.
5143         (org-agenda-restriction-lock): New face.
5144         (org-agenda-restriction-lock-overlay)
5145         (org-speedbar-restriction-lock-overlay): New variables.
5146         (org-open-at-point): Remove obsolete way to do redirection in
5147         shell links.
5148         (org-imenu-and-speedbar): New customization group.
5149         (org-entry-properties): Return keyword-less time strings.
5150         (org-clock-heading-function): New option.
5151         (org-clock-in): Use `org-clock-heading-function'.
5152         (org-calendar-holiday): Try to use `calendar-check-holidays'
5153         instead of the obsolete `check-calendar-holidays'.
5154         (org-export-html-special-string-regexps): New constant.
5155         (org-massive-special-regexp): New variable.
5156         (org-compute-latex-and-specials-regexp)
5157         (org-do-latex-and-special-faces): New functions.
5158         (org-latex-and-export-specials): New face.
5159         (org-highlight-latex-fragments-and-specials): New option.
5160         (org-link-escape-chars): Use characters instead of strings.
5161         (org-link-escape-chars-browser, org-link-escape)
5162         (org-link-unescape): Use characters instead of strings.
5163         (org-export-html-convert-sub-super, org-html-do-expand): Check for
5164         protected text.
5165         (org-emphasis-alist): Additional `verbatim' flag.
5166         (org-set-emph-re): Handle the verbatim flag and compute
5167         `org-verbatim-re'.
5168         (org-cleaned-string-for-export): Protect verbatim elements.
5169         (org-verbatim-re): New variable.
5170         (org-hide-emphasis-markers): New option.
5171         (org-additional-option-like-keywords): Add new keywords.
5172         (org-get-entry): Rename from `org-get-cleaned-entry'.
5173         (org-icalendar-cleanup-string): New function for quoting icalendar text.
5174         (org-agenda-skip-scheduled-if-done): New option.
5175         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
5176         `org-agenda-skip-scheduled-if-done'.
5177         (org-prepare-agenda-buffers): Allow buffers as arguments.
5178         (org-entry-properties): Add CATEGORY as a special property.
5179         (org-use-property-inheritance): Allow a list of properties as a value.
5180         (org-eval-in-calendar): No longer update the prompt.
5181         (org-read-date-popup-calendar): Rename from
5182         `org-popup-calendar-for-date-prompt'.
5183         (org-read-date-display-live): New variable.
5184         (org-read-date-display): New function.
5185         (org-read-date-analyze): New function.
5186         (org-remember-apply-template): Define `remember-finalize' if it is
5187         not yet defined.
5188         (org-remember-insinuate): New function.
5189         (org-read-date-prefer-future): New option.
5190         (org-read-date): Respect the setting of
5191         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
5192         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
5193         hardcoded string.
5194         (org-remember-apply-template): Use `remember-finalize' instead of
5195         `remember-buffer'.
5196         (org-columns-compute, org-column-number-to-string)
5197         (org-columns-uncompile-format, org-columns-compile-format)
5198         (org-columns-compile-format): Handle printf format specifier.
5199         (org-columns-new, org-column-number-to-string)
5200         (org-columns-uncompile-format, org-columns-compile-format):
5201         Support for new currency summary type.
5202         (org-tree-to-indirect-buffer): Do not kill old buffer when
5203         `org-indirect-buffer-display' is `new-frame'.
5204         (org-indirect-buffer-display): Document that `new-frame' leads to
5205         indiret buffer proliferation.
5206         (org-agenda-list): Use `org-extend-today-until'.
5207         (org-extend-today-until): New option.
5208         (org-format-org-table-html): Use lower-case for <col> tag.
5209         (org-agenda-execute): New command.
5210         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
5211         (org-select-remember-template): New function.
5212         (org-remember-apply-template): Use `org-select-remember-template'.
5213         (org-go-to-remember-target): New function.
5215 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
5217         * vc.el: Add a TODO note about vc-state.
5218         (vc-next-action): Register 'unregistered and 'ignored files.
5219         Use when and unless instead of if where appropriate.
5220         (vc-start-entry): Fix typo.
5221         (vc-status): Autoload it.
5223 2008-01-18  Glenn Morris  <rgm@gnu.org>
5225         * ffap.el (ffap-alist): Remove space from RFC regexp.
5227 2008-01-18  Richard Stallman  <rms@gnu.org>
5229         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
5230         than face-spec-recalc.
5232 2008-01-18  Glenn Morris  <rgm@gnu.org>
5234         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
5236 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5237             Miles Bader  <miles@gnu.org>
5239         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
5240         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
5241         for handling display table (via visws.el package), his code was
5242         modified, but the main idea was kept.
5244 2008-01-17  Glenn Morris  <rgm@gnu.org>
5246         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
5247         (ibuffer-save-filters): Remove calls to deleted
5248         ibuffer-update-mode-name.
5250 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
5252         * longlines.el (longlines-mode, longlines-show-region)
5253         (longlines-unshow-hard-newlines): Bind buffer-file-name and
5254         buffer-file-truename to nil while modifying buffer.
5256         * cus-edit.el (custom-reset-standard-variables-list)
5257         (custom-reset-standard-faces-list): New variables.
5258         (custom-reset-standard-save-and-update): New function.
5259         (Custom-save): Apply custom-mark-to-save before and
5260         custom-state-set-and-redraw after saving options.
5261         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
5262         options and call custom-reset-standard-save-and-update.
5263         (custom-variable, custom-face, custom-group): Provide new
5264         entries for custom-mark-to-save, custom-mark-to-reset-standard,
5265         and custom-state-set-and-redraw.
5266         (custom-variable-mark-to-save)
5267         (custom-variable-state-set-and-redraw)
5268         (custom-variable-mark-to-reset-standard)
5269         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
5270         (custom-face-mark-to-reset-standard)
5271         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
5272         (custom-group-mark-to-reset-standard): New functions.
5273         (custom-variable-save): Move save, state-set, and redraw
5274         functionality to custom-variable-mark-to-save.
5275         (custom-face-save): Move save, state-set, and redraw
5276         functionality to custom-face-mark-to-save.
5277         (custom-group-save): Move save, state-set, and redraw
5278         functionality to custom-group-mark-to-save.
5279         (custom-variable-reset-standard, custom-face-reset-standard)
5280         (custom-group-reset-standard): Move save, state-set, and redraw
5281         functionality to custom-reset-standard-save-and-update.
5283         (custom-buffer-create-internal): Fix text in verbose help.
5284         (custom-face-value-create): Indent doc-strings of faces like
5285         those of variables.
5287 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * server.el (server-process-filter): Replace lineno and columnnno
5290         which defaulted to 1&0 with filepos which defaults to nil.
5291         (server-goto-line-column): Only receive the filepos.
5292         Only move if filepos is non-nil.
5293         (server-visit-files): Slight restructure to consolidate two calls to
5294         server-goto-line-column into just one.
5296         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
5297         the use of degraded mode.
5298         (nxml-degrade): Don't change mode-name.
5300         * nxml/rng-nxml.el (rng-nxml-mode-init):
5301         Don't overwrite mode-line-process.
5303         * ibuffer.el (mode): Pass the buffer to format-mode-line.
5304         (ibuffer-update-mode-name): Remove.
5305         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
5306         (ibuffer-mode): Use mode-line-process instead.
5308         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
5309         Use derived-mode-p.
5310         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
5312         * help.el (describe-mode): Pass the right buffer to format-mode-line.
5314 2008-01-16  Glenn Morris  <rgm@gnu.org>
5316         * comint.el (comint-regexp-arg): Fix no-input case.
5318 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
5320         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
5321         * pcvs.el (cvs-revert-if-needed):
5322         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
5324         * vc-svn.el (vc-svn-find-file-hook):
5325         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
5327 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
5329         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
5330         (icalendar-export-file, icalendar-import-file):
5331         Restore significant trailing whitespace in `interactive' prompts.
5333 2008-01-16  Tom Tromey  <tromey@redhat.com>
5335         * calendar/icalendar.el (icalendar--convert-tz-offset)
5336         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
5337         (icalendar--find-time-zone): New functions.
5338         (icalendar--decode-isodatetime): Add `zone' argument, passed to
5339         `decode-time'.  Doc fix.
5340         (icalendar--convert-ical-to-diary): Compute zone-map.
5341         Pass timezone to icalendar--decode-isodatetime.
5343 2008-01-16  Alan Mackenzie  <acm@muc.de>
5345         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
5346         an eval-and-compile, so as to permit byte-compiling (e.g. in
5347         bootstrap).
5349 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
5352         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
5353         using the same key for different menu entries.
5355         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
5356         (smerge-makeup-conflict): New command.
5358 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
5360         * log-edit.el (log-edit): Doc fix.
5362 2008-01-15  Glenn Morris  <rgm@gnu.org>
5364         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
5366 2008-01-14  Alan Mackenzie  <acm@muc.de>
5368         * progmodes/cc-vars.el (c-constant-symbol): New function which
5369         supersedes c-const-symbol.  During a customize-.. call it enables
5370         an element of (e.g.) c-hanging-braces alist to have its name
5371         displayed, even when the default value of c-h-b etc. doesn't
5372         include the elemnt.  Replace uses of the old function by the new.
5374         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
5375         obscure non-working fragment ":value c-".
5377 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
5381 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
5383         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
5384         instead of `tramp-file-name-real-host'.
5386         * net/trampver.el: Update release number.
5388 2008-01-14  Alan Mackenzie  <acm@muc.de>
5390         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
5391         call inside a struct being recognised as a K&R argument.
5393 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5396         Accept "fatal error" from MSFT.
5397         Reported by Jared Finder <jfinder@crypticstudios.com>.
5399 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
5401         * smerge-mode.el (smerge-auto): New function.
5402         * vc-svn.el (vc-svn-find-file-hook):
5403         * vc-arch.el (vc-arch-find-file-hook):
5404         * pcvs.el (cvs-revert-if-needed):
5405         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
5406         (top-level): Add a Todo list.
5408 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
5410         * vc.el (vc-update): Resolve conflicts if necessary instead of
5411         just updating the buffer.
5413         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
5414         update command so that we can parse the output.
5416 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
5418         * mail/rmail.el (rmail-convert-to-babyl-format):
5419         Remove save-excursion to avoid infinite looping.
5420         Reported by dnz <dnz@bk.ru>.
5422 2008-01-12  Glenn Morris  <rgm@gnu.org>
5424         * woman.el (woman-parse-numeric-arg): Change handling of `==':
5425         can be interned without a function definition.
5427 2008-01-12  Jason Rumney  <jasonr@gnu.org>
5429         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
5430         (rng-nxml-mode-init): Declare.
5432 2008-01-11  Jason Rumney  <jasonr@gnu.org>
5434         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
5435         (rng-preferred-prefix-alist-default): Remove.
5437         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
5438         Rename from nxml-enable-unicode-char-name-sets-flag.
5439         (nxml-enable-unicode-char-name-sets-1): Merge into
5440         nxml-enable-unicode-char-name-sets.
5441         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
5442         nxml-char-name-ignore-case here.
5444         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
5445         Update doc string and commentary.
5446         (nxml-char-name-ignore-case): Change default value.
5447         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
5449 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
5451         * cus-start.el (all): Add missing version entries.
5453 2008-01-11  Glenn Morris  <rgm@gnu.org>
5455         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
5456         (euc-to-flat-code, flat-code-to-euc):
5457         * textmodes/org.el (elmo-msgdb-overview-get-entity)
5458         (wl-summary-buffer-msgdb): Declare as funtions.
5460 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
5462         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
5463         Bind buffer-file-name and buffer-file-truename.
5465         * fringe.el (fringe-mode-explicit): New variable.
5466         (set-fringe-mode): Don't alter default-frame-alist when just
5467         loading this file.
5469 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
5471         * doc-view.el (doc-view-buffer-file-name): New variable.
5472         (doc-view-convert-current-doc, doc-view-search)
5473         (doc-view-current-cache-dir, doc-view-initiate-display)
5474         (doc-view-mode): Use it.
5475         (doc-view-bookmark-make-cell): Use variable buffer-file-name
5476         instead of function.
5478 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
5480         * vc-svn.el (vc-svn-registered): Return the correct value for
5481         ignored and unregistered files.
5483 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
5485         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
5487 2008-01-10  Tom Tromey  <tromey@redhat.com>
5489         * vc.el (vc-status-unmark-all-files): New function.
5490         (vc-status-unmark-all-files): Likewise.
5491         (vc-status-mode-map): Add bindings.
5493 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
5495         * ediff*.el: Uncomment declare-function.
5497         * viper*.el: Uncomment declare-function.
5499 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
5501         * doc-view.el (doc-view-mode): Support tramp, compressed files and
5502         files inside archives uniformly.
5504 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
5506         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
5507         constant with a computation on sgml-specials rather than a literal
5508         list.  Without this change the syntax table is generated
5509         incorrectly, and the mode will think it's in a comment following
5510         any instance of the string "--".
5512 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
5514         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
5515         (doc-view-mode): Support document files inside archives.
5517 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
5519         * vc.el (vc-deduce-fileset): Return the currently selected file if
5520         no files are selected when using vc-status.
5522 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
5524         * ediff*.el: Comment out declare-function.  "make bootstrap"
5525         stops with an error and Emacs does not compile with those things in.
5526         Besides, declare-function is not defined in XEmacs.
5528         * ediff-util (eqiff-quit): Autoraise minibuffer.
5530         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
5532         * emulation/viper*.el: Comment out declare-function -- not defined
5533         in XEmacs.
5535         * emulation/viper-ex.el (viper-info-on-file):
5536         Take care of indirect buffers.
5538         * emulation/viper.el (viper-set-hooks, set-cursor-color):
5539         Set viper-vi-state-cursor-color.
5541 2008-01-09  Tom Tromey  <tromey@redhat.com>
5543         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
5544         Just return header.
5545         (vc-status-move-to-goal-column): New function.
5546         (vc-status-mode-map): Define more keys.
5547         (vc-status-mode): Use vc-status-refresh.  Now 'special.
5548         (vc-status-refresh): New function.
5549         (vc-status-next-line): Likewise.
5550         (vc-status-previous-line): Likewise.
5551         (vc-status-mark-file): Use vc-status-next-line.
5552         (vc-status-unmark-file): Use vc-status-previous-line.
5553         (vc-status-unmark-file-up): New function.
5554         (vc-status-register): Likewise.
5555         (vc-status-find-file): Likewise.
5556         (vc-status-find-file-other-window): Likewise.
5557         (vc-status-current-file): Likewise.
5558         (vc-ensure-vc-buffer): Understand vc-status mode.
5560         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
5562 2008-01-09  Glenn Morris  <rgm@gnu.org>
5564         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
5565         entry, for Windows.
5567 2008-01-09  Tom Tromey  <tromey@redhat.com>
5569         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
5571 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5573         * ps-print.el: Some face attributes (like :strike-through) were not
5574         being recognised.  Reported by Leo <sdl.web@gmail.com>.
5575         (ps-print-version): New version 6.8.2.
5576         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
5577         (ps-screen-to-bit-face): Fix code.
5579 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
5582         add a file-name handler.
5584 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5586         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
5587         Rename from function bibtex-files-expand.  New optional arg select.
5588         (bibtex-flash-head): Allow blink-matching-delay being zero.
5589         (bibtex-clean-entry): Use atomic-change-group.
5590         (bibtex-format-entry): Check presence of required fields only
5591         after formatting of fields.  Use member-ignore-case.  Do not use
5592         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
5593         (bibtex-autofill-entry): Do not call undo-boundary.
5594         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
5595         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
5596         Parse keys if necessary.
5598 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
5600         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
5601         quotes in case of spaces, e.g. STL containers (not pretty).
5603 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
5605         * progmodes/gdb-ui.el (gud-gdb-command-name):
5606         Explain "--annotate=3" option is necessary for the Graphical Interface.
5608 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
5610         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
5611         on menu bar.
5613 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
5615         * ffap.el (ffap-read-file-or-url): Let-bind
5616         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
5618 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
5620         * vc-bzr.el: Fix typo in header.
5622 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
5624         * Makefile.in (custom-deps, finder-data): Depend on autoloads
5625         instead of loaddefs.el.
5627 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5629         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
5630         gets inserted out-of-order.
5632 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
5634         * vc-bzr.el: Copyright and version headers update.
5635         Remove some outdated comments through the whole file.
5636         (vc-bzr-program-args): Remove because unused.
5637         (vc-bzr-log-switches): New customization option.
5638         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
5639         use `vc-bzr-program-args'.
5640         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
5641         `vc-find-root' (patch by Andreas Hoenen).
5642         (vc-bzr-status): Update regex to match latest Bzr output.
5643         Remove redundant test.
5644         (vc-bzr-init-version): New function.
5645         (vc-bzr-unregister): Must not delete file.
5646         (vc-bzr-find-version): New function.
5647         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
5648         a non-empty string, otherwise take head revision.
5649         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
5650         (vc-bzr-diff): Simpler build of the revision spec string.
5651         (vc-annotate-convert-time, vc-bzr-annotate-difference):
5652         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
5653         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
5654         (vc-bzr-dired-state-info): Only provide custom strings for
5655         overloaded VC state 'edited; otherwise fallback to
5656         `vc-default-dired-state-info'.
5658 2008-01-08  Richard Stallman  <rms@gnu.org>
5660         * delsel.el (delete-selection-mode): Doc fix.
5662 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
5664         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
5665         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
5667         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
5668         of watch expressions (only works fully with GDB 6.7 or later).
5670 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
5672         * time-stamp.el (time-stamp-time-zone):
5673         * whitespace.el (whitespace-check-buffer-leading)
5674         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
5675         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
5676         * progmodes/sh-script.el (sh-indentation):
5677         * textmodes/ispell.el (ispell-local-pdict):
5678         Add safe-local-variable properties.
5680 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
5682         * vc-git.el (vc-git--call): Apply `process-file' instead of
5683         `call-process'.
5685         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
5686         Reported by Pete Forman <pete.forman@westerngeco.com>.
5687         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
5688         (tramp-handle-process-file): Handle the case where DESTINATION is
5689         a consp with t as car.
5690         (tramp-wait-for-output): We shall remove exactly what has been
5691         find by the search.
5693 2008-01-08  Kevin Ryde  <user42@zip.com.au>
5695         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5696         For perl, allow "during global destruction" at end.  Add entry for
5697         two-arg form of the Test module ok() func.
5699 2008-01-08  Glenn Morris  <rgm@gnu.org>
5701         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
5702         unified format.
5704         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
5706 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
5708         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
5709         Simplify selection of frame focusing function.
5711 2008-01-08  Michael Olson  <mwolson@gnu.org>
5713         * textmodes/remember.el (remember-region): Fix typo in docstring.
5715 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5717         * textmodes/remember.el (remember): If there is a visible region
5718         [that is, the mark is active and transient mark mode is enabled]
5719         then use this region for the initial contents of the *Remember*
5720         buffer.  Use `region-beginning' and `region-end' instead of
5721         `point' and `mark'.
5723 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
5725         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
5726         argument to vc-hg-command.
5727         (vc-hg-log-view-mode): Handle the user field better.
5729 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5731         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
5733 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5735         * vc.el (vc-status-fileinfo): New defstruct.
5736         (vc-status): New defvar.
5737         (vc-status-insert-headers, vc-status-printer, vc-status)
5738         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
5739         (vc-status-unmark-file, vc-status-marked-files): New functions.
5741         * vc-hg.el (vc-hg-dir-status): New function.
5743 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
5745         * cus-edit.el (custom-tool-bar-map): Move initialization of this
5746         keymap from here ...
5747         (custom-mode): ... to here.  Reported by Reiner Steib.
5749 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5751         * obsolete/x-apollo.el: Remove file for unsupported system.
5753         * term/x-win.el (vendor-specific-keysyms): Remove reference to
5754         Apollo.
5756         * progmodes/gud.el (gud-dgux-p): Remove.
5757         (dbx): Remove reference to dgux.
5759         * progmodes/ps-mode.el (ps-mode-print-function):
5760         * ps-print.el (ps-lp-system):
5761         * paths.el (rmail-spool-directory):
5762         * ls-lisp.el (ls-lisp-emulation):
5763         * lpr.el (lpr-lp-system):
5764         * dired.el (dired-chown-program): Remove references to dgux.
5766 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * vc.el (vc-process-sentinel): Fix apparent typo.
5769         (vc-do-command): Forcefully kill any left over process.
5770         Use start-file-process.
5771         (vc-annotate-get-time-set-line-props): Check we don't move backward.
5773 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5775         * net/dbus.el (dbus-list-hash-table)
5776         (dbus-name-owner-changed-handler): Replace "signal" by "member".
5777         (dbus-check-event): Add serial number to event.
5778         (dbus-handle-event): Apply return message if needed.
5779         (dbus-event-serial-number): New defun.
5780         (dbus-event-service-name, dbus-event-path-name)
5781         (dbus-event-interface-name, dbus-event-member-name):
5782         Adapt implementation to serial number.
5784 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
5786         * bs.el (bs--get-mode-name): Fix typo in previous change.
5788 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5790         * mouse.el (mouse-popup-menubar): Fix typo.
5792         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
5793         form inside with-current-buffer.
5795         * progmodes/antlr-mode.el (provide): Move to the end of file.
5796         (require): Don't require font-lock and compile.
5797         (outline-level, imenu-use-markers, imenu-create-index-function):
5798         Move declarations to top level.
5799         (cond-emacs-xemacs-macfn): Declare for compiler.
5801         * vc-bzr.el (vc-bzr-root):
5802         * vc-arch.el (vc-arch-root): Only set a property if the file is
5803         managed by this backend.
5805         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
5807 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
5809         * doc-view.el (doc-view-scroll-up-or-next-page)
5810         (doc-view-scroll-down-or-previous-page): Don't scroll to the
5811         top/bottom again when on the first/last page.
5813         * doc-view.el (doc-view-scroll-up-or-next-page)
5814         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
5815         image-scroll-down instead of the non-image equivalents.
5816         Don't rely on a signalled condition but switch pages when scrolling
5817         doesn't change the vertical position anymore.
5818         (doc-view-mode-map): Remap scroll-{up,down} to
5819         image-scroll-{up,down}.
5821 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
5823         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
5824         tpu-mapper command rather than load the tpu-mapper package.
5826         * emulation/tpu-mapper.el (tpu-mapper): New command.
5827         Contains all the code previously at top-level.
5829 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * bs.el (bs--sort-by-mode, bs--get-mode-name):
5832         * imenu.el (imenu-add-to-menubar):
5833         * makesum.el (make-command-summary):
5834         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
5835         (mouse-buffer-menu):
5836         * msb.el (msb--mode-menu-cond):
5837         * calc/calc-embed.el (calc-do-embedded):
5838         * emacs-lisp/helper.el (Helper-describe-mode):
5839         * mail/emacsbug.el (report-emacs-bug):
5840         * progmodes/hideshow.el (hs-grok-mode-type):
5841         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5842         * textmodes/table.el (*table--cell-describe-mode):
5843         Pass mode-name through format-mode-line.
5845 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * progmodes/ada-xref.el (ada-prj-find-prj-file):
5848         * progmodes/ada-mode.el (comment-region):
5849         * calendar/todo-mode.el (todo-insert-item):
5850         * bookmark.el (bookmark-buffer-name):
5851         Test major-mode rather than mode-name.
5853 2008-01-04  Richard Stallman  <rms@gnu.org>
5855         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5856         Call byte-compile-warn-about-unresolved-functions outside
5857         the with-current-buffer.
5858         (byte-compile-insert-header): Use with-current-buffer.
5860 2008-01-04  Glenn Morris  <rgm@gnu.org>
5862         * startup.el (fancy-about-screen): Remove reference to deleted
5863         `fancy-splash-help-echo' variable.
5865         * version.el (emacs-copyright): Update to 2008.
5867         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
5868         rather than mapcar.
5870         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
5871         change (merge mistake).
5873         * doc-view.el (doc-view-search-internal): Don't use `incf'.
5875         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
5876         (bookmark-get-bookmark-record):
5877         * image-mode.el (bookmark-make-cell-function)
5878         (bookmark-get-filename, bookmark-get-bookmark-record)
5879         (bookmark-get-position):
5880         * log-view.el (vc-modify-change-comment):
5881         * progmodes/grep.el (find-name-arg): Declare for compiler.
5883 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
5885         * savehist.el (savehist-coding-system): Default to a variant coding
5886         system with explicit unix end-of-line conversion, which is safer.
5888 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
5891         * ibuffer.el (mode column): Use format-mode-line.
5893         * server.el (server-create-window-system-frame): Remove workaround for
5894         a bug that has been fixed.
5896 2008-01-03  Magnus Henoch  <magnus@zemdatav>
5898         * net/dbus.el (dbus-name-owner-changed-handler):
5899         Use dbus-unregister-object instead of dbus-unregister-signal.
5901 2008-01-03  Drew Adams  <drew.adams@oracle.com>
5903         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
5905 2008-01-03  Richard Stallman  <rms@gnu.org>
5907         * replace.el (occur-context-lines): New subroutine,
5908         broken out of occur-engine.
5909         (occur-engine): Call it.
5911 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
5913         * vc-git.el (vc-git--ls-files-state): New function.
5914         (vc-git-dir-state): Use it instead of processing the status
5915         results here.
5917 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
5919         * progmodes/grep.el (grep-find-ignored-directories):
5920         Initialize from the value of vc-directory-exclusion-list.
5922         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
5923         even though we don't have a back end for darcs yet.
5925 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
5927         Change a return type, for greater extensibility.
5928         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
5929         and its thread for discussion leading to this change.
5931         * bookmark.el (bookmark-jump-noselect):
5932         Return an alist instead of a dotted pair.
5933         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
5934         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5935         (bookmark-bmenu-switch-other-window): Adjust accordingly.
5936         (bookmark-make-cell-function): Adjust documentation accordingly.
5938         * image-mode.el (image-bookmark-jump):
5939         Adjust return type accordingly; document.
5941         * doc-view.el (doc-view-bookmark-jump):
5942         Adjust return type accordingly; document.
5944 2008-01-02  Miles Bader  <miles@gnu.org>
5946         * net/rcirc.el (rcirc-log-filename-function): New variable.
5947         (rcirc-log): Use `rcirc-log-filename-function' to generate the
5948         log-file name.  Don't log anything if it returns nil.
5949         (rcirc-log-write): Use `expand-file-name' when merging the
5950         log-file name from the alist with rcirc-log-directory; this does
5951         the right thing if the name in the alist already an absolute
5952         filename.  Make the log-file directory if necessary.
5954 2007-12-29  Richard Stallman  <rms@gnu.org>
5956         * font-lock.el (font-lock-prepend-text-property)
5957         (font-lock-append-text-property): Canonicalize the face and
5958         font-lock-face properties.
5960         * faces.el (facep): Doc fix.
5962         * startup.el (fancy-startup-tail, fancy-about-text)
5963         (fancy-startup-text): Regularize format of face property.
5965         * facemenu.el (list-colors-print): Use :background and :foreground
5966         instead of background-color and foreground-color.
5968 2007-12-29  Drew Adams  <drew.adams@oracle.com>
5970         * cus-edit.el (custom-add-parent-links):
5971         Fill the "Parent documentation" text.
5973 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
5975         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
5976         MS-Windows and MS-DOS.
5977         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
5979 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
5981         * vc-svn.el (vc-svn-modify-change comment): New function.
5983 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
5985         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
5986         Do not disable undo, with-temp-buffer does it by default.
5988 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
5990         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
5991         correctly.
5993         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
5994         with vc-state.
5995         (vc-next-action): Fix vc-transfer-file call.
5997 2007-12-31  Tom Tromey  <tromey@redhat.com>
5999         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
6000         Move point to the start of the buffer.
6002 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
6004         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
6006         * vc.el: State that dir-state is required to set the vc-state and
6007         vc-backend properties.
6009 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
6011         * man.el (Man-default-man-entry): Make this a defun.
6012         Improve guessing mechanism and handling of section numbers.
6014 2007-12-31  Richard Stallman  <rms@gnu.org>
6016         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
6018 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
6020         * calc/calc-units.el (calc-convert-temperature): Ensure that units
6021         are on the result even when the result is zero.
6023 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
6025         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
6026         resistent towards wrong parameters.
6027         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
6029 2007-12-30  Richard Stallman  <rms@gnu.org>
6031         * faces.el (face-all-attributes): New function.
6033         * faces.el (face-differs-from-default-p): Compute list of attr names
6034         from face-attribute-name-alist.
6036         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
6037         (custom-face-save): Likewise.
6038         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
6040         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
6041         (custom-theme-set-faces): Clear `face-override-spec' property.
6042         Call `face-spec-set' with FOR-DEFFACE.
6044         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
6046         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
6047         Use of frame as third arg is deprecated.
6048         Handle `face-override-spec' property.
6049         (face-spec-recalc): New function.
6050         (face-spec-set-2): New function.
6051         (frame-set-background-mode): Handle `face-override-spec' property.
6052         Use `face-spec-recalc'.
6053         (face-set-after-frame-default): Use `face-spec-recalc'.
6055 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
6057         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
6059 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6061         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
6063 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
6065         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
6066         'added, 'removed.
6068         * vc.el (header coment): Better description of dir-state.
6069         (vc-compatible-state): New function.  Checks whether two states
6070         can be in the same changeset; used with 'edited it can test whether
6071         the next action for a state should be commit.
6072         (vc-default-dired-state-info): Display 'removed state.
6073         (vc-dired-hook): Turn off undo, this is a speed tweak.
6075         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
6077         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
6078         Cope with the possibility that the 'C' status flag might change
6079         in 0.9,6.
6081         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
6083 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
6085         * files.el (cd-absolute): Fix omission bug:
6086         Make `list-buffers-directory' buffer-local.
6088 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6090         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
6092 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
6094         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
6096         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
6097         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
6098         (math-yacas-compose-deriv, math-yacas-compose-taylor)
6099         (math-maxima-parse-subst, math-maxima-parse-taylor)
6100         (math-maxima-compose-taylor, math-maxima-compose-subst)
6101         (math-maxima-compose-if, math-lang-switch-args)
6102         (math-lang-compose-switch-args, math-read-giac-subscr):
6103         New functions.
6104         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
6105         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
6106         Add languages.
6107         (math-vector-brackets, math-complex-format, math-variable-table)
6108         (math-parse-table, math-oper-table, math-function-table)
6109         (math-special-function-table, math-compose-subscr):
6110         Add values for new languages.
6112         * calc/calccomp.el (math-compose-expr): Add new languages.
6114         * calc/calc.el (calc-language): Add languages to docstring.
6116         * calc/calc-ext.el (calc-init-extensions): Add keybindings
6117         for new languages.  Autoload commands to change languages.
6119         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
6121         * calc/calc-menu.el (calc-modes-menu): Add new languages.
6122         (calc-arithmetic-menu, calc-scientific-function-menu)
6123         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
6124         (calc-units-menu, calc-variables-menu, calc-stack-menu):
6125         Add :active keywords.
6127 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
6129         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
6130         returns 'ignored or 'unregistered.
6131         (vc-hg-state): Pass "-A" to the status command and deal with the
6132         output.
6133         (vc-hg-dir-state): Pass "-A" to the status command.
6135 2007-12-29  Richard Stallman  <rms@gnu.org>
6137         * progmodes/compile.el (compilation-start): Set initial visible
6138         point properly even when compilation buffer already current.
6140 2007-12-29  Richard Stallman  <rms@gnu.org>
6142         * files.el (conf-mode-maybe): New function.
6143         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
6145 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
6147         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
6149 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6151         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
6153 2007-12-29  Richard Stallman  <rms@gnu.org>
6155         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
6156         so they never do EOF.
6158 2007-12-29  Richard Stallman  <rms@gnu.org>
6160         * faces.el (copy-face): Create the new face explicitly if it
6161         does not exist already.
6163 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
6165         * simple.el (minibuffer-history, shell-command-history)
6166         (set-variable-value-history):
6167         * replace.el (regexp-history):
6168         * international/mule-cmds.el (input-method-history):
6169         * files.el (file-name-history): Add reference to history-length in
6170         the doc string.
6172 2007-12-29  Richard Stallman  <rms@gnu.org>
6174         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
6176 2007-12-29  Jason Rumney  <jasonr@gnu.org>
6178         * find-dired.el (find-name-arg): New custom variable.
6179         (find-name-dired): Use it.
6180         (find-dired-find-program): Remove.
6181         (find-dired): Use find-program.
6182         (find-grep-dired): Use grep-program.
6184         * progmodes/grep.el (rgrep): Use find-name-arg.
6186 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
6188         * progmodes/cc-vars.el (defcustom-c-stylevar):
6189         Revert to pre-2007-12-12 version.
6191 2007-12-29  Richard Stallman  <rms@gnu.org>
6193         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
6195         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
6196         Use changed.
6198         * startup.el (fancy-splash-help-echo): Var deleted.
6199         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
6200         (fancy-about-screen): Don't display fancy-splash-help-echo.
6202         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
6204 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
6206         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
6207         to vc-hooks.el so it will be available to other modes, such as
6208         speedbar.el.  Also, teach it to recognize monotone state directories.
6210         * speedbar.el: Remove this mode's fragile assumptions about
6211         version-control systems.  Instead, make it use logic from
6212         vc-hooks.el so it will become smarter whenever VC mode does.
6214         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
6215         Fix the documentation.
6217         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
6218         Modify all instances of the dir-state back-end method to suppress
6219         keeping undo lists on the buffers holding status output, which
6220         can get extremely large.
6222         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
6223         so they don't do work that the default one can do instead.
6225         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
6226         states, and the new return-value convention.  These are not
6227         actually used yet, just set.
6229         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
6230         states when appropriate.
6232         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
6233         'unregistered when appropriate.
6235         * vc-git.el: Document that we don't set the new states yet.
6237         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
6238         'ignored states.
6240         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
6241         appropriate.
6243         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
6244         when appropriate.
6246 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
6248         * thumbs.el (thumbs-call-convert): Use call-process directly
6249         with thumbs-conversion-program instead of through shell-file-name
6250         for better error reporting.
6252 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
6254         * calc/calc-aent.el (math-remove-percentsigns):
6255         * calc/calccomp.el (math-to-percentsigns): Change placeholder
6256         for percent signs.
6258 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
6260         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
6261         use completion-ignored-extensions to detect files that should be
6262         ignorted in VC-Dired listings, heading off lots of expensive calls
6263         to (vc-state).
6265         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
6266         non-terse mode.
6267         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
6268         Makefile.in or Makefile.am.
6270 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6272         * ps-print.el (ps-mark-active-p): Fun returned back.
6273         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
6274         `region-active-p' for error checking.
6276 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
6278         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
6279         Put new machinery in place to support editing of change comments
6280         with 'e' in a log-view buffer.  Not documented yet as this
6281         only works for SCCS, RCS, and maybe CVS if you have admin
6282         privileges.  When we have backend support for Subversion and
6283         more modern systems it will be time to write this up.
6285 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
6287         * international/mule-cmds.el (select-safe-coding-system):
6288         When a buffer is modified, cancel the writing.
6290 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
6292         * log-view.el: Add Subversion and Mercurial log format samples.
6294         * vc.el (vc-dired-hook): Significantly speed up by arranging for
6295         it to call the backend dir-state hook (if it exists)
6296         exactly *once*, rather than once per each subdirectory (with
6297         dired-state-info calls on all toplevel files slowing it down even
6298         further).  For this to work, backend dir-state methods have to
6299         recurse to subdirectories.  Most of them already did anyway; a few
6300         needed *non*-recursion switches removed.  This change mostly
6301         removed code that was perversely bad and should have been shot
6302         through the head years ago.
6304         * vc-bzr.el (vc-bzr-dir-state):
6305         * vc-cvs.el (vc-cvs-dir-state):
6306         * vc-mcvs.el (vc-mcvs-dir-state):
6307         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
6309         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
6310         multiple arguments, so generate logs sequentially when we get them.
6311         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
6312         headers so the various log bindings can do the right thing.
6313         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
6315 2007-12-26  Andreas Schwab  <schwab@suse.de>
6317         * font-lock.el (save-buffer-state): Make sure the state of the
6318         buffer is always restored.
6320 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
6322         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
6324         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
6325         a variable.
6327         * calc/calccomp.el (math-to-percentsigns): New function.
6328         (math-compose-var): Handle variables with percent signs.
6329         (math-compose-expr): Handle function names with percent signs.
6331         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
6332         (math-read-exprs): Handle percent signs in languages that
6333         allow them.
6334         (math-restore-underscores): Remove function.
6335         (math-remove-percentsigns, math-restore-placeholders):
6336         New functions.
6338 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6340         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
6341         of `mark' for error checking.
6343 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
6345         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
6346         New functions.
6347         (image-mode): Set bookmark-make-cell-function appropriately.
6349         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
6351         * bookmark.el (bookmark-make-cell-function): New variable.
6352         (bookmark-make): Call bookmark-make-cell-function's function
6353         instead of bookmark-make-cell.
6354         (bookmark-get-handler, bookmark-jump-internal): New functions.
6355         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
6356         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
6357         Use bookmark-jump-internal.
6358         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
6360         * doc-view.el (doc-view-bookmark-make-cell)
6361         (doc-view-bookmark-jump): New functions.
6362         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
6364 2007-12-25  Miles Bader  <miles@gnu.org>
6366         * indent.el (indent-for-tab-command): Rigidly indent the following
6367         sexp along with the current line when a prefix arg is given in the
6368         non-active-region case.  Specify raw prefix in interactive spec.
6369         Simplify main indentation logic to get rid of the conditional call
6370         to `indent-according-to-mode' (it just ended up calling
6371         `indent-line-function' in all cases anyway, which can be done more
6372         simply here).  Remove unnecessary test of ARG in active region case.
6374 2007-12-25  Richard Stallman  <rms@gnu.org>
6376         * allout.el (allout-region-active-p): Rename from my-region-active-p.
6377         Use `use-region-p'.
6378         (allout-write-file-hook-handler): Simplify code.
6380         * ps-print.el (ps-mark-active-p): Function deleted.
6381         (ps-print-preprint-region): Use (mark) for the error check.
6383         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
6385         * winner.el (winner-active-region): Use `mark-active' if it's defined.
6387         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
6389         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
6391         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
6393         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
6395         * progmodes/cc-defs.el (c-region-is-active-p):
6396         Use `mark-active' if it's defined.
6398         * progmodes/cc-cmds.el (c-indent-line-or-region):
6399         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
6401         * simple.el (select-active-regions): New option.
6402         (set-mark): Obey it.
6403         (yank-pop-change-selection): New option.
6404         (current-kill): Obey it.
6406         * simple.el (use-region-p): Rename from `region-active-p'.
6407         (region-active-p): New function.
6409 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
6411         * term/x-win.el (x-select-enable-primary): New option.
6412         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
6414         * mouse.el (mouse-yank-primary): New function (almost same
6415         as mouse-yank-secondary).
6417 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
6419         * calculator.el:
6420         * dframe.el:
6421         * iswitchb.el:
6422         * whitespace.el:
6423         * winner.el:
6424         * emacs-lisp/checkdoc.el:
6425         * mail/feedmail.el:
6426         * net/quickurl.el:
6427         * obsolete/fast-lock.el:
6428         * play/5x5.el:
6429         * progmodes/delphi.el:
6430         * progmodes/idlw-shell.el:
6431         * progmodes/idlwave.el:
6432         * textmodes/artist.el:
6433         * textmodes/ispell.el:
6434         * textmodes/texinfmt.el:
6435         * textmodes/texinfo.el: Remove obsolete definitions of backward
6436         compatibility macros for defcustom, defgroup, defface, when,
6437         unless, with-current-buffer and with-temp-message.
6439 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
6441         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
6443 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
6446         indeed a process.
6448 2007-12-23  Richard Stallman  <rms@gnu.org>
6450         * simple.el (region-active-p): New function.
6451         (use-empty-active-region): New variable.
6453         * dired-aux.el (dired): Load dired.el at run time too.
6455 2007-12-23  Juri Linkov  <juri@jurta.org>
6457         * man.el (Man-follow-manual-reference): Fill the minibuffer's
6458         default list with a full list of references.
6460         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
6462 2007-12-23  Andreas Schwab  <schwab@suse.de>
6464         * files.el (switch-to-buffer-other-frame): Return the buffer
6465         switched to.
6467 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
6469         Sync with Tramp 2.1.12.
6471         * net/tramp.el: New todo item.
6473         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
6474         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
6476         * net/trampver.el: Update release number.
6478 2007-12-22  Richard Stallman  <rms@gnu.org>
6480         * newcomment.el (comment-region-default): Don't triple the
6481         comment starter if the first region line isn't indented enough.
6483 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6485         * net/imap.el (imap-authenticate): Use current-buffer instead of
6486         buffer, for the cases where imap-authenticate is called with a nil
6487         buffer parameter.
6489 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
6491         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
6492         specifier from format-string.  Reported by Ye Wenbin.
6494 2007-12-20  Jason Rumney  <jasonr@gnu.org>
6496         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
6497         Parent group is font-lock-faces.
6498         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
6499         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
6500         (nxml-version): Remove.
6501         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
6502         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
6503         (nxml-processing-instruction-delimiter)
6504         (nxml-processing-instruction-target)
6505         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
6506         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
6507         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
6508         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
6509         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
6510         (nxml-attribute-prefix, nxml-attribute-colon)
6511         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
6512         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
6513         (nxml-attribute-value, nxml-attribute-value-delimiter)
6514         (nxml-namespace-attibute-value)
6515         (nxml-namespace-attribure-value-delimiter)
6516         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
6517         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
6518         (nxml-glyph): Rename, removing -face suffix.
6519         Inherit from existing font-lock faces.
6520         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
6521         Use new face names.
6523         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6524         (nxml-outline-active-indicator, nxml-outline-ellipsis):
6525         Rename, removing -face suffix.
6526         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
6527         (nxml-highlighted-colon, nxml-highlighted-slash)
6528         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
6529         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
6530         (nxml-highlighted-qname, nxml-outline-display-heading):
6531         Use new face names.
6533         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
6535         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
6537 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
6539         * cus-start.el (all): Use correct group name for members of
6540         mode-line group.
6542         * man.el (Man-default-man-entry): When looking for default man
6543         entry title search text preceding point.  Use when instead of if.
6545         * indent.el (indent-for-tab-command): Fix doc-string typo.
6547         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
6548         vc-parent-buffer is the current buffer.
6550         * info-look.el (info-lookup, info-lookup-setup-mode)
6551         (info-lookup-make-completions): Avoid clobbering Info-history and
6552         Info-history-list.
6554 2007-12-19  Glenn Morris  <rgm@gnu.org>
6556         * progmodes/verilog-mode.el (top-level): Don't require compile.
6557         (compilation-error-regexp-alist, compilation-last-buffer):
6558         Define for compiler.
6559         (verilog-insert-1): New function.
6560         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
6561         Use verilog-insert-1.
6562         (verilog-surelint-off): Use next-error-last-buffer if bound.
6563         Check compile buffer is live.
6565 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
6567         * progmodes/compile.el (compilation-start): Don't pass a FRAME
6568         argument to display-buffer.
6570 2007-12-19  Jason Rumney  <jasonr@gnu.org>
6572         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
6573         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
6574         (rng-byte-compile-load, rng-write-version): Remove.
6576         * nxml/rng-loc.el (rng-schema-locating-files-default)
6577         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
6578         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
6580 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
6582         * files.el (cd-absolute): Set `list-buffers-directory' in order to
6583         show correct path in buffer list.
6585         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
6586         (tramp-find-shell): Send only single prompt setting commands, in
6587         order to avoid double-prompt.
6589         * net/tramp-compat.el (top): Require cl only when compiling.
6590         Reported by Glenn Morris <rgm@gnu.org>.
6592 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6594         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
6595         (c-comment-continuation-stars): No longer declare with
6596         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
6597         (c-block-comment-prefix): Use symbol-value to
6598         access c-comment-continuation-stars.
6599         * progmodes/cc-mode.el (c-initialize-cc-mode):
6600         Use symbol-value to access c-comment-continuation-stars.
6602 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
6604         * xml.el (xml-escape-string): New function.  Escape string using
6605         xml-entity-alist.
6606         (xml-debug-print-internal): Use xml-escape-string to escape
6607         characters in attributes and in text children of elements.
6609 2007-12-18  Glenn Morris  <rgm@gnu.org>
6611         * progmodes/cc-subword.el (c-subword-mode): Drop support for
6612         systems without define-minor-mode.
6614         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
6616         * progmodes/verilog-mode.el: Replace all instances of
6617         string-to-int with string-to-number, insert-string with insert,
6618         and read-input with read-string.
6619         (top-level): No need to require imenu, reporter, dinotrace, vc,
6620         font-lock when compiling.  Always require compile.  Relegate remaining
6621         compatibility cruft to XEmacs.  Don't require font-lock.
6622         (verilog-version): Remove superfluous concat.
6623         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
6624         No need to define.
6625         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
6626         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
6627         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
6628         (verilog-startup-message-displayed): These are variables, not constants.
6629         (verilog-batch-execute-func, verilog-auto-inst)
6630         (verilog-auto-inst-param): Use mapc rather than mapcar.
6631         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
6632         actually defining.
6633         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
6634         (verilog-modi-get-outputs, verilog-modi-get-inouts)
6635         (verilog-modi-get-inputs, verilog-modi-get-wires)
6636         (verilog-modi-get-regs, verilog-modi-get-assigns)
6637         (verilog-modi-get-consts, verilog-modi-get-gparams)
6638         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
6639         (verilog-modi-get-sub-inputs): Move inline functions earlier in
6640         the file.
6641         (sigs-in, sigs-out): Don't declare multiple times.
6642         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
6643         `defvar'.
6644         (verilog-auto): Call dinotrace-unannotate-all only if bound.
6645         (verilog-module-inside-filename-p): No need to wrap fboundp test
6646         in condition-case.
6647         (reporter-submit-bug-report): Autoload it.
6648         (verilog-mark-defun): Call zmacs-activate-region only if bound.
6649         (verilog-font-customize): Call customize-apropos only if bound.
6650         (verilog-getopt-flags, verilog-auto-reeval-locals):
6651         Use make-local-variable rather than make-variable-buffer-local.
6652         (verilog-company, verilog-project, verilog-modi-cache-list):
6653         Move make-variable-buffer-local calls to top-level.
6654         (font-lock-defaults-alist): Don't define it.
6655         (verilog-need-fld): Remove.
6656         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
6657         (verilog-mode): Only call make-local-hook on XEmacs.
6658         Set font-lock-defaults rather than using verilog-font-lock-init.
6660 2007-12-17  Andreas Schwab  <schwab@suse.de>
6662         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
6663         Fix comment typo.
6665 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
6667         * net/dbus.el (dbus-name-owner-changed-handler):
6668         Use `dbus-unregister-signal' for removing old rules.
6669         Obey new structure of `dbus-registered-functions-table'.
6671 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
6673         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
6675 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
6677         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
6678         function.
6679         (add-submenu): Only define for XEmacs.
6680         (verilog-regexp-words): Revert previous change, keep the other
6681         definition.
6683 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6685         * progmodes/perl-mode.el (perl-continued-statement-offset)
6686         (perl-continued-brace-offset, perl-brace-offset)
6687         (perl-brace-imaginary-offset, perl-label-offset):
6688         * progmodes/cperl-mode.el (cperl-brace-offset)
6689         (cperl-continued-brace-offset, cperl-label-offset)
6690         (cperl-continued-statement-offset)
6691         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
6692         Add safe-local-variable properties.
6694 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6696         * progmodes/verilog-mode.el (verilog-mode-map)
6697         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
6698         (verilog-colorize-include-files): Use only overlay functions so
6699         that it can work on both emacs and XEmacs.
6700         (set-extent-keymap): Remove unused defun.
6701         (verilog-kill-existing-comment, verilog-insert-date)
6702         (verilog-insert-year): Rename in order not to pollute the global
6703         namespace from kill-existing-comment, insert-date and
6704         insert-year, respectively.
6705         (verilog-set-auto-endcomments, verilog-header): Update callers.
6707         * files.el (auto-mode-alist): Recognize verilog files.
6709         * progmodes/verilog-mode.el (verilog-string-replace-matches)
6710         (verilog-string-remove-spaces, verilog-re-search-forward)
6711         (verilog-re-search-backward, verilog-re-search-forward-quick)
6712         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
6713         (verilog-get-end-of-line, verilog-within-string): Move definitions
6714         before first use.  No code changes.
6716 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6718         * progmodes/verilog-mode.el (verilog-mode-version)
6719         (verilog-mode-release-date): Don't use expanding keywords.
6720         (provide): Move to the end of file.
6721         (fboundp): Don't check if eval-when-compile is bound, it is used
6722         later in the file without checking.
6723         (when, unless): Copy definitions from subr.el.
6724         (char-before, defcustom, defface, customize-group)
6725         (verilog-batch-error-wrapper): Don't use old style backquotes.
6726         (verilog-regexp-opt): Avoid using the cl function case.
6727         (verilog-regexp-words): Remove duplicated definition.
6728         (verilog-mode-abbrev-table): Remove, duplicate.
6729         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
6730         Declare and initialize in one step.
6731         (verilog-declaration-prefix-re, verilog-declaration-re)
6732         (verilog-end-of-statement, verilog-indent-declaration)
6733         (verilog-get-lineup-indent): Remove trailing whitespace.
6734         (verilog-mode): Fix autoload cookie.
6735         Set beginning-of-defun-function and end-of-defun-function.  Use when
6736         instead of if.
6737         (verilog-emacs-features, verilog-auto-ascii-enum)
6738         (verilog-insert-indices): Escape braces in doc strings.
6740 2007-12-08  Michael McNamara  <mac@verilog.com>
6741             Wilson Snyder  <wsnyder@wsnyder.org>
6743         * progmodes/verilog-mode.el: New file.
6745 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
6747         * international/latexenc.el (latexenc-find-file-coding-system):
6748         If both coding-system-for-write and buffer-file-coding-system of
6749         latex-main-file are nil, use `undecided'.
6751 2007-12-06  Jason Rumney  <jasonr@gnu.org>
6753         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
6755 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6757         * files.el (revert-buffer): Docstring fix.
6759 2007-12-11  Glenn Morris  <rgm@gnu.org>
6761         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
6763 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
6765         * calc/calc-aent.el (math-restore-underscores)
6766         (math-string-restore-underscores): New functions.
6767         (math-read-factor): Properly check variable names with underscores
6768         for entries in `math-expr-variable-mapping'.
6770         * calc/calc-lang.el (math-lang-name): New property name.
6772         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
6773         to set language name.
6775 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6777         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6779 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * server.el (server-select-display): Fix important typo.
6782         (server-process-filter): Turn a "" display into nil.
6784 2007-12-09  Juri Linkov  <juri@jurta.org>
6786         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
6787         Check search-upper-case before calling isearch-no-upper-case-p
6788         to set case-fold-search.
6789         (occur): Doc fix.
6790         (occur-1, perform-replace): Check search-upper-case before calling
6791         isearch-no-upper-case-p to set case-fold-search.
6793         * isearch.el (search-upper-case): Doc fix.
6794         (isearch-mode-map): Bind `M-s o' to isearch-occur.
6795         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
6796         (isearch-query-replace-regexp): Doc fix.
6797         (isearch-occur): New function.
6799 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6801         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
6802         backward compatibility.
6804         * net/imap.el (imap-string-to-integer): New function.
6806 2007-12-09  David Kastrup  <dak@gnu.org>
6808         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
6809         directories.  Not sure anybody uses this anymore, though.
6811 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6813         * printing.el: Fix pr-interface-map initialization code.
6814         (pr-version): New version 6.9.3.
6815         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6816         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6817         (pr-f-read-string): Replace by pr-read-string.
6818         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
6819         name.
6820         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6822 2007-12-09  Glenn Morris  <rgm@gnu.org>
6824         * emulation/viper-init.el (top-level): Use dolist rather than mapc
6825         in make-variable-frame-local call.
6827 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6829         * mail/hashcash.el (declare-function):
6830         * net/imap.el (declare-function): New no-op macro for backward
6831         compatibility.
6833 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
6835         Sync makefile.w32-in with Makefile.in.
6837         * makefile.w32-in (check-declare): New target.
6838         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
6839         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
6840         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
6841         ($(lisp)/progmodes/cc-mode.elc): Use it.
6842         ($(lisp)/progmodes/cc-mode.elc): New rule.
6844 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6846         * indent.el (tab-stop-list): Mark as safe-local-variable.
6848         * generic-x.el (etc-sudoers-generic-mode): New mode.
6849         (generic-unix-modes): Add it.
6851 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
6853         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
6854         apply wildcards in a hash table key; there is no usable hash code then.
6855         (dbus-registered-functions-table): Use `equal' as test function.
6856         (dbus-name-owner-changed-handler): Rewrite due to new hash table
6857         structure.
6859 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
6861         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
6862         bound error in block comment branch.
6864 2007-12-08  David Kastrup  <dak@gnu.org>
6866         * textmodes/reftex.el (reftex-select-with-char):
6867         * textmodes/reftex-toc.el (reftex-toc-do-promote)
6868         (reftex-toc-visit-location, reftex-toc-find-section):
6869         * textmodes/reftex-index.el (reftex-index-show-entry):
6870         * textmodes/org.el (org-cycle-hide-archived-subtrees)
6871         (org-table-rotate-recalc-marks, org-mark-ring-push)
6872         (org-follow-info-link, org-mhe-get-message-folder-from-index)
6873         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
6874         (org-evaluate-time-range, org-edit-agenda-file-list):
6875         * textmodes/artist.el (artist-select-next-op-in-list)
6876         (artist-select-prev-op-in-list):
6877         * term/mac-win.el (mac-service-insert-text):
6878         * startup.el (fancy-about-screen):
6879         * progmodes/vhdl-mode.el (vhdl-decision-query):
6880         * progmodes/idlwave.el (idlwave-template)
6881         (idlwave-scroll-completions, idlwave-display-completion-list):
6882         * progmodes/ebrowse.el (ebrowse-show-progress):
6883         * progmodes/cperl-mode.el (cperl-find-pods-heres):
6884         * progmodes/antlr-mode.el (antlr-insert-option-do):
6885         * play/mpuz.el (mpuz-close-game):
6886         * net/rcirc.el (rcirc-next-active-buffer):
6887         * mail/reporter.el (reporter-update-status):
6888         * kmacro.el (kmacro-display):
6889         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6890         * emulation/viper-util.el (viper-save-setting):
6891         * emacs-lisp/lisp-mnt.el (lm-verify):
6892         * emacs-lisp/edebug.el (edebug-set-mode):
6893         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
6894         * calendar/calendar.el (calendar-print-day-of-year):
6895         * calc/calcalg3.el (calc-curve-fit):
6896         * calc/calcalg2.el (math-integral):
6897         * calc/calc.el (calc-read-key-sequence, calc-version):
6898         * calc/calc-mode.el (calc-set-simplify-mode):
6899         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
6901 2007-12-07  D. Goel  <deego3@gmail.com>
6903         * progmodes/idlw-shell.el (idlwave-shell-display-line)
6904         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
6905         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
6906         * mail/uce.el (uce-reply-to-uce)
6907         * progmodes/vhdl-mode.el (vhdl-template-modify)
6908         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
6909         to `error' (as suggested by RMS.)
6911 2007-12-07  Glenn Morris  <rgm@gnu.org>
6913         * allout.el (allout-write-file-hook-handler):
6914         * textmodes/reftex.el (reftex-TeX-master-file):
6915         * textmodes/reftex-parse.el (reftex-short-context):
6916         Revert previous change.
6918 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
6920         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
6921         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
6922         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
6923         (dbus-event-service-name, dbus-event-path-name)
6924         (dbus-event-interface-name, dbus-event-member-name): Fix for new
6925         event structure.
6926         (dbus-list-activatable-names, dbus-list-names)
6927         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
6928         Reorder `dbus-call-method' arguments.
6930 2007-12-06  D. Goel  <deego3@gmail.com>
6932         * allout.el (allout-write-file-hook-handler):
6933         * textmodes/reftex.el (reftex-TeX-master-file):
6934         * textmodes/org.el (org-paste-subtree):
6935         * progmodes/vhdl-mode.el (vhdl-template-modify):
6936         * progmodes/idlw-shell.el (idlwave-shell-send-command)
6937         (idlwave-shell-display-line):
6938         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
6939         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
6940         * net/trampver.el (x):
6941         * mail/uce.el (uce-reply-to-uce):
6942         * mail/rmailout.el (rmail-output):
6943         * mail/feedmail.el (feedmail-dump-message-to-queue):
6944         * whitespace.el (whitespace-write-file-hook):
6945         * wdired.el (wdired-check-kill-buffer):
6946         * vc.el (vc-update):
6947         * vc-mcvs.el (vc-mcvs-checkin):
6948         * vc-cvs.el (vc-cvs-checkin):
6949         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
6950         * ibuffer.el (ibuffer-current-buffer):
6951         * dired.el (dired-move-to-end-of-filename):
6952         * bindings.el (complete-symbol):
6953         * textmodes/org-publish.el (org-publish-file):
6954         (org-publish-current-project):
6955         * textmodes/reftex-parse.el (reftex-short-context):
6956         * textmodes/texinfmt.el: Fix buggy calls to `error'.
6958 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6960         * doc-view.el (doc-view-dvi->pdf-sentinel)
6961         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
6962         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
6963         within a sentinel or timer.
6964         (doc-view-display): Don't try to display before the requested page
6965         is available, unless told to do so explicitly.
6966         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
6967         Force display even if the requested page is not available.
6969 2007-12-06  Richard Stallman  <rms@gnu.org>
6971         * help-fns.el (describe-function-1): Call ad-get-advice-info
6972         only on symbols.
6974 2007-12-06  Glenn Morris  <rgm@gnu.org>
6976         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
6977         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
6978         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
6979         faces in non-light-background case.
6981         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
6982         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
6983         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
6984         * emulation/vi.el, emulation/viper-cmd.el:
6985         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
6986         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
6987         * textmodes/fill.el: Remove directory part from filenames in
6988         function declarations.
6990         * dired-aux.el (mailcap-mime-info): Update declaration.
6992 2007-12-05  Richard Stallman  <rms@gnu.org>
6994         * wid-edit.el (widget-type): Doc fix.
6996 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6998         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6999         Don't match "sub { (...) ... }".
7001 2007-12-05  Richard Stallman  <rms@gnu.org>
7003         * international/mule-cmds.el (toggle-input-method-active): New var.
7004         (toggle-input-method): Bind toggle-input-method-active to t.
7005         Error if it was already non-nil.
7007 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
7009         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7011 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
7013         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
7014         see if certs should be verified and what is to be done in the
7015         event of a verification failure.
7017 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
7019         * net/tls.el (tls-program): Provide more custom choices from
7020         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7021         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7022         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7023         version.  Minor improvement to doc strings.
7024         (tls-program): Add comment.
7026 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
7028         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7029         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7030         mismatch between the hostname provided in the certificate and the name
7031         of the host connnecting to.
7032         (open-tls-stream): Use them.  Check certificates against trusted root
7033         certificates.
7035 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7037         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7038         (imap-parse-status): Upcase status-att for broken servers that sends
7039         them lower-case (e.g., MS Exchange 2007).
7041 2007-12-05  D. Goel  <deego3@gmail.com>
7043         * simple.el (undo):
7044         * image-dired.el (image-dired-display-thumb-properties):
7045         (image-dired-modify-mark-on-thumb-original-file):
7046         (image-dired-dired-display-properties):
7047         * help.el (help-window-display-message):
7048         * files.el (hack-local-variables-confirm):
7049         * ediff.el (ediff-version):
7050         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
7051         `message' and `error': Ensure that first arg is a format string.
7053         * emacs-lisp/find-func.el (find-library-name): Prefer files with
7054         ".el" suffix over "".
7056 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
7058         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
7059         interface and member fields.
7061 2007-12-05  Glenn Morris  <rgm@gnu.org>
7063         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
7064         (pcomplete-here): Autoload it.
7066         * eshell/em-basic.el (print-func): No need to define for compiler.
7068         * eshell/esh-cmd.el (eshell-debug-command):
7069         * eshell/esh-io.el (eshell-print): Move definitions before use.
7071         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
7073         * eshell/esh-util.el (top-level): Don't require pp.
7074         Use condition-case rather than ignore-errors.
7076         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
7078         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
7079         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7080         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
7081         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
7082         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
7083         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
7084         * eshell/esh-util.el, eshell/eshell.el: Require individual files
7085         if needed when compiling, rather than esh-maint.  Collect any
7086         require statements.  Move provide statement to end.  Move any
7087         commentary to start.
7089         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
7090         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
7091         * eshell/esh-proc.el, eshell/esh-var.el:
7092         Require individual files if needed when compiling, rather than
7093         esh-maint.  Collect any require statements.  Leave provide at start.
7094         Move any commentary to start.
7096         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7097         Remove declared function from byte-compile-noruntime-functions.
7099         * ediff-util.el (ediff-version):
7100         * progmodes/python.el (compilation-shell-minor-mode):
7101         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
7102         (calendar-bahai-date-string, calendar-check-holidays)
7103         (calendar-chinese-date-string, calendar-coptic-date-string)
7104         (calendar-ethiopic-date-string, calendar-forward-day)
7105         (calendar-french-date-string, calendar-goto-date)
7106         (calendar-goto-today, calendar-hebrew-date-string)
7107         (calendar-islamic-date-string, calendar-iso-date-string)
7108         (calendar-julian-date-string, calendar-mayan-date-string)
7109         (calendar-persian-date-string, gnus-summary-last-subject)
7110         (parse-time-string, rmail-show-message): Declare as functions.
7112 2007-12-05  Michael Olson  <mwolson@gnu.org>
7114         * textmodes/remember.el: Merge contents of remember-diary.el here,
7115         updating header.  Add autoload cookie so that byte-compilation
7116         works without warning.
7117         (remember-diary-file): Default to nil, since diary might not yet
7118         be loaded at this point, which would deny us access to diary-file.
7119         (remember-diary-extract-entries): If remember-diary-file is nil,
7120         then use diary-file instead.
7122         * textmodes/remember-diary.el: Remove, due to the issue of needing
7123         the first 8 characters of a filename to be unique.
7125 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
7127         * net/dbus.el (dbus-hash-table=): New defun.
7128         (dbus-hash-table-test): New hash table test function, used in
7129         `dbus-registered-functions-table'.
7130         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
7131         (dbus-event-service-name, dbus-event-path-name)
7132         (dbus-event-interface-name, dbus-event-member-name):
7133         Rewrite, due to new structure of `dbus-event'.
7135 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
7137         * ido.el (ido-save-history): Set the `coding' local
7138         variable in the first line of the file.
7140 2007-12-04  Glenn Morris  <rgm@gnu.org>
7142         * password-cache.el: Move here from gnus/password.el.
7143         (top-level): Don't require cl when compiling.
7144         (password-read-and-add): Doc fix.  Make obsolete.
7146         * net/tramp.el: Require password-cache or password.
7148         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
7149         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
7150         compiling.
7151         (cua-set-rectangle-mark): Add doc string to autoload.
7152         (cua--rectangle, cua--last-killed-rectangle)
7153         (cua--global-mark-active): Always define for compiler.
7154         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
7155         (cua--delete-rectangle, cua--insert-rectangle)
7156         (cua--rectangle-corner, cua--rectangle-assert)
7157         (cua--insert-at-global-mark, cua--global-mark-post-command):
7158         Declare as functions.
7160         * emulation/cua-gmrk.el (top-level): Move provide to end.
7162         * emulation/cua-rect.el (top-level): Move provide to end.
7163         Don't require cua-gmrk when compiling.
7164         (cua--cut-rectangle-to-global-mark)
7165         (cua--copy-rectangle-to-global-mark): Declare as functions.
7167         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7168         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7169         (viper-vi-state-cursor-color):
7170         Consolidate make-variable-frame-local calls.
7172         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
7173         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
7174         than bbdb-address-street1,2,3.
7176         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7177         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
7179 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7181         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7182         (imap-parse-status): Upcase status-att for servers that sends them
7183         lower-case (e.g., MS Exchange 2007).
7185 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
7187         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
7188         (save-place-alist-to-file, load-save-place-alist-from-file):
7189         Don't print non-error messages at all, there's really no need.
7190         Do print if there's a problem, and clarify message in that case.
7192 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
7194         * ediff-diff.el (ediff-prepare-error-list):
7195         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
7197 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
7199         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
7200         (doc-view-current-overlay, doc-view-pending-cache-flush):
7201         Add doc string.
7203 2007-12-03  Richard Stallman  <rms@gnu.org>
7205         * subr.el (declare-function): Move from byte-run.el.
7207         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
7209         * window.el (recenter-top-bottom): Don't use `ecase'.
7211 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
7213         * saveplace.el (save-place-alist-to-file):
7214         Set coding-system-for-write once and refer to it throughout.
7215         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
7217 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
7219         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
7220         system when writing, and set it in the first-line file variables.
7221         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
7222         Juanma Barranquero.
7224 2007-12-02  Glenn Morris  <rgm@gnu.org>
7226         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7227         Reverse branches of if statement.
7229         * emulation/viper-cmd.el (top-level): Don't require advice.
7230         Don't load viper-util, viper-keym, viper-mous, viper-macs,
7231         viper-ex when compiling.
7233         * emulation/viper-ex.el (top-level): Don't load viper-util,
7234         viper-keym when compiling.
7236         * emulation/viper-init.el (top-level): Move provide statement to end.
7238         * emulation/viper-keym.el (top-level): Don't load viper-util when
7239         compiling.  Move provide statement to end.
7241         * emulation/viper-macs.el (top-level): Don't load viper-util,
7242         viper-keym, viper-mous when compiling.
7244         * emulation/viper-mous.el (top-level): Don't load viper-util when
7245         compiling.
7247         * emulation/viper-util.el (top-level): Don't load viper-init when
7248         compiling.
7250         * emulation/viper.el (top-level): Don't require ring.
7251         Don't load viper-init, viper-cmd when compiling.
7253         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
7254         Move here from gnus/.
7256 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
7258         Offer option for saveplace to be quiet about loading and saving.
7259         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
7261         * saveplace.el (save-place-quiet): New customizable boolean.
7262         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
7263         to determine whether to print loading/saving messages.
7265 2007-12-02  Glenn Morris  <rgm@gnu.org>
7267         * mail/binhex.el: Move here from gnus/.
7268         (binhex): New custom group.
7269         (binhex-decoder-program, binhex-decoder-switches)
7270         (binhex-use-external): Move to the binhex custom group.
7272         * mail/uudecode.el: Move here from gnus/.
7273         (uudecode): New custom group.
7274         (uudecode-decoder-program, uudecode-decoder-switches)
7275         (uudecode-use-external): Move to the uudecode custom group.
7277         * net/netrc.el (top-level): Don't load `encrypt' features.
7278         (netrc-parse): Don't use encrypt.
7279         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7281         * progmodes/python.el (top-level): Don't require cl when compiling.
7283 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7285         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
7286         encoding for aspell process and for communication with it.
7287         Only add "-d" option if not already present.
7288         Use ispell-current-dictionary and ispell-current-personal-dictionary.
7289         General reorganization.
7291         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
7292         encoding here.
7293         (ispell-start-process): Explicitly set encoding here if using aspell.
7295 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
7297         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
7298         function to log-edit.
7300 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
7302         * net/dbus.el: New file.
7304 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
7306         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
7307         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
7308         (calc-lang-parens-are-subscripts): New variables.
7309         (math-expr-special-function-mapping): Remove variable.
7310         (math-eqn-ignore-words, math-tex-ignore-words)
7311         (math-latex-ignore-words): Move to calc-lang.el.
7313         * calc/calc-lang.el (math-compose-vector, math-compose-var)
7314         (math-tex-expr-is-flat): Declare as functions.
7315         (calc-lang-slash-idiv, calc-lang-allow-underscores)
7316         (math-comp-left-bracket, math-comp-right-bracket)
7317         (math-comp-comma, math-comp-vector-prec): Declare as variables.
7318         (math-var-formatter, math-matrix-formatter)
7319         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
7320         (math-punc-table, math-compose-subscr, math-dots)
7321         (math-func-formatter): New property names to store language
7322         specific information.
7323         (math-compose-tex-var, math-compose-tex-intv)
7324         (math-compose-maple-intv, math-compose-eqn-intv)
7325         (math-compose-tex-sum, math-compose-tex-func)
7326         (math-compose-tex-intv): New functions.
7327         (math-eqn-ignore-words, math-tex-ignore-words)
7328         (math-latex-ignore-words): Move from calc.el.
7329         (math-special-function-table): Add entries for tex.
7330         (calc-lang-slash-idiv, calc-lang-allows-underscores):
7331         New variables.
7332         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
7333         (math-compose-tex-matrix, math-compose-eqn-matrix)
7334         (math-eqn-special-functions): Move from calccomp.el.
7336         * calc/calccomp.el (math-compose-var): New function.
7337         (math-compose-expr): Allow more special functions to be used.
7338         Change test for formatting fractions.  Use variables and property
7339         names to help with language specific formatting.
7340         (math-compose-tex-matrix, math-compose-eqn-matrix)
7341         (math-eqn-special-functions): Move to calc-lang.el.
7342         (math-compose-rows): Use property names to help with language
7343         specific formatting.
7345         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
7346         into nested subscripts.
7347         (math-read-token): Use variables and property names to help with
7348         language specific parsing.
7349         (math-read-expression-level): Use variables to help with language
7350         specific parsing.
7352 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
7355         (archive-rar-summarize): Allow the file name to be passed as argument.
7356         Remove unused vars `header' and `footer'.
7357         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
7359 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
7361         * log-edit.el (log-edit-show-diff): New function.
7362         (log-edit-mode-map, log-edit-menu): Bind it.
7363         (log-edit-diff-function): New variable.
7364         (log-edit): Change the 3rd param to be an alist and accept a
7365         function that computes a diff for the files involved.
7367         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
7369 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
7371         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
7372         wrap next-/previous-line in with-no-warnings.
7374 2007-12-01  Glenn Morris  <rgm@gnu.org>
7376         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
7378         * net/dig.el: Move here from gnus/.
7379         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
7381         * net/dns.el: Move here from gnus/.
7382         (top-level): Don't require mm-util, or cl when compiling.
7383         (dns-write-name, dns-read, dns-read-type, query-dns):
7384         Replace mm-with-unibyte-buffer with its expansion.
7385         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
7387         * progmodes/gdb-ui.el (gud-remove, gud-break):
7388         * progmodes/gud.el (gdb-create-define-alist)
7389         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
7390         (hl-line-highlight, gdb-display-source-buffer)
7391         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
7392         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
7394 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
7396         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
7397         Move args on defun line.
7399         * textmodes/org.el (org-calendar-holiday):
7400         Use calendar-check-holidays instead of the obsolete
7401         check-calendar-holidays.
7402         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
7403         (bbdb-company, bbdb-current-record, bbdb-name)
7404         (bbdb-record-getprop, bbdb-record-name)
7405         (bibtex-beginning-of-entry, bibtex-generate-autokey)
7406         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
7407         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
7408         (mh-find-path, mh-get-header-field, mh-get-msg-num)
7409         (mh-header-display, mh-index-previous-folder)
7410         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
7411         (mh-show-buffer-message-number, mh-show-header-display)
7412         (mh-show-msg, mh-show-show, mh-visit-folder)
7413         (org-export-latex-cleaned-string, remember)
7414         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
7415         (rmail-what-message, elmo-folder-exists-p)
7416         (elmo-message-entity-field, elmo-message-field)
7417         (vm-beginning-of-message, vm-follow-summary-cursor)
7418         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
7419         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
7420         (vm-summarize, wl-folder-get-elmo-folder)
7421         (wl-summary-goto-folder-subr)
7422         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
7423         (wl-summary-line-subject, wl-summary-message-number)
7424         (wl-summary-redisplay): Declare as functions.
7426 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
7428         * longlines.el (longlines-show-hard-newlines): Remove handling of
7429         buffer-undo-list and buffer-modified status.
7430         (longlines-show-region, longlines-unshow-hard-newlines):
7431         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
7432         inhibit-modification-hooks here to avoid that a buffer appears
7433         modified when toggling visibility of hard newlines.
7435 2007-11-30  Glenn Morris  <rgm@gnu.org>
7437         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
7439         * progmodes/idlw-complete-structtag.el
7440         (idlwave-sintern-structtag):
7441         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
7442         (idlwave-sintern-sysvartag):
7443         * progmodes/idlwave.el (idlwave-sintern-class-tag)
7444         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
7445         functions.
7447 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
7449         * textmodes/reftex-index.el (texmathp):
7450         * textmodes/reftex-auc.el (TeX-argument-insert)
7451         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
7452         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
7453         (LaTeX-label-list):
7454         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
7455         (rng-clear-conditional-region, rng-do-some-validation): Declare as
7456         functions.
7457         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
7459 2007-11-30  Glenn Morris  <rgm@gnu.org>
7461         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
7462         argument and document it.
7464         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7465         Third argument to declare-function must be a list to specify arglist.
7467         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
7468         Handle declare-function third argument `t' and fourth argument.
7469         (check-declare-verify): Doc fix.  Handle `fileonly' case.
7470         Use progn rather than prog1.
7472         * desktop.el (uniquify-item-base):
7473         * term/mac-win.el (url-type): Declare as functions.
7475         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
7476         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
7477         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
7478         fourth arg to declare-function.
7480         * play/dunnet.el: Don't require cl when compiling.
7481         (byte-compile-warnings): Set via file local variables.
7482         (dun-parse): Let-bind `beg' and `line'.
7484 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
7486         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
7488 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
7490         * calendar/time-date.el (encode-time-value): Doc fix.
7492 2007-11-29  Glenn Morris  <rgm@gnu.org>
7494         * calendar/time-date.el (with-decoded-time-value): Doc fix.
7496         * textmodes/css-mode.el (prog-mode): Remove.
7497         (css-mode): Derive from fundamental-mode rather than prog-mode.
7499         * emacs-lisp/byte-run.el (declare-function): Doc fix.
7501         * emacs-lisp/check-declare.el (check-declare-locate)
7502         (check-declare-verify): Handle `external' files.
7503         (check-declare-errmsg): New function.
7504         (check-declare-verify, check-declare-file, check-declare-directory):
7505         Use check-declare-errmsg to report the number of problems.
7507         * ffap.el (w3-view-this-url)
7508         * mail/mspools.el (vm-visit-folder)
7509         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
7510         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
7511         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
7512         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
7513         (bbdb-records)
7514         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
7515         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
7516         (sasl-make-client, sasl-next-step, sasl-step-data)
7517         (sasl-step-set-data)
7518         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
7519         (htmlr-step): Declare as functions.
7521         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
7522         Use bbdb-address-zip rather than bbdb-address-zip-string.
7524 2007-11-28  Richard Stallman  <rms@gnu.org>
7526         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
7527         Move here from gnus/.
7529 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
7531         * newcomment.el (comment-region-internal): Fix newline insertion
7532         in `block' case.
7534 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
7538 2007-11-28  Glenn Morris  <rgm@gnu.org>
7540         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
7541         delete .elc files.
7543         * nxml/char-name/unicode: Move to etc/nxml/.
7544         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
7546         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
7547         Declare as a function.
7549         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
7550         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
7551         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
7553         * nxml/nxml-outln.el (nxml-token-start-tag-p)
7554         (nxml-token-end-tag-p): Move definitions before use.
7556         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
7558         * nxml/nxml-uchnm.el (top-level)
7559         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
7560         (nxml-enabled-unicode-blocks): Add custom group.
7562         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
7563         Use string-to-number rather than string-to-int.
7565         * dired-x.el (dired-omit-old-add-entry): Declare as function.
7566         Move definition before use.
7567         (dired-old-find-buffer-nocreate): Declare as function.
7569         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
7570         (check-declare-verify): Handle fset.
7572         * emulation/edt.el (edt-user-emulation-setup):
7573         Test edt-setup-user-bindings is bound before calling.
7575         * emulation/tpu-edt.el: Don't require cl when compiling.
7576         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
7577         (tpu-edt-off): Use condition-case rather than ignore-errors.
7578         Use with-no-warnings.
7580         * eshell/esh-util.el (top-level): Use require rather than load for
7581         ange-ftp.
7583         * mail/supercite.el (sc-version): Redefine as an alias for
7584         emacs-version.
7585         (sc-help-address): Remove.
7586         (sc-version): Use emacs-version rather than sc-version.
7587         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
7589         * net/socks.el (socks-original-open-network-stream): Declare as
7590         function.  Move definition before use.
7592 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
7594         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
7595         (math-make-frac): Declare as functions.
7597 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7599         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
7600         Pacify byte compiler.
7601         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
7603         * progmodes/idlwave.el (idlwave-shell-get-path-info)
7604         (idlwave-shell-temp-file, idlwave-shell-is-running)
7605         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
7606         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
7607         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
7608         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
7609         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
7610         (idlwave-completing-read, idlwave-current-routine)
7611         (idlwave-downcase-safe, idlwave-entry-find-keyword)
7612         (idlwave-expand-keyword, idlwave-find-class-definition)
7613         (idlwave-find-inherited-class, idlwave-find-struct-tag)
7614         (idlwave-get-buffer-visiting, idlwave-in-quote)
7615         (idlwave-make-full-name, idlwave-members-only)
7616         (idlwave-popup-select, idlwave-routine-source-file)
7617         (idlwave-routines, idlwave-sintern-class)
7618         (idlwave-sintern-keyword, idlwave-sintern-method)
7619         (idlwave-sintern-routine-or-method)
7620         (idlwave-substitute-link-target, idlwave-sys-dir)
7621         (idlwave-this-word, idlwave-what-module-find-class)
7622         (idlwave-where):
7623         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
7624         * mail/uce.el (rmail-msg-is-pruned)
7625         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
7626         (rmail-toggle-header):
7627         * mail/sendmail.el (dired-view-file, dired-get-filename):
7628         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
7629         (rmail-display-labels, rmail-msgbeg)
7630         (rmail-set-message-deleted-p, rmail-message-labels-p)
7631         (rmail-show-message, mail-comma-list-regexp)
7632         (mail-parse-comma-list):
7633         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
7634         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
7635         (rfc822-addresses, mail-abbrev-make-syntax-table)
7636         (mail-sendmail-delimit-header, mail-header-end):
7637         * mail/hashcash.el (message-narrow-to-headers-or-head)
7638         (message-fetch-field, message-goto-eoh)
7639         (message-narrow-to-headers):
7640         * vc.el (view-mode-exit): Declare as functions.
7642         * mail/vms-pmail.el:
7643         * vmsproc.el:
7644         * vms-patch.el: Don't byte compile these files, they don't work.
7646 2007-11-27  Glenn Morris  <rgm@gnu.org>
7648         * calc/calc-ext.el (math-read-big-rec):
7649         * calc/calc-nlfit.el (math-map-binop):
7650         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
7652         * eshell/eshell.el (eshell-report-bug): Add version number of
7653         obsolescence.
7655         * emulation/viper.el, emulation/viper-util.el,
7656         emulation/viper-macs.el, emulation/viper-keym.el,
7657         emulation/viper-ex.el, emulation/viper-cmd.el:
7658         Load viper-*.el files silently.
7660         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
7661         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
7662         Load ediff-*.el files silently.
7664         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
7665         compiling.
7666         (Info-goto-node): Declare as a function.
7668         * ediff-init.el: Don't load ange-ftp when compiling.
7669         * ediff-util.el: Don't load reporter when compiling.
7671         * ediff-wind.el (ediff-display-pixel-width)
7672         (ediff-display-pixel-height):
7673         * generic-x.el (ini-generic-mode):
7674         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
7675         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7676         (ps-mule-initialize, ps-mule-begin-job):
7677         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
7678         (mark-calendar-days-named):
7679         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
7680         (add-to-diary-list, diary-name-pattern)
7681         (mark-calendar-days-named):
7682         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
7683         (mark-calendar-days-named):
7684         * calendar/cal-x.el (make-fancy-diary-buffer):
7685         * calendar/holidays.el (calendar-absolute-from-julian):
7686         * calendar/todo-mode.el (calendar-current-date):
7687         * calendar/cal-menu.el (calendar-increment-month)
7688         (calendar-month-name, extract-calendar-year)
7689         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
7690         (calendar-current-date, calendar-cursor-holidays)
7691         (calendar-date-string, insert-diary-entry, calendar-set-mark)
7692         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7693         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7694         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
7695         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
7696         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
7697         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
7698         (calendar-day-of-year-string, calendar-iso-date-string)
7699         (calendar-julian-date-string, calendar-astro-date-string)
7700         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
7701         (calendar-persian-date-string, calendar-bahai-date-string)
7702         (calendar-islamic-date-string, calendar-chinese-date-string)
7703         (calendar-coptic-date-string, calendar-ethiopic-date-string)
7704         (calendar-french-date-string, calendar-mayan-date-string)
7705         (calendar-print-chinese-date, calendar-goto-date):
7706         Declare as functions.
7708         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
7709         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
7711         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
7712         aliases for report-emacs-bug.
7713         (gnus-summary-select-article, gnus-configure-windows): Declare as
7714         functions.
7716         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
7717         compiler.
7719         * pgg.el (pgg-clear-string): Declare as a function.
7720         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
7721         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
7723         * emacs-lisp/check-declare.el (check-declare-locate):
7724         Handle compressed files.
7725         (check-declare-verify): Handle define-generic-mode,
7726         define-global(ized)-minor-mode, define-obsolete-function-alias.
7728 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
7730         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
7731         algebraic modes.
7733         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
7734         (math-is-true, calc-explain-why, calc-alg-edit)
7735         (math-composite-inequalities, math-flatten-lands)
7736         (math-multi-subst, calcFunc-vmatches, math-simplify)
7737         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
7738         (math-read-string, math-read-brackets, math-read-angle-brackets):
7739         Declare as functions.
7741         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
7742         (calc-fit-bell-shaped-logistic-curve)
7743         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
7744         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
7745         (math-max-list): Declare as functions.
7746         (math-map-binop): New function.
7747         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
7749         * calc/calc.el (calc-set-language, calc-edit-finish)
7750         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
7751         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
7752         (math-lessp, calc-embedded-finish-command)
7753         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
7754         (calc-push-list-in-macro, calc-replace-selections)
7755         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
7756         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
7757         (calc-embedded-stack-change, calc-refresh-evaltos)
7758         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
7759         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
7760         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
7761         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
7762         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
7763         (math-dimension-error, calc-incomplete-error, math-float-fancy)
7764         (math-neg-fancy, math-zerop, calc-add-fractions)
7765         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
7766         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
7767         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
7768         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
7769         (math-compose-expr, math-comp-width, math-composition-to-string)
7770         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
7771         (math-adjust-fraction, math-format-binary, math-format-radix)
7772         (math-group-float, math-mod, math-format-number-fancy)
7773         (math-format-bignum-fancy, math-read-number-fancy)
7774         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
7775         (calc-do-embedded-activate, math-do-defmath)
7776         (calc-load-everything): Declare as functions.
7778         * calc/calc-ext.el (math-clip, math-round, math-simplify)
7779         (math-simplify-extended, math-simplify-units, calc-set-language)
7780         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
7781         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
7782         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
7783         (math-normalize-hms, math-normalize-mod, math-make-sdev)
7784         (math-make-intv, math-normalize-logical-op, math-possible-signs)
7785         (math-infinite-dir, math-calcFunc-to-var)
7786         (calc-embedded-evaluate-expr, math-known-nonzerop)
7787         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
7788         (math-format-date, math-vector-is-string, math-vector-to-string)
7789         (math-format-radix-float, math-compose-expr, math-abs)
7790         (math-format-bignum-binary, math-format-bignum-octal)
7791         (math-format-bignum-hex, math-format-bignum-radix)
7792         (math-compute-max-digits): Declare as functions.
7793         (math-provably-realp): Fix typo.
7795         * calc/calc-forms.el (calendar-current-time-zone)
7796         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
7797         functions.
7799         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
7801         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
7802         Declare as functions.
7804         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
7805         (math-posp, math-compare, math-bignum, math-compare-bignum):
7806         Declare as functions.
7808         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
7809         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
7810         (calc-explain-why, calc-clear-command-flag)
7811         (calc-roll-down-with-selections, calc-roll-up-with-selections)
7812         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
7813         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
7814         (math-trunc-special, math-trunc-fancy, math-floor-special)
7815         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
7816         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
7817         (math-pow-zero, math-pow-fancy): Declare as functions.
7819         * calc/calc-mode.el (calc-embedded-save-original-modes):
7820         Declare as a function.
7822         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
7823         Declare as functions.
7824         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
7825         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
7826         Replace `mapcar*' by `math-map-binop'.
7827         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
7829         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
7830         (math-read-expr-level): Declare as functions.
7832         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
7834 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7836         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
7837         end-of-defun-function is called consistently, even for negative
7838         arguments.
7839         (end-of-defun-function): Default to forward-sexp.
7841 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
7843         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7845 2007-11-26  Glenn Morris  <rgm@gnu.org>
7847         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
7848         than :suffix.
7850         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7852 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7854         * net/imap.el: Move from ../gnus.
7856 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7858         * doc-view.el (doc-view-mode-p): New function.
7860 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
7862         * mail/mspools.el (rmail-get-new-mail):
7863         * mail/reporter.el (mail-position-on-field, mail-text):
7864         * mail/rmail.el (mail-position-on-field, mail-text-start)
7865         (rmail-update-summary):
7866         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
7867         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
7868         * mail/rmailout.el (rmail-update-summary):
7869         * mail/rmailsort.el (rmail-update-summary):
7870         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
7871         (dired-view-file):
7872         * mail/uce.el (mail-strip-quoted-names):
7873         * mail/undigest.el (rmail-update-summary):
7874         * mail/unrmail.el (mail-strip-quoted-names):
7875         * ediff.el (diff-latest-backup-file): Declare as functions.
7877         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
7878         (kill-to-end-of-line):
7879         * obsolete/rnews.el (news-set-minor-modes):
7880         Remove non working functions.
7882 2007-11-25  Glenn Morris  <rgm@gnu.org>
7884         * eshell/esh-maint.el (top-level): Use require with NOERROR for
7885         pcomplete.  Don't mess with load-path.
7887         * eshell/eshell.el (eshell-report-bug-address): Remove.
7888         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
7890 2007-11-24  Glenn Morris  <rgm@gnu.org>
7892         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
7893         (appt-disp-window): Don't require electric.
7894         Simplify minibuffer-avoidance code.
7895         (appt-select-lowest-window): Avoid minibuffer.
7897         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
7898         (esh-mode): Require it.
7899         (esh-util): Use require rather than featurep and load.
7900         (eshell): No need to test if eshell-mode is bound; remove obsolete
7901         reference to eshell-auto.
7902         (eshell-command, eshell-command-result): Don't require esh-mode
7903         now that the file does.
7904         (top-level): Move provide statement to the end of the file.
7905         Re-order and update commentary.
7907 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
7909         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
7910         (vc-annotate-toggle-annotation-visibility): New command.
7911         (vc-annotate-mode-map): Bind "V" to it.
7912         (vc-annotate-mode-menu): Add entry for it.
7913         (vc-annotate-get-time-set-line-props): New func.
7914         (vc-annotate-display-autoscale)
7915         (vc-annotate-display-difference): Use it.
7917         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
7918         Also, match one space at end of annotation text, after last paren.
7920 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
7922         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
7923         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
7924         `tramp-completion-mode'.
7926 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
7928         * vc-git.el (vc-git-show-log-entry): New func.
7930         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
7931         (vc-git-state): Use vc-git--call.
7932         (vc-git-registered, vc-git-working-revision)
7933         (vc-git-previous-revision, vc-git-next-revision)
7934         (vc-git--run-command-string, vc-git-symbolic-commit):
7935         Use vc-git--out-ok.
7937 2007-11-24  Glenn Morris  <rgm@gnu.org>
7939         * emacs-lisp/byte-run.el (declare-function): Doc fix.
7941 2007-11-24  Kenichi Handa  <handa@m17n.org>
7943         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
7945 2007-11-23  David Kastrup  <dak@gnu.org>
7947         * server.el (server-process-filter): Use `command-line-args-left'.
7949 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7951         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
7953 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
7955         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
7956         buffer if the parent buffer is in vc-dired-mode.
7958 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
7960         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
7962 2007-11-23  Juri Linkov  <juri@jurta.org>
7964         * dired.el (dired-read-dir-and-switches): For C-x d, set the
7965         value for M-n to the visited file name of the current buffer.
7966         Use minibuffer-with-setup-hook to set minibuffer-default to
7967         buffer-file-name inside read-file-name.
7969         * man.el (Man-getpage-in-background): Don't disregard user option
7970         `Man-width' on non-window systems.  Remove test for `window-system'
7971         around setting envvar "COLUMNS" depending on the value of `Man-width'.
7973         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
7974         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
7975         of "--color=always".
7977 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7979         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
7980         beginning-of-defun-function.
7982 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7984         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
7986 2007-11-22  Glenn Morris  <rgm@gnu.org>
7988         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
7990         * emacs-lisp/check-declare.el (check-declare-locate): New function.
7991         (check-declare-scan): Use check-declare-locate.
7992         (check-declare-verify): No longer adjust fnfile, now
7993         check-declare-locate does it.
7995         * emacs-lisp/byte-run.el (declare-function): Doc fix.
7997 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7999         * subr.el (posn-col-row): Make the `default-value' use explicit.
8001         * window.el (balance-windows): Remove unused var `counter'.
8002         (bw-balance-sub): Remove unused var `lastchild'.
8003         (split-window-vertically): Remove unused var `switch'.
8004         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
8006         * emacs-lisp/bytecomp.el
8007         (byte-compile-file-form-custom-declare-variable): Simplify.
8009 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8011         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
8012         Set `show-trailing-whitespace' to nil.
8014         * dired.el (make-symbolic-link):
8015         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
8016         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
8017         * dired-x.el (make-symbolic-link):
8018         * frame.el (x-initialize-window-system):
8019         * menu-bar.el (x-menu-bar-open):
8020         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
8021         (x-store-cut-buffer-internal):
8022         * wdired.el (make-symbolic-link):
8023         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
8024         (x-send-client-message):
8025         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
8027 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8029         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
8031 2007-11-22  Glenn Morris  <rgm@gnu.org>
8033         * dos-fns.el (int86):
8034         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
8036         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
8038         * calendar/holidays.el (holiday-list): Add autoload cookie.
8040         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
8041         files relative to src/ directory.
8042         (check-declare-verify): Handle .c files.  Warn if could not find
8043         an arglist to check.
8045         * emacs-lisp/byte-run.el (declare-function): Doc fix.
8047 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
8049         * replace.el (occur-mode-map): Add a major mode menu with entries
8050         for all occur operations.
8052         * international/titdic-cnv.el (dos-8+3-filename):
8053         * obsolete/fast-lock.el (msdos-long-file-names):
8054         * frame.el (msdos-mouse-p):
8055         * files.el (msdos-long-file-names, w32-long-file-name):
8056         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8057         (mac-resume-apple-event, mac-font-panel-mode)
8058         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8059         (mac-clear-font-name-table):
8060         * term/pc-win.el (msdos-remember-default-colors)
8061         (w16-set-clipboard-data, w16-get-clipboard-data):
8062         * term/w32-win.el (w32-send-sys-command, w32-select-font)
8063         (set-message-beep):
8064         * net/browse-url.el (w32-shell-execute):
8065         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
8066         (w32-get-locale-info, w32-get-valid-locale-ids)
8067         (w32-set-clipboard-data):
8068         * dos-fns.el (int86, msdos-long-file-names):
8069         * dos-w32.el (default-printer-name): Declare as functions.
8071 2007-11-21  Jason Rumney  <jasonr@gnu.org>
8073         * emacs-lisp/byte-run.el (declare-function): Return nil.
8075 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
8079 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8081         * ps-print.el (ps-lpr-switches): Docstring fix.
8082         (ps-string-list): New fun.
8083         (ps-do-despool): Code fix.
8085 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
8087         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
8089 2007-11-21  Glenn Morris  <rgm@gnu.org>
8091         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
8092         for now.  Handle define-minor-mode, and defalias (with no argument
8093         checking).
8095 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
8097         * frame.el (msdos-mouse-p):
8098         * files.el (msdos-long-file-names, w32-long-file-name):
8099         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8100         (mac-resume-apple-event, mac-font-panel-mode)
8101         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8102         (mac-clear-font-name-table):
8103         * term/pc-win.el (msdos-remember-default-colors)
8104         (w16-set-clipboard-data, w16-get-clipboard-data):
8105         * term/w32-win.el (w32-send-sys-command, w32-select-font)
8106         (set-message-beep):
8107         * net/browse-url.el (w32-shell-execute):
8108         * dos-fns.el (int86, msdos-long-file-names):
8109         * dos-w32.el (default-printer-name): Undo previous change.
8111 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
8113         * international/mule-cmds.el (set-locale-environment):
8114         Set default-file-name-coding-system _after_ keyboard and terminal
8115         coding systems.  This fixes last change.
8117         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
8118         one space after "Subject:".
8120 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
8123         in order to determine if there's a conflict.
8125 2007-11-21  Richard Stallman  <rms@gnu.org>
8127         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
8129         * reposition.el (reposition-window):
8130         Binding C-M-l moved to bindings.el.
8132         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
8134         * add-log.el (add-change-log-entry-other-window):
8135         Key binding C-x 4 a moved to bindings.el.
8137         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
8138         from filecache.el.
8140         * filecache.el: Minibuffer map bindings moved to bindings.el.
8142 2007-11-21  Jason Rumney  <jasonr@gnu.org>
8144         * international/mule-cmds.el (set-locale-environment):
8145         Set default-file-name-coding-system from system defaults on Windows.
8147 2007-11-21  Jason Rumney  <jasonr@gnu.org>
8149         * term/w32console.el: New term init file for w32 console.
8151         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
8152         (x-setup-function-keys): Likewise, replacing top-level key definitions.
8153         (w32-tty-standard-colors): Move to term/w32console.el.
8155         * term/w32-win.el (x-setup-function-keys): Remove.
8157         * term/tty-colors.el (tty-register-default-colors): Remove special
8158         case for w32.
8160 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
8162         * frame.el (msdos-mouse-p):
8163         * generic-x.el (w32-shell-name):
8164         * files.el (msdos-long-file-names, w32-long-file-name)
8165         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
8166         (dos-8+3-filename, vms-read-directory, view-mode-disable):
8167         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8168         (mac-resume-apple-event, mac-font-panel-mode)
8169         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8170         (mac-clear-font-name-table):
8171         * term/pc-win.el (msdos-remember-default-colors)
8172         (w16-set-clipboard-data, w16-get-clipboard-data):
8173         * term/w32-win.el (w32-send-sys-command, w32-select-font)
8174         (set-message-beep):
8175         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
8176         (w32-get-locale-info, w32-get-valid-locale-ids)
8177         (w32-set-clipboard-data):
8178         * help-fns.el (ad-get-advice-info):
8179         * font-lock.el (fast-lock-after-fontify-buffer)
8180         (fast-lock-after-unfontify-buffer, fast-lock-mode)
8181         (lazy-lock-after-fontify-buffer)
8182         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
8183         * net/browse-url.el (w32-shell-execute):
8184         * dos-fns.el (int86, msdos-long-file-names):
8185         * dos-w32.el (default-printer-name): Declare as functions.
8187 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
8189         * textmodes/paragraphs.el (forward-sentence): Doc fix.
8190         Reported by Drew Adams <drew.adams@oracle.com>.
8192 2007-11-20  Jason Rumney  <jasonr@gnu.org>
8194         * term/w32-win.el (x-setup-function-keys): Protect against
8195         multiple calls on the same terminal.
8197 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
8199         * term/mac-win.el (x-setup-function-keys): Only setup
8200         local-function-key-map if it has not been setup already for the
8201         current frame.  Move the suspend-emacs processing here.
8203 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
8205         * progmodes/grep.el (xargs-program): New variable.
8206         (grep-compute-defaults): Use it.
8207         (grep-default-command): Doc fix.
8208         (grep, lgrep, rgrep): Reflow docstrings.
8210 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
8212         * vc.el (vc-find-revision): Set the parent buffer.
8213         Use when instead of if.
8215         * progmodes/python.el (info-lookup-maybe-add-help):
8216         * progmodes/ps-mode.el (doc-view-minor-mode):
8217         * mail/emacsbug.el (Info-menu, Info-goto-node):
8218         * emulation/viper-keym.el (viper-ex)
8219         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
8220         * emulation/viper-cmd.el (widget-type, widget-button-press)
8221         (viper-set-hooks):
8222         * emacs-lisp/tcover-unsafep.el (unsafep-function):
8223         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
8224         (ses-load, ses-vector-delete, ses-create-header-string)
8225         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
8226         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
8228 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8230         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
8232 2007-11-20  Glenn Morris  <rgm@gnu.org>
8234         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
8235         for end of function-name.  Handle define-derived-mode.
8237 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
8239         * progmodes/idlw-help.el: Require browse-url unconditionally, it
8240         is available by default.
8241         (idlwave-help-browse-url-available): Change default to t.
8243         * emulation/edt.el (defgroup, defcustom): Remove definition.
8244         (eval-when-compile): Remove.
8245         (c-mark-function):
8246         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
8247         * textmodes/fill.el (comment-search-forward)
8248         (comment-string-strip):
8249         * progmodes/prolog.el (comint-mode, comint-send-string)
8250         (comint-send-region, comint-send-eof):
8251         * progmodes/dcl-mode.el (imenu-default-create-index-function):
8252         * emulation/viper-util.el (viper-forward-Word):
8253         * emulation/vi.el (c-mark-function):
8254         * emulation/edt-vt100.el (vt100-wide-mode):
8255         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
8257 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
8259         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8260         Still some tuning in case of an echoing shell.
8261         (tramp-send-command): Connection property "remote-echo" is not
8262         persistent; cache key is the process therefore.
8264 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
8266         * replace.el (map-query-replace-regexp): Doc fix (revert part of
8267         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
8269 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
8271         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
8272         * play/yow.el (doctor-ret-or-read):
8273         * vc-hooks.el (vc-dired-resynch-file):
8274         * vc-hg.el (log-view-get-marked):
8275         * smerge-mode.el (ediff-cleanup-mess):
8276         * pcvs.el (vc-editable-p, vc-checkout):
8277         * pcomplete.el (comint-bol):
8278         * informat.el (texinfo-format-refill):
8279         * ido.el (tramp-tramp-file-p):
8280         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
8281         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
8282         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
8283         functions.
8285         * textmodes/ispell.el (ispell-int-char): Make it a defalias
8286         instead of fset.
8287         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
8289         * ido.el (ido-file-internal): Move with-no-warnings to include the
8290         ffap-string-at-point call.
8292         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
8294         * vc-hg.el (vc-hg-revision-table): Fix last change.
8296 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
8298         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
8299         clipboard-yank when the buffer is read-only.
8301         * cus-edit.el (custom-field-keymap): Move to other Custom mode
8302         keymaps such that it's before the definition of Custom-mode-menu.
8303         (Custom-mode-menu): Show it for custom-field-keymap too.
8305 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
8307         * progmodes/gdb-ui.el: Update commentary.
8309 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
8311         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
8313 2007-11-19  Glenn Morris  <rgm@gnu.org>
8315         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
8316         does not exist, try adding `.el' extension.  Also search for defsubsts.
8318         * cus-edit.el (recentf-expand-file-name):
8319         * dired.el (dired-relist-entry):
8320         * subr.el (w32-shell-dos-semantics):
8321         * emacs-lisp/bytecomp.el (compilation-forget-errors):
8322         Declare as functions.
8324 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
8327         (prepare-abbrev-list-buffer): Use dolist.
8328         (clear-abbrev-table): Preserve properties.
8330 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
8332         * textmodes/texinfmt.el (texinfo-format-printindex):
8333         Collect combined indexes using texinfo-short-index-format-cmds-alist.
8334         Reported on <bug-texinfo@gnu.org>.
8336 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
8338         * net/tramp.el (tramp-completion-reread-directory-timeout):
8339         New defcustom.
8340         (tramp-handle-file-name-all-completions): Flush directory contents
8341         from cache regularly.
8342         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
8343         (tramp-open-connection-setup-interactive-shell):
8344         Call `tramp-cleanup-connection' via funcall.
8346         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
8347         created when copying.
8349 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
8351         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
8352         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
8353         * eshell/esh-ext.el (eshell-external-command):
8354         * eshell/esh-cmd.el (require):
8355         * eshell/em-unix.el (eshell-plain-locate-behavior):
8356         * eshell/em-cmpl.el (eshell-cmpl-initialize):
8357         Replace eshell-under-xemacs-p with (featurep 'xemacs).
8358         * eshell/esh-mode.el (characterp, char-int): Remove unused
8359         conditional defaliases.
8361         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
8362         Rename from event-matches-key-specifier-p, define unconditionally.
8363         (event-basic-type): Remove unused defalias.
8364         (pcomplete-show-completions):
8365         Use pcomplete-event-matches-key-specifier-p.
8367 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
8369         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
8370         when saving esh-groups.el.
8372 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
8374         * wid-edit.el (widget-default-complete):
8375         * progmodes/flymake.el (flymake-goto-file-and-line):
8376         Fix typo in (doc-)string.
8378 2007-11-17  Glenn Morris  <rgm@gnu.org>
8380         * emacs-lisp/byte-run.el (declare-function): New macro.
8381         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8382         New function, byte-hunk-handler for declare-function.
8383         (byte-compile-callargs-warn): Handle declared functions.
8385         * emacs-lisp/check-declare.el: New file.
8386         * Makefile.in (check-declare): New target.
8388         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
8390         * subr.el (process-lines): Move here from ../admin/admin.el.
8391         * emacs-lisp/authors.el (authors-process-lines): Remove.
8392         (authors): Use process-lines rather than authors-process-lines.
8394         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
8395         Remove these files.
8397 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
8399         * emacs-lisp/backquote.el (backquote):
8400         Improve argument/docstring consistency.
8402         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
8403         (ring-length, ring-empty-p): Use c[ad]dr.
8404         (ring-plus1): Use `1+'.
8405         (ring-minus1): Use `zerop'.
8406         (ring-remove): Use c[ad]dr.  Use `when'.
8407         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
8408         (ring-ref): Use `let', not `let*'.
8409         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
8410         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
8411         (ring-member): Simplify.  Doc fix.
8412         (ring-convert-sequence-to-ring): Simplify.
8414 2007-11-17  Juri Linkov  <juri@jurta.org>
8416         * dired-aux.el (dired-create-directory): Allow creating
8417         a directory of an arbitrary depth.  Add a loop to find the topmost
8418         nonexistent parent dir `new', and call `dired-add-file' on it.
8419         Set the `PARENTS' arg of `make-directory' to t.
8421 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8423         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
8424         (math-build-parse-table): Get parse information from math-parse-table.
8426 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8428         * window.el (recenter-last-op): New var.
8429         (recenter-top-bottom): New command.
8430         (global-map): Bind it to C-l.
8432         * abbrev.el (abbrev--write): Fix error in transcription from C.
8434         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
8435         (pc-select-ensure-mark): Set mark-active to a special value instead.
8436         Rename from ensure-mark.  Update call callers.
8437         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
8438         Rewrite.  Update all callers.
8439         (pc-selection-mode): Remove redundant var declaration.
8441 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
8443         * doc-view.el (doc-view-search-backward, doc-view-search):
8444         Fix assignment to free variable bug.
8446 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
8448         * emulation/pc-select.el (pc-select-shifted-mark): New var.
8449         (ensure-mark): Set it.
8450         (maybe-deactivate-mark): New fun.
8451         Use it everywhere instead of (setq mark-active nil).
8453 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8455         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
8456         Add check for XEmacs.
8458         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
8460         * doc-view.el (doc-view-resolution): Add missing :group.
8462 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
8464         * subr.el (make-variable-frame-local):
8465         Fix typo in obsolescence declaration.
8467 2007-11-16  Werner Lemberg  <wl@gnu.org>
8469         * files.el (set-auto-mode-1): Check second line for -*- if file
8470         starts with '\" (which is used by man pages to identify needed
8471         troff preprocessors).
8473 2007-11-16  Glenn Morris  <rgm@gnu.org>
8475         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
8477 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8479         * calc/calc-lang.el (math-oper-table): Fix typo.
8480         Reduce precedence of "/" for TeX.
8482         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
8484 2007-11-16  Juri Linkov  <juri@jurta.org>
8486         * dired-aux.el (dired-read-shell-command-default): New function.
8487         (dired-read-shell-command): Use its return value for DEFAULT arg.
8489         * replace.el (keep-lines-read-args, occur-read-primary-args):
8490         Use a list of default values for DEFAULT arg of read-from-minibuffer.
8492         * man.el (Man-heading-regexp): Add 0-9.
8493         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
8495 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8497         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
8498         (doc-view-resolution): New custom var.
8499         (doc-view-pdf/ps->png): Use it.
8500         (doc-view-shrink-factor): New var.
8501         (doc-view-enlarge, doc-view-shrink): New commands.
8502         (doc-view-mode-map): Use them.
8504 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8506         * ediff-wind.el (ediff-window-setup-function):
8507         * simple.el (normal-erase-is-backspace):
8508         * eshell/em-unix.el (eshell/info):
8509         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8510         Fix typos in docstrings.
8512         * emulation/cua-base.el (cua--keymaps-initialized):
8513         Rename from `cua--keymaps-initalized'.  Callers changed.
8514         (cua-highlight-region-shift-only): Doc fix.
8515         (cua-paste-pop): Fix typo in docstring.
8517 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8519         * emulation/cua-base.el (cua--pre-command-handler-1):
8520         Use input-decode-map instead of function-key-map.
8521         Use event-modifiers now that it works reliably.
8523         * vc.el (vc-diff-internal): Pop-to-buffer later.
8525         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
8527         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
8528         did not touch them.
8530 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
8532         * calc/calc-menu.el: New file.
8533         * calc/calc.el (calc-mode): Require calc-menu.
8535 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
8537         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
8539 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
8541         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
8542         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
8543         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
8544         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
8545         locations.
8546         (gdb-info-breakpoints-custom, gdb-assembler-custom)
8547         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
8548         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
8550 2007-11-13  Noah Friedman  <friedman@splode.com>
8552         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
8553         bindings to remap when `calc-scan-for-dels' is non-nil.
8555 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
8558         constant forms.
8559         (byte-compile-nilconstp): New function.
8560         (byte-optimize-cond): Kill subsequent branches when a branch is
8561         know to be taken or not taken.
8562         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
8564 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8566         * vc.el (vc-register): Allow registering a file passed as a
8567         parameter instead of just the current buffer.
8569 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
8571         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8572         Check whether the output of "uname -sr" has been changed.
8574 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8576         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
8577         patterns from compilation-perl.el and compilation-weblint.el files.
8579 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8581         * progmodes/compilation-perl.el:
8582         * progmodes/compilation-weblint.el: Disable autoloads, they cause
8583         a bootstrap failure.
8585         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
8586         instead of doing "cvs diff" in order to avoid accessing the repository.
8588 2007-11-12  Kevin Ryde  <user42@zip.com.au>
8590         * progmodes/compilation-perl.el:
8591         * progmodes/compilation-weblint.el: New files.
8593 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
8595         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
8596         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
8597         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
8598         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
8599         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
8600         Rewrite in active voice.
8602 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
8604         * doc-view.el: Add comments about isearch support.
8606 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8608         * vc.el (vc-start-entry): Fix setting the in the case the function
8609         is called from vc-dired.  Use when instead of if where appropriate.
8611 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8613         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
8614         to be a list.
8615         (ps-begin-job): Error if ps-lpr-switches is not a list.
8617 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8619         * faces.el (face-normalize-spec): Remove function.
8620         (frame-set-background-mode): Undo last change.
8622 2007-11-10  Jason Rumney  <jasonr@gnu.org>
8624         * w32-fns.el: Sync charset names with setup-default-fontset.
8625         Append "-1" where second part missing.
8627 2007-11-10  Juri Linkov  <juri@jurta.org>
8629         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
8630         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
8632         * custom.el (custom-note-var-changed): Remove the `interactive'
8633         spec from this new non-interactive function.
8635 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
8637         * doc-view.el (doc-view-mode-map, doc-view-menu)
8638         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
8639         (doc-view-search-backward): New function.
8640         (doc-view-search): Query new regexp if prefix arg is given, else
8641         jump to next/previous match.
8642         (doc-view-mode): Handle compressed files.
8643         (jka-compr): Required for compressed files.
8645 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
8647         * replace.el (query-replace-show-replacement): New defcustom.
8648         (perform-replace): Use `match-substitute-replacement' if
8649         `query-replace-show-replacement' is non-nil.
8651 2007-11-10  David Kastrup  <dak@gnu.org>
8653         * subr.el (match-substitute-replacement): New function.
8655 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
8657         * files.el (auto-mode-alist): Select org-mode for files with the
8658         extension ".org".
8660 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
8662         * help.el (help-window, help-window-point-marker): New variables.
8663         (help-window-select): New option.
8664         (with-help-window): New macro for displaying help windows.
8665         (help-window-display-message, help-window-setup-finish)
8666         (help-window-setup): New functions used for setting up help windows.
8667         (print-help-return-message): Reset help-window to nil.
8668         (view-lossage): Use with-help-window instead of
8669         with-output-to-temp-buffer and move help-window-point-marker after
8670         inserted text.
8671         (describe-bindings, describe-key, describe-mode): Use
8672         with-help-window instead of with-output-to-temp-buffer.
8674         * help-mode.el (help-mode): Set view-exit-action to bury the
8675         buffer instead of fiddling with windows.  Simplify code.
8676         (help-mode-finish): When help-window eqs t set it to the selected
8677         window and have with-help-window set up view-return-to-alist.
8678         (help-buffer): Add autoload cookie.
8680         * view.el (view-remove-frame-by-deleting): Change default value to t.
8681         Add autoload cookie.
8682         (view-exit-action, view-file, view-file-other-window)
8683         (view-file-other-frame, view-buffer, view-buffer-other-window)
8684         (view-buffer-other-frame): Rewrite doc strings.
8685         (view-return-to-alist-update): New function to remove stale entries
8686         from view-return-to-alist.
8687         (view-mode-enter): Rewrite doc string and simplify code.
8688         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
8689         view-exit-action to nil.  Simplify code and rewrite doc string.
8691         * apropos.el (apropos-describe-plist):
8692         * descr-text.el (describe-char):
8693         * disp-table.el (describe-display-table):
8694         * faces.el (list-faces-display, describe-face):
8695         * facemenu.el (list-colors-display):
8696         * help-fns.el (describe-function, describe-variable)
8697         (describe-syntax, describe-categories):
8698         Use with-help-window instead of with-output-to-temp-buffer.
8700 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
8702         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
8703         Optimize (featurep 'emacs) to t.
8705         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
8706         New function.
8707         (byte-compile-maybe-guarded): Use it to also look for bound
8708         symbols inside `and' forms.  Comment out non-working code that was
8709         trying to avoid warnings for XEmacs code.
8711         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
8713         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
8714         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
8715         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
8716         (vc-cvs-annotate-command):
8717         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
8718         is bound, it always is.
8720 2007-11-10  Jason Rumney  <jasonr@gnu.org>
8722         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
8723         setup here from global scope.
8725 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
8727         * ido.el (ido-save-history): Save the history file in UTF-8, not
8728         the current filename coding system.
8730 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8732         * simple.el (interprogram-cut-function, interprogram-paste-function):
8733         Don't make them frame-local any more.
8735         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
8736         Don't set interprogram-(cut|paste)-function on each frame.
8738         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8739         Make them work in tty frames.
8740         (interprogram-cut-function, interprogram-paste-function):
8741         Set them globally.
8743 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8745         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
8746         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
8747         (iso-iso2duden-trans-tab): Add docstring.
8749 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8751         * abbrev.el (define-abbrev-table): Record the variable definition.
8753         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
8754         New function.
8756 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8758         * ps-print.el: Clean the code for checking suitable Emacs version.
8759         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
8760         (ps-print-version): New version 6.8.1.
8762 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8764         * files.el (enable-local-variables): Doc fix.
8766 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
8768         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
8770 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
8772         * dired-aux.el (dired-copy-file-recursive):
8773         Preserve directory permissions.
8775 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8777         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
8778         (whitespace-unload-function): New-style unload function.  When run,
8779         unintern `whitespace-unload-hook' and call `unload-feature' recursively
8780         to stop the old hook from messing with the unloading.
8782 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8784         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
8785         (elp-unset-master, elp-results): Fix typos.
8786         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
8787         Doc fixes.
8789         * msb.el (msb--many-menus): Remove variable.
8790         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
8791         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
8792         (msb--toggle-menu-type): Fix typos in docstrings.
8794         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
8795         (shadow-insert-var): Doc fixes.
8796         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
8797         Reflow docstrings.
8798         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
8800 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8802         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
8803         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
8804         Fix typos in autoload docstrings.
8806 2007-11-09  Richard Stallman  <rms@gnu.org>
8808         * savehist.el (savehist-save): Obey savehist-ignored-variables.
8810 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
8812         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
8813         (gdb-var-update-handler-1): Use it.
8815 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8817         * loadhist.el (unload-feature): Remove erroneous check for the
8818         FEATURE-unload-function variable; check the existence of the
8819         function (that's what the docstring says, and it makes more sense).
8821         * follow.el (follow-unload-function): Add docstring.
8822         (follow-unload-function): Remove variable.
8824         * server.el (server-unload-function): Remove variable.
8825         (server-unload-function): Unbind `server-edit' from `C-x #'.
8827         * ses.el (ses-unload-function): New function.
8829 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
8831         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
8832         (unsafep-progn, unsafep-let): Fix typos in docstrings.
8834         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
8835         before use to avoid a warning in packages that require uniquify.
8836         (uniquify-unload-function): New function and var.
8838 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
8840         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
8841         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
8842         (ediff-current-diff-A, ediff-current-diff-B)
8843         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
8844         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
8845         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
8846         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
8847         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
8848         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
8849         (ediff-setup-windows-plain-merge)
8850         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
8851         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
8852         * ediff-util.el (ediff-setup-keymap, )
8853         (ediff-toggle-wide-display, ediff-toggle-multiframe)
8854         (ediff-toggle-use-toolbar, ediff-really-quit)
8855         (ediff-good-frame-under-mouse)
8856         (ediff-highlight-diff-in-one-buffer)
8857         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
8858         (ediff-make-bullet-proof-overlay):
8859         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
8860         (ediff-set-meta-overlay):
8861         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
8862         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
8863         ediff-emacs-p with their former definitions.
8865         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
8866         (viper-has-face-support-p, viper-inactivate-input-method)
8867         (viper-activate-input-method)
8868         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
8869         * emulation/viper-mous.el (viper-multiclick-timeout)
8870         (viper-surrounding-word, viper-mouse-click-insert-word)
8871         (viper-mouse-click-search-word, viper-parse-mouse-key):
8872         * emulation/viper-macs.el (viper-char-array-to-macro):
8873         * emulation/viper.el (viper-go-away, viper-set-hooks)
8874         (viper-non-hook-settings):
8875         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
8876         (viper-get-saved-cursor-color-in-insert-mode)
8877         (viper-get-saved-cursor-color-in-emacs-mode)
8878         (viper-check-version, viper-get-visible-buffer-window)
8879         (viper-file-checked-in-p, viper-set-replace-overlay)
8880         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
8881         (viper-check-minibuffer-overlay, viper-read-key-sequence)
8882         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
8883         with their former definitions.
8884         (viper-eventify-list-xemacs): Only do work for XEmacs.
8885         (viper-set-unread-command-events): Only do work for Emacs.
8886         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
8887         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
8888         (viper-overlay-get, viper-overlay-put, viper-read-event)
8889         (viper-characterp, viper-int-to-char, viper-get-face)
8890         (viper-color-defined-p, viper-iconify): New defaliases replacing
8891         the old fsets.
8893         * progmodes/fortran.el (comment-region-function)
8894         (uncomment-region-function): Pacify byte compiler.
8896         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
8898 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
8900         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
8901         `process-environment'.
8903 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
8905         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
8906         match dir like "a...b".
8908 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
8912 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
8914         * net/tramp.el (tramp-handle-substitute-in-file-name):
8915         Don't expand the remote connection identification.
8916         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8917         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
8918         before calling stty.
8920         * net/tramp-cache.el (tramp-cache-print)
8921         (tramp-dump-connection-properties): Fix docstring.
8922         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
8924         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
8926         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
8927         remote connection identification when setting connection property.
8929         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
8930         "//" substitutes only in the local filename part.
8932 2007-11-07  David Hansen  <david.hansen@gmx.net>
8934         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
8936 2007-11-07  Glenn Morris  <rgm@gnu.org>
8938         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
8939         Remove superfluous concats.  Move final set-buffer to
8940         non-emacs-specific code.
8942 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
8944         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
8946 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
8948         * eshell/esh-mode.el (eshell-output-filter):
8949         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
8950         Use `with-current-buffer'.
8952 2007-11-07  Andreas Schwab  <schwab@suse.de>
8954         * server.el (server-start): Only register cleanup after server was
8955         started.
8957 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
8959         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
8961         * net/tramp-cache.el (tramp-cache-print): Move down.
8962         (tramp-cache-list-connections): New defun.
8964         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
8966 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
8968         * ido.el (ido-save-history): Write the history file in the current
8969         filename coding system, and add `coding' file-local variable.
8971 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
8973         * textmodes/org.el (org-table-formula-substitute-names):
8974         Remove forgotten temporary debugging code.
8976 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
8978         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
8979         the prompt.
8981 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
8983         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
8985 2007-11-05  Simon Josefsson  <simon@josefsson.org>
8987         * net/tls.el (tls-end-of-info): Doc fix.
8989 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
8991         * international/utf-7.el (utf-7-imap): New coding system.
8992         (utf-7-imap-post-read-conversion): New function.
8993         (utf-7-imap-pre-write-conversion): New function.
8995 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8997         * abbrev.el (abbrev--write): Fix up typo.
8999 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
9001         * abbrev.el (define-abbrev-table): Doc fix.
9003 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
9005         * info.el (Info-revert-buffer-function): New func.
9006         (Info-mode): Arrange to use it for reverting.
9007         (Info-copy-current-node-name): Add space between filename and nodename.
9009 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9011         * abbrev.el (expand-abbrev): Move point back to expansion's end.
9013 2007-11-04  Glenn Morris  <rgm@gnu.org>
9015         * net/tls.el: Don't require rx when compiling.
9016         (tls-end-of-info): Rewrite without using rx.
9017         (open-tls-stream): Use with-current-buffer.
9019 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
9021         * net/tls.el: Require rx when compiling.
9022         (tls-end-of-info): New variable.
9023         (open-tls-stream): Keep reading input until `tls-end-of-info' is
9024         matched.
9026 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
9028         * register.el (append-to-register, prepend-to-register):
9029         Don't signal error on empty register; use the text, instead.
9031 2007-11-03  Michael Olson  <mwolson@gnu.org>
9033         * textmodes/remember.el (remember-buffer):
9034         Use define-obsolete-function-alias rather than defalias.
9036 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
9038         * simple.el (bad-packages-alist): Anchor semantic regexp.
9040 2007-11-03  Glenn Morris  <rgm@gnu.org>
9042         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
9043         if defined, for blank lines.  Doc fix.
9045         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
9046         (fortran-mode): Set values for comment-region-function,
9047         uncomment-region-function and comment-insert-comment-function.
9048         (fortran-uncomment-region): New function.
9050         * textmodes/nroff-mode.el (nroff-mode):
9051         Set comment-insert-comment-function rather than indent-line-function.
9052         (nroff-indent-line-function): Remove.
9053         (nroff-insert-comment-function): New function.
9055 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
9057         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
9059 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
9061         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
9063         * emulation/viper-cmd.el (viper-prev-destructive-command)
9064         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
9065         copy-sequence.
9067         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
9068         Got rid of ediff-copy-list.
9070         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
9071         use face-name.
9072         (ediff-test-utility, ediff-diff-mandatory-option)
9073         (ediff-reset-diff-options): Remove to simplify the mandatory option
9074         handling on Windows.
9075         (ediff-set-diff-options): Add.
9076         (ediff-diff-options): Set "--binary" option as default in some cases.
9078         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
9079         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
9080         ediff-vc-working-revision.  Require vc-hooks.
9082 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
9084         * files.el (hack-local-variables): Fix membership tests to avoid
9085         treating all variables as safe if `enable-local-variables' is
9086         set to :safe (CVE-2007-5795).
9088 2007-11-02  Glenn Morris  <rgm@gnu.org>
9090         * newcomment.el (comment-indent): Let comment-insert-comment-function,
9091         if defined, do all the work of inserting a new comment.
9093         * progmodes/etags.el (tags-table-mode): Disable undo.
9095         * simple.el (bad-packages-alist): Revert previous change.
9097 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
9099         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
9101         * obsolete/lselect.el: Do not warn about unknown functions.
9103 2007-11-02  Michael Olson  <mwolson@gnu.org>
9105         * textmodes/remember.el (remember-buffer): Make this an alias of
9106         remember-finalize, because Org uses it.
9108 2007-11-01  Michael Olson  <mwolson@gnu.org>
9110         * textmodes/remember.el: Improve documentation in heading.
9111         (remember-before-remember-hook): Turn into a customizable option.
9112         (remember): Document INITIAL argument.
9113         (remember-region): Remove autoload cookie.  Improve docstring to
9114         mention that it is called from the *Remember* buffer, and does not
9115         have any functional overlap with the `remember' function.
9116         (remember-finalize): Remove autoload cookie.  Rename from
9117         remember-buffer to emphasize that this does not have any
9118         functional overlap with the `remember' function.
9119         (remember-destroy): Remove autoload cookie.
9120         (remember-mode-map): Define and initialize in one step.
9121         (remember-mode): Improve docstring.
9122         (remember-annotation-functions): Default to just '(buffer-file-name),
9123         and don't try to take the default value from Planner.
9125 2007-11-01  Glenn Morris  <rgm@gnu.org>
9127         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
9129         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
9131         * emacs-lisp/authors.el (authors-scan-change-log)
9132         (authors-scan-el): Don't enable local eval; enable only safe local
9133         variables, without querying.
9135         * mail/footnote.el (footnote-numeric-regexp)
9136         (footnote-english-upper-regexp, footnote-english-lower-regexp)
9137         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
9138         Match multi-character footnotes.
9140         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
9141         (nroff-indent-line-function): New function.
9142         (nroff-count-text-lines): Use nroff-forward-text-line rather than
9143         obsolete alias.
9145 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
9147         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
9148         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
9149         (rcirc-print): Only update the line count when not marking the
9150         line as omittable.
9151         (rcirc-log-write): Specify coding system when writing logfile.
9152         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
9154 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
9156         * printing.el (printing): Fix :version, printing.el was included
9157         for in emacs-22.1.
9158         (pr-path-style, pr-path-alist, pr-txt-name)
9159         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
9160         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
9161         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
9162         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
9163         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
9164         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
9165         (pr-setting-database, pr-visible-entry-list)
9166         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
9167         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
9169         * ediff-util.el (ediff-nuke-selective-display): Move definition to
9170         top level, make it dependent on the emacs flavor.
9172         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
9173         Test for XEmacs not for itimer.
9175         * term/sun-mouse.el:
9176         * obsolete/sun-fns.el:
9177         * obsolete/sun-curs.el: Remove files.
9179         * term/sun.el (select-previous-complex-command): Remove obsolete code.
9181 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
9183         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
9184         was given to concat.
9186 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9188         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
9189         used normally for goto-line.  Change `g' to revert the buffer.
9190         Add redundant `r' binding for buffer-revert.
9192         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
9193         (mail-abbrevs-setup): Use abbrev-expand-functions.
9194         (build-mail-abbrevs): Use with-temp-buffer.
9195         (define-mail-abbrev): Simplify.
9196         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
9197         Change it for use on abbrev-expand-functions.
9198         (mail-abbrev-complete-alias): Use with-syntax-table.
9200 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
9202         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
9203         directly.  Fix bug in deleting temp file.
9205 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9207         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
9208         Merge defvar and define-abbrev-table.
9209         (def-python-skeleton): Use :case-fixed and :enable-function.
9210         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9211         Remove.
9212         (python-mode): Don't modify pre-abbrev-expand-hook.
9214 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
9216         * ediff-util.el (ediff-file-checked-out-p)
9217         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
9219 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9221         * abbrev.el (abbrev-symbol): Correct let->let*.
9222         (abbrev--before-point): Only use abbrev-start-location if before point.
9224 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
9226         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
9227         (strokes-unload-hook): Remove function and variable.
9228         (strokes-unload-function): New-style unload function, adapted
9229         from `strokes-unload-hook'.
9231         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
9232         (cl-unload-hook): Remove variable.
9233         (cl-unload-function): New-style unload function, adapted
9234         from `cl-cannot-unload'.
9236         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
9237         (elp-unload-function): New-style unload function, adapted
9238         from `elp-unload-hook'.
9240 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9242         * emacs-lisp/find-func.el (find-library): Use library at
9243         point as default interactive argument.
9245 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
9247         * shadowfile.el (shadow-join): Remove.
9248         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
9249         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
9250         (shadowfile-unload-hook): Remove function and variable.
9251         (shadowfile-unload-function): New-style unload function, adapted
9252         from `shadowfile-unload-hook'.
9254 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
9256         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
9257         only if it is bound.
9259         * textmodes/reftex.el: Move autoloads for before all uses.
9260         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
9261         (reftex-delete-overlay): Move to the top level with the condition
9262         in the body.
9264         * progmodes/simula.el: Use when instead of if.
9266         * iimage.el (iimage-locate-file): Define unconditionally.
9268         * mail/mailabbrev.el (mail-abbrev-next-line):
9269         * emulation/vip.el (vip-enlarge-region, vip-line)
9270         (vip-next-line-at-bol, vip-previous-line)
9271         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
9272         Wrap with-no-warnings around uses of next-line and previous-line.
9274         * ediff.el (run-ediff-from-cvs-buffer):
9275         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
9276         Remove function not used by pcl-cvs anymore.
9277         (noninteractive, generic-sc-get-latest-rev)
9278         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
9279         Delete support for long obsolete generic-sc.el.
9281 2007-10-31  Glenn Morris  <rgm@gnu.org>
9283         * cvs-status.el: No longer require pcvs when compiling.
9285         * doc-view.el (doc-view-conversion-refresh-interval)
9286         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9287         (doc-view-reset-slice): Doc fixes.
9288         (doc-view-menu): Remove deleted function doc-view-edit-doc.
9290 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
9292         * help-at-pt.el (help-at-pt-unload-hook): Remove.
9293         Timers are automatically canceled by `unload-feature'.
9295         * delsel.el (delsel-unload-hook): Remove function and variable.
9296         (delsel-unload-function): New-style unload function, adapted
9297         from `delsel-unload-hook'.
9299         * msb.el (msb-unload-hook): Remove function and variable.
9300         (msb-unload-function): New-style unload function, adapted from
9301         `msb-unload-hook'.
9303 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
9305         * desktop.el (uniquify-managed): Pacify byte compiler.
9306         (desktop-buffer-info): If the buffer name is managed by uniquify,
9307         save the base name, not the uniquified one.
9308         (desktop-create-buffer): Allow `rename-buffer' to generate a new
9309         name in case of conflict.
9311 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9313         * doc-view.el: Use expand-file-name rather than concat.
9314         (doc-view-cache-directory): Add the UID so multiple users won't clash.
9315         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
9316         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
9317         (doc-view-toggle-display): Use an overlay over the whole buffer so as
9318         not to have to touch the buffer's content.
9319         (doc-view-initiate-display): New function, extracted from doc-view-mode.
9320         (doc-view-mode): Use it.  Don't mark as a special mode.
9321         Put the page numbers in the modeline.
9322         Set up the overlay.  Hide the cursor.  Run the mode hook.
9323         Use after-revert-hook rather than revert-buffer-function.
9324         (doc-view-search-internal): Fix typo.
9325         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
9326         image-cache flush.
9327         (doc-view-reconvert-doc): Don't reset the whole mode.
9328         (doc-view-make-safe-dir): New function.
9329         (doc-view-current-cache-dir): Use it.
9331 2007-10-30  Jason Rumney  <jasonr@gnu.org>
9333         * time.el (display-time-world-list): Test for zoneinfo support.
9335 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
9337         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
9339         * net/tramp-cache.el (tramp-flush-file-function): Check also
9340         `default-directory' if `buffer-file-name' does not return a
9341         string.  Added to `eshell-pre-command-hook'.
9343 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * doc-view.el (doc-view-current-doc): Remove.
9346         Replace all uses by buffer-file-name.
9347         (doc-view-menu): New menu.
9348         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
9349         unused var `doc'.
9350         (doc-view-sort): Simplify.
9351         (doc-view-buffer-message): Don't change buffer-modified-p.
9352         (doc-view-mode): Change it here instead.
9353         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
9354         Don't modify the global value of revert-buffer-function.
9356         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
9357         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
9358         (image-toggle-display): Take overlays into account and don't assume
9359         point-min==1.
9361 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
9363         * vc.el (vc-annotate): Fix omission bug:
9364         Specify value for vc-sentinel-movepoint.
9366 2007-10-30  Michael Olson  <mwolson@gnu.org>
9368         * textmodes/remember.el (remember-mode-hook)
9369         (remember-handler-functions, remember-annotation-functions):
9370         Add additional items as options, including some Org functions.
9372 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
9374         * doc-view.el: Remove cl-dependency.
9375         (doc-view-buffer-message): Mention new binding K.
9376         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
9377         instead of variable.
9378         (doc-view-current-cache-dir): Better cache dir naming.
9379         (doc-view-current-display): Remove variable.
9380         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
9381         (doc-view-kill-proc): Set converter process to nil.
9382         (doc-view-minor-mode): New minor mode.
9383         (doc-view-minor-mode-map): New keymap.
9384         (doc-view-mode): Remove text/image switching code.  Use plain defun.
9385         (doc-view-mode-map): New binding K kills converter process.
9386         Remove C-c C-e binding.
9387         (doc-view-mode-text-map): Remove keymap.
9388         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
9389         d-v-display-maybe.
9390         (doc-view-previous-major-mode): New variable.
9391         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
9392         (doc-view-remove-if): New function.
9393         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
9394         (doc-view-toggle-display): Toggle modes instead of display styles.
9395         (doc-view-reconvert-doc): Adapt to new way of doing things.
9397         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
9399 2007-10-30  Glenn Morris  <rgm@gnu.org>
9401         * dirtrack.el (dirtrack-mode): Doc fix.
9403         * shell.el (shell-dirtrack-verbose, shell-mode)
9404         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
9406         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
9407         (byte-compile-enable-warning): Doc fix.
9409         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
9410         suppress byte-opt warning.
9412 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9414         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
9415         (edt-gnu-emacs19-p): Remove.
9416         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
9417         (edt-xserver, edt-page-backward, edt-beginning-of-line)
9418         (edt-end-of-line-forward, edt-end-of-line-backward)
9419         (edt-one-word-forward, edt-one-word-backward, edt-character)
9420         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
9421         (edt-find-forward, edt-find-backward, edt-find-next-forward)
9422         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
9423         (edt-define-key, edt-bottom-check, edt-sentence-forward)
9424         (edt-sentence-backward, edt-paragraph-forward)
9425         (edt-paragraph-backward, edt-restore-key, edt-window-top)
9426         (edt-window-bottom, edt-scroll-window-forward-line)
9427         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
9428         (edt-line-to-top-of-window, edt-paragraph-backward)
9429         (edt-restore-key, edt-window-top, edt-window-bottom)
9430         (edt-scroll-window-forward-line)
9431         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
9432         (edt-line-to-middle-of-window, edt-goto-percentage)
9433         (edt-display-the-time, edt-remember, edt-split-window)
9434         (edt-emulation-on, edt-emulation-off)
9435         (edt-default-emulation-setup, edt-user-emulation-setup)
9436         (edt-select-default-global-map, edt-select-user-global-map):
9437         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
9438         tests.
9440         * textmodes/reftex-index.el (reftex-index-selection-or-word):
9441         Use feature test instead of boundp test so it can be resolved at
9442         compile time.
9444         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
9446 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9448         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
9449         Update all users.
9450         (abbrev-get, abbrev-put): Simplify.
9451         (define-abbrev): Don't store the `force' value in the :system property.
9452         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
9454 2007-10-30  Michael Olson  <mwolson@gnu.org>
9456         * desktop.el (desktop-minor-mode-table): Add line for ERC.
9458         * textmodes/remember.el: New file that implements a mode for
9459         quickly jotting down things to remember.
9461         * textmodes/remember-diary.el: A backend for remember.el that
9462         implements saving notes to a Diary file.
9464 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
9466         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
9467         Relocate in file.
9468         (allout-doublecheck-at-and-shallower): Increase to include
9469         slightly greater depths, since yank interaction is now ok.
9470         Also, elaborate the docstring to explain the situation.
9471         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
9472         instead of concat, so we accommodate key sequences expressed as
9473         vectors as well as strings and lists.
9474         (allout-flag-region, allout-hide-by-annotation): Make the
9475         hidden-text overlays 'front-advance.
9476         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
9477         (allout-aberrant-container-p, allout-on-current-heading-p)
9478         (allout-e-o-prefix-p, allout-next-heading)
9479         (allout-previous-heading, allout-goto-prefix)
9480         (allout-end-of-prefix, allout-next-sibling-leap)
9481         (allout-next-visible-heading, allout-auto-fill)
9482         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
9483         (allout-yank-processing, allout-resolve-xref)
9484         (allout-current-topic-collapsed-p, allout-hide-region-body)
9485         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
9486         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
9487         (count-trailing-whitespace-region): Preserve match data, so allout
9488         outline navigation doesn't disrupt other Emacs operations.
9489         (allout-beginning-of-line): Retreat to the beginning of the hidden
9490         text, so fields are respected (for submodes that care).
9491         (allout-end-of-line): Preserve mark activation status when jumping.
9492         (allout-open-topic): Account for opening after a child that
9493         contains a hidden trailing newline.  Preserve match data.
9494         Run allout-structure-added-hook
9495         (allout-encrypt-decrypted): Preserve match data.
9496         (allout-toggle-current-subtree-exposure): Add new interactive
9497         function for toggle subtree exposure - suggested by tassilo.
9498         (move-beginning-of-line, move-end-of-line): Don't use
9499         line-move-invisible-p, it's obsolete - substitute the code, instead.
9501 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
9503         * textmodes/flyspell.el (message-signature-separator):
9504         * longlines.el (message-indent-citation-function): Pacify byte
9505         compiler.
9507         * emacs-lisp/cl-loaddefs.el:
9508         * ldefs-boot.el: Regenerate.
9510         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
9511         (.el.elc, compile, compile-always, compile-calc)
9512         ($(lisp)/progmodes/cc-mode.elc): Use it.
9514         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
9515         Only do work for XEmacs.
9516         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
9517         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
9518         on XEmacs.
9519         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9520         (ps-x-color-name, ps-x-color-specifier-p)
9521         (ps-x-copy-coding-system, ps-x-device-class)
9522         (ps-x-extent-end-position, ps-x-extent-face)
9523         (ps-x-extent-priority, ps-x-extent-start-position)
9524         (ps-x-face-font-instance, ps-x-find-coding-system)
9525         (ps-x-font-instance-properties, ps-x-make-color-instance)
9526         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
9527         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
9528         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
9529         (ps-generate-postscript-with-faces): Delete defaliases.
9530         (ps-face-foreground-name, ps-face-background-name)
9531         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
9532         Move definitions to top level, make the body conditional on the Emacs
9533         flavor.  Replace uses of deleted aliases and renamed functions.
9534         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
9535         of deleted aliases and renamed functions.
9537         * calc/calc.el (calc-emacs-type-lucid): Remove.
9538         (calc-digit-map, calcDigit-start, calc-read-key)
9539         (calc-clear-unread-commands):
9540         * calc/calc-ext.el (calc-user-key-map): Replace uses of
9541         calc-emacs-type-lucid with (featurep 'xemacs)
9543         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
9544         (featurep 'xemacs).
9545         (tpu-lucid-emacs19-p): Remove.
9546         (tpu-map-key): Make it a function instead of using fset.  Inline
9547         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
9548         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
9550         * ielm.el: Use featurep 'xemacs.
9552         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
9553         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
9554         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
9555         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
9556         cperl-xemacs-p with (featurep 'xemacs).
9557         (font-lock-cache-position): Pacify byte compiler.
9559 2007-10-29  Drew Adams  <drew.adams@oracle.com>
9561         * faces.el (read-color): New function.
9562         (face-at-point, foreground-color-at-point)
9563         (background-color-at-point): New functions.
9565 2007-10-28  Richard Stallman  <rms@gnu.org>
9567         * net/browse-url.el (browse-url-text-xterm): Rename from
9568         browse-url-lynx-xterm and made generic.
9569         (browse-url-text-emacs): Likewise.
9570         (browse-url-text-browser): New variable.
9571         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
9572         (browse-url-text-input-field, browse-url-text-input-attempts)
9573         (browse-url-kde-program): Likewise.
9575 2007-10-29  Glenn Morris  <rgm@gnu.org>
9577         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
9578         Use mapc rather than mapcar (reinstall change deleted without log
9579         entry 2007-10-22).
9581 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
9583         * wdired.el (wdired-next-line, wdired-previous-line):
9584         Use next-line and previous-line wrapped in with-no-warnings.
9586 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
9588         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
9589         (rcirc-recent-quit-alist): New function.
9590         (rcirc): Print a better message when there is only one connected server.
9591         (rcirc-complete-nick): Do not update the nick table here.
9592         (rcirc-mode-map): Add M-o.
9593         (rcirc-current-line): Add variable.
9594         (rcirc-mode): Setup variables for line based omit.
9595         (rcirc-edit-multiline): Strip text properties.
9596         (rcirc-omit-responses): Add NICK.
9597         (rcirc-omit-threshold): Add variable.
9598         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
9599         Add functions.
9600         (rcirc-print): Keep track of current line.  Do not fill text if
9601         `rcirc-fill-flag' is null.  Only omit text if the last activity
9602         from the sender is more than `rcirc-omit-threshold' lines ago.
9603         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
9604         numbers instead of time.
9605         (rcirc-channel-nicks): Sort by line numbers instead of time.
9606         (rcirc-omit-mode): Add `...' when omitting text and recenter.
9607         (rcirc-handler-JOIN): Restore the joiners linestamp.
9608         (rcirc-maybe-remember-nick-quit): Add function.
9609         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
9611 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
9613         * loadhist.el (unload-feature-special-hooks):
9614         Add `delete-frame-functions' and `suspend-tty-functions'.
9616         * server.el (server-unload-function): Rename from `server-unload-hook'
9617         and adapt to new `unload-feature' functionality.  Remove hook from
9618         `kill-buffer-hook' buffer-locally.
9619         (server-unload-hook): Remove.
9620         (server-unload-function): New var; replaces `server-unload-hook'.
9622 2007-10-29  Glenn Morris  <rgm@gnu.org>
9624         * dirtrack.el (dirtrack-debug): Doc fix.
9625         (dirtrack-mode, dirtrack-debug-mode): New names for
9626         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
9627         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
9628         Make obsolete.
9629         (dirtrack-debug-message): Only print message if
9630         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
9631         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
9632         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
9634 2007-10-28  Glenn Morris  <rgm@gnu.org>
9636         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
9637         (byte-compile-warnings-safe-p): Handle `not'.
9638         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
9639         (byte-compile-enable-warning): New functions.
9640         (byte-compile-eval-before-compile)
9641         (byte-compile-file-form-require): Use byte-compile-disable-warning.
9642         (byte-compile-close-variables): Locally bind byte-compile-warnings,
9643         but do not modify it.
9644         (byte-compile-eval, byte-compile-obsolete)
9645         (byte-compile-warn-about-unresolved-functions)
9646         (byte-compile-file-form-defvar)
9647         (byte-compile-file-form-custom-declare-variable)
9648         (byte-compile-file-form-require)
9649         (byte-compile-file-form-defmumble, byte-compile-lambda)
9650         (byte-compile-form, byte-compile-normal-call)
9651         (byte-compile-variable-ref, byte-compile-defvar)
9652         (byte-compile-make-variable-buffer-local):
9653         Use byte-compile-warning-enabled-p.
9654         * emacs-lisp/advice.el (ad-compile-function):
9655         Use byte-compile-disable-warning.
9656         * emacs-lisp/cl.el: Move local variables to end of file, and set
9657         byte-compile-warnings to `(not cl-functions)'.
9658         * emacs-lisp/cl-compat.el: Add a local variables section, and set
9659         byte-compile-warnings to `(not cl-functions)'.
9660         * emacs-lisp/cl-macs.el: Unify local variable section, and set
9661         byte-compile-warnings to `(not cl-functions)'.
9662         (cl-do-proclaim): Use byte-compile-disable-warning and
9663         byte-compile-enable-warning.
9664         * emacs-lisp/cl-seq.el: Unify local variable section, and set
9665         byte-compile-warnings to `(not cl-functions)'.
9666         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
9667         Use byte-compile-disable-warning.
9669 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
9671         * cus-edit.el (custom-browse-insert-prefix):
9672         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
9674 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
9676         * server.el (server-process-filter): Fix typo in docstring.
9677         (server-log): Reflow docstrings.
9678         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
9679         (server-goto-line-column): Use `when'.
9681 2007-10-28  Juri Linkov  <juri@jurta.org>
9683         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
9684         when mouse is clicked on the isearch message.
9685         (isearch-resume): Call `isearch-update' at the end.
9686         Rename argument `search' to `string' to conform to the
9687         isearch terminology.
9689 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         Rewrite abbrev.c in Elisp.
9692         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
9693         (abbrev-table-get, abbrev-table-put, abbrev-get)
9694         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
9695         (define-abbrev, abbrev--check-chars, define-global-abbrev)
9696         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
9697         (abbrev-expansion, abbrev--before-point, expand-abbrev)
9698         (unexpand-abbrev, abbrev--write, abbrev--describe)
9699         (insert-abbrev-table-description, define-abbrev-table):
9700         New funs, largely transcribed from abbrev.c.
9701         (abbrev-with-wrapper-hook): New macro.
9702         (abbrev-table-name-list, global-abbrev-table)
9703         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
9704         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
9705         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
9706         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
9707         New vars, largely transcribed from abbrev.c.
9708         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
9709         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
9710         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
9712 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9714         * ps-print.el: Now detect if text foreground and background colors are
9715         equal and replace the foreground color by another color, so the text
9716         becomes visible.  Doc fix.
9717         (ps-print-version): New version 6.8.
9718         (ps-default-fg, ps-default-bg): Docstring fix.
9719         (ps-postscript-code-directory): Fix default value code.
9720         (ps-fg-list, ps-fg-validate-p): New options.
9721         (ps-foreground-list): New var.
9722         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
9724 2007-10-27  Glenn Morris  <rgm@gnu.org>
9726         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
9727         (shell-dirtrack-toggle): Mark as obsolete.
9728         (dirtrack-toggle, dirtrack-mode): No longer alias to
9729         shell-dirtrack-mode.
9731 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
9733         * calc/calc.el (math-standard-opers): Lower the precedence
9734         of negation.
9735         * calc/calc-lang.el (math-oper-table): Lower precedence of
9736         negation for C, TeX, and eqn.
9738 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
9740         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
9742 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
9744         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
9745         (desktop-not-loaded-hook): Fix :version tags.
9747 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
9749         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
9750         (tramp-get-remote-tmpdir): New defun.
9751         (tramp-make-tramp-temp-file): Use it.
9752         (tramp-local-call-process): New defun.  Replace all calls of
9753         `call-process' by this when appropriate.
9754         (tramp-handle-write-region): Replace calls of `file-attributes' by
9755         `tramp-compat-file-attributes'.
9756         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9757         Make the first command a `tramp-send-command' call, with let-bind
9758         of `tramp-end-of-output'.
9759         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
9760         (tramp-load-report-modules, tramp-append-tramp-buffers):
9761         Move to tramp-cmds.el.
9763         * net/tramp-fish.el (tramp-fish-handle-copy-file)
9764         (tramp-fish-do-copy-or-rename-file)
9765         (tramp-fish-do-copy-or-rename-file-directly):
9766         * net/tramp-smb.el (tramp-smb-handle-copy-file):
9767         Add parameter PRESERVE-UID-GID.
9769 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
9771         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
9772         New defcustoms.
9773         (display-time-world-list): Use them as appropriate for the current
9774         value of `system-type'.
9776 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9778         * printing.el: Pacify byte compiler, that is, no compiler warnings.
9779         Move (again) some variable definitions before use, define some fun
9780         aliases, no code change.
9781         (pr-version): New version 6.9.2.
9782         (pr-path-style, pr-auto-region, pr-menu-char-height)
9783         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
9784         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
9785         via (defvar VAR).
9786         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
9787         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
9788         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
9789         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
9790         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
9791         (pr-menu-print-item, pr-ps-printer-menu-modified)
9792         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
9793         (pr-even-or-odd-alist): Vars definition moved.
9795 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9797         * emulation/pc-select.el (next-line-mark, next-line-nomark)
9798         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
9799         around uses of previous-line and next-line.
9801         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
9802         New defvars.
9804         * textmodes/css-mode.el (comment-continue):
9805         * net/browse-url.el (url-handler-regexp):
9806         * progmodes/idlw-help.el (idlwave-system-routines):
9807         Pacify byte-compiler.
9809         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
9810         line-move-invisible-p with its former definition: invisible-p.
9811         line-move-invisible-p was removed on 2007-08-29.
9813 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
9815         * files.el (kill-emacs-query-functions): Doc fix;
9816         `save-buffers-kill-emacs' is no longer bound to a key.
9818 2007-10-26  Richard Stallman  <rms@gnu.org>
9820         * isearch-multi.el (isearch-buffers-multi): New option.
9821         (isearch-buffers-search-fun): Test it.
9823         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
9824         Put ps-run-clear on C-c C-l.
9826         * newcomment.el (comment-styles): New style indent-or-triple.
9827         (comment-style): Make that the default.
9828         (comment-add defvar): Doc fix.
9829         (comment-add): Delete arg EXTRA.
9830         (comment-region-default): Open code call to comment-add.
9831         Handle indent-or-triple style which uses `multi-char' for INDENT.
9833 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
9835         * eshell/em-unix.el (nil-blank-string): Doc fix.
9837 2007-10-26  John Wiegley  <johnw@newartisans.com>
9839         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
9840         function, ensure that the third argument is turned into a nil if
9841         the string is otherwise completely empty (either no characters, or
9842         all tabs/spaces).  This fixes a bug from a user who found himself
9843         unable to customize `diff-switches' and still use Eshell's diff
9844         command.
9846 2007-10-26  Glenn Morris  <rgm@gnu.org>
9848         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
9849         safe-local-variable property.
9851 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
9853         * net/browse-url.el (browse-url-browser-function): Delete grail.
9854         (browse-url-grail): Function and variable deleted.
9855         (browse-url-browser-function): Delete IXI Mosaic.
9856         (browse-url-default-browser): Don't try IXI Mosaic.
9857         (browse-url-iximosaic): Function deleted.
9858         (browse-url-browser-function): Delete MMM.
9859         (browse-url-default-browser): Don't try MMM.
9860         (browse-url-mmm): Function deleted.
9862 2007-10-26  Drew Adams  <drew.adams@oracle.com>
9864         * custom.el (custom-note-var-changed): New function.
9866 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
9868         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
9869         use with the definition.  Remove.
9871         * add-log.el (change-log-start-entry-re): New defconst.
9872         (change-log-sortable-date-at): Use it.
9873         (change-log-beginning-of-defun, change-log-end-of-defun):
9874         New functions.
9875         (change-log-mode): Use them for beginning-of-defun-function and
9876         end-of-defun-function.
9878 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
9880         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
9881         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
9882         (ses-recalculate-cell): Deal with point being just beyond end of
9883         data area (why does this happen?)
9884         (ses-set-curcell): Ditto.
9885         (ses-column-letter): Handle columns beyond 702.  Code written by
9886         Gareth Rees.
9888 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
9890         * textmodes/org.el (org-agenda-get-restriction-and-command):
9891         Use `mapc' instead of `mapcar'.
9892         (org-agenda-list): Numeric prefix argument can specify the number
9893         of days.
9894         (remember-register, remember-buffer): Prevent byte compiler from
9895         complaining.
9896         (org-todo): Save and restore match data.
9897         (org-no-warnings): New macro.
9898         (org-columns-eval): Use `org-no-warnings'.
9900 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
9902         * comint.el (comint-password-prompt-regexp):
9903         Handle `[sudo] password'-style prompt.
9905 2007-10-25  Glenn Morris  <rgm@gnu.org>
9907         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
9908         (defcustom): Doc fix.
9910         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
9911         Add `non_intrinsic'.
9912         (f90-constants-re): Add ieee modules.
9913         (f90-typedef-matcher, f90-typedec-matcher)
9914         (f90-imenu-type-matcher): New functions.
9915         (f90-font-lock-keywords-1): Give module procedures function-name face.
9916         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
9917         Add `use, intrinsic'.
9918         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
9919         Move start of `enum' blocks to separate entry.
9920         (f90-start-block-re): Fix `type', `abstract interface'.
9921         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
9922         derived types.
9923         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
9924         `elemental', change `enumerator'.
9925         (f90-no-block-limit): Fix `abstract interface'.
9927         * progmodes/f90.el (f90-indented-comment-re)
9928         (f90-directive-comment-re, f90-break-delimiters):
9929         * progmodes/fortran.el (fortran-comment-line-start-skip)
9930         (fortran-directive-re):
9931         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
9932         as safe if they are strings.
9934 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9936         * startup.el (window-system): Remove.  Don't make it frame-local.
9938 2007-10-24  Richard Stallman  <rms@gnu.org>
9940         * savehist.el (savehist-save): Omit unreadable elements.
9942         * loadhist.el (unload-function-defs-list): Rename from
9943         unload-function-features-list.
9944         (unload-feature-special-hooks, unload-feature): Doc fixes.
9946         * indent.el (indent-to-left-margin): If point's in the indentation,
9947         move to the end of the indentation.
9949         * cus-edit.el (customize-changed-options): Make arg optional.
9951 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
9953         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
9955 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9957         * textmodes/org-publish.el (org-publish-attachment): Re-install
9958         accidentally deleted change.
9960 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9962         * term/iris-ansi.el (iris-function-map): Move init into declaration.
9964 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
9966         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9967         (Buffer-menu-mode-map): Initialize in the declaration.
9968         (Buffer-menu-mode): Define with `define-derived-mode'.
9970 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
9972         * textmodes/org.el (org-version): Change to 5.13e.
9973         (org-agenda-file-regexp): Fix typo in docstring.
9974         (org-add-planning-info): Fix bug in parenthesis settings.
9975         (org-scan-tags): Catch the case of indirect buffers with no filename.
9976         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
9977         Re-install switch to mapc, had been removed by accident.
9978         (org-columns-map): New binding `C-c C-o'.
9979         (org-columns-menu): Change menu text and added new entry.
9980         (org-columns-eval): Document the use of `next-line'.
9981         (org-columns-open-link): New function.
9982         (org-columns-follow-link): Remove function.
9983         (org-open-link-from-string): New function.
9984         (org-read-date-get-relative): Fix typo in docstring.
9985         (org-read-date-get-relative): Leading +/- is not optional.
9986         (org-agenda-get-restriction-and-command): Always resize window on
9987         first loop cycle.
9988         (org-agenda-open-link): Make sure the link abbreviations are
9989         present in the agenda buffer.
9990         (org-agenda-copy-local-variable): New function.
9992 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9994         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
9996 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9998         * simple.el (reindent-then-newline-and-indent): Use a `move after
9999         insert' kind of marker in the save-excursion.
10001 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10003         * textmodes/css-mode.el: Require CL.
10004         (comment-continue): Declare.
10006         * subr.el (make-variable-frame-localizable): Remove.
10007         (make-variable-frame-local): Mark obsolete.
10009 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10011         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
10012         of the subdirs is unreadable.
10014 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
10016         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
10017         when we are local.
10019 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10021         * progmodes/python.el (python-current-defun): Remove left-over
10022         assignment to `start'.
10024 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
10026         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
10027         than `mapcar'; return value is not used.
10029 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
10031         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
10032         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
10034 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
10036         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
10037         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
10039 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
10041         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
10043 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10045         * emacs-lisp/advice.el (ad-make-advised-docstring):
10046         Add ad-advice-info text property to doc string.
10048 2007-10-23  Glenn Morris  <rgm@gnu.org>
10050         * progmodes/f90.el (f90-do-indent, f90-if-indent)
10051         (f90-type-indent, f90-program-indent, f90-associate-indent)
10052         (f90-continuation-indent, f90-comment-region)
10053         (f90-beginning-ampersand, f90-smart-end)
10054         (f90-break-before-delimiters, f90-auto-keyword-case)
10055         (f90-leave-line-no, f90-mode-hook):
10056         Give an appropriate safe-local-variable property.
10058         * progmodes/fortran.el (fortran-tab-mode-default)
10059         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
10060         (fortran-structure-indent, fortran-continuation-indent)
10061         (fortran-comment-indent, fortran-comment-line-extra-indent)
10062         (fortran-comment-line-start)
10063         (fortran-minimum-statement-indent-fixed)
10064         (fortran-minimum-statement-indent-tab)
10065         (fortran-comment-indent-char, fortran-line-number-indent)
10066         (fortran-check-all-num-for-matching-do)
10067         (fortran-blink-matching-if, fortran-continuation-string)
10068         (fortran-comment-region, fortran-electric-line-number)
10069         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
10070         (fortran-analyze-depth, fortran-break-before-delimiters):
10071         Give an appropriate safe-local-variable property.
10073 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
10075         * printing.el: Move variable definitions before use.
10076         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
10078 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
10081         (tpu-edt-off): Use it.
10082         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
10083         the global-map before adding it to global-map.
10085         * menu-bar.el (global-buffers-menu-map): New var.
10086         (global-map, menu-bar-update-buffers): Use it.
10087         * msb.el (msb-menu-bar-update-buffers): Use it.
10088         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
10089         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
10090         Use with-current-buffer.
10092 2007-10-22  Juri Linkov  <juri@jurta.org>
10094         * isearch-multi.el: New file.
10096         * isearch.el (isearch-search-string): After finding the next
10097         occurrence switch to buffer isearch-buffers-current-buffer when
10098         isearch-buffers-next-buffer-function is non-nil and
10099         isearch-buffers-current-buffer is live.
10101         * add-log.el (change-log-mode): Make and set buffer-local variable
10102         isearch-buffers-next-buffer-function to change-log-next-buffer.
10103         Call isearch-buffers-minor-mode.
10104         (change-log-next-buffer): New function.
10106 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
10108         * textmodes/org-export-latex.el (org-export-latex-protect-string):
10109         Renaming of `org-latex-protect'.
10110         (org-export-latex-emphasis-alist): By default, don't protect
10111         any emphasis formatter from further conversion.
10112         (org-export-latex-tables): Honor column grouping for tables.
10113         (org-export-latex-title-command): New option.
10114         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
10115         export backslash character.
10117 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
10119         * textmodes/org.el (org-read-date-get-relative): New function.
10120         (org-agenda-file-regexp): New variable.
10121         (org-agenda-files): Allow directories in the variable.
10122         (org-agenda-get-restriction-and-command): New function.
10123         (org-agenda): Use `org-agenda-get-restriction-and-command'.
10124         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
10125         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
10126         New functions.
10127         (org-entry-add-to-multivalued-property)
10128         (org-entry-remove-from-multivalued-property)
10129         (org-entry-member-in-multivalued-property): New functions.
10130         (org-remember-apply-template): Catch C-g and make sure window
10131         configuration is restored.
10132         (org-agenda-open-link): Make it work with several links in the line.
10133         (org-drawers, org-set-regexps-and-options)
10134         (org-get-current-options): Add support for a DRAWERS in-buffer option.
10135         (org-agenda-window-frame-fractions): New option.
10136         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
10137         (org-columns-cleanup-item, org-find-entry-with-id)
10138         (org-insert-columns-dblock, org-listtable-to-string)
10139         (org-dblock-write:columnview, org-columns-capture-view)
10140         (org-edit-headline): New functions.
10141         (org-agenda-to-appt): Require calendar.
10142         (org-entry-get-with-inheritance): Widen for search.
10143         (org-columns-display-here): Don't mark buffer as modified when
10144         adding space characters to accomodate column overlays.
10145         (org-export-as-html): Better formatting of tags in the toc.
10146         (org-columns-display-here): Make the ITEM column as compact as possible.
10147         (org-remember-templates): Customization interface improved.
10148         (org-export-with-property-drawer): Variable removed.
10149         (org-export-with-drawers): New option.
10150         (org-complex-heading-regexp): New variable.
10151         (org-sort-entries): Rewrite using `sort-subr'.
10152         (org-set-property): More appropriate completion during interactive use.
10153         (org-sort-entries): Allow sorting by property.
10154         (org-additional-option-like-keywords): Add more values.
10155         (org-sort-entries-or-items): Rename from `org-sort-entries'.
10157 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
10159         * textmodes/org.el (org-get-date-from-calendar): New function.
10160         (org-at-timestamp-p, org-timestamp-change)
10161         (org-remember-templates): First element of each entry is now a
10162         name for the template.
10163         (org-store-log-note): Check for `org-note-abort'.
10164         (org-kill-note-or-show-branches): New command.
10165         (org-fontify-priorities): New option.
10166         (org-fontify-priorities): New function.
10167         (org-cut-subtree, org-copy-subtree): New argument N to
10168         act on N sequential subtrees.
10169         (org-paste-subtree): Fix the level at which a tree is pasted.
10170         (org-fit-agenda-window): Limitations on window size removed.
10171         (org-agenda-find-same-or-today-or-agenda): Rename from
10172         `org-agenda-find-today-or-agenda'.
10173         (org-scheduled-past-days): New option.
10174         (org-agenda-scheduled-leaders)
10175         (org-agenda-deadline-leaders): New options.
10176         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
10177         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
10178         (org-export-with-tags, org-export-plist-vars)
10179         (org-infile-export-plist): New "tags" option.
10180         (org-use-property-inheritance): New option.
10181         (org-cached-entry-get): Use `org-use-property-inheritance'.
10182         (org-remember-apply-template): Fix typo.
10184 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
10186         * net/tramp.el (tramp-find-shell)
10187         (tramp-open-connection-setup-interactive-shell): Improve sending
10188         initial commands.
10189         (tramp-action-terminal): Send debug message.
10190         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
10191         (tramp-barf-if-no-shell-prompt): Insert code of
10192         `tramp-wait-for-shell-prompt'.
10194 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
10198         * term/vt200.el (terminal-init-vt200):
10199         * term/vt201.el (terminal-init-vt201):
10200         * term/vt220.el (terminal-init-vt220):
10201         * term/vt240.el (terminal-init-vt240):
10202         * term/vt300.el (terminal-init-vt300):
10203         * term/vt320.el (terminal-init-vt320):
10204         * term/vt400.el (terminal-init-vt400):
10205         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
10207         * term/wyse50.el (wyse50-terminal-map): New var.
10208         (terminal-init-wyse50): Use it and input-decode-map.
10209         (enable-arrow-keys): Emasculate.
10211         * term/tvi970.el (tvi970-terminal-map): New var.
10212         (terminal-init-tvi970): Use it and input-decode-map.
10213         (tvi970-keypad-numeric): Remove.
10214         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
10216         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
10217         (terminal-init-sun): Use it and input-decode-map.
10219         * term/news.el (terminal-init-news):
10220         * term/lk201.el (terminal-init-lk201):
10221         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
10223 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10225         * complete.el (PC-expand-many-files): Remove.
10226         (PC-do-completion): Call file-expand-wildcards instead of
10227         PC-expand-many-files.
10229         * net/tramp.el (tramp-handle-expand-many-files): Remove.
10230         (PC-expand-many-files): Remove advice.
10232 2007-10-22  Glenn Morris  <rgm@gnu.org>
10234         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
10235         Add some support for Fortran 2003 syntax:
10236         (f90-type-indent): Now also applies to `enum'.
10237         (f90-associate-indent): New user option.
10238         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
10239         Add some F2003 keywords.
10240         (f90-constants-re): New constant.
10241         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
10242         Interface'.
10243         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
10244         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
10245         element for functions with specified types.  Add `end enum' and
10246         `select type'.  Add `implicit enumerator' and `procedure'.
10247         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
10248         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
10249         (f90-font-lock-keywords-4): Add `f90-constants-re'.
10250         (f90-blocks-re): Add `enum' and `associate'.
10251         (f90-else-like-re): Add `class is', `type is', and `class default'.
10252         (f90-end-type-re): Add `enum'.
10253         (f90-end-associate-re, f90-typeis-re): New constants.
10254         (f90-end-block-re): Add `enum' and `associate'.  Change from
10255         optional whitespace to end-of-word, to avoid `enumerator'.
10256         (f90-start-block-re): Add `select type', `abstract interface', and
10257         `enum'.  Avoid `type is', and `type (sometype)'.
10258         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
10259         (f90-mode): Doc fix.
10260         (f90-looking-at-select-case): Doc fix.  Add `select type'.
10261         (f90-looking-at-associate): New function.
10262         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
10263         Add `enum' and `abstract interface'.
10264         (f90-no-block-limit): Add `select type' and `abstract interface'.
10265         (f90-get-correct-indent, f90-calculate-indent)
10266         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
10267         (f90-indent-region, f90-match-end): Handle `associate' blocks.
10269 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
10271         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
10272         Use window-full-width-p.
10274 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
10276         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
10278         * tooltip.el: Use featurep 'xemacs.
10280         * printing.el: Move variable definitions before use, no code change.
10282 2007-10-22  Juri Linkov  <juri@jurta.org>
10284         * simple.el (goto-history-element): Allow minibuffer-default to be
10285         a list of default values accessible by typing M-n in the minibuffer.
10287         * dired-x.el (dired-guess-shell-command): Put all guesses to the
10288         minibuffer default value list instead of pushing them temporarily
10289         to the history list.
10291 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
10293         * hexl.el (hexl-menu): New major mode menu.
10295 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10297         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
10299 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
10301         * w32-fns.el (w32-quote-process-args):
10302         * dos-w32.el (print-region-function, lpr-headers-switches)
10303         (ps-print-region-function): Pacify byte-compiler.
10305         * emulation/edt-mapper.el (function-key-map):
10306         (edt-map-key): Make it a function instead of using fset.
10307         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
10308         (edt-gnu-map-key, edt-lucid-map-key): Remove.
10309         (edt-x-emacs-p): Remove.
10310         (edt-emacs-variant, edt-window-system, edt-xserver):
10311         Use featurep 'xemacs.
10313         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
10314         Replace eudc-xemacs-p with its definition.
10315         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
10316         (eudc-emacs-mule-p): Remove.
10317         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
10318         eudc-xemacs-p with feature tests.
10320         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
10321         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
10322         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
10323         (eudc-bob-toggle-inline-display):
10324         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
10325         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
10327         * net/eudcb-ph.el (eudc-ph-open-session):
10328         Replace eudc-xemacs-mule-p with its former definition.
10330         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
10331         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
10333         * progmodes/vera-mode.el (vera-xemacs): Remove.
10334         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
10336         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
10337         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
10338         (vhdl-speedbar-initialize, vhdl-ps-print-init)
10339         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
10340         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
10341         with (featurep 'xemacs).
10343         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
10344         (save-buffer-state-x):
10345         * obsolete/fast-lock.el (fast-lock-verbose):
10346         * emulation/viper-init.el (viper-xemacs-p)
10347         (viper-cond-compile-for-xemacs-or-emacs):
10348         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
10349         * ps-print.el (case-fold-search):
10350         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
10351         * calculator.el (calculator-help): Use featurep 'xemacs.
10353         * progmodes/prolog.el: Undo previous change.
10354         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
10356         * progmodes/dcl-mode.el:
10357         * play/yow.el:
10358         * calendar/todo-mode.el:
10359         * calendar/cal-hebrew.el:
10360         * vc-hg.el: Undo previous change.
10362         * vms-patch.el: Likewise.
10363         (print-region-function): Pacify byte-compiler.
10365 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
10367         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
10368         preserve-uid-gid.
10370         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
10371         compatibility.  It is not used, though.
10373         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
10374         Require tramp-cmds.el.
10375         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
10376         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
10377         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
10378         (tramp-do-copy-or-rename-file-out-of-band)
10379         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
10380         possible, because we don't need to create the temporary file, but
10381         we need a prefix for ssh, which has its own temporary file handling.
10382         (tramp-handle-delete-directory): Add "-f" to rmdir.
10383         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
10384         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
10385         a signal, in order to give the callee a chance to suppress.
10386         (tramp-handle-write-region): Set owner also in case of short
10387         track.  Don't use compatibility calls for `write-region' anymore.
10388         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
10389         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
10391         * net/tramp-cmds.el: New file.
10393         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
10394         `tramp-clear-passwd'.
10396         * net/trampver.el: Update release number.
10398 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
10400         * progmodes/gud.el (gud-target-name): Move definition before use.
10402         * progmodes/dcl-mode.el: Require imenu at compile time.
10404         * progmodes/cc-engine.el (c-maybe-stale-found-type):
10405         Pacify byte-compiler.
10407         * obsolete/fast-lock.el: Use featurep test instead of string-match.
10409         * eshell/esh-mode.el (eshell-handle-ansi-color):
10410         Require ansi-color at compile time too.
10412         * eshell/em-unix.el (eshell/info): Require info at compile time too.
10414         * w32-fns.el: Require w32-vars.
10416         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
10417         time too.
10419 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10421         * double.el ([ignore]): Use `ignore'.
10422         (double-setup): Inline into double-mode.
10423         (double-mode): Use define-minor-mode.
10425 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
10427         * textmodes/reftex.el: Move require easymenu before first use.
10428         (reftex-info): Require info at compile too.
10430         * textmodes/org-publish.el (org-publish-org-to-html)
10431         (org-publish-org-to): Require org at compile time too.
10432         (org-publish-attachment): Require at compile time too.
10434         * term/tty-colors.el (w32-tty-standard-colors):
10435         Pacify byte-compiler.
10437         * term/pc-win.el (frame-creation-function-alist): Add to this
10438         instead of setting frame-creation-function.
10440         * play/blackbox.el (bb-up, bb-down): Use forward-line.
10442         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
10444         * calendar/todo-mode.el: Require calendar at compile time.
10446         * calendar/cal-hebrew.el: Require holidays at compile time.
10448         * w32-vars.el: Provide w32-vars.
10450         * term/w32-win.el: Require w32-vars.
10451         (w32-color-map): Pacify byte-compiler.
10453         * loadup.el: Load w32-vars before term/w32-win.
10455 2007-10-20  Juri Linkov  <juri@jurta.org>
10457         * textmodes/fill.el (fill-paragraph): When the region is active,
10458         don't try other `or' branches regardless of the value returned by
10459         fill-region; just return t.
10461 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
10463         * vc.el (vc-do-command): Condition out a misleading message when
10464         running asynchronously.
10465         (vc-deduce-fileset): New argument enables using an unregistered
10466         visited file as a singleton fileset if nothing else is available.
10467         (vc-next-action): Restore file-registering behavior.
10469 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
10471         * calc/README: Add recent news.
10473 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
10475         * term/x-win.el (x-gtk-stock-map, icon-map-list)
10476         (x-gtk-map-stock): Delete duplicated definitions from merge.
10478         * progmodes/compile.el (compilation-skip-to-next-location)
10479         (compilation-skip-threshold, compilation-skip-visited):
10480         Move definitions earlier.
10482         * play/decipher.el (decipher-keypress):
10483         * play/zone.el (zone-fall-through-ws):
10484         * play/landmark.el (lm-move-down, lm-move-up):
10485         * play/handwrite.el (handwrite):
10486         * mail/mspools.el (mspools-visit-spool):
10487         * wdired.el (wdired-next-line, wdired-previous-line):
10488         * tar-mode.el (tar-subfile-save-buffer):
10489         * scroll-lock.el (scroll-lock-next-line)
10490         (scroll-lock-previous-line):
10491         * image-dired.el (image-dired-next-line)
10492         (image-dired-previous-line):
10493         * ediff-help.el (ediff-help-message-line-length):
10494         Use forward-line.
10496         * smerge-mode.el (smerge-auto-refine):
10497         * diff-mode.el (diff-auto-refine): Add :group.
10499         * play/yow.el: Require doctor at compile time.
10501         * vmsproc.el: Provide vmsproc.
10502         (command-send-input): Use forward-line.
10504         * vms-patch.el: Require ps-print and vmsproc at compile time.
10506         * vc-mtn.el (log-view-message-re, log-view-file-re)
10507         (log-view-font-lock-keywords): Pacify byte-compiler.
10509         * vc-hg.el: Require log-view at compile time.
10511 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
10513         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
10515 2007-10-20  Glenn Morris  <rgm@gnu.org>
10517         * progmodes/f90.el (f90-font-lock-keywords-2)
10518         (f90-looking-at-type-like): Fix regexp typos.
10520 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
10522         * bs.el (bs--track-window-changes): Don't refresh the whole list.
10523         (bs-mode): Set mode-class property to special.
10525 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * diff-mode.el (diff-auto-refine): New var.
10528         (diff-hunk): Use it.
10529         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
10530         (diff-refine-change): Rename from diff-fine-change.  Change it.
10531         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
10532         (diff-refine-hunk): Rename from diff-fine-highlight.
10534 2007-10-20  John Paul Wallington  <jpw@pobox.com>
10536         * help-fns.el (describe-variable-custom-version-info): New function
10537         to return variable's version or package version note.
10538         (describe-variable): Use it, display result.
10540 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10542         * smerge-mode.el (smerge-auto-refine): New var.
10543         (smerge-next, smerge-prev): Use it.
10544         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
10546         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10547         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
10549         * vc-bzr.el (vc-bzr-diff-tree):
10550         * vc-git.el (vc-git-diff-tree):
10551         * vc-hg.el (vc-hg-diff-tree):
10552         * vc-mcvs.el (vc-mcvs-diff-tree):
10553         * vc-mtn.el (vc-mtn-diff-tree):
10554         * vc-svn.el (vc-svn-diff-tree): Remove.
10556         * vc-mtn.el (vc-mtn-revision-completion-table):
10557         * vc-cvs.el (vc-cvs-revision-completion-table):
10558         * vc-arch.el (vc-arch-revision-completion-table):
10559         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
10560         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
10561         Make it work when the arg is a list of files.
10563 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10565         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
10566         Also `revision-completion-table' now takes a list of files.
10567         (vc-deduce-fileset): Remove unused var `regexp'.
10568         Only obey allow-directory-wildcard in dired buffers.
10569         (vc-default-diff-tree): Remove.
10570         (vc-diff-added-files): New var.
10571         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
10572         (vc-version-diff): Revert from `vc-history-diff' to the original name.
10573         Remove the `backend' arg.
10574         (vc-contains-version-controlled-file): Remove.
10575         (vc-diff): Bring it closer to the version in Emacs-22.
10576         (vc-revert): Fix typo in let-binding.
10577         (vc-default-unregister): Remove.
10578         (vc-dired-buffers-for-dir): Remove N^2 behavior.
10580 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
10582         * textmodes/two-column.el (2C-split, 2C-merge):
10583         * textmodes/bib-mode.el (bib-find-key, mark-bib):
10584         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10585         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
10586         * progmodes/ada-xref.el (ada-get-all-references):
10587         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
10588         * emulation/vi.el (vi-previous-line-first-nonwhite)
10589         (vi-effective-range, vi-put-before):
10590         * emulation/edt.el (edt-next-line, edt-previous-line)
10591         (edt-paragraph-forward): Use forward-line.
10593         * progmodes/etags.el (tags-apropos): Require apropos at compile
10594         time too.
10596         * progmodes/prolog.el: Require comint when compiling.
10597         (inferior-prolog-flavor): Move defvar before use.
10599 2007-10-19  Richard Stallman  <rms@gnu.org>
10601         * font-core.el (turn-on-font-lock-if-desired):
10602         Rename from `turn-on-font-lock-if-enabled'.
10603         Fully obey `font-lock-global-modes'.
10605 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
10608         which will not affect the behavior of things like forward-word.
10609         (diff-fine-highlight): Preserve point.
10611         * doc-view.el (doc-view-mode-map): Use remapping.
10612         Don't rebind C-v, M-v to their default value.
10613         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
10615         * smerge-mode.el: Add word-granularity refinement.
10616         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
10617         (smerge-refine-weight-hack): New vars.
10618         (smerge-refine-forward): New fun.
10619         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
10620         (smerge-refine-subst): Use them as well.  Preserve point.
10622 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
10624         * follow.el (follow-unload-function): New function.
10626         * loadhist.el (unload-function-features-list):
10627         Rename from `unload-hook-features-list'.
10628         (unload-hook-features-list): Add as obsolete alias.
10629         (unload-feature): Use `unload-function-features-list'
10630         and new FEATURE-unload-function.
10632 2007-10-19  Glenn Morris  <rgm@gnu.org>
10634         * bindings.el (mouse-minor-mode-menu)
10635         (minor-mode-menu-from-indicator): Move to mouse.el.
10636         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
10637         Move here from bindings.el.
10639 2007-10-19  Richard Stallman  <rms@gnu.org>
10641         * help-fns.el (describe-function-1): Don't use the advice origname
10642         if it has no function definition.
10644 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
10646         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
10647         Use `save-restriction' rather than `widen'.
10649 2007-10-18  Richard Stallman  <rms@gnu.org>
10651         * time.el (display-time-world-time-format): Display day # not month #.
10653 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10655         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
10657         * doc-view.el: Remove version keyword.
10658         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10659         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
10660         (doc-view-ghostscript-options): Improve custom type.
10661         (doc-view-cache-directory, doc-view-conversion-buffer)
10662         (doc-view-conversion-refresh-interval): Simplify custom type.
10664 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
10666         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
10667         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
10668         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
10669         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
10670         Remove superfluous messages.
10671         (doc-view-mode-map): Use the image-mode scrolling commands.
10672         Don't rebind C-x k.
10674 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10676         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
10677         Add comment about "-dSAFER".
10679 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * term/xterm.el: Don't require xt-mouse.
10682         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
10683         calling turn-on-xterm-mouse-tracking-on-terminal directly.
10685         * xt-mouse.el: Don't change the global function-key-map anny more.
10686         (xterm-mouse-mode): Use terminal-init-xterm-hook.
10687         Don't use after-make-frame-functions now that term/xterm.el calls
10688         us directly.
10689         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
10690         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
10691         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
10692         Setup input-decode-map and remember that xterm-mouse-mode was
10693         enabled in this terminal.
10694         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
10695         terminals where it has been enabled.
10697         * faces.el (tty-create-frame-with-faces): Make sure not only
10698         tty-run-terminal-initialization but also set-locale-environment
10699         are run only once per terminal.
10700         (tty-run-terminal-initialization): Don't check if the terminal was
10701         already initted.
10703         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
10704         not to remove keymaps that just happen to inherit from one of ours.
10705         When setting up our keymap, make sure it won't be accidentally
10706         modified by someone else.
10708 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10710         * textmodes/artist.el (artist-previous-line, artist-next-line):
10711         * dired.el (dired-next-line, dired-previous-line):
10712         * progmodes/delphi.el (delphi-newline):
10713         * textmodes/org.el (org-columns-eval):
10714         Use forward-line.
10716         * emerge.el (emerge-setup): Use insert-buffer-substring.
10717         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
10719 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
10721         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
10722         (adaptive-fill-function): Doc fix.  Remove * from docstring.
10724 2007-10-18  Tom Horsley  <tom.horsley@att.net>
10726         * simple.el (interprogram-paste-function): Doc fix.
10727         (current-kill): Accept list of strings as well
10728         as single string from `interprogram-paste-function'.
10730 2007-10-18  Glenn Morris  <rgm@gnu.org>
10732         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
10734 2007-10-18  Drew Adams  <drew.adams@oracle.com>
10736         * bindings.el (mode-line-minor-mode-keymap):
10737         Add mouse-minor-mode-menu on mouse-1.
10738         (mode-line-modes): Add mouse-1 to help-echo text.
10739         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
10740         New functions.
10741         (mode-line-minor-mode-help): Doc fix.
10743 2007-10-17  Juri Linkov  <juri@jurta.org>
10745         * textmodes/fill.el (fill-paragraph-or-region): Remove function
10746         at the request of RMS.
10747         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
10748         arg `region'.  Fix docstring.  At the first `or' branch add call to
10749         `fill-region' if it the region is active in transient-mark-mode.
10751         * bindings.el (esc-map): Bind M-q to fill-paragraph
10752         instead of fill-paragraph-or-region.
10754         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
10755         with fill-paragraph.
10757         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
10758         Fix docstring.
10760         * indent.el (indent-for-tab-command): Change interactive spec from
10761         "P" to "p".  Add check for interactive arg before indenting the
10762         active region.
10764         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
10765         Regroup.
10767 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
10769         * emacs-lisp/find-func.el: Don't require loadhist.
10771         * loadhist.el (feature-symbols, file-provides, file-requires)
10772         (file-set-intersect, file-dependents): Simplify.
10773         (unload-feature-special-hooks): Update list of special hooks.
10775 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
10777         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
10778         extensions since they can be viewed with doc-view.
10780         * files.el (auto-mode-alist): Make doc-view-mode the default mode
10781         for pdf, ps and dvi files.
10783         * doc-view.el: Make doc-view-mode the standard mode for viewing
10784         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
10785         text and image display.  Add binding C-c C-e to switch to an
10786         editing mode.
10787         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
10788         avoid security problems when rendering files from untrusted sources.
10790 2007-10-17  Aaron Hawley  <aaronh@garden.org>
10792         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
10793         position is not saved.
10795 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10797         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
10798         (doc-view-ghostscript-options): Fix typo in doc string.
10800 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10802         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
10803         handling, so compilation-fake-loc works again.
10805         * server.el (server-select-display): Nop if we do not support m-f-o-d.
10806         (server-process-filter): Revert last change.
10808         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
10809         behavior unrelated to filesets.
10811 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
10813         * longlines.el (longlines-wrap-follows-window-size): Integer value
10814         specifies wrapping margin.
10815         (longlines-mode, longlines-window-change-function):
10816         Set window-specific wrapping margin based on the above.
10818 2007-10-17  John Wiegley  <johnw@newartisans.com>
10820         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
10822 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
10824         * server.el (server-process-filter): Only set display if X11 is
10825         supported.
10827 2007-10-17  Glenn Morris  <rgm@gnu.org>
10829         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10830         Tweak regexp to avoid stack overflow.
10832 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * simple.el (reindent-then-newline-and-indent): Don't assume that
10835         indent-according-to-mode preserves point.
10837 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
10839         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
10840         (bs--nth-wrapper): Simplify.
10841         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
10842         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
10843         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
10844         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
10845         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
10846         (bs-configurations, bs-default-configuration)
10847         (bs-alternative-configuration, bs-cycle-configuration-name)
10848         (bs-string-show-always, bs-string-show-never, bs-string-current)
10849         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
10850         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
10851         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
10852         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
10853         (bs--window-config-coming-from): Revert 2006-11-09 change.
10854         (bs--restore-window-config): Keep the selected frame.
10855         (bs--track-window-changes, bs--remove-hooks): New functions.
10856         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
10857         (bs--create-header): Remove.
10858         (bs--create-header-line): New function, based on `bs--create-header'.
10859         (bs--show-header): Use `bs--create-header-line'.
10860         (bs--show-with-configuration): Revert 2006-11-09 change.
10861         Don't reuse window unless it is visible on the selected frame.
10862         Restore window configuration (possibly in a different frame)
10863         before creating any window.
10865 2007-10-16  Glenn Morris  <rgm@gnu.org>
10867         * simple.el (blink-matching-open): Don't report false errors with
10868         the `$' syntax class.
10870 2007-10-16  Richard Stallman  <rms@gnu.org>
10872         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
10873         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
10874         (ad-is-advised, ad-get-advice-info-field)
10875         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
10877 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10879         * vc-hooks.el (vc-workfile-version): Compatibility alias.
10880         (vc-default-working-revision): Compatibility for backends.
10882 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
10884         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
10885         (filesets-ormap, filesets-sort-case-sensitive-flag)
10886         (filesets-remake-shortcut, filesets-ingroup-collect-files):
10887         Fix typos in docstrings.
10888         (filesets-conditional-sort, filesets-find-or-display-file)
10889         (filesets-data-get-name, filesets-data-get-data)
10890         (filesets-data-set, filesets-cmd-query-replace-getargs)
10891         (filesets-ingroup-collect): Doc fixes.
10893 2007-10-15  Sam Steingold  <sds@gnu.org>
10895         * mail/sendmail.el (sendmail-error-reporting-interactive)
10896         (sendmail-error-reporting-non-interactive): New variables for
10897         sendmail error reporting options to simplify support for imperfect
10898         sendmail emulators.
10899         (sendmail-send-it): Use them instead of list literals.
10901 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
10903         * help-fns.el: Revert previous change; it creates a
10904         dependency loop between advice.el and help-fns.el.
10906 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
10908         * help-fns.el: Require advice when compiling.
10910 2007-10-14  Drew Adams  <drew.adams@oracle.com>
10912         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
10913         (ring-insert+extend, ring-remove+insert+extend, ring-member)
10914         (ring-next, ring-previous): New functions.
10916 2007-10-14  Richard Stallman  <rms@gnu.org>
10918         * emacs-lisp/advice.el (documentation): Advice deleted.
10919         Doc for advised functions is now handled at C level.
10920         (ad-stop-advice, ad-start-advice): Don't enable or disable
10921         advice for `documentation'.
10922         (ad-advised-definition-docstring-regexp): Var deleted.
10923         (ad-make-advised-definition-docstring): Store orig name
10924         as text property of string.
10925         (ad-advised-definition-p): Check for text property of docstring.
10927         * help-fns.el (describe-function-1): Find source of advised functions.
10929 2007-10-14  Juri Linkov  <juri@jurta.org>
10931         * faces.el (describe-face): Allow handling a string as the face name.
10933         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
10934         active region in transient-mark-mode.
10935         (ispell-region): Change messages displayed at the start and end of
10936         the spell-checking to be the same.
10938         * startup.el (fancy-startup-tail): Say exactly what does the button
10939         dismiss ("Dismiss this startup screen").  Use text "Never show
10940         it again" for the checkbox after this button.
10941         (fancy-startup-screen, fancy-about-screen): Put point before the
10942         first link, so the user can quickly select links with the keyboard.
10943         (normal-mouse-startup-screen): Add more useful text describing how
10944         to follow a link.
10946 2007-10-14  Glenn Morris  <rgm@gnu.org>
10948         * progmodes/etags.el (select-tags-table): Disable undo in the
10949         `*Tags Table List*' buffer.
10951 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
10953         * dired.el (dired-warn-writable): New face.
10954         (dired-warn-writable-face): New variable.
10955         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
10956         of dired-warning-face, for group- and world-writable files.
10958 2007-10-13  Richard Stallman  <rms@gnu.org>
10960         * files.el (directory-abbrev-alist): Doc fix.
10962 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
10964         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
10966 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
10968         * frame.el (set-frame-configuration): Assign name parameter only
10969         if it has been set explicitly before.
10971 2007-10-11  Tom Tromey  <tromey@redhat.com>
10973         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
10974         frame is visible.
10976 2007-10-10  Richard Stallman  <rms@gnu.org>
10978         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
10979         in *Backtrace*.
10981         * faces.el (face-font-selection-order): Doc fix.
10983         * loadhist.el (unload-feature): Doc fix.
10985 2007-10-13  Glenn Morris  <rgm@gnu.org>
10987         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
10988         (octave-re-search-forward-kw, octave-re-search-backward-kw):
10989         Add doc string, and an explicit COUNT argument.
10990         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
10991         `inc' to search functions.
10993         * faces.el (face-spec-set): When FRAME is nil, set the default for
10994         new frames (restores pre-2007-09-17 behavior).  Doc fix.
10996 2007-10-13  John W. Eaton  <jwe@octave.org>
10998         * progmodes/octave-mod.el (octave-looking-at-kw)
10999         (octave-re-search-forward-kw, octave-re-search-backward-kw):
11000         New functions.
11001         (octave-in-defun-p, calculate-octave-indent)
11002         (octave-blink-matching-block-open, octave-beginning-of-defun)
11003         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
11004         to search for regexps that contain case-sensitive keywords.
11005         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
11006         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
11008 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
11010         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
11011         Do not use a single clause cond.
11013         * cus-start.el (all): Use test that does not match the X11 version
11014         for mac.
11016 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
11018         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
11019         BROWSE buffer.
11021 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
11023         * cus-start.el (all): Undo previous change.
11025 2007-10-13  Glenn Morris  <rgm@gnu.org>
11027         * woman.el (woman0-rename): Fix paren typo.
11029         * mail/feedmail.el (feedmail-run-the-queue)
11030         (feedmail-look-at-queue-directory):
11031         * mail/reporter.el (reporter-dump-state):
11032         * net/eudc-hotlist.el (eudc-edit-hotlist):
11033         * net/eudc.el (eudc-display-records)
11034         (eudc-filter-duplicate-attributes)
11035         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
11036         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
11037         (eudc-bbdb-query-internal):
11038         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
11039         * net/socks.el (socks-build-auth-list):
11040         * progmodes/cc-cmds.el (top level):
11041         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
11042         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
11043         (cperl-write-tags, cperl-tags-treeify):
11044         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
11045         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
11046         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
11047         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
11048         (idlwave-toolbar-remove-everywhere):
11049         * progmodes/idlwave.el (idlwave-indent-line)
11050         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
11051         (idlwave-write-paths, idlwave-all-method-classes)
11052         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
11053         (idlwave-fix-keywords, idlwave-display-calling-sequence)
11054         (idlwave-complete-in-buffer):
11055         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
11056         (org-fast-tag-selection):
11057         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
11058         than mapcar.
11060 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
11062         * diff-mode.el (diff-fine-change): Add :group.
11064 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
11066         * cus-start.el (all): Use the same test as the 22.2 branch.
11068 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11070         * diff-mode.el (diff-current-defun): Force recomputation of
11071         change-log-default-name.
11073 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
11075         * startup.el (fancy-startup-screen): Remove an unnecessary newline
11076         and some leftover logic regarding dedicated frames.  If showing
11077         concise startup screen, fit window to buffer.
11078         (command-line-1): If we will be using the splash screen, use
11079         find-file instead of find-file-other-window to find additional files.
11080         Comment out unused code for coping with the old sit-for behavior.
11082 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11084         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
11085         `meta' modifier consistently, rather than using sometimes meta
11086         sometimes alt.
11088 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
11090         * window.el (handle-select-window): Revert part of 2007-10-08
11091         change setting the input focus.
11093 2007-10-12  Glenn Morris  <rgm@gnu.org>
11095         * startup.el (command-line): Do not read abbrev file in batch mode.
11097         * emacs-lisp/byte-opt.el (top level):
11098         * mail/rmail.el (rmail-list-to-menu):
11099         * obsolete/hilit19.el (hilit-mode):
11100         * progmodes/cc-mode.el (c-postprocess-file-styles)
11101         (c-submit-bug-report):
11102         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
11103         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
11104         (reftex-access-parse-file):
11105         * textmodes/reftex-cite.el (reftex-do-citation)
11106         (reftex-insert-bib-matches):
11107         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11108         * textmodes/reftex-sel.el (reftex-select-unmark):
11109         * textmodes/reftex-toc.el (reftex-toc-do-promote):
11110         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
11112         * cus-edit.el (custom-variable-menu, custom-face-menu)
11113         (custom-group-menu): Check init-file-user rather than
11114         user-init-file, in case cus-edit is loaded by site-run-file.
11116 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
11118         * vc.el (vc-deduce-fileset): Delete unused code.
11119         (vc-next-action): Fix typos.
11121 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
11123         * bs.el (bs--mark-unmark): New function.
11124         (bs-mark-current, bs-unmark-current): Use it.
11126 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11128         * vc.el (vc-diff):
11129         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
11130         temporarily disable the check for his edge case of
11131         vc-diff (stopping it from grinding when called from $HOME), as
11132         it's calling some brittle code in vc-hooks.el.
11133         (with-vc-properties): Fix evaluation time of a macro argument.
11134         * ediff-vers.el (ediff-vc-internal):
11135         * vc-hooks.el:
11136         * loaddefs.el: Follow up on VC terminology change.
11138 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
11140         * follow.el (follow-stop-intercept-process-output):
11141         Use `follow-call-process-filter' rather than `process-filter'.
11142         Simplify.
11144 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11146         * vc-hooks.el (vc-registered): Robustify this function a bit
11147         against filenames with no directory component.
11149 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * international/characters.el: Undo unwanted and unexplained change.
11153 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11155         * ps-print.el: Fix the usage of :foreground and :background face
11156         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
11157         (ps-print-version): New version 6.7.6.
11158         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
11159         Fix code.
11160         (ps-face-foreground-color-p, ps-face-background-color-p)
11161         (ps-face-color-p): New inline funs.
11163 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
11165         * textmodes/org.el (org-additional-option-like-keywords): New constant.
11166         (org-complete): Use `org-additional-option-like-keywords'.
11167         (org-parse-local-options): New function.
11169 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
11171         * textmodes/org.el (org-in-clocktable-p): New function.
11172         (org-clock-report): Only update the table at point, or insert a new one.
11173         (org-clock-goto): New function.
11174         (org-open-file): Use `start-process-shell-command' instead of
11175         `shell-command' with an ampersand.
11176         (org-deadline, org-schedule): New argument REMOVE to remove the
11177         date from the entry.
11178         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
11179         argument to `org-schedule' and `org-deadline'.
11180         (org-trim): Use the correct expressions for beginning and end of
11181         the string.
11182         (org-get-cleaned-entry): Trim the string before returning it.
11183         (org-clock-find-position): New function.
11184         (org-clock-into-drawer): New option.
11185         (org-agenda-tags-column): Rename from
11186         `org-agenda-align-tags-to-column'.
11187         (org-agenda-align-tags): Allow negative values for
11188         `org-agenda-tags-column'.
11189         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
11190         (org-agenda-to-appt): New optional argument FILTER.
11191         (org-completion-fallback-command): New variable.
11192         (org-complete): Use `org-completion-fallback-command'.
11193         (org-find-base-buffer-visiting): Catch the case that there is no
11194         buffer visiting the file.
11195         (org-property-or-variable-value): New function.
11196         (org-todo): Use `org-property-or-variable-value'
11197         (org-agenda-compact-blocks): New option.
11198         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
11199         (org-agenda-schedule, org-agenda-deadline):
11200         Call `org-agenda-show-new-time'.
11201         (org-agenda-show-new-time): New argument PREFIX.
11202         (org-colgroup-info-to-vline-list): Fix but that cause a
11203         shift in the vertical lines.
11204         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
11205         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
11206         (org-indent-item): No arg in call to `org-fix-bullet-type'.
11207         (org-fix-bullet-type): Remove argument.
11208         (org-read-date): Check for am/pm twice, to catch the end time.
11209         (org-goto-map): Use `suppress-keymap'.
11210         (org-remember-apply-template): Respect the dynamically scoped
11211         selection character.
11213 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
11215         * textmodes/org-export-latex.el (org-export-latex-protect-string):
11216         Renaming of `org-latex-protect'.
11217         (org-export-latex-emphasis-alist): By default, don't protect
11218         any emphasis formatter from further conversion.
11219         (org-export-latex-tables): Honor column grouping for tables.
11220         (org-export-latex-title-command): New option.
11221         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
11222         export backslash character.
11224 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11226         * frame.el (frame-inherited-parameters): Remove unused `environment'
11227         parameter, and let server.el add `client' when needed.
11229         * server.el (server-create-tty-frame)
11230         (server-create-window-system-frame): Set frame-inherited-parameters.
11232         * frame.el (frame-inherited-parameters): New var.
11233         (make-frame): Use it.
11235         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
11237         * env.el (let-environment): Remove.  Unused.
11238         (read-envvar-name): Simplify.
11239         (setenv): Remove unused arg `frame'.
11241         * help-fns.el (describe-variable): Add missing "  " for multiline
11242         obsolescence info and missing EOL after global value.
11244 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11246         * add-log.el:
11247         * ediff-vers.el:
11248         * log-view.el:
11249         * pcvs.el:
11250         * vc-arch.el:
11251         * vc-bzr.el:
11252         * vc-cvs.el:
11253         * vc.el:
11254         * vc-git.el:
11255         * vc-hg.el:
11256         * vc-hooks.el:
11257         * vc-mcvs.el:
11258         * vc-mtn.el:
11259         * vc-rcs.el:
11260         * vc-sccs.el:
11261         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
11262         {find,init,next,previous,annotate-*,log}-version ->
11263         {find,init,next,previous,annotate-*,log}-revision,
11264         annotate-focus-version -> annotate-working-revision, The term
11265         'focus' is gone.  The term 'revision' is now used consistently
11266         everywhere that reference to a revision ID is intended, replacing
11267         older use of 'version'.
11269 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
11271         * follow.el: Change all instances of "Follow Mode" to "Follow
11272         mode" in docstrings and messages.
11273         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
11275 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11277         * vc.el (vc-next-action): Rewrite completely; this principal
11278         entry point now operates on a current fileset selected either
11279         explicitly via VC-Dired or implicitly by visiting a file buffer,
11280         rather than always operating on the file of the current buffer as
11281         in older versions.  Rewrite the rest of the mode to match.
11282         (with-vc-properties): Rewrite to operate on a file list.
11283         (with-vc-file): vc-checkin takes a file list argument now.
11284         (vc-post-command-functions): This hook now receives a file list.
11285         (vc-do-command): Take a either a file or a file list as argument.
11286         (vc-deduce-fileset): New function for deducing a file list to
11287         operate on.
11288         (vc-next-action-on-file, vc-next-action-dired): Remove.
11289         Merge into vc-next-action.
11290         (vc-register): Adapt to the fact that vc-start-entry now takes a
11291         file list.
11292         (vc-register-with): New function.
11293         (vc-start-entry): Take a file list argument rather than a
11294         file argument.
11295         (vc-checkout): Cope with vc-start-entry taking a file list.
11296         (vc-steal-lock): Cope with with-vc-properties taking a
11297         file list.
11298         (vc-checkin): Take a file list argument rather than a file argument.
11299         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
11300         (vc-diff-internal): Rewrite for filesets.
11301         (vc-diff-sentinel): New function, tests whether changes were
11302         written into a diff buffer.
11303         (vc-diff): Rewrite for filesets.
11304         (vc-version-diff): Rewrite for filesets.
11305         (vc-print-log): Take a fileset argument.
11306         (vc-revert): Revert the entire selected fileset, not just the
11307         current buffer.
11308         (vc-rollback): Roll back the entire selected fileset, if
11309         possible.  No longer accepts a prefix argument.
11310         (vc-update): Merge new changes for the entire selected
11311         fileset, not just the current buffer.
11312         (vc-revert-file): Cope with with-vc-properties taking a file list.
11313         (vc-default-dired-state-info): Add + status suffix if the file is
11314         modified.
11315         (vc-annotate-warp-version): Use the new diff machinery.
11316         (vc-log-edit): Take a file list argument rather than a file argument.
11318 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
11320         Sync with Tramp 2.1.11.
11322         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11323         Pacify byte compiler.
11325         * net/trampver.el: Update release number.
11327 2007-10-09  Richard Stallman  <rms@gnu.org>
11329         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
11331 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
11333         * follow.el: Require easymenu.
11334         (follow-mode-hook, follow-mode): Doc fixes.
11335         (follow-mode-off-hook): Mark as obsolete.
11337 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
11339         * window.el (mouse-autoselect-window-cancel): Don't cancel for
11340         select-window or select-frame events.
11341         (handle-select-window): When autoselecting window set input
11342         focus.  Restructure.
11344         * frame.el (focus-follows-mouse): Move to frame.c.
11345         * cus-start.el (all): Add focus-follows-mouse.
11347 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
11349         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
11350         activate font-locking in the *buffer-selection* buffer.
11351         (bs-show-sorted): Doc fix.
11353         * bs.el (bs--get-marked-string, bs--get-modified-string)
11354         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11355         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
11356         (bs--format-aux): Doc fix.
11358 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
11360         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
11362 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
11364         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
11365         (gud-gdb): New function for old M-x gdb (text command mode).
11366         (gud-gdb-command-name, gdb): Move to...
11368         * progmodes/gdb-ui.el: ...here and adapt doc string.
11369         (gud-gdba-command-name, gdba): Delete.
11371 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
11373         * bs.el: Don't defvar `font-lock-verbose'.
11374         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
11375         (bs--get-file-name): Fix typos in docstrings.
11376         (bs--show-header): Use `dolist' instead of `mapcar'.
11377         (bs-mode): Set `show-trailing-whitespace' to nil.
11378         (bs-buffer-sort-function, bs-mouse-select-other-frame)
11379         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
11380         Doc fixes.
11382 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
11384         * progmodes/gud.el (pdb): Specify file for gud-break.
11386 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
11388         * progmodes/gud.el (gdb): Make graphical mode the default and
11389         switch to text command mode if appropriate, i.e., reverse previous
11390         arrangement.
11391         (gud-gdb-marker-filter): Adapt for above change.
11393         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
11394         gud-minor-mode and gud-marker-filter.
11395         (gdb-fullname-regexp): New variable.
11396         (gud-gdba-marker-filter): Use it to switch to text command
11397         mode if appropriate.
11399 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
11401         * progmodes/gud.el (gud-display-line): Find source buffer even when
11402         GUD buffer has its own frame.
11404 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11406         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
11408 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11410         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
11412 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
11414         * allout.el (allout-before-change-handler): Replace got-char by
11415         goto-char.
11417 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11419         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
11420         Used to try and automatically enabled smerge-mode in the presence of
11421         conflicts and to call `svn resolved' when the conflicts are gone.
11422         (vc-svn-parse-status): Remember the svn-specific status.
11424 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
11426         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
11427         menu-bar-apropos-menu.  All users changed.
11428         (menu-bar-help-menu): Change menu symbols to better match the text
11429         displayed by the menu.
11431 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
11433         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
11434         #, @, : and ^.
11436 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
11438         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
11440         * log-view.el (log-view-mode-map): Likewise.
11442         * diff-mode.el (diff-mode-shared-map): Likewise.
11444 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
11446         * files.el (file-name-sans-versions): Also allow `A-Z'.
11448         * vc.el: Mention all supported VC backends.
11450 2007-10-08  Richard Stallman  <rms@gnu.org>
11452         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
11453         neighbouring buttons.
11455 2007-10-08  Andreas Schwab  <schwab@suse.de>
11457         * files.el (file-name-sans-versions): Also allow `_'.
11459 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
11461         * files.el (file-name-sans-versions): Allow - and a-z in version names.
11463         * log-view.el (log-view-mode-map, log-view-mode-menu):
11464         Bind log-view-annotate-version.
11465         (log-view-beginning-of-defun, log-view-end-of-defun)
11466         (log-view-annotate-version): New functions.
11467         (log-view-mode): Use log-view-beginning-of-defun and
11468         log-view-end-of-defun.
11470 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
11474 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
11477         neighbouring buttons.
11479         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11480         Recognize gcc's use of "note" for informational messages.
11482 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
11485         (css-mode): Update correspondingly.
11487 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
11489         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
11490         Signed-off-by, Acked-by and Merge.
11492 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11494         * ediff-init.el (ediff-verbose-p): This var is not a constant.
11496 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11498         * vc-mtn.el: New file.
11500         * vc-hooks.el (vc-handled-backends): Add Mtn.
11502 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
11504         * files.el (find-file, find-file-other-window)
11505         (find-file-other-frame, find-file-existing, find-file-read-only)
11506         (find-file-read-only-other-window)
11507         (find-file-read-only-other-frame)
11508         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
11510 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
11512         * progmodes/gud.el (gdb-ready): New variable.
11513         (gdb): Set it to nil.  Set gud-running to nil here...
11514         (gud-common-init): ...instead of here.
11516         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
11517         Use gdb-ready.  Discard input until GDB is ready to accept it.
11519 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
11521         * dired.el (dired-warning): Inherit from font-lock-warning-face to
11522         make it show up with eight colors.
11524 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
11527         diffs are concatenated with no intervening line.
11529 2007-10-08  Dave Love  <fx@gnu.org>
11531         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
11532         (python-font-lock-keywords): Update to the 2.5 version of the language.
11533         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
11534         (python-backspace): Only behave funny in code.
11535         (python-compilation-regexp-alist): Add PDB stack trace regexp.
11536         (inferior-python-mode): Add PDB prompt regexp.
11537         (python-fill-paragraph): Refine the fenced-string regexp.
11538         (python-find-imports): Handle imports spanning several lines.
11539         (python-mode): Add `class' to hideshow support.
11541 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11544         Use add-log-buffer-file-name-function rather than binding
11545         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
11546         when `fi' is the ChangeLog file itself.
11548         * outline.el (outline-flag-region): Use front-advance.
11550 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
11552         * progmodes/cperl-mode.el: Merge upstream 5.23.
11553         (cperl-where-am-i): Remove function.
11554         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
11555         (cperl-sniff-for-indent): De-invert [string] and [comment].
11556         When looking for label, skip s:m:y:tr.
11557         (cperl-indent-line): Likewise.
11558         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
11559         (cperl-windowed-init): Wrong `ps-print' handling.
11560         Both thanks to Chong Yidong.
11561         (cperl-look-at-leading-count): Could fail with unfinished RExen.
11562         (cperl-find-pods-heres): If the second part of s()[] is missing,
11563         don't try to highlight delimiters...
11565 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11567         * progmodes/compile.el (compilation-get-file-structure): Complete last
11568         change by also using spec-directory in the puthash.
11570 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
11572         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
11573         (vc-bzr-status): Fix shadowing of variable 'status'.
11574         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
11575         Use `expand-file-name' instead of `concat'.
11576         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
11577         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
11579 2007-10-08  Jason Rumney  <jasonr@gnu.org>
11581         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
11583 2007-10-08  Richard Stallman  <rms@gnu.org>
11585         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
11586         Add `safe-local-variable' property.
11587         (lisp-body-indent): Likewise.
11589 2007-10-08  Richard Stallman  <rms@gnu.org>
11591         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
11592         Add doc string.
11594 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
11596         * files.el (backup-buffer-copy): Try to overwrite old backup first.
11598 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
11600         * repeat.el (repeat): Use last-repeatable-command instead of
11601         real-last-command.  Run pre- and post-command hooks for
11602         self-insertion.  Update doc-string.
11604 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
11606         * vc-git.el (vc-git-state): Call git-add --refresh to update the
11607         state of the file.
11608         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
11609         (vc-git-create-repo): Fix invalid command.
11611 2007-10-08  Richard Stallman  <rms@gnu.org>
11613         * textmodes/flyspell.el (flyspell-mode):
11614         Catch errors in flyspell-mode-on.
11616 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
11618         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
11620 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * international/encoded-kb.el (encoded-kbd-setup-display):
11623         Use input-decode-map rather than local-key-translation-map.
11625         * term/rxvt.el (rxvt-alternatives-map): New map.
11626         (terminal-init-rxvt): Use it.
11627         Bind rxvt-function-map in input-decode-map.
11629         * term/xterm.el (xterm-alternatives-map): New map.
11630         (terminal-init-xterm): Use it.
11631         Bind xterm-function-map in input-decode-map.
11633         * term/x-win.el (x-alternatives-map): New var.
11634         (x-setup-function-keys): Use it.
11636         * help-fns.el (describe-variable): Slightly change the layout of
11637         meta-info to separate it better from the docstring.
11638         Standardize insertion of extra empty lines in various circumstances.
11640         * diff-mode.el (diff-hunk-style): New fun.
11641         (diff-end-of-hunk): Use it.
11642         (diff-context->unified): Use the new `apply' undo element,
11643         if applicable, so as to save undo-log space.
11644         (diff-fine-change): New face.
11645         (diff-fine-highlight-preproc): New function.
11646         (diff-fine-highlight): New command.
11647         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
11649         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
11650         (smerge-refine-highlight-change): Add `props' argument.
11651         (smerge-refine-subst): New function holding most of smerge-refine.
11652         (smerge-refine): Use it.
11654 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
11656         * vc.el (vc-default-wash-log): Remove unused code, the
11657         log washers all live in the backends now.
11658         (vc-default-comment-history): Correct for the fact
11659         that wash-log is argumentless in the new API.
11661 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
11663         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
11664         (tramp-maybe-send-script): Apply `member' but `memq'.
11665         (tramp-advice-file-expand-wildcards): Simplify implementation.
11667 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
11669         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
11671         * mb-depth.el (minibuf-depth-indicator-function): New variable.
11672         (minibuf-depth-setup-minibuffer): Use it.
11674 2007-10-07  Glenn Morris  <rgm@gnu.org>
11676         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
11677         version numbers.
11679 2007-10-06  Juri Linkov  <juri@jurta.org>
11681         * textmodes/fill.el (fill-paragraph-or-region): New function.
11683         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
11684         instead of fill-paragraph.
11686         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
11687         with fill-paragraph-or-region.  Suspend command is now the same
11688         `suspend-frame' on window systems and on tty.
11690         * image.el (image-type): Check if image-types is bound to not fail
11691         on tty.
11693         * delsel.el (delete-selection-pre-hook):
11694         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
11695         is fbound to not fail on mouseless tty.
11697 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
11699         * net/tramp.el (top): Move loading of tramp-util.el and
11700         tramp-vc.el to tramp-compat.el.
11701         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
11702         temporary file if possible, in order to avoid a security hole.
11703         (tramp-do-copy-or-rename-file-out-of-band)
11704         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
11705         with DONT-CREATE, because the connection is not setup yet.
11706         (tramp-handle-process-file): Rewrite temporary file handling.
11707         (tramp-completion-mode): New defvar.
11708         (tramp-completion-mode-p): Use it.
11710         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
11712         * net/tramp-fish.el (tramp-fish-handle-process-file):
11713         Rewrite temporary file handling.
11715 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
11717         * vc.el: Workfile version -> focus version change.  Port various
11718         comments from new VC to reduce the noise in the diff.
11719         Patch in the new vc-create-repo function to go with the
11720         header comment about it already present.
11721         There are no changes to existing logic in this patch.
11722         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
11724 2007-10-06  Aaron Hawley  <aaronh@garden.org>
11726         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
11728 2007-10-05  Chris Moore  <dooglus@gmail.com>
11730         * server.el (server-kill-new-buffers): Doc fix.
11732 2007-10-05  John W. Eaton  <jwe@octave.org>
11734         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
11735         (octave-begin-keywords): Add "do".
11736         (octave-end-keywords): Remove "end".
11737         (octave-reserved-words): Add "end".  Remove "all_va_args",
11738         "gplot", and 'gsplot".
11739         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
11740         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
11741         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
11742         "default_return_value", "define_all_return_values",
11743         "do_fortran_indexing", "empty_list_elements_ok",
11744         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
11745         "ok_to_lose_imaginary_part", "prefer_column_vectors",
11746         "prefer_zero_one_indexing", "propagate_empty_matrices",
11747         "resize_on_range_error", "treat_neg_dim_as_zero",
11748         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
11749         "warn_divide_by_zero", "warn_function_name_clash",
11750         "warn_missing_semicolon", "whitespace_in_literal_matrix".
11751         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
11752         "crash_dumps_octave_core", "sighup_dumps_octave_core",
11753         "sigterm_dumps_octave_core".
11754         (octave-block-match-alist): Remove "end" from block-end keywords.
11755         (octave-mode): Update ftp site address.
11757 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
11759         * vc.el: Reorder functions, no code changes.
11761 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
11763         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
11764         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
11765         the cond clauses where needed.
11766         (tramp-handle-write-region): Rearrange code for proper handling of
11767         tmpfile.
11769         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
11771         * net/tramp.el:
11772         * net/tramp-fish.el:
11773         * net/tramp-ftp.el:
11774         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
11775         `tramp-compat-make-temp-file'.
11777 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11779         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
11781 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
11784         already uses a more recent copyright version than the "current" one.
11786 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
11788         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
11789         (doc-view-insert-image): Minor aesthetical docstring changes.
11791 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
11793         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
11794         completing filename.
11795         (doc-view-search-internal): Docstring change.
11797 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
11799         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
11800         (tramp-file-name-handler-alist):
11801         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
11802         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
11803         used before, creates the file already, which is not desired.
11804         (tramp-do-copy-or-rename-file-directly): Simplify handling of
11805         temporary file.
11806         (tramp-handle-insert-file-contents): Assign the result in the
11807         short track case.
11808         (tramp-handle-insert-file-contents-literally): New defun.
11809         (tramp-completion-mode-p): Revert change from 2007-09-24.
11810         Checking for `return' etc as last character is not sufficient, for
11811         example in dired-mode when entering <g> (revert-buffer) or
11812         <s> (dired-sort).
11814         * net/tramp-compat.el (top): Add also compatibility code for loading
11815         appropriate timer package.
11816         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
11817         order to avoid autoloading problems.
11819         * net/tramp-fish.el:
11820         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
11822         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
11823         where the second parameter of `copy-file' or `rename-file' is a
11824         remote file but not via ftp.
11826 2007-10-02  Richard Stallman  <rms@gnu.org>
11828         * frame.el (cursor-in-non-selected-windows): Doc fix.
11830 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
11832         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
11833         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
11835 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
11837         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
11838         when `expt' doesn't give range errors.
11840 2007-10-01  Markus Triska  <markus.triska@gmx.at>
11842         * calc/calc-math.el (math-smallest-emacs-expt):
11843         Make the computation more robust.
11845 2007-09-30  David Kastrup  <dak@gnu.org>
11847         * startup.el (argv): Alias for `command-line-args-left' to use as
11848         `(pop argv)' inside of --eval command sequences.  Allows for
11849         passing shell commands into Emacs verbatim without need for Lisp
11850         quoting.
11852         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
11853         check only for changed size.
11854         (auto-revert-tail-handler): Get size from caller.  If the file has
11855         shrunk, tail the whole file again (the file presumably has been
11856         rewritten).
11858         * woman.el (woman-topic-all-completions, woman-mini-help):
11859         Fix fallout from 2007-09-07 introduction of `dolist' when the list
11860         actually was being manipulated in the loop.
11861         (woman-Cyg-to-Win, woman-pre-process-region)
11862         (woman-horizontal-escapes, woman-if-body, woman-unescape)
11863         (woman-strings, woman-special-characters, woman1-hc)
11864         (woman-change-fonts, woman-find-next-control-line):
11865         Use `match-beginning' rather than `match-string' when the result is
11866         just used as a flag.
11868 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
11870         * net/tramp-compat.el: New file.
11872         * net/tramp.el:
11873         * net/tramp-fish.el:
11874         * net/tramp-smb.el:
11875         * net/tramp-uu.el:
11876         * net/trampver.el: Move compatibility code to tramp-compat.el.
11877         Apply `mapc' instead of `mapcar' when the code needs side effects
11878         only.  Move utf-8 coding cookie to the second line.
11880 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
11882         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
11883         Improve custom type.
11884         (icon-map-list): Make it customizable.  Document how to disable
11885         stock icons.
11887 2007-09-30  Richard Stallman  <rms@gnu.org>
11889         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
11891 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11893         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
11895 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11897         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
11898         (t-mouse-mode): New compatibility alias.
11900 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
11902         * server.el (server-delete-client): Only delete the terminal if it
11903         is non-nil.
11905 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
11907         * net/tramp.el (with-file-property, with-connection-property):
11908         Highlight as keyword.
11909         (tramp-rfn-eshadow-setup-minibuffer)
11910         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11911         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
11912         (tramp-do-copy-or-rename-file-directly)
11913         (tramp-do-copy-or-rename-file-out-of-band)
11914         (tramp-handle-shell-command, tramp-get-debug-buffer)
11915         (tramp-send-command-and-read, tramp-equal-remote)
11916         (tramp-get-local-gid): Pacify byte-compiler.
11917         (tramp-handle-file-name-directory): Result shall not be expanded.
11918         (tramp-find-foreign-file-name-handler): Rewrite.
11919         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
11921         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
11923         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11924         Apply `tramp-completion-mode-p'.
11925         (tramp-fish-handle-set-file-times)
11926         (tramp-fish-handle-executable-find)
11927         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
11928         (tramp-fish-retrieve-data): Pacify byte-compiler.
11930         * net/tramp-gw.el (tramp-gw-basic-authentication):
11931         Call `tramp-read-passwd' with first parameter `nil'.
11933 2007-09-28  Glenn Morris  <rgm@gnu.org>
11935         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
11936         than mapcar.
11938         * textmodes/tex-mode.el (tex-suscript-height-ratio)
11939         (tex-suscript-height-minimum): New customizable variables.
11940         (tex-suscript-height): New function.
11941         (superscript, subscript): Set height using tex-suscript-height
11942         rather than fixing at 0.8.
11943         (tex-fontify-script, tex-font-script-display): Add :version tag.
11945 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
11947         * progmodes/python.el (python-eldoc-function): Doc fix.
11949 2007-09-27  Glenn Morris  <rgm@gnu.org>
11951         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
11952         image if it is not in image-type-auto-detectable, or is there with
11953         a nil value.
11955 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
11957         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
11958         connection more robust.
11960 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
11962         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
11963         Deal with the case that special &keywords are at the beginning or
11964         end of the argument list.  Also add some (incomplete) support for
11965         non-standard arglists.
11967 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
11969         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
11970         (eldoc-message-commands, eldoc-current-idle-delay)
11971         (eldoc-function-argstring-format): Fix typos in docstrings.
11973 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
11975         * calc/calc-units.el (calc-convert-units)
11976         (calc-convert-temperature): Remove unnecessary colons.
11978 2007-09-26  Bastien Guerry  <bzg@altern.org>
11980         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
11981         New function.
11982         (org-export-latex-remove-from-headlines): Name changed because of typo.
11983         (org-export-latex-quotation-marks-convention): Option removed.
11984         (org-export-latex-make-preamble): Handle the DATE option.
11985         (org-export-latex-cleaned-string): Now the only cleaning function,
11986         synched up with org.el.
11987         (org-export-latex-lists, org-export-latex-parse-list)
11988         (org-export-list-to-latex): New functions.
11990 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
11992         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
11993         (org-outline-regexp): New constant.
11994         (org-remember-handler): Throw error when the target file is not in
11995         org-mode.
11996         (org-cleaned-string-for-export): No longer call
11997         `org-export-latex-cleaned-string' with an argument.
11998         (org-get-tags): Returns now a list, not a string.
11999         (org-get-tags-string): New function.
12000         (org-archive-subtree): No need to split return of `org-get-tags'.
12001         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
12002         instead of `org-get-tags'.
12003         (org-agenda-format-date): Rename from `org-agenda-date-format'.
12004         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
12005         (org-compatible-face): New argument INHERITS.  Inherit from this
12006         face if possible.
12007         (org-level-1, org-level-2, org-level-3, org-level-4)
12008         (org-level-5, org-level-6, org-level-7, org-level-8)
12009         (org-special-keyword, org-drawer, org-column, org-warning)
12010         (org-archived, org-todo, org-done, org-headline-done, org-table)
12011         (org-formula, org-code, org-agenda-structure)
12012         (org-scheduled-today, org-scheduled-previously)
12013         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
12014         in the new way.
12015         (org-get-heading): New argument NO-TAGS.
12016         (org-fast-tag-selection-include-todo): Made defvar instead of
12017         defcustom, feature is not deprecated.
12018         (org-remember-store-without-prompt): New default value t.
12019         (org-todo-log-states): New variable.
12020         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
12021         Compute the log states.
12022         (org-goto-map): More commands copied from global map.  Also bind
12023         `org-occur'.
12024         (org-goto): Made into a general lookup command.
12025         (org-get-location): Complete rewrite.
12026         (org-goto-exit-command): New variable.
12027         (org-goto-selected-point): New variable.
12028         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
12029         Set the new variables.
12030         (org-paste-subtree): Whitespace insertion strategy revised.
12031         (org-remember-apply-template): Protect v-A from the possibility
12032         that v-a might be nil.
12033         (org-remember-handler): Insertion rules revised.
12034         (org-todo): Respect org-todo-log-states.
12035         (org-up-heading-safe): New function.
12036         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
12038 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
12040         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
12041         region if in transient-mark-mode.
12043 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
12045         * calc/calc-ext.el (calc-init-extensions, calc-reset):
12046         * calc/calc-help.el (calc-full-help):
12047         * calc/calc-misc.el (another-calc):
12048         * calc/calc-store.el (calc-var-name-map):
12049         * calc/calc-stuff.el (calc-flush-caches):
12050         * calc/calc-units.el (math-build-units-table):
12051         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
12052         (calc-quit):
12053         * calendar/icalendar.el (icalendar--format-ical-event)
12054         (icalendar--convert-ical-to-diary):
12055         * emacs-lisp/authors.el (authors):
12056         * emacs-lisp/cust-print.el (custom-print-install)
12057         (custom-print-uninstall):
12058         * emacs-lisp/disass.el (disassemble-1):
12059         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12060         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
12061         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
12062         (elint-check-let-form, elint-check-condition-case-form)
12063         (elint-initialize):
12064         * emacs-lisp/elp.el (elp-results):
12065         * emacs-lisp/generic.el (generic-mode-internal):
12066         * emacs-lisp/re-builder.el (reb-delete-overlays):
12067         * emacs-lisp/regi.el (regi-interpret):
12068         * emacs-lisp/sregex.el (sregex--char-aux):
12069         * emulation/cua-rect.el (cua--deactivate-rectangle)
12070         (cua--highlight-rectangle, cua--rectangle-post-command):
12071         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
12072         * emulation/viper-macs.el (viper-describe-kbd-macros)
12073         (viper-describe-one-macro):
12074         * emulation/viper-util.el (viper-setup-master-buffer):
12075         * emulation/viper.el (set-viper-state-in-major-mode):
12076         * international/mule-diag.el (describe-current-coding-system):
12077         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
12078         * mail/emacsbug.el (report-emacs-bug):
12079         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
12080         * obsolete/hilit19.el (hilit-unhighlight-region)
12081         (hilit-set-mode-patterns):
12082         * play/solitaire.el (solitaire-check, solitaire-solve):
12083         * play/zone.el (zone-pgm-rotate):
12084         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
12085         * progmodes/ada-prj.el (ada-prj-display-page):
12086         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
12087         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
12088         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
12089         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
12090         * progmodes/sh-script.el (sh-make-vars-local)
12091         (sh-reset-indent-vars-to-global-values):
12092         * progmodes/sql.el (top):
12093         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
12094         * progmodes/xscheme.el (top):
12095         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
12096         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
12097         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
12098         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
12099         (artist-submit-bug-report):
12100         * textmodes/flyspell.el (flyspell-delay-commands)
12101         (flyspell-deplacement-commands):
12102         * textmodes/table.el (table--generate-source-epilogue, table-insert)
12103         (table--generate-source-cells-in-a-row, table--make-cell-map)
12104         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
12106 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
12108         * allout.el (produce-allout-mode-map, allout-process-exposed):
12109         * ansi-color.el (ansi-color-make-color-map):
12110         * autoinsert.el (auto-insert):
12111         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
12112         * dired-aux.el (dired-create-files):
12113         * dired.el (dired-restore-desktop-buffer):
12114         * ediff-diff.el (ediff-setup-fine-diff-regions):
12115         * ediff-mult.el (ediff-intersect-directories)
12116         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
12117         (ediff-redraw-registry-buffer):
12118         * ediff-ptch.el (ediff-fixup-patch-map):
12119         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
12120         (ediff-really-quit, ediff-clear-diff-vector):
12121         * emerge.el (emerge-really-quit):
12122         * ffap.el (ffap-replace-file-component):
12123         * filecache.el (file-cache-add-directory)
12124         (file-cache-add-directory-recursively)
12125         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
12126         (file-cache-delete-directory, file-cache-files-matching-internal)
12127         (file-cache-display):
12128         * files.el (cd):
12129         * find-lisp.el (find-lisp-insert-directory):
12130         * finder.el (finder-compile-keywords):
12131         * help.el (view-emacs-news):
12132         * hi-lock.el (hi-lock-write-interactive-patterns):
12133         * ido.el (ido-to-end, ido-set-matches-1):
12134         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
12135         (image-dired-mark-tagged-files):
12136         * jka-cmpr-hook.el (jka-compr-get-compression-info):
12137         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
12138         * ps-print.el (ps-background, ps-begin-file)
12139         (ps-build-reference-face-lists):
12140         * simple.el (clone-buffer):
12141         * startup.el (command-line):
12142         * tempo.el (tempo-insert-template, tempo-is-user-element)
12143         (tempo-forward-mark, tempo-backward-mark):
12144         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
12146 2007-09-25  Glenn Morris  <rgm@gnu.org>
12148         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
12150         * view.el (view-search-no-match-lines): Add a doc string.
12151         Rewrite to simplify and work better.
12153 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
12155         * progmodes/cc-mode.el (c-mode-base-map):
12156         Use c-indent-line-or-region instead of c-indent-line.
12158         * indent.el (indent-for-tab-command): First check if the region is
12159         active.
12161 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12163         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
12164         whitespace-rescan-timer-time is 0.
12166 2007-09-24  Karl Berry  <karl@gnu.org>
12168         * international/mule.el (coding-system-base): Fix doc string grammar.
12170 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
12172         * net/tramp.el (tramp-completion-mode-p): Rename from
12173         `tramp-completion-mode'.  Revert logic, check `return', `newline'
12174         and such alike.  Packages like Icicles tend to use other completion
12175         characters but `tab' and `space' only.
12177 2007-09-24  Adam Hupp  <adam@hupp.org>
12179         * progmodes/python.el (run-python): Import emacs module without
12180         waiting; prevents lockup on error.
12182 2007-09-23  Richard Stallman  <rms@gnu.org>
12184         * mail/sendmail.el (mail-bury): Delete the frame
12185         if this frame looks like it was made for this message.
12187         * completion.el (completion-separator-self-insert-command)
12188         (completion-separator-self-insert-autofilling):
12189         If `self-insert-command' has been remapped, use the substitute.
12191         * simple.el (copy-region-as-kill): Doc fix.
12193         * textmodes/org.el (org-confirm-shell-link-function)
12194         (org-confirm-elisp-link-function): Doc fixes.
12196 2007-09-23  Glenn Morris  <rgm@gnu.org>
12198         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
12200 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
12202         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
12204         * term/tvi970.el (terminal-init-tvi970): Likewise.
12206         * term/sun-mouse.el (print-mouse-format): Likewise.
12208         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
12209         Use forward-line instead of previous-line and next-line.
12211 2007-09-22  Juri Linkov  <juri@jurta.org>
12213         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
12215         * tutorial.el (tutorial--default-keys): Update standard bindings:
12216         rename `iconify-or-deiconify-frame' to `suspend-frame',
12217         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
12219 2007-09-22  Juri Linkov  <juri@jurta.org>
12221         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
12222         Add help-echo to external links and to links without description.
12223         (fancy-splash-insert): Use help-echo from the 3rd element of the
12224         link specification list, or "Follow this link" if it's nil.  Doc fix.
12226 2007-09-22  Juri Linkov  <juri@jurta.org>
12228         * startup.el (command-line): Rename `inhibit-startup-message' to
12229         `inhibit-startup-screen'.
12230         (fancy-about-text): Use shorter label for "Ordering Manuals".
12231         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
12232         is nil, display a line with "To start..." and 3 links to useful
12233         tasks.  Display the "Dismiss" button and "Don't show this message
12234         again" only when concise is non-nil.
12235         (fancy-startup-screen): Call `fancy-startup-tail' with optional
12236         arg `concise'.  If CONCISE is non-nil, display a concise version
12237         of the splash screen in another window.  Otherwise, switch to the
12238         startup buffer in the same window.
12239         (startup-echo-area-message): Change displayed binding from
12240         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
12241         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
12242         the GNU system".
12243         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
12244         to "*GNU Emacs*".
12245         (display-about-screen): Don't check the existence of the buffer
12246         "*About GNU Emacs*".
12247         (display-splash-screen): Make alias to `display-startup-screen'.
12248         (command-line-1): Rename `inhibit-startup-message' to
12249         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
12250         started with command line options "-f", "-funcall", "-e", "-eval",
12251         "-execute", "-insert", "-find-file", "-file", "-visit".
12252         Inhibit startup screen when Emacs is started with a file name only
12253         on tty (i.e. don't inhibit it when started with a file name like
12254         "emacs FILE..." on a window system).
12255         (command-line-1): Simplify logic of displaying the startup screen:
12256         if file-count > 0, then display the concise version in another
12257         window, otherwise display full version in the same window.
12259         * help.el (help-map): Bind C-h C-a to about-emacs.
12260         (help-for-help-internal): Add C-a description to C-h help text.
12262 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
12264         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
12265         (checkdoc-permit-comma-termination-flag): Autoload the
12266         safe-local-variable setting.
12268         * bookmark.el (bookmark-xemacsp): Remove.
12269         (bookmark-make): Don't use bookmark-xemacsp,
12270         use (featurep 'xemacs) instead.
12272         * speedbar.el (speedbar-frame-mode)
12273         (speedbar-frame-reposition-smartly)
12274         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
12275         (speedbar-check-vc): Remove use of non-existent variable
12276         dframe-xemacsp, use (featurep 'xemacs) instead.
12278         * indent.el (indent-for-tab-command): Indent the region if
12279         transient-mark-mode and the region is active.
12281 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12283         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
12284         add inferior-octave-directory-tracker to the buffer-local value
12285         of comint-input-filter-functions.
12287 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
12289         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
12291 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
12293         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
12294         on w32 frames.
12296 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12298         * startup.el (normal-top-level): Remove DISPLAY from
12299         process-environment to let it be computed dynamically in callproc.c.
12301         * frame.el (frame-initialize, make-frame):
12302         * faces.el (tty-set-up-initial-frame-faces):
12303         * env.el (setenv): Don't set display-environment-variable.
12305         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
12306         (server-create-tty-frame): Don't set unused `tty' property.
12307         Set `display' instead of display-environment-variable.
12308         (server-create-window-system-frame): No display-environment-variable.
12310 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
12312         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
12313         (rfn-eshadow-update-overlay-hook): New defvars.
12314         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
12315         Run the hooks.
12317         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
12318         (tramp-rfn-eshadow-setup-minibuffer)
12319         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
12320         rfn-eshadow.el.
12322         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
12323         timeout.
12325 2007-09-21  Glenn Morris  <rgm@gnu.org>
12327         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
12328         * term/sun-mouse.el (suspend-emacstool): Remove.
12329         * term/sun.el: Remove emacstool-related code.
12331         * emacs-lisp/bytecomp.el (byte-compile-warnings)
12332         (byte-compile-warnings-safe-p): Add `mapcar'.
12333         (byte-compile-warning-types): Add mapcar and make-local.
12334         (byte-compile-normal-call): Add option to suppress mapcar warning.
12335         (top-level): Use mapc rather than mapcar in eval-when-compile.
12337         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
12338         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
12339         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
12340         Handle escaped parens.
12341         (latex-forward-sexp): Doc fix.
12343         * eshell/esh-mode.el (eshell-output-filter-functions):
12344         Add eshell-postoutput-scroll-to-bottom.
12346         * loadup.el: Remove termdev.
12348         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
12349         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
12351 2007-09-21  Markus Triska  <markus.triska@gmx.at>
12353         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
12354         `mapcar' is called for effect.
12356 2007-09-21  Kevin Ryde  <user42@zip.com.au>
12358         * international/mule.el (sgml-html-meta-auto-coding-function):
12359         Bind `case-fold-search' to t.
12361 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12363         * termdev.el: Remove.
12365         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
12366         (frames-on-display-list): Use it.
12368         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
12370         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
12372 2007-09-20  Richard Stallman  <rms@gnu.org>
12374         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
12376 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12378         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
12380 2007-09-20  Glenn Morris  <rgm@gnu.org>
12382         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
12383         motion functions, rather than hard-coding "\n\n".
12384         (tex-validate-region): Check for eobp, to speed up.
12385         (tex-next-unmatched-end): Doc fix.
12387 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * files.el (auto-mode-alist): Use archive-mode for .rar files.
12391         * international/mule.el (auto-coding-alist): Rar archives are binary.
12393         * arc-mode.el: Add basic support for Rar.
12394         (archive-find-type): Recognize Rar's signature.
12395         (archive-desummarize): New fun.
12396         (archive-summarize): Use it to restore the buffer's data in case
12397         someone wants to switch to some other major mode.
12398         (archive-resummarize): Use it as well.
12399         (archive-rar-summarize, archive-rar-extract): New functions.
12401         * filesets.el: Remove spurious * in docstrings.
12402         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
12403         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
12404         (filesets-ingroup-collect): Remove unused arg `depth'.
12405         (filesets-update): Remove unused arg `version'.
12407         * finder.el (finder-compile-keywords): Fix up comment style.
12408         (finder-mouse-face-on-line): previous-line -> forward-line.
12410         * recentf.el: Remove spurious * in docstrings.
12411         (recentf-save-list): Fix up comment style.
12413         * progmodes/octave-mod.el: Remove spurious * in docstrings.
12414         (octave-mode-map): Move init into declaration and remove \t binding.
12415         (octave-mode-startup-message): Remove unused var.
12416         (octave-scan-blocks): Remove unused arg `from'.
12417         (octave-forward-block, octave-down-block, octave-up-block):
12418         Update callers.
12420         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
12421         (meta-mode-map): Likewise and remove \t binding.
12423         * net/snmp-mode.el: Remove spurious * in docstrings.
12424         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
12425         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
12426         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
12427         that completion accepts lists of strings.
12428         (snmp-mode-syntax-table): Move initialization into declaration.
12429         (snmp-mode-map): Likewise and remove \t binding.
12430         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
12431         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
12432         (snmp-indent-command): Remove.
12434         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
12435         binding, so tab-always-indent works right.
12437 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
12439         * net/browse-url.el (browse-url-elinks-new-window): New function.
12440         (browse-url-elinks): Use browse-url-elinks-new-window.
12441         Accept optional second argument `new-window'.  Fix typo in doc-string.
12442         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
12443         Improve error message.
12445 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12447         * net/browse-url.el (browse-url-url-encode-chars): Use the right
12448         parameter name in the function body.
12449         Reported by Johannes Weiner.
12451 2007-09-19  Glenn Morris  <rgm@gnu.org>
12453         * net/socks.el (socks-open-network-stream): Signal an explicit
12454         error if the port associated with a service string can't be found.
12456         * textmodes/tex-mode.el (tex-terminate-paragraph):
12457         Use backward-paragraph.
12459 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12461         * server.el (server-running-p): New function.
12463 2007-09-18  Jason Rumney  <jasonr@gnu.org>
12465         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
12466         x-focus-frame.
12468         * frame.el (select-frame-set-input-focus, select-frame-by-name):
12469         Use x-focus-frame for w32.
12471 2007-09-17  David Kastrup  <dak@gnu.org>
12473         * textmodes/tex-mode.el (tex-verbatim-environments):
12474         Eliminate CL dependency.
12476 2007-09-17  Richard Stallman  <rms@gnu.org>
12478         * newcomment.el (comment-add): New arg EXTRA.
12479         (comment-region-default): Pass EXTRA if not indenting lines.
12481 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12483         * net/browse-url.el (browse-url-url-encode-chars): New function.
12484         URL-encode some chars in a string.
12485         (browse-url-encode-url): Rewrite using the previous function.
12486         (browse-url-file-url): Use `browse-url-url-encode-chars'.
12487         (browse-url-elinks-sentinel): Fix typo.
12488         (browse-url-new-window-flag): Doc change.
12490 2007-09-17  Glenn Morris  <rgm@gnu.org>
12492         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
12493         filename from `--file-line-error', if it is available.
12495 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12497         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
12498         TeX `--file-line-error' format.
12500 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
12502         * xt-mouse.el: Delete add-hook calls that were moved to
12503         xterm-mouse-mode.
12504         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
12505         does not work.
12507 2007-09-17  Richard Stallman  <rms@gnu.org>
12509         * cus-face.el (custom-theme-set-faces): Undo previous change.
12511         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
12513 2007-09-17  Glenn Morris  <rgm@gnu.org>
12515         * textmodes/tex-mode.el (tex-region): Simplify previous change,
12516         handling the case where the region is not in `tex-main-file'.
12517         (tex-region-1): Delete.
12518         (tex-region-header): New function, doing the header part of the
12519         old tex-region-1.
12521 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12523         * simple.el (newline): Simplify use of prefix-numeric-value.
12524         (line-move-partial): Remove unused var `ppos'.
12525         (line-move-1): Replace 9999 with most-positive-fixnum.
12526         (move-end-of-line): Use more efficient single-property search.
12527         (move-beginning-of-line): Remove unused var `start'.
12528         (blink-matching-open): Restructure in a more functional style.
12530 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12532         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
12534 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12536         * server.el (server-clients): Only keep procs, no properties any more.
12537         (server-client): Remove.
12538         (server-client-get, server-client-set): Remove, replace all callers by
12539         process-get and process-put resp.
12540         (server-clients-with, server-add-client, server-delete-client)
12541         (server-create-tty-frame, server-create-window-system-frame)
12542         (server-process-filter, server-execute, server-visit-files)
12543         (server-buffer-done, server-kill-buffer-query-function)
12544         (server-kill-emacs-query-function, server-switch-buffer)
12545         (server-save-buffers-kill-terminal): Update accordingly.
12547         * server.el (server-with-environment): Simplify.
12548         (server-select-display, server-unselect-display): Re-add functions that
12549         seem to have been lost in the multi-tty merge.
12550         (server-eval-and-print, server-create-tty-frame)
12551         (server-create-window-system-frame, server-goto-toplevel)
12552         (server-execute, server-return-error): New functions extracted from
12553         server-process-filter.
12554         (server-execute-continuation): New functions.
12555         (server-process-filter): Restructure so that all arguments are analysed
12556         first and then acted upon in a subsequent stage.  This way
12557         server-goto-toplevel can be executed later, when we know if
12558         it's necessary.
12559         Remove the "-version" and "-version-good" support.
12561 2007-09-16  Drew Adams  <drew.adams@oracle.com>
12563         * cus-edit.el (custom-face-edit-activate): Doc fix.
12565 2007-09-16  Glenn Morris  <rgm@gnu.org>
12567         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
12568         Following cal-bahai renaming, update all instances of
12569         list-bahai-diary-entries to diary-bahai-list-entries,
12570         mark-bahai-diary-entries to diary-bahai-mark-entries,
12571         calendar-goto-bahai-date to calendar-bahai-goto-date,
12572         insert-bahai-diary-entry to diary-bahai-insert-entry,
12573         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
12574         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
12575         calendar-print-bahai-date to calendar-bahai-print-date.
12577         * textmodes/tex-mode.el (tex-region): Handle the case where the
12578         region is not in `tex-main-file'.  Move the old code that applies
12579         to both cases...
12580         (tex-region-1): ...to this new function.
12582 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12584         * vc.el (vc-process-sentinel): New function.
12585         (vc-exec-after): Use it instead of using ugly hackish analysis and
12586         construction of Elisp code.
12587         (vc-sentinel-movepoint): New dynamically scoped var.
12588         (vc-print-log, vc-annotate): Set it to move the user's point.
12590         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
12591         inhibit-modification-hooks.
12593         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
12594         (calendar-bahai-print-date, calendar-bahai-goto-date)
12595         (diary-bahai-list-entries, diary-bahai-insert-entry):
12596         New names to clean up the namespace a bit more.
12597         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
12599 2007-09-15  Glenn Morris  <rgm@gnu.org>
12601         * calendar/holidays.el (holiday-list): Rename it back to
12602         `list-holidays', but leave `holiday-list' as an alias.
12604         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
12605         custom group.
12607         * textmodes/css-mode.el (css): New custom group.
12608         (css-electrick-keys, css-selector, css-property)
12609         (css-indent-offset): Specify custom group.
12611 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
12614         (cvs-execute-single-file): Use process-file.
12615         (cvs-run-process): Use start-file-process.
12617 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12619         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
12620         level.  Remove the hooks when turning off the mode.
12622         * term/xterm.el: Require xt-mouse at compile time.
12623         (terminal-init-xterm): Turn on xterm mouse tracking for this
12624         terminal if xterm-mouse-mode is enabled.
12626 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
12628         * term/xterm.el (xterm-function-map): Replace bindings that were
12629         deleted by the merge.
12631 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
12633         * play/bubbles.el (bubbles-version): Bump value to "0.5".
12634         (bubbles-mode-map): Move define-key statements here.
12635         (bubbles-game-theme-menu): Ditto.
12636         (bubbles-graphics-theme-menu): Ditto.
12637         (bubbles-menu): Ditto.
12638         (bubbles-mode): Initialize buffer-undo-list, redisplay.
12639         (bubbles--initialize): Reset buffer-undo-list, redisplay.
12640         (bubbles-plop): Set buffer-undo-list, redisplay.
12641         (bubbles-undo): Reset buffer-undo-list, redisplay.
12642         (bubbles--show-images): Take care of missing text properties.
12644 2007-09-14  Glenn Morris  <rgm@gnu.org>
12646         * startup.el (fancy-startup-text, fancy-about-text): Fix face
12647         quoting.
12649         * calendar/cal-hebrew.el, calendar/cal-menu.el
12650         * calendar/calendar.el, calendar/diary-lib.el
12651         * calendar/holidays.el: Rename all instances of
12652         list-calendar-holidays callers to calendar-list-holidays,
12653         list-holidays to holiday-list, check-calendar-holidays to
12654         calendar-check-holidays, mark-calendar-holidays to
12655         calendar-mark-holidays, and filter-visible-calendar-holidays to
12656         holiday-filter-visible-calendar.
12658 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
12660         * term/xterm.el (xterm-function-map): Add C-M- bindings.
12662 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
12664         * play/bubbles.el (bubbles--initialize-images): Fix bug:
12665         Use transparent background for empty cells in graphics mode.
12667 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
12669         * man.el (Man-default-man-entry): At end of line, continue looking
12670         to the next line for possible end of hyphenated command.
12672 2007-09-13  Chris Moore  <dooglus@gmail.com>
12674         * shell.el (shell-resync-dirs): Don't move the cursor relative to
12675         the command being edited.
12677 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
12679         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
12681 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
12683         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
12684         C-M-S- keys.
12686         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
12688 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12690         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
12691         New argument `filename-p' to use one set of confusing chars or another.
12692         (browse-url-file-url): Use the argument.
12693         Suggested by Johannes Weiner.
12695 2007-09-12  Romain Francoise  <romain@orebokech.com>
12697         * cus-start.el (all): Revert 2007-09-08 change.
12699 2007-09-12  Aaron Hawley  <aaronh@garden.org>
12701         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
12702         extract .Z files, since it is more common than uncompress.
12704 2007-09-12  Glenn Morris  <rgm@gnu.org>
12706         * textmodes/org-publish.el (org-publish-org-to-html): Remove
12707         duplicate function definition.
12709 2007-09-10  Chris Moore  <dooglus@gmail.com>
12711         * diff-mode.el (diff-sanity-check-hunk):
12712         Also accept single-line hunks.
12714 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
12716         * startup.el (startup-screen-inhibit-startup-screen)
12717         (pure-space-overflow-message): New vars.
12718         (fancy-splash-insert): Allow functions for face and link specs.
12719         (fancy-splash-head): Remove unused arg.  Move splash text...
12720         (fancy-startup-text, fancy-about-text): ...here.
12721         (fancy-startup-tail): Rename from fancy-splash-tail.
12722         (fancy-startup-screen, fancy-about-screen): Split off from
12723         fancy-splash-screens.
12724         (display-startup-screen): New function.
12725         (display-about-screen): Rename from display-splash-screen.
12726         (command-line-1): Use concise startup screen if necessary.
12728 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
12730         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
12731         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
12733 2007-09-10  Dave Love  <fx@gnu.org>
12735         * outline.el (outline-4, outline-5, outline-7):
12736         Move font-lock-builtin-face down from 4 to 7 to better keep the
12737         progression of color brightness, and to better match Org-mode's faces.
12739 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12741         * progmodes/meta-mode.el (meta-font-lock-keywords)
12742         (font-lock-match-meta-declaration-item-and-skip-to-next)
12743         (meta-comment-indent, meta-indent-previous-line)
12744         (meta-indent-unfinished-line, meta-beginning-of-defun)
12745         (meta-end-of-defun, meta-common-initialization): Handle \f.
12746         (meta-indent-unfinished-line): Do not handle a `%' in a string as
12747         a comment-start.
12749         * files.el (file-modes-char-to-who, file-modes-char-to-right)
12750         (file-modes-rights-to-number): Auxiliary functions for symbolic to
12751         numeric notation of file modes.
12752         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
12753         numeric value.
12754         (read-file-modes): New.  Read either an octal value of a file mode or a
12755         symbolic value, and return its numeric value.
12757         * dired-aux.el (dired-do-chmod): Change to use the built-in
12758         `set-file-modes' and the previous symbolic mode parsing functions.
12760 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12762         * textmodes/texinfo.el: Remove spurious * in docstrings.
12763         (texinfo-mode-syntax-table, texinfo-mode-map):
12764         Initialize in the declaration.
12766         * tmm.el: Remove spurious * in docstrings.
12767         (tmm-prompt): Use with-current-buffer.
12769         * vcursor.el: Remove spurious * in docstrings.
12770         (vcursor-map): Initialize in the declaration.
12771         (vcursor-use-vcursor-map): Use define-minor-mode.
12772         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
12774         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
12775         Initialize in the declaration.
12776         (widget-minor-mode): Use define-minor-mode.
12778         * woman.el (woman-mode-map, woman-syntax-table):
12779         Initialize in the declaration.
12781 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
12783         * doc-view.el: New file.
12785 2007-09-09  Juri Linkov  <juri@jurta.org>
12787         * Makefile.in (update-authors): Add etc/ to AUTHORS.
12789         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
12791         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
12792         to "Startup screen".  Fix docstring.
12793         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
12794         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
12795         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
12796         (initial-scratch-message): Fix docstring.
12797         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
12798         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
12799         Add link to "Customize Startup" and set interval between links to
12800         5 spaces.
12801         (fancy-about-text): Add links "Authors" and "Contributing".
12802         (fancy-splash-head): Add text "Welcome to " on the startup screen,
12803         and "This is " on the about screen.  Add link to
12804         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
12805         For the about screen move emacs version to the header from
12806         `fancy-splash-tail' (as it's done already for normal about screen).
12807         (fancy-splash-tail): Insert emacs version only for startup screen.
12808         (normal-splash-screen): Remove duplicate empty lines.
12809         (normal-about-screen): Add links "Authors" and "Contributing".
12811         * menu-bar.el (menu-bar-help-menu):
12812         Move "About Emacs" and "About GNU" to the end of the Help menu.
12813         Move "Emacs Psychotherapist" after "Send Bug Report...".
12814         Move "External Packages" after "Find Emacs Packages".
12816 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
12818         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
12819         they are useless with the byte compiler.
12820         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
12821         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
12822         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
12823         (tramp-file-name-real-host, tramp-file-name-port)
12824         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
12825         defuns.
12827         * net/tramp-cache.el (top): Improve error message when
12828         `tramp-persistency-file-name' is corrupted.
12830 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
12832         * textmodes/org.el (org-re): Also replace the :alpha: class.
12833         (org-todo-tag-alist): Variable removed.
12834         (org-todo-key-alist, org-todo-key-trigger): New variables.
12835         (org-use-fast-todo-selection): New option.
12836         (org-log-done): Docstring fixed.
12837         (org-deadline-warning-days): New default value 14.
12838         (org-edit-timestamp-down-means-later): New option.
12839         (org-tag-alist): Docstring fixed.
12840         (org-fast-tag-selection-include-todo): New option.
12841         (org-export-language-setup): New languages added.
12842         (org-set-regexps-and-options): Compute the new variables.
12843         (org-paste-subtree): Cleaning up.
12844         (org-remember-apply-template): New escape %A.
12845         (org-todo): Call fast TODO selection.
12846         (org-fast-todo-selection): New function.
12847         (org-add-log-note): Allow prefix for abort exit.
12848         (org-at-property-p, org-entry-properties)
12849         (org-columns-get-autowidth-alist): Use :alpha: class.
12850         (org-get-wdays): New function.
12851         (org-agenda-remove-date): New variable.
12852         (org-agenda-get-deadlines): Use `org-get-wdays'.
12853         (org-agenda-get-deadlines): Reverse ee before returning.
12854         (org-format-agenda-item): New argument REMOVE-RE.
12855         (org-agenda-convert-date): Baha'i calendar added.
12856         (org-infile-export-plist): Also find DATE line.
12857         (org-get-min-level): New function.
12858         (org-export-as-html, org-export-as-ascii): Use the date format.
12859         (org-shiftup, org-shiftdown): Use.
12860         `org-edit-timestamp-down-means-later'.
12861         (org-assign-fast-keys): New function.
12863 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
12865         * cus-start.el (all): Add prefer-window-split-horizontally from
12866         window.c.
12868 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
12870         * net/browse-url.el (browse-url-galeon): Fix last change.
12871         (top-level): Require cl when compiling.
12873 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
12875         * textmodes/org-export-latex.el: arch-tag restored.
12877         * textmodes/org-publish.el: arch-tag restored.
12879 2007-09-08  Masatake YAMATO  <jet@gyve.org>
12881         * progmodes/which-func.el (which-func-modes): Add diff-mode.
12883         * progmodes/cc-langs.el: Support new keywords added to
12884         objective-c frontend of gcc.
12885         (c-simple-stmt-kwds): Add @throw.
12886         (c-block-stmt-2-kwds): Add @synchronized.
12887         (c-block-stmt-1-kwds): Add @finally and @try.
12889 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
12891         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
12892         (org-agenda-after-show-hook): New variable.
12893         (org-columns-compile-format)
12894         (org-columns-get-autowidth-alist, org-buffer-property-keys)
12895         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
12896         property names.
12897         (org-get-wdays): New function.
12899 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
12903         * term/xterm.el (xterm-function-map): Initialize in the declaration.
12905         * vc-arch.el (vc-arch-checkin): Fix typo.
12907 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
12909         * cus-face.el (custom-theme-set-faces): Set face attributes
12910         locally for each frame.
12912 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12914         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
12915         via font-lock-defaults.
12917         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
12918         derived-mode-p.
12920 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
12922         * progmodes/autoconf.el (autoconf-definition-regexp):
12923         Handle optional square brackets around definition name.
12925 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
12927         * net/browse-url.el (browse-url-browser-function): Add elinks.
12928         (browse-url-elinks-wrapper): New option.
12929         (browse-url-encode-url, browse-url-elinks)
12930         (browse-url-elinks-sentinel): New functions.
12931         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
12932         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
12933         Use new function browse-url-encode-url.
12935 2007-09-07  Glenn Morris  <rgm@gnu.org>
12937         * version.el (emacs-version): Revert 2007-08-29 change: no need to
12938         say if multi-tty is present.
12940 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12942         * cus-start.el (split-window-preferred-function): Add custom info.
12944         * calendar/holidays.el (holiday-list, calendar-check-holidays)
12945         (calendar-mark-holidays, calendar-list-holidays)
12946         (holiday-filter-visible-calendar): New names to clean up namespace.
12947         (filter-visible-calendar-holidays, list-calendar-holidays)
12948         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
12949         Add compatibility aliases.
12950         (calendar-check-holidays, calendar-mark-holidays)
12951         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
12952         (holiday-sexp): Replace append with list.
12953         (holiday-filter-visible-calendar): Replace append with push.
12955         * woman.el: Remove spurious * in docstrings.
12956         (woman-mini-help, woman-non-underline-faces, woman0-rename)
12957         (woman-topic-all-completions-merge, woman-file-name-all-completions)
12958         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
12959         (woman-write-directory-cache, woman-display-extended-fonts)
12960         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
12961         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
12962         (woman-mode): Use inhibit-read-only.
12963         (woman-negative-vertical-space): Use dotimes.
12964         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
12966 2007-09-06  Romain Francoise  <romain@orebokech.com>
12968         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
12969         (vc-bzr-workfile-version): Use it.
12971 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
12973         * complete.el (PC-do-completion): Don't try to treat
12974         empty string as an abbreviation.
12976 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12978         * help-fns.el (describe-variable): Keep doc's text properties.
12980 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
12982         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
12983         instead of a file.
12985 2007-09-06  Glenn Morris  <rgm@gnu.org>
12987         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
12988         (checkdoc-minor-mode): Allow user to specify lighter via
12989         checkdoc-minor-mode-string.
12991 2007-09-05  Richard Stallman  <rms@gnu.org>
12993         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
12994         Several items removed, simplified, or put on one line.
12995         (fancy-about-text): Add substantial contents, part of startup text.
12996         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
12997         (normal-splash-screen): Call normal-mouse-startup-screen,
12998         normal-no-mouse-startup-screen, or normal-about-screen.
12999         (normal-mouse-startup-screen): New fn, broken out, shortened.
13000         (normal-no-mouse-startup-screen): New fn, broken out.
13001         (normal-about-screen): New function, contents all new.
13003 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13005         * emacs-lisp/rx.el (rx): Fix typo in docstring.
13007 2007-09-05  Glenn Morris  <rgm@gnu.org>
13009         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
13010         is bound.
13012 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13014         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
13015         in doc string.
13017 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13019         * server.el (server-start, server-unload-hook): Undo previous change.
13021         * xt-mouse.el: Undo previous change.
13023 2007-09-04  Juri Linkov  <juri@jurta.org>
13025         * startup.el (fancy-about-text): New variable.
13026         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
13027         (fancy-current-text, fancy-splash-stop-time)
13028         (fancy-splash-outer-buffer): Remove variables.
13029         (fancy-splash-head, fancy-splash-tail): Add new optional argument
13030         `startup' and use it to conditionally display different texts for
13031         Startup and About screens.  Don't display Help commands on the About
13032         screen.
13033         (fancy-splash-screens-1): Remove function and move its content to
13034         `fancy-splash-screens' to the part that dislpays the About screen.
13035         (exit-splash-screen): Don't treat specially exiting from
13036         alternating screens.
13037         (fancy-splash-screens): Rename argument `static' to `startup'.
13038         Fix docstring.  Remove code for displaying alternating screens.
13039         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
13040         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
13041         for `inhibit-read-only'.
13042         (normal-splash-screen): Rename argument `static' to `startup'.
13043         Fix docstring.  Use argument `startup' to conditionally display
13044         different texts for Startup and About screens.  Don't display Help
13045         commands on the About screen.  Remove `unwind-protect' `sit-for'
13046         delay and `kill-buffer' after it.
13047         (display-startup-echo-area-message): Remove call to
13048         `use-fancy-splash-screens-p' because image.el is preloaded and
13049         doesn't display "Loading image... done".
13050         (display-splash-screen): Rename argument `static' to `startup'.
13051         Fix docstring.
13053 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13055         * server.el (server-start, server-unload-hook):
13056         suspend-tty-functions has been renamed to suspend-tty-hook.
13058         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
13059         resume-tty-hook.
13061 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
13063         * loadup.el: Fix merge problem, only load "button" once.
13065 2007-09-03  Glenn Morris  <rgm@gnu.org>
13067         * vc-svn.el (vc-svn-print-log): If there is only one file, use
13068         "Working file:" as the prefix, for the sake of
13069         log-view-current-file.
13071 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
13073         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13074         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
13075         if the selected frames is in
13076         xterm-modify-other-keys-terminal-list.
13077         (xterm-turn-off-modify-other-keys): Add an optional frame
13078         parameter.  Only turn off modify-other-keys if FRAME is in
13079         xterm-modify-other-keys-terminal-list.
13080         (xterm-remove-modify-other-keys): New function.
13081         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
13082         Add the selected frame to xterm-modify-other-keys-terminal-list.
13084 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13086         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
13087         (icon-map-list): New variable.
13088         (x-gtk-map-stock): Use icon-map-list.
13090 2007-09-02  Romain Francoise  <romain@orebokech.com>
13092         * log-view.el (log-view-current-file): Balance parens.
13094 2007-09-02  Glenn Morris  <rgm@gnu.org>
13096         * comint.el (comint-mode): Don't set scroll-conservatively.
13098         * eshell/em-unix.el (eshell/time): Stringify and flatten the
13099         non-command arguments.
13101         * log-view.el (log-view-current-file): Give a more explicit error
13102         if log-view-file-re fails to find a match.
13104 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
13106         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13107         Fix bug: Don't expand top-level file name more than once.
13108         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
13110 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13112         * server.el (server-process-filter): Don't display the splash screen.
13113         It's annoying enough on the initial screen and becomes positively
13114         obnoxious here.
13116 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13118         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
13119         Change naming to use "avl-tree--" for internal functions.
13121 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
13123         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
13124         the merge.
13125         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
13126         (provide): Move to the end of file.
13128         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
13130 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13132         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
13133         New variable.  List of exceptions for the duplicated word rule.
13134         (flyspell-mark-duplications-flag): Mention it.
13135         (flyspell-word): Treat it.
13137         * files.el (create-file-buffer): If the filename sans directory starts
13138         with spaces, remove them.
13140 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13142         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
13143         (x-gtk-map-stock): Use two directory elements when matching
13144         file name.
13146 2007-08-31  James Wright  <james@chumsley.org>
13148         * eshell/em-unix.el (eshell/info): New function.
13150 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13152         * frame.el (frame-initialize, make-frame):
13153         * server.el (server-process-filter):
13154         * faces.el (tty-set-up-initial-frame-faces): Don't set
13155         term-environment-variable since it's not used any more.
13157         * env.el (setenv): Don't treat $TERM specially.
13159         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
13160         stated otherwise, subprocesses do not send back escape sequences
13161         corresponding to the terminal from which Emacs was started.
13163 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
13165         * calculator.el: Require cl for compilation.
13167 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
13169         * outline.el (outline-font-lock-levels): Comment out unused var.
13170         (outline-font-lock-face): Wrap around face list to handle any
13171         nesting depth gracefully.
13173 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
13175         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
13176         `set-file-times'.
13178 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
13180         * textmodes/org.el (org-export-visible): Fix drawers before export.
13181         (org-do-sort): Allow sorting by priority.
13182         (org-agenda-files): Ignore non-existing files.
13183         (org-agenda-skip-unavailable-files): New variable.
13184         (org-ellipsis): All a face as value.
13185         (org-mode): Interprete the face value of `org-ellipsis'.
13186         (org-archive-save-context-info): New option.
13187         (org-archive-subtree): Store context info in archived entry.
13188         (org-fast-tag-selection-can-set-todo-state): New variable.
13189         (org-fast-tag-selection): Allow setting TODO states through this
13190         interface.
13191         (org-cycle): Docstring updated.
13192         (org-todo-keyword-faces): New option.
13193         (org-get-todo-face): New function.
13194         (org-set-font-lock-defaults, org-agenda-highlight-todo):
13195         Use `org-get-todo-face'.
13196         (org-switch-to-buffer-other-window): New function.
13197         (org-table-edit-field, org-table-show-reference)
13198         (org-table-edit-formulas, org-add-log-note)
13199         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
13200         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
13201         `switch-to-buffer-other-window' to make sure that the temporary
13202         windows show up on the current frame.
13203         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
13204         (org-get-entries-from-diary, org-replace-region-by-html):
13205         Don't allow pop-up frames.
13206         (org-agenda-get-deadlines, org-agenda-get-scheduled):
13207         Fix problems with time-of-day.
13208         (org-export-get-title-from-subtree): New function.
13209         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
13210         with listing items that are DONE.
13211         (org-change-tag-in-region): New command.
13212         (org-agenda-skip-scheduled-if-done)
13213         (org-agenda-skip-deadline-if-done): Docstring clarified.
13214         (org-mode): Hide drawers on startup.
13215         (org-get-todo-face): New function.
13216         (org-todo-keyword-faces): New option.
13217         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
13218         (org-remove-keyword-keys): New function.
13220 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
13222         * progmodes/grep.el (grep-find-ignored-directories):
13223         Add monotone _MTN bookkeeping directory in workspaces.
13224         Add RCS control directory.  List items in alphabetical order.
13226         * progmodes/grep.el (grep-files-aliases): Add cc alias.
13227         Sort items in alphabetical order.  Fix parens.
13229 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
13231         * vc-hg.el (vc-hg-extra-menu-map): New variable.
13232         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
13233         (vc-hg-pull): New functions.
13234         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
13236         * term/mac-win.el: Don't require url, only autoloaded url
13237         functions are used in this file.
13239 2007-08-29  Andreas Schwab  <schwab@suse.de>
13241         * shell.el (shell): Return correct value from interactive spec.
13243 2007-08-29  Glenn Morris  <rgm@gnu.org>
13245         * version.el (emacs-version): Increase to 23.0.50.
13247 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13249         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
13251 2007-08-29  Juri Linkov  <juri@jurta.org>
13253         * loadup.el: Add "button" loading after "faces" and move "startup"
13254         to load after "button".
13256 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
13258         * loadup.el: Load term/mac-win on a Mac using Carbon.
13260         * term/mac-win.el: Provide mac-win.
13261         (mac-initialized): New variable.
13262         (mac-initialize-window-system): New function.  Move global setup here.
13263         (handle-args-function-alist, frame-creation-function-alist):
13264         (window-system-initialization-alist): Add mac entries.
13265         (x-setup-function-keys): New function containing all the
13266         top level function key definitions.
13268         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
13270         * env.el (read-envvar-name): Don't consider the environment frame param.
13272         * env.el (setenv):
13273         * frame.el (frame-initialize, make-frame):
13274         * faces.el (tty-set-up-initial-frame-faces):
13275         * server.el (server-process-filter): Set
13276         display-environment-variable and term-environment-variable.
13278         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
13280 2007-08-29  Jason Rumney  <jasonr@gnu.org>
13282         * loadup.el: Only load term/x-win when X is compiled in.
13283         Load term/w32-win and dependencies on windows-nt.
13285         * term/w32-win.el: Reorder to match x-win.el more closely.
13286         Provide w32-win.  Don't throw error when global window-system not w32.
13287         (internal-face-interactive): Remove obsolete function.
13288         (x-setup-function-keys): Use local-function-key-map.
13289         (w32-initialized): New variable.
13290         (w32-initialize-window-system): Set it.
13291         Move more global setup here.
13292         (x-setup-function-keys): New function.
13293         (w32-initialize-window-system): Move non function key global setup here.
13294         (x-cut-buffer-max): Remove.
13295         (w32-initialize-window-system): New function.
13296         (handle-args-function-alist, frame-creation-function-alist):
13297         (window-system-initialization-alist): Add w32 entries.
13299 2007-08-29  David Kastrup  <dak@gnu.org>
13301         * env.el (getenv): Pass frame to getenv-internal.
13303 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13305         * version.el (emacs-version): Show if multi-tty is present.
13307         * loadup.el: Delay loading env; mule-conf gets confused by cl
13308         during bootstrap.  Also load termdev and term/x-win.
13310         * bindings.el (mode-line-client): New variable.
13311         (help-echo): Add it to the default mode-line format.
13313         * cus-start.el: Remove bogus window-system reference from GTK test.
13315         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
13316         (ebrowse-electric-position-mode-map):
13317         * ebuff-menu.el (electric-buffer-menu-mode-map):
13318         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
13319         not `suspend-emacs'.
13321         * ediff-wind.el (ediff-setup-windows-automatic): New function.
13322         (ediff-window-setup-function): Use it as default.
13324         * files.el (save-buffers-kill-terminal): New function.
13325         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
13327         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
13328         and `with-selected-frame'.
13330         * help-fns.el (describe-variable): Describe frame-local variables
13331         correctly.
13333         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
13334         display support.
13335         (normal-erase-is-backspace-setup-frame): New function.
13337         * subr.el (with-selected-frame): New function.
13338         (read-quoted-char): Use terminal-local binding of
13339         local-function-key-map instead of function-key-map.
13341         * talk.el (talk): New function.
13342         (talk-handle-delete-frame): New function.
13343         (talk-add-display): Open a new frame only if FRAME was not a frame.
13345         * termdev.el: New file.
13347         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
13348         * term/x-win.el: Don't bind f10.
13349         * tmm.el: Remove autoload binding for f10.
13351         * international/encoded-kb.el (encoded-kbd-setup-display): Use
13352         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
13353         Store the saved input method as a terminal parameter.  Add keymap
13354         parameter.  Use it instead of changing key-translation-map directly.
13355         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
13356         Remove.
13357         (encoded-kbd-setup-display): New function.
13359         * international/mule-cmds.el (set-locale-environment): Fix getenv
13360         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
13361         set the keyboard coding system.  Add DISPLAY parameter.
13362         (set-display-table-and-terminal-coding-system): Add DISPLAY
13363         parameter.  Pass it to set-terminal-coding-system.
13365         * international/mule.el (keyboard-coding-system): Test for
13366         encoded-kbd-setup-display, not encoded-kbd-mode.
13367         (set-terminal-coding-system, set-keyboard-coding-system): Add
13368         DISPLAY parameter.
13369         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
13371         * term/README: Update.
13373         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
13375         * term/x-win.el (x-setup-function-keys): New function.  Move
13376         function-key-map tweaks here.  Protect against multiple calls on
13377         the same terminal.  Use terminal-local binding of
13378         local-function-key-map instead of function-key-map.
13379         (x-initialize-window-system): Make a copy of pure list.  Pass a
13380         frame getenv.
13382         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
13383         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
13384         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
13385         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
13386         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
13387         local-function-key-map instead of function-key-map.
13389         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
13390         `substitute-key-definition' and `define-key' calls against
13391         multiple execution.  Use terminal-local binding of
13392         local-function-key-map instead of function-key-map.  Pass a frame
13393         to getenv.
13395         * edmacro.el (edmacro-format-keys):
13396         * emulation/cua-base.el (cua--pre-command-handler):
13397         * isearch.el (isearch-other-meta-char):
13398         * xt-mouse.el: Use terminal-local binding of
13399         local-function-key-map instead of function-key-map.
13401         * fringe.el (set-fringe-mode): Simplify and fix using
13402         `modify-all-frames-parameters'.
13403         * scroll-bar.el (set-scroll-bar-mode): Ditto.
13404         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
13405         check before calling `tool-bar-setup'.
13406         (tool-bar-setup): New variable.
13407         (tool-bar-setup): Use it to guard against multiple calls.  Add
13408         optional frame parameter, and select that frame before adding items.
13409         (toggle-tool-bar-mode-from-frame): New function.
13411         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
13412         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
13413         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
13414         "Tool-bar" toggles to reflect the state of the current frame.
13415         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
13417         * env.el: Require cl for byte compilation (for `block' and `return').
13418         (environment, setenv-internal): New functions.
13419         (let-environment): New macro.
13420         (setenv, getenv): Add optional terminal parameter.  Update docs.
13421         (setenv): Use setenv-internal.  Always set process-environment.
13422         Handle `local-environment-variables'.
13423         (read-envvar-name, setenv, getenv): Use frame parameters
13424         to store the local environment, not terminal parameters.  Include
13425         `process-environment' as well.
13427         * faces.el (tty-run-terminal-initialization): New function.
13428         (tty-create-frame-with-faces): Use it.  Set up faces and
13429         background mode only after the terminal has been initialized.
13430         Call terminal-init-*.  Don't load the initialization file more
13431         than once.  Call set-locale-environment.
13432         (frame-set-background-mode): Handle the 'background-mode terminal
13433         parameter.
13434         (tty-find-type): New function.
13435         (x-create-frame-with-faces): Remove bogus check for
13436         first frame.  Call `tool-bar-setup'.  Don't make frame visible
13437         until we are done setting up all its parameters.  Call
13438         x-setup-function-keys.
13440         * frame.el (make-frame): Always inherit 'environment and 'client
13441         parameters.  Set up the 'environment frame parameter, when needed.
13442         Also inherit 'client parameter.  Don't override explicitly
13443         specified values with inherited ones.  Add 'terminal frame
13444         parameter.  Append window-system-default-frame-alist to parameters
13445         before calling frame-creation-function.
13446         (frame-initialize): Copy the environment from the initial frame.
13447         (window-system-default-frame-alist): Enhance doc string.
13448         (frame-notice-user-settings): Don't put 'tool-bar-lines in
13449         `default-frame-alist' when initial frame is on a tty.
13450         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
13451         Remove specified parameters from `window-system-default-frame-alist'.
13452         (make-frame-on-tty, framep-on-display, suspend-frame):
13453         Extend doc string, update parameter names.
13454         (frames-on-display-list): Use terminal-id to get the display id.
13455         (frame-notice-user-settings): Extend to apply
13456         settings in `window-system-default-frame-alist' as well.
13457         (terminal-id, terminal-parameters, terminal-parameter)
13458         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
13459         (delete-frame-functions): Add to `delete-frame-functions' hook.
13460         (blink-cursor-mode): Adapt blink-cursor-mode default
13461         value from startup.el.
13462         (make-frame-on-display): Protect condition on x-initialized when
13463         x-win.el is not loaded.  Update doc.
13464         (suspend-frame): Use display-controlling-tty-p to decide between
13465         suspend-emacs and suspend-tty.
13466         (frames-on-display-list): Update for display ids.
13467         (framep-on-display): Ditto.
13468         (suspend-frame): Use display-name, not frame-tty-name.
13469         (selected-terminal): New function.
13471         * server.el: Use `device' instead of `display' or `display-id' in
13472         variable and client parameter names.
13473         (server-select-display): Remove (unused).
13474         (server-tty-live-p, server-handle-delete-tty): Remove.
13475         (server-unquote-arg, server-quote-arg, server-buffer-clients):
13476         Update docs.
13477         (server-getenv-from, server-with-environment, server-send-string)
13478         (server-save-buffers-kill-terminal): New functions.
13479         (server-delete-client): Handle quits in kill-buffer.  Don't kill
13480         modified buffers.  Add extra logging.  Delete frames after
13481         deleting the tty.  Clear 'client parameter before deleting a frame.
13482         Use delete-display, not delete-tty.
13483         (server-visit-files): Don't set `server-existing-buffer' if the
13484         buffer already has other clients.  Return list of buffers
13485         created.  Update doc.  Don't set client-record when nowait.
13486         (server-handle-delete-frame): Delete the client if this was its
13487         last frame.  Check that the frame is alive.  Remove bogus comment.
13488         Add note on possible race condition.  Delete tty clients, if needed.
13489         (server-handle-suspend-tty): Use server-send-string.  Kill the
13490         client in case of errors from process-send-string.  Use the display
13491         parameter.
13492         (server-unload-hook): Remove obsolete delete-tty hook.
13493         (server-start): Ask before restarting if the old server still has
13494         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
13495         (server-process-filter): Use server-send-string.  Accept `-dir'
13496         command.  Switch to *scratch* immediately after creating the frame,
13497         before evaluating any -evals.  Protect `display-splash-screen'
13498         call in a condition-case.  Explain why.  Call
13499         `display-startup-echo-area-message' before
13500         `display-splash-screen'.  Don't display the splash screen when no
13501         frame was created.  Show the Emacs splash screen and startup echo
13502         area message.  Display the *scratch* buffer by default.  Store the
13503         local environment in a frame (not terminal) parameter.  Do not try
13504         to decode environment strings.  Fix reference to the 'display
13505         frame parameter.  Change syntax of environment variables.  Put
13506         environment into terminal parameters, not client parameters.  Use
13507         a dummy client with --no-wait's X frames.  In `-position LINE'
13508         handler, don't ruin the request string until the line number is
13509         extracted.  Log opened files.  Handle -current-frame command.
13510         Don't create frames when it is given.  Don't bind X frames to the
13511         client when we are in -no-wait mode.  Set locale environment
13512         variables from client while creating tty frames.  Disable call to
13513         configure-display-for-locale.  When processing -position command,
13514         don't change the request string until the parameters are
13515         extracted.  Don't try to create an X frame when Emacs does not
13516         support it.  Improve logging.  Temporarily set ncurses-related
13517         environment variables to those of the client while creating a new
13518         tty frame.  Select buffers opened by nowait clients, don't leave
13519         them buried under others.  Set the display parameter, and use it
13520         when appropriate.
13522         * startup.el (display-startup-echo-area-message): Handle
13523         `inhibit-startup-echo-area-message' here.
13524         (command-line-1): Moved from here.
13525         (fancy-splash-screens): Use `overriding-local-map' instead of
13526         `overriding-terminal-local-map' for now; the latter doesn't work
13527         right, it looses keypresses to another terminal.  Use
13528         `overriding-terminal-local-map' to set up keymap.  Install a
13529         `delete-frame-functions' hook to catch `delete-frame' events.
13530         Ignore `select-window' events to cope better with
13531         `focus-follows-mouse'.  Don't switch back to the original buffer
13532         if the splash frame has been killed.  Restore previous buffer, even
13533         if it's *scratch*.
13534         (normal-splash-screen): Don't let-bind `mode-line-format'; it
13535         changes the global binding - setq it instead.  Use
13536         `save-buffers-kill-terminal'.
13537         (display-splash-screen): Don't do anything if the splash screen is
13538         already displayed elsewhere.
13539         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
13540         (command-line): Replace duplicated code with a call to
13541         tty-run-terminal-initialization.  Don't load the terminal
13542         initialization file more than once.  Remove call to nonexistent
13543         function `set-locale-translation-file-name'.
13545         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
13546         parameters.
13547         (xterm-mouse-position-function, xterm-mouse-event): Update.
13548         (xterm-mouse-mode): Don't depend on current value of window-system.
13549         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
13550         Update for multi-tty.
13551         (turn-on-xterm-mouse-tracking-on-terminal)
13552         (turn-off-xterm-mouse-tracking-on-terminal)
13553         (xterm-mouse-handle-delete-frame): New functions.
13554         (delete-frame-functions, after-make-frame-functions)
13555         (suspend-tty-functions, resume-tty-functions): Install extra hooks
13556         for multi-tty.
13558 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * simple.el (invisible-p): Remove: implemented in C now.
13561         (line-move-invisible-p): Remove obsolete alias.
13563 2007-08-28  Juri Linkov  <juri@jurta.org>
13565         * image-mode.el (image-type): New variable.
13566         (image-mode): Set default major mode name to "Image[text]".
13567         (image-minor-mode): Change LIGHTER to display image-type in the
13568         mode line.
13569         (image-minor-mode): Set default image-type to "text".
13570         (image-toggle-display): After switching to text mode, set
13571         image-type to "text" and major mode name to "Image[text]".
13572         After switching to image mode, set image-type to actual image
13573         type, and add image type to major mode name.  Let-bind the same
13574         variable names as arguments of `image-type' and `create-image'.
13575         Bind `type' to the result of `image-type' and use it as arg
13576         of `create-image' to not determine the image type twice.
13578 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
13580         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
13581         (tramp-set-file-uid-gid, tramp-get-local-uid)
13582         (tramp-get-local-gid): New defuns.
13583         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
13584         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
13585         Improve fast track.
13586         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
13587         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
13588         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
13589         (tramp-handle-write-region): Improve fast track.
13590         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
13591         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
13592         be nil.
13594 2007-08-28  Ivan Kanis  <apple@kanis.eu>
13596         * time.el: New feature to display several time zones in a buffer.
13597         (display-time-world-mode, display-time-world-display)
13598         (display-time-world, display-time-world-timer): New functions.
13599         (display-time-world-list, display-time-world-time-format)
13600         (display-time-world-buffer-name, display-time-world-timer-enable)
13601         (display-time-world-timer-second, display-time-world-mode-map):
13602         New variables.
13604 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13606         * term/x-win.el (x-gtk-stock-map): New variable.
13607         (x-gtk-map-stock): New function.
13609         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
13610         prev/next-node.
13612 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
13614         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
13616 2007-08-28  Glenn Morris  <rgm@gnu.org>
13618         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
13620 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
13622         * progmodes/modula2.el (m2-definition, m2-module):
13623         Don't use previous-line.  Reported by T. V. Raman.
13625 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13627         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
13628         argument to tool-bar-mode call.
13630 2007-08-27  Glenn Morris  <rgm@gnu.org>
13632         * diff-mode.el (diff-find-file-name): Only accept regular files,
13633         to rule out /dev/null, directories, etc.
13635         * vc-svn.el (vc-svn-diff): If the repository version of all the
13636         files is the same as the specified OLDVERS, do a local diff.
13638 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13640         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
13641         of buffers in uniquify-managed.
13643         * simple.el (invisible-p): Rename from text-invisible-p.
13644         Update callers.
13646 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
13649         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
13650         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
13651         (cperl-etags-goto-tag-location): Use new style backquotes.
13653         * net/browse-url.el: Remove spurious * in custom docstrings.
13654         (browse-url-filename-alist): Use new-style backquote.
13656         * emacs-lisp/backquote.el (backquote-unquote-symbol)
13657         (backquote-splice-symbol): Clarify they're not new-style unquotes.
13659         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
13660         (\,@): Backslash the , and ,@ which are not new-style unquotes.
13662         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
13664         * net/socks.el (socks-username/password-auth-filter):
13665         Remove unused vars `state' and `desired-len'.
13666         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
13667         (socks-wait-for-state-change): Use new-style backquotes.
13669         * pcvs.el (cvs-mode-status): Fix long-standing typo.
13671         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
13672         backquotes after each `read' rather than once per buffer.
13674         * dframe.el: Remove spurious * in custom docstrings.
13675         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
13676         (dframe-xemacs20p): Remove, inline at the sole use point.
13677         (defface): Don't defvar the face, don't use old-style backquote.
13678         (defcustom): Don't use old-style backquote.
13679         (dframe-frame-parameter, dframe-mouse-event-p):
13680         Make it obvious that it's always defined.
13681         (dframe-popup-kludge): New function to replace
13682         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
13683         (dframe-frame-mode, dframe-set-timer-internal)
13684         (dframe-mouse-set-point): Remove use of with-no-warnings from
13685         XEmacs-specific code.
13686         (dframe-set-timer-internal): Fix very old bug with
13687         post-command-idle-hook.
13689         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
13691 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
13693         * emacs-lisp/avl-tree.el: New file.
13695 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13697         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
13698         was used.
13700 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
13702         * complete.el (PC-do-completion): Make RET accept a non-unique but
13703         complete expansion again.
13705 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
13707         * eshell/esh-opt.el (eshell-eval-using-options):
13708         Add debug declaration.
13710 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13712         * log-view.el (log-view-toggle-mark-entry): Add docstring.
13713         (log-view-get-marked): Likewise.
13715         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
13716         (vc-delete-automatic-version-backups): Likewise.
13718         * vc.el (vc-dired-buffers-for-dir): Likewise.
13720 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
13722         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
13723         safe-local-variable setting.
13724         * progmodes/perl-mode.el (perl-indent-level): Likewise.
13726         * log-view.el (log-view-marked-list): Delete variable.
13727         (log-view-mode): Don't use it.
13728         (log-view-toggle-mark-entry): Likewise, simplify.
13729         (log-view-current-tag): Don't return properties.
13730         (log-view-get-marked): New function.
13732 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
13734         * vc-git.el (vc-git-mode-line-string): New function.
13736 2007-08-25  Alan Mackenzie  <acm@muc.de>
13738         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
13739         new language variable.
13741         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
13742         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
13743         "extern" etc., rather than BOI.  Fix addition of spurious
13744         syntactic-symbol 'defun-block-intro, replacing it with
13745         'innamespace, etc.
13747 2007-08-25  Juri Linkov  <juri@jurta.org>
13749         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
13751         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
13752         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
13753         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
13755         * image.el (image-type-header-regexps): Use more complex regexp for svg.
13756         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
13757         (image-type-auto-detectable): Add (svg . maybe).
13759         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
13760         to treat it like .tgz.
13762         * calendar/cal-bahai.el: Add file coding cookie.
13764 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
13766         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
13767         Don't behave differently when executed via M-x.  Add doc string.
13769         * sort.el (sort-fold-case, sort-numeric-base): Mark as
13770         safe-local-variable.
13772 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
13774         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
13775         the default value.
13776         (math-calendar-tzinfo): New variable.
13777         (math-get-calendar-tzinfo): New function.
13778         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
13779         to get information when zone is nil.
13781 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
13783         * log-view.el (log-view-toggle-mark-entry): New function.
13784         (log-view-mode-map): Bind it.
13785         (log-view-marked-list): New variable.
13786         (log-view-mode): Make it local.
13788 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13790         * play/zone.el (zone-pgm-rat-race): New func.
13791         (zone-programs): Add `zone-pgm-rat-race'.
13793 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
13796         a list.
13798 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13800         * progmodes/hideshow.el (hs-match-data): Delete alias.
13801         (hs-hide-block-at-point, hs-find-block-beginning)
13802         (hs-show-block): Use `match-data' directly.
13804 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
13806         * format.el (format-alist): Fix typo in doc-string.
13808 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
13810         * net/tramp.el (tramp-local-host-p): New defun.
13811         (tramp-handle-file-local-copy, tramp-handle-write-region):
13812         Implement fast track when being on the local host.
13813         (tramp-file-name-handler): Don't set "started" property.  It shall
13814         be reserved for the "ftp" method.
13815         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
13817         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
13818         (tramp-ftp-file-name-handler): Set "started" property.
13820 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
13822         * files.el (backup-buffer-copy): Don't wrap delete in
13823         condition-case, only try to delete if file exists.
13825 2007-08-24  Glenn Morris  <rgm@gnu.org>
13827         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
13829         * startup.el (tutorial-directory): Set with eval-at-startup so it
13830         gets the right value in an installed Emacs.
13832 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13834         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
13835         (eldoc-highlight-function-argument): Use it.
13837 2007-08-23  Masatake YAMATO  <jet@gyve.org>
13839         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
13840         name of parameters in document body.
13842 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13844         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
13845         (byte-compile-output-as-comment): Use with-current-buffer rather than
13846         a weird set-buffer&prog1 combination.
13848         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
13849         test so as to optimise cases where the `progn's result is constant.
13851 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
13853         * locate.el (locate-get-file-positions):
13854         Use line-beginning-position and line-end-position.
13856 2007-08-23  John Wiegley  <johnw@newartisans.com>
13858         * calendar/cal-bahai.el: Added in the diacriticals that were
13859         missing for many of the month names.
13861 2007-08-22  Jason Rumney  <jasonr@gnu.org>
13863         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
13865 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
13867         * image-mode.el (image-minor-mode): Use image-mode-text-map.
13869 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13871         * dabbrev.el (dabbrev--progress-reporter): New variable.
13872         (dabbrev--scanning-message): Delete func.
13873         (dabbrev--find-expansion): Use a progress reporter
13874         instead of dabbrev--scanning-message.
13876 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
13878         * comint.el (comint-exec-1): Raise an error if
13879         `start-file-process' does not return a process object.
13881         * shell.el (shell): Prompt for `default-directory' if it is a
13882         remote file name, and if called with a prefix arg.
13884 2007-08-22  Sam Steingold  <sds@gnu.org>
13886         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
13888 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
13890         * textmodes/org-export-latex.el: New file.
13892         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
13894         * textmodes/org.el (org-agenda-skip): Allow a form for
13895         `org-agenda-skip-function'.
13896         (org-agenda-redo): Re-use local settings.
13897         (org-agenda): Store local settings.
13898         (org-agenda-deadline-faces): New option.
13899         (org-agenda-deadline-face): New function.
13900         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
13901         entries on their due date.
13902         (org-agenda-get-timestamps): No longer handle the due dates of
13903         schedules and deadline items.
13904         (org-insert-link-global, org-open-at-point-global): New commands.
13905         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
13906         :for-ascii parameter.
13907         (org-skip-comments): Function removed.
13908         (org-cleaned-string-for-export): Handle special table lines.
13909         (org-global-properties): New option.
13910         (org-entry-get-with-inheritance): Check global properties.
13911         (org-local-properties): New variable.
13912         (org-set-regexps-and-options): Find the #+PROPERTY line.
13913         (org-link-types): Change type into variable (was constant).
13914         (org-make-link-regexps): New function.
13915         (org-link-re-with-space, org-link-re-with-space2)
13916         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
13917         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
13918         these regular expressions happens now in the function
13919         `org-make-link-regexps'.
13920         (org-store-link): Call the functions in
13921         `org-store-link-functions'.
13922         (org-add-link-type): New function.
13923         (org-store-link-functions): New variable.
13924         (org-activate-tags): Force matches to be in headlines.
13925         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
13926         (org-columns-display-here): Make sure this works in a narrowed
13927         buffer by checking for point-min.
13928         (org-columns-display-here): Make the rest of the line intangible,
13929         so that point never can be there.
13930         (org-cleaned-string-for-export): Use `with-current-buffer'.
13931         (org-replace-region-by-html): Use `with-current-buffer'.
13932         (org-unfontify-region, org-do-occur, org-columns-display-here)
13933         (org-columns-remove-overlays, org-columns-quit)
13934         (org-columns-edit-value, org-columns-next-allowed-value)
13935         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
13936         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
13937         (org-agenda-todo, org-agenda-change-all-lines)
13938         (org-agenda-align-tags, org-agenda-priority)
13939         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
13940         (org-agenda-show-new-time, org-cleaned-string-for-export)
13941         (org-export-grab-title-from-buffer)
13942         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
13943         instead of `buffer-read-only'.
13944         (org-export-as-html): Set `coding-system-for-write'.
13945         (org-remember-store-without-prompt): New option.
13946         (org-archive-subtree): Fixed bug with modifying TODO keyword.
13947         (org-beginning-of-line): Also treat C-a special in items.
13948         (org-table-convert-refs-to-rc): Fixed problem with column
13949         reference after "..".
13950         (org-columns-compute): Don't mark buffer modified because of text
13951         properties.
13952         (org-batch-store-agenda-views): Use the variable
13953         `default-directory', not the function.
13954         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
13955         (org-clock-out-when-done): New option.
13956         (org-html-entities): Added HTML entities for smileys.
13958 2007-08-22  Glenn Morris  <rgm@gnu.org>
13960         * image.el (create-image): Doc fix.
13962         * startup.el (tutorial-directory): New constant.
13963         (fancy-splash-text): Tutorials now in tutorial-directory.
13964         * tutorial.el (help-with-tutorial): Tutorials now in
13965         tutorial-directory.
13967 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
13969         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
13970         otherwise.
13971         (tramp-get-remote-path): New defun.  Replace occurrences of
13972         `tramp-default-remote-path' by this function.
13973         (tramp-set-remote-path): Move most of the code to
13974         `tramp-get-remote-path'.
13975         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
13976         existing directories, this is done already in
13977         `tramp-get-remote-path'.
13979 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
13981         * image-file.el (image-file-name-extensions): Add "svg".
13982         * image.el (image-type-header-regexps): Add svg entry.
13984 2007-08-22  Glenn Morris  <rgm@gnu.org>
13986         * files.el (backup-buffer-copy): Check backup directory is
13987         writable, to avoid infloop deleting old backup.
13989         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
13990         movemail related variables.
13991         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
13992         will now be set before this is called.
13994 2007-08-21  Juri Linkov  <juri@jurta.org>
13996         * delsel.el (delete-selection-pre-hook):
13997         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
13998         instead of checking last-command.
14000 2007-08-21  Juri Linkov  <juri@jurta.org>
14002         * loadup.el: Preload "button".
14004 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14006         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14007         Add previous-line and next-line.
14009         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
14010         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
14012         * vc-hooks.el (vc-menu-entry): New var.
14013         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
14014         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
14015         (vc-menu-map): Declare and initialize in one step.
14016         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
14018         * menu-bar.el (vc-menu-map): Don't setup any more.
14019         Instead, just create the proper spot in the menu.
14021 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14023         * smerge-mode.el (smerge-resolve): New arg `safe'.
14024         (smerge-resolve-all, smerge-batch-resolve): New function.
14025         (smerge-refine): Make sure `diff' returns the expected result.
14026         (smerge-parsep-re): New const.
14027         (smerge-mode): Use it to adjust paragraph-separate.
14029         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14030         Correctly match / regexp matchers as first char on a line when
14031         fontifying only that line.
14033         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
14035 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14037         * vc-bzr.el: Don't fiddle with vc-handled-backend.
14038         (vc-bzr-registered): Don't redundantly protect against
14039         file-error.  Actually use the format-specific code.
14040         (vc-bzr-buffer-nonblank-p): Remove.
14041         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
14043 2007-08-20  Juri Linkov  <juri@jurta.org>
14045         * startup.el (fancy-splash-text): Change multiple tabs into one
14046         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
14047         and "Recover Crashed Session").
14048         (fancy-splash-screens): Set tab-width to 22.
14049         (normal-splash-screen): Replace literal tabs with \t and
14050         fix whitespace.  Remove "Useful File menu items" section (with
14051         "Exit Emacs" and "Recover Crashed Session").
14053 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
14055         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
14056         extracted from `eval-last-sexp-1'.
14057         (eval-last-sexp-1): Call `preceding-sexp'.
14059 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
14061         * vc-rcs.el (vc-rcs-annotate-command):
14062         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
14063         Add back :vc-annotate-prefix propertization.
14065 2007-08-20  Andreas Schwab  <schwab@suse.de>
14067         * mail/rmail.el (rmail-autodetect): Doc fix.
14069 2007-08-19  Juri Linkov  <juri@jurta.org>
14071         * startup.el (normal-splash-screen): Add more links.
14073 2007-08-19  Juri Linkov  <juri@jurta.org>
14075         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
14076         because it's common to both types of splash screen: fancy and normal.
14077         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
14078         (exit-splash-screen): Rename from `fancy-splash-quit'.
14079         Use `quit-window' instead of `kill-buffer'.
14080         (fancy-splash-head): Use make-button to insert GNU image link.
14081         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
14082         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
14083         (normal-splash-screen): Put "Browse manuals" on the same line with
14084         "Emacs manual".  Remove descriptions from "Useful tasks" and put
14085         all links in two columns on two lines.
14087 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14089         * emulation/viper.el (viper-remove-hooks): Remove some additional
14090         viper hooks when the user calls viper-go-away.
14091         (viper-go-away): Restore the default of default-major-mode.
14092         Save the value of default-major-mode before vaperization.
14094         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
14096         * emulation/viper-ex.el: Replace error "" with "Viper bell".
14098         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
14099         buffer for which file is created.
14101 2007-08-19  Glenn Morris  <rgm@gnu.org>
14103         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
14104         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
14105         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
14106         shadow files messing up the compilation.
14108 2007-08-18  Glenn Morris  <rgm@gnu.org>
14110         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
14111         string.  Also apply eldoc-argument-case in the help-split-fundoc
14112         case.  Adapt for changed behavior of eldoc-function-argstring,
14113         eldoc-function-argstring-format, and
14114         eldoc-highlight-function-argument.
14115         (eldoc-highlight-function-argument): Handle nil INDEX argument,
14116         just call eldoc-docstring-format-sym-doc in that case.
14117         (eldoc-function-argstring): Change the behavior.  Now it converts
14118         an argument list to a string.
14119         (eldoc-function-argstring-format): Change the behavior.  Now it
14120         applies `eldoc-argument-case' to a string.
14122         * progmodes/scheme.el (scheme-mode-variables): Set
14123         font-lock-comment-start-skip.
14125 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
14127         * progmodes/ada-mode.el (ada-create-syntax-table): Move
14128         set-syntax-table from here to ...
14129         (ada-mode): ... here.  Do not change global value of
14130         comment-multi-line.  Call new function
14131         ada-initialize-syntax-table-properties and add new function
14132         ada-handle-syntax-table-properties to font-lock-mode-hook.
14133         (ada-deactivate-properties, ada-initialize-properties): Replace
14134         by new functions ...
14135         (ada-handle-syntax-table-properties)
14136         (ada-initialize-syntax-table-properties)
14137         (ada-set-syntax-table-properties): ... to set up syntax-table
14138         properties uniformly, independently from whether font-lock-mode
14139         is enabled or not.  Handle read-only buffers and do not change
14140         undo-list when setting syntax-table properties.
14141         (ada-after-change-function): Use ada-set-syntax-table-properties.
14143 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14145         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
14146         (meta-indent-current-nesting): Use a computation of the nesting
14147         instead.
14148         (meta-indent-current-indentation): Indentation is given according
14149         to nesting and if the previous line was finished or not.
14150         (meta-indent-unfinished-line): Tell if the current line ends with
14151         a finished expression.
14152         (meta-indent-looking-at-code): Like `looking-at', but checks if
14153         the point is in a string before.
14154         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
14155         done in the nesting function.
14156         (meta-indent-in-string-p): Tell if the current point is in a
14157         string.
14158         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
14159         previous functions.
14161 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
14163         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
14164         (copyright-update-year, copyright-update)
14165         (copyright-fix-years): Use it.
14167 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
14169         * emacs-lisp/copyright.el (copyright-update-year):
14170         Fix bug: Handle nil copyright-limit.
14172 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
14174         * calc/calc-units.el (math-standard-units): Give exact
14175         conversion for tsp.
14177         * calc/calc.el (math-bignum-digit-length): Compute the
14178         appropriate value.
14180         * calc/calc-bin.el (math-bignum-logb-digit-size)
14181         (math-bignum-digit-power-of-two):
14182         * calc/calc-comb.el (math-small-factorial-table):
14183         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
14184         (math-approx-gamma-const):
14185         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
14186         (math-besY1, math-bernoulli-b-cache):
14187         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
14188         Remove `eval-when-compile's.
14190 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
14192         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
14193         (cperl-find-pods-heres): Fix an error when typing expressions like
14194         `s{a}{b}'.
14196 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14198         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
14199         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
14200         a special case (there's no build number).
14202 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
14204         * completion.el (symbol-under-point, symbol-before-point)
14205         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
14207 2007-08-17  Glenn Morris  <rgm@gnu.org>
14209         * progmodes/compile.el (compilation-get-file-structure): Make use
14210         of the directory part when checking for an existing entry, to
14211         handle files with same basename in different directories.
14213 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
14215         * calc/calc.el (calc-language-alist): Add texinfo-mode.
14217 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14219         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
14220         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
14221         (ps-paragraph-spacing): Docstring fix.
14223 2007-08-16  Glenn Morris  <rgm@gnu.org>
14225         * ps-print.el (ps-font-size): Doc fix.
14227 2007-08-16  Richard Stallman  <rms@gnu.org>
14229         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
14231 2007-08-15  Juri Linkov  <juri@jurta.org>
14233         * startup.el (initialization): Change parent group from `internal'
14234         to `environment'.
14235         (initial-buffer-choice): New variable.
14236         (command-line): Revert 2007-07-02 change that sets
14237         buffer-offer-save in *scratch* and enables auto-save in it.
14238         (fancy-splash-text): Add links to existing items.  Add new items
14239         with links for useful tasks.  Move information about Control-g to
14240         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
14241         (fancy-splash-keymap): New variable.
14242         (fancy-splash-last-input-event): Remove variable.
14243         (fancy-splash-insert): Add processing of `:link' element.
14244         (fancy-splash-head): Replace "Type Control-l to begin editing"
14245         with "Type `q' to exit".
14246         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
14247         (fancy-splash-default-action, fancy-splash-special-event-action):
14248         Remove functions.
14249         (fancy-splash-quit): New function.
14250         (fancy-splash-screens): Rename input arg from `hide-on-input' to
14251         `static' and reverse the condition of its usage.  Don't preserve
14252         original values of `minor-mode-map-alist',
14253         `emulation-mode-map-alists', `special-event-map'.
14254         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
14255         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
14256         Remove processing of special events.  Use local key map
14257         `fancy-splash-keymap'.  Set buffer to read-only.
14258         (normal-splash-screen): Rename input arg from `hide-on-input' to
14259         `static' and reverse the condition of its usage.
14260         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
14261         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
14262         Add links to existing items.  Add new items with links for useful
14263         tasks.  Use local key map `fancy-splash-keymap'.
14264         (display-splash-screen): Rename input arg from `hide-on-input' to
14265         `static'.
14266         (about-emacs): Add alias to display-splash-screen.
14267         (command-line-1): Use `initial-buffer-choice'.
14269         * menu-bar.el (menu-bar-help-menu):
14270         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
14271         item to about-emacs instead of display-splash-screen.
14273 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
14275         * calc/calc-units.el (math-standard-units): Update values.
14276         Put in exact, rational values when possible.
14277         (math-unit-prefixes): Replace floats with powers of ten.
14278         (math-standard-units-systems): Replace floats with integers.
14279         (math-make-unit-string): Remove extra spaces in output.
14281 2007-08-15  Glenn Morris  <rgm@gnu.org>
14283         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
14284         sloppier, for the sake of GNU Mailman.
14285         (rmail-digest-rfc1153): Initialize `result' correctly.
14287 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14289         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
14290         in the mail title.  Suggested by Reiner Steib.
14292 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
14294         * calc/calc-aent.el (calc-do-quick-calc): Add binary
14295         representation of integers to the list of outputs.
14297 2007-08-14  Glenn Morris  <rgm@gnu.org>
14299         * simple.el (bad-packages-alist): New constant.
14300         (bad-package-check): New function.  Together, these two add elements
14301         to `after-load-alist' to check for problematic external packages.
14302         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
14304 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
14306         * calc/calc-units.el (math-get-standard-units)
14307         (math-get-units, math-make-unit-string)
14308         (math-get-default-units, math-put-default-units): New functions.
14309         (math-default-units-table): New variable.
14310         (calc-convert-units, calc-convert-temperature): Add machinery
14311         to supply default values.
14313 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14315         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
14316         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
14317         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
14318         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
14320         * emulation/tpu-extras.el: Remove spurious * in docstrings.
14321         Put its autoloads into tpu-edt.el rather than loaddefs.el.
14322         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
14323         Make into a proper minor-mode.
14324         (tpu-backward-char, tpu-next-line, tpu-previous-line)
14325         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
14326         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
14327         (tpu-set-cursor-free, tpu-set-cursor-bound):
14328         Delegate to tpu-cursor-free-mode.
14329         (tpu-next-line, tpu-previous-line, tpu-forward-line)
14330         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
14331         Use line-move or forward-line instead of next-line-internal.
14333 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
14335         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
14337 2007-08-12  Richard Stallman  <rms@gnu.org>
14339         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
14340         (cvs-execute-single-file): Use new name split-string-and-unquote.
14341         (cvs-header-msg): Use new name combine-and-quote-strings.
14343         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
14345         * progmodes/gud.el (gud-common-init): Use new name
14346         split-string-and-unquote.
14348         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
14349         in javac regexp.
14351         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
14352         combine-and-quote-strings and split-string-and-unquote.
14354         * subr.el (combine-and-quote-strings): Rename from strings->string.
14355         (split-string-and-unquote): Rename from string->strings.
14357 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14359         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
14360         to buffer-local settings.
14362         * emacs-lisp/backquote.el (backquote-delay-process): New function.
14363         (backquote-process): Add internal arg `level'.  Use the two to
14364         correctly handle nested backquotes.
14366 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
14368         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
14369         (vc-bzr-state-words): Add "kind changed" state word.
14370         (vc-bzr-status): New function.  Return Bzr idea of file status,
14371         which is different from VC's.
14372         (vc-bzr-state): Use vc-bzr-status.
14373         (vc-workfile-unchanged-p): Use vc-bzr-status.
14374         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
14375         (vc-dired-state): Process "kind changed" state word.
14377 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
14381         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
14382         Move from vc-default-find-file-not-found-hook.
14384 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14386         * man.el: Remove spurious * in docstrings.
14387         Merge defvars and toplevel setq-defaults.
14388         (Man-highlight-references0): Limit=nil rather than point-max.
14389         (Man-mode-map): Move initialization into the declaration.
14390         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
14391         (Man-view-header-file): Use expand-file-name rather than concat.
14392         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
14394         * man.el (Man-next-section): Make sure we do not move backward.
14396 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14398         * files.el (auto-mode-alist): Use the purecopied text (duh!).
14400 2007-08-08  Glenn Morris  <rgm@gnu.org>
14402         * Replace `iff' in doc-strings and comments.
14404 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
14406         * dired.el (dired-pop-to-buffer):
14407         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
14408         * calendar/calendar.el (generate-calendar-window):
14409         * progmodes/compile.el (compilation-set-window-height):
14410         * textmodes/two-column.el (2C-two-columns, 2C-merge):
14411         Use window-full-width-p instead of comparing frame-width and
14412         window-width.
14414         * progmodes/compile.el (compilation-find-buffer): Remove extra
14415         argument in call to compilation-buffer-internal-p.
14417 2007-08-07  Tom Tromey  <tromey@redhat.com>
14419         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
14420         Add safe-local-variable property.
14422 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
14424         * image-mode.el (image-toggle-display): Use image-refresh.
14426 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
14428         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
14429         unofficial version.
14430         (vc-bzr-command): Remove redundant setting of process-connection-type.
14431         (vc-bzr-admin-checkout-format-file): Add autoload.
14432         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
14433         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
14434         (vc-bzr-registered): Compare dirstate format tag with known good
14435         value, abort parsing if match fails.  Warn user in docstring.
14436         (vc-bzr-workfile-version): Case for different Bzr branch formats.
14437         See bzrlib/branch.py in Bzr sources.
14438         (vc-bzr-diff): First argument FILES may be a string rather than a list.
14439         (vc-bzr-shell-command): Remove in favor of
14440         vc-bzr-command-discarding-stderr.
14441         (vc-bzr-command-discarding-stderr): New function.
14443 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
14445         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
14446         program, and return nil.
14447         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
14448         (vc-bzr-state): Look for path names relative to the repository
14449         root after status keyword.
14450         (vc-bzr-file-name-relative): New function.
14451         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
14452         depend on it.
14453         (vc-bzr-admin-dirname, ...-checkout-format-file)
14454         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
14455         files that we now parse directly for speed.
14456         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
14457         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
14458         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
14459         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
14460         Bzr warnings, so we must discard it.
14461         (vc-bzr-workfile-version): Speedup counting lines from
14462         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
14463         if that file doesn't exist.
14464         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
14465         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
14466         to `vc-directory-exclusion-list'.
14467         (vc-bzr-shell-command): New function.
14469 2007-08-06  Tom Tromey  <tromey@redhat.com>
14471         * diff-mode.el (diff-unified->context, diff-reverse-direction)
14472         (diff-fixup-modifs): Typo in docstring.
14474 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14476         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
14477         count-screen-lines.
14478         (tpu-edt-off): Disable relevant pieces of advice.
14480         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
14481         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
14482         (newline, newline-and-indent, do-auto-fill): Use advice instead of
14483         redefining the function.
14484         (tpu-set-scroll-margins): Activate the pieces of advice.
14486 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
14488         * help.el (resize-temp-buffer-window): Use window-full-width-p
14489         instead of comparing frame-width and window-width.
14491 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
14493         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
14494         optional quotes around files in NEED-UPDATE . REMOVED case.
14496         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
14497         (ada-treat-cmd-string): Improve error message.
14498         (ada-do-file-completion): Call `ada-require-project-file', so
14499         project variables are set properly.
14500         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
14501         (ada-gnatfind-buffer-name): New constant.
14502         (ada-find-any-references): Use new constant.  Set buffer name
14503         properly in compilation-start.  Toggle read-only properly.
14504         (ada-find-in-src-path): Fix spelling error in docstring.
14506         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
14507         by zero error.
14509 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14511         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
14513 2007-08-12  Richard Stallman  <rms@gnu.org>
14515         * progmodes/sh-script.el (sh): Delete group `unix'.
14517         * progmodes/gud.el (gud): Change to group `processes'.
14519 2007-08-11  Glenn Morris  <rgm@gnu.org>
14521         * progmodes/compile.el (compilation-buffer-name): Don't check
14522         compilation-arguments.  It is superfluous, and the variable isn't
14523         even set when this function is called.
14525 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14527         * term/mac-win.el (mac-ae-reopen-application): New function.
14528         (mac-apple-event-map): Bind "reopen application" Apple event to it.
14530 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
14533         take tex-font-script-display into account.
14534         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
14535         cell to a list of 2 elements to simplify the unfontify code.
14537 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14539         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
14540         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
14541         ps-print-color-p is neither nil nor black-white.  Reported by Christian
14542         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
14544 2007-08-08  Andreas Schwab  <schwab@suse.de>
14546         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
14547         self-insert-command, not self-insert.
14549 2007-08-08  Glenn Morris  <rgm@gnu.org>
14551         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
14552         argument optional, for backwards compatibility, and only highlight
14553         args when present.  Fix symbol name typo (doc/args).
14555         * help-mode.el (help-make-xrefs): Search for symbol constituents,
14556         rather than just `-'.
14558 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
14560         * calc/calc-units.el (calc-convert-temperature):
14561         Use `/' to create fractions.
14563 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
14565         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
14566         global matching.
14567         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
14568         ERROR-BUFFER more robust.  Display output.
14569         (tramp-file-name-handler): Add a connection property when we found
14570         a foreign file name handler.  This allows backends like ftp to
14571         profit also from usr/host name completion based on connection
14572         cache.
14573         (tramp-send-command-and-read): Search for trash after the regexp
14574         until eol only.  In XEmacs, there is a problem with \n.
14576         * net/tramp-cache.el (top): Read persistent connection history
14577         when cache is empty.
14579 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
14581         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
14582         resulting output.
14584 2007-08-07  Sam Steingold  <sds@gnu.org>
14586         * progmodes/compile.el (compilation-start): Pass nil as startfile
14587         to comint-exec.
14589 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
14591         * longlines.el (longlines-decoded): New variable.
14592         (longlines-mode): Avoid encoding or decoding the buffer twice.
14594 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
14596         * format.el (format-insert-file): Make sure that at most one undo
14597         entry is recorded for the insertion.  Inhibit point-motion and
14598         modification hooks around call to insert-file-contents.
14600 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14602         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
14603         Select the buffer's window before moving point.
14605 2007-08-07  Richard Stallman  <rms@gnu.org>
14607         * term.el (term): Remove parent group `unix'.
14609         * simple.el (default-indent-new-line): New function.
14610         It calls comment-line-break-function if there are comments.
14611         (do-auto-fill): Use that.
14613 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14615         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
14616         (PC-do-completion): Add "acronym completion" for symbols and
14617         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
14619 2007-08-06  Sam Steingold  <sds@gnu.org>
14621         * mouse.el (mouse-buffer-menu): Pass mode-name through
14622         format-mode-line because it may be a list,
14623         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
14625 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
14627         * printing.el (pr-update-menus): Docstring fix.
14629 2007-08-06  Jason Rumney  <jasonr@gnu.org>
14631         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
14633         * vc-hooks.el (vc-call): Add doc string.
14635 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
14637         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
14638         process-filter.
14640 2007-08-06  Kenichi Handa  <handa@m17n.org>
14642         * international/quail.el: Wrap (require 'help-mode) by
14643         eval-when-compile.
14644         (quail-help-init): New function.
14645         (quail-help): Call quail-help-init.
14646         (quail-store-decode-map-key): Change it to a function.
14648 2007-08-05  Jason Rumney  <jasonr@gnu.org>
14650         * vc.el (vc-rollback): Add norevert argument back.
14651         (vc-revert-buffer): Add back as obsolete alias.
14653 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
14655         * term.el: Honor term-default-fg-color and term-default-bg-color
14656         settings when modifying term-current-face.
14657         (term-default-fg-color, term-default-bg-color): Initialize from
14658         default term-current-face.
14659         (term-mode, term-reset-terminal): Set term-current-face with
14660         term-default-fg-color and term-default-bg-color.
14661         (term-handle-colors-array): term-current-face has term-default-fg-color
14662         and term-default-bg-color after reset escape sequence.
14663         (term-handle-colors-array): Set term-current-color with
14664         term-default-fg/bg-color instead of ansi-term-color-vector when the
14665         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
14667 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
14669         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
14670         (math-nlfit-givens): Let bind free variables.
14672 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
14674         * printing.el: Require lpr and ps-print when loading printing package.
14675         Reported by Glenn Morris <rgm@gnu.org>.
14677 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
14679         * files.el (set-auto-mode): Handle also remote files wrt
14680         `auto-mode-alist'.
14682 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
14684         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
14685         curves and plotting.
14687         * calc/calc-nlfit.el: New file.
14689 2007-08-04  Glenn Morris  <rgm@gnu.org>
14691         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
14692         zero, not nil, when the library is first loaded.  Check for a file
14693         that has been modified on disk.
14695         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
14696         Remove duplicate defvar preventing initialization.
14697         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
14699 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14701         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
14702         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
14703         may match up to 4 lines.
14704         (diff-beginning-of-file-and-junk): Rewrite.
14706 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14708         * printing.el: Evaluate require only during compilation.
14709         (pr-version): New version 6.9.1.
14710         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
14711         (pr-global-menubar): Fix code.
14713 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
14715         * term.el (term-erase-in-display): Fix case when point is not at
14716         the beginning of the line.
14718 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
14720         * calc/calc-ext.el (math-get-value, math-get-sdev)
14721         (math-contains-sdev): New functions.
14723         * calc/calc-graph.el (calc-graph-format-data)
14724         (calc-graph-add-curve): Check for error forms.
14725         (calc-graph-set-styles): Add option for error forms.
14727 2007-08-03  Miles Bader  <miles@gnu.org>
14729         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
14730         backend names for new backends to `Git', `Hg', and `Bzr'.
14731         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
14732         not `HG'.
14733         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
14734         name, not `GIT'.
14735         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
14736         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
14738 2007-08-03  Richard Stallman  <rms@gnu.org>
14740         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
14741         to update deleted flag.
14743         * cus-edit.el (customize-apropos, customize-apropos-options)
14744         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
14746         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
14748         * startup.el (fancy-splash-head, startup-echo-area-message):
14749         Change message text.
14751         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
14752         All callers use line-move.
14754         * progmodes/compile.el (compilation-find-buffer): Return current
14755         buffer immediately if suitable.
14756         (compile, compilation-buffer-name, compilation-start): Doc fixes.
14758 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
14760         * faces.el (face-normalize-spec): New function.
14761         (frame-set-background-mode): Normalize face-spec before calling
14762         face-spec-match-p.
14764 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14766         * server.el (server-window): Add switch-to-buffer-other-frame option.
14768 2007-08-03  Glenn Morris  <rgm@gnu.org>
14770         * cus-edit.el (customize-apropos): Make the error message indicate
14771         what kind of thing the user was trying to customize.
14773         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
14775         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
14776         Fix off-by-one error in previous change.
14778 2007-08-03  Drew Adams  <drew.adams@oracle.com>
14780         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
14781         Make buffer writable.
14783 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
14785         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
14786         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
14787         Use native Emacs functions, when appropriate.
14789 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
14790             Stefan Monnier  <monnier@iro.umontreal.ca>
14792         * vc.el: Document new VC operation `extra-menu'.
14794         * vc-hooks.el (vc-default-extra-menu): New function.
14796         * menu-bar.el (menu-bar-vc-filter): New function.
14797         (menu-bar-tools-menu): Use it as a filter.
14799 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14801         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
14803 2007-08-01  Glenn Morris  <rgm@gnu.org>
14805         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
14806         strings.
14807         (fortran-tab-mode-default): Remove needless autoload.
14808         (fortran-tab-mode-string): Add help-echo and mouse properties, and
14809         mark as risky.
14810         (fortran-line-length): New buffer-local variable, safe if integer.
14811         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
14812         Change from variables to constants.
14813         (fortran-font-lock-syntactic-keywords): Delete as a variable,
14814         replace with a new function definition.
14815         (fortran-mode): Use fortran-line-length, and
14816         fortran-font-lock-syntactic-keywords as a function.  Add a
14817         hack-local-variables-hook function.
14818         (fortran-line-length, fortran-hack-local-variables): New functions.
14819         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
14820         Use fortran-line-length rather than 72.
14821         (fortran-window-create-momentarily): Doc fix.
14823 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
14825         * cus-edit.el (custom-group-value-create, custom-goto-parent):
14826         Fix parent groups link.
14828 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
14830         * progmodes/python.el (python-current-defun): Adjust to never fall
14831         into infinite loop.
14833 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14835         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
14837 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
14839         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
14840         (copyright-fix-years, copyright): Correctly handle the case where
14841         copyright-limit is nil.
14843 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
14845         * progmodes/python.el (run-python): Fix path separator under w32.
14847 2007-07-30  Richard Stallman  <rms@gnu.org>
14849         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14850         Treat non-break space as whitespace in Lisp.
14852 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14854         * vc.el (vc-dired-hook): Use inhibit-read-only.
14856         * progmodes/compile.el (compilation-forget-errors):
14857         Reset compilation-auto-jump-to-next.
14859 2007-07-30  Michael Olson  <mwolson@gnu.org>
14861         * cus-edit.el (custom-group-save): Fix void function definition
14862         error.  Thanks to Zhang Wei for the report.
14864         * ps-print.el: Check in trivial changes to the autoloads section
14865         caused by the build process.  These autoloads really ought to be
14866         placed in a separate file, methinks.
14868 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14870         * calendar/calendar.el (calendar-mode): Make sure
14871         displayed-(month|year) are set.
14872         (calendar-basic-setup): Display buffer before adjusting window sizes.
14873         (generate-calendar-window): Use inhibit-read-only.  Simplify.
14874         Generate buffer and set displayed-month and displayed-year before
14875         calling update-calendar-mode-line.
14877 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
14879         * net/tramp.el:
14880         * net/tramp-uu.el:
14881         * net/trampver.el: Use utf-8 encoding with coding cookie.
14883         * net/tramp-cache.el:
14884         * net/tramp-fish.el:
14885         * net/tramp-ftp.el:
14886         * net/tramp-gw.el:
14887         * net/tramp-smb.el: Remove coding cookie.
14889         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14890         Flush buffer file-name's file property.
14891         (tramp-handle-file-remote-p): The first parameter is FILENAME.
14893         * net/trampver.el: Update release number.
14895 2007-07-29  Juri Linkov  <juri@jurta.org>
14897         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
14898         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
14899         when major-mode is not dired-mode.
14900         (dired-toggle-read-only): New function.
14901         (dired-recursive-deletes): Remove obsolete comments about old
14902         default value.
14903         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
14905         * wdired.el (wdired-exit): New function.
14906         (wdired-mode-map): Bind C-x C-q to wdired-exit.
14908 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14910         * cus-edit.el (customize-read-group): New fun.
14911         (customize-group-other-window, customize-face-other-window):
14912         Prompt before delegating to customize-(group|face).
14913         Bind pop-up-windows rather than use the other-window argument.
14914         (customize-group, customize-face): Prompt from the interactive spec.
14915         Remove args `prompt-for-group' and `other-window'.
14917         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
14918         (ad-body-forms, ad-advised-interactive-form): Revert this part of
14919         last change.
14921 2007-07-28  Masatake YAMATO  <jet@gyve.org>
14923         * vc.el (vc-dired-mode): Add a menu for VC related operation.
14924         Use backend name as the menu label.  Suggested by David Kastrup.
14926 2007-07-28  Alan Mackenzie  <acm@muc.de>
14928         Fix problem with modes derived from CC Mode:
14929         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
14930         macro to cc-langs.
14931         (c-init-language-vars-for): Remove call to above macro.
14932         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
14933         been moved to here.
14934         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
14936 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
14938         * net/trampver.el: Fix the `coding' cookie.
14940 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14942         * vc-git.el (vc-git-print-log): Support both the old single file
14943         interface and the new one.
14945 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
14947         * bindings.el (mode-line-remote): Use updated %@ construct.
14949 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
14952         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
14953         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
14954         (diary-list-bahai-entries, diary-bahai-mark-entries)
14955         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
14956         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14957         New names to clean up namespace.
14958         (list-bahai-diary-entries, mark-bahai-diary-entries)
14959         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
14960         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
14961         Add compatibility aliases.
14963         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
14965         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
14966         (calendar-scroll-left-three-months)
14967         (calendar-scroll-right-three-months): Clean up namespace.
14968         (scroll-calendar-left, scroll-calendar-right)
14969         (scroll-calendar-left-three-months)
14970         (scroll-calendar-right-three-months): Add compatibility aliases.
14972         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14973         Behave like mouse-scroll-calendar-* when used from the mouse.
14975         * calendar/cal-menu.el (cal-menu-scroll-menu)
14976         (cal-menu-global-mouse-menu):
14977         * calendar/calendar.el (calendar-mode-map):
14978         Use new calendar-scroll-* names.
14979         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
14980         Remove.  Use calendar-scroll-* directly instead.
14982 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14984         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
14985         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
14986         (ad-make-advised-definition, ad-cache-id-verification-code):
14987         Use commandp and interactive-form instead.
14989 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
14991         * vc-git.el: Relicense to GPLv3 or later.
14992         (vc-directory-exclusion-list, vc-handled-backends): Remove.
14994         * vc-hooks.el (vc-handled-backends): Add GIT.
14996         * vc.el (vc-directory-exclusion-list): Add .git.
14998 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
15000         * vc-git.el (vc-git-revision-table)
15001         (vc-git-revision-completion-table): New functions.
15003 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15005         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
15006         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
15007         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
15008         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
15009         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
15010         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
15011         New command actions for EPS header and EPS footer.
15013         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
15014         footer.  Fix some problems with one-or-more, zero-or-more and
15015         alternative constructions generation.  Some log messages
15016         implementation.  Doc fix.
15017         (ebnf-version): New version 4.4.
15018         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
15019         (ebnf-eps-footer, ebnf-log): New options.
15020         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
15021         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
15022         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
15023         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
15024         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
15025         (ebnf-style-custom-list, ebnf-style-database): Put new values.
15026         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
15027         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
15028         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
15029         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
15030         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
15031         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
15032         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
15033         (ebnf-non-terminal-dimension, ebnf-special-dimension)
15034         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
15035         (ebnf-except-dimension, ebnf-alternative-dimension)
15036         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
15037         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
15038         message fun.
15039         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
15040         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
15041         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
15042         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
15043         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
15044         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
15045         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
15046         compatibility with Emacs 20 & 21.
15047         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
15048         (ebnf-eps-file-alist, ebnf-basic-width-extra)
15049         (ebnf-basic-empty-height): New vars.
15050         (ebnf-prologue): Fix PostScript code.
15051         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
15052         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
15053         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
15054         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
15056 2007-07-25  Glenn Morris  <rgm@gnu.org>
15058         * Relicense all FSF files to GPLv3 or later.
15060         * COPYING: Switch to GPLv3.
15062 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15064         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
15065         Replace it with another one which disables undo before calling
15066         erase-buffer and then turns it back on if needed.
15068 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15070         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
15072 2007-07-24  Glenn Morris  <rgm@gnu.org>
15074         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
15075         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
15076         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
15077         (cal-tex-cursor-week, cal-tex-cursor-week2)
15078         (cal-tex-cursor-week-iso, cal-tex-week-hours)
15079         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15080         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15081         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
15083 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15085         * calendar/calendar.el (calendar-mode-map): Move initialization
15086         into declaration.  Add menu bindings (used to be done in cal-menu).
15087         (calendar-mode): Don't add an activate-menubar-hook.
15089         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
15090         modify calendar-mode-map), use easy-menu, and make sure that C-h k
15091         can be used on the menu entries.
15092         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
15093         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
15094         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
15095         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
15096         (calendar-flatten, cal-menu-update): Remove.
15097         (calendar-mouse-insert-hebrew-diary-entry)
15098         (calendar-mouse-insert-islamic-diary-entry)
15099         (calendar-mouse-insert-bahai-diary-entry):
15100         Remove (fold into cal-menu-diary-menu).
15101         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
15102         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
15103         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
15104         (calendar-mouse-view-diary-entries): Minor simplifications.
15105         (calendar-event-to-date): Use with-current-buffer.
15107 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
15109         * add-log.el (change-log-redate): Remove (not needed anymore and
15110         doesn't appear to work).
15112 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15114         * frame.el: Use mapc and dolist instead of mapcar where possible.
15115         (close-display-connection): New command.
15117 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
15119         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
15120         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
15122 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15124         * ps-print.el (ps-multibyte-buffer): Docstring fix.
15126         * ps-mule.el: Doc fix.
15127         (ps-multibyte-buffer, ps-mule-font-info-database-default)
15128         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
15130 2007-07-25  Glenn Morris  <rgm@gnu.org>
15132         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
15133         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
15134         (cal-tex-daily-end, cal-tex-hook)
15135         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
15136         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
15137         (cal-tex-cursor-week-iso, cal-tex-week-hours)
15138         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15139         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
15140         (cal-tex-day-prefix, cal-tex-day-name-format)
15141         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
15142         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
15143         (cal-tex-LaTeX-subst-list): Change from variables to constants.
15144         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
15145         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
15146         etc, rather than \bf.
15147         (cal-tex-mini-calendar): Fix typos in previous change.
15148         (cal-tex-latexify-list): Remove inner let binding.
15149         (cal-tex-end-document, cal-tex-banner): Use multi-line
15150         cal-tex-comment.
15151         (cal-tex-comment): Handle embedded newlines.
15152         (cal-tex-LaTeXify-string): Use substring-no-properties.
15154 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
15156         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15157         Add support for the Maden build tool.
15159 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
15161         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
15163 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15165         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
15167 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15169         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
15170         C-x C-q.
15172         * vc-git.el (vc-git-print-log): Fix previous change.
15174 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15176         * window.el (save-selected-window): Minor optimization.
15177         (bw-adjust-window): If operation failed, try with a smaller delta.
15178         (window-fixed-size-p): New function.
15179         (window-area-factor): New var.
15180         (balance-windows-area): New command.
15182         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
15183         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
15184         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
15185         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
15186         (ps-mule-begin-job): Use dolist.
15188 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
15190         * subr.el (start-file-process-shell-command)
15191         (process-file-shell-command): New defuns.
15193         * progmodes/compile.el (compilation-start):
15194         Apply `start-file-process-shell-command'.
15196 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
15198         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
15200 2007-07-24  Alan Mackenzie  <acm@muc.de>
15202         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
15203         Initialise byte-compile-unresolved-functions before rather than
15204         after a compilation.
15205         (byte-compile-unresolved-functions): Amplify doc string.
15207 2007-07-24  Glenn Morris  <rgm@gnu.org>
15209         * startup.el (normal-splash-screen): Use `emacs-copyright'.
15211         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
15212         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
15213         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
15214         (cal-tex-cursor-week, cal-tex-cursor-week2)
15215         (cal-tex-cursor-week-iso, cal-tex-week-hours)
15216         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15217         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15218         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
15220         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
15221         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
15222         (cal-tex-day-name-format, cal-tex-cal-one-month)
15223         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
15224         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
15225         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
15226         (cal-tex-list-holidays, cal-tex-cursor-year)
15227         (cal-tex-cursor-year-landscape, cal-tex-year)
15228         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
15229         (cal-tex-cursor-month, cal-tex-insert-days)
15230         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
15231         (cal-tex-first-blank-p, cal-tex-cursor-week)
15232         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15233         (cal-tex-week-hours, cal-tex-cursor-week-monday)
15234         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
15235         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
15236         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
15237         (cal-tex-latexify-list, cal-tex-previous-month)
15238         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
15239         modernization, including using dotimes rather than
15240         calendar-for-loop.
15241         (cal-tex-LaTeX-subst-list): Remove `@'.
15242         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
15243         Use \textit and \textbf rather than \em and \it.
15245         * calendar/cal-bahai.el (list-bahai-diary-entries)
15246         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
15247         * calendar/cal-islam.el (list-islamic-diary-entries)
15248         * calendar/calendar.el (generate-calendar, generate-calendar-month)
15249         * calendar/diary-lib.el (diary-list-entries)
15250         (mark-calendar-date-pattern): Use `dotimes' rather than
15251         `calendar-for-loop'.
15253         * calendar/calendar.el (calendar-for-loop): Doc fix.
15255 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15257         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
15258         underlying file is uptodate.
15260 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
15262         * replace.el (perform-replace): Use isearch-no-upper-case-p.
15264 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15266         * vc-hooks.el (vc-mode-line-map): New const.
15267         (vc-mode-line): Use it.
15269 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
15271         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
15272         (vc-git-unregister): New functions.
15273         (vc-git-find-version): Use the result of ls-files as a parameter
15274         for cat-file.
15276 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
15278         * net/tramp.el (tramp-perl-file-attributes)
15279         (tramp-perl-directory-files-and-attributes)
15280         (tramp-handle-file-attributes-with-stat)
15281         (tramp-handle-directory-files-and-attributes-with-stat)
15282         (tramp-convert-file-attributes): Handle huge file sizes.
15284 2007-07-23  Juri Linkov  <juri@jurta.org>
15286         * isearch.el (isearch-message-function): New variable.
15287         (isearch-update, isearch-search): Use it.
15289         * simple.el (goto-history-element): New function created from
15290         next-history-element.
15291         (next-history-element): Most code moved to goto-history-element.
15292         Call goto-history-element with (- minibuffer-history-position n).
15293         (previous-history-element): Call goto-history-element with (+
15294         minibuffer-history-position n).
15295         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
15296         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
15297         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
15298         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
15299         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
15300         (minibuffer-history-isearch-pop-state): New functions.
15302 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
15304         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
15305         Also, if FILE is a list, return non-nil if any of its elements
15306         should stay local.  Update docstring.
15308 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15310         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
15311         change by reverting a small part.
15313 2007-07-23  Richard Stallman  <rms@gnu.org>
15315         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
15317 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15319         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
15320         handling it.  Use vc-git-command.
15321         (vc-git-find-version, vc-git-diff-tree): New functions.
15322         (vc-git-revert): Use vc-git-command.
15323         (vc-git--run-command): Delete.
15325 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
15327         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
15329 2007-07-20  Kenichi Handa  <handa@m17n.org>
15331         * international/utf-8.el (utf-8-post-read-conversion):
15332         Temporarily bind utf-8-compose-scripts to nil while running
15333         *-compose-region functions.
15335 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15337         * vc-git.el: Update status.
15338         (vc-directory-exclusion-list): Use eval-after-load.
15340 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
15342         * bindings.el (mode-line-remote): New variable.
15343         (help-echo): Add to default values of mode-line-format.
15345         * files.el: Mark mode-line-remote as risky.
15347 2007-07-22  Juri Linkov  <juri@jurta.org>
15349         * isearch.el (isearch-edit-string): Save old point and
15350         isearch-other-end to old-point and old-other-end before reading
15351         the search string from minibuffer.  After exiting minibuffer set
15352         point to old-other-end if point and the search direction is the
15353         same as before reading the search string.
15354         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
15355         to isearch-other-end.  Instead of isearch-search-and-update call
15356         three functions isearch-search, isearch-push-state and isearch-update.
15358 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15360         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
15361         deal with multiple file arguments.
15362         (vc-git-print-log): Deal with multiple file arguments.
15364 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15366         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
15367         diff-refine-hunk.  Adjust users.
15368         (diff-unified-hunk-p, diff-splittable-p): New functions.
15369         (diff-mode-menu): Use it to disable Split when it doesn't work.
15371 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15373         * diff-mode.el (diff-mode-menu): New entries.
15375 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15377         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
15378         if applicable, so as to save undo-log space.
15380         * diff-mode.el (diff-find-file-name): Add arg `batch'.
15382         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
15383         (diff-file-kill): Use it.
15384         (diff-beginning-of-hunk): Add arg `try-harder' using it.
15385         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
15386         Use it so they find the hunk even when we're in the file header.
15388 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15390         * vc-git.el (vc-git-revision-granularity, vc-git-root)
15391         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
15392         (vc-git-create-repo): New functions.
15393         (vc-git-registered): New autoloaded function definition.
15394         (vc-git-registered): Use vc-git-root.
15395         (vc-git-responsible-p): New defalias.
15396         (vc-git-annotate-extract-revision-at-line): Uncomment.
15397         (vc-git-print-log): Add the file name to the log.
15398         (vc-git-log-view-mode): New derived mode.
15399         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
15401 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
15403         * progmodes/grep.el (grep-compute-defaults): Keep default values.
15405 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
15407         * textmodes/reftex.el (reftex-access-parse-file): Create parse
15408         file in a way that does not interfere with recentf mode.
15409         (reftex-access-parse-file): Do not risk destroying an existing
15410         buffer.
15412 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
15414         * vc-git.el: New file.
15416 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15418         * textmodes/tex-mode.el (tex-font-script-display): Change default.
15420 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15422         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
15423         for branches and new files.
15425         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
15426         local-map handling ...
15427         (vc-mode-line): ... here.  Improve handling of help-echo.
15429         * vc.el (mode-line-string): Document help-echo usage.
15431 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
15433         Sync with Tramp 2.1.10.
15435         * net/tramp.el (tramp-get-ls-command): Fix typo.
15437         * net/trampver.el: Update release number.
15439 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15441         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
15443         * term/x-win.el (x-handle-no-bitmap-icon): New function.
15445 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
15447         * add-log.el (change-log-fill-parenthesized-list): New function.
15448         (change-log-indent): Call change-log-fill-parenthesized-list.
15449         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
15450         Have lines with leading asterisk start a paragraph.
15452 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15454         * calc/calc-math.el (math-emacs-precision)
15455         (math-largest-emacs-expt, math-smallest-emacs-expt):
15456         New variables.
15457         (math-use-emacs-fn): New function.
15458         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
15459         appropriate.
15461 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15463         * image-dired.el (image-dired-sane-db-file): New func.
15464         (image-dired-write-tags, image-dired-remove-tag)
15465         (image-dired-list-tags, image-dired-write-comments)
15466         (image-dired-get-comment, image-dired-mark-tagged-files)
15467         (image-dired-create-gallery-lists): Call new func.
15468         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
15470 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15472         * vc-hg.el (vc-hg-dir-state): Fix loop.
15473         (vc-hg-print-log): Fix expected return value for vc-hg-command.
15474         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
15475         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
15476         (vc-hg-revert): Likewise.
15477         (vc-hg-revision-table, vc-hg-revision-completion-table): New
15478         functions.
15480 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15482         * add-log.el (change-log-resolve-conflict): Don't lose data if the
15483         merge fails.
15485 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15487         * progmodes/compile.el (compilation-auto-jump-to-first-error):
15488         Add group and version.
15490 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15492         * add-log.el (add-log-file-name): Use file-relative-name.
15493         (add-change-log-entry): Delay reading
15494         add-log-(full-name|mailing-address) to after we've switched to the
15495         ChangeLog buffer so we get the right value.
15496         (add-change-log-entry, add-log-current-defun, change-log-merge):
15497         Use derived-mode-p rather than checking major-mode directly.
15499         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
15500         name for buffer-file-name if it refers to a directory.
15502         * vc-arch.el (vc-arch-diff): Fix last change.
15504         * progmodes/compile.el (compilation-start): Remember the original
15505         directory in a buffer-local compilation-directory.
15506         (compile): Set the global value of compilation-directory.
15507         (recompile): Use compilation-directory even in the compilation buffer.
15509 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15511         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
15513 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15515         * ps-print.el: Problem with foreground and background color when
15516         printing a buffer with and without faces.  Reported by Christian
15517         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
15518         (ps-print-version): New version 6.7.5.
15519         (ps-default-fg): Change default value to nil, so black color is used
15520         when a face does not specify a foreground color.
15521         (ps-default-bg): Change default value to nil, so white color is used
15522         for background color.
15523         (ps-begin-job): Fix code.
15525 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
15527         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
15528         in $(INSTALL_DIR)/lisp/ if they already exist.
15530 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
15532         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
15533         in $(INSTALL_DIR)/lisp/ if they already exist.
15535 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15537         * progmodes/vera-mode.el (vera-re-search-forward)
15538         (vera-re-search-backward): Remove use of store-match-data.
15539         (vera-mode-map): Move initialization into declaration.
15541         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
15542         (flymake-find-buildfile): Use locate-dominating-file.
15544         * vc.el (vc-delistify): Use mapconcat.
15545         (vc-do-command): Minor simplification.
15546         (vc-expand-dirs): Use push.
15548         * vc-mcvs.el (vc-mcvs-create-repo):
15549         * vc-cvs.el (vc-cvs-create-repo): Remove.
15551         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
15552         directory and the root as well.
15554 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15556         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
15557         instead of a file.
15559         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
15560         (vc-hg-registered): Replace if with when.
15561         (vc-hg-state): Deal with nonexistent files and handle removed files.
15562         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
15563         (vc-hg-checkout): Re-enable.
15564         (vc-hg-create-repo): Fix typos.
15565         (vc-hg-print-log): Fix for multiple files.
15566         (vc-hg-workfile-unchanged-p): New function.
15568         * vc.el: Fix typo.
15569         (vc-print-log): Fix call to print-log.
15570         (vc-default-comment-history): Likewise.
15571         (vc-directory-exclusion-list): Add .hg and .bzr.
15572         (vc-diff-internal): Pass a list instead of a file.
15574         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
15576         * vc-bzr.el (vc-bzr-create-repo): New function.
15578 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15580         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
15581         `file' from which to start the search.
15583 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
15585         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
15586         having a single file argument to having a list of files as the
15587         first argument.
15589 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15591         * files.el (locate-dominating-file): New function.
15593 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
15595         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
15596         (grep-compute-defaults): Use it.
15598 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15600         * uniquify.el: Docstring fixes.
15602 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
15604         * vc.el (revision-granularity, create-repo): Document new vc
15605         backend properties.
15606         (vc-rollback): Renamed from vc-cancel-version.  Update references.
15607         Pass a list instead of a file.
15608         (vc-revert): Renamed from vc-revert-buffer.  Update references.
15609         (vc-delistify, vc-expand-dirs): New functions.
15610         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
15611         of files instead of a single file.
15612         (vc-position-context, vc-resync-window, vc-diff-internal)
15613         (vc-print-log): Pass a list instead of a file.
15615         * vc-hooks.el (vc-stay-local-p, vc-backend)
15616         (vc-backend-subdirectory-name): Work on a file list, not a single
15617         file.
15618         (vc-workfile-version): Update docstring.
15619         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
15620         vc-revert instead of vc-revert-buffer.
15621         (vc-prefix-map): Likewise.  Bind vc-update.
15623         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
15624         (vc-svn-wash-log): New functions.
15625         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
15626         (vc-svn-command): Deal with a list of files, not a single file.
15628         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
15629         (vc-rcs-wash-log): New functions.
15630         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
15631         Deal with a list of files, not a single file.
15632         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
15634         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
15635         functions.
15636         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
15637         list of files, not a single file.
15639         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
15640         New functions.
15641         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
15642         (vc-mcvs-diff): Deal with a list of files, not a single file.
15644         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
15645         functions.
15646         (vc-hg-print-log): Deal with a list of files, not a single file.
15647         (vc-hg-diff-tree): New function, replace defalias with the same
15648         name.
15649         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
15650         FILES to denote that it is a file list, not a single file.
15652         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
15653         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
15654         a single file.
15655         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
15656         that it is a file list, not a single file.
15657         (vc-cvs-diff): Likewise.  Simplify.
15659         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
15660         Deal with a list of files, not a single file.
15662         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
15663         (vc-bzr-print-log): Update FILE parameter name to denote that it
15664         is a file list, not a single file.
15665         (vc-bzr-diff): Likewise.  Use the car of files.
15667 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
15669         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
15670         (follow-delete-other-windows-and-split, follow-recenter)
15671         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
15672         (follow-redisplay, follow-estimate-first-window-start)
15673         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
15674         Fix typos in docstrings.
15676 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
15678         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
15679         avoid that filling introduces lines with a single asterisk.
15681         * kmacro.el (kmacro-end-macro): When ignoring empty macro
15682         avoid incorrect kmacro-ring-empty-p messages.
15683         Reported by Michael Schierl <schierlm@gmx.de>.
15685 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
15687         * vc.el: Add more info about the vc-registered function.
15689 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
15691         * files.el (file-remote-p): Introduce optional parameter
15692         IDENTIFICATION.
15694         * recentf.el (recentf-keep-default-predicate): Adapt call of
15695         `file-remote-p'.
15697         * progmodes/grep.el (grep-probe): Use `process-file'.
15698         (grep-compute-defaults): Handle variables host specific.
15700         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
15701         parameter IDENTIFICATION.
15703         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
15704         parameter IDENTIFICATION.
15705         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
15706         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15707         Add entry for `set-file-times'.
15708         (tramp-do-copy-or-rename-file-via-buffer)
15709         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
15710         (tramp-handle-unhandled-file-name-directory): Rewrite.
15711         (tramp-convert-file-attributes): Add error handling when inode is
15712         extraordinary big.
15713         (tramp-get-inode): Change parameter from FILE to VEC.
15714         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
15715         is nil.  This is according to the specification.  Goto (point-max)
15716         when ready.
15717         (tramp-handle-shell-command): Rewrite completely, using
15718         `process-file' and `start-file-process'.
15719         (tramp-methods, tramp-find-shell)
15720         (tramp-open-connection-setup-interactive-shell)
15721         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
15722         var.  Reported by Steve Youngs <steve@sxemacs.org>.
15724         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
15725         entry for `set-file-times'.  Rename `start-process' into
15726         `start-file-process'.  Remove `call-process' entry.
15727         (tramp-fish-handle-set-file-times): New defun.
15728         (tramp-fish-handle-executable-find): Use `process-file'.
15729         (tramp-fish-handle-process-file): New defun.  Replaces
15730         `tramp-fish-handle-call-process'.
15731         (tramp-fish-do-copy-or-rename-file-directly): Use
15732         `set-file-times'.
15733         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
15735         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
15736         `tramp-get-inode' parameter.
15738 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
15741         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
15742         nowadays, and by the time Emacs-23 comes out, nobody will even remember
15743         it has ever existed.
15745 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
15747         * vc.el: Undo previous change.
15749 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
15751         * makefile.w32-in (clean): Don't delete *~.
15753 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15755         * textmodes/tex-mode.el (tex-verbatim-environments):
15756         Add safe-local-variable property.
15757         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
15758         when starting font-lock rather than when loading tex-mode.el.
15760         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
15761         whole $( rather than just the $.  Rename from sh-quoted-subshell.
15762         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
15764 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
15766         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
15767         bookmark-alist.  Instead, if not sorting, simply return it.
15768         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
15769         for its return value, not for its side effect.
15771         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
15772         case of alignment under a constant symbol, find and consider
15773         the sexp actually at indentation to be the "last sexp".
15775 2007-07-16  Drew Adams  <drew.adams@oracle.com>
15777         * mouse.el (mouse-yank-secondary): Better error message if no
15778         secondary selection.
15780 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
15782         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
15784         * term/xterm.el (xterm-turn-on-modify-other-keys)
15785         (xterm-turn-off-modify-other-keys): New functions.
15786         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
15787         terminal supports it.
15789 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
15791         * bookmark.el (bookmark-show-all-annotations):
15792         Make sure each inserted annotation ends with newline.
15794 2007-07-15  Richard Stallman  <rms@gnu.org>
15796         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
15798         * tutorial.el (tutorial--find-changed-keys):
15799         Handle C-x specially like ESC.
15801 2007-07-15  Aaron Hawley  <aaronh@garden.org>
15803         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
15805 2007-07-15  Juri Linkov  <juri@jurta.org>
15807         * delsel.el (delete-selection-pre-hook):
15808         * emulation/cua-base.el (cua-paste): Before a yank command,
15809         check also whether last-command is one of mouse-save-then-kill,
15810         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
15812 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
15814         * recentf.el (recentf-keep-default-predicate): New defun.
15815         (recentf-keep): Use it as initial value.
15817 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
15819         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
15820         thus restoring bookmark bindings to three slots under C-x r.  See
15821         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
15823 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
15825         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
15827 2007-07-15  Jason Rumney  <jasonr@gnu.org>
15829         * w32-fns.el (set-default-process-coding-system): Use dos line ends
15830         for input to cmdproxy on all versions of Windows.
15831         Use dos line ends for input to plink.
15833         * comint.el (comint-simple-send): Concat newline before sending.
15834         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
15836 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15838         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
15839         safe-local-variable setting.
15841 2007-07-14  David Kastrup  <dak@gnu.org>
15843         * emacs-lisp/advice.el (defadvice): Doc fix.
15845 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
15847         * subr.el (when, unless): Doc fix.
15849 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
15851         * replace.el (match): Use yellow1 instead of yellow.
15853         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
15854         red.
15856         * pcvs-info.el (cvs-unknown): Likewise.
15858 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
15860         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
15861         (install): Use them to copy all *.el files before *.elc.
15863 2007-07-13  Drew Adams  <drew.adams@oracle.com>
15865         * bookmark.el (bookmark-jump-other-window): New function.
15866         (bookmark-map): Bind it to "o".
15868         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
15869         and its thread contains discussion about this change.
15870         The original patch was slightly tweaked by Karl Fogel
15871         <kfogel@red-bean.com> before committing.
15873 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
15875         * bookmark.el: Shorten some comments to fit within 80 lines.
15877 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
15879         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
15880         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
15881         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
15882         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
15884 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
15886         * textmodes/org.el: Bug fixes.
15887         (org-end-of-line): Move to end of line if in headline without tags.
15889 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15891         * vc-hooks.el: Remove spurious * in docstrings.
15892         (vc-handled-backends): Add BZR.
15894         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
15896 2007-07-12  Davis Herring  <herring@lanl.gov>
15898         * desktop.el (desktop-buffer-info, desktop-save):
15899         Use `desktop-dirname' instead of `dirname'.
15901 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
15903         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
15905         * progmodes/python.el (python-which-func-length-limit): New var.
15906         (python-which-func): New function.
15907         (python-current-defun): Add optional `length-limit' and try to fit
15908         computed function name to that length.
15909         (python-mode): Hook `python-which-func' up.
15911 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
15913         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
15915         * comint.el (comint-dynamic-complete-as-filename):
15916         Use read-file-name-completion-ignore-case.
15918 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15920         * comint.el (comint-dynamic-list-filename-completions):
15921         Use read-file-name-completion-ignore-case.
15923         * vc-cvs.el: Require CL.
15924         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
15925         New functions to provide completion of revision names.
15927         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
15928         (vc-cvs-annotate-first-line-re): New const.
15929         (vc-cvs-annotate-process-filter): New fun.
15930         (vc-cvs-annotate-command): Use them and run the command asynchronously.
15932 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
15934         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
15935         (eldoc-print-current-symbol-info): Adjust for changed helper
15936         function signatures.
15937         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
15938         `eldoc-highlight-function-argument'.
15939         (eldoc-highlight-function-argument): New function.
15940         (eldoc-get-var-docstring): Format documentation with
15941         `font-lock-variable-name-face'.
15942         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
15943         where suited.
15944         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
15945         (eldoc-beginning-of-sexp): Return number of skipped sexps.
15947 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
15949         * progmodes/compile.el (compilation-start): `start-process' must
15950         still be redefined when calling `start-process-shell-command'.
15952         * progmodes/gud.el (gud-file-name): When `default-directory' is a
15953         remote file name, prepend its remote part to the filename.
15954         (gud-common-init): When `default-directory' is a remote file name,
15955         make the filename relative to it.
15956         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
15958 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
15960         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
15961         mouse binding and a tooltip.
15963 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15965         * menu-bar.el (vc-menu-map): New defalias.
15967 2007-07-10  Richard Stallman  <rms@gnu.org>
15969         * emacs-lisp/lisp-mode.el (eval-defun):
15970         Explain special handling of `defface'.
15972 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
15974         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
15976         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
15978 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15980         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
15982         * vc-arch.el (vc-arch-complete): Remove.
15983         (vc-arch-revision-completion-table): Use complete-with-action.
15985         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
15986         (complete-with-action): New function.
15987         (dynamic-completion-table): Use it.
15989 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
15991         * comint.el (make-comint, make-comint-in-buffer)
15992         (comint-exec-1): Replace `start-process' by `start-file-process'.
15994         * progmodes/compile.el (compilation-start): Revert redefining
15995         `start-process'.
15997 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15999         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
16000         with EOLs when generating MD5 checksums.
16002         * follow.el: Don't change the global map from the follow-mode-map
16003         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
16004         XEmacs code.
16005         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
16006         since `follow-mode' should be used instead for that.
16008         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
16009         (easy-menu-do-define): Use it.
16010         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
16012         * progmodes/compile.el (compilation-auto-jump-to-first-error)
16013         (compilation-auto-jump-to-next): New vars.
16014         (compilation-auto-jump): New function.
16015         (compilation-error-properties): Use them to jump to first error.
16016         (compilation-start): Set the var if requested.
16018         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
16019         duplicates without also removing entries from other directories.
16021 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
16023         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
16024         Remember span as default.
16025         (org-columns-edit-value): Rename from `org-column-edit'.
16026         (org-columns-display-here-title): Rename from
16027         `org-overlay-columns-title'.
16028         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
16029         (org-columns-get-autowidth-alist): Rename from
16030         `org-get-columns-autowidth-alist'.
16031         (org-columns-display-here): Rename from `org-overlay-columns'.
16032         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
16033         (org-columns-quit): Rename from `org-column-quit'.
16034         (org-columns-show-value): Rename from `org-column-show-value'.
16035         (org-columns-content, org-columns-widen)
16036         (org-columns-next-allowed-value)
16037         (org-columns-edit-allowed, org-columns-store-format)
16038         (org-columns-uncompile-format, org-columns-redo)
16039         (org-columns-edit-attributes, org-delete-property)
16040         (org-set-property, org-columns-update)
16041         (org-columns-compute, org-columns-eval)
16042         (org-columns-not-in-agenda, org-columns-compute-all)
16043         (org-property-next-allowed-value)
16044         (org-columns-compile-format)
16045         (org-fill-paragraph-experimental)
16046         (org-string-to-number, org-property-action)
16047         (org-columns-move-left, org-columns-new)
16048         (org-column-number-to-string)
16049         (org-property-previous-allowed-value)
16050         (org-at-property-p, org-columns-delete)
16051         (org-columns-previous-allowed-value)
16052         (org-columns-move-right, org-columns-narrow)
16053         (org-property-get-allowed-values)
16054         (org-verify-version, org-column-string-to-number)
16055         (org-delete-property-globally): New functions.
16056         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
16057         (org-columns-overlays): Rename from `org-column-overlays'.
16058         (org-columns-map): Rename from `org-column-map'.
16059         (org-columns-current-maxwidths): Rename from
16060         `org-current-columns-maxwidths'.
16061         (org-columns-begin-marker, org-columns-current-fmt-compiled)
16062         (org-previous-header-line-format)
16063         (org-columns-inhibit-recalculation)
16064         (org-columns-top-level-marker): New variables.
16065         (org-columns-default-format): Rename from `org-default-columns-format'.
16066         (org-property-re): New constant.
16068 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
16070         * subr.el (looking-at-p, string-match-p): New functions.
16072 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
16074         * textmodes/tex-mode.el (tex-fontify-script)
16075         (tex-font-script-display): New variables to make display of
16076         superscripts and subscripts customizable.
16077         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
16079 2007-07-09  Richard Stallman  <rms@gnu.org>
16081         * isearch.el (isearch-edit-string): Call to isearch-push-state
16082         after the search.
16084 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16086         * window.el (fit-window-to-buffer): Remove setting of window-min-height
16087         to 1 as enlarge-window uses the value to resize/shrink windows other
16088         than WINDOW if needed.
16090 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16092         * cus-start.el (file-coding-system-alist): Fix custom type.
16094 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
16096         * longlines.el (longlines-wrap-region): Avoid marking buffer as
16097         modified.
16098         (longlines-auto-wrap, longlines-window-change-function):
16099         Remove unnecessary calls to set-buffer-modified-p.
16101 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16103         * cus-start.el (file-coding-system-alist): Fix custom type.
16105 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16107         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
16108         (vc-cvs-checkout): Remove last arg now unused; simplify.
16110 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
16112         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
16114         * net/tramp.el:
16115         * net/tramp-ftp.el:
16116         * net/tramp-smb.el:
16117         * net/tramp-uu.el:
16118         * net/trampver.el: Migrate to Tramp 2.1.
16120         * net/tramp-cache.el:
16121         * net/tramp-fish.el:
16122         * net/tramp-gw.el: New Tramp packages.
16124         * net/tramp-util.el:
16125         * net/tramp-vc.el: Removed.
16127         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
16128         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
16130         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
16132         * progmodes/compile.el (compilation-start): Redefine
16133         `start-process' temporarily when `default-directory' is remote.
16134         Remove case of synchronous compilation, this won't happen ever.
16135         (compilation-setup): Make local variable `comint-file-name-prefix'
16136         for remote compilation.
16138 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
16140         * novice.el (disabled-command-function): Fit window to buffer to
16141         make last line visible.
16142         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
16144         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
16145         when handling the terminating event.
16147 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
16149         * calc/calc.el (math-read-number-simple): Remove leading 0s.
16150         (math-bignum-digit-length): Change to optimal value.
16152         * calc/calc-bin.el (math-bignum-logb-digit-size)
16153         (math-bignum-digit-power-of-two): Evaluate when compiled.
16155         * calc/calc-comb.el (math-small-factorial-table)
16156         (math-init-random-base, math-prime-test): Remove unnecessary calls
16157         to `math-read-number-simple'.
16159         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
16160         (math-approx-gamma-const): Add docstrings.
16162         * calc/calc-forms.el (math-julian-date-beginning)
16163         (math-julian-date-beginning-int): New constants.
16164         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
16165         Use the new constants.
16167         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
16169         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16170         Add docstrings.
16172 2007-07-07  Tom Tromey  <tromey@redhat.com>
16174         * vc.el (vc-annotate): Jump to line and output message only after the
16175         process is really all done.
16177 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16179         * vc.el (vc-exec-after): Don't move point from the sentinel.
16180         Forcefully read all the remaining text in the pipe upon process exit.
16181         (vc-annotate-display-autoscale, vc-annotate-lines):
16182         Don't stop at the first unrecognized line.
16183         (vc-annotate-display-select): Run autoscale after the process is done
16184         since it depends on the whole result.
16186 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
16188         * term/w32-win.el (menu-bar-open): New function.
16189         Bind <f10> to it.
16191 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
16193         * simple.el (start-file-process): New defun.
16195 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16197         * files.el (find-file-confirm-nonexistent-file): Rename from
16198         find-file-confirm-inexistent-file.  Update users.
16200         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
16201         format of autoload block where the file's time-stamp is replaced by its
16202         MD5 checksum.
16203         (autoload-generate-file-autoloads): Use MD5 checksum instead of
16204         time-stamp for secondary autoloads files.
16205         (update-directory-autoloads): Remove duplicate entries.
16206         Use time-less-p for time-stamps, as done in autoload-find-destination.
16208 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
16210         * calc/calc.el (math-read-number): Replace number by variable.
16211         (math-read-number-simple): Properly parse small integers.
16213 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
16215         * vc.el: Fix doc for the checkout function.
16217 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
16219         * vc-hg.el (vc-hg-root): New function.
16220         (vc-hg-registered): Use it.
16221         (vc-hg-diff-tree): New defalias.
16222         (vc-hg-responsible-p): Likewise.
16223         (vc-hg-checkout): Comment out, not needed.
16224         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
16225         (vc-hg-find-version, vc-hg-next-version): New functions.
16227 2007-07-06  Andreas Schwab  <schwab@suse.de>
16229         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
16230         dynamic bindings around the evaluation of the expression.
16231         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
16233 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16235         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
16236         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
16237         Use run-hooks rather than run-mode-hooks.
16239 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
16241         * calc/calc-comb.el (math-random-digit): Rename to
16242         `math-random-three-digit-number'.
16243         (math-random-digits): Don't depend on representation of integer.
16245         * calc/calc-bin.el (math-bignum-logb-digit-size)
16246         (math-bignum-digit-power-of-two): New constants.
16247         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
16248         (math-not-bignum, math-clip-bignum): Use the constants
16249         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
16250         instead of their values.
16251         (math-clip): Use math-small-integer-size instead of its value.
16253         * calc/calc.el (math-add-bignum): Replace number by constant.
16255 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
16257         * wid-edit.el (widget-documentation-string-value-create):
16258         Insert indentation spaces.
16260 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
16262         * emacs-lisp/byte-opt.el: Revert last change.
16264 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
16266         * vc-hooks.el (vc-handled-backends): Add HG.
16268         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
16270 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16272         * complete.el (PC-do-complete-and-exit): Add support for the new
16273         `confirm-only' confirmation mode.
16275 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
16277         * cus-edit.el (custom-commands): New variable.
16278         (custom-tool-bar-map): New variable.  Initialize using
16279         `custom-commands'.
16280         (custom-mode): Use `custom-tool-bar-map'.
16281         (custom-buffer-create-internal): Insert action buttons only if
16282         tool bar is not used.  Use `custom-commands'.
16283         (Custom-help, custom-command-apply): New function.
16284         (custom-command-apply, Custom-set, Custom-save)
16285         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
16286         Use `custom-command-apply' instead of duplicating code.
16287         (customize-group-other-window): Call `customize-group' instead of
16288         duplicating code.
16289         (customize-face-other-window): Call `customize-face' instead of
16290         duplicating code.
16291         (customize-group, customize-face): Add optional args for opening
16292         in another window.
16293         (custom-variable-tag): Don't inherit `variable-pitch' face.
16294         (custom-group-tag): Inherit `variable-pitch' face.
16295         (custom-variable-value-create): Set documentation indentation.
16296         (custom-group-value-create): Make group name a link, instead of
16297         using an extra "go to group" button.
16298         (custom-prompt-variable, custom-group-set, custom-group-save)
16299         (custom-group-reset-current, custom-group-reset-saved)
16300         (custom-group-reset-standard): Minor cleanup.
16302 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
16304         * Makefile.in (bootstrap-prepare): When copying from
16305         ldefs-boot.el, make sure loaddefs.el is writeable.
16307         (bootstrap-prepare): Make $(lisp)/ps-print.el
16308         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
16310 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
16312         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
16313         only caller, and delete.
16314         (vc-hg-state): Deal with exceptions and only parse the output on
16315         successful return.
16316         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
16317         caller, and delete.
16318         (vc-hg-workfile-version): Deal with exceptions and only parse the
16319         output on successful return.
16320         (vc-hg-revert): New function.
16322 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
16324         * calculator.el (calculator-expt): Use more cases to determine
16325         the value.
16327 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
16329         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
16330         file names.
16332 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16334         * calculator.el (calculator-expt, calculator-integer-p):
16335         New functions.
16336         (calculator-fact): Check to see if the factorial will be too
16337         large before computing it.
16338         (calculator-initial-operators): Use `calculator-expt' to
16339         compute "^".
16340         (calculator-mode): Mention that results which are too large
16341         will return inf.
16342         * calc/calc-comb.el (math-small-factorial-table): Replace list
16343         by vector.
16345 2007-07-03  David Kastrup  <dak@gnu.org>
16347         * shell.el: On request of the authors, remove their addresses for
16348         the sake of bug reports, and add the developer list address as
16349         maintainer information.
16351 2007-07-03  Richard Stallman  <rms@gnu.org>
16353         * files.el (make-directory): Doc fix.
16354         (find-file-confirm-inexistent-file): Make it a defcustom.
16355         Make nil the default.
16357 2007-07-02  Richard Stallman  <rms@gnu.org>
16359         * startup.el (command-line): Set buffer-offer-save in *scratch*
16360         and enable auto-save in it.
16362 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
16364         * textmodes/org.el (orgstruct-mode-map): New variable.
16365         (orgstruct-mode): New minor mode.
16366         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
16367         (orgstruct-make-binding, org-context-p, org-get-local-variables)
16368         (org-run-like-in-org-mode): New functions.
16369         (org-cycle-list-bullet): New command.
16370         (org-special-properties, org-property-start-re)
16371         (org-property-end-re): New constants.
16372         (org-with-point-at): New macro.
16373         (org-get-property-block, org-entry-properties, org-entry-get)
16374         (org-entry-delete, org-entry-get-with-inheritance)
16375         (org-entry-put, org-buffer-property-keys): New functions.
16376         (org-insert-property-drawer): New command.
16377         (org-entry-property-inherited-from): New variable.
16378         (org-column): New face.
16379         (org-column-overlays, org-current-columns-fmt)
16380         (org-current-columns-maxwidths, org-column-map): New variables.
16381         (org-column-menu): New menu.
16382         (org-new-column-overlay, org-overlay-columns)
16383         (org-overlay-columns-title, org-remove-column-overlays)
16384         (org-column-show-value, org-column-quit, org-column-edit):
16385         New functions.
16386         (org-columns, org-agenda-columns): New commands.
16387         (org-get-columns-autowidth-alist): New functions.
16388         (org-properties): New customize group.
16389         (org-default-columns-format): New option.
16390         (org-priority): Realign tags after changing priority.
16391         (org-preserve-lc): New macro.
16392         (org-update-checkbox-count): Catch case when there is no headline.
16393         (org-agenda-quit): Remove any column overlays.
16394         (org-beginning-of-item-list): Fixed bug when non-item line is
16395         indented too deep.
16396         (org-cached-props): New variable.
16397         (org-cached-entry-get): New function.
16398         (org-make-tags-matcher): Handle property matches.
16399         (org-table-recalculate): Swap evaluation order: Field formula
16400         first, then column formulas, but don't allow them to overwrite the
16401         field formulas.
16402         (org-table-eval-formula): New argument untouchable.
16403         (org-table-put-field-property): New function.
16405 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
16407         * help-mode.el (help-make-xrefs): Skip spaces too when
16408         skipping tabs.
16410         * ffap.el (dired-at-point-prompter): Improve prompt in
16411         list-directory case.
16413 2007-07-01  Richard Stallman  <rms@gnu.org>
16415         * files.el (find-file-visit-truename): Fix safe-local-variable value.
16417 2007-07-01  Richard Stallman  <rms@gnu.org>
16419         * cus-start.el (max-mini-window-height): Added.
16421 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
16423         * complete.el (partial-completion-mode): Remove advice of
16424         read-file-name-internal.
16425         (PC-do-completion): Rebind minibuffer-completion-table.
16426         (PC-read-file-name-internal): New function doing what
16427         read-file-name-internal advice did.
16429 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
16431         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
16432         property on a few symbols.
16433         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
16434         (byte-optimize-lapcode): Remove bindings that are not referenced
16435         and certainly will not effect through dynamic scoping.
16437 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16439         * files.el (find-file-confirm-inexistent-file): New var.
16440         (find-file, find-file-other-window, find-file-other-frame)
16441         (find-file-read-only, find-file-read-only-other-window)
16442         (find-file-read-only-other-frame): Use it.
16444 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16446         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
16448 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
16450         * generic-x.el (generic-define-mswindows-modes)
16451         (generic-define-unix-modes, apache-log-generic-mode)
16452         (bat-generic-mode-keymap, java-manifest-generic-mode)
16453         (show-tabs-generic-mode): Fix typos in docstrings.
16455 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
16457         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
16458         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
16459         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
16460         (rcirc-print): Never ignore messages from ourself.
16462 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16464         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
16465         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
16467 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16469         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
16470         replace-regexp-in-string.
16472 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16474         * emacs-lisp/cl.el: Set edebug and indentation before loading
16475         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
16477 2007-06-28  Andreas Schwab  <schwab@suse.de>
16479         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
16480         $(lisp)/subdirs.el.
16482 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
16484         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
16485         the speedbar frame if nil; that deletes the current frame or
16486         causes an error if it is the only frame.
16487         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
16489 2007-06-28  Kevin Ryde  <user42@zip.com.au>
16491         * textmodes/nroff-mode.el: Groff \# comments.
16492         (nroff-mode-syntax-table): \# comment intro,
16493         plain # as punct per global table.
16494         (nroff-font-lock-keywords): Add # as a single char escape.
16495         (nroff-mode): In comment-start-skip, match \#.
16497 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16499         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
16500         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
16501         point-min == 1.
16503 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
16505         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
16506         Rename and move to...
16508         * subr.el (strings->string, string->strings): ...here.
16510         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
16511         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
16513         * progmodes/gud.el (gud-common-init): Call string->strings instead
16514         of split-string.
16516 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
16518         * dired-aux.el: Remove `dired-call-process'.
16519         (dired-check-process): Call `process-file'.
16521         * wdired.el (wdired-do-perm-changes): Call `process-file'.
16523         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
16524         `ange-ftp-process-file'.
16526 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16528         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
16530         * emacs-lisp/cl-extra.el:
16531         * emacs-lisp/cl-seq.el:
16532         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
16533         Add autoload cookies on all defs autoloaded manually in cl.el.
16535         * emacs-lisp/cl-loaddefs.el: New file.
16537         * textmodes/texinfmt.el (texinfo-raisesections-alist)
16538         (texinfo-lowersections-alist): Merge definition and declaration.
16539         (texinfo-start-of-header, texinfo-end-of-header): Remove.
16540         (texinfo-format-syntax-table): Merge init into declaration.
16541         (texinfo-format-parse-line-args, texinfo-format-parse-args)
16542         (texinfo-format-parse-defun-args, texinfo-format-node)
16543         (texinfo-push-stack, texinfo-multitable-widths)
16544         (texinfo-define-info-enclosure, texinfo-alias)
16545         (texinfo-format-defindex, batch-texinfo-format): Use push.
16546         (texinfo-footnote-number): Remove duplicate declaration.
16548         * ps-print.el: Update with auto-generated autoloads.
16550         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
16552 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16554         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
16555         relative to current dir for file-local settings.
16556         (autoload-generate-file-autoloads): Add `outfile' arg.
16557         (update-directory-autoloads): Use it to directly call
16558         autoload-generate-file-autoloads instead of going through
16559         update-file-autoloads so we avoid redundant searches and so we can know
16560         the set of buffers changed so we can save them all.
16562         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
16563         rather than throwing `up-to-date'.
16564         (autoload-generate-file-autoloads): Adjust correspondingly.
16565         (update-file-autoloads): Be careful to let-bind
16566         autoload-modified-buffers and adjust to new calling conventions.
16567         (autoload-modified-buffers): Make it a dynamically scoped var.
16568         (update-directory-autoloads): Use file-relative-name instead of
16569         autoload-trim-file-name.
16570         (autoload-insert-section-header): Don't use autoload-trim-file-name
16571         since the file is already relative now.
16572         (autoload-trim-file-name): Remove.
16574         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
16575         (vc-arch-complete, vc-arch--version-completion-table)
16576         (vc-arch-revision-completion-table): New functions to provide
16577         completion of revision names.
16578         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
16579         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
16580         to let the user trim the revlib.
16582         * vc.el: Add new VC operation `revision-completion-table'.
16583         (vc-default-revision-completion-table): New function.
16584         (vc-version-diff, vc-version-other-window): Use it to provide
16585         completion of revision names if the backend provides it.
16587         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
16589         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
16590         of newer .svn/entries.
16592 2007-06-25  David Kastrup  <dak@gnu.org>
16594         * calc/calc-poly.el (math-padded-polynomial)
16595         (math-partial-fractions): Add some function comments.
16597 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16599         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16600         Make `outbuf' optional.
16601         (update-file-autoloads): Use it.
16603 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16605         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
16606         (autoload-find-destination): Keep it uptodate.
16607         (autoload-save-buffers): New fun.
16608         (update-file-autoloads): Use it.  Re-add the "up to date" message.
16610         * emacs-lisp/autoload.el: Refactor for upcoming changes.
16611         (autoload-find-destination): New function extracted from
16612         update-file-autoloads.
16613         (update-file-autoloads): Use it.
16614         (autoload-generate-file-autoloads): New function extracted from
16615         generate-file-autoloads.  Use file-relative-name.  Delay computation of
16616         output-start to the first cookie.  Remove done-any, replaced by
16617         output-start.
16618         (generate-file-autoloads): Use it.
16620 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
16622         * calc/calc-comb.el (math-init-random-base, math-prime-test):
16623         Use math-read-number-simple to insert constants.
16624         (math-prime-test): Redo calculation of sum.
16626         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
16628         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
16629         math-scale-bignum-3.
16630         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
16631         math-bignum-digit-size.
16632         (math-isqrt-small): Add another possible initial guess.
16634 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16636         * textmodes/bibtex.el (bibtex-entry-format): New options
16637         `whitespace', `braces', and `string'.
16638         (bibtex-field-braces-alist, bibtex-field-strings-alist)
16639         (bibtex-field-braces-opt, bibtex-field-strings-opt)
16640         (bibtex-cite-matcher-alist): New variables.
16641         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
16642         (bibtex-flash-head): Use blink-matching-delay.
16643         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
16644         (bibtex-format-entry, bibtex-reformat): Handle new options of
16645         bibtex-entry-format.
16646         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
16647         New functions.
16648         (bibtex-complete-internal): Do not display messages while
16649         minibuffer is used.  Do not leave around a completions buffer
16650         that is out of date.
16651         (bibtex-copy-summary-as-kill): New optional arg.
16652         (bibtex-font-lock-url): New optional arg no-button.
16653         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
16654         (bibtex-url): Allow multiple URLs per entry.
16656 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16658         * emacs-lisp/autoload.el (autoload-generated-file): New function.
16659         (update-file-autoloads, update-directory-autoloads): Use it.
16660         (autoload-file-load-name): New function.
16661         (generate-file-autoloads, update-file-autoloads): Use it.
16662         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
16663         (generate-file-autoloads): If the autoloaded form is malformed,
16664         indicate the problem with a warning instead of aborting.
16666 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
16668         * simple.el (next-error-recenter): Accept `(4)' as well;
16669         also, specify `integer' instead of `number'.
16671 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
16673         * ls-lisp.el (insert-directory): If an invalid regexp error is
16674         thrown, try using FILE as a literal file name, not a wildcard.
16676 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
16678         * ruler-mode.el (ruler-mode): Prevent clobbering the original
16679         `header-line-format' when reentering ruler mode.
16681 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
16683         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
16684         FILE exists as a file.
16686 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
16688         * calc/calc.el (math-bignum-digit-length)
16689         (math-bignum-digit-size, math-small-integer-size):
16690         New constants.
16691         (math-normalize, math-bignum-big, math-make-float)
16692         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
16693         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
16694         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
16695         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
16696         (math-quotient, math-div-bignum, math-div-bignum-digit)
16697         (math-div-bignum-part, math-format-bignum-decimal)
16698         (math-read-bignum): Use math-bignum-digit-length,
16699         math-bignum-digit-size and math-small-integer-size.
16701         * calc/calc-ext.el (math-fixnum-big): Use the variable
16702         math-bignum-digit-size.
16704 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16706         * log-view.el (log-view-mode-menu): New menu.
16708 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16710         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
16711         differently.
16713         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
16714         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
16716 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
16718         * vc-hg.el (vc-hg-print-log): Insert the file name.
16719         (vc-hg-log-view-mode): Fontify the file name.
16721 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
16723         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
16724         (calcFunc-julian): Fix incorrect number used in calculations.
16726 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
16728         * simple.el (next-error-recenter): New defcustom.
16729         (next-error, next-error-internal): Recenter if specified,
16730         immediately prior to running `next-error-hook'.
16732         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
16733         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
16735         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
16737 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
16739         * calc/calc-comb.el (math-small-factorial-table): New variable.
16740         (calcFunc-fact): Use `math-small-factorial-table'.
16742         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
16743         initial values.
16744         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
16745         New variables to use in caches.
16747         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
16748         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
16750         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
16751         (math-bernoulli-b-cache): Use math-read-number-simple to insert
16752         bignums.
16754         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16755         New variables to use in caches.
16757 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
16759         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
16761         * vc-hg.el (vc-hg-log-view-mode): New mode.
16763 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
16765         * calc/calc.el (math-read-number-simple): New function.
16767 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16769         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
16770         (vera-font-lock-match-item): Fix doc string.
16771         (vera-in-comment-p): Remove unused function.
16772         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
16773         use `syntax-ppss'.
16774         (vera-forward-syntactic-ws): Fix argument order.
16775         (vera-prepare-search): Use `with-syntax-table'.
16776         (vera-indent-line): Fix doc string.
16777         (vera-electric-tab): Fix doc string.
16778         (vera-expand-abbrev): Define alias instead of using `fset'.
16779         (vera-comment-uncomment-region): Use `comment-start-skip'.
16781 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
16783         * textmodes/org.el (org-export-with-footnotes): New option.
16784         (org-export-as-html): Fix replacement bug for XEmacs.
16785         (org-agenda-default-appointment-duration): New option.
16787 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
16789         * vc-hg.el: Add to do items.
16790         (vc-hg-diff): Add support for comparing different revisions.
16791         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
16792         (vc-hg-annotate-extract-revision-at-line)
16793         (vc-hg-previous-version, vc-hg-checkin): New functions.
16794         (vc-hg-annotate-re): New constant.
16796 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
16798         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
16800 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16802         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
16803         buffer-local value of log-view-*-re if applicable.
16805         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
16806         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
16807         (vc-bzr-command*): Remove both (incompatible) versions.
16808         (vc-bzr-do-command*): Remove.
16809         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
16810         Remove by folding into its only caller vc-bzr-command.
16811         (vc-bzr-command): Always set the environment, even when ineffective.
16812         (vc-bzr-version): Minor fix up.
16813         (vc-bzr-admin-dirname): New var.
16814         (vc-bzr-bzr-dir): Remove.
16815         (vc-bzr-root-dir): New fun.
16816         (vc-bzr-registered): Use it.  Add an autoloaded version.
16817         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
16818         (vc-bzr-view-log-function): Remove.
16819         (vc-bzr-log-view-mode): New major mode to replace it.
16820         (vc-bzr-print-log): Only activate the old hack if needed.
16822         * vc.el (vc-default-log-view-mode): New function.
16823         (vc-print-log): Add new `log-view-mode' VC operation.
16825 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
16827         * ido.el (ido-find-file-in-dir): Don't signal an error for
16828         empty directories.
16830         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
16832         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
16833         directory where the desktop file was found, as the docstring says.
16834         (desktop-kill): Use `read-directory-name'.
16836 2007-06-20  Alan Mackenzie  <acm@muc.de>
16838         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
16839         When removing lines, also remove the \n.  Correction of patch of
16840         2007-04-21.
16842 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
16844         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
16845         event is not a cons cell.  Do not unread drag-mouse-1 events.
16846         Select right window in check whether space was stolen from
16847         window above.
16849         * help-mode.el (help-make-xrefs): Adjust position of new forward
16850         button.
16852 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
16854         * vc-bzr.el (vc-bzr-with-process-environment)
16855         (vc-bzr-std-process-invocation): New macros.
16856         (vc-bzr-command, vc-bzr-command*): Use them.
16857         (vc-bzr-with-c-locale): Remove.
16858         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
16859         (vc-bzr-buffer-nonblank-p): New function.
16860         (vc-bzr-state-words): New const.
16861         (vc-bzr-state): Look for `bzr status' keywords in output.
16862         Display everything else as a warning message to the user.
16863         Fix status report with bzr >= 0.15.
16865 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
16867         * vc-hg.el (vc-hg-global-switches): Simplify.
16868         (vc-hg-state): Handle more states.
16869         (vc-hg-diff): Fix doc-string.
16870         (vc-hg-register): New function.
16871         (vc-hg-checkout): Likewise.
16873 2007-06-20  Reto Zimmermann  <reto@gnu.org>
16875         * progmodes/vera-mode.el: New file.
16877 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
16879         * calc/calc.el (calc-multiplication-has-precendence):
16880         New variable.
16881         (math-standard-ops, math-standard-ops-p, math-expr-ops):
16882         New functions.
16883         (math-expr-opers): Define using math-standard-ops rather than
16884         math-standard-opers.
16885         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
16886         equal the function math-standard-ops rather than the variable
16887         math-standard-opers.
16888         (calc-algebraic-entry): Let math-expr-opers equal
16889         math-standard-ops or math-expr-ops, as appropriate.
16890         (math-expr-read-level, math-read-factor): Let math-expr-opers
16891         equal math-expr-ops.
16892         * calc/calc-embed.el (calc-embedded-finish-edit):
16893         Let math-expr-opers equal the function math-standard-ops
16894         rather than the variable math-standard-opers.
16895         * calc/calc-ext.el (math-read-plain-expr)
16896         (math-format-flat-expr-fancy): Let math-expr-opers equal the
16897         function math-standard-ops rather than the variable
16898         math-standard-opers.
16899         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
16900         Let math-expr-opers equal the function math-standard-ops rather
16901         than the variable math-standard-opers.
16902         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
16903         equal the function math-standard-ops rather than the variable
16904         math-standard-opers.
16905         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
16906         equal the function math-standard-ops rather than the variable
16907         math-standard-opers.
16908         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
16909         math-expr-ops.
16911 2007-06-19  Ivan Kanis  <apple@kanis.eu>
16913         * vc-hg.el: New file.
16915 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16917         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
16918         with font-lock-multiline.
16920 2007-06-17  Glenn Morris  <rgm@gnu.org>
16922         * lpr.el (lpr-page-header-switches): Move %s to separate element
16923         for correct quoting.  Doc fix.
16925 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16927         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
16928         than setting sgml-xml-mode.
16929         (sgml-mode, html-mode): Set sgml-xml-mode.
16930         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
16931         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
16932         (sgml-electric-tag-pair-before-change-function)
16933         (sgml-electric-tag-pair-flush-overlays): New functions.
16934         (sgml-electric-tag-pair-mode): New minor mode.
16935         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
16936         (sgml-calculate-indent): Use assoc-string.
16938 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
16940         * thingatpt.el (thing-at-point-email-regexp): Don't require two
16941         chars before the "@" in an email address.  Andreas Roehler noticed
16942         this problem.
16944 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
16946         * thingatpt.el: Add support for email addresses (`email').
16947         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
16948         (thing-at-point-email-regexp): New variable.
16949         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
16950         properties on this symbol, with lambda forms for values.
16952 2007-06-15  Masatake YAMATO  <jet@gyve.org>
16954         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
16956         * vc.el (vc-dired-hook): Check the backend returned from
16957         `vc-responsible-backend' can really handle `subdir'.
16959 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
16961         * wid-edit.el (widget-add-documentation-string-button):
16962         Fix handling of documentation indent.
16964 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
16966         * mb-depth.el: New file.
16968 2007-06-15  Masatake YAMATO  <jet@gyve.org>
16970         * vc.el (vc-dired-mode): Show backend name as part of mode name.
16972 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
16974         * wid-edit.el (widget-default-create): Move ?h handling here...
16975         (widget-default-format-handler): ...from here.
16976         (widget-docstring, widget-add-documentation-string-button): New funs.
16977         (documentation-string): Add :visibility-widget property.
16978         (widget-documentation-string-value-create): Use it.
16980         * cus-edit.el (custom-split-regexp-maybe): Simplify.
16981         (custom-buffer-create-internal): Simplify message.
16982         (custom-variable-tag): Reduce height to normal.
16983         (custom-variable-value-create, custom-face-value-create)
16984         (custom-visibility): New widget.
16985         (custom-visibility): New face.
16986         (custom-group-value-create):
16987         Call widget-add-documentation-string-button, using `custom-visibility'.
16989 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16991         * emacs-lisp/bytecomp.el (byte-compile-current-group)
16992         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
16993         change.  Apparently the "warning even if the group is implicit" is
16994         a feature rather than a bug.
16996 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
16998         * emulation/viper.el (viper-describe-key-ad)
16999         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
17000         Compile them conditionally.
17001         (viper-version): Belated version change.
17003 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
17005         * follow.el (follow-all-followers, follow-generic-filter):
17006         * pcomplete.el (pcomplete-restore-windows):
17007         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
17008         (x-dnd-drop-data):
17009         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
17010         * progmodes/python.el (python-complete-symbol):
17011         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
17013 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
17015         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
17016         around bright and dim regexps.  Make sure bright and dim matches
17017         use word anchors.  Send text through rcirc-markup functions.
17018         (rcirc-url-regexp): Add single quote character.
17019         (rcirc-connect): Write logs to disk on auto-save-hook.
17020         Make server a non-optional argument.
17021         (rcirc-log-alist): New variable.
17022         (rcirc-log-directory): Make customizable.
17023         (rcirc-log-flag): New customizable variable.
17024         (rcirc-log): New function.
17025         (rcirc-print): Use above function.
17026         (rcirc-log-write): New function.
17027         (rcirc-generate-new-buffer-name): Strip text properties.
17028         (rcirc-switch-to-buffer-function): Remove variable.
17029         (rcirc-last-non-irc-buffer): Remove variable.
17030         (rcirc-non-irc-buffer): Add function.
17031         (rcirc-next-active-buffer): Use above function.
17032         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
17033         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
17034         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
17035         (rcirc-omit-mode): Add minor-mode.
17036         (rcirc-mode-map): Change C-c C-o binding.
17037         (rcirc-mode): Clear mode-line-process.  Use a custom
17038         fill-paragraph-function.  Set up buffer-invisibility-spec.
17039         (rcirc-response-formats): Remove timestamp code.
17040         (rcirc-omit-responses): Add variable.
17041         (rcirc-print): Don't put the overlay arrow on potentially omitted
17042         lines.  Log line to disk.  Record activity for private messages
17043         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
17044         (rcirc-jump-to-first-unread-line): Print message if there is no
17045         unread text.
17046         (rcirc-clear-unread): New function.
17047         (rcirc-markup-text-functions): Add variable.
17048         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
17049         (rcirc-debug): Don't mess with window configuration.
17050         (rcirc-send-message): Send message before printing locally.
17051         Add SILENT argument, do not print message if non-nil.
17052         (rcirc-visible-buffers): New function and variable.
17053         (rcirc-window-configuration-change-1): Add function.
17054         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
17055         server buffer.
17056         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
17057         (rcirc-fill-paragraph): Add function.
17058         (rcirc-record-activity, rcirc-window-configuration-change-1):
17059         Only update the activity string if it has actually changed.
17060         (rcirc-update-activity-string): Remove padding characters from the
17061         mode-line string.
17062         (rcirc-disconnect-buffer): New function to be called when a
17063         channel is parted or the user quits.
17064         (rcirc-server-name): Warn when the server-name hasn't been set.
17065         (rcirc-window-configuration-change): Postpone work until
17066         post-command-hook.
17067         (rcirc-window-configuration-change-1): Update mode-line and
17068         overlay arrows here.
17069         (rcirc-authenticate): Fixc hanserv identification.
17070         (rcirc-default-server): Remove variable.
17071         (rcirc): Connect according to rcirc-connections.
17072         (rcirc-connections): Add variable.
17073         (rcirc-startup-channels-alist): Remove variable.
17074         (rcirc-startup-channels): Remove function.
17076 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17078         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
17080 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
17082         * term/xterm.el (terminal-init-xterm): Escape parens in character
17083         constants.
17085 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17087         * progmodes/sh-script.el: Remove unneeded * from docstrings.
17088         Use [:alpha:] and [:alnum:] where applicable.
17089         (sh-quoted-subshell): Rewrite to correctly
17090         handle nested mixes of `...' and $(...).
17091         (sh-apply-quoted-subshell): Remove.
17092         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
17094         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
17096 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
17098         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
17099         previous change.
17101 2007-06-12  Tom Tromey  <tromey@redhat.com>
17103         * subr.el (user-emacs-directory): New defconst.
17104         * cmuscheme.el (scheme-start-file):
17105         * shell.el (shell):
17106         * completion.el (save-completions-file-name):
17107         * custom.el (custom-theme-directory):
17108         * term/x-win.el (emacs-session-filename):
17109         * filesets.el (filesets-menu-cache-file):
17110         * thumbs.el (thumbs-thumbsdir):
17111         * server.el (server-auth-dir):
17112         * image-dired.el (image-dired-dir):
17113         (image-dired-db-file):
17114         (image-dired-temp-image-file):
17115         (image-dired-gallery-dir):
17116         (image-dired-temp-rotate-image-file):
17117         * play/gamegrid.el (gamegrid-user-score-file-directory):
17118         * savehist.el (savehist-file):
17119         * tutorial.el (tutorial--saved-dir):
17120         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
17122 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
17124         * scroll-lock.el (scroll-lock-mode): Doc fix.
17126 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
17128         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
17130         * ediff-init.el: Doc strings.
17132 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17134         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
17135         (byte-compile-file): Bind it.
17136         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
17137         group argument is provided implicitly.
17138         (byte-compile-format-warn, byte-compile-from-buffer)
17139         (byte-compile-insert-header): Don't hardcode point-min==1.
17140         (byte-compile-file-form-require): Remove unused var old-load-list.
17141         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
17143 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
17145         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
17146         Display error messages.
17147         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
17148         Get rid of cl.el dependencies.
17150         * emulation/viper-init.el (viper-suppress-input-method-change-message):
17151         New variable.
17152         (viper-activate-input-method-action)
17153         (viper-inactivate-input-method-action):
17154         Use viper-suppress-input-method-change-message.
17156         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
17157         for C-s, C-r.
17159         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
17160         Use viper-replace-overlay-cursor-color instead of
17161         viper-replace-overlay-cursor-color.
17162         (viper-sit-for-short): Use sit-for with 3 arguments.
17164         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
17165         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
17166         to gud-mode.
17168         * ediff-mult.el (ediff-meta-buffer-brief-message)
17169         (ediff-meta-buffer-verbose-message): New variables.
17170         (ediff-meta-buffer-message): Variable deleted.
17171         (ediff-verbose-help-enabled): New variable.
17172         (ediff-toggle-verbose-help-meta-buffer): New function.
17173         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
17174         message options.
17176         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
17177         (ediff-fixup-patch-map): Improve heuristic.
17179 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
17182         (log-view-font-lock-keywords): Simplify.
17183         (log-view-current-file, log-view-current-tag): Simplify.
17185 2007-06-12  Sam Steingold  <sds@gnu.org>
17187         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
17189 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
17191         * desktop.el (desktop-load-locked-desktop): New option.
17192         (desktop-read): Use it.
17193         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
17194         Use `when'.
17196 2007-06-12  Davis Herring  <herring@lanl.gov>
17198         * desktop.el (desktop-save-mode-off): New function.
17199         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
17200         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
17201         (desktop-claim-lock, desktop-release-lock): New functions.
17202         (desktop-kill): Tell `desktop-save' that this is the last save.
17203         Release the lock afterwards.
17204         (desktop-buffer-info): New function.
17205         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
17206         says to.  Detect conflicts, and manage the lock.
17207         (desktop-read): Detect conflicts.  Manage the lock.
17209 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17211         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
17213         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
17214         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
17215         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
17216         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
17217         keysyms rather than byte sequences.
17218         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
17220 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17222         * font-lock.el (font-lock-add-keywords): In case font-lock was only
17223         half-activated, forcefully activate it completely.
17225 2007-06-11  Richard Stallman  <rms@gnu.org>
17227         * cus-edit.el (custom-variable-type): Doc fix.
17229 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17231         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
17232         (sh-font-lock-flush-syntax-ppss-cache): New functions.
17233         (sh-font-lock-syntactic-keywords): Use them to distinguish the
17234         different possible cases for \'.
17236         * complete.el (PC-bindings): Don't bind things already bound in the
17237         parent keymap.
17239         * textmodes/bibtex-style.el: New file.
17241 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
17243         * vc-bzr.el: New file.
17245 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17247         * vc-svn.el (vc-svn-program): New var.
17248         (vc-svn-command): Use it.
17250 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
17252         * server.el (server-switch-buffer): Remove redundant check.
17254 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
17256         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
17257         Match against file-name-nondirectory.
17258         Fix text on user customization variables.
17259         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
17261 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
17263         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
17265 2007-06-09  Davis Herring  <herring@lanl.gov>
17267         * desktop.el (desktop-minor-mode-table): Doc fix.
17269 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17271         * textmodes/css-mode.el (css-navigation-syntax-table):
17272         Use set-char-table-range so it also works in the unicode branch.
17274 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
17276         * help-mode.el (help-xref-forward-stack)
17277         (help-xref-stack-forward-item, help-forward-label): New variables.
17278         (help-forward): New button type.
17279         (help-setup-xref): Initialise help-xref-forward-stack.
17280         (help-make-xrefs): Add forward button, if appropriate.
17281         (help-xref-go-back): Push item on forward stack.
17282         (help-xref-go-forward, help-go-forward): New functions.
17284 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
17286         * dired.el (dired-mode-map): Remove spurious separator.
17288 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17290         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
17292         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17293         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
17295 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
17297         * textmodes/org.el: Version number fixed.
17299 2007-06-07  Glenn Morris  <rgm@gnu.org>
17301         * version.el (emacs-copyright): New constant.
17302         * startup.el (fancy-splash-tail): Use emacs-copyright.
17303         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
17305         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
17306         `make-local'.
17307         (byte-compile-warnings-safe-p): Add `make-local'.
17308         (byte-compile-make-variable-buffer-local):
17309         Allow byte-compile-warnings to suppress this warning.
17311         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
17312         format of "menu" description.
17313         (tutorial--find-changed-keys): Describe the specific menu a
17314         command is in.
17316         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
17317         Rewrite compatibility functions to silence byte-compiler.
17319 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
17321         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
17322         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
17324 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
17326         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
17328 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17330         * progmodes/ebrowse.el (ebrowse-member-table):
17331         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
17332         (org-batch-agenda-csv): Fix typos in docstrings.
17334 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17336         * international/mule-cmds.el (toggle-enable-multibyte-characters)
17337         (sort-coding-systems, search-unencodable-char): Doc fixes.
17338         (coding-system-change-eol-conversion, set-default-coding-systems)
17339         (prefer-coding-system, find-multibyte-characters, princ-list)
17340         (leim-list-entry-regexp, set-input-method, locale-language-names)
17341         (input-method-exit-on-first-char, exit-language-environment-hook)
17342         (locale-charset-language-names): Fix typos in docstrings.
17344 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17346         * pgg.el (pgg-sign-region, pgg-sign):
17347         * ses.el (ses-call-printer):
17348         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
17349         * textmodes/org.el (org-cycle): Fix typos in docstrings.
17351 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
17353         * textmodes/org.el (org-export-region-as-html)
17354         (org-replace-region-by-html, org-number-to-letters)
17355         (org-table-fedit-finish, org-normalize-color)
17356         (org-table-fedit-ref-right, org-date-to-gregorian)
17357         (org-table-fedit-move, org-table-convert-refs-to-rc)
17358         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
17359         (org-write-agenda, org-colgroup-info-to-vline-list)
17360         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
17361         (org-indent-line-function, org-export-as-html-to-buffer)
17362         (org-store-agenda-views, org-update-mode-line)
17363         (org-find-if, org-delete-all)
17364         (org-table-fedit-convert-buffer, org-emphasize)
17365         (org-uniquify, org-table-fedit-lisp-indent)
17366         (org-table-fedit-scroll, org-get-todo-sequence-head)
17367         (org-table-fedit-scroll-down, org-table-fedit-line-down)
17368         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
17369         (org-table-fedit-toggle-coordinates, org-dvipng-color)
17370         (org-table-fedit-line-up, org-table-fedit-ref-down)
17371         (org-table-formula-from-user, org-mode-flyspell-verify)
17372         (org-cycle-show-empty-lines, org-ctrl-c-ret)
17373         (org-table-formula-to-user, org-diary-to-ical-string)
17374         (orgtbl-export, org-table-fedit-post-command)
17375         (org-closed-in-range, org-shiftcontrolright)
17376         (org-table-convert-refs-to-an, org-table-hline-and-move)
17377         (org-table-formula-less-p, org-format-table-ascii)
17378         (org-agenda-get-sexps, org-shift-refpart)
17379         (org-diary-sexp-entry, org-time-string-to-absolute)
17380         (org-table-show-reference, org-letters-to-number)
17381         (org-fix-agenda-info, org-table-fedit-ref-up)
17382         (org-table-fedit-shift-reference, org-table-fedit-abort)
17383         (org-closest-date, org-shiftcontrolleft)
17384         (org-at-heading-or-item-p, org-rematch-and-replace)
17385         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
17386         New functions.
17387         (org-table-edit-scroll-down, org-finish-edit-formulas)
17388         (org-table-edit-next-field, org-abort-edit-formulas)
17389         (org-font-lock-level, org-export-find-first-heading-line)
17390         (org-table-edit-line-down, org-table-edit-backward-field)
17391         (org-edit-formula-lisp-indent, org-table-edit-move)
17392         (org-check-log-option, org-this-word)
17393         (org-table-edit-line-up, org-table-edit-formulas-post-command)
17394         (org-agenda-file-to-end, org-expand-file-name)
17395         (org-fake-empty-table-line, org-table-edit-scroll)
17396         (org-toggle-log-option, org-show-reference): Function removed.
17397         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
17398         New defsubsts.
17399         (org-unmodified, org-batch-store-agenda-views)
17400         (org-batch-agenda-csv): New macro.
17401         (org-agenda-export): New customization group.
17402         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
17403         (org-highest-priority, org-agenda-exporter-settings)
17404         (org-log-done-with-time, org-replace-disputed-keys)
17405         (org-format-latex-header, org-export-table-header-tags)
17406         (org-cycle-separator-lines, org-export-table-data-tags)
17407         (org-icalendar-include-sexps)
17408         (org-empty-line-terminates-plain-lists)
17409         (org-log-repeat, org-special-ctrl-a)
17410         (org-table-use-standard-references, org-disputed-keys)
17411         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
17412         (org-agenda-export-html-style): New option.
17413         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
17414         (org-CUA-compatible): Option removed.
17415         (org-agenda-structure, org-sexp-date): New face.
17416         (org-todo-keywords-for-agenda, org-not-done-keywords)
17417         (org-planning-or-clock-line-re, org-agenda-name)
17418         (org-table-colgroup-info, org-todo-sets)
17419         (constants-unit-system, org-clock-mode-line-entry)
17420         (org-mode-line-timer, org-table-current-begin-pos)
17421         (org-todo-keywords-1, org-mode-line-string)
17422         (org-table-clean-did-remove-column, org-table-fedit-map)
17423         (org-clock-heading, org-table-buffer-is-an)
17424         (org-agenda-info, org-done-keywords)
17425         (org-done-keywords-for-agenda, org-todo-heads)
17426         (org-todo-kwd-alist, org-clock-start-time): New variable.
17427         (org-todo-kwd-priority-p, org-edit-formulas-map)
17428         (org-repeat-re, org-todo-kwd-max-priority)
17429         (org-version, org-done-string)
17430         (org-table-clean-did-remove-column-1, org-disputed-keys):
17431         Remove variables.
17432         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
17433         (org-ts-lengths): Constant removed.
17434         (org-follow-gnus-link): Don't ask how many articles to read.
17435         (org-export-find-first-export-line): Rename from
17436         `org-export-find-first-heading'.
17437         Use `org-export-skip-text-before-1st-heading'.
17438         (org-table-fedit-post-command): Rename from
17439         `org-table-edit-formulas-post-command'.
17440         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
17441         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
17442         (org-table-fedit-lisp-indent): Rename from
17443         `org-edit-formula-lisp-indent'.
17444         (org-table-show-reference): Rename from `org-show-reference'.
17445         (org-table-store-formulas): Use `org-table-formula-less-p'.
17446         (org-table-edit-formulas): Position cursor to current field equation.
17447         (org-update-checkbox-count, org-hide-archived-subtrees)
17448         (org-timestamp-up-day, org-timestamp-down-day)
17449         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
17450         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
17451         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
17452         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
17453         Let `org-on-heading-p' also check for invisible heading.
17454         (org-read-date): Match am/pm times.
17455         (org-eval-in-calendar): Fix default date in prompt.
17457 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
17459         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
17460         "ChangeLog.a" entries, giving the latter lower priority.
17462 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
17464         * faces.el (face-id): If the argument is a face alias,
17465         return the ID of the target face.
17467 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
17469         * net/socks.el (top): Remove unnecessary copyright line.
17471 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
17473         * longlines.el (longlines-auto-wrap): Handle argument correctly.
17475 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
17477         * net/socks.el: New file, taken from w3 repository.
17478         (top): Update Copyright.  Don't load cl.el.
17479         (all): Replace `case' by `cond', `string-to-int' by
17480         `string-to-number', and `process-kill-without-query' by
17481         `set-process-query-on-exit-flag'.
17482         (socks-char-int): Remove defalias and all occurrences.
17484 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
17486         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
17487         Fix typos in docstrings.
17488         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
17489         (compilation-finish-function): Fix typo in obsolescence declaration.
17491 2007-06-03  Sam Steingold  <sds@gnu.org>
17493         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
17494         handle unending automatic recompilation of changed files (`omake -P').
17495         (compilation-loop): VISITED is now 5th CDR.
17496         (compilation-next-error-function): Set TIMESTAMP.
17498 2007-06-03  Sam Steingold  <sds@gnu.org>
17500         * files.el (kill-buffer-ask): New function.
17501         (kill-some-buffers): Use it.
17502         (kill-matching-buffers): New user command.
17504 2007-06-01  David Kastrup  <dak@gnu.org>
17506         * dired.el (dired-recursive-deletes, dired-recursive-copies):
17507         Change default to `top'.
17509 2007-05-31  Richard Stallman  <rms@gnu.org>
17511         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
17513 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * textmodes/css-mode.el: New file.
17517 2007-05-30  Michael Olson  <mwolson@gnu.org>
17519         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
17520         died and we are trying to send a signal to it.  The program using
17521         tq.el should periodically check to see whether the process has
17522         died and react appropriately -- this is not the responsibility of
17523         tq.el, and is consistent with the rest of the tq.el source code.
17525 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
17527         * textmodes/table.el (table--point-entered-cell-function)
17528         (table--point-left-cell-function):
17529         Bind `inhibit-point-motion-hooks' to t.
17531 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
17533         * emacs-lisp/rx.el (rx): Doc fix.
17535 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
17537         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
17539 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
17541         Sync with Tramp 2.0.56.
17543         * net/tramp.el:
17544         * net/tramp-ftp.el:
17545         * net/tramp-smb.el:
17546         * net/tramp-util.el:
17547         * net/tramp-vc.el:
17548         Don't load cl.el, because that pollutes the namespace.  Replace cl
17549         macros by their implementations where necessary.  Requested by
17550         Richard Stallman <rms@gnu.org>.
17552         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
17553         doesn't exist.
17554         (with-parsed-tramp-file-name): Protect debug spec during compilation.
17555         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
17556         (tramp-file-name-p, tramp-file-name-multi-method)
17557         (tramp-file-name-method, tramp-file-name-user)
17558         (tramp-file-name-host, tramp-file-name-localname): New defuns,
17559         replacing defstruct `tramp-file-name'.
17560         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
17561         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
17562         Apply `vector' instead of `make-tramp-file-name'.
17563         (tramp-handle-make-auto-save-file-name):
17564         Apply `tramp-temporary-file-directory' for compatibility reasons.
17565         (tramp-completion-mode): Use `natnump' instead of `wholenump'
17566         because of XEmacs.
17567         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
17568         started.
17570 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
17572         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
17574 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
17576         * log-edit.el (log-edit-changelog-paragraph): Return point-max
17577         as the end of the ChangeLog paragraph when it ends without a line
17578         termination.
17580 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
17582         * net/webjump.el (webjump-sample-sites):
17583         Add simple Wikipedia query.
17585 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17587         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
17588         compatibility code.
17590         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
17591         (copyright-update-year): Use it.
17593         * edmacro.el (edmacro-format-keys): Use current-active-maps.
17595         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
17596         Add indentation and debugging info.  Fix up comment convention.
17598         * cus-dep.el (custom-make-dependencies): Simplify.
17600         * composite.el (compose-region, decompose-region):
17601         Use inhibit-read-only and restore-buffer-modified-p.
17603         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
17604         (xterm-mouse-event): Use it.
17606 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
17608         * bs.el (bs-cycle-previous): Don't modify the cycle list until
17609         `switch-to-buffer' has returned succesfully.
17610         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
17611         window is dedicated (it could iconify the frame).
17613 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
17615         * vc-hooks.el (vc-find-root): Fix file attribute test.
17617 2007-05-24  Richard Stallman  <rms@gnu.org>
17619         * textmodes/flyspell.el (flyspell-correct-word-before-point):
17620         Don't let opoint be nil.
17621         (flyspell-emacs-popup): Explicit error if no dialogs.
17623 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
17625         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
17626         (image-next-line, image-previous-line, image-scroll-up)
17627         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
17628         New functions.
17629         (image-mode-map): Remap motion commands.
17630         (image-mode-text-map): New keymap for viewing images as text.
17631         (image-mode): Use image-mode-map.
17632         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
17634 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * textmodes/fill.el (canonically-space-region): Make the second arg
17637         a marker if it's not already the case.
17639 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
17641         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
17642         (tar-get-descriptor): Handle type 55, an extended pax header.
17644 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17646         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
17647         to confuse outline-minor-mode.
17649 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
17651         * tar-mode.el (tar-file-name-handler): New function.
17652         (tar-extract): Bind file-name-handler-alist to it to force
17653         find-buffer-file-type-coding-system behave as if the file being
17654         extracted existed.  Use last-coding-system-used to force
17655         buffer-file-coding-system to what decode-coding-region actually
17656         used to decode the file.
17658 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
17660         * progmodes/compile.el (compilation-handle-exit):
17661         `compilation-finish-function' may change the current buffer.
17663 2007-05-22  Richard Stallman  <rms@gnu.org>
17665         * files.el (set-auto-mode): Doc fix.
17667 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17669         * help-fns.el (find-source-lisp-file): New function.
17670         (describe-function-1): Use find-source-lisp-file to find source
17671         file in compile tree.
17673 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
17675         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
17677 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
17679         * emacs-lisp/easy-mmode.el (define-minor-mode)
17680         (easy-mmode-define-navigation): Fix typos in docstrings.
17682 2007-05-22  Glenn Morris  <rgm@gnu.org>
17684         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
17686 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17688         * mail/mail-extr.el (mail-extract-address-components):
17689         Recognize non-ASCII characters except for NBSP as words.
17691 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
17693         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
17694         (rcirc-print): Handle `window-width'.
17695         (rcirc-buffer-maximum-lines): Doc fix.
17697 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
17699         * image-mode.el (image-toggle-display): Don't clear image cache.
17700         Only use filename in image spec if the file is readable.
17701         Call image-refresh.
17703         * image.el (image-type-from-file-name, image-type): Simplify.
17704         (image-type-auto-detected-p): Don't scan auto-mode-alist.
17706         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
17707         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
17709 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
17711         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
17712         is an error.
17714         * term/linux.el (terminal-init-linux): Don't signal an error
17715         if gpm isn't running.
17717 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
17719         * t-mouse.el: Reduce to a minor-mode macro call.
17720         (t-mouse-mode): Remove the lighter.
17722         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
17724 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
17726         * files.el (auto-mode-alist): Change the regexp so that
17727         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
17729 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
17731         * Version 22.1 released.
17733 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
17735         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
17736         changes.
17738 2007-05-19  Kevin Ryde  <user42@zip.com.au>
17740         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
17742 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
17744         * textmodes/sgml-mode.el: Revert last change.
17746 2007-05-18  Richard Stallman  <rms@gnu.org>
17748         * simple.el (push-mark): Doc fix.
17750 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
17752         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
17753         tpu-global-map.
17754         (tpu-original-global-map): Variable deleted.
17755         (tpu-control-keys-map): New keymap variable.
17756         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
17757         setting keymapping directly.
17758         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
17759         tpu-global-map.
17760         (tpu-edt-on): Activate the tpu-global-map.
17761         (tpu-edt-off): Deactivate the tpu-global-map.
17763 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
17765         * textmodes/ispell.el (ispell-get-word): Return markers
17766         for start and end positions.
17767         (ispell-word): Assume END is a marker.
17769 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17771         * printing.el: Group together all XEmacs/Emacs definitions.
17772         (pr-version): New version 6.9.
17773         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
17774         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
17775         (pr-menu-bind): Fix code.
17776         (pr-e-frame-char-height, pr-e-frame-char-width)
17777         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
17778         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
17779         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
17780         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
17781         (pr-x-event-y-pixel): Aliases eliminated.
17782         (pr-xemacs-global-menubar): Macro moved.
17783         (current-menubar, current-mouse-event, zmacs-region-stays)
17784         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
17785         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
17786         Vars moved.
17787         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
17788         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
17789         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
17790         (pr-menu-set-utility-title, pr-even-or-odd-pages)
17791         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
17792         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
17793         moved.
17795 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
17797         * textmodes/sgml-mode.el (sgml-tag):
17798         Fix bug: Call sgml-transformation-function.
17800 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
17802         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
17803         modified flag of buffer.  Use `inhibit-modification-hooks'.
17805 2007-05-16  Richard Stallman  <rms@gnu.org>
17807         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
17809 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17811         * files.el (magic-mode-alist, magic-fallback-mode-alist):
17812         Move the *ml, Postscript, and XmCD entries to the fallback part.
17814         * files.el (magic-fallback-mode-alist):
17815         Rename from file-start-mode-alist.
17817 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
17819         * progmodes/compile.el (compilation-handle-exit): Quote first
17820         argument of `run-hook-with-args'.
17822 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
17824         * buff-menu.el (Buffer-menu-sort-column):
17825         * dabbrev.el (dabbrev-upcase-means-case-search):
17826         * dired.el (dired-recursive-deletes, dired-recursive-copies):
17827         * info.el (Info-current-subfile):
17828         * ls-lisp.el (ls-lisp-verbosity):
17829         * msb.el (msb-menu-cond):
17830         * pcvs.el (cvs-dired-use-hook):
17831         * simple.el (set-mark-command-repeat-pop):
17832         * time.el (display-time-24hr-format, display-time-mail-file):
17833         Doc fixes.
17835         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
17836         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
17838         * view.el (view-inhibit-help-message): Fix typo in docstring.
17839         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
17841 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
17843         * textmodes/ispell.el (ispell-start-process): Defend against bad
17844         default-directory.
17846 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
17848         * mail/rmail.el (rmail-convert-to-babyl-format): Check
17849         content-transfer-encoding _last_, because it's its position that
17850         we need as value of base64-header-field-end.
17852 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
17854         * files.el (mode-require-final-newline, require-final-newline)
17855         (enable-local-variables, enable-local-eval): Doc fixes.
17857 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17859         * ps-print.el: Use default color when foreground or background color
17860         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
17861         (ps-print-version): New version 6.7.4.
17862         (ps-rgb-color): New argument.  Use default color when color is
17863         unspecified.
17864         (ps-begin-job): Fix code.
17866 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
17868         * longlines.el (longlines-mode): Make longlines-auto-wrap
17869         buffer-local.  Add hooks unconditionally.
17870         (longlines-auto-wrap): Toggle wrapping.
17871         (longlines-after-change-function)
17872         (longlines-post-command-function): Check longlines-auto-wrap.
17874 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
17876         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
17877         (xterm-mouse-translate): Use it.
17879 2007-05-10  Richard Stallman  <rms@gnu.org>
17881         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
17882         (iso-cvt-write-only): Likewise.
17884         * emacs-lisp/easy-mmode.el (define-minor-mode):
17885         Fix generated doc string.
17887         * startup.el (fancy-splash-text): Add URL of guided tour.
17888         Adjust horizontal and vertical whitespace.
17890         * progmodes/compile.el (compilation-handle-exit):
17891         Use run-hook-with-args to run compilation-finish-functions.
17893         * files.el (file-start-mode-alist): New variable.
17894         (magic-mode-regexp-match-limit): Doc fix.
17895         (set-auto-mode): Handle file-start-mode-alist.
17896         A little cleanup of structure.
17898         * dabbrev.el (dabbrev-eliminate-newlines):
17899         Renamed from dabbrev--eliminate-newlines.  All uses changed.
17901 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
17903         * man.el (Man-next-section): Don't consider the last line of the page
17904         as being part of any section.
17906 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
17909         can take any number of values.
17911 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17913         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
17914         to the list of citation commands.
17916 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17918         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
17920 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
17922         * progmodes/python.el (python-font-lock-keywords)
17923         (python-open-block-statement-p, python-mode): Add support for the new
17924         "with" keyword.
17926 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17928         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
17929         the exact opposite of diff-goto-source.
17931         * emacs-lisp/advice.el (ad-special-forms): Remove.
17932         (ad-special-form-p): Use subr-arity.
17934         * newcomment.el (comment-search-forward): Make sure we search forward.
17935         (comment-enter-backward): Try and distinguish the non-matching case at
17936         EOB from the non-matching case with a missing comment-end-skip for
17937         a 2-char comment ender.
17938         (comment-choose-indent): New function extracted from comment-indent.
17939         Improve the alignment algorithm.
17940         (comment-indent): Use it.
17942         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
17943         XML style Processing Instructions.
17944         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
17945         (sgml-calculate-indent): Handle `pi' context.
17947         * vc.el: Ensure that update-changelog issues an error when used with
17948         a backend that does not implement it.
17949         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
17950         Remove `backend' argument.  Use expand-file-name.
17951         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
17953         * progmodes/python.el (python-end-of-block): Revert last change.
17954         (python-end-of-statement): Make sure we move *forward*.
17956 2007-05-08  Richard Stallman  <rms@gnu.org>
17958         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17959         Don't include non-self-insert commands in the exception for `-'.
17961 2007-05-08  David Reitter  <david.reitter@gmail.com>
17963         * progmodes/python.el (python-guess-indent): Check non-nullness
17964         before comparing indent against the 2..8 interval.
17966 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17968         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
17969         available.
17971 2007-05-06  Richard Stallman  <rms@gnu.org>
17973         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
17975 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17977         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
17978         rather than storing their value in the revert-buffer function.
17980 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
17982         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
17983         when disabling t-mouse-mode.
17985 2007-05-01  Davis Herring  <herring@lanl.gov>
17987         * calendar/timeclock.el: Update version number.
17988         (timeclock-modeline-display): Mention timeclock-use-display-time
17989         in explanatory message.
17990         (timeclock-in): Fix non-interactive workday specifications.
17991         (timeclock-log): Don't kill the log buffer if it already existed.
17992         Suppress warnings when finding the log.  Don't check for a nil
17993         project twice.  Run hooks after killing the buffer (if applicable).
17994         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
17995         was geometric).  All uses changed.
17996         (timeclock-generate-report): Support prefix argument.
17998 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
18000         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
18001         disconnections.
18003 2007-05-01  Romain Francoise  <romain@orebokech.com>
18005         * dired-x.el: Revert 2007-04-06 change.
18007 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
18009         * find-dired.el (find-dired-filter): Propertize all text down to eob.
18011 2007-04-29  Richard Stallman  <rms@gnu.org>
18013         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
18015 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18017         * progmodes/cc-mode.el (c-before-change): Use point-min rather
18018         than 1.
18020 2007-04-28  Richard Stallman  <rms@gnu.org>
18022         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
18024 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
18026         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
18027         don't put stop on toolbar.
18029 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18031         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
18033 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
18035         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
18036         instead of $(lisp)/mh-e.
18038 2007-04-28  Glenn Morris  <rgm@gnu.org>
18040         * image-dired.el (image-dired-cmd-create-thumbnail-options)
18041         (image-dired-cmd-create-temp-image-options): Replace option
18042         +profile "*" with -strip.
18044 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
18046         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18047         Use window-start and window-end.
18049 2007-04-27  Andreas Schwab  <schwab@suse.de>
18051         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
18053 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
18055         * textmodes/fill.el (fill-paragraph): Doc fix.
18057 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
18059         * locate.el (locate-in-alternate-database): Doc fix.
18061 2007-04-26  Glenn Morris  <rgm@gnu.org>
18063         * button.el (button): Use underline if supported, else fall back
18064         to color.
18066         * version.el (emacs-version): Increase to 22.1.50.
18068 2007-04-25  Richard Stallman  <rms@gnu.org>
18070         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
18072 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
18074         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
18075         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
18076         pushing mark.
18077         (idlwave-current-routine): Don't push mark.
18079 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
18081         * image-dired.el (image-dired-display-image): Derive image-type from
18082         filename rather than assuming jpeg, in case no resizing was needed.
18084 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18086         * custom.el (defface): Doc fix.
18088 See ChangeLog.12 for earlier changes.
18090 ;; Local Variables:
18091 ;; coding: iso-2022-7bit
18092 ;; add-log-time-zone-rule: t
18093 ;; End:
18095     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
18097   This file is part of GNU Emacs.
18099   GNU Emacs is free software; you can redistribute it and/or modify
18100   it under the terms of the GNU General Public License as published by
18101   the Free Software Foundation; either version 3, or (at your option)
18102   any later version.
18104   GNU Emacs is distributed in the hope that it will be useful,
18105   but WITHOUT ANY WARRANTY; without even the implied warranty of
18106   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18107   GNU General Public License for more details.
18109   You should have received a copy of the GNU General Public License
18110   along with GNU Emacs; see the file COPYING.  If not, write to the
18111   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18112   Boston, MA 02110-1301, USA.
18114 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af