bpt/emacs.git
16 years agoMention the removal of codepage related functions.
Kenichi Handa [Wed, 20 Feb 2008 05:39:38 +0000 (05:39 +0000)]
Mention the removal of codepage related functions.

16 years ago(latin1-display): Don't use
Kenichi Handa [Wed, 20 Feb 2008 04:45:35 +0000 (04:45 +0000)]
(latin1-display): Don't use
ucs-mule-8859-to-mule-unicode.  Fix the way of resettting
standard-display-table.
(latin1-display-identities): Adjusted for the change of what is
returned by (get-language-info charset 'charset).

16 years ago(char-displayable-p): Fix for Latin-1
Kenichi Handa [Wed, 20 Feb 2008 04:41:25 +0000 (04:41 +0000)]
(char-displayable-p): Fix for Latin-1
characters and terminal case.

16 years agoRemove the problem of ucs-mule-8859-to-mule-unicode
Kenichi Handa [Wed, 20 Feb 2008 04:39:21 +0000 (04:39 +0000)]
Remove the problem of ucs-mule-8859-to-mule-unicode
being used in latin1-disp.el.

16 years agoAlso require comint when loading.
Nick Roberts [Wed, 20 Feb 2008 00:18:23 +0000 (00:18 +0000)]
Also require comint when loading.
(python-mode-map): Bind python-pdbtrack-toggle-stack-tracking,
Replace python-shell with run-python on menu bar,
(python-shell-map): New map.
(python-default-interpreter, python-python-command-args)
(python-jython-command-args, python-pdbtrack-do-tracking-p):
New options.
(python-which-shell, python-which-args, python-which-bufname):
New buffer local variables.
(python-file-queue, python-pdbtrack-is-tracking-p):
* progmodes/python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-range):
New constants.

Pdbtrack features:

(python-point, python-end-of-def-or-class)
(python-beginning-of-def-or-class, python-goto-initial-line)
(python-comint-output-filter-function)
(python-pdbtrack-overlay-arrow)
(python-pdbtrack-track-stack-file, python-toggle-shells)
(python-shell, python-pdbtrack-toggle-stack-tracking)
(turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
New functions.

16 years ago*** empty log message ***
Nick Roberts [Wed, 20 Feb 2008 00:13:09 +0000 (00:13 +0000)]
*** empty log message ***

16 years ago* net/ange-ftp.el (ange-ftp-quote-string): Return the null string
Michael Albinus [Tue, 19 Feb 2008 19:23:19 +0000 (19:23 +0000)]
* net/ange-ftp.el (ange-ftp-quote-string): Return the null string
when the argument is nil.

16 years ago(dir-status): Add a brief description.
Dan Nicolaescu [Tue, 19 Feb 2008 15:44:45 +0000 (15:44 +0000)]
(dir-status): Add a brief description.

16 years ago(vc-sccs-root): New func.
Thien-Thi Nguyen [Tue, 19 Feb 2008 12:26:40 +0000 (12:26 +0000)]
(vc-sccs-root): New func.

16 years agoMake sure all backends support vc-BACKEND-root.
Thien-Thi Nguyen [Tue, 19 Feb 2008 11:45:54 +0000 (11:45 +0000)]
Make sure all backends support vc-BACKEND-root.

* vc-hooks.el (vc-find-root): Take optional arg INVERT.
If non-nil, reverse the sense of the check.
* vc-rcs.el (vc-rcs-root): New func.
* vc-cvs.el (vc-cvs-root): New func.
* vc-svn.el (vc-svn-root): New func.

16 years agoKill eol whitespace; nfc.
Thien-Thi Nguyen [Tue, 19 Feb 2008 11:25:30 +0000 (11:25 +0000)]
Kill eol whitespace; nfc.

16 years agoKill eol whitespace; nfc.
Thien-Thi Nguyen [Tue, 19 Feb 2008 11:18:56 +0000 (11:18 +0000)]
Kill eol whitespace; nfc.

16 years agoFix typo.
Dan Nicolaescu [Tue, 19 Feb 2008 09:40:16 +0000 (09:40 +0000)]
Fix typo.

16 years ago*** empty log message ***
Kenichi Handa [Tue, 19 Feb 2008 07:42:51 +0000 (07:42 +0000)]
*** empty log message ***

16 years ago* vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
Dan Nicolaescu [Tue, 19 Feb 2008 07:10:33 +0000 (07:10 +0000)]
* vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
(vc-status-mode-menu): Add a :filter.
(vc-status-printer): Add faces.

* vc-hg.el (vc-hg-extra-status-menu): New function.
(vc-hg-dir-status): Clean up the buffer before using it.

16 years ago(gdb-output-sink): Define with an invalid value.
Stefan Monnier [Tue, 19 Feb 2008 04:30:50 +0000 (04:30 +0000)]
(gdb-output-sink): Define with an invalid value.
(gdb): Initialize it here instead.

16 years ago(Fcall_interactively): Use AREF.
Stefan Monnier [Tue, 19 Feb 2008 04:03:01 +0000 (04:03 +0000)]
(Fcall_interactively): Use AREF.

16 years ago(locate-dominating-file): Fix thinko in last change.
Stefan Monnier [Tue, 19 Feb 2008 02:21:08 +0000 (02:21 +0000)]
(locate-dominating-file): Fix thinko in last change.
Reported by Bruce Stephens <bruce.stephens@isode.com>.

16 years ago(mh-invisible-header-fields-internal): Remove trailing whitespace.
Bill Wohler [Mon, 18 Feb 2008 22:40:03 +0000 (22:40 +0000)]
(mh-invisible-header-fields-internal): Remove trailing whitespace.

16 years ago(mh-annotate-msg): Remove trailing whitespace.
Bill Wohler [Mon, 18 Feb 2008 22:39:31 +0000 (22:39 +0000)]
(mh-annotate-msg): Remove trailing whitespace.

16 years ago(vc-status-mode-menu): New menu for vc-status.
Dan Nicolaescu [Mon, 18 Feb 2008 19:53:25 +0000 (19:53 +0000)]
(vc-status-mode-menu): New menu for vc-status.

16 years ago(font_unparse_xlfd): Don't ignore integer pixel size specs.
Stefan Monnier [Mon, 18 Feb 2008 18:38:49 +0000 (18:38 +0000)]
(font_unparse_xlfd): Don't ignore integer pixel size specs.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 15:46:50 +0000 (15:46 +0000)]
*** empty log message ***

16 years ago(customize): Fix typo in error message.
Juanma Barranquero [Mon, 18 Feb 2008 15:39:33 +0000 (15:39 +0000)]
(customize): Fix typo in error message.
(verilog-mode, verilog-mode-indent, verilog-mode-actions, verilog-mode-auto,
verilog-indent-level-module, verilog-minimum-comment-distance,
verilog-library-flags, verilog-library-directories, verilog-library-files,
verilog-auto-reset-widths, verilog-imenu-generic-expression,
verilog-xemacs-menu, verilog-set-compile-command, verilog-set-compile-command,
verilog-mode-syntax-table, verilog-mode, verilog-get-expr,
verilog-strip-comments, verilog-one-line, verilog-lint-off, verilog-batch-auto,
verilog-batch-delete-auto, verilog-batch-inject-auto, verilog-batch-indent,
verilog-continued-line, verilog-type-keywords, verilog-read-sub-decls-sig,
verilog-read-sub-decls-line, verilog-read-inst-pins, verilog-read-arg-pins,
verilog-read-auto-template, verilog-read-signals, verilog-getopt-file,
verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename,
verilog-auto-star, verilog-auto-inst, verilog-auto-wire, verilog-enum-ascii,
verilog-sk-begin, verilog-sk-fork, verilog-sk-datadef,
verilog-colorize-include-files-buffer, verilog-mode-version,
verilog-mode-release-date, verilog-mode-release-emacs, verilog-linter,
verilog-coverage, verilog-simulator, verilog-compiler,
verilog-auto-sense-defines-constant, verilog-company, verilog-project,
verilog-mark-defun, verilog-submit-bug-report): Fix typos in docstrings.
(verilog-set-auto-endcomments, verilog-calculate-indent, verilog-inject-auto,
verilog-auto-arg, verilog-auto-inout-module): Reflow docstrings.
(verilog-tab-always-indent, verilog-highlight-p1800-keywords,
verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook,
electric-verilog-forward-sexp, verilog-in-case-region-p,
verilog-in-struct-region-p, verilog-in-generate-region-p, verilog-leap-to-head,
verilog-current-indent-level, verilog-case-indent-level, verilog-cpp-keywords,
verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords,
verilog-case-keywords, verilog-separator-keywords, verilog-completion,
verilog-signals-not-in, verilog-symbol-detick-text,
verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer,
verilog-forward-close-paren, verilog-backward-open-paren,
verilog-backward-open-bracket): Doc fixes.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 15:36:39 +0000 (15:36 +0000)]
*** empty log message ***

16 years ago(gud-def, gud-last-speedbar-stackframe): Doc fixes.
Juanma Barranquero [Mon, 18 Feb 2008 15:36:03 +0000 (15:36 +0000)]
(gud-def, gud-last-speedbar-stackframe): Doc fixes.
(gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons,
gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p, gud-jdb-classpath,
gud-jdb-find-source-using-classpath, jdb, gud-find-class, gdb-script-mode,
gud-tooltip-event, gud-tooltip-tips): Fix typos in docstrings.

16 years ago(w32-system-shells): Add TCC (new name for 4NT.)
Juanma Barranquero [Mon, 18 Feb 2008 15:34:34 +0000 (15:34 +0000)]
(w32-system-shells): Add TCC (new name for 4NT.)

16 years ago* info.el (Info-read-node-name): Removed unused `default' arg.
Bastien Guerry [Mon, 18 Feb 2008 12:14:24 +0000 (12:14 +0000)]
* info.el (Info-read-node-name): Removed unused `default' arg.

16 years agoFix previous change.
Kenichi Handa [Mon, 18 Feb 2008 12:06:53 +0000 (12:06 +0000)]
Fix previous change.

16 years ago(setup-japanese-environment-internal):
Kenichi Handa [Mon, 18 Feb 2008 11:53:59 +0000 (11:53 +0000)]
(setup-japanese-environment-internal):
Call use-cjk-char-width-table.

16 years ago("Japanese"): Set exit-function to use-default-char-width-table.
Kenichi Handa [Mon, 18 Feb 2008 11:53:34 +0000 (11:53 +0000)]
("Japanese"): Set exit-function to use-default-char-width-table.

16 years agoDelete occurances of non-Unicode
Kenichi Handa [Mon, 18 Feb 2008 11:52:16 +0000 (11:52 +0000)]
Delete occurances of non-Unicode
tibetan and ethiopic characters.
(cjk-char-width-table): New variable.
(use-cjk-char-width-table, use-default-char-width-table): New
functions.

16 years ago(Fx_show_tip): Set string to " " if empty.
Jan Djärv [Mon, 18 Feb 2008 08:08:32 +0000 (08:08 +0000)]
(Fx_show_tip): Set string to " " if empty.

16 years ago(vc-git-after-dir-status, vc-git-dir-status): New funcs.
Thien-Thi Nguyen [Mon, 18 Feb 2008 07:46:44 +0000 (07:46 +0000)]
(vc-git-after-dir-status, vc-git-dir-status): New funcs.

16 years ago(image-get-display-property): New fun.
Stefan Monnier [Mon, 18 Feb 2008 04:08:04 +0000 (04:08 +0000)]
(image-get-display-property): New fun.
(image-forward-hscroll, image-next-line, image-eol, image-eob, image-mode)
(image-minor-mode, image-toggle-display-text, image-toggle-display): Use it.

16 years ago(xml-find-file-coding-system): Don't warn about utf-16 with BOM.
Jason Rumney [Mon, 18 Feb 2008 02:41:11 +0000 (02:41 +0000)]
(xml-find-file-coding-system): Don't warn about utf-16 with BOM.

16 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2008 02:21:44 +0000 (02:21 +0000)]
*** empty log message ***

16 years ago(nxml-mode): Don't add a write-contents-hook.
Jason Rumney [Mon, 18 Feb 2008 02:04:38 +0000 (02:04 +0000)]
(nxml-mode): Don't add a write-contents-hook.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 01:58:38 +0000 (01:58 +0000)]
*** empty log message ***

16 years ago* international/mule.el (sgml-xml-auto-coding-function): Detect
Jason Rumney [Mon, 18 Feb 2008 01:45:54 +0000 (01:45 +0000)]
* international/mule.el (sgml-xml-auto-coding-function): Detect
and warn if file encoding is not utf-8 and encoding not specified.
(xml-find-file-coding-system): New function.
* international/mule-conf.el (file-coding-system-alist): Use it.

16 years agoReverted previous erroneous change.
Bastien Guerry [Sun, 17 Feb 2008 23:31:06 +0000 (23:31 +0000)]
Reverted previous erroneous change.

16 years ago2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
Bastien Guerry [Sun, 17 Feb 2008 23:18:45 +0000 (23:18 +0000)]
2008-02-17  Ulrich Mueller <ulm@kph.uni-mainz.de>  (tiny change)

* msdog-xtra.texi (MS-DOS): Docstring fix.

16 years ago(set-locale-environment): Pass `frame' to getenv for LC_MESSAGES.
Glenn Morris [Sun, 17 Feb 2008 23:13:59 +0000 (23:13 +0000)]
(set-locale-environment): Pass `frame' to getenv for LC_MESSAGES.

16 years ago(emacs-init-time): Use format instead of format-seconds.
Juri Linkov [Sun, 17 Feb 2008 23:11:26 +0000 (23:11 +0000)]
(emacs-init-time): Use format instead of format-seconds.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 17 Feb 2008 21:56:39 +0000 (21:56 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Roland Winkler [Sun, 17 Feb 2008 21:09:42 +0000 (21:09 +0000)]
*** empty log message ***

16 years ago(bibtex-search-entry): Rename from bibtex-find-entry.
Roland Winkler [Sun, 17 Feb 2008 21:02:29 +0000 (21:02 +0000)]
(bibtex-search-entry): Rename from bibtex-find-entry.
Add outoload cookie.
(bibtex-find-entry): Alias for bibtex-search-entry.
(bibtex-search-crossref): Rename from bibtex-find-crossref.
(bibtex-find-crossref): Alias for bibtex-search-crossref.
(bibtex-clean-entry): atomic-change-group removed.
(bibtex-format-entry): Use atomic-change-group.  Use
unwind-protect to locate buffer location where error occured.
Make error messages more specific.
(bibtex-parse-keys): Only parse if buffer uses bibtex-mode.

16 years ago(hs-minor-mode-map): Move menu creation to
Dan Nicolaescu [Sun, 17 Feb 2008 18:55:24 +0000 (18:55 +0000)]
(hs-minor-mode-map): Move menu creation to
top level.

16 years ago* simple.el (transient-mark-mode): Add an :init-value.
Dan Nicolaescu [Sun, 17 Feb 2008 16:57:44 +0000 (16:57 +0000)]
* simple.el (transient-mark-mode): Add an :init-value.

* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.

* callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
with Qt.

16 years agoInclude xterm.h.
Kenichi Handa [Sun, 17 Feb 2008 02:05:08 +0000 (02:05 +0000)]
Include xterm.h.
[HAVE_NTGUI]: Include w32term.h.
[MAC_OS]: Include macterm.ch.
(font_otf_ValueRecord): Use make_number.
(font_finish_cache): Fix handling of reference count.
(font_clear_cache): Update num_fonts.
(font_open_entity): Update smallest_char_width and
smallest_font_height of the frame.
(font_close_object): Update num_fonts.
(Fclear_font_cache): Fix finding the target cache data.

16 years ago(FONTSET_OBJLIST): New macro.
Kenichi Handa [Sun, 17 Feb 2008 02:03:44 +0000 (02:03 +0000)]
(FONTSET_OBJLIST): New macro.
(fontset_find_font): Update font-object list of the fontset.
(free_realized_fontset): New function.
(free_face_fontset): Call free_realized_fontset.
(Ffont_info): Call font_close_object only when enable_font_backend
is set.

16 years ago(xftfont_default_fid): Delete it.
Kenichi Handa [Sun, 17 Feb 2008 02:03:32 +0000 (02:03 +0000)]
(xftfont_default_fid): Delete it.
(xftfont_open): Set xfont->fid to 0.

16 years ago(ftxfont_default_fid): Delete it.
Kenichi Handa [Sun, 17 Feb 2008 02:03:19 +0000 (02:03 +0000)]
(ftxfont_default_fid): Delete it.
(ftxfont_open): Set xfont->fid to 0.
(ftxfont_end_for_frame): Clear data specifi to the frame and the
font-driver.

16 years ago(xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
Kenichi Handa [Sun, 17 Feb 2008 02:03:07 +0000 (02:03 +0000)]
(xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.

16 years ago(x_set_cursor_gc): Use display_info->font->fid for GCs.
Kenichi Handa [Sun, 17 Feb 2008 02:02:54 +0000 (02:02 +0000)]
(x_set_cursor_gc): Use display_info->font->fid for GCs.
(x_set_mouse_face_gc, x_new_font): Likewise.
(x_term_init): Setup display_info->font.
(x_delete_terminal): Free display_info->font.

16 years ago* xterm.h (struct x_display_info): New member font.
Kenichi Handa [Sun, 17 Feb 2008 02:02:33 +0000 (02:02 +0000)]
* xterm.h (struct x_display_info): New member font.

16 years ago(x_make_gc): Use the default font id of the frame for
Kenichi Handa [Sun, 17 Feb 2008 02:01:59 +0000 (02:01 +0000)]
(x_make_gc): Use the default font id of the frame for
GCs.

16 years ago(handle_composition_prop): Set it->c to the fist
Kenichi Handa [Sun, 17 Feb 2008 02:01:43 +0000 (02:01 +0000)]
(handle_composition_prop): Set it->c to the fist
characte of the composed region.
(fill_composite_glyph_string): Set base_face->font_info to
s->font_info.  Get a face for ascii from base_face->ascii_face.
(BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
with a face already decided.
(x_produce_glyphs): Be sure to set it->ascent and it->descent to
non-negative.
(x_produce_glyphs): If the composition method is
..._WITH_GLYPH_STRING, call font_prepare_composition
unconditionally.

16 years ago(prepare_face_for_display): Use display_info->font->fid
Kenichi Handa [Sun, 17 Feb 2008 02:01:26 +0000 (02:01 +0000)]
(prepare_face_for_display): Use display_info->font->fid
for GCs.
(Finternal_set_font_selection_order): Call font_update_sort_order
only when enable_font_backend is set.
(realize_x_face): Set face->font_info to that of default face only
when enable_font_backend is set.

16 years ago(wdired-allow-to-change-permissions): Fix typo.
Michaël Cadilhac [Sun, 17 Feb 2008 00:30:06 +0000 (00:30 +0000)]
(wdired-allow-to-change-permissions): Fix typo.

16 years agoComment.
Glenn Morris [Sat, 16 Feb 2008 23:54:28 +0000 (23:54 +0000)]
Comment.

16 years agoAdd after-init-time and emacs-init-time.
Juri Linkov [Sat, 16 Feb 2008 23:18:58 +0000 (23:18 +0000)]
Add after-init-time and emacs-init-time.

16 years ago(emacs-init-time): New function.
Juri Linkov [Sat, 16 Feb 2008 23:18:14 +0000 (23:18 +0000)]
(emacs-init-time): New function.

16 years ago(after-init-time): New variable.
Juri Linkov [Sat, 16 Feb 2008 23:17:51 +0000 (23:17 +0000)]
(after-init-time): New variable.
(command-line): Set `after-init-time' to the current time.

16 years agoMove here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris [Sat, 16 Feb 2008 22:44:58 +0000 (22:44 +0000)]
Move here from lisp/nxml.  Rename from "test." to "test-" for doschk.

16 years agoMove to etc/nxml.
Glenn Morris [Sat, 16 Feb 2008 22:42:37 +0000 (22:42 +0000)]
Move to etc/nxml.

16 years ago(Finternal_char_font): Fix compilation warning.
Glenn Morris [Sat, 16 Feb 2008 22:33:01 +0000 (22:33 +0000)]
(Finternal_char_font): Fix compilation warning.

16 years agobefore-init-time is new name for emacs-startup-time.
Glenn Morris [Sat, 16 Feb 2008 22:21:45 +0000 (22:21 +0000)]
before-init-time is new name for emacs-startup-time.

16 years ago(emacs-uptime): Use before-init-time rather than emacs-startup-time.
Glenn Morris [Sat, 16 Feb 2008 22:21:18 +0000 (22:21 +0000)]
(emacs-uptime): Use before-init-time rather than emacs-startup-time.

16 years ago(emacs-startup-time): Rename to `before-init-time'.
Glenn Morris [Sat, 16 Feb 2008 22:20:12 +0000 (22:20 +0000)]
(emacs-startup-time): Rename to `before-init-time'.
(before-init-time): New name for `emacs-startup-time'.
(command-line): Use before-init-time rather than emacs-startup-time.

16 years ago(locate-dominating-file): Remove initial loop because it's
Stefan Monnier [Sat, 16 Feb 2008 21:39:31 +0000 (21:39 +0000)]
(locate-dominating-file): Remove initial loop because it's
not careful enough.  Detect the uid-change all within the main loop.

16 years agoAdded (tiny change) to Lawrence Mitchell entries.
Bastien Guerry [Sat, 16 Feb 2008 18:08:41 +0000 (18:08 +0000)]
Added (tiny change) to Lawrence Mitchell entries.

16 years ago*** empty log message ***
Juanma Barranquero [Sat, 16 Feb 2008 17:51:19 +0000 (17:51 +0000)]
*** empty log message ***

16 years ago(init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of
Eli Zaretskii [Sat, 16 Feb 2008 17:05:24 +0000 (17:05 +0000)]
(init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of
char arrays.  Enlarge the size of array passed to get_token_information.

16 years ago* ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
Bastien Guerry [Sat, 16 Feb 2008 16:17:37 +0000 (16:17 +0000)]
* ielm.el (ielm-is-whitespace-or-comment): Docstring fix.

16 years ago(vc-annotate): Add new argument.
Dan Nicolaescu [Sat, 16 Feb 2008 15:54:37 +0000 (15:54 +0000)]
(vc-annotate): Add new argument.
(vc-annotate-warp-revision): Pass the current line to vc-annotate.

16 years ago(unidata.txt): Don't use $<, it's non-portable in this context.
Eli Zaretskii [Sat, 16 Feb 2008 15:02:12 +0000 (15:02 +0000)]
(unidata.txt): Don't use $<, it's non-portable in this context.

16 years ago(Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.
Eli Zaretskii [Sat, 16 Feb 2008 14:51:05 +0000 (14:51 +0000)]
(Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.

16 years ago(ftfont_shape): Return Lispy number.
Kenichi Handa [Sat, 16 Feb 2008 12:40:42 +0000 (12:40 +0000)]
(ftfont_shape): Return Lispy number.

16 years agoRemove the minor-mode bookkeeping. Move
Dan Nicolaescu [Sat, 16 Feb 2008 07:40:06 +0000 (07:40 +0000)]
Remove the minor-mode bookkeeping. Move
make-variable-buffer-local code after the corresponding defvar.
(hs-minor-mode-map): Define and initialize in one step.
(hs-minor-mode): Change from defun to define-minor-mode.

16 years ago(gud-gdb): Don't reset gdb-ready.
Nick Roberts [Sat, 16 Feb 2008 07:03:15 +0000 (07:03 +0000)]
(gud-gdb): Don't reset gdb-ready.
(gdb-ready): Move declaration to gdb-ui.el.

16 years ago(gdb-ready): Move declaration from gud.el to here.
Nick Roberts [Sat, 16 Feb 2008 06:45:07 +0000 (06:45 +0000)]
(gdb-ready): Move declaration from gud.el to here.
(gdb-early-user-input): New variable.
(gdb): Reset gdb-flush-pending-output to nil and set
comint-input-sender here (before gdb-prompt), instead of...
(gdb-init-1): ...here.
(gdb-send): If Emacs is not ready, defer user input to...
(gdb-prompt): ...here.

16 years ago*** empty log message ***
Nick Roberts [Sat, 16 Feb 2008 06:40:39 +0000 (06:40 +0000)]
*** empty log message ***

16 years ago(emacs-uptime): Add optional `format' argument. Doc fix. Use `%z'
Glenn Morris [Sat, 16 Feb 2008 03:31:19 +0000 (03:31 +0000)]
(emacs-uptime): Add optional `format' argument.  Doc fix.  Use `%z'
rather than removed `nonzero' argument of format-seconds.

16 years ago(format-seconds): Remove `nonzero' argument in favor of `%z' specifier.
Glenn Morris [Sat, 16 Feb 2008 03:30:28 +0000 (03:30 +0000)]
(format-seconds): Remove `nonzero' argument in favor of `%z' specifier.
(emacs-uptime): Move to time.el.

16 years ago(emacs-uptime): Move here from time-date.el.
Glenn Morris [Sat, 16 Feb 2008 03:29:43 +0000 (03:29 +0000)]
(emacs-uptime): Move here from time-date.el.

16 years ago(composition-function-table): Doc fix.
Glenn Morris [Sat, 16 Feb 2008 03:27:10 +0000 (03:27 +0000)]
(composition-function-table): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Sat, 16 Feb 2008 03:26:30 +0000 (03:26 +0000)]
*** empty log message ***

16 years ago(mode-line-mule-info): Make the tooltips more explicit.
Dan Nicolaescu [Sat, 16 Feb 2008 01:45:47 +0000 (01:45 +0000)]
(mode-line-mule-info): Make the tooltips more explicit.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 16 Feb 2008 00:33:08 +0000 (00:33 +0000)]
*** empty log message ***

16 years agoFix coding tag.
Jason Rumney [Fri, 15 Feb 2008 23:49:15 +0000 (23:49 +0000)]
Fix coding tag.

16 years ago* vc-hooks.el (vc-menu-map):
Dan Nicolaescu [Fri, 15 Feb 2008 22:45:03 +0000 (22:45 +0000)]
* vc-hooks.el (vc-menu-map):
* bindings.el (mode-line-mode-menu): Add tooltips.

* bindings.el (help-echo): Add more tooltips.  Use a less
telegraphic style for existing tooltips.

16 years agoDon't set `args', it breaks gdb --args.
Dan Nicolaescu [Fri, 15 Feb 2008 22:42:02 +0000 (22:42 +0000)]
Don't set `args', it breaks gdb --args.

16 years ago(print_help_and_exit): Show -d option on Windows.
Juanma Barranquero [Fri, 15 Feb 2008 16:59:19 +0000 (16:59 +0000)]
(print_help_and_exit): Show -d option on Windows.

16 years ago2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
Bastien Guerry [Fri, 15 Feb 2008 16:32:39 +0000 (16:32 +0000)]
2008-02-15  Lawrence Mitchell <wence@gmx.li>  (tiny change)

         * ielm.el (ielm-is-whitespace): Remove.
         (ielm-is-whitespace-or-comment): New function.
         (ielm-eval-input): Use it.

16 years agoAdd "Point before start of properties" bug.
Chong Yidong [Fri, 15 Feb 2008 16:08:27 +0000 (16:08 +0000)]
Add "Point before start of properties" bug.

16 years ago(frame-notice-user-settings): Distinguish explicit parent-id
Stefan Monnier [Thu, 14 Feb 2008 21:16:36 +0000 (21:16 +0000)]
(frame-notice-user-settings): Distinguish explicit parent-id
from the auto-generated one.

16 years ago(Finsert_file_contents): Adjust offsets when replacing
Stefan Monnier [Thu, 14 Feb 2008 19:41:43 +0000 (19:41 +0000)]
(Finsert_file_contents): Adjust offsets when replacing
within a narrowed buffer.

16 years ago(rmail-spam-filter): Let-bind message-spam-status.
Glenn Morris [Thu, 14 Feb 2008 18:46:06 +0000 (18:46 +0000)]
(rmail-spam-filter): Let-bind message-spam-status.

16 years ago(password-cache-add): Declare as function.
Glenn Morris [Thu, 14 Feb 2008 18:43:02 +0000 (18:43 +0000)]
(password-cache-add): Declare as function.