1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

80765 Commits

Author SHA1 Message Date
Kenichi Handa
b94affd7b0 Don't setup composition-function-table here.
("Devanagari"): Change charset, coding-system, coding-priority to
Unicode-based ones.  Don't require the feature devan-util.
2008-02-21 07:28:35 +00:00
Kenichi Handa
a73b562753 (decode_mode_spec): New arg string.
(display_mode_element): Adjusted for the above change.
2008-02-21 07:06:33 +00:00
Glenn Morris
b19aa6dd02 Tweak FontBackend X resource entry. 2008-02-21 06:29:02 +00:00
Glenn Morris
4dd3127efc *** empty log message *** 2008-02-21 06:24:05 +00:00
Glenn Morris
4c24d24133 Add missing entries. 2008-02-21 06:20:45 +00:00
Glenn Morris
7684f65046 Fix. 2008-02-21 06:16:54 +00:00
Glenn Morris
9f871ce2c1 Simplify an entry. 2008-02-21 06:15:14 +00:00
Stefan Monnier
60134fd4b7 (image-set-window-hscroll): Typo. 2008-02-21 05:38:30 +00:00
Dan Nicolaescu
2a9eb3f5f8 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
conditional.
(verilog-font-grouping-keywords-face): Make the begin..end
keywords standout more than other verilog keywords.
(verilog-type-font-keywords): Move the begin..end out of this list
to facilitate making them to (potentially) stand out more.
(verilog-backward-token): Fix indent of bare always{_*}?, initial,
function & task blocks.
(verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
initial, function & task blocks.
(verilog-forward-sexp): Handle the new "disable fork" statement of
IEEE-1800 Verilog.
(verilog-beg-block-re-ordered): Handle the new "disable fork"
statement of IEEE-1800 Verilog.
(verilog-calc-1): Handle the new "disable fork" statement of
IEEE-1800 Verilog.
(verilog-disable-fork-re): Add const to help handle the new
"disable fork" statement of IEEE-1800 Verilog.
(verilog-declaration-core-re): Add port directions by themselves,
with no qualification, as base item of a declaration.
(verilog-pretty-declarations): Add new flag to ask it to refrain
from printing to the message buffer.
(verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
printing to the message buffer.  Improve handling of the many
types of expression line up.
(verilog-just-one-space): Remove printing of an empty message.
(verilog-get-lineup-indent): Rework to support the better handling
of expression lineup for verilog-pretty-expr.
(verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2008-02-21 05:15:31 +00:00
Glenn Morris
2cbff44e85 Split into admin/notes/unicode,font-backend 2008-02-21 04:04:06 +00:00
Glenn Morris
e88a2ed371 Split off from README.unicode 2008-02-21 04:00:22 +00:00
Glenn Morris
2b7a2553a5 Merge in some font-backend stuff from README.unicode. 2008-02-21 03:51:06 +00:00
Stefan Monnier
de17146541 Allow different windows to show different pages.
(doc-view-current-page, doc-view-current-slice, doc-view-current-info)
(doc-view-current-image, doc-view-current-overlay): Remove variables,
add them back as macros instead, using image-mode-winprops instead.
Update all users of those variables.
(doc-view-new-window-function): New function to create a new overlay
for each new window.
(doc-view-mode): Use it and image-mode-setup-winprops.
(doc-view-clone-buffer-hook): Rewrite accordingly.
2008-02-21 03:45:04 +00:00
Glenn Morris
027cd64481 Merge into NEWS. 2008-02-21 03:36:56 +00:00
Glenn Morris
d82c3d44f3 Merge entries from NEWS.unicode. 2008-02-21 03:35:46 +00:00
Kenichi Handa
67125135e0 (compose-chars-after): Fix arguments for a function
in composition-function-table.
(auto-compose-region): Likewise.
2008-02-21 03:35:31 +00:00
Stefan Monnier
44e3c7c602 Extend [hv]scroll support to per-window properties.
(image-mode-current-vscroll, image-mode-current-hscroll): Remove.
(image-mode-winprops-alist): New var to replace them.
(image-mode-new-window-functions): New hook.
(image-mode-winprops, image-mode-window-get, image-mode-window-put): New funs.
(image-set-window-vscroll, image-set-window-hscroll): Use them.
Remove the `window' argument, update callers.
(image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
Use the new functions.
(image-mode-reapply-winprops): New fun.
(image-mode): Use it.
2008-02-21 03:27:15 +00:00
Jay Belanger
b0d9db865c (math-sin-raw): Add optional argument to keep track of
original argument.
(math-cos-raw): Use optional argument when calling math-sin-raw.
(math-sin-raw-2, math-cos-raw-2): Check for a zero argument with close
to original precision.
2008-02-21 02:35:14 +00:00
Kenichi Handa
5bc44aa4bd (ps-mule-font-info-database-bdf): Use
ethio16f-uni.bdf for Ethiopic.
(ps-mule-plot-string): Ignore glyph-string based compositions.
2008-02-21 01:57:10 +00:00
Juanma Barranquero
5549f37a37 *** empty log message *** 2008-02-20 23:42:25 +00:00
Alan Mackenzie
f8016ed60d (c-extend-region-for-CPP): always set c-old-EOM. 2008-02-20 22:18:28 +00:00
Alan Mackenzie
9af4d32114 *** empty log message *** 2008-02-20 22:16:05 +00:00
Nick Roberts
fae609904c Rename menu item to "Show GUD tooltips". 2008-02-20 19:58:56 +00:00
Nick Roberts
a03392ff83 (gdb-mouse-set-clear-breakpoint): Fall back
to mouse-set-point in buffers that aren't associated with files.
2008-02-20 19:57:10 +00:00
Nick Roberts
84a3fb5a97 *** empty log message *** 2008-02-20 19:54:47 +00:00
Thien-Thi Nguyen
f4263e475d Explain vc-BACKEND-root in Commentary; nfc. 2008-02-20 18:11:15 +00:00
Roland Winkler
48c4d6a236 (bibtex-convert-alien): Do not use optional args in calls of sit-for. 2008-02-20 17:45:52 +00:00
Juanma Barranquero
37ea4b9bc8 Re-commit doc fixes accidentally reverted. 2008-02-20 17:38:16 +00:00
Juanma Barranquero
052dca3442 *** empty log message *** 2008-02-20 17:34:41 +00:00
Dan Nicolaescu
90639effc5 * progmodes/verilog-mode.el (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.
2008-02-20 16:15:03 +00:00
Thien-Thi Nguyen
62754d298a Kill eol whitespace; nfc. 2008-02-20 15:21:55 +00:00
Juanma Barranquero
4ced8551f6 (vc-svn-program): Fix typo in docstring.
(vc-svn-checkin): Fix typo in error message.
2008-02-20 12:42:35 +00:00
Kenichi Handa
98723304db Remove the problem of ucs-mule-8859-to-mule-unicode
being used in latin1-disp.el.  Remove the problem of
cp-supported-codepages.  Remove the problem of lost changelog for
ps-prin1.ps.
2008-02-20 12:22:11 +00:00
Kenichi Handa
91382ad9ec (ps-mule-encode-region): Return a single string.
(ps-mule-plot-string): Adjusted for the above change.
(ps-mule-encode-header-string): Likewise.
2008-02-20 12:18:29 +00:00
Juanma Barranquero
31e25350a8 Fix typo in comment. 2008-02-20 12:09:38 +00:00
Juanma Barranquero
50f271cb5a (main) [WINDOWSNT]: Understand DRIVE:NAME, where
NAME is relative to DRIVE'S current directory.
2008-02-20 12:06:52 +00:00
Juanma Barranquero
6f3003230d Require easymenu when compiling. 2008-02-20 11:27:28 +00:00
Thien-Thi Nguyen
58db72a4d3 Kill eol whitespace; nfc. 2008-02-20 10:40:46 +00:00
Kenichi Handa
a1e7b421be Fix previous change. 2008-02-20 10:33:38 +00:00
Juanma Barranquero
a14bddee6f *** empty log message *** 2008-02-20 09:52:39 +00:00
Dan Nicolaescu
58245a5832 (help-mode-menu): New menu. 2008-02-20 06:37:53 +00:00
Glenn Morris
219d93b8b4 (rmail-autodetect): Add .exe extension to movemail on Windows. 2008-02-20 06:01:01 +00:00
Glenn Morris
6052846bdd (rmail-autodetect): Add .exe extension to movemail on Windows. 2008-02-20 06:00:13 +00:00
Kenichi Handa
719cb5080d Remove the problem of cp-supported-codepages. 2008-02-20 05:40:35 +00:00
Kenichi Handa
3d8c4938d5 Mention the removal of codepage related functions. 2008-02-20 05:39:38 +00:00
Kenichi Handa
3e7447da33 (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).
2008-02-20 04:45:35 +00:00
Kenichi Handa
ed98afe1e0 (char-displayable-p): Fix for Latin-1
characters and terminal case.
2008-02-20 04:41:25 +00:00
Kenichi Handa
43bad2da06 Remove the problem of ucs-mule-8859-to-mule-unicode
being used in latin1-disp.el.
2008-02-20 04:39:21 +00:00
Nick Roberts
d550787cc9 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.
2008-02-20 00:18:23 +00:00
Nick Roberts
67fd73d2f3 *** empty log message *** 2008-02-20 00:13:09 +00:00