]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years ago(ada-create-syntax-table): Move
Martin Rudalics [Sat, 18 Aug 2007 08:38:05 +0000 (08:38 +0000)]
(ada-create-syntax-table): Move
set-syntax-table from here to ...
(ada-mode): ... here.  Do not change global value of
comment-multi-line.  Call new function
ada-initialize-syntax-table-properties and add new function
ada-handle-syntax-table-properties to font-lock-mode-hook.
(ada-deactivate-properties, ada-initialize-properties): Replace
by new functions ...
(ada-handle-syntax-table-properties)
(ada-initialize-syntax-table-properties)
(ada-set-syntax-table-properties): ... to set up syntax-table
properties uniformly, independently from whether font-lock-mode
is enabled or not.  Handle read-only buffers and do not change
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.

16 years agoFix typo.
Michaël Cadilhac [Fri, 17 Aug 2007 22:54:34 +0000 (22:54 +0000)]
Fix typo.

16 years ago(meta-indent-calculate-last): Remove.
Michaël Cadilhac [Fri, 17 Aug 2007 22:51:24 +0000 (22:51 +0000)]
(meta-indent-calculate-last): Remove.
(meta-indent-current-nesting): Use a computation of the nesting instead.
(meta-indent-current-indentation): Indentation is given according to
nesting and if the previous line was finished or not.
(meta-indent-unfinished-line): Tell if the current line ends with a
finished expression.
(meta-indent-looking-at-code): Like `looking-at', but checks if the
point is a string before.
(meta-indent-level-count): Use it.  Don't count parenthesis as it's
done in the nesting function.
(meta-indent-in-string-p): Tell if the current point is in a string.
(meta-indent-calculate): Treat b-o-b as a special case.  Use the
previous functions.

16 years ago(copyright-limit): Fix sense typo in defsubst.
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:18:54 +0000 (22:18 +0000)]
(copyright-limit): Fix sense typo in defsubst.

16 years ago(copyright-limit): New defsubst.
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:06:50 +0000 (22:06 +0000)]
(copyright-limit): New defsubst.
(copyright-update-year, copyright-update)
(copyright-fix-years): Use it.

16 years ago(copyright-update-year): Fix bug: Handle nil copyright-limit.
Thien-Thi Nguyen [Fri, 17 Aug 2007 21:56:02 +0000 (21:56 +0000)]
(copyright-update-year): Fix bug: Handle nil copyright-limit.

16 years ago*** empty log message ***
Jay Belanger [Fri, 17 Aug 2007 20:27:01 +0000 (20:27 +0000)]
*** empty log message ***

16 years ago(math-approx-ln-10, math-approx-ln-2): Remove `eval-when-compile's.
Jay Belanger [Fri, 17 Aug 2007 20:20:29 +0000 (20:20 +0000)]
(math-approx-ln-10, math-approx-ln-2): Remove `eval-when-compile's.

16 years ago(math-besJ0, math-besJ1, math-besY0, math-besY1)
Jay Belanger [Fri, 17 Aug 2007 20:20:03 +0000 (20:20 +0000)]
(math-besJ0, math-besJ1, math-besY0, math-besY1)
(math-bernoulli-b-cache): Remove `eval-when-compile's.

16 years ago(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Jay Belanger [Fri, 17 Aug 2007 20:19:36 +0000 (20:19 +0000)]
(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Remove `eval-when-compile's.

16 years ago(math-small-factorial-table): Remove `eval-when-compile's.
Jay Belanger [Fri, 17 Aug 2007 20:19:11 +0000 (20:19 +0000)]
(math-small-factorial-table): Remove `eval-when-compile's.

16 years ago(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Jay Belanger [Fri, 17 Aug 2007 20:18:45 +0000 (20:18 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Remove `eval-when-compile's.

16 years ago(math-bignum-digit-length): Compute the appropriate value.
Jay Belanger [Fri, 17 Aug 2007 20:18:16 +0000 (20:18 +0000)]
(math-bignum-digit-length): Compute the appropriate value.

16 years ago(math-standard-units): Give exact conversion for tsp.
Jay Belanger [Fri, 17 Aug 2007 19:57:14 +0000 (19:57 +0000)]
(math-standard-units): Give exact conversion for tsp.

16 years ago(report-emacs-bug): Make MS-DOS a special case (there's no build number).
Michaël Cadilhac [Fri, 17 Aug 2007 19:38:58 +0000 (19:38 +0000)]
(report-emacs-bug): Make MS-DOS a special case (there's no build number).

16 years ago(Position Info): Add index entry for face at point.
Eli Zaretskii [Fri, 17 Aug 2007 19:27:49 +0000 (19:27 +0000)]
(Position Info): Add index entry for face at point.
Mention that character faces are also displayed by "C-u C-x =".

16 years agoFix s{a}{b} parsing
Vinicius Jose Latorre [Fri, 17 Aug 2007 18:57:47 +0000 (18:57 +0000)]
Fix s{a}{b} parsing

16 years ago(report-emacs-bug): Remove the last number of `emacs-version', use the
Michaël Cadilhac [Fri, 17 Aug 2007 10:10:11 +0000 (10:10 +0000)]
(report-emacs-bug): Remove the last number of `emacs-version', use the
topic prefix ``version; ''.

16 years ago(handle_one_xevent): Remove check that mouse click is in
Jan Djärv [Fri, 17 Aug 2007 07:55:25 +0000 (07:55 +0000)]
(handle_one_xevent): Remove check that mouse click is in
active frame.

16 years agoT. V. Raman <raman at users.sf.net> (tiny change)
Glenn Morris [Fri, 17 Aug 2007 07:31:52 +0000 (07:31 +0000)]
T. V. Raman  <raman at users.sf.net>  (tiny change)

(symbol-under-point, symbol-before-point)
(symbol-before-point-for-complete): Use buffer-substring-no-properties.

16 years agoDelete all bugs - see the copy on the release branch.
Glenn Morris [Fri, 17 Aug 2007 07:18:47 +0000 (07:18 +0000)]
Delete all bugs - see the copy on the release branch.

16 years ago(compilation-get-file-structure): Make use of the directory part when
Glenn Morris [Fri, 17 Aug 2007 07:17:45 +0000 (07:17 +0000)]
(compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.

16 years agoWhitespace fix.
Richard M. Stallman [Fri, 17 Aug 2007 04:30:09 +0000 (04:30 +0000)]
Whitespace fix.

16 years ago(calc-language-alist): Add texinfo-mode.
Jay Belanger [Fri, 17 Aug 2007 03:57:06 +0000 (03:57 +0000)]
(calc-language-alist): Add texinfo-mode.

16 years agoMove contents to beginning of file.
Jay Belanger [Fri, 17 Aug 2007 03:53:38 +0000 (03:53 +0000)]
Move contents to beginning of file.
Algebraic Entry: Fix the formatting of an example.

16 years agoDocstring fix
Vinicius Jose Latorre [Fri, 17 Aug 2007 01:44:02 +0000 (01:44 +0000)]
Docstring fix

16 years agoDocstring fix
Vinicius Jose Latorre [Thu, 16 Aug 2007 22:27:35 +0000 (22:27 +0000)]
Docstring fix

16 years ago*** empty log message ***
Stefan Monnier [Thu, 16 Aug 2007 20:46:34 +0000 (20:46 +0000)]
*** empty log message ***

16 years ago(ps-font-size): Doc fix.
Glenn Morris [Thu, 16 Aug 2007 03:18:21 +0000 (03:18 +0000)]
(ps-font-size): Doc fix.

16 years agoTweak previous change (don't init statics).
Glenn Morris [Thu, 16 Aug 2007 03:18:08 +0000 (03:18 +0000)]
Tweak previous change (don't init statics).

16 years ago(copyright-names-regexp): Add custom group.
Richard M. Stallman [Thu, 16 Aug 2007 02:26:14 +0000 (02:26 +0000)]
(copyright-names-regexp): Add custom group.

16 years ago(Asynchronous Processes): Clarify doc of start-file-process.
Richard M. Stallman [Thu, 16 Aug 2007 02:22:46 +0000 (02:22 +0000)]
(Asynchronous Processes): Clarify doc of start-file-process.

16 years ago(Fcommandp): Add parens to clarify.
Richard M. Stallman [Thu, 16 Aug 2007 02:21:37 +0000 (02:21 +0000)]
(Fcommandp): Add parens to clarify.

16 years ago(Fall_completions): Use enum for type of table.
Richard M. Stallman [Thu, 16 Aug 2007 02:20:58 +0000 (02:20 +0000)]
(Fall_completions): Use enum for type of table.

16 years ago(USAGE2): Improve text.
Richard M. Stallman [Thu, 16 Aug 2007 02:19:41 +0000 (02:19 +0000)]
(USAGE2): Improve text.

16 years agoAdd new user option `initial-buffer-choice'.
Juri Linkov [Thu, 16 Aug 2007 00:14:21 +0000 (00:14 +0000)]
Add new user option `initial-buffer-choice'.

16 years ago(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
Juri Linkov [Thu, 16 Aug 2007 00:11:29 +0000 (00:11 +0000)]
(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
of display-splash-screen.

16 years ago(menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
Juri Linkov [Thu, 16 Aug 2007 00:10:39 +0000 (00:10 +0000)]
(menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
display-splash-screen.

16 years ago(initialization): Change parent group from `internal'
Juri Linkov [Wed, 15 Aug 2007 23:24:17 +0000 (23:24 +0000)]
(initialization): Change parent group from `internal'
to `environment'.
(initial-buffer-choice): New variable.
(command-line): Revert 2007-07-02 change that sets
buffer-offer-save in *scratch* and enables auto-save in it.
(fancy-splash-text): Add links to existing items.  Add new items
with links for useful tasks.  Move information about Control-g to
fancy-splash-head.  Move "Emacs Guided Tour" to the end.
(fancy-splash-keymap): New variable.
(fancy-splash-last-input-event): Remove variable.
(fancy-splash-insert): Add processing of `:link' element.
(fancy-splash-head): Replace "Type Control-l to begin editing"
with "Type `q' to exit".
(fancy-splash-screens-1): Let-bind inhibit-read-only to t.
(fancy-splash-default-action, fancy-splash-special-event-action):
Remove functions.
(fancy-splash-quit): New function.
(fancy-splash-screens): Rename input arg from `hide-on-input' to
`static' and reverse the condition of its usage.  Don't preserve
original values of `minor-mode-map-alist',
`emulation-mode-map-alists', `special-event-map'.
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
Remove processing of special events.  Use local key map
`fancy-splash-keymap'.  Set buffer to read-only.
(normal-splash-screen): Rename input arg from `hide-on-input' to
`static' and reverse the condition of its usage.
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
Add links to existing items.  Add new items with links for useful
tasks.  Use local key map `fancy-splash-keymap'.
(display-splash-screen): Rename input arg from `hide-on-input' to
`static'.
(about-emacs): Add alias to display-splash-screen.
(command-line-1): Use `initial-buffer-choice'.

16 years ago(Basic Operations on Units): Clarify fraction mode behavior.
Jay Belanger [Wed, 15 Aug 2007 23:01:58 +0000 (23:01 +0000)]
(Basic Operations on Units): Clarify fraction mode behavior.

16 years ago(reset_var_on_error): Improve comment.
Stefan Monnier [Wed, 15 Aug 2007 20:05:40 +0000 (20:05 +0000)]
(reset_var_on_error): Improve comment.

16 years ago(Basic Operations on Units): Mention exact versus inexact conversions.
Jay Belanger [Wed, 15 Aug 2007 15:47:45 +0000 (15:47 +0000)]
(Basic Operations on Units): Mention exact versus inexact conversions.

16 years ago(math-standard-units): Update values. Put in exact values when
Jay Belanger [Wed, 15 Aug 2007 15:42:58 +0000 (15:42 +0000)]
(math-standard-units): Update values.  Put in exact values when
possible.
(math-unit-prefixes): Replace floats with powers of ten.
(math-standard-units-systems): Replace floats with integers.
(math-make-unit-string): Remove extra spaces in output.

16 years agoComment previous change.
Glenn Morris [Wed, 15 Aug 2007 03:23:10 +0000 (03:23 +0000)]
Comment previous change.

16 years agoPhilippe Waroquiers <philippe.waroquiers at eurocontrol.int>
Glenn Morris [Wed, 15 Aug 2007 03:20:17 +0000 (03:20 +0000)]
Philippe Waroquiers  <philippe.waroquiers at eurocontrol.int>

(tty_default_color_capabilities): Explicitly initialize static
variables in file scope, to avoid HPUX compiler problem.

16 years ago(rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
Glenn Morris [Wed, 15 Aug 2007 03:09:28 +0000 (03:09 +0000)]
(rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
GNU Mailman.
(rmail-digest-rfc1153): Initialize `result' correctly.

16 years agowhitespace
Glenn Morris [Wed, 15 Aug 2007 03:09:04 +0000 (03:09 +0000)]
whitespace

16 years ago*** empty log message ***
Glenn Morris [Wed, 15 Aug 2007 03:07:50 +0000 (03:07 +0000)]
*** empty log message ***

16 years ago(report-emacs-bug): Put `Bug: emacs-version; ' in the mail title.
Michaël Cadilhac [Wed, 15 Aug 2007 02:23:42 +0000 (02:23 +0000)]
(report-emacs-bug): Put `Bug: emacs-version; ' in the mail title.
Suggested by Reiner Steib.

16 years ago(Quick Calculator Mode): Mention that binary format will be displayed.
Jay Belanger [Tue, 14 Aug 2007 15:08:06 +0000 (15:08 +0000)]
(Quick Calculator Mode): Mention that binary format will be displayed.

16 years agocalc-aent.el
Jay Belanger [Tue, 14 Aug 2007 14:52:51 +0000 (14:52 +0000)]
calc-aent.el
calc-do-quick-calc: Add base 2 to the list of outputs of integers.

16 years ago(bad-packages-alist): Fix regexp typo in previous change.
Glenn Morris [Tue, 14 Aug 2007 08:48:09 +0000 (08:48 +0000)]
(bad-packages-alist): Fix regexp typo in previous change.

16 years agoMove CUA-mode check to `bad-packages-alist'.
Glenn Morris [Tue, 14 Aug 2007 08:41:06 +0000 (08:41 +0000)]
Move CUA-mode check to `bad-packages-alist'.

16 years ago*** empty log message ***
Glenn Morris [Tue, 14 Aug 2007 08:40:54 +0000 (08:40 +0000)]
*** empty log message ***

16 years agoMention `bad-packages-alist'.
Glenn Morris [Tue, 14 Aug 2007 07:47:12 +0000 (07:47 +0000)]
Mention `bad-packages-alist'.

16 years ago(bad-packages-alist): New constant.
Glenn Morris [Tue, 14 Aug 2007 07:41:59 +0000 (07:41 +0000)]
(bad-packages-alist): New constant.
(bad-package-check): New function.  Together, these two add
elements to `after-load-alist' to check for problematic external
packages.

16 years ago*** empty log message ***
Glenn Morris [Tue, 14 Aug 2007 07:41:16 +0000 (07:41 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Jay Belanger [Tue, 14 Aug 2007 05:35:16 +0000 (05:35 +0000)]
*** empty log message ***

16 years ago(Basic Operations on Units): Mention default values for new units.
Jay Belanger [Tue, 14 Aug 2007 05:26:47 +0000 (05:26 +0000)]
(Basic Operations on Units): Mention default values for new units.

16 years ago(math-get-standard-units,math-get-units,math-make-unit-string)
Jay Belanger [Tue, 14 Aug 2007 05:24:35 +0000 (05:24 +0000)]
(math-get-standard-units,math-get-units,math-make-unit-string)
(math-get-default-units,math-put-default-units): New functions.
(math-default-units-table): New variable.
(calc-convert-units, calc-convert-temperature): Add machinery to
supply default values.

16 years agoAdd tpu-extras's autoloads.
Stefan Monnier [Tue, 14 Aug 2007 00:58:28 +0000 (00:58 +0000)]
Add tpu-extras's autoloads.
(tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
(tpu-gold-map): Bind F to tpu-cursor-free-mode.
(minibuffer-local-map): Use funkey symbols rather than esc-sequence.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Tue, 14 Aug 2007 00:51:09 +0000 (00:51 +0000)]
Remove spurious * in docstrings.
Put its autoloads into tpu-edt.el rather than loaddefs.el.
(tpu-cursor-free-mode): Rename from tpu-cursor-free.
Make into a proper minor-mode.
(tpu-backward-char, tpu-next-line, tpu-previous-line)
(tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
(tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
(tpu-set-cursor-free, tpu-set-cursor-bound):
Delegate to tpu-cursor-free-mode.
(tpu-next-line, tpu-previous-line, tpu-forward-line)
(tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
Use line-move or forward-line instead of next-line-internal.

16 years agoMerge from emacs--rel--22
Miles Bader [Mon, 13 Aug 2007 13:41:28 +0000 (13:41 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 13 Aug 2007 11:47:43 +0000 (11:47 +0000)]
*** empty log message ***

16 years ago(vhdl-update-progress-info): Avoid divide by zero error.
Juanma Barranquero [Mon, 13 Aug 2007 11:39:45 +0000 (11:39 +0000)]
(vhdl-update-progress-info): Avoid divide by zero error.

16 years ago(ada-gnatls-args): Fix docstring.
Juanma Barranquero [Mon, 13 Aug 2007 11:38:37 +0000 (11:38 +0000)]
(ada-gnatls-args): Fix docstring.
(ada-treat-cmd-string): Improve error message.
(ada-do-file-completion): Call `ada-require-project-file', so project variables
are set properly.
(ada-prj-find-prj-file): Delete Emacs 20.2 support.
(ada-gnatfind-buffer-name): New constant.
(ada-find-any-references): Use new constant.  Set buffer name properly in
compilation-start.  Toggle read-only properly.
(ada-find-in-src-path): Fix spelling error in docstring.

16 years ago(cvs-parse-table): Handle additional instance of optional quotes
Juanma Barranquero [Mon, 13 Aug 2007 11:37:50 +0000 (11:37 +0000)]
(cvs-parse-table): Handle additional instance of optional quotes
around files in NEED-UPDATE . REMOVED case.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 13 Aug 2007 11:27:41 +0000 (11:27 +0000)]
*** empty log message ***

16 years ago(vhdl-update-progress-info): Avoid divide by zero error.
Juanma Barranquero [Mon, 13 Aug 2007 11:12:50 +0000 (11:12 +0000)]
(vhdl-update-progress-info): Avoid divide by zero error.

16 years ago(ada-gnatls-args): Fix docstring.
Juanma Barranquero [Mon, 13 Aug 2007 11:10:47 +0000 (11:10 +0000)]
(ada-gnatls-args): Fix docstring.
(ada-treat-cmd-string): Improve error message.
(ada-do-file-completion): Call `ada-require-project-file', so project variables
are set properly.
(ada-prj-find-prj-file): Delete Emacs 20.2 support.
(ada-gnatfind-buffer-name): New constant.
(ada-find-any-references): Use new constant.  Set buffer name properly in
compilation-start.  Toggle read-only properly.
(ada-find-in-src-path): Fix spelling error in docstring.

16 years ago(cvs-parse-table): Handle additional instance of optional quotes
Juanma Barranquero [Mon, 13 Aug 2007 10:41:40 +0000 (10:41 +0000)]
(cvs-parse-table): Handle additional instance of optional quotes
around files in NEED-UPDATE . REMOVED case.

16 years ago(gdb-send): Handle CTRL-D more carefully.
Nick Roberts [Mon, 13 Aug 2007 09:28:31 +0000 (09:28 +0000)]
(gdb-send): Handle CTRL-D more carefully.

16 years ago*** empty log message ***
Nick Roberts [Mon, 13 Aug 2007 09:26:45 +0000 (09:26 +0000)]
*** empty log message ***

16 years ago(update_frame_tool_bar): Use -1 as index
Jan Djärv [Mon, 13 Aug 2007 06:36:47 +0000 (06:36 +0000)]
(update_frame_tool_bar): Use -1 as index
to gtk_toolbar_insert.

16 years ago(update_frame_tool_bar): Use -1 as index
Jan Djärv [Mon, 13 Aug 2007 06:30:11 +0000 (06:30 +0000)]
(update_frame_tool_bar): Use -1 as index
to gtk_toolbar_insert.

16 years ago(autoload-print-form): Use print-quoted.
Stefan Monnier [Mon, 13 Aug 2007 05:35:43 +0000 (05:35 +0000)]
(autoload-print-form): Use print-quoted.

16 years ago(Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
Stefan Monnier [Mon, 13 Aug 2007 04:06:31 +0000 (04:06 +0000)]
(Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.

16 years ago(reset_var_on_error): New fun.
Stefan Monnier [Mon, 13 Aug 2007 04:04:39 +0000 (04:04 +0000)]
(reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.

16 years ago(cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
Richard M. Stallman [Sun, 12 Aug 2007 18:11:57 +0000 (18:11 +0000)]
(cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
(cvs-execute-single-file): Use new name split-string-and-unquote.
(cvs-header-msg): Use new name combine-and-quote-strings.

16 years ago(vi-next-line): Ignore return value of line-move.
Richard M. Stallman [Sun, 12 Aug 2007 18:05:08 +0000 (18:05 +0000)]
(vi-next-line): Ignore return value of line-move.

16 years ago(gud-common-init): Use new name split-string-and-unquote.
Richard M. Stallman [Sun, 12 Aug 2007 18:02:39 +0000 (18:02 +0000)]
(gud-common-init): Use new name split-string-and-unquote.

16 years ago(flymake-err-line-patterns): Fix infloop in javac regexp.
Richard M. Stallman [Sun, 12 Aug 2007 18:01:29 +0000 (18:01 +0000)]
(flymake-err-line-patterns): Fix infloop in javac regexp.

16 years ago(cvs-qtypedesc-strings): Use new names
Richard M. Stallman [Sun, 12 Aug 2007 18:00:34 +0000 (18:00 +0000)]
(cvs-qtypedesc-strings): Use new names
combine-and-quote-strings and split-string-and-unquote.

16 years ago(combine-and-quote-strings): Renamed from strings->string.
Richard M. Stallman [Sun, 12 Aug 2007 17:59:40 +0000 (17:59 +0000)]
(combine-and-quote-strings): Renamed from strings->string.
(split-string-and-unquote): Renamed from string->strings.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 12 Aug 2007 17:57:34 +0000 (17:57 +0000)]
*** empty log message ***

16 years ago(sh): Delete group `unix'.
Richard M. Stallman [Sun, 12 Aug 2007 17:55:05 +0000 (17:55 +0000)]
(sh): Delete group `unix'.

16 years ago(gud): Change to group `processes'.
Richard M. Stallman [Sun, 12 Aug 2007 17:53:21 +0000 (17:53 +0000)]
(gud): Change to group `processes'.

16 years ago(compilation-buffer-name): Don't check compilation-arguments. It is
Glenn Morris [Sat, 11 Aug 2007 03:02:05 +0000 (03:02 +0000)]
(compilation-buffer-name): Don't check compilation-arguments.  It is
superfluous, and the variable isn't even set when this function is
called.

16 years ago*** empty log message ***
Glenn Morris [Sat, 11 Aug 2007 03:01:46 +0000 (03:01 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Glenn Morris [Sat, 11 Aug 2007 02:59:26 +0000 (02:59 +0000)]
*** empty log message ***

16 years ago(x_draw_image_glyph_string): Adjust stipple origin when
YAMAMOTO Mitsuharu [Sat, 11 Aug 2007 02:06:37 +0000 (02:06 +0000)]
(x_draw_image_glyph_string): Adjust stipple origin when
filling pixmap with stippled background.

16 years ago(x_draw_image_glyph_string): Adjust stipple origin when
YAMAMOTO Mitsuharu [Sat, 11 Aug 2007 02:04:58 +0000 (02:04 +0000)]
(x_draw_image_glyph_string): Adjust stipple origin when
filling pixmap with stippled background.

16 years ago(mac-ae-reopen-application): New function.
YAMAMOTO Mitsuharu [Fri, 10 Aug 2007 10:13:44 +0000 (10:13 +0000)]
(mac-ae-reopen-application): New function.
(mac-apple-event-map): Bind "reopen application" Apple event to it.

16 years ago[TARGET_API_MAC_CARBON] (mac_handle_window_event):
YAMAMOTO Mitsuharu [Fri, 10 Aug 2007 10:13:05 +0000 (10:13 +0000)]
[TARGET_API_MAC_CARBON] (mac_handle_window_event):
Don't use invisible frame as parent window for repositioning.

16 years ago(log-view-font-lock-keywords): Use `eval' so as to adapt to buffer settings.
Stefan Monnier [Fri, 10 Aug 2007 08:20:20 +0000 (08:20 +0000)]
(log-view-font-lock-keywords): Use `eval' so as to adapt to buffer settings.

16 years ago(new_backquote_output): Rename from old_backquote_output.
Stefan Monnier [Fri, 10 Aug 2007 08:01:30 +0000 (08:01 +0000)]
(new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.

16 years agoBzr and bibtex-style are not new in 23.1 now that they've been added to 22.2.
Stefan Monnier [Fri, 10 Aug 2007 06:53:43 +0000 (06:53 +0000)]
Bzr and bibtex-style are not new in 23.1 now that they've been added to 22.2.

16 years ago*** empty log message ***
Stefan Monnier [Fri, 10 Aug 2007 06:52:54 +0000 (06:52 +0000)]
*** empty log message ***

16 years ago(backquote-delay-process): New function.
Stefan Monnier [Fri, 10 Aug 2007 06:52:30 +0000 (06:52 +0000)]
(backquote-delay-process): New function.
(backquote-process): Add internal arg `level'.  Use the two to
correctly handle nested backquotes.

16 years agoAdd Gtk+ tool bar and GUD focus problem.
Jan Djärv [Fri, 10 Aug 2007 05:47:45 +0000 (05:47 +0000)]
Add Gtk+ tool bar and GUD focus problem.