Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check | Jason Rumney | 2007-12-13 | 2 | -4/+10 |
| | | | | | before dereferencing array. (lookup_vk_code): Remove zero comparison. | ||||
* | Fix typo. | Thien-Thi Nguyen | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thien-Thi Nguyen | 2007-12-12 | 1 | -0/+4 |
| | |||||
* | (defcustom-c-stylevar): Rewrite. | Thien-Thi Nguyen | 2007-12-12 | 1 | -24/+35 |
| | |||||
* | (url-make-private-file): New function. | Glenn Morris | 2007-12-11 | 2 | -0/+29 |
| | |||||
* | (url-history-save-history): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -24/+24 |
| | |||||
* | (url-cookie-write-file): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -28/+25 |
| | |||||
* | (set-buffer-menubar): Remove unused | Dan Nicolaescu | 2007-12-11 | 2 | -11/+20 |
| | | | | | | | function. (add-submenu): Only define for XEmacs. (verilog-regexp-words): Revert previous change, keep the other definition. | ||||
* | (verilog-kill-existing-comment, verilog-insert-date) | Dan Nicolaescu | 2007-12-09 | 1 | -13/+13 |
| | | | | | | | (verilog-insert-year): Rename in order not to pollute the global namespace from kill-existing-comment, insert-date and insert-year, respectively. (verilog-set-auto-endcomments, verilog-header): Update callers. | ||||
* | * progmodes/perl-mode.el (perl-continued-statement-offset) | Dan Nicolaescu | 2007-12-09 | 3 | -4/+31 |
| | | | | | | | | | | (perl-continued-brace-offset, perl-brace-offset) (perl-brace-imaginary-offset, perl-label-offset): * progmodes/cperl-mode.el (cperl-brace-offset) (cperl-continued-brace-offset, cperl-label-offset) (cperl-continued-statement-offset) (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add safe-local-variable properties. | ||||
* | Add arch tagline | Miles Bader | 2007-12-09 | 1 | -0/+1 |
| | |||||
* | Fix copyright years. | Glenn Morris | 2007-12-09 | 1 | -8/+11 |
| | | | | Re-license under GPLv3+. | ||||
* | * progmodes/verilog-mode.el (verilog-mode-map) | Dan Nicolaescu | 2007-12-08 | 2 | -22/+20 |
| | | | | | | | (verilog-template-map, verilog-mode-mouse-map): Fix typos. (verilog-colorize-include-files): Use only overlay functions so that it can work on both emacs and XEmacs. (set-extent-keymap): Remove unused defun. | ||||
* | * progmodes/verilog-mode.el (verilog-mode-map): Fix typo. | Dan Nicolaescu | 2007-12-08 | 2 | -1/+3 |
| | |||||
* | (auto-mode-alist): Recognize verilog files. | Dan Nicolaescu | 2007-12-08 | 2 | -0/+3 |
| | |||||
* | (verilog-string-replace-matches) | Dan Nicolaescu | 2007-12-08 | 2 | -92/+101 |
| | | | | | | | | (verilog-string-remove-spaces, verilog-re-search-forward) (verilog-re-search-backward, verilog-re-search-forward-quick) (verilog-re-search-backward-quick, verilog-get-beg-of-line) (verilog-get-end-of-line, verilog-within-string): Move definitions before first use. No code changes. | ||||
* | (verilog-mode-version) | Dan Nicolaescu | 2007-12-08 | 2 | -238/+246 |
| | | | | | | | | | | | | | | | | | | | | | | | (verilog-mode-release-date): Don't use expanding keywords. (provide): Move to the end of file. (fboundp): Don't check if eval-when-compile is bound, it is used later in the file without checking. (when, unless): Copy definitions from subr.el. (char-before, defcustom, defface, customize-group) (verilog-batch-error-wrapper): Don't use old style backquotes. (verilog-regexp-opt): Avoid using the cl function case. (verilog-regexp-words): Remove duplicated definition. (verilog-mode-abbrev-table): Remove, duplicate. (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map): Declare and initialize in one step. (verilog-declaration-prefix-re, verilog-declaration-re) (verilog-end-of-statement, verilog-indent-declaration) (verilog-get-lineup-indent): Remove trailing whitespace. (verilog-mode): Fix autoload cookie. Set beginning-of-defun-function and end-of-defun-function. Use when instead of if. (verilog-emacs-features, verilog-auto-ascii-enum) (verilog-insert-indices): Escape braces in doc strings. | ||||
* | New file. | Dan Nicolaescu | 2007-12-08 | 3 | -0/+10342 |
| | |||||
* | "" | Eli Zaretskii | 2007-12-08 | 1 | -0/+6 |
| | |||||
* | (latexenc-find-file-coding-system): If both coding-system-for-write and | Eli Zaretskii | 2007-12-08 | 1 | -1/+2 |
| | | | | buffer-file-coding-system of latex-main-file are nil, use `undecided'. | ||||
* | (mouse-buffer-menu-alist): Keep buffer names left aligned. | Jason Rumney | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2007-12-06 | 1 | -0/+4 |
| | |||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2007-12-06 | 4 | -8/+19 |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159 | ||||
* | (Symbol Type): Fix typo. | Richard M. Stallman | 2007-12-04 | 2 | -1/+5 |
| | |||||
* | (ido-save-history): Use emacs-mule coding system instead of | Juanma Barranquero | 2007-12-04 | 2 | -2/+9 |
| | | | | | utf-8 to save filenames (it's safer in Emacs 22). Set the `coding' local variable on the first line of the file. | ||||
* | * lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule' | Karl Fogel | 2007-12-04 | 2 | -2/+12 |
| | | | | | | coding system. This ports 2007-12-02T21:15:22Z!kfogel@red-bean.com and 2007-12-02T21:24:38Z!kfogel@red-bean.com over to the EMACS_22_BASE branch, but with the right coding system for Emacs 22 to reliably record filenames. Suggested by Eli Zaretskii. | ||||
* | (make_process): Initialize pty_flag to 0. | Richard M. Stallman | 2007-12-03 | 2 | -0/+5 |
| | |||||
* | (Standard Hooks): Add link to Hooks for Loading. | Richard M. Stallman | 2007-12-03 | 2 | -0/+8 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-12-02 | 1 | -0/+2 |
| | |||||
* | (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs. | Jason Rumney | 2007-12-02 | 2 | -0/+20 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2007-12-02 | 1 | -0/+1 |
| | |||||
* | (nntp-open-tls-stream, nntp-open-ssl-stream): | Glenn Morris | 2007-12-02 | 2 | -5/+9 |
| | | | | | No need to define for compiler. (url-snews): Use nntp-open-tls-stream unless ssl is requested. | ||||
* | (widget-type): Doc fix. | Richard M. Stallman | 2007-12-01 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-12-01 | 1 | -0/+5 |
| | |||||
* | (syms_of_xdisp) <scroll-conservatively>: Doc fix. | Richard M. Stallman | 2007-12-01 | 2 | -2/+10 |
| | |||||
* | Dan Nicolaescu <dann at ics.uci.edu> | Glenn Morris | 2007-12-01 | 2 | -2/+7 |
| | | | | (declare-function): Change to a macro. | ||||
* | * vc-git.el (vc-git-dir-state): Fix the git command arguments. | Dan Nicolaescu | 2007-12-01 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Thien-Thi Nguyen | 2007-12-01 | 1 | -2/+2 |
| | |||||
* | (perl-font-lock-syntactic-keywords): Don't match "sub { (...) ... }". | Stefan Monnier | 2007-11-30 | 2 | -3/+10 |
| | |||||
* | bug fixed 2002-05-02 by rms. | Jason Rumney | 2007-11-30 | 1 | -2/+0 |
| | |||||
* | rm non-bug: see sdl.web@gmail.com, 09 Nov, Re: ps-lpr-switches has no effect | Jason Rumney | 2007-11-30 | 1 | -2/+0 |
| | |||||
* | (emacs_close) [MAC_OSX && HAVE_CARBON]: | YAMAMOTO Mitsuharu | 2007-11-30 | 2 | -0/+20 |
| | | | | Use mac_try_close_socket. | ||||
* | (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]: | YAMAMOTO Mitsuharu | 2007-11-30 | 1 | -2/+49 |
| | | | | | | | New variable. (mac_try_close_socket) [MAC_OSX]: New function. [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Update cfsockets_for_select. Replace invalid CFRunLoop source. | ||||
* | (Composite Types): Document `group' type. | Richard M. Stallman | 2007-11-29 | 2 | -0/+9 |
| | |||||
* | (toggle-input-method-active): New var. | Richard M. Stallman | 2007-11-29 | 2 | -1/+13 |
| | | | | | (toggle-input-method): Bind toggle-input-method-active to t. Error if it was already non-nil. | ||||
* | Regenerate, with the manual shell-function-message patch back from the dead. | Glenn Morris | 2007-11-29 | 1 | -4/+17 |
| | |||||
* | (with-decoded-time-value): Doc fix. | Glenn Morris | 2007-11-29 | 2 | -1/+9 |
| | |||||
* | Ari Roponen <ari.roponen at gmail.com> (tiny change) | Glenn Morris | 2007-11-29 | 1 | -1/+1 |
| | | | | (encode-time-value): Doc fix. | ||||
* | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-11-28 | 2 | -9/+10 |
| | | | | | | Don't require w3-fetch and w3-open-local. (url-dired-find-file): Use `find-file'. Doc fix. (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. | ||||
* | Petr Salinger <Petr.Salinger at seznam.cz>: | Glenn Morris | 2007-11-28 | 3 | -0/+19 |
| | | | | Add support for gnu-kfreebsd. |