aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typos.Juri Linkov2007-10-281-3/+3
|
* (OBJ1): Remove abbrev.$(O).Juanma Barranquero2007-10-282-17/+7
| | | | ($(BLD)/abbrev.$(O)): Remove.
* (obj): Remove abbrev.o.Juanma Barranquero2007-10-282-1/+5
|
* * gnus.texi, gnus-faq.texi, message.texi: Bump version to Gnus v5.13.Reiner Steib2007-10-286-6/+15
| | | | * gnus.el: Bump version to Gnus v5.13.
* Update Gnus to No Gnus 0.7 from the Gnus CVS trunkMiles Bader2007-10-28166-9286/+27781
| | | | Revision: [email protected]/emacs--devo--0--patch-911
* Detect if text foreground and background are equalsVinicius Jose Latorre2007-10-282-50/+147
|
* Rewrite abbrev.c in Elisp.Stefan Monnier2007-10-2813-873/+746
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * image.c (Qcount): Don't declare as extern. (syms_of_image): Initialize and staticpro `Qcount'. * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions. * emacs.c (main): Don't call syms_of_abbrev. * Makefile.in (obj): Remove abbrev.o. (abbrev.o): Remove. * abbrev.c: Remove. Rewrite abbrev.c in Elisp. * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. (abbrev-table-get, abbrev-table-put, abbrev-get) (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) (define-abbrev, abbrev--check-chars, define-global-abbrev) (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) (abbrev-expansion, abbrev--before-point, expand-abbrev) (unexpand-abbrev, abbrev--write, abbrev--describe) (insert-abbrev-table-description, define-abbrev-table): New funs, largely transcribed from abbrev.c. (abbrev-with-wrapper-hook): New macro. (abbrev-table-name-list, global-abbrev-table) (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) (abbrevs-changed, abbrev-all-caps, abbrev-start-location) (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): New vars, largely transcribed from abbrev.c. * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el".
* (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.Glenn Morris2007-10-271-8/+9
| | | | | (shell-dirtrack-toggle): Mark as obsolete. (dirtrack-toggle, dirtrack-mode): No longer alias to shell-dirtrack-mode.
* *** empty log message ***Glenn Morris2007-10-271-0/+7
|
* *** empty log message ***Jay Belanger2007-10-271-0/+7
|
* (Formulas, Composition Basics): Lower the precedence of negation.Jay Belanger2007-10-272-6/+12
|
* Mention the lowering of the precedence of negation.Jay Belanger2007-10-271-0/+2
|
* Reorder conditions to avoid warnings.Dan Nicolaescu2007-10-272-4/+8
|
* (math-oper-table): Lower precedence of negation for C, TeX, and eqn.Jay Belanger2007-10-271-9/+9
|
* (math-standard-opers): Lower the precedence of negation.Jay Belanger2007-10-271-2/+2
|
* (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.Glenn Morris2007-10-271-1/+1
| | | | This code behaves differently on the trunk.
* (f90-font-lock-keywords-1): Revert change merged in from EMACS_22 branch.Glenn Morris2007-10-271-2/+2
| | | | The trunk version does this differently.
* (desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook):Juanma Barranquero2007-10-272-3/+8
| | | | Fix :version tags.
* (legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.Eli Zaretskii2007-10-271-3/+3
|
* *** empty log message ***Juanma Barranquero2007-10-271-8/+8
|
* * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.Michael Albinus2007-10-275-348/+387
| | | | | | | | | | | | | | | | | | | | | (tramp-get-remote-tmpdir): New defun. (tramp-make-tramp-temp-file): Use it. (tramp-local-call-process): New defun. Replace all calls of `call-process' by this when appropriate. (tramp-handle-write-region): Replace calls of `file-attributes' by `tramp-compat-file-attributes'. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): Make the first command a `tramp-send-command' call, with let-bind of `tramp-end-of-output'. (tramp-version, tramp-bug, tramp-reporter-dump-variable) (tramp-load-report-modules, tramp-append-tramp-buffers): Move to tramp-cmds.el. * net/tramp-fish.el (tramp-fish-handle-copy-file) (tramp-fish-do-copy-or-rename-file) (tramp-fish-do-copy-or-rename-file-directly): * net/tramp-smb.el (tramp-smb-handle-copy-file): Add parameter PRESERVE-UID-GID.
* Add *.pyc.Juanma Barranquero2007-10-272-0/+5
|
* Comment change.Juanma Barranquero2007-10-271-2/+2
|
* (zoneinfo-style-world-list, legacy-style-world-list): New defcustoms.Eli Zaretskii2007-10-272-4/+47
| | | | | (display-time-world-list): Use them as appropriate for the current value of `system-type'.
* Merge from emacs--rel--22Miles Bader2007-10-2741-421/+560
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: [email protected]/emacs--devo--0--patch-908
| * (window_min_size_2): Don't count header-line.Martin Rudalics2007-10-262-5/+11
| |
| * Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-262-7/+128
| | | | | | | | | | | | | | | | | | | | | | Suggestion and algorithm by Eli Zaretskii. Code partially based on w32_get_resource and init_environment (w32.c). (xmalloc): New function by Károly Lőrentey (backported from the trunk). (quote_file_name): Use it. (egetenv): New wrapper for getenv. (get_current_dir_name, decode_options, get_server_config, set_local_socket, set_socket, main): Use egetenv, not getenv. (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
| * (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-261-1/+2
| |
| * *** empty log message ***Glenn Morris2007-10-261-0/+5
| |
| * (browse-url-browser-function): Delete grail.Richard M. Stallman2007-10-262-69/+12
| | | | | | | | | | | | | | | | | | | | (browse-url-grail): Function and variable deleted. (browse-url-browser-function): Delete IXI Mosaic. (browse-url-default-browser): Don't try IXI Mosaic. (browse-url-iximosaic): Function deleted. (browse-url-browser-function): Delete MMM. (browse-url-default-browser): Don't try MMM. (browse-url-mmm): Function deleted.
| * (sock_err_message): New function.Jason Rumney2007-10-252-2/+30
| | | | | | | | (set_tcp_socket): Use it.
| * *** empty log message ***Juanma Barranquero2007-10-251-0/+1
| |
| * (w32_get_resource): Remove unused variable `ok'.Juanma Barranquero2007-10-251-1/+0
| |
| * (init_environment): Fix tiny memory leak.Juanma Barranquero2007-10-252-0/+5
| |
| * Fix attribution.Dan Nicolaescu2007-10-251-1/+2
| |
| * (f90-indented-comment-re, f90-directive-comment-re)Glenn Morris2007-10-251-3/+3
| | | | | | | | (f90-break-delimiters): Mark these regexps as safe if they are strings.
| * (conf-space-keywords): Mark this regexps as safe if a string.Glenn Morris2007-10-251-0/+1
| |
| * (fortran-comment-line-start-skip, fortran-directive-re):Glenn Morris2007-10-251-2/+2
| | | | | | | | Mark these regexps as safe if they are strings.
| * *** empty log message ***Glenn Morris2007-10-251-0/+9
| |
| * (ps-mode-map): Delete C-c v binding.Richard M. Stallman2007-10-252-1/+4
| |
| * Include math.h.Jason Rumney2007-10-242-0/+5
| |
| * (quail-indian-update-preceding-char): Don't mark the variable as frame-local;Juanma Barranquero2007-10-242-10/+14
| | | | | | | | it wasn't used as such.
| * Mention desktop locking.Juanma Barranquero2007-10-242-1/+12
| |
| * Comment change.Richard M. Stallman2007-10-242-1/+17
| |
| * (x_figure_window_size): For fullscreen case,Richard M. Stallman2007-10-241-1/+1
| | | | | | | | set USPosition | PPosition without clobbering rest of window_prompting.
| * (Fcurrent_idle_time): Doc fix.Richard M. Stallman2007-10-241-2/+4
| |
| * (Fwith_output_to_temp_buffer): Doc fix.Richard M. Stallman2007-10-241-15/+24
| |
| * (Interactive Shell): Cleanup last change.Richard M. Stallman2007-10-242-2/+6
| |
| * (Top): Delete Frame-Local Variables from subnode menu.Richard M. Stallman2007-10-242-1/+19
| |
| * (Frame-Local Variables): Node deleted.Richard M. Stallman2007-10-241-127/+14
| | | | | | | | | | | | (Variables): Delete Frame-Local Variables from menu. (Local Variables, Buffer-Local Variables, Intro to Buffer-Local) (Default Value): Don't mention frame-local vars.